body{
  background-color: #f4f5f6;
}

.primary-navigation-open .menu-button-container, .primary-navigation-open .primary-navigation > .primary-menu-container{
  background-color: #2E75A7 !important;
}

.entry-header{
  display: none !important;
}


.section{
  max-width: 1920px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0px !important;
}

/*.bg-video{
  max-width: 1920px;
  width: 100%;
  height: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
background-image: url(/wp-content/uploads/video-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
position: relative;
top: 0px;
z-index: -1;
}
*/

h1{
  font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #2E75A7;
  margin-bottom: 30px;
}

h2{
  font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2E75A7;
  margin-bottom: 20px;
}

h3{
  font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

h6  {
  font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #2E75A7;
  margin-bottom: 20px;
  margin-top: 40px;}

p{
   font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Abstandshelferlein */

.mt-575{
  margin-top: 575px !important;
}

.mt-705{
  margin-top: 66vh !important;
}

.mt-100{
  margin-top: 100px !important;
}

.mt-75{
  margin-top: 75px !important;
}

.mt-25{
  margin-top: 25px !important;
}

.mt-120{
  margin-top: 120px;
}

.mt-250{
  margin-top: 250px !important;
}

.mt-m-70{
  margin-top: -70px !important;
}


@media (max-width:1024px){
  .mt-705{
    margin-top: 255px !important;
  }
  
  .mt-250{
  margin-top: 100px !important;
}
}

@media (min-width:1920px){
  .mt-705{
    margin-top: 705px !important;
  }
}

@media (max-width:959px){
  .mt-705{
    margin-top: 155px !important;
  }
  
  .mt-250{
  margin-top: 70px !important;
}
}

@media (max-width:420px){
  .mt-120{
  margin-top: 60px !important;
}

}

/* Hero Teaser */

.hero-teaser{
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
background-image: url(/wp-content/uploads/bg-startseite.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
position: absolute;
top: 0px;
z-index: -1;
background-color: #6fa4ca;
}

.hero-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 20%;
    max-width: 1232px;
}

@media (max-width: 1431px){
  .hero-content-width{
    margin-left: 50px;
    margin-top: 30%;
  }
}

@media (max-width: 1024px){
  .hero-content-width{
    max-width: 860px;
    margin-top: 21%;
  }
}

@media (max-width: 959px){
 .hero-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 33%;
    max-width: 860px;
}

.hero-txt {
    position: relative;
    margin: 0 auto 0 auto !important;
    width: 80% !important;
    height: auto;
    padding: 30px 40px 30px 30px !important;
    background-color: rgba(12,78,129,0.5);
    color: #fff;
    font-size: 26px !important;
    line-height: 35px !important;
}
}

@media (max-width: 700px){
 .hero-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 45%;
    max-width: 860px;
}

.hero-txt {
    position: relative;
    margin: 0 auto 0 auto !important;
    width: 80% !important;
    height: auto;
    padding: 15px 20px 20px 20px !important;
    background-color: rgba(12,78,129,0.5);
    color: #fff;
    font-size: 18px !important;
    line-height: 24px !important;
}
}

@media (max-width: 468px){
  .hero-content-width{
    margin-top: 41% !important;
  }
  
  .hero-txt{
    width: 94% !important;
  }
  
}

.full-screen-hero{
  width: 100vw;
height: 74vh;
}

.hero-flex-box{
display: flex;
flex-direction: row;
max-width: 840px;
width: 100%;
text-align: center;
margin: 0 auto;
justify-content: space-between;
top: 46%;
position: relative;
}

@media (max-width: 959px){
  .hero-flex-box{
    top: 26% !important;
  }
}

@media (max-width: 885px){
  .hero-flex-box{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0% !important;
  }
  
  .hero-flex-box a{
    margin-bottom: 30px;
  }
}

@media (max-width: 466px){
  .hero-flex-box{
    top: 0px !important;
    padding: 50px auto !important;
  }
}

.hero-flex-box a{
  width: 370px;
  padding: 15px 25px 20px;
  background-color: rgba(12,78,129,0.5);
      color: #fff;
    font-size: 34px;
    line-height: 35px;
    font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
    font-weight: 400;
    text-decoration: none !important;
}

.hero-txt{
    position: relative;
    top: 36%;
    margin: 0 auto 0 0;
    width: 720px;
    height: auto;
    padding: 40px 50px 60px 50px;
    background-color: rgba(12,78,129,0.5);
    color: #fff;
    font-size: 34px;
    line-height: 45px;
    font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
    font-weight: 200;
}

