/* nunito-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/googlefonts/nunito-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/googlefonts/nunito-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/googlefonts/nunito-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/googlefonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/googlefonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**
 * Global definitions
 */
:root {
    --contentBoxedWidth: 1442px;
    --customFont1: 'Nunito', sans-serif;
    --h6-fontSize: 1rem;
}

::selection {
    background-color: var(--accentColor);
}

html, body  {
    height: 100svh;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.body {
    height: 100%;
}

#contentwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#wrapper {
    flex-basis: 100%;
}

/**
 * Typography
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.ce_revolutionslider_text.bold, .font_headline {
    font-family: var(--customFont1);
}

h1, h2, .h1, .h2,
.ce_revolutionslider_text.bold, .font_headline {
    font-weight: 600;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h1, .h1 {
    line-height: 1.5;
}

.font-size-0 p {
    font-size: 1rem;
}

p + h2 {
    margin-top: 48px;
}

p a {
    transition: border 0.3s ease;
}

p a:hover {
    border-bottom: 1px solid;
}

/**
 * Layout
 */
.page-home .header.original {
    background-color: transparent !important;
}

.page-404 #wrapper .inside {
    text-align: center;
}

.section-contact .contentwrap {
    --contentBoxedWidth: 980px;
}

.icon-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 320px;
    margin-inline: auto;
}

#bottom {
    font-family: var(--customFont1);
}

#mmenu {
    top: 150px !important;
    transform: translateY(calc(-100% - 150px)) !important;
    height: calc(100% - 150px) !important;
}

.fixed-header #mmenu {
    top: 70px !important;
    transform: translateY(calc(-100% - 70px)) !important;
    height: calc(100% - 70px) !important;
}

.header.cloned .mainmenu ul li a.color-accent {
    color: var(--accentColor);
}

#mmenu .mod_navigation li a.open, #mmenu .mod_navigation li a.active, #mmenu .mod_navigation li a:focus {
    color: var(--accentColor);
}

.smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
    border-bottom: 1px solid var(--accentColor);
}

/**
 * Banner
 */
.tp-bgimg::after {
    content: '';
    position: absolute;
    left: calc(50%);
    bottom: -50px;
    transform: translateX(-50%);
    width: 357px;
    height: 363px;
    background-image: url("/files/content/atur/atur-foto-04.webp");
}

.banner-subline {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600;
}

/**
 * Headline
 */
.ce_headline {
    position: relative;
}

.ce_headline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    border-radius: 9999px;
    background-color: var(--accentColor);
}

/**
 * Button
 */
.ce_hyperlink .hyperlink_img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.hyperlink_txt {
    border-radius: 9999px;
    font-size: 16px !important;
    font-weight: 600;
    cursor: pointer;
}

.ce_revolutionslider_hyperlink {
    transition:
        background-color 0.2s ease-out 0s,
        border-color 0.2s ease-out 0s,
        color 0.2s ease-out 0s !important;
}

.hyperlink_txt:hover,
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover,
.ce_revolutionslider_hyperlink:hover {
    background-color: var(--secondColor);
    color: #000;
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover,
.ce_revolutionslider_hyperlink:hover {
    opacity: 1 !important;
}

.ce_revolutionslider_hyperlink:hover {
    border-color: var(--secondColor);
}

/**
 * Image
 */
.image_container img {
    display: inline-block;
}

/**
 * Icon box
 */
.ce_icon_text[data-icon-pos="before"] + .ce_text > ul {
    padding-left: 88px;
}

.iconbox-row {
    align-items: center;
    min-height: 360px;
}

.ce_iconbox h3 {
    font-size: 24px;
    letter-spacing: 0;
}

.iconbox-borders {
    position: relative;
}

.iconbox-borders::before,
.iconbox-borders::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 294px;
    height: 1px;
    background-color: #d9d9d9;
}

.iconbox-borders::before {
    top: 0;
}

.iconbox-borders::after {
    bottom: -60px;
}

/**
 * Quote
 */
.quote {
    max-width: 700px;
    margin-inline: auto;
    font-weight: 600;
}

.quote p {
    position: relative;
    padding-inline: clamp(40px, 7vw, 50px);
}

.quote p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 34px;
    height: 23px;
    background-image: url("/files/cto_layout/icons/icon-quote.svg");
    background-repeat: no-repeat;
}

/**
 * Form
 */
.form {
    font-family: var(--customFont1);
}

