html {
  overflow-x: hidden;
}


.navbar-toggler{
	
}

.lead {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Marcellus", serif;
  letter-spacing: 3px;
  text-shadow: 2px 2px 1px #0000003d;
}


.btn {
  color: #fff;
  background-color: #0000004d;
  font-family: "Marcellus", serif;
  font-weight: 200;
  border: 1px solid #ffffffbe;
  border-radius: 3px;
  width: 400px;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #86754dc5;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
}

.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #86754dc5;
  color: #fff;
  border: 1px solid #fff;
}


.Buttonnn {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: .25rem !important;
  margin-top: 80px;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  width: 350px;
  }

.Buttonnnn {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: .25rem !important;
  margin-top: 80px;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  width: 350px;
   }


   .top {
    text-decoration: none;
    padding: 10px;
    color: #86754d;
    background: #86754d;
    border-radius: 100px;
    
  }
  
  .arrow {
    color: #fff;
    border: solid;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 6px;
  }
  
  
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  

  .slideUp {
    animation-name: slideUp;
    animation-name: slideUp;
    animation-duration: 1s;
    animation-duration: 1s;
    visibility: visible !important;
    text-decoration: none;
    padding: 10px;
    color: #ad9961;
    background: #ad9961;
    border-radius: 4px;
    padding-bottom: 0px;
  }
  
  .slideUp:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
  
  
  
  @keyframes slideUp {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }


/*Kontaktformular im Popup*/


#contactButton {
  position: fixed;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1000;
  height: 60px;
  width: 64px;
  border-radius: 50%; /* Macht den Button rund */
  background-color: #ad9961; /* Hintergrundfarbe */
  border: none; /* Entfernt den Rand */
  cursor: pointer;
  font-size: 11px; /* Setzt die Schriftgröße für den Text */
  color: white; /* Schriftfarbe weiß */
  text-align: center; /* Zentriert den Text */
  line-height: 60px; /* Zentriert den Text vertikal */
  letter-spacing: -.7px;
  font-weight: bold; /* Schrift fett */
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  height: auto;
  background-color: #2c2c2c;
  border-radius: 10px;
  z-index: 1001;
}

.popup-content {
  width: 100%;
  padding: 20px;
}

.popup-header {
  margin-bottom: 20px;
}

.close {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}






.scroll-down {
  position: absolute;
  left: 49%;
  bottom: 60px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 25px;
  height: 25px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}



@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide{ display: none; }
}


:root {
	--bs-light-rgb:214, 212, 200;
	--bs-bg-opacity:1;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.BigText {
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-family: "Marcellus", serif;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #0000003d;
  max-width: 100%;
}

h3 {
  color: #2c2c2c;
  font-size: 35px;
  margin: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  line-height: 39px;
  font-weight: 200;
}

hr {
	margin:40px auto;
width: 150px;
display: block;
height: 1px;
}


footer hr {
	margin:40px auto;
width: 100%;
display: block;
height: 1px;
}



#header2 {
  position: relative;
  background-color: black;
  height: 95vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#header2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#header2 .container {
  position: relative;
  z-index: 2;
}

#header2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/*
@media (pointer: coarse) and (hover: none) {
  #header2 {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  #header2 video {
    display: none;
  }
}
*/



.margin-min-top{
  margin-top: -5%;
}


.navbar {
  clear: both;
  border-bottom: 4px solid #86754d;
  margin-bottom: 10px;
  background-color: #2C2C2C;
  height: 80px;
}


.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  color: #fff;
}



.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}





/******************* INFO BOX ****************************************/




.InfoBox {
    display: block;
}
.InfoBox {

    
    right: 3em;
    top: 5.13em;
    z-index: 9;
}

.InfoBox, .InfoBox-base, .InfoBoxInfo-bubble, .InfoBox-plus, .Nav--middle {
    position: absolute;
}
.Button, .InfoBox {
}
*, *::after, *::before {
    box-sizing: border-box;
}

