@font-face {
    font-family: 'tt-norms-pro';
    src: url('../fonts/tt_norms_pro_light-webfont.woff2') format('woff2'),
         url('../fonts/tt_norms_pro_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'tt-norms-pro';
    src: url('../fonts/tt_norms_pro_regular-webfont.woff2') format('woff2'),
         url('../fonts/tt_norms_pro_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@supports (-webkit-overflow-scrolling: touch) {
  #slider, #slider img { transform: translate3d(0,0,0); }
}


* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    scrollbar-gutter: stable;
}

body {
    font-family: tt-norms-pro, sans-serif;
    font-weight: 300;
    line-height: 180%;
    font-size: 2.4rem;
    color: #000;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    background: #fff;

}
/*
body.fancybox-active {
    overflow: hidden;
    margin-right: var(--sbw);
}
*/

a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
    /* color: #890700; */
}

b, strong {
    font-weight: 400;
    color: #000;
}

p {
    margin-bottom: 1rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}

p.lil_gap {
    margin-bottom: 1rem;
}

p.big_gap {
    margin-bottom: 3.5rem;
}


small, .small {
    font-size: 90%;
}

.big {
    font-size: 112%;
}

.full_width {
    width: 100%;
    height: auto;
    display: block;
}

.subtext {
    background:#c0422b;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 90%;
    padding: 0.6rem 1.5rem;
    line-height: 150%;
    border-top: 2px solid #fff;
    text-wrap: balance;
} 

.no_break {
    white-space: nowrap;
}

.hidden, #mmenu, #rmenu, .sh_smpt, .visually-hidden {
    display: none;
}

#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    background: #fff;
}



#logo {
    width: auto;
    height: 12rem;
    position: absolute;
    z-index: 10;
    right: 5rem; 
    top: 6.5rem;
}

#logo_bg1 {
    position: absolute;
    right: 0;
    width: 38rem;
    top: 5rem;
    height: 10rem;
    background: rgba(192,66,43,0.95);
    z-index: 9;
    border-top-left-radius: 2.5rem;
}

#logo_bg2 {
    position: absolute;
    right: 0;
    width: 38rem;
    top: 15rem;
    height: 4.6rem;
    background: rgba(255,255,255,0.95);
    z-index: 9;
}

#menu {
    position: absolute;
    left: 5rem;
    top: 5rem;
    height: 5rem;
    line-height: 5rem;
    width: 28.5rem;
    z-index: 10000;    
    padding-left: 7rem;
    cursor: default;
    font-size: 2.1rem;
}

#menu_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    border-radius: 2.5rem;
    mask-image: radial-gradient(circle 2.5rem at 2.5rem 2.5rem, transparent 2.4rem, black 2.5rem);
}

#menu:hover #menu_bg {
    left: 5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    mask-image: none;
}

#menu #burger_icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background: rgba(192,66,43,0.95);
    z-index: 10;
}

#menu:hover #burger_icon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#menu #burger_icon span {
    display: block;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 50%;
    background: #fff;
    height: 2px;
    transform: translateY(-1px);
}

#menu #burger_icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    background: #fff;
    height: 2px;
}

#menu #burger_icon span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    background: #fff;
    height: 2px;

}

#menu span {
    position: relative;
    display: block;
    line-height: 5rem;
    z-index: 11;
}

#menu ul {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    display: none;
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    line-height: 4.7rem;
}

#menu ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5rem;
    background: rgba(192,66,43,0.95);
}

#menu ul:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5rem;
    right: 0;
    background: rgba(255,255,255,0.95);
    border-bottom-right-radius: 2.5rem;
}

#menu ul li {
    position: relative;
}

#menu ul li.item-147, #menu ul li.item-129 {
    margin-top: 0.7rem;
}

#menu ul li:before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    left: 1.4rem;
    top: 1.3rem;
    background: url(../images/m.svg) center center no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(-0.5rem);
    transition: all 0.3s ease-in;
}

#menu ul li.active:before, #menu ul li:hover:before {
    transform: translateX(0);
    opacity: 1;
}

