header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}

.mod_navigation .invisible, .invisible {
    display: none;
}

.mega_menu {
    width: 90%;
}

.navigation {
    font-family: 'Open Sans', Geneva, sans-serif;
    font-size: 95%;
    line-height: 150%;
    position: relative;
    letter-spacing: 0.1em;
    top: 1em;
    right: 0;
    z-index: 2;
    color: #6F6F6E;
    text-transform: uppercase;
    padding-left: 9%;
    text-align: right;
}

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:focus, span {
    color: #6F6F6E;
    text-decoration: none;
    line-height: 2.5em;
}

.navigation a:hover {
    color: #227087;
    text-decoration: none;
}

.navigation > li {
    display: inline-block;
    text-align: center;
}

.navigation > li > a {
    padding: 20px 18px;
    display: block;
}

li.dropdown {
    padding-bottom: 11px;
}

.navigation > li:hover {
    border-bottom: 1px solid #486191;
}

li.dropdown.active {
    background: none;
    border-bottom: 1px solid #486191;
}

.navigation > li:hover > a {
    color: #486191;
}

.navigation > li > .mega_nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 81px;
    left: 0;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    border-top: 1px solid #486191;
    padding-bottom: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);

}

.navigation > li > .activities {
    width: 145.5%;
    right: 0;
    left: inherit;
    padding-left: 20px;
}

.navigation > li > .down_person {
    left: inherit;
    right: 0;
    width: 75%;
    text-transform: none;
}

.navigation > li > .down_news {
    left: inherit;
    right: 0;
    width: 75%;
}

.navigation > li > .down_language {
    left: inherit;
    right: 0;
    width: 40.5%;
}

.menu_lang img {
    height: 10px;
    width: auto;
    padding-left: 3px;
    padding-right: 4px;
}

.navigation > li > .down_language img {
    padding-right: 5px;
    padding-left: 3px;
}

.mega_nav.activities .column {
    padding-left: 0px;
    padding-right: 15px;
    width: 24%;
}

.mega_nav .column, .mega_nav.menu_news .column, .mega_nav.menu_language .column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

li.dropdown.menu_lang a {
    padding-right: 0px;
}

.navigation > li:hover .mega_nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.navigation ul li:hover:after {
    color: #486191;
}

.navigation .column ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.navigation .column ul li {
    padding: 0;
    list-style: none;
    font-size: 90%;
    margin-left: -5px;
}

.navigation .column h3:before {
    content: '\25BA';

    padding-right: 4px;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    color: black;
}

.navigation .column ul li a {
    display: block;
    padding: 5px;
    color: #6f6f6e;
    text-indent: -17px;
    padding-left: 15px;
}

.navigation .column ul li a:before {
    content: '\25BA';
    padding-right: 4px;

}

li.active {
    background: #eeeeee;
}

.column li.active {
    text-indent: -15px;
    padding-left: 15px !important;
}

span.active:before {
    content: '\25BA';
    padding-right: 4px;
}


.navigation .menu_language .column ul li a:before {
    content: " ";
    padding: 0;
}

.navigation .column ul li a:hover {
    background: #eeeeee;
}

.navigation > li > ul li ul, .navigation li > ul li, .navigation > li > .mega_nav, .navigation > li > ul, .navigation > li {
    /*transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;*/
}

.sub_person ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sub_person ul li {
    margin-right: 20px;
}

@media (max-width: 1300px) {
    .navigation {
        right: 1%;
    }

    .navigation > li > .activities {
        width: 144.3%;
    }
}

