/*
 Theme Name:   Hello-Elementor Child
 Description:  Mein Child Theme
 Author:       Ivaya
 Author URI:   https://ivaya.biz/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/lato-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/lato-v17-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/lato-v17-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/lato-v17-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/lato-v17-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../../fonts/lato-v17-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/lato-v17-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/lato-v17-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/lato-v17-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/lato-v17-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/lato-v17-latin-italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/lato-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/lato-v17-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/lato-v17-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/lato-v17-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/lato-v17-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

.page-id-264 .elementor-text-editor a,
.page-id-604 .elementor-text-editor a {
    color: #ee8a1e;
}

/*HEADER*/

.site-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
}

.site-header a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 6px 10px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    color: white !important;
}

.site-navigation ul.menu li.menu-item-has-children > a {
    padding-right: 0;
}

.site-header .sub-menu {
    padding: 5px !important;
}

.site-header .sub-menu a {
    color: #333 !important;
}

.site-header a:hover {
    cursor: pointer;
    color: #ee8a1e !important;
    text-decoration: underline;
}

.header-background {
    background: #383e42;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    background-color: rgba(255, 255, 255, 0.96);
}

.scroll a:not(.header-cta),
.scroll .site-navigation ul.menu li.menu-item-has-children:after {
    color: #333 !important;
}

.header-infos {
    margin-bottom: 0;
}

.header-cta {
    background-color: #EE8A1E;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 50px;
    text-align: center;
    margin-left: 40px;
}

.header-cta:hover {
    background-color: white;
    text-decoration: none !important;
}

.menu-icon {
    cursor: pointer;
    display: none;
    padding: 28px 20px;
    position: absolute;
}

.menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    width: 1.625rem;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}

.scroll .menu-icon .navicon,
.scroll .menu-icon .navicon:before,
.scroll .menu-icon .navicon:after {
    background: #333;
}

.menu-icon .navicon:before {
    top: 7px;
}

.menu-icon .navicon:after {
    top: -7px;
}

.menu-btn {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .menu-btn:checked ~ .menu-hauptmenue-container {
        display: block;
        width: 100%;
        position: absolute;
        top: 90px;
        left: 0;
        background-color: white;
        padding: 20px 0px;
    }

    .menu-btn:checked ~ .menu-hauptmenue-container #menu-hauptmenue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-btn:checked ~ .menu-hauptmenue-container #menu-hauptmenue li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0px;
        text-align: center;
    }

    .menu-btn:checked ~ .menu-hauptmenue-container #menu-hauptmenue li a {
        color: #333 !important;
    }

    .menu-btn:checked ~ .menu-hauptmenue-container #menu-hauptmenue .menu-item-has-children:after {
        display: none;
    }

    .menu-btn:checked ~ .menu-hauptmenue-container #menu-hauptmenue .menu-item-has-children .sub-menu {
        display: block;
    }
}

.site-navigation ul.menu li.menu-item-has-children:after {
    margin-top: -5px;
}

.header-desktop-icon .elementor-button-icon {
    margin-top: 7px;
}

.anchor::before {
    display: block;
    content: ' ';
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}


/*HEADER END*/

/*ZWEITER SCREEN*/

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
}

/*ZWEITER SCREEEN END*/

/*SLIDER*/

.slide {
    height: 650px !important;
    width: 100%;
    background-size: cover;
}

.slick-dots li button:before {
    font-size: 40px;
}

.slide-content {
    position: absolute;
    bottom: 0;
    max-width: 600px;
    background-color: rgba(55, 55, 55, 0.7);
    padding: 20px;
    margin: 50px;
    width: 100%;
}

.slide-content h3 {
    color: #ee8a1e;
    margin-bottom: 10px;
    margin-top: 0px;
}

.slide-content p {
    color: white;
    margin-bottom: 0px;
}

.slide-eins {
    background-image: url("https://mitradox.ivaya.biz/wp-content/uploads/2021/02/iStock-529663148_Delfin_1920x900-1.jpg");
}

.slide-zwei {
    background-image: url("https://mitradox.ivaya.biz/wp-content/uploads/2021/02/iStock-514677495_Eichhörnchen_1920x900-1.jpg");
}

.slide-drei {
    background-image: url("https://mitradox.ivaya.biz/wp-content/uploads/2021/02/iStock-962326600_Hund_1920x900-1.jpg");
}

.slide-vier {
    background-image: url("https://mitradox.ivaya.biz/wp-content/uploads/2021/03/iStock-495691423_erdmännchen_1920x900-1.jpg");
}

.slide-fuenf {
    background-image: url("https://mitradox.ivaya.biz/wp-content/uploads/2021/03/iStock_Löwe_1920x900-1.jpg");
}

/*SLIDER END*/

/*SO GEHT'S*/

#so-gehts-arrow i {
    position: absolute;
    bottom: 0;
    left: -17px;
}

/*SO GEHT'S END*/

/*FEATURES*/

.feature-container p {
    margin-bottom: 0;
}

/*FEATURES END*/

/*ANWENDUNGSBEREICHE*/

