body,html{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Montserrat', arial, verdana;
	letter-spacing: 1;
  color: #262629;
  line-height: 1.8;
  overflow-x: hidden;
}

.color, h2, h1{
  color: #ef7f84;
}

.color-a{
  color: #eea860;
}

a{
  color: #ef7f84;
}

.color2{
  color: #ef7f84;
}

.text-color{
  color: #262629 !important;
}

.white{
  color: #fff !important;
}

.font-s{
  font-family: 'Petit Formal Script', cursive;
}

.content-white{
  background-color: #ffffff;
}

.content-gray{
  background-color: #f5f5f5;
}

.content-inner{
  max-width: 1400px;
  padding: 15px;
  margin: 0 auto;
}

.content-inner.schmal{
  max-width: 1000px;
}

#content{
  border-top: 8px solid #eea860;
}

#header{
  height: 640px;
  position: relative;
}

#background{
  background-image: url(../img/header.jpg?width=1920);
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#menue-wrapper{
  background-color: rgba(255,255,255,1);
	height: 100px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  z-index: 500;
}

#menue{
	height: 100px;
	display: table;
	width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#menue-inner{
	display: table-row;
	margin: 0;
	padding: 0;
}

#logo, .menue-point{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  /*width: 8.5%;*/
  text-decoration: none;
  height: 100px;
}

#logo-wrapper{
  width: 490px;
}

.menue-point-text{
	color: #888;
	transition: color 0.5s;
	position: relative;
	z-index: 100;
  text-transform: uppercase;
  font-weight: 500;
}

.menue-point:hover>.menue-point-text, .menue-point.active>.menue-point-text {
	color: #eea860;
}

.menue-point-border{
  width: 0%;
  height: 1px;
  background-color: #eea860;
  transition: width 0.5s;
  margin: 0 auto;
}

.menue-point:hover .menue-point-border, .menue-point.active .menue-point-border {
	width: 80%;
}

#logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#logo-background{
  top: -310px;
  left: calc(50% - 275px);
  height: 550px;
  width: 550px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  border-radius: 2000px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  /*transition: height 0.1s, width 0.1s, left 0.1s;*/
}

#logo-background2{
  position: absolute;
  height: 100%;
  width: 140%;
  left: -20%;
  top: 0;
  background-color: #fff;
  z-index: -1;
}

#logo img{
  top: 30px;
  position: relative;
  height: 120px;
  /*transition: height 0.1s, top 0.1s;*/
}


#menue-mobile{
	display: none;
	background-color: #fff;
	
}

#menue-mobile-logo{
  width: calc( 50% - 20px);
  text-align: center;
  float: left;
  padding: 10px;
  z-index: 200;
  position: relative;
}

#menue-mobile-logo img{
  height: 57px;
  display: block;
  margin: 0 auto;
}

#menue-mobile-button-wrapper{
	width: 30%;
  float: right;
  margin-top: 24px;
}

#menue-mobile-button{
  width: 30px;
  margin: 0 auto;
  z-index: 200;
  position: relative;
}

.menue-mobile-button-row{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #262629;
  position: relative;
}

#menue-mobile-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: rgba(255,255,255,0.95);
	z-index: 100;
	overflow: hidden;
	transition: height 0.5s;
}

.menue-mobile-point{
	text-align: center;
  padding: 15px 5px;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.menue-mobile-point:first-child{
	margin-top: 100px;
}



.menue-mobile-button-row.i2{
	opacity: 1;
	transition: opacity 0.3s;
}

.menue-mobile-button-row.i1, .menue-mobile-button-row.i3{
	top: 0;
	transform: rotate(0deg);
	transition: top 0.3s, transform 0.3s;
}



.overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.overlay{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  max-width: 800px;
  z-index: 99999;
  top: 25px;
  left: calc( 50% - 400px );
  width: calc(100% - 30px);
}

.overlay-close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png);
  cursor: pointer;
  z-index: 1103;
}


.overlay-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eea860;
  line-height: initial;
  color: #eea860;
}

.overlay-scroll{
  overflow: auto;
  padding: 15px;
  background-color: #fff;
}