.InfoBox-base {
    height: 5em;
    right: 0;
    width: 5em;
    z-index: 1;
}
.InfoBox-base{
    background: #ad9961 none repeat scroll 0 0;
    background-image: url("../gfx/logo-icon-white.svg");
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    	background-size: 80%;
  
    border-radius: 50%;
    cursor: pointer;
}


.InfoBox-bubble {
    background: #ad9961 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
}
.InfoBox, .InfoBox-base, .InfoBox-bubble, .InfoBox-plus, .Nav--middle {
    position: absolute;
}

.InfoBox-bubble {
    height: 16em;
    overflow: hidden;
    padding: 0 1em;
    right: 3.3em;
    text-align: center;
    top: 3em;
    transform: scale(0.2);
    transform-origin: right top 0;
    transition: transform 2ms ease 0s;
    width: 16em;
    z-index: 0;
}

.is-open .InfoBox-bubble{
	height: 76em;
    overflow: hidden;
    padding: 0 1em;
    right: 1.3em;
    text-align: center;
    top: 2em;
    transform: scale(0.2);
    transform-origin: right top 0;
    transition: transform 2ms ease 0s;
    width: 76em;
    z-index: 20;
   
}


.InfoBox-plus {
   cursor: pointer;
    right: 66px;
top: 40px;
    z-index: 2;
}

.InfoBox-plus{
	color: white;
	font-size: 40px;
	
}

.is-close .InfoBoxWrap{
	display: none;
}

.InfoBoxWrap{
	color: white;
	text-transform: uppercase;
	    padding-top: 200px; 
      -webkit-animation-name: fadeIn;
      animation-duration: 2s;
}

.InfoBoxSmall{
font-size: 74px;
line-height: 100px;

	
}

.InfoBoxBig{
font-size: 100px;
line-height: 200px;
font-weight: 500;
font-family: akzidenz-grotesk-condensed;
letter-spacing: 0.05em;
}