.flip-box {
    background-color: transparent;
    width: 330px;
    height: 330px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 0 auto;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #EE8A1E;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flip-box-back {
    background-color: #333;
    color: white;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*ANWENDUNGSBEREICHE END*/

/*KONTAKT*/

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form .contact-name,
.wpcf7-form .contact-email {
    width: 50%;
}

.wpcf7-form .contact-name {
    float: left;
    padding-right: 10px;
}

.wpcf7-form .contact-email {
    clear: both;
    padding-left: 10px;
}

.wpcf7-form [type=button],
.wpcf7-form [type=submit],
.wpcf7-form button {
    border: 2px solid white !important;
    background-color: #EE8A1E !important;
    color: #333 !important;
}

.wpcf7-form [type=button]:hover,
.wpcf7-form [type=submit]:hover,
.wpcf7-form button:hover {
    background-color: white !important;
    color: #EE8A1E !important;
}

/*KONTAKT END*/

/*FOOTER*/

.site-footer {
    background-color: #333;
    max-width: 100% !important;
}

.footer-widgets {
    width: 100%;
    max-width: 1170px;
    padding: 20px;
    margin: 0 auto;
}

.footer-widgets h4 {
    color: #ee8a1e;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.footer-widgets .social-icons {
    text-align: center;
    margin: 37px 0px 45px 0px;
}

.footer-widgets .social-icons a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 5px 5px 0;
    border-radius: 60px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #d3d4d7;
    font-size: 26px;
    color: #ee8a1e;
}

.footer-widgets .footer-copywrite {
    text-align: center;
    font-size: 14px;
    color: #ee8a1e;
}

.footer-widgets #menu-footer-menue {
    text-align: center;
    padding-left: 0;
}

.footer-widgets #menu-footer-menue li {
    display: inline-block;
}

.footer-widgets #menu-footer-menue a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .58, 1);
    transition: all 0.3s cubic-bezier(0, 0, .58, 1);
}

.footer-widgets #menu-footer-menue a:hover {
    cursor: pointer;
    color: #ee8a1e !important;
    text-decoration: underline;
}

/*FOOTER END*/

/*ARCHIV*/


.single main {
    margin: 140px auto 50px auto;
}

.single main a {
    color: #ee8a1e !important;
}

.single main [type=button],
.single main [type=submit],
.single main button {
    color: #ee8a1e !important;
    border-color: #ee8a1e !important;
}

.single main [type=button]:focus,
.single main [type=button]:hover,
.single main [type=submit]:focus,
.single main [type=submit]:hover,
.single main button:focus,
.single main button:hover {
    background-color: #ee8a1e;
    color: white !important;
}

.archive .header-container {
    position: inherit;
    background-color: rgba(20, 20, 20, .95);
}

.archive .page-header {
    margin-top: 190px;
}

.archive .site-main {
    max-width: 1170px !important;
    padding: 0px 20px;
}

.archive h2 {
    font-size: 20px;
}

.archive .entry-title a,
.archive .article-cat-list a {
    color: #333;
}

.archive .archive-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0px;
}

.archive .archive-posts-container .post {
    width: calc(100% / 3 - 20px);
}

.archive-posts-container .post:nth-child(3n + 2) {
    margin: 0 20px;
}

.archive-posts-container .post:nth-child(odd) {
    margin-right: 0px;
}

.archive-posts-container .article-content {
    padding: 10px 20px;
    background-color: #f5f5f5;
    margin-top: -6px;
}

.archive-posts-container .post:hover .date {
    background-color: #EE8A1D;
    color: white;
}

.archive .article-header {
    position: relative;
}

.article-header .date {
    background-color: rgba(245, 245, 245, 0.95);
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 25px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.archive .article-header .date span {
    font-weight: 300;
    font-size: 18px;
    display: block;
}

.article-content .article-cat-list {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

.article-content .article-cat-list li:not(last-child) {
    margin-right: 5px;
}

.article-content .article-cat-list li {
    float: left;
}

.article-content i {
    font-size: 14px;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

.article-content .readmore {
    margin-top: 20px;
    display: inline-block;
    background-color: #ee8a1d;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ee8a1d;
}

.article-content .readmore:hover {
    color: #ee8a1d;
    background-color: white;
}

/*ARCHIV END*/

@media screen and (max-width:767px) {
    .header-infos {
        display: none;
    }

    .slide-content {
        max-width: 300px;
        margin: 20px;
    }

    .archive .archive-posts-container .post {
        width: calc(100% - 20px);
    }

    .archive-posts-container .post:nth-child(3n + 2) {
        margin: 0 0px;
    }

    .archive-posts-container .post:nth-child(odd) {
        margin-right: 0px;
    }

    .archive-posts-container .post {
        margin: 0 10px;
    }
}

@media screen and (max-width:991px) {
    .archive #secondary {
        max-width: 600px;
    }

    .archive .archive-posts-container .post {
        width: calc(100% / 2 - 20px);
    }

    .archive-posts-container .post:nth-child(3n + 2) {
        margin: 0 0px;
    }

    .archive-posts-container .post:nth-child(odd) {
        margin-right: 20px;
    }
}

@media screen and (max-width:1023px) {
    .menu-hauptmenue-container {
        display: none;
    }

    .menu-icon {
        display: inline-block;
    }

    .site-header {
        width: 100%;
        max-width: none !important;
    }

    .header-cta {
        margin-right: 70px;
    }

    .menu-hauptmenue-container .menu-item-has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-hauptmenue-container .menu-item-has-children .sub-menu {
        position: unset;
    }
}

@media screen and (min-width:1024px) {

    .site-header {
        width: 1170px;
        max-width: none !important;
    }


    .archive .article-image {
        max-width: 400px;
    }

    .archive .archive-posts-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1170px;
        margin: 0px auto 100px auto;
    }

    .archive .site-main {
        padding-right: 20px;
    }

    .single main {
        margin: 190px auto 100px auto;
    }
}
