﻿/* Stylesheet für SelfHTML Design Nr. 2  */

html {padding: 0 5% 30px;}

body {
	position:relative;
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #58585a;
	width: 960px;
	margin:0 auto;
}

/* * {
	-webkit-box-sizing: border-box; Safari/Chrome, other WebKit
	-moz-box-sizing: border-box;    Firefox, other Gecko
	box-sizing: border-box;      Opera/IE 8+
	
} */

* {
-webkit- /* Webkit-Browser (Chrome, Safari) */ 
-moz-  /* Mozilla-Browser (Firefox) */ 
-ms-  /* Microsoft-Browser (Internet Explorer) */ 
-o-  /* Opera-Browser (Opera) */ 
}

a {
	text-decoration: none;
}

header {
	background: #fff;
	width: 100%;
	height: 140px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 0 0 15px 15px;
}

#logo {
	float: left;clear:both;
	margin: 22px 0 0 3%;
	color: #58585a;
	font-size:1.7em;
	font-style:italic;
	font-weight:normal;
}

header a#navlink {
	display:none;
	float: right;
	color: #88a600;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	margin:10px 10px 0 0;
}
		
.dropdown {
	background: #97b314;
	padding: 10px;
	color: #fff;
	position: absolute;
	width: 170px;
	display: none;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.dropdown a {
		float: left;
		clear: both;
		color: #fff;
		margin: 5px 0 5px 0;
}
	
.mitglied {
		margin: 34px 0 0 116px;
}
	
/** CONTENT **/
main {
	float:left;
	width: 100%;
	margin: -5px 0 30px 0;
}

article{
	background: #fff;overflow:hidden;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

h1 {
	font-size: 1.3em;
	font-weight:bold;
}
	
h1 span {
	color: #c3d66a;
}
		
h1 img {
  width: 60%; 
  height: auto;
  background-color:    lightgrey;


  margin:0 0 0 0;
}
		
p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

.s6 {
  color: #FF0000;
}
	
section {
	position:relative;
	width:100%;
	float: left;

	position: relative;
	-webkit-box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
}

section.datenschutz{
	font-size: 0.8em;
	width: 100%;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.datenschutz h3{
	font-weight: bold;
	background-color: lightgrey;
	font-size: 1.5em;
	margin:0 0 10px 15px;
}

section.datenschutz h4{
	font-weight: bold;
	font-size: 1.5em;
	margin: -5px 0 -10px 15px;
}

section.datenschutz ul li{
	font-size: 1em;
	width: 100%;
	margin: 10px 0px 0px -50px;
	padding: 0px 0px 0px 0px;
}

section.spalte{
	width: 100%;
	height: 360px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}
/* section.spalte{
	width: 425px;
	height: 360px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}
 */section.spalte_vorstand{
	width: 47%;
/* 	height:300px; */
	margin: 10px 20px 0 0;
	padding: 0 0px 0px 20px;
}

aside {
	width:18%;
	float:right;
}

h2 {
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(195,214,106,0.95);
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom:2px #009966;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 3px 0 #708900;
	box-shadow: 0 3px 0 #708900;
}

section h1 {
	font-weight: bold;
	background-color: lightgrey;
	font-size: 1.2em;
	margin: 10px 10px -5px 15px;
	padding: 5px 5px 5px 5px;
}

section h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin:0 0 -10px 15px;
}

section h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin:10px 0 20px 12px;
}

section dt {
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
	margin:10px 0 0 12px;
}
section dd {
	clear: left;
	display: block;
	margin:-17px 0 0 42px;
}

#section img {
  width: 60%; 
  height: auto;
  background-color:    lightgrey;
  border-width:        4px;
  border-style:        solid;
  border-color:        grey;
  border-right-color:  black;
  border-bottom-color: black;
  margin:14px 0 0 15px;
}

section p{
	margin:14px 14px 15px;
	font-weight: bold;
	font-size:0.95em;
	}
section a.button {
	position:absolute;
	bottom:15px;
	right:20px;
}