#menu ul li.item-147:hover:before {
    opacity: 0;
    transform: translateX(-0.5rem);
}




#menu:hover ul {
    display: block;
}

#menu ul li {
    position: relative;
    z-index: 11;
    padding-left: 7rem;
}

#menu ul li.item-124 a, #menu ul li.item-125 a, #menu ul li.item-126 a, #menu ul li.item-127 a , #menu ul li.item-128 a  {
    padding-left: 2.5rem;
}

#menu ul li a {
    cursor: pointer;
    position: relative;
}

#slider {
    position: relative;
    background: #333;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 1;
} 

#content {
    width: 160rem;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: -22rem;
    box-sizing: border-box;
    text-align: justify;
    padding-bottom: 60rem;
    z-index: 10;
}

.com-content-article__body {
    padding: 3rem 5rem;
    background: rgba(255,255,255,0.95);
}

h1 {
    font-size: 5rem;
    font-weight: 300;
    color: #fff;
    background: rgba(192,66,43,0.95);
    padding: 0 5rem;
    border-top-left-radius: 4.25rem;
    border-top-right-radius: 4.25rem;
    height: 8.5rem;
    line-height: 8.5rem;
}

h2 {
    font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #c0422b;
    line-height: 150%;
}


h3 {
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #c0422b;
    line-height: 150%;
}

h4 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #c0422b;
    line-height: 150%;
}


#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 2rem;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 0.5rem;
}

#content ul.list li:last-child {
    margin-bottom: 0;
}

#content ul.list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #c0422b;
    left: 0;
    top: 1.5rem;
    border-radius: 30%;
}



.text_image {
    display: flex;
    justify-content: space-between;

}


.text_image > div:first-child {
    width: 51%;
}

.text_image > div:last-child {
    background-size: cover;
    background-position: center;
    width: 43%;
    position: relative;
}

.text_image.home > div:last-child {
    background-image: url(../../../images/home/home.jpg);
    background-position-y: 68%;
}

.ccgallery {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.ccgallery > div:first-child {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.ccgallery > div:first-child > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; 
    transition: 0.2s ease-out;
}

.ccgallery > div:first-child:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c0422b;
    z-index: 10;
    opacity: 0;
    transition: 0.2s ease-out;
}

.ccgallery:hover > div:first-child:before {
    opacity: 0.6;
}


.ccgallery > div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/icon_lupe.svg) center center no-repeat;
    background-size: 10rem auto;
    z-index: 11;
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.2s ease-out;
}

.ccgallery:hover > div:first-child:after {
    opacity: 1;
    transform: translateY(0);
}

.ccgallery:hover > div:first-child > div {
    transform: scale(1.2);
}

.ccgallery > div:last-child {
    flex: none;
}


.fancybox-caption {
    font-size: 2.6rem !important;
}



.urkunden {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    width: 78%;
    margin: 12rem auto 0;
}

.urkunden > div {
    width: 28%;
}

.urkunden > div img {
    display: block;
    width: 100%;
    height: auto;
}



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

.kontakt > div:first-child {
    width: 45%;
}

.kontakt > div:last-child {
    width: 50%;
}


input[type=text], textarea, select, button, #grbutton  {
    font-family: tt-norms-pro, sans-serif; 
    font-weight: 300;
    font-size: 2.2rem;
    color:  #000;
    padding: 0.5rem 0;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    background: none;
    border: none;
}

input[type=text], textarea {
    border-bottom: 1px solid #000;
}

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
    border-bottom: 1px solid #c0422b;
}

button, #grbutton {
    cursor: pointer;
    font-weight: 400;
    padding: 0.4rem 1rem;
    background: #c0422b;
    color: #fff;
    width: auto;
    border-radius: 0.6rem;
}

button:hover, #grbutton:hover {
    background: #a82919;
}

#grbutton {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.ccforms .row {
    margin-bottom: 4rem;
}

textarea {
    height: 20rem;
}

button {
    cursor: pointer;
}

.ccforms .ccforms_datenschutz {
    position: relative;
}

.ccforms .ccforms_datenschutz label {
    padding-left: 3.1rem;
    display: inline-block;
    text-align: left;
    font-size: 85%;
    line-height: 170%;
}

