@font-face {
    font-family: Arimo;
    src: url(../fonts/Arimo.ttf);
}

@font-face {
    font-family: Arimo;
    src: url(../fonts/Arimo-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Arimo;
    src: url(../fonts/Arimo-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Arimo;
    src: url(../fonts/Arimo-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato.ttf);
}

body { 
    background-color: #FFF;
    margin: 0;
    padding: 0;
    z-index: 1;   
    font-family: 'Arimo'; 
}

table {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #F0F0F0;
}

th {
    padding: 7px;
    background-color: #F0F0F0;
}

td {
	padding: 10px;
	box-sizing: border-box;
}

/* Cookie-Popup */
.cc_btn {
    background-color: #0088FF !important;
    color: #FFF !important;
}

.cc_btn:hover {
    background-color: #00AAFF !important;
}
/* Cookie-Popup ENDE*/

.button {
    display: inline-block;
    padding: 10px 13px;
    margin: 10px 10px 10px 0px;
    color: #FFF;
    text-decoration: none;
    background-color: #0088FF;
    border-radius: 3px;
    border: 0px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

.button:hover {
    background-color: #00AAFF;
    color: #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px !important;
}

#nav-header {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 60px;
    background-color: #0088FF;
    box-shadow: 0px 0px 5px #000;
    z-index: 6;
}

#nav-header img {
    padding: 15px;
    cursor: pointer;
}

#nav-blocker {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 4;
}

#close-nav {
    display: none;
    padding: 10px;
    margin-left: 10px;
    margin-top: 70px;
}

#navbar {
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0%;
    margin: 0px;
    height: 70px;
    background-color: #0088FF;
    padding: 0px;
    font-family: Courier;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

#menu_container {
    position: fixed;
    z-index: 6;
    width: 100%;
    max-width: 1200px;
    height: 70px;
    top: 0%;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#icon_nav {
    float: right;
    width: 280px;
    margin-right: 0px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out;
}

#icon_nav:hover {
    background-color: #00AAFF;
}

#menu_container a {
    color: #000000;
    padding-top: 23px;    
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;    
    text-decoration: none;
}

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

#menu_container a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#menu_container a:visited {
    color: #FFFFFF;
    text-decoration: none;    
}

#menu_container a:visited:hover {
    color: #FFFFFF;
    text-decoration: none;    
}

.menu {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin:0;
    padding:0;
    margin-top: 0px;
    height: 70px;
    padding: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    z-index: 7;
}

.menu li {
	float: left;
    font: normal 20px sans-serif;
    display: inline-block;
	padding-top: 23px;
    padding-bottom: 24px;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    vertical-align: middle;
    z-index: 7;
}

.menu li:hover {
    background-color: #00AAFF;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 7;
}

.dropdown_menu {
    padding: 0;
    position: fixed;
    top: 0%;
    margin-top: 70px;
    width: auto;
    min-width: 200px;
    display: block;
    background-color: #333;
    cursor: default;
    z-index: 5;
}

.dropdown_menu li {
    float:none;
    font-size: 17px !important;
    display: block; 
    background-image: none;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    padding-left: 0px;
    box-sizing: border-box;
}

.dropdown_menu li:hover {
    background-color: #00AAFF; 
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown_menu a {
    display: block;
    width: 100%;
    padding-right: 0px;
    background-color: #333;
    cursor: pointer;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.dropdown_menu a:hover {
    background-color: #00AAFF;
}

.menu_container li:hover ul {
    display: block;
    visibility: visible;
}

.dropdown_box {
    position: fixed;
    display: none;
    top: 0%;
    overflow: hidden;
    cursor: default;
    margin-top: 70px;
    transition: opacity 0.3s ease-in-out;
}

.dropdown_box_visible {
    display: block !important;
}

#root_container{
    width: 100%;
    background-color: #FFF;
    margin: auto;
    z-index: 1;
}

#container {
    width: 100%;
    max-width: 1400px;
    min-height: 500px;
    padding: 30px;
    margin: auto;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 3;
}

#header {
    top: 0%;
    margin-top: 0px;
    width: 100%;
    height: 400px;
    background-color: #2f2f2f;
    background-image: url(../images/header01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0px;
    z-index: 3;
}

#header_logo {
    position: relative;
    width: calc(100% - 40px) !important;
    top: 0%;
    left: 0%;
    color: #FFF;
    text-shadow: 0px 0px 15px #000;
    font-style: italic;
    font-size: 25px;
    padding-left: 20px;
    padding-top: 140px;
    box-sizing: border-box;
}

