html, body{
	
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif !important;
	
	background-image: url("../images/noisy-texture.png");
	background-repeat: repeat;
	
}

#top-wrapper{
	
	
	width: 100%;
	
	background-image: url("../images/grass-bg-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	
}

header{
	height: 90px;
	box-sizing: border-box;
	
	background: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid white;
	position: relative;
	
}
header #menu{
	width: 100%;
	max-width: 700px;
	margin: auto;
	height: 100%;
}


#menu > ul {
    padding: 0;
    margin: 0;
    height: 100%;
}

#menu > ul > li {
	list-style: none;
	float: left;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 20%;
    
    	-webkit-transition: all 0.3s ease-in-out;
    	-moz-transition: all 0.3s ease-in-out;
    	-o-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
    
}

#menu > ul > li > a {
	display: block;
    text-decoration: none;
    height: 100%;
    color: white;
	padding: 0;
	height: 100%;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 85px;
}

header #menu li:hover, header #menu li.active > a{
	background: rgba(0, 0, 0, 0.7);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,.is-accordion-submenu-parent > a::after{
	border-color: #ffffff transparent transparent !important;
}
header #menu li:hover ul{
	visibility: visible;
	opacity: 1;
	
	top: 92px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#menu > ul > li > ul{
	
	position: absolute;
	
	min-width: 200px;
	
	margin: 0;
	padding-left: 0; 
	padding-top: 5px;
	top: 115px;
	
	list-style: none;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.76);
	
	visibility: hidden;
	opacity: 0;
	
	z-index: 100;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
#menu > ul > li > ul > li{
	
	list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
	
}
#menu > ul > li > ul > li > a{
	display: block;
    text-decoration: none;
    color: black;
	padding: 0px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
}
#menu > ul > li > ul > li > a:hover, #menu > ul > li > ul > li.active > a{
	
	background: rgba(21, 21, 21, 1);
	color: white !important;
	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif !important;
}
h1{
	font-size: 2rem;
}

#title{
	
	margin: auto;
	height: 300px;
	display: inline-block;
		
}
#menu li.mobile{
    	display: none;
    	background: rgba(0,0,0,0.5);
    }
@media screen and (max-width: 39.9375em) {
	#title{
		height: 100px;
	}
	p#title-text{
		font-size: 2rem !important;
	}
	p#title-subtext{
		font-size: 1rem !important;
	}
	#menu > ul > li {
    	width: 100%;
    	display: none;
    	background: rgba(0,0,0,0.3);
    }
   
    #menu > ul > li > a{
    	font-size: 16px;
    	line-height: 50px;
    }
    #menu li.last{
    	margin-bottom: 10px;
    }
    #menu li.mobile{
    	display: block;
    }
    header{
    	height: 50px;
    	margin-bottom: 10px;
    	background: rgba(0, 0, 0, 0);
    	border: 0;
    }
    #menu > ul > li > ul,#menu > ul > li > ul > li{
    	display: none;
    }


		table{
			font-size: 10px
		}


}
#title-wappen{
	
	height: 100%;
	padding-right: 30px;
	box-sizing: border-box;
	float: left;
	
}
#title-wappen img{
	width: auto;
	height: 70%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#title-text-container{
	float: left;
	color: white;
	
	text-align: left;
	
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
p#title-text{
	
	font-size: 72px;
	font-weight: 900;
	margin: 0;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.50);
	
}

p#title-subtext{
	
	font-size: 32px;
	font-weight: 300;
	margin: 0;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.50);
	
}




.box{
	
	margin-bottom: 20px;
		
}
#box-title{
	background: black;
	color: white;
	font-size: 22px;
	padding: 18px;
}
#box-content{
	
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	background: white;
	border-bottom: 2px solid #C7C7C7;
	border-left: 2px solid #C7C7C7;
	border-right: 2px solid #C7C7C7;
	
	line-height: 24px;
	font-size: 18px;
	
	padding: 15px 15px;
	
	
}


.next { position: absolute; top: 0; left: 0; opacity: 0; opacity:0; }

#meinFader {
	
	position: relative;
	width: 100%;
height: 370px;

}
#meinFader img{
	width: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#meinFader #sliderTitle{
	
	width: 100%;
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 20px;
	padding: 14px;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
		
}
#meinFader #sliderTitle a{
	color: inherit;
	text-decoration: none;
}
#meinFader #sliderTitle a:hover{
	font-weight: bold;
}


	
#articles_latest{
	

   column-count: 2;