@media (max-width: 1200px) {

    .navigation {
        display: none;
    }

    #fixedheader .inside {
        display: block;
    }

    .mobile_nav_container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .nav_mobile {
        display: block;
        float: right;
        margin-top: 1.5em;
        position: absolute;
        right: 0;
    }

    .mobile_menu_trigger {
        display: block;
    }

    .mobile_menu_trigger img {
        height: 35px;
        width: auto;
        padding-top: 5px;
        cursor: pointer;
        padding-right: 20px;
    }

    .mobile_nav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_title {
        color: #162850;
        font-size: 110%;

    }

    .close_menu img {
        height: 25px;
        width: auto;
        padding-top: 5px;
        cursor: pointer;
    }

    .first_link:before {
        content: '\25BA';
        padding-right: 4px;
    }

    .first_link {
        font-weight: bold;
    }

    .sub_activities {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .column {
        width: 50%;
    }

    .mobile_menu .inner {
        background: white;
    }

    .submenu_container {
        border-top: 2px solid #e2e2e2;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }

    .mobile_nav_container h3 {
        font-size: 95%;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .mobile_nav_container a, .mobile_nav_container a:visited, .mobile_nav_container a:link {
        text-decoration: none;
        color: #6F6F6E;
        font-size: 95%;
    }

    .sub_activities, .sub_person, .sub_news {
        padding-left: 15px;
    }

    .sub_activities li:before, .sub_person li:before, .sub_news li:before {
        content: '\25BA';
        padding-right: 4px;
        font-size: 90%;
    }

    .mobile_nav_menu.language img {
        height: 10px;
        width: auto;
    }

    .mobile_nav_menu.language ul {
        display: flex;
    }

    .mobile_nav_menu.language ul li {
        font-weight: bold;
    }

    li.german_img img {
        padding-right: 5px;
    }

    li.english_img img {
        padding-right: 8px;
    }

    li.german_img {
        padding-right: 30px;
    }

    .mobile_nav_container span.active:before {
        content: " ";
    }

    .mobile_nav_container li.active {
        width: 95%;
    }

    .navigation > li > .activities {
        width: 144.3%;
    }

}

@media (max-width: 675px) {
    .column {
        width: 100%;
    }

    .mobile_menu_trigger img {
        height: 35px;
        width: auto;
        padding-top: 5px;
        cursor: pointer;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {

    .Menu-Container .show-submenu {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        min-width: 100%;
        min-height: 40px;
        margin: 0;
        opacity: 0;
        -webkit-appearance: none;
    }

    .Menu-Container ul, .Menu-Container ul li, .Menu-Container ul li a {
        position: relative;
    }

    .Menu-Container ul ul {
        position: relative;
        display: block;
        height: auto;
    }

    .Menu-Container .show-submenu:checked + ul {
        display: block;
        visibility: visible;
    }

    .Menu-Container .show-submenu + ul {
        display: none;
        visibility: hidden;
    }

    ul.level_1 {
        position: relative !important;
    }

    ul.level_1 li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        text-indent: -15px;
        padding-left: 15px !important;
    }

    .subs {
        padding-left: 20px;
    }


    .subs:before {
        content: '\25BA';
        padding-right: 4px;
    }
}

.kontakt h2 {
    margin-top: 3em;
}


.links, .mittelinks, .mitterechts, .rechts {
    float: left;
    width: 22%;
    margin-right: 1%;
    margin-left: 1%;
    height: 7em;
}

/*.links,.mittelinks,.mitterechts{border-right:1px solid #CA4B30;}*/

.kontaktfooter {
    width: 82%;
    margin: auto;
    padding-top: 2em;
}

#footer p {
    color: black;
}

#footer {
    overflow: hidden;
    width: 100%;
    background: #dddddd;
    padding-bottom: 1em;
}


#footer a {
    color: #4964a5;
    text-decoration: none;
}

.smartfooter {
    display: none;
}


.kontakttext {
    width: 30%;
    margin-right: 4%;
    float: left;
}


.cc_container .cc_btn {
    background-color: #4964a5 !important; /* Farbe des Buttons */
    color: white !important; /* Textfarbe des Buttons */
}

.cc_container {

    background: #dddddd !important;
    color: black !important;


}

.cc_container p {
    font-size: 0.8em !important;
    text-align: left !important;
    line-height: 1.5em !important;
    font-family: 'Open Sans', sans-serif !important;
    font-family: 100 !important;
}

.cc_container a {
    color: #4964a5 !important; /* Textlink-Farbe "Mehr Infos" */
}

@media all and (max-width: 1200px) {


}

@media all and (max-width: 1100px) {
    .links, .mittelinks, .mitterechts, .rechts {
        width: 45%;
        margin-right: 1%;
        margin-left: 1%;
        height: 7em;
    }

    .kontakttext, .kontaktbild {
        width: 100%;
    }


    .mittelinks {
        border: none;
    }
}

@media all and (max-width: 768px) {
    .links, .mittelinks, .mitterechts, .rechts {
        display: none;
    }

    .smartfooter {
        display: block;
        margin-left: 5%;
    }

    .cc_container p {
        font-size: 0.8em !important;
        line-height: 1.4em !important;
        padding-bottom: 8px !important
    }

    .cc_container a {
        font-size: 1em !important;
    }


}

#footer .ce_dlh_googlemaps {
    position: relative;
}

#footer .ce_dlh_googlemaps::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("../../files/Bilder/kontakt/BlurMap.png");
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#confirm-googlemaps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

#confirm-googlemaps p.borders {
    border: 2px solid #000;
    padding: 11px 22px;
    width: fit-content;
    margin-inline: auto;
    line-height: 1;
}