#seemore {
    display: none;
    cursor: default;
}

#seemore a {
    color: #FFF;
    text-decoration: none;
}

#content {
	display: block;
	margin-top: 0px; 
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px;
    padding-bottom: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    min-height: 500px;
    z-index: 4;
}

#content_bg{
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    height: 400px;
    background-color: #2f2f2f;
    background-image: url(../images/content_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;

}

#gallery {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
}

#content h1{
	font-family: 'Lato';
    margin-top: 0px;
    color: #0098FF;
}

#content h1 a{
    color: #FFFFFF;
}

#content h2{
    color: #FFFFFF;
    text-align: right;
    padding: 5px;
}

#content h2 a{
    color: #FFFFFF;
}

#gallery h1{
    color: #0098FF;
    margin-top: 10px;
    margin-bottom: 70px;
}

#gallery h1 a{
    color: #0098FF;
    margin-top: 10px;
    margin-left: 10px;
    text-decoration: none;
}

#gallery h2{
    color: #0098FF;
    margin-top: -5px;
    padding: 10px;
}

#gallery h2 a{
    color: #0098FF;
}

#about {
    background-color: #FFFFFF;
    min-height: 500px;
    margin-top: 10px;
    padding: 10px;
    z-index: 2;
    clear: both;
    padding-bottom: 10px;
}

#about h1{
    color: #0098FF;
    margin-top: -5px;
}

#about h1 a{
    color: #0098FF;
    text-decoration: none;
}

.title2{
    position: absolute;
    margin-top: -90px;
    margin-left: 90px;
}

th {
    padding: 7px;
    background-color: #DDDDDD;
}

img.news {
    float: right;
    padding: 3px;
}

table.news {
    width: 100%;
    max-height: 275px;
    margin-top: 5px;
    border: 0px solid #000000;
} 

table.events {
    width: 100%;
    border: 0px solid #000000;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

table.events td{
	display: inline-block;
	border-radius: 5px;
	border: 5px solid #F0F0F0;
	background-color: #FFF;
    padding: 0px;
    margin: 0px 20px;
    width: calc(30% - 20px);
    min-width: 250px;
    overflow: hidden;
    box-sizing: border-box;
    color: #222222;
    transition: border 0.3s ease-in-out;
}

table.events td:hover{
	border-color: #0098FF;
}

.events a{
    color: #333333;
}

h1.day {
    display: inline-block;
    color: #0098FF;
    cursor: default;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 45px;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 10px !important;
    width: 50px;
    background-color: #F0F0F0;
    text-align: center;
    z-index: 1;
}

h1.month {
    display: inline-block;
    padding-left: 0px;
    cursor: default;
    z-index: 2;
    font-size: 25px;
    margin-top: 0px;
    background-color: #F0F0F0;
    color: #555;
}

div.eventbox1, div.eventbox2, div.eventbox3 {
	background-color: #F0F0F0;
	width: 100%;
}

div.eventinfo {
    width: 100%;
    text-align: left;
    padding: 30px;
    z-index: 2;
}

div.eventinfo a {
	display: block;
	color: #0098FF;
	text-decoration: none;
    font-size: 23px;
    margin-bottom: 0px !important;
}

div.eventbox1 {
    display: inline-block;
}

div.eventbox2 {
    display: inline-block;
}

div.eventbox3 {
    display: inline-block;
}

#box {
	position: absolute;
	bottom: 0%;
	right: 0%;
	margin-bottom: 70px;
	margin-right: 30px;
    display: block;
    color: #222;
    width: 300px;
    height: auto;
    max-height: 350px;
    min-height: 250px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
}

#fb-box1 {
    display: block;
}

#fb-box2 {
    display: none;
}


/*#box {
    position: absolute;
    bottom: 0%;
    right: 0%;
    margin-bottom: 70px;
    margin-right: 30px;
    display: block;
    color: #222;
    width: 300px;
    height: auto;
    max-height: 350px;
    min-height: 250px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
}*/


#box_title{
    display: none;
    font-size: 30px;
    font-family: 'Lato';
    text-align: left;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 5px;
    z-index: 2;
}

#box2 {
    color: #000;
    width: 100%;
    height: auto;
    padding: 5px;
    margin-top: 0px;
    background-color: #FFF;
}

#box2_title{
    right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 288px;
    font-size: 30px;
    font-family: 'Lato';
    font-weight: bold;
    text-align: left;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0098FF;
    cursor: default;
    z-index: 2;
}

