/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/************************************************************************************************/

/* REMOVE SITE HEADER with page name */
body > .site-header {
    display: none;
}

/* MAKE TEXT UPPERCASE */
.header_section .elementor-button-text,
.header_section p,
.section_white .elementor-button-text,
.section_white p,
.section_half .elementor-button-text,
.capitalize,
.section_footer li > a.elementor-item,
#submit_btn {
    text-transform: uppercase !important;
}
.section_footer li:nth-of-type(1) > a.elementor-item {
    text-transform: initial !important;
}

/* POSITION ICON */
.section_dark .elementor-icon-box-icon {
    margin-top: 20px !important;
}

/* ZEILENUMBRUCH BEI AUFZÄHLUNGEN*/
.section_dark {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.wordwrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* LINK STYLE */
.section_adress a {
    color: #fff;
}
.section_adress a:hover,
.link--white,
.link--white:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.section_white a {
    color: #0f1822;
}
.section_white a:hover {
    border-bottom: 1px solid #0f1822;
}

/* COOKIE NOTICE */
#cookie-notice {
    padding: 1rem 3rem;
    font-family: "CerebriSans-Book", Sans-serif;
    font-size: 16px;
    line-height: 32px;
}

#cookie-notice.cookie-notice-hidden {
    padding: 0;
}

.cn-button {
    color: #6e2a15;
    padding: 0.5rem 1rem;
    border: 1px solid #6e2a15;
}
.cn-button:hover {
    color: #6e2a15;
    padding: 0.6rem 1.1rem;
}

/**
 * HEADLINE
 */

.header_section #big_heading h2 {
    font-size: 120px !important;
    line-height: 130px !important;
}
.header_section #big_heading > div {
    margin: 0 24%;
}

/* ************ RESPONSIVENESS ************ */
@media (min-width: 1700px) {
    .section_white div > h3 {
        margin: 0% 12% 0% 12% !important;
    }
}
@media (min-width: 1025px) AND (max-width: 1645px) {
    /* HEADLINE */
    .header_section #big_heading h2 {
        font-size: 120px !important;
        line-height: 130px !important;
    }
    .header_section #big_heading > div {
        margin: 0 24%;
    }
}
@media (min-width: 1025px) AND (max-width: 1305px) {
    .header_section #big_heading > div {
        margin: 0 17%;
    }
}
@media (max-width: 1025px) {
    /* HEADLINE */
    .header_section #big_heading > div {
        margin: 0 15%;
    }
    /* FOOTER RESPONSIVE */
    .section_footer ul {
        margin: 0 auto !important;
    }
    .section_footer li {
        display: block;
        margin: 0 auto !important;
        padding: 0 0 20px 0 !important;
        width: 100%;
        text-align: center;
    }
    .section_footer li > a {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    /* HEADLINE */
    .header_section #big_heading h2 {
        font-size: 82px !important;
        line-height: 86px !important;
    }
    /* AUFZÄHLUNGSPUNKTE FORMATIEREN */
    .section_dark .elementor-icon-box-wrapper {
        display: grid;
        grid-template-columns: 16px 1fr;
    }
    .section_dark .elementor-widget-icon-box .elementor-icon-box-icon {
        grid-column: 1/2;
        margin-top: 11px !important;
        margin-right: 5px !important;
    }
}
@media (max-width: 630px) {
    /* HEADLINE */
    .header_section #big_heading h2 {
        font-size: 62px !important;
        line-height: 66px !important;
    }
}
@media (max-width: 500px) {
    /* HEADLINE */
    .header_section #big_heading h2 {
        font-size: 50px !important;
        line-height: 54px !important;
    }
}
@media (max-width: 375px) {
    /* HEADLINE */
    .header_section #big_heading h2 {
        font-size: 45px !important;
        line-height: 49px !important;
    }
}
