/* ==========================================================================
   sportverein.oberkail.de - 20180414
   ========================================================================== */
   
/* RESET*/   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
@font-face {
	font-family: "Yanone Kaffeesatz";
	font-style: normal;
	font-weight: 200;
	src: local("Yanone Kaffeesatz ExtraLight"), local("YanoneKaffeesatz-ExtraLight"), url(yanone.woff) format("woff");
	}

body {
	background-color: #EEE;
	background-attachment: fixed;
	background-size: cover;
	font-size: 90%; /* BASIS-GROESSE (62,5% = 10PX) */
}
#header{
	padding:0px;
	width: 90%;
	height: 100px; 
	margin: auto; /* Hiermit zentrieren wir unsere Seite. */
	background: #EEE url('../img/wappensvo.png') top left no-repeat;
}
#header h1 {
	color: #000;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0.3em 0.3px 0em 120px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-size: 280%;
	font-weight: bold;
	}
	
#swapper {
	clear:left;
	position: relative;
	width: 80%;
	max-width: 1000px;
	color: #000;
	font-family: Sans-Serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	padding:0.5em;
	margin: 0 5% 0 5%;
	z-index: 1;
	
}
#swapper a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
#swapper h1{
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}
#swapper h2{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	}
#swapper li{
	list-style-position: inside;
	}
#swapper p{
	margin-bottom: 0.5em;
}	
#navigation {
	font-size: 85%;
	border-bottom:#72CD29 1px solid;
}
#navigation ul{
	list-style:none;
	padding-top:1em;
	padding-bottom:1em;
}
#navigation li {
	display:inline;
	border:0px;
}
#navigation a{
	color: #000;
	text-decoration: none;
	padding-left:0.5em;
	padding-right:0.5em;
	text-transform: uppercase;
	font-weight: normal;
	border-top:2px; border-color:transparent;
}
#navigation #current a{ background-color: #72CD29; color: #000;	border-top:#EEE 2px solid;border-bottom:#EEE 2px solid;}
#navigation #current a:hover{ color: #000; border-top:#72CD29 2px solid;border-bottom:#72CD29 2px solid;}
#navigation a:hover{ color: #000; border-top:#72CD29 2px solid;}
#footer{
	clear:left;
	text-align: center;
	margin-top: 1em;
	border-top:#72CD29 1px solid;
	font-family: Sans-Serif;
}
#footer a {
	text-decoration: none;
	color:#000;
	font-weight: normal;
}
#footer img {
	vertical-align: middle;
}
/*eingebundene Fotos*/
.bild {
    max-width: 100%;
    height: auto;
}

/*Image Container - 2 nebeneinander*/
.column2 {
    float: left;
    width: 50%;
    padding: 5px;
}
.column3 {
    float: left;
    width: 33.33%;
    padding: 5px;
}
/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}
/*Kontaktformular-START*/
#captcha { color:#000; display:none;}
input {
    width: 80%;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    font-family: Sans-Serif;
	font-size: 100%;
	font-weight: normal;
}
textarea {
    width: 80%;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    font-family: Sans-Serif;
	font-size: 100%;
	font-weight: normal;
}
fieldset { 		padding: 0em; }  
fieldset ul { 		padding: 0em; list-style: none; }  
fieldset li {  		margin-bottom: 0.5em;}  
label {	float: left;width: 2em;	}
button
{
    background-color: #FFF;
    color: #222;
    cursor:pointer;
    width: 80%;
}
button:hover
{
    background-color: #EEE;
}
/*Kontaktformular-ENDE*/

/*Karte Sportplatz-START*/
#map { 
	margin: auto; /* Hiermit zentrieren wir unsere Seite. */
	padding-left:5px;
	padding-right:5px;
	height:270px;
	width:700px;
}
/*Karte Sportplatz-ENDE*/

@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
	#header h1 {
		font-size: 200%;
		padding: 0.1em 0.2px 0em 110px;
	}
	#swapper {
		width: 90%;
		max-width: 500px;
		font-size: 90%;
	}
	#navigation {
		font-size: 80%;
	}
	#navigation a{
		padding-left:0.4em;
		padding-right:0.4em;
	}
}