.InfoBoxContent{
  font-family: proxima-nova;
  font-weight: 300;
  font-size: 55px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.InfoBox-more{
  font-size: 90px;
  line-height: 120px;
  font-weight: 500;
  font-family: proxima-nova;
  color: white;
  text-decoration: none; /* Standardmäßig keinen Unterstrich */
}

.InfoBox-more:hover {
  text-decoration: underline; /* Beim Hovern einen Unterstrich hinzufügen */
}


.InfoBox hr{
	margin: auto;
    padding: 0;
    width: 600px;
    border-top: medium solid #fff;
  
}


.is-open{

}

.InfoBox .fa {
    font-size: 60px;
    position: absolute;
    right: 0.28em;
    top: 0.2em;
}

.InfoBox-more a{
	color: transparent;
}

.InfoBox-more a:visited{
	color: transparent;
}

.InfoBox-more a:hover{
	color: transparent;
}

.animated { 
    -webkit-animation-duration: 0.5s; 
    animation-duration: 0.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn;
}







/*******************************************


CIRCLE HOVER EFFECT

*******************************************/


.wpb_wrapper h2{
	display: none;
}


.ButtonCTCircle .ButtonCTCircle-back{display:none} 

.ButtonCT,.ButtonCT-front{overflow:hidden;position:relative}

.ButtonCT{margin-bottom:1.6rem;background-size:cover;background-position:center}

.ButtonCT a:hover .ButtonCT-back,.ButtonCT--onlyHover:hover .ButtonCT-back{opacity:1}
.ButtonCT--big{height:25.3333333333rem;}

.ButtonCT--big:last-child{margin-bottom:0}

@media (min-width:43.75em){.ButtonCT--big{height:40rem;margin-bottom:3.3333333333rem}}

.ButtonCT-front,.ButtonCT-front img{width:100%;height:auto}.ButtonCT-front{border:1px solid #ebebeb}

.ButtonCT-back,.ButtonCT-back-wrap,.ButtonCTCircle,.ButtonCTCircle:after{position:absolute}

.ButtonCT-back{
will-change:opacity;-webkit-transition:opacity 250ms ease;transition:opacity 250ms ease;
opacity:0;top:0;left:0;bottom:0;right:0;padding:10%;text-align:center;color:#2c2c2c;
background-color:rgba(255,255,255,.9)}

.ButtonCT-back hr{margin-top:1em}

@media (min-width:43.75em){.ButtonCT-back hr{margin-top:1.5em}

.ButtonCT-back{padding:15%}}.ButtonCT-back-wrap{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;left:0}

@media (max-width:30em){.ButtonCT-back-wrap{max-width:15em;margin:auto}}

.ButtonCT-titleSmall{font-size:15px;margin-bottom:0;color:#999}

@media (min-width:43.75em){.ButtonCT-titleSmall{font-size:24px}}

.ButtonCT-titleBig{font-size:24px}@media (min-width:30em){.ButtonCT-titleBig{font-size:30px}}

@media (min-width:43.75em){.ButtonCT-titleBig{font-size:35px}}

@media (min-width:43.75em) and (min-width:50em){.ButtonCT-titleBig{font-size:58px}}

.ButtonCT-description{font-size:14px;margin-top:1rem;margin-bottom:0}

.ButtonCT-description span{color:#999}

@media (min-width:20em){.ButtonCT-description{
color: #999;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    max-width: 70%;
    font-family: 'proxima-nova';
    font-weight: 300;

}}

@media (min-width:70em){.ButtonCT-extra .ButtonCT-titleSmall, .ButtonCT-description-Special{
color: #999;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    max-width: 70%;
    font-family: 'proxima-nova';
    font-weight: 300;
}}


.ButtonCTCircle,.ButtonCTCircle:after
{border-radius:50%;overflow:hidden;text-align:center; text-transform: uppercase;}

.ButtonCTCircle{
top:50%;left:50%;
/*
width:14.6666666667rem;
height:14.6666666667rem;
*/





-webkit-transform:translateY(-50%) translateX(-50%);
transform:translateY(-50%) translateX(-50%);background:#fff; opacity: 0.9;}

.ButtonCTCircle *{text-decoration:none}@media (min-width:30em){.ButtonCTCircle{width:20rem;height:20rem}}

@media (min-width:200px){

.ButtonCTCircle{width:18.6666666667rem;height:18.6666666667rem}}

.ButtonCTCircle .Info-titleSmall {
    font-family: "acumin-pro-condensed";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
     color: #999;
}

@media (min-width:30em){.ButtonCTCircle .Info-titleSmall{
font-size:24px;
f
}
}

.ButtonCTCircle .Info-titleBig{font-size:40px;color:#2c2c2c;margin-top:20px;letter-spacing:0}

.ButtonCTCircle hr{
	width: 100px;
	margin:15px auto;
	
}



@media (min-width:30em){.ButtonCTCircle .Info-titleBig{font-size:3em;margin-bottom:.4em}}

@media (min-width:30em) and (min-width:50em){.ButtonCTCircle .Info-titleBig{font-size:45px;}}

.ButtonCTCircle .Info-description{
font-size:10px;margin-top:1em;color:#999;font-style:italic;letter-spacing:.02em;max-width:70%;
margin-left:auto;margin-right:auto}@media (min-width:30em){.ButtonCTCircle .Info-description{font-size:15px;margin-top:1.5em}}

@media (min-width:50em){.ButtonCTCircle{
/*
width:33.3333333333rem;height:33.3333333333rem
*/

width: 30em;
height: 30em;

}

.ButtonCTCircle .ButtonCTCircle-inner{padding:10em 3em}

.ButtonCTCircle .Info-description{margin-top:2.2em}}

.ButtonCTCircle hr{border-color:#2c2c2c}.ButtonCT a:hover .ButtonCTCircle:after,.ButtonCTCircle .ButtonCTCircle-back hr{border-color:#fff}

.ButtonCT a:hover .ButtonCTCircle{color:#fff;background:#2c2c2c}.ButtonCT a:hover 

.ButtonCTCircle .Info-titleBig{color:#fff;text-transform:initial}.ButtonCT a:hover 

.ButtonCTCircle .ButtonCTCircle-back{display:block}.ButtonCT a:hover 

.ButtonCTCircle .ButtonCTCircle-front{display:none}.ButtonCT a:hover .ButtonCTCircle 

.ButtonCTCircle-inner{padding:33% 10%}

@media (min-width:50em){.ButtonCT a:hover .ButtonCTCircle .ButtonCTCircle-inner{padding:13em 3em}}

.ButtonCTCircle-border{
position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);
border-radius:50%;width:95%;height:95%;margin:auto;border:1px solid #999;
min-height: 260px;
min-width: 260px;

}

.ButtonCTCircle-inner{position:relative;top:50%;transform:translateY(-50%);margin:auto;text-align:center}

.Team-inner,.ButtonCTCircle-inner{-webkit-transform:translateY(-50%)}





.ButtonCT{
	width: 90%;
	margin-top: 20px;
	margin: auto;
	max-width: 1140px;
}
@media (min-width:30em){.ButtonCTCircle-inner{padding:20% 10%}}


.CircleHover {
    margin: auto;
    max-width: 1140px;
}








.MinHeightObjekt {
  background-position: center center;
  background-size: cover;
  border: 12px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 12px;
    border-right-color: rgb(255, 255, 255);
    border-right-width: 12px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 12px;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 12px;
  min-height: 400px;
}




@media (max-width:500px){



.ButtonCTCircle .Info-titleSmall {
  font-family: "acumin-pro-condensed";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #999;
}


.ButtonCTCircle .Info-titleBig {
  font-size: 26px;
  color: #2c2c2c;
  margin-top: 20px;
  letter-spacing: 0;
}


.ButtonCT-description {
  font-size: 14px;
  width: 80%;
  margin: auto;
}

}








/***************** FOOTER ************************/

ul a {
  text-decoration: none; /* Optional: entfernt Unterstreichung der Links */
}

ul a:hover {
  color: #ad9961; /* Die Farbe, die bei Hover angezeigt wird */
}

.Footer-maintitle {
  font-family: akzidenz-grotesk-condensed;
  font-weight: 300;
  font-size: 25px;
}

.FooterElem-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.3rem;
  font-family: akzidenz-grotesk-condensed;
  letter-spacing: 0.05em;
  line-height: 1.17;
}

.FooterElem-subtitle {
  font-family: proxima-nova;
  margin-bottom: 2px;
  font-weight: 400;
  text-decoration: underline;
  font-size: 15px;
}

.FooterElem {
  font-family: proxima-nova;
  font-size: 15px;
  line-height: 1.6;
}


footer {
  background-color: #2C2C2C;
  color: white;
}



.accordion-item {
  background-color:transparent;
 
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}


.accordion-item .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  margin: auto;
  display: block;
}


footer ul{
	
	padding-left:0px;
}



footer li{
	list-style:none;
	
}


.accordion-button,
footer h4{
	font-size: 25px;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 500;
}



.LineVertikal{
	overflow: auto;
    transform: rotate(90deg);
    width:100px;
    margin: 100px auto;
    border-width: 1px;
     border-color: #2c2c2c;
}


.GoldCircle{
	 height: 33.3333rem;
    width: 33.3333rem;
      background-color: #86754d;
    border-radius: 50%;
    margin: 40px auto;
    overflow: hidden;
    
}

.GoldCircleNumber{
	 height: 10rem;
    width: 10rem;
      background-color: #86754d;
    border-radius: 50%;
    margin: 40px auto;
    overflow: hidden;
    color: #fff;
    font-size: 90px;
    line-height: 105px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 30px;
    
}




 
.CircleFontWhiteBig{
    color: #fff;
    font-size: 60px;
    line-height: 105px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-top: 150px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #00000063;
    font-family: "Marcellus", serif;

	
}

.GoldCircle hr{
	width:100px;
    margin: 10px auto;
    border-width: 1px;
     border-color: #fff;
}

.CircleFontWhiteSmall{
	  color: #fff;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 4px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #0000005a;
    font-family: "Marcellus", serif;

}








.ObjektUe {
  max-width: 400px;
  margin: auto;
  margin-bottom: auto;
  font-size: 35px;
  margin-bottom: 50px;
  padding-top: 80px;
  text-align: center;
  font-family: "Marcellus", serif;
}




/************************** KONTAKTFORMULAR *******************************/
.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}


.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.fcf-credit {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #545b62;
}

.fcf-credit a {
  color: #545b62;
  text-decoration: underline;
}

.fcf-credit a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
      transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
  color: #fff;
  background-color: #86754dc9;
  border-color: #86754d;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #86754d;
  border-color: #86754d;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #86754d;
  border-color: #86754d;
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: ;
  width: 250px;
}

.fcf-btn-block+.fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
  width: 100%;
}



.KontaktFormular p {
 float: left;
 margin: 10px;
 width: 46%;
}
.KontaktFormular input,
.KontaktFormular textarea {
 border-color: #86754d;
 border-radius: 0;
 box-sizing: border-box;
 width: 100%;
}
.KontaktFormular input,
.KontaktFormular textarea,
.KontaktFormular select,
.KontaktFormular .uneditable-input {
 border: 1px solid #86754d;
 border-radius: 3px;
 color: #86754d;
 display: inline-block;
 font-size: 17px;
 height: 48px;
 line-height: 18px;
 margin-bottom: 9px;
 padding: 4px;
 max-width: 400px;
}
.KontaktFormular p {
 color: #333;
 display: block;
 margin-bottom: 5px;
 font-weight: 300;
}






 
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #2C2C2C;
  background-color: #2C2C2C;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 40px;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-size:45px;
  text-transform:uppercase;
  font-weight:700;
}




.overlay a:hover, .overlay a:focus {
  background: #2c2c2c !important;
  color: #86754d !important;
  list-style-type: none !important;
  text-decoration: none !important;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}






.Tab--invert .tab-content {
  background-color: #fff;
  border-color: #999;
}


.tab-content {
  border-bottom: 1px solid #999;
    border-bottom-color: rgb(153, 153, 153);
  border-left: 1px solid #999;
    border-left-color: rgb(153, 153, 153);
  border-right: 1px solid #999;
    border-right-color: rgb(153, 153, 153);
  overflow: auto;
}


.tab-pane {
  overflow-x: hidden;
  padding: 1.6rem;
}

.nav-tabs {
  text-align: center;
}

.Tab--invert .nav-tabs, .nav-tabs > li > a {
  border-color: #999;
}
.Button, .carousel-caption, .carousel-control, .nav-tabs {
  text-align: center;
}
.nav-tabs {
  border-bottom: 1px solid #999;
    border-bottom-color: rgb(153, 153, 153);
}
.nav {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}


@media (min-width: 50em) {
.Glossary-icon {
    margin-left: auto;
    margin-right: auto;
    right: auto;
}
}
@media (min-width: 992px) {
.Glossary-icon {
    height: 8.33333rem;
    width: 8.33333rem;
	background-size: cover;
}
}


.MediaBlock-body {
  display: table-cell;
  font-family: "Marcellus", serif;
  
}


.Content-tableBuy .Content-table-td {
  border-bottom: 1px solid #999;
  margin-bottom: 70px;
  min-height: 280px;
  padding-bottom: 2rem;
}


.Content-tableBuy .MediaBlock-media {
    float: none;
    margin-bottom: 1em;
    margin-right: 2em;
}
@media (min-width: 43.75em) {
.Content-tableBuy .MediaBlock-media {
    float: left;
    margin-bottom: 0;
}
}


.icon-glossary-1 {
    background-image: url("../gfx/glossary/glossary-1.png");
}
.icon-glossary-2 {
    background-image: url("../gfx/glossary/glossary-2.png");
}
.icon-glossary-3 {
    background-image: url("../gfx/glossary/glossary-3.png");
}
.icon-glossary-4 {
    background-image: url("../gfx/glossary/glossary-4.png");
}
.icon-glossary-5 {
    background-image: url("../gfx/glossary/glossary-5.png");
}
.icon-glossary-6 {
    background-image: url("../gfx/glossary/glossary-6.png");
}
.icon-glossary-7 {
    background-image: url("../gfx/glossary/glossary-7.png");
}
.icon-glossary-8 {
    background-image: url("../gfx/glossary/glossary-8.png");
}
.icon-glossary-9 {
    background-image: url("../gfx/glossary/glossary-9.png");
}
.icon-glossary-10 {
    background-image: url("../gfx/glossary/glossary-10.png");
}
.icon-glossary-11 {
    background-image: url("../gfx/glossary/glossary-11.png");
}
.icon-glossary-12 {
    background-image: url("../gfx/glossary/glossary-12.png");
}




.Content-tableBuy .Content-table-td {
    border-bottom: 1px solid #999;
    margin-bottom: 70px;
    min-height: 280px;
    padding-bottom: 2rem;
}
.Content-tableBuy .MediaBlock-media {
    float: none;
    margin-bottom: 1em;
    margin-right: 2em;
}
@media (min-width: 43.75em) {
.Content-tableBuy .MediaBlock-media {
    float: left;
    margin-bottom: 0;
}
}
.Content-tableBuy .Content-table-col:last-of-type .Content-table-td:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 992px) {
.Content-tableBuy .Content-table-col:first-child {
    border-right: 1px solid #999;
}
.Content-tableBuy .Content-table-col .Content-table-td:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 0;
    min-height: 224px;
    padding-bottom: 0;
}
}
@media (min-width: 50em) {
.Content-tableBuy .Content-table-col {
    padding: 0 2em;
}
}
.Content-tableBuy h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.Contact .inner {
    padding: 0 1.1em;
}
@media (min-width: 50em) {
.Contact .inner {
    margin: 0 3.1em;
    padding: 0;
}
}

