@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family:'futura';
    src: url(fonts/futura/futuralight.ttf) format('truetype');
}

@font-face {
    font-family:'quicksand';
    src: url(fonts/quicksand/Quicksand_Light.otf) format('truetype');
}

@font-face {
    font-family:'quicksand_book';
    src: url(fonts/quicksand/Quicksand_Book.otf) format('truetype');
}

@font-face {
    font-family:'BebasNeue-Regular';
    src: url(fonts/bebas_neue/BebasNeue-Regular.otf) format('truetype');
}

html{
    scroll-behavior: smooth;
    cursor: none!important;
    overflow-x: hidden!important;
}

::selection{
    background: #FFA500;
}

::-webkit-scrollbar{
    width: 8px;
    z-index: -1;
}

::-webkit-scrollbar-track{
    border: 2px solid #292929;
    box-shadow: inset 0 0 2.5px 2px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb{
    background: #FFA500;
    border-radius: 3px;
}

:hover{
}

.cursor{
    width: 3rem;
    height: 3rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100000;
    backdrop-filter: blur(1px);
}

* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

span{
    color: #FFA500;
}

span2{
    color: #1E1E1E;
}

body {
    font-family: quicksand_book;
    background-color: #1E1E1E!important;
}

nav {
    display: flex!important;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    font-family: BebasNeue-Regular;
    position: fixed!important;
    width: 100%;
    top: 0!important;
    z-index: 999!important;
}

nav.scrolled {
    background-color: #1E1E1E!important;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 35%;
}

.nav-links li{
    list-style: none
}

.nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 14px;
}

.nav-links a:hover {
    color: #FFA500;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 14px;
}

.logo img{
    width: 200px!important;
}

.logo {
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 30px;
}

.logo span {
    color: #FFA500;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div{
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 5px;
}

@media screen and (max-width: 1450px){
    .nav-links {
        width: 50%;
    }
    
    #videos img{
    filter: grayscale(0%)!important;
}
}

@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    
    .nav-links{
        position: absolute;
        right: 0px;
        height: 50vh!important;
        top: 8vh;
        background-color: #1E1E1E;
        display: flex;
        flex-direction: column;
        align-items: center!important;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.2s ease-in;
        margin-top: 0px;
    }
    
    .nav-lights li{
        opacity: 0;
    }
    
    .burger {
        display: block;
    }
}

.nav-active {
    transform: translateX(0%);
}

#container {
    margin-left: 15%!important;
    margin-right: 15%!important;
    display: inline-block!important;
}

#container5 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #1E1E1E;
}

.containerv{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.containerv:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.containerv video{
    display: inline-block!important;
    height: 100vh;
}

.containerv .textbox
{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important; 
    flex-direction: column;
    display: inline-block!important;
    font-size: 5em;
    font-family: BebasNeue-Regular;
    line-height: 1.2em;
    /* mix-blend-mode: screen; */
}

.containerv .textbox p{
    color: white;
    text-align: center;
    font-family: quicksand_book;
    font-size: 0.3em;
    line-height: 1em;
    padding-top: 25px;
}

.containerv a{
    color: white;
    text-shadow: -11px -3px 50px rgba(0,0,0,0.6);
}
.containerv a:hover{
    color: white;
    text-decoration: none;
}

.containerv span{
    color: rgba(255,166,0,1);
}

.containerv .textbox span
{
    line-height: 1.2em;
}

.container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#videos {
    width: 100%;
    margin: 0px;
}

#abstand{
    margin-top: 925px;
}

@media (max-height: 850px){
    #abstand{
        margin-top: 570px!important;
    }
}

@media (max-height: 750px){
    #abstand{
        margin-top: 580px!important;
    }
}

@media (min-width: 2400px){
    #abstand{
        margin-top: 900px;
    }
}

#home-heading2 h1{
    color: #ffffff!important;
    font-size: 55px;
    font-weight: 100!important;
    text-transform: uppercase!important;
    font-family: BebasNeue-Regular!important;
    display: inline-block;
    width: 25%;
    float: left!important;
}

@media (max-width: 1600px){
    #home-heading2 h1{
        font-size: 40px!important;
    }
}

@media (max-width: 1230px){
    #home-heading-1{
        width: 100%!important;
    }

    #box{
        width: 44%!important;
    }
}