#confirm-googlemaps p strong {
    color: #000;
    font-size: 100%;
    letter-spacing: normal;
}

#confirm-googlemaps p {
    line-height: 1.5;
}

#confirm-googlemaps .button {
    background-color: #fefefe;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 84.2%;
    line-height: 190%;
    height: 100%;
    color: #6F6F6E;
}

img {
    border: 0;
    width: 100%;
    height: auto;
}

#fixedheader {
    width: 100%;
    height: 95px;
    background: rgba(255, 255, 255, .95);
    position: fixed;
    z-index: 50;
    border-bottom: 1px solid #e2e2e2;
}

#fixedheader .inside {
    width: 80%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

#header {
    width: 100%;

}

.headerbild img {
    z-index: 1;
    margin-top: 95px;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    width: 43%;
    margin-top: 1.6em;
}

.logo a {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.logo span {
    color: #CA4B30;
}

#main {
    margin-bottom: 12em;
    overflow: hidden;
}

#main .inside {
    width: 80%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
}

.content {
    width: 70%;
    float: left;
}

.contentnews {
    margin-bottom: 3em;
}

.liste {
    float: left;
    width: 70%;
    margin-top: 0.8em;
}

.sidebar, .sidebarkarriere, .adresse, .archiv {
    width: 24%;
    margin-left: 6%;
    float: left;
}

.archiv {
    margin-top: 5.6em;
}

.sidebar p {
    text-align: left;
}

.personen .sidebar p, .mobilpersonen .sidebar p {
    color: #486191;
}

.anwalt {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.anwalt h3 {
    margin-top: 2em;
}

.mobilpersonen {
    display: none;
}

a:link {
    color: #4964a5;
    text-decoration: none;
}

a:visited {
    color: #4964a5;
    text-decoration: none;
}

a:hover {
    color: #6F6F6E;
}

a.current:link, a.current:visited {
    color: black;
}

P {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    line-height: 190%;
    margin: 0.85em 0;
}

hr {
    border: 0;
    overflow: hidden;
    width: 100%;
}

h1, h2 {
    font-size: 130%;
    color: black;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.titelohnebild {
    margin-top: 7.2em;
    margin-bottom: 1em;
}

.content h2 {
    margin-top: 7em;
}

h3 {
    font-size: 90%;
    color: black;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    font-size: 150%;
    color: red;
}

h6 {
    font-size: 150%;
    color: red;
}

p strong, h4 {
    font-size: 95%;
    color: #4964a5;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.rechtsgebiete {
    margin-top: 1.6em;
    margin-bottom: 1em;
    font-size: 95%;
    color: #898988;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.contentnews {
    width: 70%;
    float: left;
}

a[name= immobilie], a[name= mietrecht], a[name= prozess], a[name= steuer] {
    margin-top: -170px !important;
    position: absolute !important;
}

td {
    padding-right: 10px;
}

.tablet {
    display: none;
}

.smart {
    display: none;
}

.top {
    display: none;
}


@media only screen
and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-size: 87%;
    }

    /* CSS-Styles */
}

@media all and (max-width: 1400px) {
    #fixedheader .inside, #main .inside {
        width: 95%;
    }
}

@media all and (max-width: 1200px) {
    .logo {
        position: absolute;
    }
}

@media all and (max-width: 1150px) {
    /* alles in einer spalte */
    #fixedheader .inside, #main .inside {
        width: 85%;
    }

    .mobilpersonen {
        display: block;
    }

    .deskpersonen, .liste {
        display: none;
    }

    .content .profil td {
        min-width: 7em;

    }


    .titelohnebild {
        margin-top: 6.2em;
    }

    .logo a {
        font-size: 1.2em;
    }

    P {
        text-align: left;
    }

    .anwalt {
        width: 100%;
        margin-bottom: 3em;
    }

    .content, .contentnews {
        width: 100%;
    }

    .contentnews {
        margin-bottom: 0;
    }

    .sidebar, .adresse, .archiv {
        width: 100%;
        margin-left: 0;
    }

    .sidebarkarriere {
        display: none;
    }

    h1 {
        margin-top: 1em;
    }

    h2 {
        margin-top: 1em;
    }

    .rechtsgebiete h2 {
        margin-top: 1em;
    }

    .content h2 {
        margin-top: 5em;
    }

    h3 {
        margin-top: 2em;
    }

    .archiv {
        margin-top: 0;
    }
}

@media all and (max-width: 900px) {

    .content table {
        width: 750px;
    }

    .content td {
    }
}

@media all and (max-width: 850px) {
    .content table {
        width: 680px;
    }
}