column-gap: 1em;
-moz-column-count: 2;
-moz-column-gap: 1em;
-webkit-column-count: 2;
-webkit-column-gap: 1em;
	    
	
}	
@media screen and (max-width: 39.9375em) {
	#articles_latest{
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}
.newsBox{
	
	
	border: 2px solid #C7C7C7;
	padding: 15px;
	background: white;
	
	border-bottom: 7px solid black;
	text-align: center;
	
	margin: 1em 0px;
	
	min-width: 100%;
	
	display: inline-block;
	
	-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
  /* Firefox is dumb */
  break-inside: avoid;
	
}

.tabs .newsBox{
	min-width: inherit;
}
.tabs .column{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newsBox img{
	width: 100%;
	margin-bottom: 15px;
}
.newsBox p{
	text-align: center;
}
.newsBox p.title{
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 0;
	word-break: break-all;
}	
.newsBox p.date{
	font-size: 16px;
	margin-bottom: 15px;
	
	color: #4E4E4E;
	
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	
	padding: 10px 0px;
	
}

.newsBox div.intro{
	
	margin-bottom: 10px;
	
}

.newsBox p.date a{color: black;}

.newsBox a.link {
	
	padding: 10px;
	font-size: 14px;

	color: #4E4E4E;
	text-decoration: none;
	
	margin: 10px 0;
	
}

#content{

	width: 100%;
	margin: auto;
	max-width: 1000px; 

}	

.post{
	border: 2px solid #C7C7C7;
	padding: 15px;
	background: white;
	margin-bottom: 15px;
}
.page-header{
	border-bottom: 1px solid grey;
	margin-bottom: 30px;
}
.post img,.category img{
	max-width:100%;
	margin: 20px 0px;
}

.post .date a, .breadcrumb a{
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

.post .date a, .breadcrumb a{
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

.breadcrumb{
	background: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #C7C7C7;
	margin-bottom: 10px;
}


.sponsor{
	border: 2px solid #C7C7C7;
	background: #fff;
	height: 100px;
	line-height: 70px;
	  margin: 0.9375rem 0;
	display: block;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	  		-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
.sponsor img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
  	
}
.sponsor p{
	font-size: 22px;
	line-height: 22px;
	margin: 16px;
}

.sponsor:hover{
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	border: 2px solid #000;
}


#kader-widget h4{
	font-size: 18px;
}
#kader-widget ul{
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	margin: 6px 0;
}
#kader-widget ul li{
	display: block;
	width:150%;
	text-indent: 10px;
	margin: 0 -17px 1px;
	outline: 1px solid #ddd;
	padding: 5px 0px;
}
#kader-widget ul li span{
	font-weight: bold;
	color: #a0a0a0;
	padding-right: 10px;
}
	
	
.footer{
	
	background: black;
	text-align: center;
	display: block;
	font-weight: 400;
	color: white;
	padding: 10px 0px;
}
.footer p{
	margin: 0;
}
.footer a{
	color: inherit;
	text-decoration: inherit;
}


/* Verein */
.left-col-wappen{
	width: 40%;
	height: 200px;
	background-image: url('../images/Wappen.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.player-container{
	background: white;
	padding: 10px;
	margin-bottom: 15px;
}

.player{
	border: 2px solid #C7C7C7;
	background: white;
	position: relative;
	text-align: center;
	margin-bottom: 18px;

	
	overflow: hidden;
}


.player img{
	width: 100%;
}
.player .more{
	position: absolute;
	padding-top: 40%;
	top:0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
.player:hover .more{
	opacity: 1;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}



.player .name{
	background: #000;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px 0;
	font-size: 0.8em;
}

.player .number{
	
	background: #000;
	color: #fff;
	padding: 8px 10px 5px 10px;
	display: inline-block;
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;
	font-size: 0.8em;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  max-height: 70%;
  overflow: scroll;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


ul.orbit-container{
	height: auto !important;
}

.row{
	margin-top: 20px;
}

.vertical-center-wrapper{
	display: table;
	height: 100%;
	width:100%;
	font-size:22px;
	line-height:22px;
	overflow: hidden;
}
.vertical-center{
	display: table-cell;
	vertical-align: middle;
}


.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.showAll{
	background: white;
	padding: 12px;
	border: 2px solid #cdcdcd;
	margin: 20px 0px;
	display: block;
	text-align: center;
}

.post .imageholder{
	display: inline-block;
	margin: 10px;
}
p.link{
	margin: 0;
}