.overlay-scroll .title{
  font-size: 16px;
}


.kontakt-right{
  width: calc( 40% - 30px);
  float: right;
  padding: 0 15px;
}

.kontakt-left{
  width: calc( 40% - 30px);
  float: right;
  padding: 0 15px;
  margin-right: 20%;
}

.kontakt-left{
  text-align: center;
}

.kontakt-left img{
  width: 200px;
}

.kontakt-left-left, .kontakt-left-right{
  width: 50%;
  float: left;
  line-height: 3;
  margin-top: 50px;
}



.kontakt-button{
  border: 0;
  color: #fff;
  background-color: #ef7f84;
  padding: 10px 30px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin: 20px auto 0 auto;
  display: block;
}

.kontakt-wrapper{
  padding: 50px 0;
}

#kontakt-meldung{
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  max-width: 1000px;
  margin: 80px auto 40px auto;
}

#captcha-meldung{
  color: #721c24;
  background-color: #f8d7da;
  padding: 15px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  max-width: 1000px;
  margin: 80px auto 40px auto;
}

.hover-img{
	width: 100%;
	transition: width 0.3s, margin-left 0.3s, margin-top 0.3s;
}

.hover-img:hover{
	width: 106%;
	margin-left: -3% !important;
	margin-top: -3% !important;
}

#uebermich{
  padding: 50px 0;
  line-height: 2.0;
}

.uebermich-left{
  float: right;
  width: calc(60% - 30px);
  padding: 15px;
  position: relative;
  right: 500px;
  opacity: 0;
  transition: right 1s, opacity 1s;
}

.uebermich-right{
  float: right;
  width: 40%;
  text-align: center;
  padding-top: 50px;
  position: relative;
  left: 500px;
  opacity: 0;
  transition: left 1s, opacity 1s;
}

.uebermich-right img{
  width: 60%;
  max-width: 560px;
}

.uebermich-title{
  font-size: 30px;
  font-weight: 600;
  color: #ef7f84;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

.uebermich-text{
  text-align: justify;
}

#header-pfeil{
  position: absolute;
  bottom: 0;
  width: 130px;
  left: calc(50% - 65px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eea860;
  cursor: pointer;
}

#header-pfeil img{
  width: 70px;
}

.datum-background{
  position: absolute;
  left: 0;
  height: 450px;
  top: -100px;
}

.zitat{
  padding: 40px 15px;
  background-image: url(/img/datum1.jpg?width=1980);
  background-size: cover;
  background-position: center;
}

.zitat .content-inner{
  max-width: 1050px;
}

.zitat-left, .zitat-right{
  width: 50px;
  float: left;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.zitat-left img{
  transform: rotate(180deg);
}

.zitat-right{
  align-items: flex-start;
}

.zitat-left img, .zitat-right img{
  width: 100%;
}

.zitat-mitte{
  float: left;
  width: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.zitat-1{
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  color: #323232;
}

.zitat-2{
  text-align: center;
  font-size: 30px;
  color: #7D7D7D;
  font-style: italic;
}

.box-text, .box-bild{
  float: left;
  width: 50%;
  height: 500px;
  overflow: hidden;
}

.box-text>div{
  position: relative;
  left: 500px;
  opacity: 0;
  transition: left 1s, opacity 1s;
}


.box-bild{
  background-image: url(../img/location.jpg?width=1200&ts=2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#fachgebiete .box-bild{
  background-image: url(../img/location.jpg?width=1200);
}

.box-text{
  background-color: #eea860;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 15px;
  width: calc(50% - 30px);
}


.box-title{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.box-text-haken{
  float: left;
  padding-top: 2px;
  width: 30px;
}

.box-text-haken img{
  width: 15px;
  margin-right: 10px;
}

.box-text-text{
  margin-bottom: 15px;
  float: left;
  width: calc(100% - 30px);
}

#qualifikationen{
  padding: 50px 0 100px 0;
}

.quali-title{
  font-size: 40px;
  font-weight: 600;
  color: #eea860;
  text-align: center;
  padding: 30px 0 50px 0;
}



.footer{
  background-color: #363636;
  color: #ccc;
  text-align: center;
  padding: 5px;
}

.footer a{
  color: #ccc !important;
}

#kontakt{
  position: relative;
  padding-top: 50px;
}

.kontakt-logo{
  position: absolute;
  width: 150px;
  left: calc(50% - 75px);
  top: -48px;
}

.kontakt-logo img{
  width: 100%;
}

.kontakt-title{
  font-weight: 600;
  font-size: 30px;
  color: #ef7f84;
}

#countdown{
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  opacity: 0.9;
}

#countdown-inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-col{
  margin: 40px;
  position: relative;
}

