body {
    margin: 0;
    height: 100%;
    padding: 0;
    outline: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/halle.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
}

/* Cookie modal */
#block-cookie-modal {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

#block-cookie-modal-left {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 40px;
}

#img-cookie-modal-left {
    display: block;
    vertical-align: top;
    width: 100px;
    height: auto;
}

#block-cookie-modal-right {
    display: inline-block;
    margin-top: 10px;
    width: 90%;
    height: 200px;
    margin-top: 45px;
    margin-bottom: 55px;
}

#txt-cookie-modal-right-heading,
#txt-cookie-modal-right-heading-responsive,
#txt-cookie-modal-right-heading-top-mobile,
#txt-cookie-modal-right-heading-bottom-mobile {
    display: block;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

#txt-cookie-modal-right-heading-responsive {
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

#block-cookie-modal-right-heading-responsive {
    display: none;
}

#img-cookie-modal-right-heading-responsive,
#img-cookie-modal-right-heading-mobile {
    display: inline-block;
    height: 40px;
    width: auto;
    margin-right: 10px;
}

#block-cookie-modal-right-heading-mobile {
    display: none;
}

#img-cookie-modal-right-heading-mobile {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

#block-cookie-modal-right-heading-text-mobile {
    display: inline-block;
}

#txt-cookie-modal-right-heading-top-mobile,
#txt-cookie-modal-right-heading-bottom-mobile {
    display: block;
    margin-top: -8px;
}

#txt-cookie-modal-right-heading-bottom-mobile {
    margin-top: -8px;
}

#txt-cookie-modal-right-content,
#txt-cookie-modal-right-content-mobile {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    word-break: normal;
    overflow-wrap: break-word;
}

#block-cookie-modal-right-content-housing {
    display: none;
    height: 240px;
    overflow-y: scroll;
}

#block-cookie-modal-right-content-housing::-webkit-scrollbar {
    width: 0 !important;
}

#txt-cookie-modal-right-content-mobile {}

#btn-cookie-modal-right-accept,
#btn-cookie-modal-right-decline {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border: solid 2px rgb(74, 116, 72);
    border-radius: 10px;
    background-color: rgb(74, 116, 72);
    margin-top: 15px;
    transition: border-color 0.5s;
}

#btn-cookie-modal-right-decline {
    background-color: transparent;
    color: rgb(74, 116, 72);
    margin-left: 15px;
}

#btn-cookie-modal-right-accept:hover,
#btn-cookie-modal-right-decline:hover {
    border-color: rgb(173, 67, 68);
}

#txt-cookie-modal-more-information,
#txt-cookie-modal-more-information-responsive {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-left: 15px;
    vertical-align: top;
    margin-top: 25px;
    color: rgb(74, 116, 72);
    transition: text-decoration-color 0.5s;
}

#txt-cookie-modal-more-information:hover,
#txt-cookie-modal-more-information-responsive:hover {
    text-decoration-color: rgb(173, 67, 68);
}

#txt-cookie-modal-more-information-responsive {
    display: none;
    margin-top: 12px;
    margin-left: 0px;
}

/* responsive menu */
#block-sidebar-responsive {
    display: none;
    float: left;
    position: fixed;
    z-index: 2;
    width: 0;
    height: 100vh;
    background-color: #fff;
    transition: width 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    margin-top: -10px;
}

#block-sidebar-responsive-content {
    display: none;
    width: 0;
    transition: width 0.5s;
    overflow-x: hidden;
}

#block-sidebar-responsive-header {
    display: block;
    position: absolute;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    height: 70px;
    border-bottom: solid 2px rgba(182, 182, 182, 0.3);
    overflow: hidden;
    padding-bottom: 4px;
}

#btn-sidebar-responsive-close {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 15px;
    width: 60px;
    height: 50px;
    background-color: transparent;
    border: solid 2px transparent;
    border-radius: 10px;
    outline: none;
    transition: background-color 0.6s;
}

#img-sidebar-responsive-close-light,
#img-sidebar-responsive-close-dark {
    display: block;
    height: auto;
    width: 40px;
    margin-left: 3px;
}

#img-sidebar-responsive-close-dark {
    display: none;
}

#img-sidebar-responsive-logo {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-top: 7px;
    margin-right: 5px;
}

#txt-sidebar-responsive-logo {
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
    vertical-align: top;
    color: rgb(173, 67, 68);
    margin-top: 17px;
}

#block-sidebar-responsive-links {
    display: block;
    margin-top: 100px;
    position: absolute;
    height: 70vh;
    width: 92%;
    margin-left: 4%;
    overflow-y: scroll;
}

#block-cookie-modal-right-content-mobile::-webkit-scrollbar {
    width: 0 !important;
}

#btn-sidebar-responsive-links-first,
#btn-sidebar-responsive-links-second,
#btn-sidebar-responsive-links-third,
#btn-sidebar-responsive-links-fourth,
#btn-sidebar-responsive-links-hyphenation {
    display: block;
    cursor: pointer;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    transition: background-color 0.6s;
}

