@font-face {
    font-family: staatliches;
    src: url(../fonts/StackSansText.ttf);
}


body {
    font-family: staatliches;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}


.fulloto_main {
    padding-top: 100px;
}

.fulloto_container {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.fulloto_section_container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
}

.fulloto_section2_container {
    width: calc(100vw - 64px);
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    margin-right: 32px;
}

.fulloto_content_first {
    width: -webkit-fill-available;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: row;
    background-image: url('../imgs/dyno-testi.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fulloto_content_about {
    width: -webkit-fill-available;
    height: calc(40vh - 100px);
    display: flex;
    flex-direction: row;
    background-image: url('../imgs/background2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fulloto_content {
    width: -webkit-fill-available;
    height: fit-content;
    display: flex;
    flex-direction: row;
}

.fulloto_htext {
    font-size: 1em!important;
    font-weight: normal!important;
    text-align: center;
    padding: 48px 48px 0 48px;
}

.fulloto_htext_nopadding {
    font-size: 1em!important;
    font-weight: normal!important;
    text-align: center;
}

.fulloto_hp {
    text-align: center;
    font-size: 16px;
    color: #dedede;
}

.fulloto_randevu_btn {
    margin: 16px auto 16px auto!important;
    padding: 16px;
    background-color: #6b0909;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    color: #efefef;
}

.fulloto_randevu1_btn {
    margin-top: 24px!important;
    margin-bottom: 16px!important;
    padding: 16px;
    background-color: #6b0909;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    color: #efefef;
    width: fit-content;
}

.fulloto_list {
    display: flex;
    flex-direction: row;
}

.fulloto_item {
    padding: 16px;
    background-color: #6b0909fa;
    margin: 4px;
    border: solid 1px #121212;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.65);
}

.fulloto_services_list {
    display: flex;
    flex-direction: row;
}

.fulloto_services_item {
    background-color: #6b0909fa;
    margin: 12px;
    background-image: url('../imgs/airbag-kontrolu.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.65);
    width: -webkit-fill-available;
}


.fulloto_bayi_list {
    display: flex;
    flex-direction: row;
}

.fulloto_bayi_item {
    background-color: #6b0909fa;
    margin: 12px;
    /*background-image: url('../imgs/airbag-kontrolu.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.65);
    width: -webkit-fill-available;
}


.fulloto_default_list {
    display: flex;
    flex-direction: row;
}

.fulloto_default_item {
    margin: 12px;
}

.fulloto_services_bg {
    background-color: #0000004f;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.fulloto_item_title {
    margin: 0!important;
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
}

.fulloto_item_exp {
    margin: 0!important;
    font-size: 14px;
    color: #efefef;
}

.fulloto_default_exp {
    margin: 0!important;
    font-size: 18px;
}

.fulloto_service_title {
    margin: auto 0 0 0!important;
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
}

.fulloto_service_exp {
    margin-bottom: 0!important;
    font-size: 14px;
    color: #efefef;
}

.fulloto_icons1 {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.content-wrapper {
    flex: 1;
}


@media screen and (max-width: 1300px) {
    .fulloto_container, .fulloto_section_container, .fulloto_section2_container {
        margin-left: 32px;
        margin-right: 32px;
    }
}


/* wide screen */
@media screen and (min-width: 1301px) {
    .fulloto_container {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }

    .fulloto_section_container {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }

    .fulloto_section2_container {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
}

