/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body
{
	max-width:1920px;
	margin:0 auto;
}


#content
{
	max-width:1220px!important;
	margin:0 auto;
}


.cia-footer a
{
	color:#404040!important;
}


.cia-footer a:hover
{
	text-decoration:underline;
	color:#404040!important;
}

body
{
	color:#747474!important;
	background-color:#E0E0E0!important;
}


.cia-hero
{
	aspect-ratio:1920/603;
}

.elementor .cia-hero
{
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center center!important;
}


.elementor .cia-hero .hero-text
{
	padding:50px;
	background-color:rgba(255,255,255,.8);
}

.elementor-23 .elementor-element.elementor-element-2f3f82f.elementor-element 
{
	height:100%!important;
	display:flex;
	justify-content:center;
	align-items:center;
}


.cia-link
{
	color: #404040 !important;
	text-decoration:none!important;
}


.cia-link:hover
{
	color: #404040 !important;
	text-decoration:underline!important;
}

/*---------------------------------*/

.cia-cookie
{
    position: absolute;
    top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
    z-index: 9999999;
	max-width:500px;
}

/* ==========================
   Cookie Overlay
========================== */

#cookie-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding-top: 120px;

    z-index: 999999;
}

/* ==========================
   Cookie Fenster
========================== */

#cookie-notice{
    width: min(520px,90%);
    background: #f8f4eb;
    border: 1px solid #d7c8a6;
    border-radius: 14px;

    padding: 35px;

    text-align: center;

    box-shadow: 0 25px 60px rgba(0,0,0,.35);

    animation: cookieFade .35s ease-out;
}

/* ==========================
   Überschrift
========================== */

#cookie-notice h3{
    margin:0 0 20px;
    color:#8b6b3f;
    font-size:30px;
    font-weight:600;
}

/* ==========================
   Text
========================== */

#cookie-notice p{
    margin:0 0 15px;
    color:#555;
    line-height:1.7;
    font-size:16px;
}

/* ==========================
   Link
========================== */

#cookie-notice a{
    color:#b67b45;
    text-decoration:none;
    font-weight:600;
}

#cookie-notice a:hover{
    text-decoration:underline;
}

/* ==========================
   Button
========================== */

#cookie-ok{
    margin-top:20px;

    background:#b67b45;
    color:#fff;

    border:none;
    border-radius:30px;

    padding:12px 35px;

    font-size:16px;
    font-weight:600;

    cursor:pointer;

    transition:all .2s ease;
}

#cookie-ok:hover{
    background:#996235;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

/* ==========================
   Animation
========================== */

@keyframes cookieFade{
    from{
        opacity:0;
        transform:translateY(-30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================
   Smartphone
========================== */

@media (max-width:768px){

    #cookie-overlay{
        padding-top:60px;
        padding-left:20px;
        padding-right:20px;
    }

    #cookie-notice{
        width:100%;
        padding:25px;
    }

    #cookie-notice h3{
        font-size:24px;
    }

    #cookie-notice p{
        font-size:15px;
    }

    #cookie-ok{
        width:100%;
        padding:14px;
    }

}