body {
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    background-color: #fffdcc;
}

html {
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.small {
    font-size: 12px;
    color: #006D00;
}

h2 {
    margin-top: 0px !important;
}

#top_menue {
    position: fixed;
    background-color: #FFF;
    height: 70px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    transition: 0.4s;
    z-index: 999;
}

#drop_down_list {
    display: none;
}

#links ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

#links ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 3px;
}

.not_active {
    border-bottom: 3px solid transparent;
    /* <- here */
    transition: border-bottom 0.6s;
}

#links ul li a {
    color: #006D00;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 25px;
}

#links ul li:hover {
    padding-bottom: 3px;
    border-bottom: solid 3px #006D00;
}

.active {
    padding-bottom: 3px;
    border-bottom: solid 3px #006D00;
}

#color {
    padding-top: 16px;
}

#footer {
    color: #3c3c3c;
    width: 99%;
    padding-left: 3px;
    margin-top: 50px;
}

#footer a {
    text-decoration: none;
    color: #3c3c3c;
}

#footer a:hover {
    text-decoration: underline;
}

#right {
    position: absolute;
    right: 0;
    padding-right: 3px;
    margin-top: -20px;
}

#drop_down {
    position: relative;
    display: inline-block;
}

#drop_down_list {
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 247px !important;
    margin-top: 6px !important;
    margin-left: -3px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    padding-top: 15px;
    padding-left: 0px !important;
    padding-right: 0px;
    padding-bottom: 0px;
}

#drop_down_list li {
    margin-left: 0px !important;
}

#drop_down_list a {
    padding-left: 8px !important;
}

#drop_down_list li,
#drop_down_list a {
    display: inline-block;
    width: 100% !important;
}

#drop_down:hover #drop_down_list {
    display: block;
}

#top_img {
    /* The image used */
    background-image: url("../img/header_home.png");
    /* Set a specific height */
    height: 550px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#top_img .text {
    width: calc(100% - 40px);
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 8px;
    padding: 20px;
    animation: show 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -webkit-animation: show 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes show {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#top_img .text h1 {
    color: #006a00;
    text-shadow: 0 0 5px #FFF;
    font-weight: normal;
}

#top_img .text .button {
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 3px;
    padding: 8px 15px 8px 15px;
    background-color: #006a00;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

#top_img .text .button:hover {
    background-color: #009000;
}

#top_img .text .button:active {
    background-color: #009000;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
}

.imgplc {
    /* The image used */
    background-image: url("../img/corona_vj1.png");
    /* Set a specific height */
    height: 366px;
    width: 100%;
    max-height: 90%;
    padding-top: 80px;
    background-position: center;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#content {
    text-align: left;
    display: inline-block;
    color: #006a00;
    font-size: 20px;
    text-align: center;
    width: 70%;
    background-color: #FFF500;
    background-image: url("../img/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
}

#color {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 321px;
    padding-bottom: 10px;
}

#component {
    text-align: center;
}

#offfen {
    width: 500px !important;
}

#tab_offen {
    width: 200px;
    display: block;
    float: left;
    text-align: left;
}

#tab_kontakt {
    width: 80px;
    display: block;
    float: left;
    text-align: left;
}

#content a {
    color: #393939;
}

#content a:hover {
    color: #5e5e5e;
}

#gg_img {
    float: left;
    width: 300px;
    height: 250px;
    margin: 7px;
    cursor: zoom-in;
}

#exp_img {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
    overflow-y: hidden;
    transition: 0.5s;
}

#gg_img:hover {
    -webkit-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
}

#exp_img img {
    top: 0%;
    bottom: 0%;
    margin: auto;
    margin-top: 5%;
    cursor: -webkit-zoom-out;
    -webkit-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
}

#exp_img #img {
    height: 50%;
}

#exp_img #close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #cac9c9;
    cursor: pointer;
}

#exp_img #close:hover {
    color: #fff;
    transition: color 1s;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    background-color: #fffdcc;
}

html {
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.small {
    font-size: 12px;
    color: #006D00;
}

h2 {
    margin-top: 0px !important;
}

#top_menue {
    position: fixed;
    background-color: #FFF;
    height: 70px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    transition: 0.4s;
    z-index: 999;
}