@media (min-width: 1920px){
  .hero-teaser{
    height: 1080px !important;
  }
  
  .full-screen-hero{
  height: 780px !important;
}
}

@media (max-width: 1024px){
  .hero-teaser{
    max-width:1024px;
    height: 590px;
  }
  
  .full-screen-hero{
    height: 340px;
  }
}

@media (max-width: 959px){
    .full-screen-hero{
    height: 270px;
  }
}

@media (max-width: 480px){
  .hero-teaser{
    max-width:100%;
    height: 365px;
  }
  
    .site-logo img{
  width: 110px !important;
}

.site-logo{
        width: 130px !important;
        height: 110px !important;
}
  
  .mt-m-70{
  margin-top: 0px !important;
}
  
  .full-screen-hero{
    height: 207px;
  }
}

/*------- Right Side Fixed ------ */

.right-side-fix{
  position: fixed;
  right: 0px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 111px;
  justify-content: space-between;
  align-items: center;
  top: 45%;
  z-index: 100;
}

.right-side-fix .tel:hover {
  background-image: url(/wp-content/uploads/svg/telefon-icon-hover.svg);
}

.right-side-fix .mail:hover {
  background-image: url(/wp-content/uploads/svg/mail-icon-hover.svg);
}

.right-side-fix .kontakt:hover {
  background-image: url(/wp-content/uploads/svg/kontaktf-hover.svg);
}

.right-side-fix .right-icon{
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 6px #d5d5d5;
}