a.button{
	background: #97b314;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: 0 0 20px #c3d34e inset, 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px #c3d34e inset, 0 2px 1px rgba(0,0,0,0.2);
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
a.button:hover {
	background: #d1e15e;
	color:gray;
}

section form{position:relative;}			
section input {
	width: 243px;
	margin: 20px 15px 10px 15px;
	background: #EEEEEE;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #000000;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}
label.kontaktform_abstand {
	float:left;
	width:100px;
	margin:28px 15px 15px;
}
		
form i {position:absolute;top:30px; left:20px;
	color:#bebebe;
}

.verein {background: #fdfdfd url("../img/wasseransicht.jpg") top no-repeat;}
.mitglied_werden  {background: #fdfdfd url("../img/kurmark2.jpg") no-repeat; }
.sport_angebot {background: #fdfdfd url("../img/kurmark0.jpg") no-repeat;
	margin: 30px 0 0 0;}

.fa-ul {
	font-size: 1.2em;
	margin:145px 15px 15px;
}

.angebot a {margin-top:25px;}

section ul {margin: 10px 0 0 55px;
}
		
section ul.left {margin: 10px 0 0 0px;
}

section ul.left li {
	font-size: 0.85em;
	font-weight: bold;
	margin: 5px 0 0px 0px;
}

section li {
	font-size: 0.95em;
	font-weight: bold;
	margin: 10px 0 20px 30px;
}

section li i {color:#a4ba42;}

a {color: #88a600; }
	
ul.fa-ul
a {color: #ffffff; }
}


.box-schatten-links {
	background: yellow url("../img/box-schatten-links.png") no-repeat;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	left: -25px;
}

.box-schatten-rechts {
	background: orange url("../img/box-schatten-rechts.png") no-repeat;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	right: -26px;
}
		

#footer-p {
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0 0;
}


#navigation ul ul {
	display: none;
}

#navigation ul li:hover > ul {
	display: block;
}


#navigation ul {
	list-style: none;
	position: absolute;
	display: inline-block;
	float: right;
	top:90px;
	right:7%;
}

#navigation ul li {
	display: inline-block;position:relative;
}

#navigation ul li:hover a, #navigation ul li:active a {
	background: #97b314;
	color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}		
		
#navigation ul li a {
	display: block; 
	text-decoration: none;
	padding: 10px;
}

#navigation ul li:hover a {
	color: #fff;
}		
		
#navigation ul ul {
	position: absolute; top:34px;left:0;
	z-index:99;
}
#navigation ul li:hover ul {display:block;}
#navigation ul ul li {
	display:block;
	float: none;
	position: relative; 
}

#navigation ul ul li a {
	background: #97b314;
	color: #fff;
}	
#navigation ul ul li a:hover {
	background:  #d0ff00;
	color:gray;
}

#second-nav {
	position:relative;
	float:right;
	margin:50px 2% 0 0;
	font-weight: bold;
}

#second-nav li {
	list-style-type:none;
	background: #fff;
	border: 1px solid #666;
	border-bottom: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	float: left;
	padding: 10px 13px 10px 13px;
	margin-right:5px;
		-webkit-box-shadow: 0 2px 2px rgba(151,179,20,0.1) inset;
		box-shadow: 0 2px 2px rgba(151,179,20,0.1) inset;
		-webkit-box-shadow: 3px 0px 2px rgba(50, 50, 50, 0.75);
		box-shadow:         3px 0px 2px rgba(50, 50, 50, 0.75);
		font-size: 11px;
		  
}
#second-nav li:hover {
	background: #97b314;
	color:gray;
}
#second-nav li:hover a{color:gray;}
	
#scnd-nav span {
		background: url("../img/scnd-schatten.png") no-repeat;
		width: 10px;
		height: 34px;
		position: absolute;
		margin: -11px 0 0 -23px;
	}	
footer {
	width:96%;
	padding:0px 2% 0 2%}		

#social {
	float: left;
}

#social li {
	margin: 0 20px 0 0;
	display:inline-block;;
}
	
#fb {
	background: url("../img/fb.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
#twitter {
	background: url("../img/twitter.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
#yt {
	background: url("../img/yt.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
footer #copyright {
	float: right;
}
@media only screen and (max-width: 960px) {
body{width:100%}	


}
/* 1-Spaltenlayout  */
@media only screen and (max-width: 600px) {

header a#navlink {
	display:block;
}
header #logo {
	display:block;
	width:158%;
}
nav#second-nav{position:relative;}
nav#second-nav ul {display:block;}
nav#second-nav ul ul {position:relative;z-index:0;}

main{width: 100%;float:left; margin:0;padding: 0%;}
article section {width:100%;}

nav ul li{width:90%}

#navigation{
	float:left;
	clear:left; 
	width:90%; 
	padding:0; 
	margin:0;
}
#navigation ul {
	position:relative;
	padding:0;
	margin:0;
	top:0;
	left:0%;
	width:100%;
	clear:left;
}
#navigation li {
	display: block; 
	padding: 0;
	margin: 0;
}
			
}
