html, body {
    width: 100%;
    min-width: 960px;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;


}


p {
		font-size: 1.2em;
    margin: 0;
}

a {
    text-decoration: underline;
    color: #007733;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
    color: #000000;
}


.download_pdf::before {
    content: "";
    background-image: url(res/PDF_Icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
}

h1 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    margin: 0;
    padding: 0.2em 0;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
    border-bottom: 3px dotted #666;
}

h3:before {
    content: url(res/arrow_right.svg);
    margin: 0 0.2em 0 0;
}
.gradient_green {
    background: rgb(0,102,51); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,102,51,1) 0%,rgba(0,147,73,1) 50%,rgba(0,102,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,102,51,1) 0%,rgba(0,147,73,1) 50%,rgba(0,102,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006633', endColorstr='#006633',GradientType=1 ); /* IE6-9 */
    border-color: #FFF;
    border-width: 2px 0 2px 0;
    border-style: solid;
}

.gradient_white {
    background: rgb(0,102,51); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,102,51,1) 0%,rgba(0,147,73,1) 50%,rgba(0,102,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,102,51,1) 0%,rgba(0,147,73,1) 50%,rgba(0,102,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-color: #FFF;
    border-width: 3px 0 3px 0;
    border-style: solid;
}

#title_page {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/title_page.jpg);
    z-index: 99;
}

#navbar {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

#navbar > div {
    
    text-align: right;
    float: right;
    min-width: 800px;
}

#navbar a {
	text-decoration: none !important;;
	color: #000000;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0.5em 0 0;    
}

#navbar a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 4.5em;
    background-color: #000;
    margin: 0 0.5em 0 0;
}


#navbar a:hover, .text a:hover {
    color: #007733;
}



#logo_top {
    display: inline-block;
    margin: 0.5em 0 0 1em;
}




#title_slogan {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: #009933;
    background-color: rgba(0,102,51,0.5);
}

#title_slogan p:nth-of-type(1) {
    font-size: 5em;
    font-size: 5vw;
    font-weight: 800;
}

#title_slogan p:nth-of-type(2) {
    font-size: 2em;
    font-size: 2vw;
}


@media screen and (max-width: 1200px) {
    #navbar a {}
    #logo_top {display: block; margin: 0 auto;}
    #navbar > div {display: block; width: 100%; text-align:center; min-width: 0; float: none;}
    #navbar a:before {display: none;}
    #title_slogan p:nth-of-type(1) {font-size: 2.5em;}
    #title_slogan p:nth-of-type(2) {font-size: 1.5em;}
}



.arrow_down {
    display: block;
    margin: 0 auto;
    width: 10%;
    min-width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(res/arrow_down.svg);
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.arrow_down:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.arrow_down:before {
    content: "";
    float: left;
    padding-bottom: 68%;
}


.table_thirds {
    display: table;
    width: 100%;
    border-collapse: collapse;
    overflow:hidden;
/*	font-size: 1.2em;*/
}

.table_thirds tr {
    width: 100%;
    min-height: 8em;
}

.table_thirds td {
    position: relative;
    width: 33.33333%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.table_thirds tr td > img {max-width: 1000px !important; height: auto;
}

.center {
    text-align: center;
}

.table_thirds li {
    list-style-image: url(res/arrow_right.svg);
    margin: 0 0 0.8em 0;
	font-size: 1.2em;
}

.table_thirds td:not([colspan]) {min-width: 480px;}

.table_thirds tr td > div.text {margin: 1em 2em;}

.redgreen {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5em;
}

.redgreen span:nth-of-type(1) {color:#B8002F}
.redgreen span:nth-of-type(2) {color:#04632E}

.gradient_white_left, .gradient_white_right {
    position: absolute;
    display: block;
    height: 105%;
    width: 50%;
    top: 0;
    margin: 0; padding: 0;
}

.gradient_white_left {
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.gradient_white_right {
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.text_green {
    color: #04632E;
    font-weight: 800;
}






.gallery {
    width: 100%;
    font-size: 0;
    margin: 0;
}
.gallery a {
    font-size: 1rem;
    display: inline-block;
    box-sizing: border-box;
    width: 33.33333%;
    border: 1px solid #FFF;
    -webkit-filter: saturate(1) contrast(1);
    filter: saturate(1) contrast(1);
    background-size: cover;
    background-position: center;
}


.gallery_pdf {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}


.gallery_pdf a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    min-height: 8em;
    background-color: #eee;
    color: #000;
    margin: 0.5em 1em;
    border: 1px solid #DDD;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0.3em;
    max-height: 25em;
    overflow: hidden;
}
.gallery_pdf a img {
    width: 100%;
    height: auto;
}
.gallery a:hover {
    -webkit-filter: saturate(1.5) contrast(1.2);
    filter: saturate(1.5) contrast(1.2);
    color: #160;
}

.gallery_pdf a:hover {
    color: #160;
}

.gallery_pdf .text {
    box-sizing: padding-box;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.gallery_pdf .text p {
    margin: 0.5em 0.5em 2em 0.5em;
}


.read_more:after {
    content: "...weiterlesen";
    font-style: italic;
    position: absolute; right: 0.5em; bottom: 0.5em;
}




h4 {
    text-align: center;
    color: #fff;
}

/* Setzt das Seitenverhältnis von  der Galeriebilder fest. Nicht schön, aber funktioniert */

.gallery a:before {
    content: "";
    float: left;
    padding-bottom: 66.66666%;
}

.gallery a:before {
    content: "";
    float: left;
    padding-bottom: 66.66666%;
}

.gallery a:after, .arrow_down:after, .gallery_pdf:after, #row_kontakt .text div:after  {
    content: "";
    display: table;
    clear: both;
}


#row_kontakt .text > div img{
    display: block;
    margin: 0 1em 0 0;
    height: 200px; width: auto;
    border: 2px solid #FFF;
}

#row_kontakt .text > div {
    margin: 1em 2em 0 0;
    display: inline-block;
}


#row_kontakt img[src$=".svg"]{
    display: block;
    width: 50%;
    height: auto;
    margin: 1em auto;
    
}
#row_kontakt td:nth-of-type(2) {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2c759+0,fefcea+100 */
background: #f2c759; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f2c759 0%,#fefcea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f2c759 0%,#fefcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c759', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 66.666%;
}

#row_kontakt p {margin: 0 0 1em 0;}

#row_kontakt a:hover {
    color: #FFF;
}

#footer {
    width: 100%;
    height: 3em;
}

#footer p {
    font-size: 1.2em;
    text-transform: uppercase;
    float: right;
    margin: 0.5em 1em;
    color: #FFF;
}

a.arrow_up {
    position: fixed;
    display: inline-block;
    bottom: 3em;
    right: 1em;
    height: 4em;
    width: 6em;
    background-size: contain; background-repeat: no-repeat;
    background-image: url(res/arrow_up.svg);    
    -webkit-filter: brightness(1);    
    filter: brightness(1);
    z-index: 10;
}

a.arrow_up:hover {
    -webkit-filter:brightness(1.3);
    filter:brightness(1.3);
}

#footer a:hover {
    color: #EBB000 !important;
}
#footer a {
    color: #ffffff !important;
}

#kalender {
    display: block;
    border: none;
    width: 100%;
    height: 500px;
    background-color: #EEE;
    margin: 0;
}