.ccforms .ccforms_datenschutz label a {
    font-weight: 400;
    color: #c0422b;
}

input[type="checkbox"][name="Datenschutz"] {
    position: absolute;
    -moz-appearance: initial;
    visibility: hidden;
    cursor: pointer;
    top: 0.7rem;
    left: 0;
}

input[type="checkbox"][name="Datenschutz"]:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #c0422b;
    border-radius: 0.3rem;
    left: 0;
    top: 0;
    visibility: visible;
    box-sizing: border-box;
}

input[type="checkbox"][name="Datenschutz"]:checked:after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_checked.svg);
    background-size: cover;
    left: 0rem;
    top: 0rem;
    visibility: visible;
}


.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: auto !important;
}

#map {
    width: 100%;
    height: 60rem;
}

#map #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	z-index: 99999;
	padding: 3px 8px;
	color: #666;
}

#map #copyright a {
    color: #666;
}

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c0422b;
    color: #fff;
    font-size: 2.4rem;
    line-height: 190%;
    z-index: 10;
  }

  #footer > div {
    padding-top: 3rem;
  }

  #footer a {
    color: #fff;
  }

  #footer .big {
    font-size: 140%;
    font-weight: 400;
  }

  #footer img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8rem;
    height: 13rem;
    width: auto;
}


@media (max-width: 1600px) {
    #content {
    margin-top: -22rem;
}

}


@media (max-width: 1500px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 1300px) {
    html {
        font-size: 8.6px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 1010px) {

    body.menu_active {
        overflow: hidden;
    }

    #wrapper {
        overflow: hidden;
    }
    
   #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
        position: relative;
        z-index: 10;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.75);
        transition: opacity 0.3s ease-out, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #webpage_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-out, visibility 0s 0s;
        pointer-events: all;
    }

        #mmenu {
        display: block;
    }

    #mmenu {
        background: #c0422b;
        position: fixed;
        width: 300px;
        padding: 30px 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-out;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mmenu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 40px;
        top: 40px;
        z-index: 9999999999999999;
        height: 46px;
        cursor: pointer;
        display: block;
        transition: transform 0.3s ease-out;
        width: 150px;
    }

    #rmenu_bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,0.95);
        border-radius: 23px;
        mask-image: radial-gradient(circle 23px at 23px 23px, transparent 22px, black 23px);
    }

    #rmenu_trigger {
        position: absolute;
        top: 0;
        left: 0;
        height: 46px;
        width: 46px;
        border-radius: 50%;
        background: rgba(192,66,43,0.95);
        z-index: 10;
    }

    
    #rmenu #rmenu_icon {
        display: block;
        width: 28px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        left: 9px;
        top: 22px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(255,255,255,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 28px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: -9px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }



    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 28px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: 9px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    .rmenu_text { 
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        line-height: 46px;
        text-indent: 58px;
        font-weight: 400;
     }

    #mmenu ul.mod-menu {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #mmenu ul.mod-menu li {
        width: 100%;
        margin: 0;
        position: relative;
    }

    #mmenu ul.mod-menu li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #mmenu ul.mod-menu li a, #mmenu ul.mod-menu li span.nav-header {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 23px;
        font-weight: 400;
        padding-left: 30px;
        position: relative;
    }

    #mmenu ul li.item-124 a, #mmenu ul li.item-125 a, #mmenu ul li.item-126 a, #mmenu ul li.item-127 a, #mmenu ul li.item-128 a  {
        padding-left: 52px;
    }

    #mmenu ul li.item-147, #mmenu ul li.item-129 {
        margin-top: 10px;
    }
    
    #mmenu ul.mod-menu li.active a {
        background: #fff;
        color: #c0422b;   
    }

    .subtext {
        font-size: 100%;
        padding: 0.8rem 1.5rem;
    } 

    #logo {
        height: 10.8rem;
        right: 5rem; 
        top: 6.5rem;
    }

    #logo_bg1 {
        width: 34.2rem;
        height: 9rem;
        border-top-left-radius: 2.25rem;
    }

    #logo_bg2 {
        width: 34.2rem;
        top: 14rem;
        height: 4.6rem;
    }

    #menu {
        display: none;
    }

    #content {
        margin-top: -35rem;
        text-align: left;
        width: calc(100% - 80px);
        max-width: none;
    }

    .com-content-article__body {
        padding: 2rem 3rem;
    }

    h1 {
        font-size: 4.5rem;
        font-weight: 400;
        padding: 0 3rem;
        border-top-left-radius: 2.25rem;
        border-top-right-radius: 2.25rem;
        height: 7.4rem;
        line-height: 7.4rem;
    }

    h2 {
        font-size: 4rem;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    .text_image {
        display: block;
    }

    .text_image > div:first-child {
        width: 100%;
    }

    .text_image > div:last-child {
        width: 100%;
        height: 0;
        padding-bottom: 90%;
        margin-top: 6rem;
    }

    .urkunden {
        width: 100%;
    }

    .urkunden > div {
        width: 29%;
    }


    .kontakt {
        display: block;
    }

    .kontakt > div:first-child {
        width: 100%;
    }

    .kontakt > div:last-child {
        width: 100%;
    }

}