#box2_title a {
    color: #0098FF;
    text-decoration: none;
}

#box3 {
    float: right;
    color: #000000;
    width: 300px;
    height: auto;
    max-height: 730px;
    padding: 5px;
    margin-left: 50px;
    margin-top: 0px;
    background-color: #FFF;
}

#box3_title {
    width: 288px;
    font-size: 30px;
    background-color: #3b5999;
    font-family: 'Lato';
    font-weight: bold;
    text-align: right;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    z-index: 2;
}

#box3 a, #box a {
    text-decoration: none;
}

#footer_bg {
	position: absolute !important;
	left: 0%;
	width: 100%;
	background-color: #555;
	text-align: center;
}

#footer {
	position: static !important;
	display: inline-block;
	text-align: left;
    width: 100%;
    max-width: 1400px;
    left: 0;
    right: 0;
    bottom: 0%;
    color: #FFF;
    padding: 30px;
    margin-bottom: 0px;
    background-color: #555;
    box-sizing: border-box;
    clear: both;
    z-index: 2;
}

#footer a{
    color: #AAAAAA;
}

a {
    color: #000000;
}

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

#sitemap {
    text-align: right;
    float: right;
}

#sitemap a {
    color: #FFFFFF;
}

table.news_show {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #F0F0F0;
}

th.news_show {
    padding: 7px;
    background-color: #F0F0F0;
}

th.date_show {
    text-align: right;
    width: 200px;
    padding: 7px;
    background-color: #F0F0F0;
}

table.event_show {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #F0F0F0;
}

th.events_show {
    padding: 7px;
    background-color: #F0F0F0;
    text-align: left;
}

#images_view li{
    list-style-type: none;
    background-color: #0088FF;
    width: 150px;
    padding: 5px;
    display: inline;
}

#images_view img{
    margin-top: 15px;    
}

#folders li {
    list-style-type: none;
    display: inline;
    background-color: #FFFFFF; 
}

.folders_div {
    width: 150px;
    height: 190px;
    padding: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    margin: 5px;
    float: left;
}

.folders_div a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.gallery-list {
    display: inline-block;
    width: 242px;
    height: 242px;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    clear: both;
    transition: filter 0.3s ease-in-out;
    -webkit-transition : -webkit-filter 0.3s ease-in-out;
    filter: brightness(.9);
    -webkit-filter: brightness(.9);
}

.gallery-list:hover{
    filter: brightness(1.5) saturate(1.5);
    -webkit-filter: brightness(1.5) saturate(1.5);
}

h5 {
    font-family: Courier;
    background-color: #D4EEEE;
    padding: 5px;
    border: 3px solid #799fff;
}

input.plus1 {
    background-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    height: 25px;
    width: 50px;
    background-image: url(../images/button_plus1.png);
    border: 0px;
}

input.plus1:hover {
    background-image: url(../images/button_plus1_hover.png);
}

/*ImageZoom*/
#img_container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    margin-left: -50px;
    margin-top: -25px;
    font-weight: bold;
    width: 100px;
    height: 50px;
    color: #FFFFFF;
    background-color: transparent;
    opacity: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
}

#img_container img {
    background-color: #DDD;
}

#img_container table {
    text-align: center;
    border: 0px solid;
}

#container_nav {
    display: block;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
    background-image: url();
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    text-align: right;
    opacity: 0.3;
    z-index: 6;
    transition: opacity 0.3s ease-in-out;
}

#container_nav:hover {
    opacity: 0.8;
}

#container_nav img {
    cursor: pointer;
    background-color: transparent;
}

#container_nav button {
    margin-top: 4px;
    float: left;
}

#img_url {
    position: absolute;
    left: 50%;
    margin-top: 7px;
}

#img_background {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #000000;
    z-index: 9;
    opacity: 0;
}

.imgurl {
    border: 0px;
    background-color: #333;
    color: #FFFFFF;
}

table.img_head {
    background-color: transparent;
    width: 100%;
    box-shadow: 0px 0px 0px transparent !important;
}

table.img_head td{
    text-align: right;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent !important;
}
/*ImageZoom -Ende-*/

/*Gallery*/
#folders li {
    list-style-type: none;
    display: inline-block;
    background-color: #FFFFFF;
}

.folders_div {
    display: inline-block;
    width: 200px;
    height: auto;
    padding: 10px;
    border: 1px solid #BBBBBB;
    margin: 5px;
    margin-bottom: 10px;
}

