@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;
}

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: 10%!important;
    margin-right: 10%!important;
    display: inline-block!important;
}

.containerv{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    height: 700px;
    overflow: hidden;
}

.containerv video{
    display: inline-block!important;
}

.containerv .textbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: left; 
    flex-direction: column;
    
    font-size: 7em;
    font-family: BebasNeue-Regular;
    line-height: 1.2em;
    /* mix-blend-mode: screen; */
}

.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%!important;
    height: 100%;
    object-fit: cover;
}

#abstand{
    margin-top: 700px;
}

#abstand2{
    margin-top: 100px;
}

@media screen and (min-width: 1900px){
    .containerv video{
        width: 100%!important;
    }
}
@media screen and (max-width: 1024px){
    .containerv .textbox{
        font-size: 5em;
    }

    .containerv video{
        position: absolute!important;
        left: 0%;
        margin-left: 0%;
        height: 100%!important;
    }

    .containerv {
        height: 650px!important;
    }

    #abstand{
        margin-top: 700px;
    }
}

#marked {
    color:#FFA500!important;
}

@media (max-width: 830px){
    .containerv .textbox{
        visibility: 3,5em;
    }
}

@media (max-width: 640px){
    .containerv .textbox{
        visibility: 3,1em!important;
    }
}
@media (max-width: 439px){
    .containerv .textbox{
        font-size: 3em!important;
        width: 100%;
        padding-top: 40%!important;
        text-align: center;
    }        

    .containerv video{
        position: absolute!important;
        left: -70%;
        margin-left: -70%;
        margin-bottom: 150px;
    }
}

#demovideos img{
    width: 50%!important;
    float: left;
}

@media (max-width: 600px){
    #demovideos img{
        width: 100%!important;
    }
}


#text h1{
    font-family: BebasNeue-Regular;
    font-size: 82px;
    color: white;
}

#text p{
    font-size: 25px;
    font-family: quicksand_book;
    color: white;
}

@media (max-width: 1400px){
    #text{
        width: 100%;
    }
}

@media (max-width: 700px){
    #text h1{
        font-size: 90px;
    }

    #text p{
        font-size: 20px;
    }
}

@media (max-width: 500px){
    #text h1{
        font-size: 50px;
    }
}

#linkstext{
    width: 35%;
    float: left;
    margin-right: 15%;
}

#linkstext span{
    color: rgba(255,166,0,1);
}

#linkstext h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 82px;
}

#linkstext p{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
}

@media (max-width: 1400px){
    #linkstext{
        width: 100%;
    }
}

@media (max-width: 700px){
    #linkstext h1{
        font-size: 90px;
    }

    #linkstext p{
        font-size: 20px;
    }
}

@media (max-width: 500px){
    #linkstext h1{
        font-size: 50px;
    }
}

#linkstext2{
    margin-bottom: 130px;
}

#linkstext2 h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#linkstext2 li{
    font-family: quicksand_book;
    color: white;
    font-size: 30px;
    margin: 0;
	padding: 0px 0 0px 50px;
	list-style: none;
	background-image: url(pictures/icons/Checks.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 33px;
}

@media (max-width: 1400px){
    #linkstext2{
        width: 100%;
    }
}

@media (max-width: 700px){
    #linkstext2 li{
        font-size: 25px;
    }
}

@media (max-width: 500px){
    #linkstext2 h1{
        font-size: 70px;
    }
    #linkstext2 li{
        font-size: 17px;
        padding: 0px 0 0px 30px;
        background-size: 22px;
    }
}

#rechtstext{
    width: 50%;
    float: left;
}

#rechtstext span{
    color: rgba(255,166,0,1);
}

#rechtstext h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 100%;
    margin: 0px!important;
    padding: 0px!important;
}

#rechtstext p{
    margin-top: 25px!important;
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
}

@media (max-width: 1400px){
    #rechtstext{
        width: 100%;
    }
}

@media (max-width: 700px){
    #rechtstext p{
        font-size: 20px;
    }
}

#links{
    width: 40%;
    float: left;
}

#links img{
    width: 100%;
}

#rechts{
    width: 60%;
    float: left;
}

#rechts span{
    color: #f6ae2d;
}

#rechts h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 55px;
}

#rechts p{
    color: white;
    font-family: quicksand_book;
    font-size: 20px;;
}

#bilder{
    margin-top: 50px;
}

#bilder img{
    width: 33%;
}

@media screen and (max-width: 1150px){
    #links{
        width: 100%;
    }

    #rechts{
        width: 100%;
    }
    
    #bilder img{
        width: 100%;
        padding: 5%;
    }

    #leistungen h1{
        text-align: center;
    }

    #leistungen h2{
        font-size: 20px!important;
    }

    #leistung{
        width: 50%!important;
    }
}

#leistungen h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 55px;
}

#leistungen img{
    width: 50px;
    float: left;
}

#leistungen h2{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 30px;
    text-align: center!important;
}

#leistung{
    width: 16.6%;
    float: left;
}

#leistung img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 35%;
    padding-right: 35%;
}

#leistung img:hover{
    opacity: 1;
     -webkit-animation: flash 1.5s;
     animation: flash 1.5s;
}
 @-webkit-keyframes flash {
     0% {
         opacity: .4;
     }
     100% {
         opacity: 1;
     }
 }
 @keyframes flash {
     0% {
         opacity: .4;
     }
     100% {
         opacity: 1;
     }
 }

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;
	
}

/*Bilder bei Videos:*/
.bild {
	width:100%;     
	height:auto;
}

header .name p{
	font-size:35px;
    font-family: quicksand;
	display:inline-block;
    color: #ffffff;
    text-decoration: none;
    padding-left: 18px;
    padding-top: 6px;
}

.toggle {
    width: 100%;
    padding: 10px 10px;
    background: #393939;
    text-align: right;
    box-sizing: border-box;
    display: none;
}

.toggle i{
    color: #ffffff!important;
    font-size: 50px!important;
}

#titel img{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 3;
    width:900px;
}

#gelb{
    background-color: #f6ae2d;
    height: 50px;
}

footer {
	background:#333;
	text-align:center;
    padding-top: 10px;
}
