html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    font-family: Verdana, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    text-align: justify;
}

img {
    vertical-align: middle;
    border-style: none;
    border-radius: 15px 50px 30px;
    max-height: 350px;
    max-width: 550px;
}

a {
    color: blue;
}

p {
    color: black;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

h1 {
    color: rgb(15, 125, 50);
    font-size: 37px;
    line-height: 40px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: rgb(15, 125, 50);
    font-size: 24px;
    line-height: 45px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    text-align: center;
}

table,
th,
td {
    text-align: left;
    min-width: 100px;
    padding: 20px, 0px;
    border: 1px;
    border-color: black;
}


/** HEADER */


/** Header Box 1: Logo */

.mh-header-fix {
    z-index: 99;
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: #FFFFFF;
    opacity: 0.99;
}

#mh-header {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 142px;
    border-color: #3B5996;
    background-color: #FFFFFF;
}

.mh-footer-fix {
    z-index: 99;
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.99;
}

#mh-footer {
    z-index: 99;
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 30px;
    height: 30px;
    font-size: small;
    color: grey;
    text-align: right;
    border-color: #3B5996;
    background-color: #FFFFFF;
}

.flagicon {
    float: right;
    vertical-align: right;
    border-style: none;
    border-radius: 0px;
    margin-right: 50px;
}

.flagicon:hover {
    cursor: grabbing;
}


/** Header Box 2: Navigation */

#mh-news-bar {
    color: rgb(15, 125, 50);
    font-size: 37px;
    line-height: 40px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    text-align: center;
}

#mh-nav-bar {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 142px;
    height: 43px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    background-color: #FBF18C;
    margin-bottom: 4px;
}

.nav-bar-item {
    padding: 8px 16px;
    text-align: center;
    color: rgb(15, 125, 50);
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    text-decoration: none;
}

.nav-bar-item:hover {
    color: white !important;
    background-color: rgb(15, 125, 50) !important;
    text-decoration: none;
    text-align: center;
    cursor: -webkit-grabbing;
}


/** TAB REGISTER */

.tab {
    overflow: hidden;
    background-color: white;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

.tab button:hover {
    background-color: #FBF18C;
}

.tab button.active {
    background-color: #FBF18C;
}

.tabcontent {
    display: none;
    padding: 25px 12px;
    border: none;
}


/* --- SLIDESHOW --- */


/* Hide the images by default */

.slide {
    display: none;
}


/* Next & previous buttons */

.slide-caption {
    color: darkgrey;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: left;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    left: 75%;
    bottom: -20px;
    width: auto;
    margin-top: -22px;
    color: darkgrey;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    left: 80%;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    color: black;
}

.active {
    background-color: #717171;
}


/** MAIN AREA - SCROLLING */


/** Einteilung in Rows  1-5: Big Picture, AboutUs, Appartments, Freizeit, Kontakt */

.mh-area {
    width: 100%;
    max-width: 1800px;
    min-width: 600px;
    top: 200px;
}

.mh-col-left {
    z-index: 33;
    position: relative;
    float: left;
    min-width: 500px;
    width: 49%;
    padding: 0px 3px;
}

.mh-col-right {
    z-index: 22;
    position: relative;
    float: right;
    padding: 0px 3px;
    min-width: 400px;
    width: 49%;
}

.mh-tablecol-price {
    min-width: 150px;
    text-align: right;
    font-size: 16px;
}


/** Row1+3: Big pictures */

#mh-area-img01 {
    height: 600px;
    background: url('images/Michlhof_Luft.jpg') no-repeat center;
    clear: both;
}

#mh-area-img02 {
    height: 250px;
    background: url('images/Landschaft.jpg') no-repeat center;
    clear: both;
}

#mh-area-img03 {
    height: 250px;
    clear: both;
}

#mh-area-img03 {
    height: 250px;
    clear: both;
}

.imgInLine {
    z-index: 33;
    position: relative;
    height: 250px;
    float: left;
    border-radius: 0px;
    left: 150px;
}

.txt-above-img {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: bold;
    text-align: center;
}

.txt-above-multiimg {
    z-index: 44;
    position: absolute;
    left: 35%;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: bold;
    text-align: center;
}

.txt-above-img-l1 {
    font-size: 37px;
    line-height: 160px;
    vertical-align: bottom;
}

.txt-above-img-l2 {
    font-size: 24px;
    line-height: 120px;
    vertical-align: top;
}


/** Sections Aboutus apparments activity: 2-col, left slides, right text */

#aboutus {
    background-color: white;
    margin-top: 25px;
    height: 550px;
    padding: 5px 15%;
}

#activity {
    background-color: white;
    margin-top: 25px;
    height: 550px;
    padding: 5px 15%;
}

#appartments {
    background-color: white;
    height: 600px;
    margin-top: 25px;
    padding: 5px 15%;
}
