    :root{
    --light: #F9F8F4 !important;
}

/*-- watch on yt --*/

.vid-container {
	max-width: 514px;
	width: 100%;
	margin-right: auto;
}
.vid-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
} 
.vid-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} 


/*-- hp-card-thumbnails --*/

#outer-div, outer-div {
    height: 130px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}
#outer-circle, outer-circle {
    background-image: linear-gradient(105deg, #ecbe74 15%, #865c15 35%, #efddbf 45%, #ecbe74 65%, #865c15 75%, #ecbe74 90%);
    color: transparent;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
  /* 
   Child elements with absolute positioning will be 
   positioned relative to this div 
  */
}
 #inner-circle, inner-circle {
   background: #a9aaab;
   border-radius: 50%;
   height: 120px;
   width: 120px;
   box-shadow: 0 0.325rem 0.25rem rgba(0, 0, 0, 0.075);
   /*
    Put top edge and left edge in the center
   */
   top: 50%;
   left: 50%;
   margin-top: 5px ;
   /* 
    Offset the position correctly with
    minus half of the width and minus half of the height 
   */
 }

 /*-- hp-card-thumbnails --*/

/*-- circle-page-pics --*/

#pp-outer-div, pp-outer-div {
    height: auto;
    width: 100%;
}
#pp-outer-circle, pp-outer-circle {
    background-image: linear-gradient(105deg, #ecbe74 15%, #865c15 35%, #efddbf 45%, #ecbe74 65%, #865c15 75%, #ecbe74 90%);
    color: transparent;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
  /* 
   Child elements with absolute positioning will be 
   positioned relative to this div 
  */
}
 #pp-inner-circle, pp-inner-circle {
   background: #a9aaab;
   border-radius: 50%;
   height: auto;
   width: 100%;
   /*
    Put top edge and left edge in the center
   */
   top: 50%;
   left: 50%;
   margin-top: auto ;
   /* 
    Offset the position correctly with
    minus half of the width and minus half of the height 
   */
 }

 /*-- circle-page-pics --*/


body {
    background-color: rgba(94,64,78,0.95);
    height: 100%;
    font-family: 'Noto Serif', Times, serif !important;
    font-weight: 400;
    color: #000;
    line-height: 1.65;
    text-align: left;
    background-attachment: fixed;
    background-image: url(../images/hintergrund.png);
    background-repeat: repeat;
    /*-- Anfürungszeichen --*/
    quotes: "»" "«" "›" "‹";
}

p {
    -webkit-hyphens: auto; 
    hyphens: auto; 
}


@media screen and (min-width: 550px) {
      .termin {
        white-space: nowrap;
    }
}


@media screen and (max-width: 336px) {
    .title-img {
        width: 95%;
    }
}

  .navbar-nav > li{
    margin-left:0.2rem;
    margin-right:0.2rem;
  }


.navbar-custom {
    background-color: rgba(249,248,244,1.00);
    font-size: 0.99rem;
    letter-spacing: 0.02rem
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

/* change the link color and padding  */
.navbar-custom .navbar-nav .nav-link {
    border-radius: 0.2rem;
    color: rgba(94,64,78 ,0.5);
    padding: .75rem 1rem;
    text-transform: uppercase;
}

/* change the color and bg color of active or hovered links */
.navbar-custom .dropdown.active .dropdown-menu .nav-item .dropdown-item.active,
.navbar-custom .dropdown.active .nav-link,
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(249,248,244,0.95);
    background-color: rgba(94,64,78 ,0.75);
}

.navbar-custom .dropdown:root .nav-link {
    color: rgba(94,64,78 ,0.35);
    background-color: rgba(94,64,78 ,0.15);
}

/* for dropdown only - change the color of dropdown */
.navbar-custom .dropdown-menu {
    background-color: rgba(249,248,244,0.90);
}
.navbar-custom .dropdown-item {
    color: rgba(94,64,78 ,0.35);
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: rgba(94,64,78 ,0.75);
    background-color: rgba(94,64,78 ,0.35);
}
.navbar-custom .dropdown:hover .nav-link {
    color: rgba(249,248,244,0.95);
    background-color: rgba(94,64,78 ,0.75);
}



  
/*-- zentriert das Dropdownmenü --*/
@media screen and (min-width: 992px) {
    .dropdown-menu {
        left: 50%;
        right: auto;
        text-align: center;
        transform: translate(-50%, 0);
        margin-top: -0.125rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;

}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}




