/*--------------------------------------------------------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'cooperBlack';
	src: url('../font/CooperFiveOpti-Black.otf');
	font-weight: normal;
	font-style: normal;
}

html{
	min-height: 100%;
}

body{
	min-height: 100% !important;
	background: #1a1a1a;
	background-image: url('../img/Background.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
	min-height: 100%;
	font-size: 15px;
	font-family: "Lato";
	color: #ffffff;
}

h1{
	font-family: "Anton";
	font-size: 50px;
}

h2{
	font-family: "Arvo";
	font-weight: bold;
	font-size: 50px;
}

h3{
	font-family: "Anton";
	font-size: 43px;
}

h4{
	font-family: "Arvo";
	font-size: 29px;
	margin-bottom: 0px;
}

h5{
	font-family: "Anton";
	font-size: 24px;
}

h6{
	font-family: "Arvo";
	font-size: 17px;
}

.font--cooper-black {
	font-family: cooperBlack;
}

@media (max-width: 768px) {
	h1{
		font-size: 35px;
	}
	h2{
		font-size: 30px;
	}
	h4{
		font-size: 15px;
	}
}

.dotted{
	border-bottom: dotted white 2px;
}

footer{
	padding: 10px;
	width: 100%;
	height: 420px;
	background-color: #ffffff;
	color: #000000;
	margin-top: 60px;
	position: relative;
}

@media (max-width: 992px) {
	footer{
		height: 620px;
	}
}

@media (max-width: 768px) {
	footer{
		height: 870px;
	}
}
	 
footer::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	height: 60px;
	background-size: 24px 48px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
	background-image: -moz-linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
	background-image: linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
}

footer .col-md-8{
	border-right: 2px solid black;
}

@media (max-width: 992px) {
	footer .col-md-8{
		border-right: 0px solid black;
		border-bottom: 2px solid black;
	}
}

footer .col-md-4{
	padding-left: 30px;
}

footer p{
	padding-top: 5px;
}

footer a, a:hover, a:focus, a:active {
   color: #000000;
   text-decoration: underline;
}

.container-fluid{
	padding: 0px;
}

.row{
	margin-bottom: 30px;
}

.bold{
	font-weight: 700;
}

/*--------------------------------------------------------------------------------------------------*/
/*	LAYOUT ID's
/*--------------------------------------------------------------------------------------------------*/

#img-title{
	padding: 0px 30px;
	margin-top: 30px;
}

#fahne{
	min-width: 100%;
	position: relative;
	z-index: 99;
}
	

/*--------------------------------------------------------------------------------------------------*/
/*	LAYOUT classes
/*--------------------------------------------------------------------------------------------------*/

.site-wrapper{
	margin: 0 auto;
	width: 80%;
	max-width: 1050px;
}

@media (max-width: 1200px) {
	.site-wrapper{
		width: 90%;
	}
}

.block{
	border: solid white 2px;
	padding: 10px;
}

.border{
	border: solid white 1px;
}

.border-bold{
	border: solid white 2px;
}

.clear{
	clear:both;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.center-text{
	text-align: center;
}

.right{
	float: right;
}

.left{
	float: left;
}

.separator{
	border-top: solid white 2px;
	margin-bottom: 30px;
}

.embed-responsive-16by9{
	margin: 15px 0px;
}

.img-circle{
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------*/
/*	BUTTONS
/*--------------------------------------------------------------------------------------------------*/

.button-social{
	height: 32px;
	padding: 2px;
}

@media (max-width: 992px) {
	.button-social{
		height: 50px;
		margin-top: 15px;
	}
}

.button-social img{
	width: 100%;
	height: 100%;
}

.button-social:hover{
	padding: 0px;
}

.button-normal{
	width: 101px !important;
	height: 34px;
	padding: 1px 2px;
}

.button-normal img{
	width: 100%;
	height: 100%;
}

.button-normal:hover{
	padding: 0px;
}

.button-more-less{
	margin-top: 15px;
}

.button-mail{
	width: 44px;
	height: 33px;
	padding: 3px 4px;
	float: left;
}
.button-mail img{
	width: 100%;
	height: 100%;
}

.button-mail:hover{
	padding: 0px;
}

.button-anmelden{
	width: 243px;
	height: 55px;
	padding: 1px 4px;
}
.button-anmelden img{
	width: 100%;
	height: 100%;
}

.button-anmelden:hover{
	padding: 0px;
}

/*--------------------------------------------------------------------------------------------------*/
/*	SIDEBAR
/*--------------------------------------------------------------------------------------------------*/

.datum{
	padding: 0px 10px;
	margin-top: 15px;
}

.datum-text{
	margin-top: 25px;
}

.datum h5, .datum-text h5{
	font-size: 20px;
}

.sidebar-block{
	padding: 15px;
}

.sidebar-block img{
	width:100%;
}

a.white-link{
	color: #ffffff;
}

/*--------------------------------------------------------------------------------------------------*/
/*	NAVIGATION
/*--------------------------------------------------------------------------------------------------*/

 .navbar.transparent.navbar-default {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    border: solid white 2px;
    border-radius: 0px;
}

/* link */
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px;
}
.navbar-default .navbar-nav > li > a h5{
    margin: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #777777;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #777777;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #777777;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border: none !important;
    width: 100%;
    margin: 0;  
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #777777;
}

.dropdown-menu{
	background-color: #777777;
}

.dropdown-menu li > a{
	color: #ffffff !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus{
	background-color: #ffffff !important;
	color: #777777 !important;
}

.dropdown-menu .active > a{
	background-color: #ffffff !important;
	color: #000000 !important;
}

@media (min-width: 768px) {
	.navbar-collapse{
		padding: 0px;
	}
	.navbar.transparent.navbar-default .container{
		width: 100%;
		padding: 0px;
	}
}

@media (min-width: 992px) {
	.navbar-nav{
		margin-left: 180px;
	}
}


/*--------------------------------------------------------------------------------------------------*/
/*	HOME
/*--------------------------------------------------------------------------------------------------*/

#news{
	width: 65%;
}

.news-image{
	width: 300px;
}

/*--------------------------------------------------------------------------------------------------*/
/*	VEREIN
/*--------------------------------------------------------------------------------------------------*/

.member-image{
	padding: 2px 52px;
	height: 100%;
	weight: 100%;
}

.member-image:hover{
	padding: 0px 50px;
}

.member-text{
	height: 150px;
	padding: 0px 50px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.img-right-corner{
	position: absolute;
	z-index: 100;
}

/*--------------------------------------------------------------------------------------------------*/
/*	CAROUSEL
/*--------------------------------------------------------------------------------------------------*/


/* Carousel base class */
.carousel {
  margin-bottom: 40px;
  border: solid white 1px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
  max-height: 500px;
  background-color: #000;
}
 
.button-right img{
	width: 30%;
	height: 100%;
}

.button-right img:hover{
	width: 40%;
	height: 100%;
}

.button-left img{
	width: 30%;
	height: 100%;
}

.button-left img:hover{
	width: 40%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------*/
/*	ZITATE
/*--------------------------------------------------------------------------------------------------*/
.zitat-block{
    padding: 15px;
}

@media (max-width: 768px) {
    .zitat-wrapper{
        margin: 30px;
    }
}

@media (min-width: 768px) {
    .zitat-wrapper{
        min-height: 200px;
        margin: 15px;
    }
}
