h2 .line1,
h2 .line2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    width:100%;
}
.post-category {
    height:50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
.hidden {
    display:none;
}
.infobanner p {
    margin:0px;
}
footer ul li.nomargin {
    margin:0px;
}
.searchbar form {
    padding:0px;
    width:100%;
    height:100%;
}
.content-text {
    clear:both;
}
.spacer {
    clear:both;
    display:block;
}
.related-content .teaserbox-quer {
    background-color:transparent;
}
.content a {
    color:#F9A12D;
}
footer .content a,
.content a.primary-btn {
    color:#FFFFFF;
}
h2 {
    margin:20px 0px 12px 0px;
    padding:0px;
    font-style: italic;
    font-size: 20px;
    font-weight:normal;
}
h3 {
    font-weight:bold;
    margin:12px 0px 8px 0px;
    padding:0px;
}
#c93-1,#c93-2 {
    margin-top:-80px;
    padding-top:80px;
}
article nav ul ul ul {
    display: block;
}
article nav ul li.active a {
    font-weight: normal;
}
article nav ul li.current a {
    font-weight: bold;
}
article nav ul li.current ul li a {
    font-weight: normal;
}
article nav ul ul li.active ul li a {
    font-weight: normal;
}
article nav ul ul li.active ul li.current a {
    font-weight:bold;
}
article nav ul ul ul li a {
    padding:10px 20px 10px 40px;
}
@media only screen and (max-width: 990px) {
    #c93-1,#c93-2 {
        margin-top:-110px;
        padding-top:110px;
    }
}

/* Accordion */

.frame-accordion h2 {
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: color 0.4s;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 35px;
    transition: all 400ms;
    text-transform: none;
    position: relative;
}

.frame-accordion h2:hover {
    color: #F9A12D;
}

.frame-accordion h2.active {
    color: #F9A12D;
}

div.accordion {
    display: none;
    color: #000000;
    width: 100%;
    padding-bottom: 20px;
}

hr.hr {
    border: 0px;
    background-color: #B8D9DF;
    margin: 0px;
    padding: 0px;
    height: 1px;
    font-size: 1px;
}

.showmore {
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 14px;
}

.active .showmore {
    transform: rotate(45deg);
}

.showmore::before {
    content: '';
    display: block;
    width: 20px;
    height: 0px;
    border-bottom: solid 2px #4da6b5;
    position: absolute;
    bottom: 11px;
    transform: rotate(90deg);
    transition: width 0.3s;
}

.active .showmore::before {
    border-bottom: solid 2px #F9A12D;
}

.showmore::after {
    content: '';
    display: block;
    width: 20px;
    height: 0px;
    border-bottom: solid 2px #4da6b5;
    position: absolute;
    bottom: 11px;
}

.active .showmore::after {
    border-bottom: solid 2px #F9A12D;
}

#div-vegetarianfood {
    display:none;
}
#div-extrafield {
    display:none;
}
#extrafield label input,
form #div-vegetarianfood label input,
form #div-gender label input,
form #div-alternativeaddress label input {
    width:30px;
    height:20px;
    float:left;
}
#extrafield label,
form #div-vegetarianfood label,
form #div-gender label,
form #div-alternativeaddress label {
    line-height:32px;
    margin:0;
}
.extrafieldtitle,
.extrafieldsection {
    margin-top:10px;
}
form #div-gender label label {
    float: left;
    width: auto;
    margin-right:20px;
}
@media only screen and (min-width: 768px) {
    .teaserbox.small-image img,
    .teaserbox-quer.small-image img {
        width:26%;
    }
}


/* Cookie Hint */
body.cookie-padding {
    padding-bottom: 50px;
}