.h1, h1 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 500;
    font-size: 3rem;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
    text-align: right;
    line-height: 1;
    color: #5E404E;
    margin-top: 1rem;
}
.h2, h2 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 500;
    font-size: 3rem;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1;
    color: #5E404E;
    margin-top: 1rem;
}
.h3, h3 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 500;
    font-size: 2.25rem;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 01rem;
    text-align: center;
    line-height: 1;
    color: #5E404E;
    margin-top: 1rem;
}
.h4, h4 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 400;
    font-size: 1.875rem;
    text-align: left;
    line-height: 1;
    color: #5E404E;
}
.h5, h5 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1;
    color: #412a34;
}
.h6, h6 {
    -webkit-hyphens: none; 
    hyphens: none;
    font-family: 'Noto Serif', Times, serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1;
    color: #b80606;
}
.hp-card-head {
    font-family: 'Noto Serif', Times, serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    color: #5E404E;
    margin-bottom: 1rem;
}


figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

blockquote {
    font-family: 'Noto Serif', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.5;
    color: rgba(43, 147, 179, 0.5);
}

/* 
.blockquote::before{
    content: "»";
}
.blockquote::after{
    content: "«";
} */

.figcaption {
    font-family: 'Noto Serif', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    text-align: center;
}
.figcaption::before{
    content: "––";
    margin-right: 0.75rem;
}
.figcaption::after{
    content: "––";
    margin-left: 0.75rem;
}

.row .col-lg-5.col-md-5.d-none.d-sm-block img {
    height: auto;
    width: 85;
}

.logo {
    width: 200px;
}

.titleimg {
    height: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bg-violet050 {
    background-color: rgba(94,64,78,0.50);
}
.bg-violet075 {
    background-color: rgba(94,64,78,0.75);
}
.bg-violet085 {
    background-color: rgba(94,64,78,0.85);
}
.bg-violet095 {
    background-color: rgba(94,64,78,0.95);
}
.bg-violet100 {
    background-color: rgba(94,64,78,1.10);
}

.bg-sky025 {
    background-color: rgba(143,180,191,0.25);
}

.bg-sky050 {
    background-color: rgba(143,180,191,0.50);
}
.bg-sky075 {
    background-color: rgba(143,180,191,0.75);
}
.bg-sky095 {
    background-color: rgba(143,180,191,0.95);
}
.bg-sky100 {
    background-color: rgba(143,180,191,1.00);
}

.bg-clouds {
    background-color: rgba(249,248,244,1.00);
}
.bg-clouds050 {
    background-color: rgba(249,248,244,0.50);
}
.bg-clouds075 {
    background-color: rgba(249,248,244,0.75);
}
.bg-clouds095 {
    background-color: rgba(249,248,244,0.95);
}
.fill050 { 
    min-height: 50%;
    height: 50%;
}
.col-md-7.col-lg-12.my-auto .container h1 {
    text-align: right;
}
.col-md-7.col-lg-12.my-auto .container h1 {
    text-align: right;
}
.col-md-7.col-lg-12.my-auto .container h2 {
    text-align: right;
}

/*---- Termine ----*/

.fett {
    font-weight: 700;
}

.credit, credit {
    font-family: 'Noto Sans', Times, serif !important;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(94,64,78 ,0.25);
    line-height: 1.65;
    text-align: left;
    margin-top: 4rem;   
}

#credit2 {
    font-family: 'Noto Sans', Times, serif !important;
    font-size: 0.8rem;
    font-weight: 200;
    color: rgba(94,64,78 ,0.35);
    line-height: 1.65;
}

.container-credit {
    width:200%;
    margin:5vh auto;
    position:relative;
    margin: 0rem;
    padding: 0rem;
    padding-top: 0.5rem;
  }

.top-right {
    right:0;
    top:0;
    padding: 0rem;
    margin: 0rem;
    transform-origin: top right;
    transform: rotate(-90deg) translateY(-100%);
    font-family: 'Noto Sans', Times, serif !important;
    font-size: 0.8rem;
    font-weight: 200;
    color: rgba(94,64,78 ,0.35);
    line-height: 1.65;
   text-align: right;
  }

@media (min-width: 576px) {
    .credit {
        font-size: 0.6rem;
        line-height: 1.65;
    }
}