@media all and (max-width: 700px) {
    .content table {
        width: 600px;
    }
}

@media all and (max-width: 768px) {
    .content table {
        width: 600px;
    }

    .desk {
        display: none;
    }

    .tablet {
        display: block;
    }

    .mobilpersonen table {
        max-width: 700px;
    }

    #main {
        margin-bottom: 7em;

    }
}


@media all and (max-width: 750px) {
    .content table {
        width: 550px;
    }

    #fixedheader {
        height: 80px;
    }

    .headerbild img {
        margin-top: 80px;
    }

    .logo {
        margin-top: 1.4em;
    }

    .mobilpersonen table {
        width: 500px;
    }
}

@media all and (max-width: 700px) {

    #fixedheader {
        position: relative;
    }

    .headerbild img {
        margin-top: 0;
    }


}

@media all and (max-width: 590px) {
    .content table {
        width: 500px;
    }

    #fixedheader .inside, #main .inside {
        width: 90%;
    }

    p {
        text-align: left;
    }

    #main {
        margin-bottom: 5em;
    }

    .mobilpersonen table {
        width: 400px;
    }

    .tablet {
        display: none
    }

    .smart {
        display: block;
    }
}

@media all and (max-width: 550px) {
    .content table {
        width: 450px;
    }

    .mobilpersonen table {
        width: 300px;
    }

    .logo {
        width: 70%;
    }

    .logo a {
        font-size: 1.3em;
    }
}

@media all and (max-width: 500px) {
    .content table {
        width: 400px;
    }

    .mobilpersonen table {
        width: 300px;
    }
}

@media all and (max-width: 450px) {
    .content table {
        width: 380px;
    }

    .mobilpersonen table {
        width: 300px;
    }
}

@media all and (max-width: 400px) {
    .content table {
        width: 300px;
    }

    .mobilpersonen table {
        width: 300px;
    }
}

/* google maps*/

@media all and (min-width: 450px) and (max-width: 900px) {
    .dlh_googlemap {
        padding-bottom: 50% !important;
    }
}

@media all and (max-width: 449px) {
    .dlh_googlemap {
        padding-bottom: 120% !important;
    }
}





:root{--dark1: #fdfdfd;--light1: #333;--green1: #4964a5;--green2: #4964a5;--blue1: #f7f5f5;--dark2: #f7f5f5;--button-text-color: #333;--font-size: .9rem;--border-radius: 0;--notice-max-width: 500px}div.klaro .context-notice{background:#fff}div.klaro .context-notice .cm-btn{color:#fff}div.klaro .context-notice p{color:#000}#klaro{line-height:1.5}#klaro h1{letter-spacing:0px;color:#CC171A}#klaro .klaro .cookie-modal-notice{max-width:600px;padding:30px 40px 40px;box-sizing:border-box}@media (max-width:650px){#klaro .klaro .cookie-modal-notice{max-width:95%;position:relative;margin:0 auto;height:auto;width:auto;padding:10px 20px 20px}}#klaro .klaro .cookie-modal .cm-modal.cm-klaro{max-width:800px;padding:30px 40px 40px;box-sizing:border-box}@media (max-width:850px){#klaro .klaro .cookie-modal .cm-modal.cm-klaro{max-width:95%;position:relative;margin:0 auto;height:auto;width:auto;padding:10px 20px 20px}}#klaro .cookie-notice:not(.cookie-modal-notice){z-index:9999999999}#klaro .klaro .cookie-notice .cm-btn.cm-btn-success,#klaro .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all{color:#fff}#klaro .klaro .cookie-modal .cm-btn{padding:15px}#klaro .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{color:#3c82a0}#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{line-height:1.5}@media (max-width:525px){#klaro .klaro .cookie-modal-notice .cn-ok,#klaro .klaro .cookie-modal .cm-modal .cm-footer-buttons{flex-wrap:wrap}#klaro .klaro .cookie-modal .cm-btn{width:100%;margin-bottom:10px;margin-right:0}#klaro .cn-buttons,#klaro #klaro .klaro .cookie-modal .cm-btn{width:100%}}.content-googlemaps-html .klaro.cm-as-context-notice{padding:0;height:600px;position:relative}.content-googlemaps-html .klaro.cm-as-context-notice:before{content:"";position:absolute;display:block;background-image:url(../../files/Bilder/kontakt/BlurMap.png);background-size:cover;left:0;right:0;top:0;bottom:0;z-index:1}.content-googlemaps-html .klaro.cm-as-context-notice .context-notice{z-index:2;position:relative;background:none;font-size:1.2rem;border:none}
