
 
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/mavenpro-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/mavenpro-medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/mavenpro-semibold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  html, body{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Maven Pro';
    color: black;
}
@media (min-width: 1200px) {
    html, body{
        font-size: 18px;
        
    }
}
body{
    padding-top: 105px;
}
@media (min-width: 768px) {
    body{
        padding-top: 163px;
    }
}
.text-pink{
    color:#FFA8A8;
}
h1{
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 1rem;
}
@media (min-width: 1000px) {
    h1{
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    h1{
        font-size: 44px;
    }
}
@media (min-width: 1400px) {
    h1{
        font-size: 48px;
    }
}
h2{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}
@media (min-width: 1000px) {
    h2{
        font-size: 35px;
       
    }
}
@media (min-width: 1200px) {
    h2{
        font-size: 40px;
    }
}

.img-fluid{
    width: 100%;
}



@media (min-width: 1200px) {
    
}

a{
    cursor: pointer;
    transition: opcaity 300ms ease;
    color: black;
}
.bg-black a{
    color: white;

}
a:hover{
    opacity: 0.7;
}

section.header{
    height: 105px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    position: fixed;
    width: 100%;
    z-index: 7;
    top: 0;
    
}
@media (min-width: 768px) {
    section.header{
        height: 163px;
    }
}
section.header .position-absolute{
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 45px;
    transform: translateY(25%);
    color: black;
    width: auto;
}
@media (min-width: 500px) {
    section.header .position-absolute{
        left: 13%;
        font-size: 55px;
    }
}
@media (min-width: 768px) {
    section.header .position-absolute{
        left: 16%;
        font-size: 80px;
    }
}
@media (min-width: 1200px) {
    section.header .position-absolute{
        font-size: 103px;
        left: 20%;
    }
}
section.header .kontakt{
    padding-top: 80px;
}
@media (min-width: 500px) {
    section.header .kontakt{
        padding-top: 72px;
    }
}
@media (min-width: 768px) {
    section.header .kontakt{
        padding-top: 110px;
    }
}
section.header a{
    text-decoration: none;
   
}
section.header .kontakt a{
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
@media (min-width: 500px) {
    section.header .kontakt a{
        text-decoration: none;
        font-weight: 500;
        font-size: 22px;
    }
}
section.zweispalter h1 .zitat{
    font-size: 14px;
    font-weight: 600;
    display: inline;
    padding-left: 15px;
}
section.zweispalter .links{
    padding-top: 1rem;
    padding-right: 2rem;
}
@media (min-width: 1400px) {
    section.zweispalter .links{
        padding-top: 5rem;
        padding-right: 4rem;
    }
}
section.dreispalter{
    padding-top: 5rem;
    padding-bottom: 14rem;
    background-color: white;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(0,0,0,1) 95%, rgba(0,0,0,1) 100%);
    position: relative;
}
@media (min-width: 1000px) {
    section.dreispalter{
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    }
}
section.dreispalter .position-absolute{
    bottom: 0;
    color: white;
    left: 12px;
    font-weight: 600;
    font-size: 45px;
    transform: translateY(46%);
    
}
@media (min-width: 500px) {
    section.dreispalter .position-absolute{
        left: 13%;
        font-size: 55px;
    }
}
@media (min-width: 768px) {
    section.dreispalter .position-absolute{
        left: 16%;
        font-size: 80px;
    }
}
@media (min-width: 1200px) {
    section.dreispalter .position-absolute{
        font-size: 103px;
        left: 20%;
    }
}
section.dreispalter video{
    width: 100%;
    height: auto;
}
section.dreispalter .box{
    margin-top: 10px;
    border: 1px solid black;
    padding: 1rem;
    background-color: white;
    line-height: 33px;
}

@media (min-width: 1200px) {
    section.dreispalter .box{
        padding: 2rem 1rem;
    }
}
section.dreispalter .videoplaybox{
    position: relative;
    cursor: pointer;
}

section.dreispalter .videoplaybox .play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65px;
    height: auto;
    transition: transform 300ms ease;
    cursor: pointer;
}
section.dreispalter .videoplaybox:hover .play-button{
    transform: translate(-50%,-50%) scale(1.2);
}
.footer-1{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.footer-1 .titel{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.footer-1 .titel a{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
    text-decoration: none;
}
.footer-2{
    font-size: 16px;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.footer-2 .icons{
    margin-bottom: 4rem;
}
.footer-2 .icons img{
    width: 45px;
    margin-left: 5px;
    margin-right: 5px;
}

.videopopup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(29,29,27,0.85);
    z-index: 99999;
    padding: 10%;
    transition: all 300ms ease;
    opacity: 1;
}
.videopopup.invisible{
    top: 35%;
    left: 35%;
    bottom: 35%;
    right: 35%;
    z-index: 0;
    opacity: 0;
    height: 0;

}
.videopopup.invisible video{
    width: 0%;
}
.videopopup video{
    transition: all 400ms ease;
    width: 80%;
    height: auto;
    max-height: 80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
}
.videopopup .closevideo{
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    font-size: 50px;
    font-weight: 800;
    color: white;
    transition: transform 300ms ease;
    
}
.videopopup .closevideo :hover{
    transform: scale(1.3);
}