@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,600,700,500,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,500,900');

@import url('https://fonts.googleapis.com/css?family=Racing+Sans+One:300,400,500i,900,900i');

:root {
    --main-bg-color: #FBC918;
    --secondary-bg-color: #BFBFBF;
    --tertiary-bg-color: #EBEBEB;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px
}

body{
    margin: 0;
    background-image: url('img/web_back.webp'),url('img/web_back.jpg');
    background-size: 5%;
    background-position:-10px;
}

.nav-main{
 background-color: white;
 width: 100%;
 height: 60px;
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 99;
 flex-direction: row;
 align-items: stretch;
}

.nav-mobil-loc{
    display: none;
}
.nav-mobil-tel{
    display: none;
}
.rounded-img{
    border-radius: 30px;
}


.nav-item{
    padding: 0px 5px;
    margin: 10px 0px;
    border-left:  1px solid black;
}

.nav-item:first-of-type{
    border-left: none;
}

.nav-link{
    text-decoration: none;
    padding: 11px 20px;
    display: block;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.18px;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    white-space: nowrap;
}

.nav-link-active{
    background-color: var(--main-bg-color);
    border-radius: 20px;
    transition: 0.5s;
}

.nav-link:hover{
    background-color: var(--main-bg-color);
    border-radius: 20px;
    transition: 0.5s;
}

.nav-burger{
    display: none;
    border:none;
}


.nav-mobil-tel{
    display: none;
}

img{
    user-select: none;
}

.img-left{
    width: 100%;
}

.img-right{
    width: 100%;
}

.img-right-yellow-big{
    width: 90%;
    float: right;
}

.company-brand{
    margin-left: 10px;
    display: flex;
    flex: 1;
    user-select: none;
}
.company-name{
    padding: 10px 20px;
    color: #000;
    font-family: Racing Sans One;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.27px;
    font-style: italic;
    white-space: nowrap;
}

.company-logo{
    height: 40px;
}

.nav-tel{
    flex: 1;
}

.nav-tel-link{
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    height: 40px;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
}
.nav-tel-link img{
   width: 30px;
   padding: 5px;
}

.nav-tel-link span{
    text-decoration: none;
    padding: 11px 0;
    color: black;
}

.nav-tel-text{
    padding: 5px 0;
}

.nav-tel-link a span{
    display: inline-flex;
    padding: 6px 0;
}

.content-main-display{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1800px;
    height:  calc( 100vh - 130px);
    background-color: #000;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
    flex-direction: row;
    background-image: url("img/tesla.webp"),url("img/tesla.jpg");
}

.background-anim{
    transition: all .4s cubic-bezier(0, 2, 0.78,-2);
}