@media (max-width: 850px){
    #box{
        width: 100%!important;
        height: auto;
        margin-left: 0%!important;
        margin-right: 0%!important;
    }
}

#home-heading2 h1 span {
    color: #FFA500!important;
    font-weight: 100!important;
}

#home-heading h1{
    color: #ffffff!important;
    font-size: 65px;
    font-weight: 100!important;
    text-transform: uppercase!important;
    margin: 0!important;
    margin-left: 150px!important;
    font-family: BebasNeue-Regular!important;
    display: inline-block;
}

#home-heading h1 span {
    color: #FFA500!important;
    font-weight: 100!important;
}

#home-text {
    font-family: quicksand_book;
    color: white;
    padding-bottom: 15px;
    margin: 8px;
}

@media screen and (min-width: 1900px){
    .containerv video{
        width: 100%!important;
    }
}
@media screen and (max-width: 1024px){
    .containerv .textbox{
        font-size: 5em;
        height: 100%;
    }

    .containerv video{
        position: absolute!important;
        left: 0%;
        margin-left: 0%;
        height: 100%!important;
    }

    .containerv:before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

    #abstand{
        margin-top: 560px;
    }
}

#marked {
    color:#FFA500!important;
}

@media (max-width: 830px){
    .containerv .textbox{
        visibility: 3,5em;
    }

    .containerv:before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
}

@media (max-width: 640px){
    .containerv .textbox{
        visibility: 3,1em!important;
    }

    .containerv .textbox{
        font-size: 3em!important;
        width: 100%;
        padding-top: 10%!important;
        text-align: center;
    }
}
@media (max-width: 439px){
    .containerv .textbox{
        font-size: 3em!important;
        width: 100%;
        padding-top: 5%!important;
        text-align: center;
    }

    .containerv video{
        position: absolute!important;
        left: -70%;
        margin-left: -70%;
        margin-bottom: 150px;
    }
        
    .partnerlinks{
        width: 100%!important;
        padding-bottom: 10px;
    }
}

@media (max-width: 1025px){
    .toggle{
        display: block!important;
    }  
        
    .active{
        display: block;
    }
        
    .partnerlinks p{
        font-size: 10px;
    }
    #partner img{
        height: 100px!important;
    }    
}

#bgcolor{
    background-color: #FFA500;
}

.spruch{
    background-color: #FFA500!important;
    font-family: BebasNeue-Regular!important;
    color:#fff;
    margin: 0px!important;
    padding: 50px!important;
}

.spruch h1{
    font-size: 70px;
    text-align: center;
}

.spruch1{
    background-color: #FFA500!important;
    font-family: BebasNeue-Regular!important;
    color:#fff;
    margin: 0px!important;
    padding: 50px!important;
    margin-top: 100vh!important;
}

.spruch1 h1{
    font-size: 4.5em;
    text-align: center;
}

.spruch2{
    background-color: #FFA500!important;
    font-family: BebasNeue-Regular!important;
    color:#fff;
    margin: 0px!important;
    padding: 50px!important;
    width: 100%;
}

.spruch2 h1{
    font-size: 70px;
    text-align: center;
}

#kontakt-button a{
    color: #ffffff!important;
    font-family: quicksand_book;
    font-size: 25px;
    background: #1E1E1E;
    padding: 15px;
    border-radius: 0.8em;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center!important;
}

@media (max-width: 1000px){
    .spruch1 h1{
        font-size: 2.5em!important; 
    }

    .spruch h1{
        font-size: 2.5em!important; 
    }

    .spruch2 h1{
        font-size: 2.5em!important; 
    }
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.5px;	
}
	
