html {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    /* background: #f7f5f5; */
    background: #eceeef;
    color: #000;
    font-size: 14px;
}

.original-font {
    font-family: "DM Sans", sans-serif !important;
}

.body-content {

    margin-top: 60px !important;
}



@media (max-width: 768px) {
    .body-content {
        margin-top: 0 !important;
    }
}

body:not(.home-page) {
    padding-top: 100px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
}

h1, h2, h3, h4, h5, h6, .lora-text {
    font-family: 'Lora', serif;
}

h1 {
    line-height: 35px;
    font-size: 26px;
    clear: both;
}

h2 {
    line-height: 30px;
    font-size: 22px;
    clear: both;
}

h3 {
    line-height: 26px;
    font-size: 20px;
    clear: both;
}

h4 {
    line-height: 22px;
    font-size: 18px;
    clear: both;
}

h5 {
    line-height: 18px;
    font-size: 15px;
    clear: both;
}

.span-tage {
    color: #31373b;
    font-weight: bold;
}

.data-box .mitte,
.tabdatacontainer .mitte,
.anchordatacontainer .mitte {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.data-box figure img,
.tabdatacontainer figure img,
.anchordatacontainer figure img {
    margin: 0px;
    border-radius: 0px;
    border: none;
}

figure.rechts {
    margin-right: -10px;
    max-width: 250px;
}

figure.rechts img {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    border: 0px;
}

figure.mitte {
    display: flex;
    width: 100%;
}

figure.mitte>a,
figure.mitte>img {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-grow: 1;
}

figcaption {
    width: 100%;
    background: #425563;;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.headline {
    background-color: #425563;;
    color: #fff;
    padding: 10px 0px 10px 15px;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
}

.headline>a {
    color: inherit;
}

.human-icon {
    font-size: 30px;
    margin: 15px;
    color: #333;
}

.human-icon:hover {
    color: #393;
}

.selected {
    color: #383;
}

.hidden {
    display: none;
}

.btn {
    border-radius: 0px;
}

.btn-lg {
    font-size: 16px;
}

.btn-primary {
    position: relative;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px;
    box-shadow: 0px 0px 2px #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #425563 !important;
    outline: none !important;
    box-shadow: none;
}

.btn-menu:first-of-type>.button-menu {
    display: block;
}

.button-menu {
    padding: 5px 0px;
    margin: 0px -10px;
    border-radius: 0px;
    display: none;
    background: #fdd;
}

.button-menu li {
    text-align: left;
    list-style: none;
    margin: 5px;
    padding: 5px 10px;
    line-height: 16px;
    font-size: 14px;
    color: #000;
}

.button-menu li span {
    float: right;
    font-weight: normal;
    color: #000;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #425563;
}

.page-header {
    background-color: #425563;
    text-shadow: 0px 0px 2px #000;
    margin: 0px;
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    clear: both;
    line-height: 18px;
}

.contact-infobar {
    width: 300px;
    position: fixed;
    background: none;
    right: -250px;
    top: 170px;
    z-index: 200;
    cursor: pointer;
}

.contact-infobar li {
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    line-height: 40px;
    width: 100%;
    margin: 5px 0px;
    list-style: none;
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    transition: 1s;
    right: 0;
}

.contact-infobar li:hover {
    background: #fff5f5;
    right: 210px;
}

.contact-infobar li div {
    width: 40px;
    height: 40px;
    height: 100%;
    border-radius: 40px;
    background-color: #425563;
    color: #fff;
    margin: 0 10px 0 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    text-shadow: 0px 0px 2px #000;
}

.contact-infobar li div i {
    line-height: 40px;
}

.homepage-slider {
    background-color: #eee;
    padding: 0px;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slider-slide {
    position: relative;
    background: #eee;
    color: #fff;
    height: 100%;
}

.slider-slide>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.slider-slide>.slide-title {
    position: absolute;
    padding: 10px 20px;
    width: 100%;
    max-width: 1200px;
    text-shadow: 0px 0px 2px #000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 3px;
    backdrop-filter: blur(2.5px);
    background: rgba(0, 0, 0, 0.25);
}

.slider-slide>.slide-title>a:hover {
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.slider-slide>.slide-title>a>h3 {

    font-size: 30px;
    line-height: 50px;
    font-weight: bolder;

}

.slider-slide>.slide-title>a>h4 {
    font-size: 18px;
}

.fotogallerie-box {
    background-color: #ddd;
    padding: 10px;

}
.fotogallerie-box-garten {
    background-color: #ddd;
    padding: 10px;
    padding-left: 15px;
    padding-bottom: 25px;
    /* background-color: #FFDDDD !important; */

}

.fotogallerie {
    position: relative;
    width: 100%;
    box-sizing: content-box;
    height: 280px;
}
.fotogallerie1 {
    position: relative;
    width: 100%;
    box-sizing: content-box;
    height: 180px;

}

.fotogallerie div {
    text-align: center;
    margin: 0px 10px 10px 0px;
}
.fotogallerie1 div {
    text-align: center;
    margin: 0px 15px 0px 0px;
}

.fotogallerie a>img {
    height: 250px;
    max-width: 100%;
    margin: 0px auto;
}
.fotogallerie1 a>img {
    height: 180px;
    max-width: 100%;
    margin: 0px auto;
}







.footer {
    background: #eceeef;
    border-top: 4px solid #333;
    color: #222;
    font-size: 14px;
    margin: 0;
    position: relative;
}

/* subtle shadow sa taas para may depth */
.footer::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08), transparent);
}

