@font-face {
    font-family: AmsiSemiBold;
    src: url(./fonts/AmsiProAKSNormal-SemiBold.ttf);
}@font-face {
    font-family: AmsiSemiBoldItalic;
    src: url(./fonts/AmsiProAKSNormal-SemiBoldItalic.ttf);
}@font-face {
    font-family: LogoFont;
    src: url(./fonts/LimerickSerial-XboldItalic.ttf);
}@font-face {
    font-family: AmsiBoldItalic;
    src: url(./fonts/AmsiProAKSNormal-BoldItalic.ttf);
}@font-face {
    font-family: AmsiUltra;
    src: url(./fonts/AmsiProAKSNormal-Ultra.ttf);
}@font-face {
    font-family: AmsiBold;
    src: url(./fonts/AmsiProAKSNormal-Bold.ttf);
}

/*Body*/
body{
    padding: 0;
    margin: 0;
    background-color: rgb(48, 48, 48);
    background-size:auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: AmsiSemiBold;
    color: white;
    font-size: 16px;
}

*{
    box-sizing: border-box;
}

/*Elements*/
h1{
    max-lines: 1;
    font-family: AmsiBoldItalic;
    font-size: 3.5em;
    margin: 0;
}
h2{
    font-size: 2em;
    margin: 0.5vw 0;
}
h3{
    font-size: em;
}
h4{
    font-size: 1em;
    line-height: 1.5em;
}
h5{
    font-size: 0.75em;
}
h6{
    font-size: 0.5em;
}

p{
    font-size: 1.75em;
    word-spacing: 5px;
}

article{
    margin: 3% 9vw;
    padding: 2% 5%;
    background: rgba(0, 0, 0, 0.4);
    min-height: 600px;
    border-radius: 25px;
    overflow: hidden;
}

li{
    font-size: 20px;
    margin-left: 2%;
    line-height: 2;
}

.count{
    font-size: 80px;
}

iframe{
    display: block;
    margin: 3% auto;
    max-width: 100%;
}

#mobile-nav{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(37, 0, 32, 1), rgba(51, 25, 0, 1),black);
  z-index: 2;
}

img{
    border-radius: 5px;
}

/*Classes*/


.tipsimg{
    width: 800px;
}

.CarLink{
    color: white;
    text-decoration: none;
}

.ani{
    opacity: 0;
    transition: 1s ease;
}

.active{
    opacity: 1;
}

.mobilea{
    color: white;
    display: block;
    text-decoration: none;
    font-size: 4em;
    font-family: logofont;
    line-height: 2em;

}

.downloadbtn{
    background-color:#000000a1;
    width: 30em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    border: white 0.2em solid;
    border-radius: 1em;
    color: white;
    transition: 0.1s;
}

.downloadbtn:hover, .downloadbtn p{
    background-color: #4d4d4da1;
    text-decoration: underline white;
    cursor:pointer;
}

.download{
    text-decoration: none;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
  }

.flex-item1{
    flex:1;
}
.flex-item2{
    flex:2;
}
.flex-item3{
    flex:3;
}
.flex-item4{
    flex:4;
}
.flex-item5{
    flex:5;
}

.wrap{
    overflow: auto;
}

.paragraph-trenner{
    width: 90%;
    height: 5px;
    background: linear-gradient(90deg,#FF09E0, #FF7D00);
    display: block;
    margin: 30px auto;
    border-radius: 2px;
}

.subparagraph-trenner{
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg,#FF09E0, #FF7D00);
    display: block;
    margin: 30px auto;
    border-radius: 2px;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.buy{
    text-align: center;
    font-family: AmsiSemiBoldItalic;
    font-size:60px;
    margin: 0 0 90px 0;
}

.buy a{
    color: white;
    text-transform: uppercase;
}

.navwidthtext{
    width: 30%;
    float: left;
}

.awards-list{
    text-align: center;
    padding: 6%;
    font-size: 40px;
    font-family: AmsiSemiBoldItalic;
}

.content{
    margin: auto 5%;
}

.borderradius{
    border-radius: 10px;
}

.default{
    color: white;
    text-decoration: none;
}


/*Navigation*/

.Logo{
    width: 12.5em;
    vertical-align: middle;
}

nav{
    margin: 0 12.5%;
    padding: 2vw;
    word-spacing: 3vw;
}

.colorramp{
    background: linear-gradient(90deg,#FF09E0, #FF7D00);
    width: 100%;
    height: 0.4em;
}
.header-navigation{
    background-color: rgba(0, 0, 0, 0.6);
}

header nav {
    vertical-align: middle;
}

nav a{
    font-size: 2em;
    font-family: LogoFont;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

nav a:hover:not(.LogoClick){
    text-decoration: underline solid;
    cursor: pointer;
}

/*Navigatio Dropdown*/
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000a1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
  
.dropdown-content a {
    padding: 1em;
    font-size: 1em;
    word-spacing: normal;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
  
.dropdown-content a:hover {
    background-image: linear-gradient(90deg,#FF09E088, #FF7D0088);
    text-decoration: none;
}
  
.dropdown:hover .dropdown-content {
    display: block;;
}

/*Footer*/

.footerflex{
    float: left;
    text-align: center;
    flex: 1;
}

footer li, footer a{
    color: rgb(219, 219, 219);
    text-decoration: none;
    cursor: pointer;
    font-family: AmsiSemiBoldItalic;
    font-size: 0.75em;
    line-height: 1.5em;
}

footer a:hover{
    text-decoration: underline 2px white;
}

footer h3{
    font-family: AmsiSemiBold;
    font-size: 1em;
}

.footerconent{
    background-color: rgb(48, 48, 48);
    width: 100%;
}

footer li, footer ul{
    padding: 0;
    list-style: none;
}

.racetypes{
    height: 200px;
}
.image{
    border-radius: 10px;
    margin: 0.5em;
}
.image:hover{
    transform: scale(1.05);
    border: 2px white solid;
    transition: 0.1s;
}

.mobilemenu{
    display: none;
    height: 5em;
    vertical-align: middle;
    padding: 1em;
    top: 2.4em;
}

.mobilemenu:hover{
    cursor:pointer;
}

.link{
    color: white;
    text-decoration: none;
}

.link:hover{
    text-decoration: underline 2px white;
}


/*mobile*/
@media only screen and (max-width: 1000px) {
    .flex-item1, .flex-item2, .flex-item3, .flex-item4, .flex-item5,.footerflex {
      flex: 100%;
    }
    .footerflex h3{
        font-size: 2em;
    }
    .footerflex li a{
        font-size: 1.5em;
        line-height: 2em;
    }
    p{
        font-size: 1em;
    }
    nav a:not(.LogoClick), .dropdown{
        display: none;
    }
    .Logo{
        width: 20em;
        display: block;

    }
    .colorramp{
        height: 0.4em;
    }
    .mobilemenu{
        display: block;
        position: absolute;
    }
    h1{
        font-size:2.5em;
    }
    .dropdown, .dropdown-content{
        display: none;
    }
    .racetypes{
        margin-top: 3em;
    }
}

@media only screen and (max-width: 1550px) {
    .coverflex {
      flex: 100%;
    }
}

/*List*/

li p{
    margin: 0;
    line-height: 1.5;
    font-size: 1.5em;
    line-height: 1.1;}
li h2{
    font-family: AmsiBold;
    font-size: 2.5em;
    line-height: 1;
}

li::marker{
    font-size: 4em;
}