.display-light{
    background-image: url("img/tesla_light.webp"),url("img/tesla_light.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}


.title{
    width: 290px;
}
.open-text{
    display: grid;
    max-width: 290px;
    width: 20vw;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}
.open-text label{
    margin-top: 20px;
    color: var(--main-bg-color);
}

.open-text span{
    color: white
}

.main-title{
    color: var(--main-bg-color);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 150% */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    
}
.sub-text{
    width: 290px;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.225px;
    text-transform: none;
}
.center-nav{
    position: absolute;
    top: calc(50lvh - 50px);
    left: calc(50% - 70px);
    
}

.c1{transform: rotate(0deg) translate(330px) rotate(0deg);}
.c2{transform: rotate(320deg) translate(280px) rotate(-320deg)}
.c3{transform: rotate(270deg) translate(230px) rotate(-270deg)}
.c4{transform: rotate(220deg) translate(280px) rotate(-220deg)}
.c5{transform: rotate(180deg) translate(330px) rotate(-180deg)}

.circles{
    text-align: center;
    position: absolute;
    height: 140px;
    width: 140px;
    cursor: pointer;
    text-decoration: none;
}

@media (hover: hover) {
    .circles .c-image:hover{
        box-shadow:
        inset 0 0 50px #ffffffba,
        inset -20px 0 300px rgba(255, 225, 0, 0.34),
        0 0 50px #fff,
        -10px 0 80px rgb(255, 221, 0),
        10px 0 80px rgb(208, 255, 0);
    }

    .nav-icon:hover{
        box-shadow: inset 0 0 50px #ffffffba, 
        inset -20px 0 300px rgba(255, 225, 0, 0.34), 
        0 0 30px #fff, 
        -10px 0 30px rgb(255, 221, 0), 
        10px 0 30px rgb(208, 255, 0);
    }

    .l-image:hover{
        box-shadow:
        inset 0 0 50px #ffffffba,
        inset -20px 0 300px rgba(255, 225, 0, 0.34),
        0 0 50px #fff,
        -10px 0 80px rgb(255, 221, 0),
        10px 0 80px rgb(208, 255, 0);

    }

    .tel-icon:hover{
        box-shadow:
        0 0 30px #fff, 
        -10px 0 30px rgb(255, 221, 0), 
        10px 0 30px rgb(208, 255, 0);
    }
}

.circles .c-image:active{
    box-shadow:
    inset 0 0 50px #ffffffba,
    inset -20px 0 300px rgba(255, 225, 0, 0.34),
    0 0 50px #fff,
    -10px 0 80px rgb(255, 221, 0),
    10px 0 80px rgb(208, 255, 0);
}


.circles span{
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.27px;
    padding-top: 5px;
}


.c1 .c-image{
    background-image: url('img/muszaki.svg');
}
.c2 .c-image{
    background-image: url('img/atiras.svg');
}
.c3 .c-image{
    background-image: url('img/eredet.svg');
}
.c4 .c-image{
    background-image: url('img/honositas.svg');
}
.c5 .c-image{
    background-image: url('img/casco.svg');
}
.c-image{
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    background-color: var(--main-bg-color);
    border-radius: 50%;
    box-shadow: inset 1px -10px 9px 3px rgb(0 0 0 / 35%);
}
.center-nav-contact a{
    text-decoration: none;
}
.center-nav-contact{
   
    transform: translate(-230px,320px) ;
    position: absolute;
    width: 600px;
    height: 120px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
    flex-direction: row;
}

.nav-icon{
    cursor: pointer;
    margin: 40px 10px;
    width: 250px;
    height: 40px;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.225px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;

}
.nav-icon img{
    height: 30px;
    width: 30px;
    padding: 5px 0;
}
.nav-icon span{
    padding: 10px 2px;
}

.content{
    width: 80%;
    display: grid;
    margin: 10px auto;
    
}


.title-eredet{
    padding: 15px;
    background-color: var(--main-bg-color);
    width: min-content;
    border-radius: 28px;
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
.sub-title-eredet{
    margin: 50px 0;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.42px;
    text-transform: uppercase;
}

.content-eredet p{
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.27px;
    padding-left: 18px;
    padding-right: 18px;
}

.eredet-hiteles{
    margin-top: 80px;
}

.content-half-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
    flex-direction: row;
    width: 100%;
    align-items:stretch;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
}
.content-right{
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(100% - 60px);
}
.content-left{
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(100% - 60px);
}

.content-yellow-over{
    position: absolute;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    padding: 30px 60px;
    transform: translate(60%,-180px);
    width: 40%;
    float: right;
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 187.5% */
    letter-spacing: -0.24px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}


.fw-500{
    font-weight: 500 !important
}

figure{
    margin-top: 10px;
    margin-inline-start: 20px;
}

.list-eredet figcaption{
    color: #000;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 150% */
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

li{
    color: rgba(0, 0, 0, 0.80);
    text-align: left;
    font-family: Montserrat;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.27px;
    padding: 10px 5px;
    list-style-image: url('img/li_style.svg');

}

ul{
    margin-bottom: 20px;
}

.car_side{
    width: 60%;
    float: right;
    margin-top: 15%;
  

}

.content-yellow-over-big{
    position: absolute;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    padding: 20px 30px;
    width: 30%;
    float: left;
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.24px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.content-yellow-over-big p{
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 166.667% */
    letter-spacing: -0.27px;
    border-top: solid 1px black;
}

.content-yellow-over-big h2{
    color: #000;
    font-family: Montserrat;
    font-size: 1vw;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 150% */
    letter-spacing: -0.36px;
    text-align: left;
}

.card-list-eredet{
    display:block;
    background-color: var(--secondary-bg-color);
    padding: 20px 40px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    height: 90%;
    width: 80%;
    margin: 0 auto;
}

.card-list-eredet figcaption{
    text-align: center;
    color: rgba(0, 0, 0, 0.80);
    font-family: Montserrat;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.27px;
    text-transform: uppercase;
}

.card-list-eredet ul{
    border-top: solid black 1px;
}

.bg-gray{
    background-color: var(--secondary-bg-color);
    border-radius: 20px;
    padding: 80px;
    width: calc(100% - 160px);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.table-price{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.27px;
}
.table-price th{
    border-bottom: 1px solid black;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.80);
    text-align: left;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.27px;
    text-transform: uppercase;
}

.table-price th:nth-of-type(1){
    width: 60%;
    padding-right: 20px;
    border-right: 1px solid black;
}


.table-price tr td:nth-of-type(1){
    width: 60%;
    border-right: 1px solid black;
    padding: 3px;
    padding-left: 23px;
    white-space: pre-wrap;
    text-indent: -23px;
}

.table-price tr td:nth-of-type(2){
    width: 40%;
    padding: 10px;
    padding-left: 20px;
}

.table-price tr td:nth-of-type(1)::before {
    background-image: url(img/li_style.svg);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    margin-right: 5px;
    
}
.table-price-info{
    background-color: var(--main-bg-color);
    border-radius: 29px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.24px;
    padding: 30px 50px;
    margin-top: 25%;
    width: 80%;
}
.content-gray-back{
    margin-top: 100px;
    width: 100%;
    background-color: var(--secondary-bg-color);
}

.content-atiras p{
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.27px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.card-list-atiras{
    display:block;
    background-color: var(--tertiary-bg-color);
    padding: 20px 40px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    height: 90%;
    width: 80%;
    margin: 0 auto;
}

.card-list-atiras figcaption{
    text-align: center;
    color: rgba(0, 0, 0, 0.80);
    font-family: Montserrat;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.27px;
    text-transform: uppercase;

}

.card-list-atiras ul{
    border-top: solid black 1px;
}

li{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.content-garancia .content-left p{
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 166.667% */
    letter-spacing: -0.27px;
}


.content-honositas p{
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.27px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.content-yellow-over-left{
    margin-top: 2%;
    margin-left: 15px;
    position: relative;
    bottom: 0;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    padding: 30px 60px;
    width: 105%;
    float: left;
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.24px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.content-biztositas p{
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.27px;
    margin: 20px;
    float: left;
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.content-biztositas h3{
    height: 36px;
    flex-shrink: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.content-biztositas h2{
    margin-bottom: 0px;
}

.content-location{
    margin-top: 100px;
    height: 500px;
    background-image: url("img/map.webp"),url("img/map.jpg");
    background-position: center center;
    background-size: 100% auto;
}
.open-mobile{
    display: none;
}

.map{
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(100%);
    transition: 1s;
}

.map:hover{
    filter: none;
    transition: 1s;
    filter: sepia(20%);
}

.location-box{
    position: absolute;
    transform: translate(100px,0);
    margin-top: 80px;
    text-align: center;
    z-index: 2;
    background-color: #fbca18eb;
    border-radius: 28px;
    width: 220px;
    display: grid;
    padding: 20px 10px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.195px;
}

.location-box .open{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.195px;
    padding-bottom: 10px;
}

.location-text{
    padding: 5px 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 20px;
}
.location-text img{
    height: 20px;
    padding-right: 5px;
}

.email-text{
    padding: 5px 0;
}


.location-box .tel{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.21px;
    padding: 20px 0;
}

.l-image{
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
    height: 55px;
    width: 55px;
    background-color: var(--main-bg-color);
    border-radius: 50%;
    box-shadow: inset 1px -10px 9px 3px rgb(0 0 0 / 35%);
    margin: 20px 0;
    cursor: pointer;
}

.tele{
    background-image: url('img/telnormal.svg');
    background-size: 45px 45px;
}
.loc{
    background-image: url('img/location.svg');
    background-size: 35px 35px;
}
.email{
    background-image: url('img/email.svg');
    background-size: 45px 45px;
}
.face{
    background-image: url('img/fb.svg');
    background-size: 35px 35px;
}

.location-fab{
    position: absolute;
    right: 0;
    transform: translate(-100px,90px);
}

footer{
    height: 33vh;
    background-color: #000;
    display: grid;
}

.footer-company-brand{
    display: none;
}

.footer-company-logo{
    height: 30px;
}

.footer-nav{
    padding-bottom: 20px;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    border-bottom: 1px solid white;
}

.footer-nav a{
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    cursor: pointer;
}

.footer-fab{
    margin: 0 auto;
    width: 50%;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}


.copy-r{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}
.inline-p{
    display: inline-block !important;
}


.tel-icon{
    text-decoration: none;
    cursor: pointer;
    transform: translateY(8px);
    display: inline-flex;
    margin: 0 10px;
    width: 170px;
    height: 35px;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.225px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.tel-icon img{
    height: 25px;
    width: 25px;
    padding: 4px 0;

}
.tel-icon span{
    padding: 9px 2px;
}

.wheel-img-mobile{
    display: none;
}

.wheel-img{
    width: 100%;
}

.mobil-nav{
    display: none;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1000px) {
    .content-half-flex-price-mobile .content-left{
        padding: 0;
    }

    .content-half-flex-price-mobile{
        width: calc(100% - 40px) !important;
    }
 
    .mobil-nav-container{
        background-color: #000000;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 99;
        opacity: 0.5;
        display: block;
        transition: 0.5s ease-in-out;
        animation-duration: 0.5s;
    }
    .mobil-nav{
        position: fixed;
        top: 60px;
        right: 0;
        background-color: white;
        height: 100vh;
        width: 60%;
        display: block;
        z-index: 100;
        padding: 10px;
        transition: 0.5s ease-in-out;
        animation-duration: 0.5s;
        transform: translateX(0%);
    }
    
    .mobil-nav-hidden{
        transform: translateX(100%);
    }

    .mobil-nav-container-hidden{
        opacity: 0;
        display: none;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 60px
    }

    body{
 
        background-size: 20%;
    }

    .nav-main{
        width: 100vw;
        justify-content: space-between;
    }
    .nav-item{
        display: none;
    }

    .company-brand{
        margin-left: 5px;
        display: flex !important;
        flex: none;
    }

    .nav-mobil-tel{
        display: flex !important;
        border: none;
        position: fixed; bottom: 0px; right: 20px; z-index:50;filter: drop-shadow(5px 5px 4px #000f);
    }

    .nav-mobil-loc{
        display: flex !important;
        border: none;
        position: fixed; bottom: 0px; right: 80px; z-index:50;filter: drop-shadow(5px 5px 4px #000f);
    }


    .company-logo{
        padding: 2px;
        height: 40px;
    }
    .company-name{
        padding: 12px 5px;
        font-size: 14px;
        white-space: nowrap;
        display: block;
    }
    .nav-burger{
        display: flex !important;
        margin-right: 5px;
    }
    footer{
        height:auto;
        width: 100vw;   
    }
    .footer-nav{
        margin-top: 20px;
        display: grid;
        border-bottom: none;
        border-top: 1px solid white;
        padding-top: 20px;
    }

    .footer-nav a{
        font-size: 12px;
        padding: 10px 0;
        color: #FFF;


        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.165px;
    }
    .footer-fab{

        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-company-brand{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .footer-company-name{
        color: #FFF;
        text-align: center;
        font-family: Racing Sans One;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.21px;
        padding: 6px;
    }

    .copy-r{
        font-size: 14px;
        padding: 10px 0;
    }

    .content-main-display{
        background-image: url("img/tesla_half.webp"),url("img/tesla_half.jpg");
        background-position-x: left;
        background-position-y: center;
        background-size: contain;
        height: calc(100lvh - 60px);
        padding-bottom: 0;

    
    }

    .display-light{
        background-image: url("img/tesla_half_light.webp"),url("img/tesla_half_light.jpg");
        background-repeat: no-repeat;
        background-position: center left;

    }
    

    .center-nav-contact{
        display: none;
    }

    .center-nav{
        left: 0;
    }

    .nav-main .l-image{
        margin: 0 auto;
    }

    .c1{transform: rotate(85deg) translate(50vw) rotate(-85deg)}
    .c2{transform: rotate(45deg) translate(50vw) rotate(-45deg)}
    .c3{transform: rotate(0deg) translate(50vw) rotate(0deg)}
    .c4{transform: rotate(-45deg) translate(50vw) rotate(45deg)}
    .c5{transform: rotate(-85deg) translate(50vw) rotate(85deg)}

    .content-main-display .sub-text{
        display: none;
    }


    .main-title{
        color: #FFF;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px; /* 166.667% */
        letter-spacing: -0.225px;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        width: 100px;
    }

    .content-eredet .title-eredet{
        font-size: 4vw;
    }

    .tel-icon{
        display: none;
    }

    .content{
        width: 100%;
        display: grid;
        margin: 10px auto;
        
    }

    .content-half-flex{
        display: grid;
        padding: 0;
        overflow: hidden;
        width: 100vw;
    }

    .content-half-flex .content-right{
        padding: 0;
        
    }

    .content-left{
        padding-top: 5px;
    }

    .content-yellow-over{
        right: 0;
        width: 60%;
        transform: translate(0,-100px);
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding: 10px 20px;
        scroll-behavior: smooth;
        scroll-padding-top: 60px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .circles{
        height: 100px;
        width: 100px;
        text-decoration: none;
    }
    .c-image{
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        margin: 0 auto;
        height: 70px;
        width: 70px;
    }

    .circles span {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Open Sans;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.27px;
        padding-top: 5px;
    }

    .open-text{
        font-size: 12px;
        position: absolute;
        right:0;
        width: 30%;
    }

    .open-text label{
        margin: 10px;
    }

    .title-eredet{
        font-size: 20px;
        margin-left: 10px;
    }

    .eredet-info{
        width: 100vw;
    }
    .content-eredet p{
        font-size: 14px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .sub-title-eredet{
        margin: 20px 0;
        font-size: 24px;
        padding: 0 20px;
        width: calc(100vw - 40px);
        color: #000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 22px;
        letter-spacing: -0.195px;
        text-transform: uppercase;
    }

    .table-price tbody tr td:nth-of-type(2){
        white-space: nowrap;
    }
    .table-price tbody tr td{
        text-align: left;
    }
    .table-price th:nth-of-type(1){
        text-align: left;
    }

    .table-price{
        font-size: 14px;
        color: #000;
        text-align: justify;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 272.727% */
        letter-spacing: -0.165px;
    }
    .table-price th{
        color: rgba(0, 0, 0, 0.80);
        text-align: justify;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 250% */
        letter-spacing: -0.18px;
        text-transform: uppercase;
    }

    .table-price-info{
        transform: translateY(-30vw);
        position: absolute;
        right: 0;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px; /* 127.273% */
        letter-spacing: -0.165px;
        padding: 20px;
        right: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        width: 70%;
    }
    .table-price-other{
        margin-bottom: 50px;
    }

    .list-eredet{
        padding: 0 5px;
        margin: 15px;
        
    }

    .list-eredet figcaption{
        color: #000;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 900;
        line-height: 36px; /* 276.923% */
        letter-spacing: -0.195px;
        text-transform: uppercase;
    }

    .list-eredet li{
        color: rgba(0, 0, 0, 0.80);
        text-align: justify;
        font-family: Montserrat;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 180% */
        letter-spacing: -0.15px;
    }

    .content-yellow-over-big{
        border-radius: 30px;
        width: 80%;
        padding: 15px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .content-yellow-over-big h2{
        font-size: 13px;
        font-weight: 800;
        margin: 0;
        text-align: center;
        line-height: 18px;
    }

    .content-yellow-over-big p{
        padding: 10px;
        margin-top: 0px;
        color: rgba(0, 0, 0, 0.80);
        text-align: justify;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 127.273% */
        letter-spacing: -0.165px;
        scroll-behavior: smooth;
        scroll-padding-top: 60px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .eredet-hiteles{
        margin-top: 10px;
    }

    .card-list-eredet{
        margin: 0 auto;
        width: calc(100vw - 120px);
        height: 95%;
    }

    .card-list-eredet figcaption{
        color: #000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.15px;
    }

    .card-list-eredet li{
        color: #000;
        text-align: justify;
        font-family: Montserrat;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 177.778% */
        letter-spacing: -0.135px;
    }

    .bg-gray{
       margin: 0 auto;
    }
    .card-list-atiras{
        height: 95%;
        width: calc(100% - 120px);
    }   

    .content-atiras p {
        padding: 0 20px;
        font-size: 14px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

    }

    .card-list-atiras li{
        font-size: 10px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.135px;
    }

    .card-list-atiras figcaption{
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.15px;
    }
    .content-biztositas h3{
        font-size: 12px;
        font-weight: 700;
        line-height: 36px; /* 327.273% */
        letter-spacing: -0.165px;
        text-transform: uppercase;
        padding-left: 20px;
        margin-top: 0;
    }

    .wheel-img{

        display: none;
    }
    .img-right-yellow-big{
        border-radius: 50px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-top: 120px;
    }
    .content-yellow-over-left{
        margin-left: 0px;
        z-index: 20;
        width: 80%;
        padding: 20px;
        color: rgba(0, 0, 0, 0.80);
        text-align: justify;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px; /* 127.273% */
        letter-spacing: -0.165px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .content-biztositas .content-left p{
        color: rgba(0, 0, 0, 0.80);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.165px;
        margin: 10px 20px;
        transform: translateY(-60px) !important;
    }

    .wheel-img-mobile{
        position: relative;
        display: block;
        float: right;
        transform: translate(5%,-105px) !important;
        width: 75% !important;
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
    }

    .garancia{
        margin-top: -60px !important;
    }

    .img-left{
        border-radius: 50px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        width: 70%;
    }
    

    .img-right{
        border-radius: 50px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        width: 80%;
        float: right;
    }

    .content-garancia .content-left p{
        padding: 5px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.165px;
    }

    .content-honositas p{
        padding: 5px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.165px;
    }

    .content-honositas .content-yellow-over{
        transform: translate(0,-80px);
    }

    .content-location{
        margin-top: 10px;
        height:800px;
        background-position: center center;
        background-size: auto 100%;
    }

    .location-box{
        padding: 10px;
        margin-top: 0;
        left: 50%;
        position: absolute;
        transform: translate(-50%,50px);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.165px;
    }

    .location-box .tel{
        padding: 10px 0;
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.165px;
        text-decoration: none;
    }

    .open-mobile{
        display: block;
    }

    .week-day{
        display: none;
    }

    .location-fab{
        display: inline-flex;
        position: relative;
        transform: translate(0,620px);
        justify-content: space-evenly;
        width: 100%;
        bottom: 0;
    }

    .l-image{
        height: 40px;
        width: 40px;
    }
    
    .tele{
        background-size: 35px 35px;
    }
    .loc{
        background-size: 25px 25px;
    }
    .email{
        background-size: 35px 35px;
    }
    .face{
        background-size: 25px 25px;
    }
    
    li{
        list-style-image: url('img/li_style_small.svg');
        list-style-position: outside;
    }

    .table-price tr td:nth-of-type(1)::before {
        background-image: url(img/li_style_small.svg);
        background-size: 11px 11px;
        display: inline-block;
        width: 11px;
        height: 11px;
        content: "";
        margin-right: 5px;
        
    }

    .fab-hidden{
        opacity: 0;
        translate: 1;
    }

    .table-price tr td:nth-of-type(1) {
        text-indent: -18px;
    }

}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .company-name{
        display: none;
    }
    .nav-item:nth-of-type(5){
        display: none;
    }

    .company-brand{
        margin: 15px 0;
    }
    .company-logo{
        height: 35px;
    }

    .nav-tel-link span{
        display: none;
    }

    .content-yellow-over{
        padding: 15px 30px;
        float: right;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: inherit;
        transform: translate(60%,-8rem);
    }

    .content-eredet p{
        font-size: 14px;
        line-height: 130%;
    }

    .img-right-yellow-big{
        margin-top:8rem;
    }
    .sub-text{
        width: 200px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)  and (max-width: 1450px) {
    .nav-tel-link span{
        display: none;
    }
    .open-text{
        font-size: 18px;
    }

    .nav-item:nth-of-type(5){
        display: none;
    }

}

@media only screen and (min-width: 550px) and (max-width: 1000px){
    .c1{transform: rotate(85deg) translate(275px) rotate(-85deg)}
    .c2{transform: rotate(45deg) translate(275px) rotate(-45deg)}
    .c3{transform: rotate(0deg) translate(275px) rotate(0deg)}
    .c4{transform: rotate(-45deg) translate(275px) rotate(45deg)}
    .c5{transform: rotate(-85deg) translate(275px) rotate(85deg)}


    .img-right-yellow-big{
        width:60%;
        margin-top: 40px;
    }
}