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

@font-face {
    font-family: "Titillium Web";
    src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Caveat";
    src: url(../fonts/Caveat/Caveat-Regular.ttf) format("truetype");
}


html, body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	font-size: 1em;
	
/*	-webkit-appearance: none;
	-moz-appearance: none; */
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
}

html{
    min-height:100%;
}

.hand {
	font-family: 'Caveat', cursive;
	font-size: 1.5em;
}

.navbar {
	color: white;
	background-color: #373F43;
}

.navbar-top {
	top: -2em;
}

.navbar-trans {
	opacity:0.9; 
}

.section {
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.text {
	font-size: 1.5em;
	margin-top: 1em;
}

.text_small {
	font-size: 0.5em;
}

.headlight {
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

@media (min-width: 50em) {
	.text {
		font-size: 2em;
	}

	.headlight  {
		font-size: 2.5em;
	}			
}

.back2top, back2top:hover {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0.5em;
	display:none;
	margin-bottom: 0.5em;
	color: white;
	background-color: #373F43;
	opacity:0.9; 
}



.col {
	font-size: 0.8em;
}

#home{
	background:url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center 85%;
}


/* background image instead of logo and box instaead of oberlay of open hours on "large devices" */
@media (min-width: 600px) {
	#home{
    	background:url('../images/background.png') no-repeat left center;
		background-size:cover;
	}
}


/* #A02128 -> rot */
/* #373F43 -> grau */

/* Reihenfolge rot - weiß - grau*/

/* 1 */
#verein {
	color: white;
	background-color: #A02128;
}

/* 3 */
#fussball {
	color: white;
	background-color: #373F43;
}

/* 4 */
#dart {
	color: white;
	background-color: #A02128;
}

/* 6 */
#tanzen {
	color: white;
	background-color: #373F43;
}





#dataprivacy {
	padding-left: 2em;
	padding-right: 2em;
}

.hidden {
	display: none;
}

.overlay {   
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #373F43;
    opacity:0.95;
	color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 1.5em; 
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
}

.overlay .closebtn {
    position: absolute;
    top: 0em;
    left: 0.5em;
    font-size: 3em;
    z-index: 1;
}

.overlay a {
    text-decoration: none;
    color: #818181;
}