#drop_down_list {
    display: none;
}

#links ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

#links ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 3px;
}

.not_active {
    border-bottom: 3px solid transparent;
    /* <- here */
    transition: border-bottom 0.6s;
}

#links ul li a {
    color: #006D00;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 25px;
}

#links ul li:hover {
    padding-bottom: 3px;
    border-bottom: solid 3px #006D00;
}

.active {
    padding-bottom: 3px;
    border-bottom: solid 3px #006D00;
}

#color {
    padding-top: 16px;
}

#footer {
    color: #3c3c3c;
    width: 99%;
    padding-left: 3px;
    margin-top: 50px;
}

#footer a {
    text-decoration: none;
    color: #3c3c3c;
}

#footer a:hover {
    text-decoration: underline;
}

#right {
    position: absolute;
    right: 0;
    padding-right: 3px;
    margin-top: -20px;
}

#drop_down {
    position: relative;
    display: inline-block;
}

#drop_down_list {
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 247px !important;
    margin-top: 6px !important;
    margin-left: -3px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    padding-top: 15px;
    padding-left: 0px !important;
    padding-right: 0px;
    padding-bottom: 0px;
}

#drop_down_list li {
    margin-left: 0px !important;
}

#drop_down_list a {
    padding-left: 8px !important;
}

#drop_down_list li,
#drop_down_list a {
    display: inline-block;
    width: 100% !important;
}

#drop_down:hover #drop_down_list {
    display: block;
}

#top_img {
    /* The image used */
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 50%;
    /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
    display: flex;
    align-items: center;
    justify-content: center;
}

#top_img .text {
    width: calc(100% - 40px);
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 21px 6px rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 8px;
    padding: 20px;
    animation: show 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -webkit-animation: show 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes show {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#top_img .text h1 {
    color: #006a00;
    text-shadow: 0 0 5px #FFF;
    font-weight: normal;
}

#top_img .text .button {
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 3px;
    padding: 8px 15px 8px 15px;
    background-color: #006a00;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

#top_img .text .button:hover {
    background-color: #009000;
}

#top_img .text .button:active {
    background-color: #009000;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
}

.imgplc {
    /* The image used */
    background-image: url("../img/corona_vj1.png");
    /* Set a specific height */
    height: 366px;
    width: 100%;
    max-height: 90%;
    padding-top: 80px;
    background-position: center;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#content {
    text-align: left;
    display: inline-block;
    color: #006a00;
    font-size: 20px;
    text-align: center;
    width: 70%;
    background-color: #FFF500;
    background-image: url("../img/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
}

#color {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 321px;
    padding-bottom: 10px;
}

#component {
    text-align: center;
}

#offfen {
    width: 500px !important;
}

#tab_offen {
    width: 145px;
    display: block;
    float: left;
    text-align: left;
}

#tab_kontakt {
    width: 80px;
    display: block;
    float: left;
    text-align: left;
}

#content a {
    color: #393939;
}

#content a:hover {
    color: #5e5e5e;
}

#gg_img {
    float: left;
    width: 300px;
    height: 250px;
    margin: 7px;
    cursor: zoom-in;
}

#exp_img {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
    overflow-y: hidden;
    transition: 0.5s;
}

#gg_img:hover {
    -webkit-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
}

#exp_img img {
    top: 0%;
    bottom: 0%;
    margin: auto;
    margin-top: 5%;
    cursor: -webkit-zoom-out;
    -webkit-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
    box-shadow: 0px 0px 23px 1px rgb(0, 0, 0);
}

#exp_img #img {
    height: 50%;
}

#exp_img #close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #cac9c9;
    cursor: pointer;
}

#exp_img #close:hover {
    color: #fff;
    transition: color 1s;
}

.coronainfo {
    background-color: #006a00;
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
}

.coronainfo .excl {
    flex-basis: 70px;
    border: solid 2px white;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    font-size: 60px;
    color: white;
    flex-shrink: 0;
}

.coronainfo .notice {
    color: white;
    text-align: left;
    margin-left: 40px;
    line-height: 28px;
}

.cpimg {
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden;
}