.form div.widget {
    margin-bottom: 10px;
}

.form input,
.form textarea,
.form select {
    border: none;
}

.form input {
    min-height: 48px;
    padding: 10px 18px;
    font-size: 1rem;
}

.form textarea {
    display: block;
    max-height: 164px;
    resize: vertical;
}

.form .explanation {
    color: #fff;
}

.form .explanation-small p {
    font-size: 10px;
    text-align: right;
}

.form .widget-submit {
    text-align: center;
}

.form .submit {
    width: 314px;
    height: 60px;
    margin-top: 32px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/**
 * Helper
 */
.max-w-760 {
    max-width: 760px;
    margin-inline: auto;
}

.align-items-center {
    align-items: center;
}

/**
 * Viewport <768px
 */
@media only screen and (max-width: 767px) {

    #bottom .inside {
        text-align: center;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .inside {
        text-align: center;
    }

    ul, ol {
        text-align: left;
    }

    .header.original {
        padding-block: 40px;
    }

    .banner {
        min-height: 1146px;
        text-align: center;
    }

    .tp-parallax-wrap:has(.banner-headline) {
        top: 150px !important;
    }

    .tp-parallax-wrap:has(.banner-subline) {
        top: clamp(260px, 78vw, 300px) !important;
    }

    .tp-parallax-wrap:has(.banner-text) {
        top: clamp(370px, 110vw, 388px) !important;
    }

    .tp-parallax-wrap:has(.banner-button) {
        top: 700px !important;
    }

    .ce_revolutionslider_text {
        width: calc(100vw - 40px) !important;
        white-space: initial !important;
    }

    .banner-headline h1 {
        font-size: clamp(26px, 8vw, 36px) !important;
        line-height: 1.1666666;
    }

    .banner-text {
        font-size: 16px !important;
        line-height: 2;
    }

    .iconbox-row .ce_iconbox {
        padding-top: 60px;
    }

    .iconbox-row > .column:first-child > .ce_iconbox {
        padding-top: 30px;
    }
}

/**
 * Viewport >768px
 */
@media only screen and (min-width: 768px) {

    h1, .h1 {
        line-height: 1.25;
    }

    .tp-bgimg::after {
        left: calc(50% + 370px);
        width: 706px;
        height: 718px;
        background-image: url("/files/content/atur/atur-foto-03.webp");
        background-size: cover;
    }

    .banner-subline {
        font-size: 24px !important;
        line-height: 1.5 !important;
    }

    .ce_headline::after {
        bottom: -20px;
    }

    .hyperlink_txt {
        min-width: 314px;
        max-height: 60px;
    }
}

/**
 * Viewport >768px && <1365px
 */
@media only screen and (min-width: 768px) and (max-width: 1365px) {

    .tp-bgimg::after {
        left: calc(50% + 276px);
        width: 50vw;
        max-width: 706px;
        height: 62vw;
        max-height: 718px;
    }

    .banner-headline h1 {
        font-size: 32px !important;
        line-height: 1.1666666;
    }

    .banner-subline {
        font-size: 20px !important;
    }

    .banner-text {
        font-size: 14px !important;
        margin-top: 12px !important;
    }
}

/**
 * Viewport >1365px
 */
@media only screen and (min-width: 1366px) {

    .icon-row {
        justify-content: space-between;
        max-width: initial;
    }

    .col-pl {
        padding-left: 50px !important;
    }

    .mainmenu ul li a {
        font-weight: 600;
        text-transform: uppercase;
    }

    .header.original .mainmenu ul li a.trail, .header.original .mainmenu ul li a.active, .header.cloned .mainmenu ul li a.trail, .header.cloned .mainmenu ul li a.active, .mod_pct_megamenu .mod_navigation a.active {
        color: #fff;
    }

    .header.original .mainmenu ul li a.active::after,
    .header.cloned .mainmenu ul li a.active::after {
        content: '';
        position: absolute;
        top: calc(50% + 18px);
        left: -4px;
        width: calc(100% + 8px);
        height: 4px;
        border-radius: 9999px;
        background-color: var(--accentColor);
    }

    .banner-subline {
        font-size: 24px !important;
    }

    .banner-text {
        font-size: 16px !important;
    }

    .iconbox-borders::before,
    .iconbox-borders::after {
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 294px;
    }

    .iconbox-borders::before {
        left: 0;
    }

    .iconbox-borders::after {
        bottom: auto;
        left: auto;
        right: 0;
    }
}