.countdown-zahl{
  font-size: 100px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  letter-spacing: 8px;
}

.countdown-zahl .i1, .countdown-zahl .i2{
  position: absolute;
  top: 0%;
}

.countdown-zahl .i2{
  top: 100%;
}

.countdown-punkte{
  position: absolute;
  width: 50px;
  font-size: 70px;
  color: #fff;
  top: 10px;
  line-height: 1;
  font-weight: 600;
  right: -60px;
}

.countdown-text{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}


.ablauf-wrapper{
  position: relative;
}

.ablauf-col{
  float: left;
  text-align: center;
  width: 20%;
}

.ablauf-col{
  opacity: 0;
  transform: scale(0.7);
  transition: all 1s;
}


.ablauf-img img{
  width: 150px;
  margin-bottom: 20px;
}

.ablauf-icon img{
  width: 25px;
  margin: 10px 0;
}


.ablauf-zeit{
  color: #eea860;
  font-weight: 600;
  font-size: 20px;
}

.ablauf-text{
  font-size: 28px;
  font-weight: 600;
}

.ablauf-trenner{
  width: 14%;
  position: absolute;
  top: 197px;
  left: 13%;
}

.ablauf-trenner.first{
  left: 0;
  width: 7%;
}

.ablauf-trenner.i2{
  left: 33%;
}

.ablauf-trenner.i3{
  left: 53%;
}

.ablauf-trenner.i4{
  left: 73%;
}

.ablauf-trenner.i5{
  left: 93%;
  width: 7%;
}

.ablauf-trenner-1, .ablauf-trenner-2{
  background-color: #eea860;
  height: 3px;
  margin-bottom: 3px;
}

.ablauf-trenner-2{
  height: 2px;
}

.wir-col{
  float: left;
  width: 25%
}

.wir-col img{
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(0.9);
  transition: 1s;
}


.wir-text{
  color: #eea860;
  text-align: center;
  padding: 20px 0px;
  font-weight: 500;
  font-size: 18px;
  background-image: url(/img/background.jpg?width=400);
  background-size: cover;
  background-position: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.wir-text2{
  font-family: 'Petit Formal Script', cursive;
  font-weight: 600;
  color: #262629;
  font-size: 18px;
}

.trauzeugen-col{
  float: left;
  width: 25%;
  text-align: center;
}

.trauzeugen-col img{
  width: 80%;
  opacity: 0;
  transform: scale(0.7);
  transition: all 1s;
}

.trauzeugen-text{
  font-size: 25px;
  font-weight: 500;
  margin: 10px;
  margin-bottom: 5px;
}

.trauzeugen-tel{
  text-decoration: none;
  color: #262629;
  background-color: #eea860;
  border-radius: 20px;
  padding: 7px 20px;
  color: #fff;
}

#trauzeugen{
  padding: 20px 0 50px 0;
}

.footer-img img{
  float: right;
  width: 100%;
  min-width: 1000px;
}

.trauzeugen-info-text{
  text-align: center;
  margin: 40px 15px;
  font-size: 16px;
}


#slogan{
  font-weight: 500;
  font-size: 70px;
  text-align: center;
  color: #fff;
}

#galerie{
  background-color: #fff;
}

#galerie-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.galerie-col{
  width: calc(25% - 4px);
  float: left;
  height: 300px;
  margin: 2px;
  background-size: cover;  
  background-position: center;
  
}