#btn-sidebar-responsive-links-second,
#btn-sidebar-responsive-links-third,
#btn-sidebar-responsive-links-fourth,
#btn-sidebar-responsive-links-hyphenation {
    margin-top: 20px;
}

#btn-sidebar-responsive-links-hyphenation {
    display: none;
    height: 170px;
    padding-top: -10px;
}

#btn-sidebar-responsive-links-first:hover,
#btn-sidebar-responsive-links-second:hover,
#btn-sidebar-responsive-links-third:hover,
#btn-sidebar-responsive-links-fourth:hover,
#btn-sidebar-responsive-links-hyphenation:hover {
    background-color: rgba(182, 182, 182, 0.3);
}

#txt-sidebar-responsive-links {
    display: block;
    font-size: 50px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: rgb(173, 67, 68);
    font-family: 'Poppins', sans-serif;
    margin-top: -9px;
}

/* header */
#header-header {
    display: block;
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    height: 70px;
    background-color: none;
    z-index: 1;
    margin-top: 10px;
}

#block-header-left {
    display: inline-block;
    height: 100%;
    width: auto;
}

#btn-header-menu-open-small-responisve {
    display: none;
}

#img-header-left-logo {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: auto;
    height: 60px;
    width: auto;
    margin-top: 7px;
    margin-right: 5px;
}

#txt-header-left-logo,
#txt-header-left-mobile-logo-top,
#txt-header-left-mobile-logo-bottom {
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
    vertical-align: top;
    color: rgb(173, 67, 68);
    margin-top: 17px;
}

#block-header-left-mobile-logo,
#block-sidebar-responsive-mobile-logo {
    display: none;
}

#txt-header-left-mobile-logo-top {
    display: block;
    margin-top: 0px;
}

#txt-header-left-mobile-logo-bottom {
    display: block;
    margin-top: -10px;
}

#block-header-right {
    display: inline-block;
    float: right;
    width: 50%;
    height: 100%;
    margin-top: 17px;
}

#txt-header-right-links-first,
#txt-header-right-links-second,
#txt-header-right-links-third,
#txt-header-right-links-fourth,
#txt-footer-right-links,
#txt-footer-mobile-links-top {
    display: inline-block;
    color: rgb(0, 0, 0);
    float: right;
    margin-right: 4%;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 8px;
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: rgb(173, 67, 68);
    transition: text-decoration-color 0.3s;
}

#txt-header-right-links-first:hover,
#txt-header-right-links-second:hover,
#txt-header-right-links-third:hover,
#txt-header-right-links-fourth:hover,
#txt-footer-right-links:hover,
#txt-footer-mobile-links-top:hover {
    text-decoration-color: rgb(74, 116, 72);
}

#txt-header-right-links-first {
    margin-right: 0%;
}

/* content */
#block-content {
    display: block;
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    margin-bottom: 50px;
}

#txt-content-heading,
#txt-content-heading-small,
#txt-content-heading-blue,
#txt-content-heading-hyphenation-top,
#txt-content-heading-hyphenation-bottom,
#txt-content-heading-hyphenation-top-for-small,
#txt-content-heading-hyphenation-middle-for-small,
#txt-content-heading-hyphenation-bottom-for-small {
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: rgb(173, 67, 68);
}

/* footer */
#block-footer {
    display: block;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
}

#block-footer-mobile-top {
    display: none;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#block-footer-mobile-top-social-media {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

#block-footer-mobile-top-links {
    display: block;
    height: 70px;
    margin-bottom: 10px;
}

#txt-footer-mobile-links-top {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    float: inherit;
    margin-top: 0;
    margin-bottom: 5px;
}

#block-footer-mobile-bottom {
    display: none;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 25px;
    height: 10px;
}

#txt-footer-mobile-c-bottom {
    text-align: center;
}

#block-footer-left {
    display: inline-block;
    float: left;
    height: 18px;
    margin-top: 29px;
    margin-bottom: 33px;
}

#txt-footer-left-c,
#txt-footer-mobile-c-bottom {
    display: block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

#block-footer-right {
    display: inline-block;
    float: right;
    height: 34px;
    margin-top: 26px;
    margin-bottom: 20px;
}

#block-footer-right-social-media {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    height: 40px;
    margin-top: -5px;
    border-right: solid 2px #000;
    margin-right: -5px;
}

#txt-footer-right-social-media,
#txt-footer-mobile-top-social-media {
    display: inline-block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
    margin-right: 7px;
}

#txt-footer-mobile-top-social-media {
    display: block;
    text-align: center;
    margin-top: 1px;
}

#img-footer-right-social-media,
#img-footer-mobile-top-social-media {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    height: 30px;
    width: auto;
    margin-top: 4px;
}

#img-footer-mobile-top-social-media {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

#block-footer-right-links {
    display: inline-block;
    vertical-align: top;
}

#txt-footer-right-links {
    margin-top: 0;
    margin-right: 0;
    margin-left: 20px;
}
