body{
    background: #FFFFFF;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#logo{
    height: 40px;
}

#mainNavbar{
    background: #010101;
}

#topNavContent{
    padding: 0;
}

.inputAsText{
    border: 0;
    outline: none;
    background: none;
    width: 100%;
    resize: none;
}

.inputAsText:focus{
    background: white;
}

#descTextarea{
    min-height: 8em;
}

@media only screen and (min-width: 1100px) {
    .customRow {
        display: flex; /* equal height of the children */
    }

    .customCol {
        flex: 1; /* additionally, equal width */
    }

    .customCard_even{
        margin-left: 1em;
    }

    .customCard_uneven{
        margin-right: 1em;
    }
}

.customCard_prime{
    border-color: #C1C1C1;
}

.customCard_sec{
    border-right: none;
    border-left: none;
    border-color: #C1C1C1;
}

.customCard_platz{
    padding-left: 0;
    padding-right: 0;
}

.customCard_haus p{
    font-size: larger;
    font-weight: bold;
}

.customCard_zimmer p{
    font-size: large;
    font-weight: bold;
}

.customCard_platz p{
    font-size: medium;
    font-weight: normal;
}

@media only screen and (min-width: 1300px) {
    #footerContentSmall{
        display: none;
    }
    #footerContentBig{
        height: 45px;
        width: 1200px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1299px) {
    #footerContentSmall{
        display: none;
    }
    #footerContentBig{
        height: 45px;
        width: 95vw;
    }
}

@media only screen and (max-width: 599px) {
    #footerContentBig {
        display: none;
    }
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #EBEBEB;
}

.footerContent{
    color: #0a0a0a;
    font-size: 16px;
    vertical-align: middle;
    line-height: 38px;
}

.footerContent a{
    color: #0a0a0a;
    cursor: pointer;
    text-decoration: none;
}

.unterkunftH1{
    color: #a72920;
    font-weight: 300;
    font-size: 2.5rem;
    font-family: "Open Sans", sans-serif;
}

.unterkunftH2{
    color: #a72920;
    font-weight: 300;
    font-size: 1.75rem;
    font-family: "Open Sans", sans-serif;
}

.unterkunftH3{
    color: #a72920;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.unterkunftH4{
    color: #a72920;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
}

.textRed{
    color: #a72920;
}

.textGreen{
    color: #006e09;
}

.textOrange{
    color: #ED7D31;
}

.linkRed{
    color: #a72920;
}

.linkRed:hover{
    color: #ce362b;
}

.linkBlack{
    color: #000;
}

.linkBlack:hover{
    color: #000;
}

.nav-link{
    font-weight: 400 !important;
    font-size: 11pt !important;
    color: #f9f9f9 !important;
}

.nav-link.active{
    color: #a72920 !important;
    font-weight: 700 !important;
}

.nav-link:hover{
    color: #ce362b !important;
}

#contentBox{
    /*overflow: hidden; /* add this to contain floated children */
}

.fixed-table-body {
    overflow: visible !important;
}

.bg-subnav{
    background: #0a0a0a;
}

.bg-subnav:hover{
    background: #0a0a0a;
}

.bg-kommune{
    background: #3AA757;
}

.bg-kommune:hover{
    background: #3AA757;
}

.hoverBlack:hover{
    color: black !important;
}

.form-group.required label:after {
    content:"*";
    color:red;
}

.form-check.required label:after {
    content:"*";
    color:red;
}

textarea {
    resize: none;
}

textarea:disabled{
    background-color: #f7f7f7 !important;
    overflow: hidden;
}

.ortsteile-all{
    display: none;
}

.dropdown-item{
    line-height: normal;
}

.dropdown-menu{
    /*border: none !important;*/
    /*z-index: 1000 !important;*/
}

.datepicker-highlight {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-width: 1300px) {
    .headline-fixed {
        position: fixed;
        background-color: #fff;
        top: 55px;
        left: 0;
        width: 100%;
        align-items: center;
        text-align: center;
        margin: auto;
        z-index: 999;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .headline-fixed-content {
        padding-top: 80px !important;
    }
    #mainNavbar{
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    #contentBox {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 700px) {
    .chart_container {
        float: left;
        width: 25rem;
    }

    .chart_container_full {
        width: 100%;
    }

    .clear-left {
        clear: left;
    }
}

/* Safari anchor as buttons bugfix */
a[type="button"] {
    -webkit-appearance: none;
}

@media only screen and (min-width: 1300px) {
    #contentBox{
        width: 1200px;
        margin: 1rem 10rem 70px;
    }

    #topNavContent{
        width: 1200px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {
    #contentBox{
        width: 95vw;
        margin: 1rem 10rem 70px;
    }
}

@media only screen and (max-width: 1099px) {
    #contentBox{
        margin: 1rem 0 140px;
        max-width: 90vw !important;
    }
}

@media only screen and (max-width: 490px) {
    .navbar-brand{
        margin-right: 0 !important;
    }
}

/* Tooltip container */
.customTooltip {
    position: relative;
    display: inline-block;
    width: auto; /* Stellt sicher, dass die Breite nicht durch den Inhalt beeinflusst wird */
}

/* Tooltip Text */
.customTooltip .customTooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    /* Position Text */
    position: absolute;
    z-index: 100;
    overflow: visible;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%); /* Zentriert den Tooltip über dem Icon */
    white-space: nowrap; /* Verhindert Zeilenumbrüche im Tooltip-Text */

    /* Fade in */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip Pfeil */
.customTooltip .customTooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.customTooltip:hover .customTooltiptext {
    visibility: visible;
    opacity: 1;
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