#galerie-uebersicht a, .button{
  display: block;
  padding: 10px 30px;
  width: 250px;
  margin: 20px auto;
  text-align: center;
  background-color: #eea860;
  color: #fff;
  text-decoration: none;
}


#galerie-uebersicht{
  background-color: #fff;
  padding: 80px 0;
}

.fancybox-video{
  height: auto !important;
  width: auto !important;
  margin: auto !important;
  max-width: 100%;
  max-height: 100%;
}

@media(max-width:1400px){/*sm*/
  .zitat{
    padding: 40px 15px;
  }
  
  .zitat .content-inner{
    max-width: 900px;
  }
  
  .zitat-left, .zitat-right{
    width: 45px;
    height: 140px;
  }
    
  .zitat-mitte{
    width: 800px;
    height: 140px;
  }

  .zitat-1 {
    font-size: 60px;
  }

  .zitat-2 {
    font-size: 25px;
  }

}

@media(max-width:1270px){/*sm*/
  .wir-col{
    width: 50%;
  }
}

@media(max-width:1000px){/*sm*/

  #uebermich {
    padding: 30px 10px;
  }

  .uebermich-left, .uebermich-right{
    float: none;
    width: auto;
    padding: 0;
  }
  
  .uebermich-right{
    padding-top: 0px;
  }

  .uebermich-right img{
    width: 80%;
    max-width: 300px;
  }

  .zitat{
    padding: 20px 15px;
  }
  
  .zitat .content-inner{
    max-width: 500px;
  }
  
  .zitat-left, .zitat-right{
    width: 35px;
    height: 120px;
  }
    
  .zitat-mitte{
    width: 400px;
    height: 120px;
  }

  .zitat-1 {
    font-size: 50px;
  }

  .zitat-2 {
    font-size: 20px;
  }

  .box-text, .box-bild{
    float: none !important;
    width: auto;
    height: 450px;
  }

  #qualifikationen{
    padding: 20px 0 70px 0;
  }
  
  .quali-box{
    float: none;
    width: auto;
    padding: 0 15px;
  }
  
  .quali-title{
    font-size: 25px;
    padding: 0px 0 50px 0;
  }

  .kontakt-title{
    text-align: center;
  }

  .kontakt-wrapper {
    padding: 20px 0;
  }
  
  .kontakt-right, .kontakt-left{
    width: auto;
    float: none;
    padding: 50px 15px;
    margin-right: 0;
  }

  .countdown-col{
    margin: 20px;
  }

  .countdown-zahl {
    font-size: 60px;
    letter-spacing: 4px;
  }

  .countdown-text {
    font-size: 16px;
  }

  .countdown-punkte{
    font-size: 45px;
    top: 6px;
    right: -44px;
  }

  .ablauf-col{
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }

  .ablauf-col.torte{
    padding-top: 20px;
  }

  .ablauf-icon img{
    margin: 7px 0 0 0;
    width: 25px;
  }

  .ablauf-img img{
    margin-bottom: 0;
    width: 115px;
  }

  .ablauf-zeit{
    font-size: 18px;
  }
  
  .ablauf-text{
    font-size: 22px;
  }

  .ablauf-trenner{
    position: absolute;
    width: 60px;
    left: calc(50% - 30px) !important;
    top: 260px;
    transform: rotate(90deg);
  }
  
  .ablauf-trenner.first{
    width: 50px;
    left: calc(50% - 25px) !important;
    top: 0;
  }

  
  .ablauf-trenner.i2{
    width: 60px;
    left: calc(50% - 30px) !important;
    top: 546px;
  }
  
  .ablauf-trenner.i3{
    width: 60px;
    left: calc(50% - 30px) !important;
    top: 853px;
  }
  
  .ablauf-trenner.i4{
    width: 60px;
    left: calc(50% - 30px) !important;
    top: 1136px;
  }
  
  .ablauf-trenner.i5{
    width: 50px;
    left: calc(50% - 25px) !important;
    top: 1417px;
  }

  .ablauf-trenner-1, .ablauf-trenner-2{
    height: 2px;
    margin-bottom: 3px;
  }
  
  .ablauf-trenner-2{
    height: 1px;
  }

  .datum-background{
    height: 300px;
    top: -50px;
  }

  .wir-text{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .wir-text2{
    font-size: 14px;
  }

  .trauzeugen-col{
    width: 50%;
    margin-bottom: 50px;
  }
  
  .trauzeugen-col img{
    width: 90%;
    max-width: 300px;
  }
  
  .trauzeugen-text{
    font-size: 20px;
  }
 
  #trauzeugen{
    padding: 10px 0 0px 0;
  }


  #menue-wrapper{
    height: 60px;
  }
  
  #menue{
    height: 60px;
  }
 
  #logo, .menue-point{
    height: 60px;
  }
  
  #logo-wrapper{
    width: 300px;
  }

  #logo-background{
    top: -210px;
    left: calc(50% - 175px);
    height: 350px;
    width: 350px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    border-radius: 2000px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    /*transition: height 0.1s, width 0.1s, left 0.1s;*/
  }
  
  #logo-background2{
    position: absolute;
    height: 100%;
    width: 140%;
    left: -20%;
    top: 0;
    background-color: #fff;
    z-index: -1;
  }
  
  #logo img{
    top: 20px;
    position: relative;
    height: 80px;
    /*transition: height 0.1s, top 0.1s;*/
  }

  #countdown{
    top: 47%;
  }

  #header-pfeil {
    position: absolute;
    bottom: 0;
    width: 100px;
    left: calc(50% - 50px);
    height: 60px;
  }

  #header-pfeil img {
    width: 55px;
  }

  .galerie-col{
    width: calc(33% - 4px);
    height: 300px;
  }

  #galerie-uebersicht{
    padding: 50px 0;
  }

}