.footer .table tr td {
    font-size: inherit;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

tr.dark-row {
    background: #425563;
    color: #fff;
}

.footer h4 {
    font-weight: 700;
    color: #111;
    letter-spacing: 0.5px;
}

.footer ul {
    padding: 0px 0px 0px 10px;
}

.more-section {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #300;
    color: #fff;
}

.more-section .more-button {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    color: #000;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px;
}

.more-section .more-button:hover {
    color: #425563;
}

.more-data {
    display: none;
}

#more-area {
    width: 100%;
    position: relative;
    background: #200;
    text-align: center;
    padding: 30px 20px;
    display: none;
    color: #fff;
}

#more-area .photo-block {
    position: relative;
    width: 200px;
    border: 1px solid #331;
    padding: 5px;
    margin: 10px;
    display: inline-block;
}

#more-area .photo-block img {
    height: 150px;
    display: inline-block;
    margin: 5px 10% 5px 10%;
    width: 80%;
    left: 0px;
    top: 0px;
}

#more-area ul {
    margin: 0px;
    padding: 0px;
}

#more-area li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#more-area .more-close {
    display: inline-block;
    margin: 20px 0px;
    background: red;
    border-radius: 35px;
    cursor: pointer;
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px;
}

.container {
    max-width: 1280px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

.row {
    margin: 0px;
    padding: 0px;
}

.data-container {
    max-width: 1280px;
    margin: 0px auto;
    padding: 20px 5px;
}

.data-box {
    padding: 20px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border: 1px solid #eee;
    overflow: auto;

}

.data-box h1 {
    font-size: 25px;
    margin: 0px;
}

.data-box h2 {
    font-size: 20px;
    margin: 0px;
}

.data-box p {
    margin: 10px 0px;
}

.photo-box {
    padding: 0px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border: 1px solid #eee;
    overflow: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.photo-box h3 {
    background-color: #425563;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-size: 18px;
}

.photo-box h4 {
    background-color: #fff;
    padding: 2px 10px;
    margin: 0px;
    font-size: 12px;
}

.photo-box img {
    width: 100%;
    max-height: 200px;
}

.photo-box p {
    padding: 0px 10px;
}

.photo-box .button {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #425563;
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all .3s, -webkit-transform .3s;
    /* Safari */
    transition: all .3s, transform .3s;
}

.photo-box:hover .button {
    bottom: 15px;
    right: 15px;
}

.tageintrag {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.tageintrag header {
    background-color: #425563;
    color: #fff;
    padding: 10px;
}

.tageintrag header h3 {
    display: inline-block;
}

.tageintrag header span {
    color: #ddd;
    margin-left: 10px;
    font-weight: normal;
}

.tageintrag header .datum {
    float: right;
}

.tageintrag .mitte {
    width: 60%;
    margin: 10px 20% 0px 20%;
}

.tageintrag .img-sub {
    text-align: center;
    font-style: italic;
}

.tageintrag p {
    padding: 0px 10px;
}

section a {
    color: midnightblue;
    font-weight: bold;
}

.data-box a,
.wissenswertes-box a,
.tabdatacontainer a,
.anchordatacontainer a {
    color: rgb(20, 20, 133);
}

.data-box a:hover,
.wissenswertes-box a:hover,
.tabdatacontainer a:hover,
.anchordatacontainer a:hover,
section a:hover {
    color: #425563;
}

.breadcrumb {
    margin: 5px 0px;
    background: none;
    padding: 0px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.breadcrumb a {
    margin: 0px 5px;
}

.link-box {
    padding: 5px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
}

.link-box>div {
    display: inline-block;
    padding: 0px 5px;
    margin: 5px 0px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 12px;
}

.jumbo-box {
    width: 100%;
    max-width: 1000px;
    background-color: #425563;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px auto;
    display: flex;
    font-size: 14px;
    text-shadow: 0px 0px 2px #000;
    transition: all 0.5s;
}

.jumbo-box:hover {
    box-shadow: 0px 0px 4px rgba(00, 0, 0, 0.6);
    transform: scale(1.1);
    z-index: 1000;
}

.jumbo-box>.jumbo-photo {
    width: 500px;
    height: 400px;
    overflow: hidden;
    display: inline;
}

.jumbo-box>.jumbo-photo>img {
    width: 100%;
    height: 100%;
}

.jumbo-box>.jumbo-text {
    padding: 20px;
    display: inline;
}

.jumbo-box>.jumbo-text>h1 {
    font-weight: bolder;
    line-height: 35px;
    font-size: 26px;
    clear: both;
}

.jumbo-box>.jumbo-text>ul {
    list-style-position: outside;
    padding: 0px;
}

.jumbo-box>.jumbo-text>ul>li {
    padding: 5px 0px;
    list-style: none;
    font-size: 13px;
}

hr {
    background: #777;
    border-color: #777;
}

section {
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 0px;
    max-width: 500px;
    background: #fff;
    -webkit-transition: all .3s, -webkit-transform .3s;
    /* Safari */
    transition: all .3s, transform .3s;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
}

section:hover {
    transform: scale(1.05);
    z-index: 1000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

/* custom heading starts */
.common-heading {
    color:#000 !important;
    margin: 20px 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.common-h1-heading {
    background-color:#fff !important;
    color:#000 !important;
    margin: 5px 0px !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px !important;
}

.common-heading-h2{
    font-size: 20px !important;
    margin: 0px;
    line-height: 30px;
    clear: both;
    margin-bottom: .5rem !important;
    font-weight: 500 !important;
}

.common-tour-h1-main-head{
    font-weight: bolder;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px;
    line-height: 22px;
    font-size: 18px;
}
.common-tour-h1-main-head-no-bg-no-bold {
    /* font-weight: bolder; */
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px !important;
    line-height: 22px !important;
    font-size: 18px !important;
    background-color: #fff !important;
    color: #000 !important;
}
 

.common-tour-h2{
    margin: 0px -20px 20px -20px;
    padding: 2px 10px;
    background-color: #425563;
    color: #fff;
    font-size: 18px;
}

.heading-like-h5{
    line-height: 26px;
    font-size: 20px;
    clear: both;
    margin: 0px 0px !important;
}


.photo-reiseberichte-headings{  /* h3 like heading for photos title */
    background-color: #425563;
    color: #fff;
    padding: 5px 10px !important;
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
    clear: both;
}
.photo-reiseberichte-h4{  /* h3 like heading for photos title */
    background-color: #fff;
    padding: 2px 10px !important;
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
    clear: both;
    font-weight: 500;
    color: #000;
}



.photo-h3 {
    display: inline-block !important;
    line-height: 26px !important;
    font-size: 20px !important;
    clear: both !important;
    margin: 0px 0px .5rem 0px !important;
    font-weight: 500 !important;
    padding: 0px !important;
}

.section-text-h3 {
    font-size: 12px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 10px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    background-color: #425563;
    clear: both;
    margin: 0px !important;
}

.bold-black-text {
    font-weight: bold;
    color: #212529 !important;
}

/* till here custom headings */

section img {
    width: 100%;
    height: 250px;
    margin: 0px;
    margin-bottom: -40px;
    -webkit-transition: all .3s, -webkit-transform .3s;
    /* Safari */
    transition: all .3s, transform .3s;
}

section:hover img {
    margin-bottom: -60px;
}

section .section-text {
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .3s, -webkit-transform .3s;
    /* Safari */
    transition: all .3s, transform .3s;
}

section:hover .section-text {
    padding-bottom: 40px;
}

section .section-text h2 {
    font-size: 20px;
    line-height: 40px;
    margin: 0px;
    padding: 0px 10px;
    text-shadow: 0px 0px 2px #fff;
    font-weight: bolder;
    color: #422;
}

section .section-text h3 {
    font-size: 12px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 10px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    background-color: #425563;
}

section .section-text p {
    margin: 15px 0px;
    padding: 0px 10px;
}

section p .button {
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.str {
    font-weight: bold;
}

.day {
    color: #4a3c00;
}


.tage {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.tage>.tage-title {
    background-image: url("arrow-down.png");
    background-repeat: no-repeat;
    background-position: 100% 8px;
    background-size: 15px 15px;
    background-color: #fdd;
    padding: 5px 20px 5px 5px;
    cursor: pointer;
}

.tage.active>.tage-title {
    background-image: url("arrow-up.png");
}

.tage>.tage-text {
    max-height: 0px;
    padding: 0px 10px;
    overflow: hidden;
}

.tage.active>.tage-text {
    max-height: 5000px;
    overflow-y: auto;
    padding: 10px;
}

.expander {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.expander>.expand-title {
    background-image: url("plus.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    background-color: #fdd;
    padding: 10px 5px 10px 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.expander.active>.expand-title {
    background-image: url("minus.png");
}

.expander>.expand-text {
    max-height: 0px;
    padding: 0px 10px;
    overflow: hidden;
    font-size: 14px;
}

.expander.active>.expand-text {
    max-height: 5000px;
    overflow-y: auto;
    padding: 10px;
}

/* span {
    color: darkred;
    font-weight: bold;
} */

th.status {
    width: 120px;
}

ul.small {
    padding: 0px 0px 0px 5px;
}

ul.small::before {
    content: "(";
}

ul.small::after {
    content: ")";
}

ul.small li {
    display: inline-block;
    margin: 2px 0px;
    padding: 0px 5px;
    border-right: 1px dotted #333;
}

ul.small li:last-child {
    border-right: none;
}

.pagin {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

.prev {
    float: left;
    border: 1px solid #666;
    background: #fff;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 10px;
}

.prev::before {
    content: "<- ";
}

.next {
    float: right;
    border: 1px solid #666;
    background: #fff;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 10px;
}

.next::after {
    content: " ->";
}

.termine {
    font-size: 14px;
}

.index-title {
    padding: 6px 6px;
    border: none;
    background: #8b0000;
    color: #fff;
    border-radius: 15px;
    font-size: 23px;
    scroll-margin-top: 16rem;
}

.small-screen {
    display: none;
}

.garten-number {
    margin-top: 57px;
}

.garten-new-container {
    margin-top: 10px;
    margin-bottom: -10px;
}


/*-------------------------------------------------*/
@media screen and (min-width: 450px) {




    .data-box img,
    .tabdatacontainer img,
    .anchordatacontainer img,
    figure {
        display: inline;
        /* border-radius: 10px; */
        overflow: hidden;
        display: inline-block;
        border: 1px solid #333;
        margin: 5px;
        float: left;
    }

    .data-box .rechts,
    .tabdatacontainer .rechts,
    .anchordatacontainer .rechts {
        max-width: 280px;
        float: right;
        margin-right: -10px;
    }

    .data-box .rechts-left {
        /* max-width: 280px;
        float: right;
        margin-right: -10px; */
        float: left !important; 
        max-width: 35%;
        margin-right: 10px;
    }

    .date-input-size {
        width: 25%;
    }

}


@media screen and (max-width: 1200px) {
    .homepage-slider {
        height: 250px;
    }

    .slider-slide>.slide-title {
        padding: 5px 10px;
    }

    .slider-slide>.slide-title>a>h3 {

        font-size: 20px;
        line-height: 22px;

    }

    .slider-slide>.slide-title>a>h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .fotogallerie {
        height: 180px;
    }

    .fotogallerie a>img {
        height: 150px;
    }

    .jumbo-box>.jumbo-photo {
        display: none;
    }

    section {
        margin: 10px 0px;
    }

    .contact-infobar {
        display: none;
    }

    .container {
        padding: 5px;
    }


    .data-container {
        padding: 10px 0px;
    }

    #more-area {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    #more-area .top-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #more-area .bottom-close {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .footer {
        overflow: hidden;
        text-align: center;
    }

    .footer td {
        text-align: center;
        border-top: 1px dotted #ddd;
    }

    .footer li {
        list-style: none;
    }

    .image-size {
        height: 531px
    }

    .date-input-size {
        width: 25%;
    }

    .small-screen {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .date-input-size {
        width: 35%;
    }

    .small-screen {
        display: none;
    }
}

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

    .tageintrag .mitte {
        width: 80%;
        margin: 10px 10% 0px 10%;
    }

    .termine td,
    .termine th {
        padding: 2px;
        font-size: 10px;
    }

    th.status {
        width: 80px;
    }

    .data-box ul,
    .tabdatacontainer ul,
    .anchordatacontainer ul {
        padding-left: 5px;
    }

    .date-input-size {
        width: 50%;
    }

    .small-screen {
        display: none;
    }
}

@media screen and (max-width: 450px) {

    .slider-slide > .slide-title > a > h3 {
        font-size: 14px; /* Adjust as needed */
        line-height: 15px; /* Adjust as needed */
    }
    .slider-slide > .slide-title > a > h3 {
        font-size: 12px; /* Adjust as needed */
        line-height: 12px; /* Adjust as needed */
    }

    .index-title {
        padding: 0px 8px;
        border: none;
        background: #8b0000;
        color: #fff;
        border-radius: 15px;
        font-size: 21px;
        scroll-margin-top: 16rem;
        line-height: 1.4;
    }

    .homepage-slider {
        height: 150px;
    }

    .data-box img,
    .tabdatacontainer img,
    .anchordatacontainer img,
    figure {
        border-radius: 10px;
        overflow: hidden;
        display: block;
        border: 1px solid #333;
        clear: both;
        margin: 5px auto;
    }

    .image-size {
        height: 300px;
    }

    .date-input-size {
        width: 80%;
        /* background-color: #000; */
    }

    .large-screen {
        display: none;
    }

    .small-screen {
        display: table-row;
        text-align: center;
    }

    .mobile-screen {
        font-style: italic;
    }

    .garten-heading {
        font-size: 16px !important; 
        line-height: 25px;
        margin-bottom: 20px;
    }

    .garten-sub-heading {
        font-size: 16px !important;

    }

    .garten-number {
        margin-top: 80px !important;
    }

    .button-for-mobile{
        font-size: 16px;
    }

    .btn-new-mobile {
        width: 300px !important;
        font-size: 12px !important;
    }

    /* .bt-lg-mobile {
        
    } */
}

.data-box .rechts,
.tabdatacontainer .rechts,
.anchordatacontainer .rechts {
    /* border-radius: 10px; */
    overflow: hidden;
    display: block;
    border: 1px solid #333;
    clear: both;
    margin: 5px auto;
    max-width: 280px;
}

.data-box .rechts-left,
.tabdatacontainer .rechts,
.anchordatacontainer .rechts {
    /* border-radius: 10px; */
    overflow: hidden;
    display: block;
    border: 1px solid #333;
    clear: both;
    margin: 5px auto;
    max-width: 280px;
}

/* .large-screen {
    display: none;
} */

/* .small-screen {
 <display-legacy> =
    display: table-row;
} */

.wissenswertes-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px; /* or adjust mo */
    overflow: hidden;
}

.wissenswertes-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.wissenswertes-image-author {
    position: absolute;
    bottom: 10px;
    left: 3px;
    color: #ffffff;
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.wissenswertes-image-author-gray {
    position: absolute;
    bottom: 10px;
    left: 3px;
    color: gray;
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}


.wissenswertes-map-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wissenswertes-map-image-wrapper img {
    width: 100%;
    height: 100%;
}

.wissenswertes-map-image-author {
    position: absolute;
    bottom: 15px;
    left: 6px;
    color: #ffffff;
    font-size: 5px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.wissenswertes-map-image-author-gray {
    position: absolute;
    bottom: 15px;
    left: 6px;
    color: gray;
    font-size: 5px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.text-darkgold {
    color: #B8860B;
}

