/* -- Helper CSS -- */


/* -- Desktop ab 1200px -- */
@media (min-width:1200px){
    .nur-desktop {
        margin-bottom: -100px;
        margin-top: -110px;
    }
    .nur-image-am-desktop { max-width: 70%; }
}

/* -- Desktop ab 1024px -- */
@media (min-width:1024px){
    .sidemenu_btn { display: none; }
}

/* -- Mobile - Tablett bis 768px -- */
@media (max-width: 768px) {
    .kanzlei_timeline { margin-left: 2em; }
    .kanzlei_event:before { position: relative; left: 0; text-align: left; display: block; margin-bottom: 5px; }
}

/* -- normale Styles -- */
.cover-bild-overlay {
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;   
}

.goog-te-banner-frame { display: none !important; }

.top-social-links img:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.js-loading-english body { opacity: 0 !important; }

body {
    top: 0 !important;
    position: static !important;
    transition: opacity 0.4s ease-in-out;
}

.skiptranslate, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, #google_translate_element {
    display: none !important;
    visibility: hidden !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

#kanzlei_content { margin-top: 50px; padding: 20px; }

.kanzlei_timeline {
    border-left: 0.25em solid #4298c3;
    margin: 2em auto 2em 12em;
    padding: 1.5em 1.5em 1.5em 3em;
    list-style: none;
    text-align: left;
    border-radius: 0.5em;
    max-width: 100%;
    position: relative;
    background: #F2F5F7;
}
.kanzlei_event { position: relative; margin-bottom: 2em; }
.kanzlei_event:before { 
    position: absolute;
    left: -14em;
    top: 0.2em;
    content: attr(data-date);
    color: #4298c3;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    width: 10em;
}
.kanzlei_event:after {
    position: absolute;
    left: -3.5em;
    top: 0.5em;
    content: "";
    box-shadow: 0 0 0 0.2em #4298c3;
    border-radius: 50%;
    height: 0.75em;
    width: 0.75em;
    background: #F2F5F7;
}
.kanzlei_event-toggle { display: none; }
.kanzlei_member-infos { display: block; cursor: pointer; }
.kanzlei_member-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #292929;
    margin: 0;
    padding-bottom: 5px;
    transition: color 0.3s;
}
.kanzlei_member-infos:hover .kanzlei_member-title { color: #4298c3; }
.kanzlei_collapsible-content { max-height: 0; overflow: hidden; opacity: 0; transition: all 0.4s ease-in-out; }
.kanzlei_event-toggle:checked + .kanzlei_member-infos .kanzlei_collapsible-content { max-height: 500px; opacity: 1; padding-top: 10px; }
.kanzlei_description { color: #292929; margin: 0; line-height: 1.5; }
.kanzlei_timeline strong { color: #4298c3; }

.para-icon {
    font-size: 30rem;
    color: #ffffff; 
    font-weight: 900; 
    text-shadow: 0 0 40px rgba(0,0,0,0.1); 
    font-family: 'Times New Roman', serif;
    line-height: 1;
    margin-top: -90px; 
    pointer-events: none;
    user-select: none;
    display: block;
}