@media(max-width:800px){
  .galerie-col{
    width: calc(33% - 4px);
    height: 250px;
  }
}


@media(max-width:600px){
  .galerie-col{
    width: calc(33% - 4px);
    height: 200px;
  }

  .overlay{
    top: 100px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .zitat{
    padding: 15px 0px;
  }
  
  .zitat .content-inner{
    max-width: 350px;
  }
  
  .zitat-left, .zitat-right{
    width: 20px;
    height: 80px;
  }
    
  .zitat-mitte{
    width: 300px;
    height: 80px;
  }

  .zitat-1 {
    font-size: 40px;
  }

  .zitat-2 {
    font-size: 18px;
  }

  .box-bild{
    height: 300px;
  }

  .box-title{
    text-align: center;
  }
  
  .box-text{
    height: auto;
    padding: 30px 20px;
  }

  .kontakt-title{
    font-size: 18px;
  }

  .kontakt-left-left, .kontakt-left-right{
    width: auto;
    float: none;
    margin-top: 30px;
  }

  .countdown-col{
    margin: 10px;
  }

  .countdown-zahl {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .countdown-text {
    font-size: 14px;
  }

  .datum-background{
    height: 250px;
  }

  .wir-text-1{
    min-height: 50px;
    line-height: 1.5;
  }

  .wir-text{
    font-size: 14px;
    min-height: 80px;
  }

  .countdown-punkte{
    font-size: 32px;
    top: 2px;
    right: -34px;
  }

  
}

@media(max-width:500px){
  .galerie-col{
    width: calc(33% - 4px);
    height: 150px;
  }
}

@media(max-width:420px){
  .galerie-col{
    width: calc(33% - 4px);
    height: 130px;
  }
}

@media(max-width:369px){
  .galerie-col{
    width: calc(33% - 4px);
    height: 120px;
  }
}

@media(max-width:370px){
  
  .zitat .content-inner{
    max-width: 300px;
  }
  
  .zitat-mitte{
    width: 250px;
  }

}



.input{
  padding: 9.5px 15px;
  border: 0;
  width: calc( 100% - 30px);
  outline: none;
  color: #484748;
  font-family: 'Montserrat';
  background-color: transparent;
  border-bottom: 1px solid #ef7f84;
  margin-top: 20px;
}

.input::placeholder{
  opacity: 0.95;
  font-family: 'Montserrat';
  font-size: 14px;
}

.datenschutz *{
  font-family: 'Montserrat' !important;
}

