body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/* =========================================================
   CONTAO 5.7 – HEADER
   ========================================================= */

#header {
    background: #f8f3ea;
    border-bottom: 1px solid rgba(120, 91, 60, 0.18);
}

#header .inside {
    max-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    padding: 18px 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


/* Schriftzug / Brand */

.cp-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.cp-brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
    color: #5c1726;
}

.cp-brand-subtitle {
    margin-top: 9px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #9b7a4a;
}


/* Contao Navigation */

#header .mod_navigation {
    margin-left: auto;
}

#header .mod_navigation ul {
    display: flex;
    align-items: center;
    gap: 30px;

    margin: 0;
    padding: 0;

    list-style: none;
}

#header .mod_navigation li {
    margin: 0;
    padding: 0;
}

#header .mod_navigation a,
#header .mod_navigation strong {
    position: relative;

    display: block;
    padding: 10px 0;

    color: #3d3230;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
}

#header .mod_navigation a {
    transition: color 0.2s ease;
}

#header .mod_navigation a:hover {
    color: #7a2033;
}


/* Aktive Seite */

#header .mod_navigation strong {
    color: #7a2033;
    font-weight: 600;
}

#header .mod_navigation strong::after,
#header .mod_navigation a:hover::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;

    height: 1px;
    background: #b5965d;
}
