@font-face {
    font-family: 'Telegraf';
    src: url("../assets/fonts/Telegraf-Regular.woff2") format("woff2"),url("../assets/fonts/Telegraf-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agrandir';
    src: url("../assets/fonts/Agrandir-GrandHeavy.woff2") format("woff2"),url("../assets/fonts/Agrandir-GrandHeavy.woff") format("woff");
    font-weight: 800;
    font-style: normal
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../assets/fonts/Nunito-Light.woff2) format('woff2');
}
html {
    scroll-behavior: smooth;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow-x: hidden;
    background-color: black;
    width: 100%;
}   
h1 {
    color: white;
    font-family: "Agrandir", Calibri;
    font-size: 3.2rem;
    margin-bottom: 20px;
    transition: color 1s;
    width: 100%;
    max-width: 800px;
    text-align: center;
    
}
h1:hover {
    color: #FF6400;
}
h1::selection {
    background-color: #FF6400;
    color: #033371;
}
h2 {
    color: white;
    max-width: 1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    font-family: "Telegraf",sans-serif;
}
h2::selection {
    background-color: #FF6400;
}
h3 {
    font-size: 2.4rem;
    font-family: "Agrandir", Calibri;
    color:  White;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    max-width: 800px;
}
img {
    display: inline;
    float: left;
    padding:  0px 40px 40px 40px;
    height: auto;
}
img:hover {
    cursor: help;
}
p {
    color: white;
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: "Telegraf", Calibri, sans-serif;
    display: inline;
    text-align: left;
}
.state1:hover {
    background-color: #033371;
    cursor: help;  
}
.hover:hover {
    background-color: #033371;
    cursor: help;  
}
.hinweistext {
    color: red;
}
.hinweistext:hover {
    background-color: none;
}
section {
    padding: 80px 80px 0px 80px;
}
section a {
    color: white;
}
#h1id {
    margin-right: auto;
    margin-left: auto;
}
.h1 {
    margin-top: 0px;
    margin-bottom: 70px;
    display: block;
    position: static;
}

.pspan {
    display:  block;
    text-align: left;
}
.mobilemenu {
    display: none;
    background-color: blue;
}

.menu {
    background-color: #033371;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.menu a {
    font-size: 1.2rem;
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Telegraf', sans-serif;
    transition: 1s;
}
.menu a:hover {
    background-color: #FF6400;
}
.main {
    margin-top: 0px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.startsection {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    box-sizing: inherit;
    margin: 0;
    margin-top: -0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
}
.startsectionvideo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.startsectionvideooverlay {
	background-color: black;
	opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.startinnen {
	position: relative;
	padding-top: 180px;
    padding-bottom: 420px;
    padding-right: 20px;
    padding-left: 20px;
	/*min-width: 640px; */
	z-index: 3;
	text-align: center;
}
.buttondiv {
    margin-top: 100px;
}
.buttons {
    color: white;
    background-color: #033371;
    padding: 22px 22px;
    text-decoration: none;  
    font-family: "Telegraf",sans-serif;
    font-size: 1.3rem;
    transition: 0.4s;
}
.buttons:hover {
    opacity: 100%;
    background-color: #d77b19;
    cursor: pointer;
}
.transparentimg {
    transition:  2s;
    position: relative;
    margin-right: 0;
    padding-bottom: 150px;
    padding-top: 40px;
}
.transparentimg:hover {
    width: 400px;
    height: 503px;
}
.nonstart {
    position: static;
    text-align: center;
    z-index: 4;
}
.inner {
    padding: 0px 100px 0px 100px;
    position: static;
    height: auto;
    float: left;
}
#Prototyp {
    padding-bottom: 100px;
}
#schlusstext {
    padding: 0px 200px 0px 200px;
}




/* _____________________________________________________________________________________ */ 
@media screen and (max-width:  1100px) {
    /* mobile and tablet*/
    h1 {
        font-size: 1.3rem;
    }
    img {
        width: 60%;
        height: auto;
        display: block;
        float: none;
        padding: 0px 0px 20px 0px;
        margin: 0 auto;
    }
    section {
        padding:  80px 20px 0px 20px;
    }
    p {
        line-height: 1.2;
    }
    .inner {
        padding: 20px 0px 20px 0px;
        margin: 0 auto;
    }
    .h1 {
        font-size: 2rem;
        margin: 0px 0px 30px 0px;
    }
    #schlusstext {
    padding: 0px 50px 0px 50px;
    }

}
/* _____________________________________________________________________________________ */ 




/* state + proof */

.proof1 {
    display: none;
    font-size: 1.4rem;
}
.state1:hover + .proof1{
    display: block;
    color: red;
}




/* new menu */

.topnav {
  overflow: hidden;
  background-color: #033371;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.topnav a {
    font-size: 1.2rem;
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Telegraf', sans-serif;
    transition: 1s;
}

.topnav a:hover {
  background-color: #FF6400;
}

.topnav a.active {
  /*background-color: #FF6400;*/
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 860px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* Footer stuff */

footer {
    padding-top: 100px;
}
.footerstripe {
    background-image: url(../assets/images/filmauto.de_stripes.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 9vh;
    position: absolute;
}
.footerstripe:hover {
    cursor: pointer;
}


/* Kontakt-Seite */

.kontaktmain {
    margin-top: 0px;
    width: 100%;
    min-height: 80vh;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}
.kontakt {
    text-align: center;
}
.kontakth1 {
    margin: auto;
    padding: 100px 0px 0px 0px;
}
#kontaktmail {
    margin: auto;
}
#mailbutton::selection {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
#mailbuttondiv {
    margin-top: 60px;
}

@media screen and (max-width: 1100px) {
    #kontaktmail {
    font-size: 4vw;
    }
}