a.link {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

a.link:hover{
	color:#FF0D02;
}

h2 {
	font-family:"futura";
	font-size:50px;	
	letter-spacing: 1px;
    color: white;
}		

h3 {
	font-family:"quantify";
	margin-bottom:15px;	
	letter-spacing: 1px;	
}

.center{
	text-align:center;
}
	
.container {
	max-width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px;
	
}

.banner{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 50px 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner2{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner .textBox{
    position: relative;
    max-width: 550px;
    z-index: 2;
}

.videoBox img{
    width: 100%!important;
    padding: 10px;
}

.banner .textBox h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 50px;
}

.banner .textBox p{
    color: #ffffff;
    font-family: quicksand_book;
    font-size: 20px;
}

.banner .textBox a{
    position: relative;
    display: inline-block;
    background: rgba(255,166,0,1);
    color: #ffffff;
    font-family: BebasNeue-Regular;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 0.5em;
    text-decoration: none;
    transition: all .4s ease-out;
}

.banner .textBox a:hover{
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: rgba(255,166,0,1);
    font-family: BebasNeue-Regular;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 0.5em;
    transition: all .4s ease-out;
}

.banner .videoBox{
    position: relative;
    margin-left: 40px;
    width: 100%;
    height: 550px;
    z-index: 1;
}

.banner .videoBox video{
    opacity: 1;
}

.banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

@media (max-width: 1500px){
    .banner .textBox{
        max-width: 300px;
    }
    
    .banner .videoBox{
        height: 400px;
    }

    .banner:before{
        width: 200px;
    }
}

@media (max-width: 991px){
    .banner{
        padding: 20px 50px 0;
        flex-direction: column;
    }

    .banner:before{
        display: none;
    }

    .banner .textBox{
        max-width: 100%;
    }

    .banner .textBox h1{
        font-size: 40px;
    }

    .banner .textBox p{
        font-size: 17px;
    }

    .banner .videoBox{
        width: 100%;
        height: 500px;
        margin: 40px 0 100px;
    }

    .banner2{
        padding: 0px 0px;
        padding-bottom: 30px;
    }

    .videoBox img{
        padding: 3px;
    }
}

@media (max-width: 600px){
    .banner .videoBox{
        height: 150px;
    }
}

#partner{
    display: inline-block!important;
    display: inline-block;
    width: 100%;
}

#partner h1{
    color: #ffffff!important;
    font-size: 55px;
    font-weight: 100!important;
    text-transform: uppercase!important;
    font-family: BebasNeue-Regular!important;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

#markierung {
    background-color: #FFA500;
}

.partnerlinks{
    width: 12.5%;
    float: left;
}

@media (max-width: 850px){
    .partnerlinks{
        width: 50%;
    }
}

.partnerlinks p{
    text-align: center;
    font-family: quicksand_book;
    font-size: 15px;
    color: #ffffff;
}

.partnerlinks a{
    display: block;
    text-align: center;
    box-sizing: border-box;
}

#partner img{
    height: 150px;
    filter: grayscale();
    padding: 1%;
}

/*Kontaktformular*/
body { background:rgb(30,30,40); }
form { margin:50px auto; }

.feedback-input {
  color:white;
  font-family: quicksand_book;
  font-size: 18px;
  border-radius: 0.5em;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #FFA500;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:32%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #ffffff; }

textarea {
  height: 200px;
  line-height: 200%;
  resize:vertical;
}

#fünfzig1 {
    width:50%!important;
    float: left!important;
}

#fünfzig {
    width:50%!important;
    float: left!important;
}

#fünfzig .feedback-input {
    width: 100%;
}

#spc {
    visibility: visible!important;
}

#smb {
    visibility: hidden!important;
}

[type="submit"] {
  font-family: BebasNeue-Regular;
  width: 97%;
  background:#FFA500;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
}
[type="submit"]:hover { background:#da8d00; color: #ffffff; }

@media screen and (max-width: 800px){
    #spc {
        visibility: hidden!important;
    }
    
    #smb {
        visibility: visible!important;
    }

    [type="submit"]{
        width: 100%!important;
    }

    .feedback-input{
        width: 100%!important;
    }

    #fünfzig{
        padding-left: 2%!important;
    }
}

@media screen and (max-width: 500px){
    #fünfzig1{
        width: 100%!important;
    }
    
    #fünfzig{
        width: 100%!important;
    }

    .feedback-input{
        width: 100%!important; 
    }
}

#f1 h1{
    font-family: BebasNeue-Regular;
    color: #ffffff;
    font-size: 40px;
}

#impressum {
    color: white!important;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 20px;
}

#impressum a{
    color: white!important;
    background-color: #FFA500;
    padding: 10px;
    border-radius: 10px;
    font-family: BebasNeue-Regular
}
    