.folders_div a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.gallery_folder {
    width: 200px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-color: #63b1fe;
}

a.link_gallery {
    background-color: #EEE;
    text-decoration: none;
    padding: 5px;
    color: #555 !important;
    border: 1px solid #DDD;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

a.link_gallery:hover{
    text-decoration: none;
    background-color: #DDD !important;
}

#images_view li{
    list-style-type: none;
    background-color: transparent;
    width: 150px;
    padding: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    display: inline block;
}

#images_view li a {
    text-decoration: none;
    color: #000000;
}

#images_view img{
    margin-top: 0px;
    margin-bottom: 5px;
}

.gallery_image {
    display: inline;
    width: 270px;
    height: 250px;
    margin: 0px;
    background-color: #AAAAAA;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*box-shadow: 0px 0px 5px #000000;*/
}
/*Gallery -Ende-*/

@media(max-width: 1275px) {
	.gallery-list {
		width: 200px;
		height: 200px;
	}
}

@media(max-width: 1080px) {
	#header_logo {
		width: 50% !important;
	}

	#header_logo img {
		width: 100%;
	}

	#box {
		width: 300px;
        margin-bottom: 70px;
	}

	h1.day {
		font-size: 28px;
	}

	h1.month {
		font-size: 18px;
	}

	.gallery-list {
		width: 150px;
		height: 150px;
	}
}

@media(max-width: 990px){
    #nav-header {
        display: block;
        color: #FFF;
        font-weight: bold;
    }

    #nav-header div{
        position: absolute;
        padding-top: 20px;
        padding-left: 60px
    }

    .logo-kl {
        float: left;
        margin-top: -3px;
    }

    #nav-header img:last-child {
        float: right;
    }

    #menu_container {
        display: none;
        width: 250px;
        height: 100%;
        position: fixed;
        right: 0%;
        top: 0%;
        margin-top: -60px;
        margin-right: -250px;
        padding-bottom: 60px;
        z-index: 5;
        box-shadow: 0px 0px 5px #000;
        overflow-y: scroll;
        background-color: #0088FF;
        z-index: 6;
    }

    #menu_container li {
        display: block;
        padding: 0px;
        width: 250px;
        box-sizing: border-box;
    }

    #menu_container a {
        display: block;
        width: 100%;
        padding: 20px;
        padding-left: 65px;
    }

    #navbar {
        display: none;
    }

    #close-nav {
        display: block;
    }

    #icon_nav {
        display: none;
    }

    .menu {
    	height: auto;
        margin-top: 0px;
    }

    .dropdown_box {
        position: static;
        display: block;
        margin: 0px;
        background-color: transparent;
    }

    .dropdown_menu {
        background-color: transparent;
        position: static;
        margin: auto;
        padding-left: 15px;
    }

    .dropdown_menu a {
        background-color: transparent;
    }

    table.events {
    	text-align: center;
    }

    table.events td {
    	margin-bottom: 20px;
    }

    #footer, #sitemap {
    	text-align: left !important;
    }

    #sitemap {
    	float: none;
    }
}

@media(max-width: 800px){
	.gallery-list {
		width: 100px;
		height: 100px;
	}

    .gallery_folder {
        width: 150px;
    }

    .gallery_image {
        width: calc(49% - 10px);
        height: calc(49% - 10px);
    }
}

@media(max-width: 650px){
	#box {
		min-height: auto;
		height: auto;
	}

	#box table tr:last-child {
		display: none;
	}

    #fb-box1 {
        display: none;
    }

    #fb-box2 {
        display: block;
    }

	#header_logo {
		width: calc(100% - 70px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#header_logo img {
		width: 100% !important;
	}

    table {
        width: 100%;
        overflow-y: scroll;
    }
}

@media(max-width: 420px) {
	#box {
		display: block;
        width: 300px;
		left: 0%;
		right: 0%;
		margin-left: auto !important;
		margin-right: auto !important;
        margin-bottom: 45px;
	}

	#box3 {
		float: none;
		display: block;
		margin: auto;
	}
}

@media(min-width: 991px){
    #menu_container {
        display: block !important;
        margin-right: auto;
        margin-left: auto;
        margin: auto;
        height: auto;
        width: 100%;
        height: auto !important;
    }

    #navbar {
        display: block;
    }

    #icon_nav {
        display: block;
    }

    .menu {
        height: 70px;
        margin-top: 0px;
    }

    #nav-blocker {
        display: none !important;
        opacity: 0 !important;
    }
}