@media (max-width: 780px) {

    .hd_smpt {
        display: none;
    }

    .sh_smpt {
        display: block;
    }


    html {
        font-size: 7px;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }

    #mmenu {
        width: 270px;
        padding: 20px 0;
        transform: translateX(-270px);
    }


    #rmenu {
        position: absolute;
        left: 20px;
        top: 28px;
        z-index: 9999999999999999;
        height: 42px;
        cursor: pointer;
        display: block;
        transition: transform 0.3s ease-out;
        width: 112px;
    }

    #rmenu_bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,0.95);
        border-radius: 21px;
        mask-image: radial-gradient(circle 21px at 21px 21px, transparent 20px, black 21px);
    }

    #rmenu_trigger {
        position: absolute;
        top: 0;
        left: 0;
        height: 42px;
        width: 42px;
        border-radius: 50%;
        background: rgba(192,66,43,0.95);
        z-index: 10;
    }

    
    #rmenu #rmenu_icon {
        display: block;
        width: 24px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        left: 9px;
        top: 20px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(255,255,255,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: -8px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: 8px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    .rmenu_text { 
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        line-height: 42px;
        text-indent: 51px;
        font-weight: 400;
     }


    #mmenu ul.mod-menu li a, #mmenu ul.mod-menu li span.nav-header {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 21px;
        font-weight: 400;
        transition: 0.3s ease-in;
        padding-left: 20px;
    }


    #mmenu ul li.item-124 a, #mmenu ul li.item-125 a, #mmenu ul li.item-126 a, #mmenu ul li.item-127 a, #mmenu ul li.item-128 a  {
        padding-left: 40px;
    }

    #logo {
        height: 8.64rem;
        right: 20px; 
        top: 5.5rem;
    }

    #logo_bg1 {
        top: 4rem;
        width: 25.4rem;
        height: 7.2rem;
    }

    #logo_bg2 {
        width: 25.4rem;
        top: 11.2rem;
        height: 4.4rem;
    }

    #menu {
        display: none;
    }

    #content {
        margin-top: -25rem;
        width: calc(100% - 40px);
        padding-bottom: 70rem;
    }

    h1 {
        font-size: 4rem;
        font-weight: 400;
        padding: 1.5rem 3rem;
        border-top-left-radius: 2.25rem;
        border-top-right-radius: 2.25rem;
        height: auto;
        line-height: 125%;
    }

    .text_image > div:last-child {
        width: 100%;
        height: 0;
        padding-bottom: 130%;
        margin-top: 6rem;
    }

    .urkunden {
        width: 100%;
        flex-wrap: wrap;
        margin: 6rem auto 0;
    }

    .urkunden > div {
        width: 45%;
        margin-bottom: 10%;
    }

    #map {
        height: 50rem;
    }

    #map #copyright {
        font-size: 1.5rem;
    }


    #footer {
        height: 45rem;
        line-height: 180%;
    }

    #footer p.small {
        margin-top: 2.5rem;
    }
    
}