.cc_banner-wrapper {
    z-index: 9001;
    position: absolute;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    font-weight:bold;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    line-height: 150%;
}
.cc_container .cc_message {
    font-size: 15px;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 150%;
}
.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    opacity: 0.9;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
    opacity: 1;
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 30px;
    box-sizing: border-box;
}
.cc_container .cc_btn {
    padding: 2px 10px;
    border:3px solid #333333;
    cursor: pointer;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
    margin-top:5px;
}
.cc_container .cc_message {
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    font-size: 16px;
    display: block;
}

.cc_container {
    background: #ffd777;
    color: #333333;
    font-size: 17px;
    font-weight:300;
    box-sizing: border-box;
}
.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #333333;
    background-color: transparent;
    border: 3px solid #333333;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    color: #000;
}
.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #000;
    -webkit-transition: 200ms color;
    transition: 200ms color;
    font-weight:bold;
}
.cc_container a:hover,
.cc_container a:active {
    text-decoration: none;
    opacity:.8;
}

.cc_container .cc_btn a {
    text-decoration: none;
}

video {
    width:80%;
    height:auto;
}
/* Fade in up
------------------------------------ */
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
iframe {
    max-width:100%;
}
.new-inputfield {
    margin-top:10px;
}
footer .logoblock img {
    height: 60px;
}
footer .logoblock .content-text img {
    height:auto;
    max-width:90%;
    margin-top:0px;
    margin-bottom:15px;
}
footer .logoblock .content-text figure {
    margin:0px;
}
.dp--cookie-check {
    display:none !important;
}
.cc-body a {
    color:#894f04;
}
input.form-control,
textarea.form-control {
    width: 100%;
    max-width: 500px;
    padding: 7px;
}
textarea.form-control {
    min-height:120px;
}
form button.btn-primary {
    border:1px solid #777777;
    padding:8px 12px;
    cursor:pointer;
    background-color:#ffc44c;
    margin-top:10px;
}
form button.btn-primary:hover {
    opacity:.9;
}
/* swiper */
.bildergalerie {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 400px;
    z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    background-color:#36B9B3;
    width:40px;
    height:40px;
    background-size: 30px 30px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}
.swiper-pagination-bullet {
    background-color:#36B9B3;
    width:10px;
    height:10px;
}
.swiper-pagination-bullet-active {
    background-color:#36B9B3;
}
.swiper-image {
    height:280px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-content {
    position: absolute;
    left:0;
    bottom:0;
    padding:20px 20px 50px 20px;
    background-color: white;
    width: 100%;
    min-height:120px;
    box-sizing: border-box;
}
.swiper-content h2{
    margin:0 0 5px 0;
    font-size: 20px;
    width:100%;
    font-style:normal;
}
.swiper-content a{
    cursor:pointer;
}
.swiper-slide .source {
    padding-left:0px;
}

#tts-play svg, #refresh-button svg {
    width:40px;
    height:40px;
}
#captcha-image {
    width:auto;
    height:auto;
    float:left;
    margin-top:5px;
    border:1px solid #999;
}
.userquestion-input {
    float:left;
    width:124px;
    margin-left:10px;
}
.captcha-actions {
    float:left;
    margin-left:10px;
    margin-top:4px;
}
.captcha-actions button {
    cursor:pointer;
}
.easycaptcha .captcha-actions {
    margin-top:4px !important;
}
form #div-alternativeaddress label.left,
label.left {
    float:left;
    display:inline-block;
    margin-right:10px;
    width:auto;
}
label.right {
    float:left;
    display:inline-block;
    width:auto;
}

.popup .inner,
#formmessage-popup .inner {
    padding:30px;
}

.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }

.filter2-btn {
    color: #008899;
    border: 2px solid #008899;
    border-radius: 30px;
    padding: 5px 20px 5px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 14px;
    cursor: pointer;
}
.filter2-btn:hover {
    opacity: 0.8;
}
.filter2-btn.active {
    background-color: #008899;
    color: #fff;
}
div.load-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 10;
    text-align: center;
    display:none;
    opacity:.8;
}

.load-holder {
    position:absolute;
    left:-webkit-calc(50% - 60px);
    left:-moz-calc(50% - 60px);
    left: calc(50%-60px);
    top: 45%;
    width: 30px;
    height: 30px;
}