.right-side-fix .tel{
  background-image: url(/wp-content/uploads/svg/telefon-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.right-side-fix .mail{
  background-image: url(/wp-content/uploads/svg/mail-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.right-side-fix .kontakt{
  background-image: url(/wp-content/uploads/svg/kontaktformular.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/*--------- Logo --------- */

.site-logo{
  width: 280px;
height: 225px;
background-color: #fff;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
position: absolute;
top: 0px;
margin: 0px !important;
}

/*------ Navigation ------*/

#menu-item-15 a, #menu-item-16 a, #menu-item-17 a, .menu-item{
  color: #ffffff;
  font-weight: 700 !important;
  border: 0px none !important;
  text-decoration: none !important;
}

#menu-item-15 a:hover, #menu-item-16 a:hover, #menu-item-17 a:hover{
  color: #d5d5d5;
  font-weight: 700 !important;
  border: 0px none !important;
}

/*------------ Content -------*/

.white {
  background-color: #fff !important;
}

.white-txt {
 color: #fff !important;
}

.content-width{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.txt-box{
  width:100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.flex-box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.flex-box-book{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 541px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.flex-box-inner-book{
  width: 541px;
  background-color: #fff;
  padding: 100px 100px;
  box-shadow: 0px 3px 10px #d5d5d5;
  display: flex;
  flex-direction: column;
}

.flex-box-inner{
  width: 541px;
  background-color: #fff;
  padding: 100px 100px;
  box-shadow: 0px 3px 10px #d5d5d5;
}

.flex-box-inner img{
  width: 265px;
  height: 265px;
  margin-bottom: 30px;
}

.flex-box-inner p{
  padding-bottom: 50px;
}

.center{
  text-align: center;
}

.cta-video{
   background: rgb(0,212,255);
background: linear-gradient(0deg, rgba(0,212,255,1) 0%, rgba(6,107,142,1) 66%, rgba(0,79,105,1) 100%); 
width: 840px;
height: 275px;
margin-left: auto;
margin-right: auto;
padding: 35px 60px 70px;
position: relative;
top: 63%;
}

.btn {
    border-radius: 50px;
    padding: 15px 25px;
    background-color: #004F69;
    color: #fff;
    max-width: 410px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto;
    text-decoration: none;
    top: 30px;
    position:relative;
    border: solid 1px #004F69;
}

.btn:hover{
  background-color: transparent;
  border: solid 1px #004F69;
  color: #004F69;
}

.btn-more {
    border-radius: 50px;
    border: 1px solid #004f69;
    padding: 15px 25px;
    background-color: #004F69;
    color: #fff;
    max-width: 240px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto;
    text-decoration: none;
    font-size: 14px;
}

.btn-more:hover{
  background-color: #fff;
  color: #004F69;
  border: 1px solid #004f69;
}



/*-------------------- FOOTER ------------------*/ 

footer{
    width: 100%;
    max-width: 100% !important;
    background-color: #2B3A40;
    padding: 93px 20px 80px;
    height: 294px;
}

.footer-inner{
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: top;
	padding: 90px 0px 10px;
}

.footer-menue{
	width: 230px;
	color: #fff !important;
}

.footer-menue h4{
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Frutiger Neue LT Pro Regular";
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer-menue p{
  font-size: 16px !important;
}

.site-logo-footer {
    width: 280px;
    height: 272px;
    background-color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 10px #d5d5d5;
}

.entry-footer{
  display: none !important;
}

.rechtliches{
  flex-direction: column;
display: flex;
max-width: 150px !important;
}

.kontakt{
  max-width: 230px;
}

.powered-by{
    max-width: 1280px !important;
    margin-left:auto !important;
   margin-right:auto !important;
    font-size: 12px;
    color: #999;
    padding: 25px 0px;
    margin-top: -65px !important;
    margin-bottom: 20px !important;
}



/*---------- RD Tablet 1024px ---------*/

@media (max-width: 1024px){
  .site-logo{
        width: 190px ;
    height: 170px ;
}

  .site-logo img{
  width: 150px ;
}

  .content-width {
    max-width: 860px !important;
    padding: 0 50px !important;
}

  .flex-box{
    max-width: 960px !important;
}

  .flex-box-inner {
    width: 470px !important;
    padding: 60px 60px !important;
}

footer{
  height: 180px !important;
}

.footer-inner{
  padding: 30px 0px 10px !important;
}

.site-logo-footer {
    width: 180px !important;
    height: 192px !important;
}

.site-logo-footer img{
  width: 140px !important;
}
}



/*---------- RD Tablet 768px ---------*/

@media (max-width: 768px){
  
  .right-side-fix{
  left: 0px !important;
  right: auto !important;
  top: 46% !important;
  }
  
  .site-logo{
        width: 190px;
    height: 170px ;
}

  .site-logo img{
  width: 150px ;
}

h1{
  font-size: 42px !important;
  line-height: 58px !important;
  margin-bottom: 20px !important;
}

.txt-box{
  padding-top: 70px !important;
  padding-bottom:70px !important;
}

  .content-width {
    max-width: 860px !important;
    padding: 0 20px !important;
}

  .flex-box{
    max-width: 960px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

  .flex-box-inner, .flex-box-inner-book {
    width: 95% !important;
    padding: 30px 20px !important;
    margin: 10px auto !important;
}

.bg-video{
  height: auto !important;
}

.cta-video{
  width: 350px !important;
height: auto !important;
top: 39% !important;
}

.btn {
    border-radius: 50px;
    padding: 9px 15px !important;
    background-color: #004F69;
    color: #fff;
    max-width: 260px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto;
    text-decoration: none;
    font-size: 14px !important;
}


ol, ul{
  padding-left: 10px !important;
}


/* --------- Footer ---------*/


footer{
  height: auto !important;
}

.footer-inner{
  flex-direction: column !important;
justify-content: center !important;
text-align: center !important;
align-items: center !important;
}

.footer-inner div{
  margin: 20px auto !important;
}

.footer-inner .kontakt p{
  color: #fff !important;
}

.powered-by{
  text-align: center;
margin-top: auto !important;
}

.mt-75{
  margin-top: 35px !important;
}

.mt-575{
  margin-top: 375px !important;
}

.menu-button-container #primary-mobile-menu .dropdown-icon{
  text-indent: -1000px !important;
  color: #fff;
}
}

@media only screen and (min-width:482px) and (max-width:959px){
  .primary-navigation > div > .menu-wrapper{
    flex-direction: column !important;
  }
}

.footer-link{
  text-decoration: none;
  color:#fff;
  font-size: 16px;
  
}

.footer-link:hover{
  text-decoration: underline;
  transform: 1s;
  transition: 1s;
}

/* Kontaktformular */

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
  max-width: 100% !important;
}

#wpforms-148{
  max-width: 840px;
margin-left: auto;
margin-right: auto;
width: 100% !important;
margin-top: 50px;
}

#wpforms-148 input, #wpforms-148 label, textarea{
  outline: 0px none !important;
}

.btn-send{
  background-color: #2e75a7 !important;
color: #fff !important;
font-size: 18px !important;
letter-spacing: 2px !important;
font-family: Frutiger Neue LT Pro, Arial, Open-Sans;
padding: 10px 30px 13px !important;
border: 1px solid #2e75a7 !important;
}

.btn-send:hover {
  background-color: #fff !important;
  color: #2e75a7 !important;
}