@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%);
}

#mobile{
    pointer-events: none;
    display: none;
}

@media (max-width: 1400px){
    #mobile{
        pointer-events: all;
        display: block;
    }
}

#desktop{
    display: block;
}

@media (max-width: 1400px){
    #desktop{
        display: none;
        pointer-events: none;
    }
}

#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: 1260px){
    .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: 100%!important;
    float: left;
    margin-bottom: 60px;
    padding-left: 25%;
    padding-right: 25%;
}

@media (max-width: 600px){
    #demovideos img{
        width: 100%!important;
    }
}

#text{
    width: 100%;
}

#text span{
    color: rgba(255,166,0,1);
}

#text h2{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#text h3{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 35px;
}

#text p{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
    text-align: justify!important;
}

#text li{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
}

@media (max-width: 1100px){
    #text h2{
        font-size: 40px;
    }
}

@media (max-width: 700px){
    #text h2{
        font-size: 40px;
    }

    #text h3{
        font-size: 20px;
    }

    #text p{
        font-size: 15px;
    }

    #text li{
        font-size: 15px;
    }
}

#text2{
    width: 60%;
    float: left;
    display: inline-block;
}

#text2 span{
    color: rgba(255,166,0,1);
}

#text2 h2{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#text2 h3{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 35px;
}

#text2 p{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
    text-align: justify!important;
}

#text2 li{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
}

@media (max-width: 1400px){
    #text2{
        width: 100%;
    }
}

@media (max-width: 1100px){
    #text2 h2{
        font-size: 60px;
    }
}

@media (max-width: 700px){
    #text2 h2{
        font-size: 50px;
    }

    #text2 p{
        font-size: 15px;
    }

    #text2 li{
        font-size: 20px;
    }
}

@media (max-width: 500px){
    #text2 h2{
        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: 75px;
}

#linkstext p{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
}

#linkstext img{
    width: 100%;
}

@media (max-width: 1400px){
    #linkstext{
        width: 100%;
    }
}

@media (max-width: 1100px){
    #linkstext h1{
        font-size: 70px;
    }
}

@media (max-width: 700px){
    #linkstext h1{
        font-size: 60px;
    }

    #linkstext p{
        font-size: 20px;
    }
}

@media (max-width: 500px){
    #linkstext h1{
        font-size: 65px;
    }
}

#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;
    }
}

#linkstext4{
    width: 60%;
   float: left;
}

#linkstext4 h2{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#linkstext4 p{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
    text-align: justify;
}

@media (max-width: 1400px){
    #linkstext4{
        width: 100%;
    }
}

@media (max-width: 1100px){
    #linkstext4 h2{
        font-size: 60px;
    }
}

@media (max-width: 700px){
    #linkstext4 li{
        font-size: 15px;
    }

    #linkstext4 p{
        font-size: 15px;
    }
}

@media (max-width: 500px){
    #linkstext4 h2{
        font-size: 50px;
    }

    #linkstext4 li{
        font-size: 17px;
        padding: 0px 0 0px 30px;
        background-size: 22px;
    }
}

#linkstext5{
    margin-bottom: 130px;
    width: 40%;
    float: left;
    padding-left: 2%;
}

#linkstext5 h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#linkstext5 li{
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
    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){
    #linkstext5{
        width: 100%;
    }
}

@media (max-width: 1100px){
    #linkstext5 h1{
        font-size: 60px;
    }
}

@media (max-width: 700px){
    #linkstext5 li{
        font-size: 25px;
    }

    #linkstext5 h1{
        font-size: 50px;
    }
}

@media (max-width: 500px){
    #linkstext5 li{
        font-size: 17px;
        padding: 0px 0 0px 30px;
        background-size: 22px;
    }
}

#picturesright{
    float: left;
    width: 40%!important;
    padding: 2.5%;
}

#picturesright img{
    width: 100%;
}

@media (max-width: 1400px){
    #picturesright{
        width: 100%!important;
        padding-left: 0px!important;
    }
}

#rechtstext{
    width: 50%;
    float: left;
}

#rechtstext span{
    color: rgba(255,166,0,1);
}

#rechtstext h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 83px;
}

#rechtstext p{
    margin-top: 25px!important;
    font-family: quicksand_book;
    color: white;
    font-size: 25px;
    text-align: justify;
}

#rechtstext img{
    width: 100%;
}

@media (max-width: 1400px){
    #rechtstext{
        width: 100%;
    }
}

@media (max-width: 700px){
    #rechtstext p{
        font-size: 15px;
    }
}

#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;
}

#parallax img{
    width: 100%;
}

footer {
	background:#333;
	text-align:center;
    padding-top: 10px;
}



/*Kontaktformular*/
body { background:rgb(30,30,40); }
form { }

.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;
}

#f2{
    width: 100%!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
}