.load-holder img
{
    width: 100%;
    margin-left: -50%;
    margin-top: -50%;
    width: 150px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 90px;
}
.ajax-content-direct header nav,
.ajax-content-direct header nav ul {
    width:100%;
}
.ajax-content-direct header nav ul li:first-child {
    margin-left:50px;
}
.popup.ajax-content.ajax-content-direct {
    width: 100%;
    left: 0;
    height:100%;
}
/* Consent box */
.consent-box {
    background-repeat:no-repeat;
    padding:15%;
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.consent-box .inner {
    background-color:#ffffff;
    font-family: "Helvetica Neue Light", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.67em;
    text-align:center;
    padding:20px;
}
.consent-box .inner button {
    border: none;
    position: relative;
    background: #D0006F;
    color: #ffffff;
    margin: 0 0 5px;
    transition: 0.3s all ease-in-out;
    padding:8px 20px;
    cursor:pointer;
    font-size:22px;
}
.om-cookie-panel {
    top:150px;
    overflow-y:scroll;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.om-cookie-panel .cookie-panel__checkbox + label {
    line-height:28px;
}
.submenu .mob-container {
    padding:25px 25px 30px 18px;
    margin-bottom:15px;
}
.content .submenu h2 {
    font-weight:bold;
    font-style:normal;
    padding:25px 18px 20px 18px;
    margin:0px;
}
.content .submenu a {
    font-style:italic;
}
.fullwidth {
    width: 100%;
    display:block;
    text-align:center;
}
.button-div {
    margin:15px 0;
}
.btn-primary.fullwidth {
    padding:13px;
}
.button-div .secondary-btn {
    margin:0;
}
.lightbox {
    z-index:1000;
}
.popup {
    z-index:1010;
}
.popup .frame-type-news_newsdetail .news-text-wrap {
    float:left;
    margin: 10px 15px 20px 0;
}
.popup .frame-type-news_newsdetail .news-img-wrap {
    padding-bottom: 0;
    width: 40%;
    float: right;
    margin: 10px 15px 20px 35px;
}
.popup .frame-type-news_newsdetail .news-backlink-wrap {
    clear: both;
    display: block;
    float: none;
}
/*
.teaserbox-quer.topnews {
    background-color:#d9e8ee;
    padding:15px;
}
.teaserbox-quer.topnews .color-white {
    background-color:transparent;
}
*/
@media screen and (max-width: 500px) {
    .cc_container .cc_btn {
        font-size: 15px;
    }
    .cc_container .cc_message {
        font-size: 13px;
    }
}
@media only screen and (min-width: 990px) {
    header nav ul ul ul {
        display:none;
    }
    header nav ul ul li:hover > ul {
        display: none;
    }
    header nav ul ul {
        max-height: 80vh;
        overflow-y: scroll;
    }
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 16px;
    }
    .cc_container .cc_message {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 17px;
    }
    .cc_container .cc_message {
        font-size: 15px;
    }
}
@media screen and (min-width: 1024px) {
    .cc_container .cc_btn {
        font-size: 19px;
    }
    .cc_container .cc_message {
        font-size: 16px;
    }
}
@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none;
    }
}
@media (min-width:601px) {
    .hidden-desktop {
        display:block;
    }
    .hidden-mobile {
        display:none;
    }
}
@media screen and (max-width: 990px) {
    footer .logoblock .col-md-12 {
        margin-bottom:25px;
    }
}
@media (max-width:600px) {
    .hidden-desktop {
        display:none;
    }
    .hidden-mobile {
        display:block;
    }
}
@media (max-width:364px) {
    .userquestion-input {
        float:none;
        clear:both;
        width:100%;
        margin-left:0px;
        margin-top:10px;
    }
    .captcha-actions {
        clear:both;
        float:none;
        margin-top:10px;
        margin-left:0px;
    }
}