/************************** Seite Orte *******************************/

.Districts-names {
  font-size: 30px;
  text-align: center;
}

.zoom {
  transition: transform .2s; 
}

.zoom:hover {
  transform: scale(1.1);
}


/************************** Text decoration *******************************/

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color:#ffffff; 
  text-decoration:none; 
  cursor:pointer;  
}





/************************** Fade In Top *******************************/

/* Fade in top */
.fadeInTop {
 -webkit-animation: fadeInTop 1.2s both; /* Safari 4+ */
 -moz-animation: fadeInTop 1.2s both; /* Fx 5+ */
 -o-animation: fadeInTop 1.2s both; /* Opera 12+ */
 animation: fadeInTop 1.2s both; /* IE 10+, Fx 29+ */
} 

@-webkit-keyframes fadeInTop {
 0% {
     opacity: 0;
     -webkit-transform: translateY(-50px);
 }
 100% {
     opacity: 1;
     -webkit-transform: translateY(0);
 }
}

@-moz-keyframes fadeInTop {
 0% {
     opacity: 0;
     -moz-transform: translateY(-50px);
 }
 100% {
     opacity: 1;
     -moz-transform: translateY(0);
 }
}

@-o-keyframes fadeInTop {
 0% {
     opacity: 0;
     -o-transform: translateY(-50px);
 }
 100% {
     opacity: 1;
     -o-transform: translateY(0);
 }
}

@keyframes fadeInTop{
 0% {
     opacity: 0;
     transform: translateY(-50px);
 }
 100% {
     opacity: 1;
     transform: translateY(0);
 }
}




.hideme
{
    opacity:0;
}


.hidemee {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease-out;
}

.hidemeeVisible {
  opacity: 1;
  transform: translateY(0);
}

/************************** Mehr Erfahren Button *******************************/


.InfoCenter {
  margin: auto;
    margin-left: auto;
  width: 200px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 10px;
  margin-left: -20px;
}

.erfahren {
  color: white;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}


.pulse-button {
  position: relative;
  top: -30px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: #fff;
  background-image: url("http://immofoto.colinel.de/wp-content/uploads/downpfeil.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
  -webkit-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
}



/*---font---*/
.cg-font{
  font-family: "Marcellus", serif;
  letter-spacing: 3px;
  text-shadow: 3px 3px 3px #000;
}


.projectfont{
  font-family: "proxima-nova";
  letter-spacing: 2px;
}

/************************** INformationen an der Seite *******************************/
