/* Style Sheet */
html {
background: rgba(41,146,227,1);
background: -moz-linear-gradient(top, rgba(41,146,227,1) 0%, rgba(41,146,227,1) 20%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,146,227,1)), color-stop(20%, rgba(41,146,227,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(top, rgba(41,146,227,1) 0%, rgba(41,146,227,1) 20%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(top, rgba(41,146,227,1) 0%, rgba(41,146,227,1) 20%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(top, rgba(41,146,227,1) 0%, rgba(41,146,227,1) 20%, rgba(188,224,238,1) 100%);
background: linear-gradient(to bottom, rgba(41,146,227,1) 0%, rgba(41,146,227,1) 20%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2992e3', endColorstr='#bce0ee', GradientType=0 );
background-attachment: fixed;
}

body {
	max-width: 960px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0 auto;

}

p {
	font-size: 1rem;
	color: #333;
}

a {
	color: #aa0000;
	text-decoration: none;
}

.topbar {
	display: none;
}


header[role=banner] {
	max-width: 960px;
	margin: 0 auto;
	
	}
	
.wk {
	position: fixed;
	left: 60px;
	height:40px;
	font-size: 1rem;
	line-height: 40px;
	color: #fff;
	padding: 0px 10px 0px 10px;
	background-color: #aa0000;
	font-weight: 400;
	border-right: 2px solid  #fff;
	border-left: 2px solid  #fff;
	border-bottom: 2px solid  #fff;
	cursor: pointer;
	
	
}	

.wk:hover {
	background-color: #fff;
	color: #aa0000;
	border-right: 2px solid  #aa0000;
	border-left: 2px solid  #aa0000;
	border-bottom: 2px solid  #aa0000;
		
}

.headleft {
float: left;
width: 100%;
text-align: center;


font-family: 'Indie Flower', cursive;
font-size: 3.5rem;
color: #ec2020;
font-weight: 600;
line-height: 2.2rem;
text-shadow: 2px 2px 2px #000;
}

.headright {
float: right;
width: 20%;
text-align: right;
}

.slogan {
	font-size: 2rem;
	color: #fff;
}

nav[role=navigation] {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 30px;
}



nav[role=navigation] ul li {
	display: inline;
	width: 13%;
	text-align: center;
	float: left;
	list-style-type: none;
	font-size: 1.25rem;
	margin: 2px;
	padding: 10px;
	color: #0c548a;
	background-color: #ffc821;
	border: 2px solid  #fff;
	}

nav[role=navigation] ul li:hover {
	background-color: #fff;
	border-color: #ffc821;
}

.burger {
	display: none;
}

main {
	clear: both;
	overflow: hidden;
	/*background-color: #fff;
	border: 3px solid  #aa0000;
	*/
}

section {
	padding: 0px 45px 0px 45px;	
}

footer[role=contentinfo] {
max-width: 960px;
clear: both;
padding-left: 40px;
}

footer[role=contentinfo] ul li:first-child {
	margin-left: -10px;
}

footer[role=contentinfo] ul li {
	display: inline;
	width: 22%;
	text-align: center;
	float: left;
	list-style-type: none;
	font-size: 0.825rem;
	margin: 0px 2px 20px 2px;
	padding: 10px;
	color: #fff;
	background-color: #067200;
	}
	
footer[role=contentinfo] ul li:hover {
	background-color: #fff;
	color: #004f9e;
}

/* Abstände */
.pad10 {
	padding:10px;
}

.pad20 {
	padding: 20px;
}

/* Schriften */

h1 {
	font-size: 1.5em;
	color: #333;
}

h2 {
	font-size: 1.5em;
	color: #333;
}

/* Bilder */

figure {
	margin: 10px;
}

figure img {
	text-align: center;
}

figcaption {
	background-color: transparent;
	text-align: center;
}

.polaroid {
	border: 10px solid  #fff;
	margin: 10px;
	background-color: #fff;
	}

	.frei {
	background-color: transparent;
	text-align: center;
}


.res {
	width: 100%;
	height: auto;
}

.hiddenxl {
	display: none;
}

.hiddenxs {
	display: block;
}



.right {
	float: right;
}

.width30 {
	max-width: 30%;
}

.width40 {
	max-width: 40%;
}

.width50 {
	max-width: 50%;
}

@media screen and (min-width: 1300px) {

.wk {
	position: fixed;
	left: 180px;
	height:40px;
	}

}

@media screen and (max-width: 1300px) {

.wk {
	position: fixed;
	left: 0px;
	height:40px;
	}

}

@media screen and (max-width: 1024px) {

.wk {
	position: fixed;
	left: 0px;
	height:40px;
	}

}

@media screen and (max-width: 800px) {
	body {
	background-image: none;
	
}

header[role=banner] {
	width: 100%;
	margin: 0 auto;
	}

#wk_content {
left:0px;	
}

.wk {
	position: fixed;
	left: 0px;
	height:40px;
}

.headleft {
width: 100%;
text-align: center;
}
	
	
nav[role=navigation] ul li {
	
	display: inline;
	width: 13%;
	font-size: 0.825rem;
	margin: 2px;
	padding: 10px 5px 10px 5px;
	color: #fff;
	background-color: #aa0000;
	border: 2px solid  #e4e4e4;
}	

	
	
footer[role=contentinfo] ul li {
	display: inline;
	width: 22%;
	text-align: center;
	font-size: 0.825rem;
	margin: 0px 2px 20px 2px;
	padding: 10px 5px 10px 5px;
	color: #fff;
	background-color: #aa0000;
	}	

	.res {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 640px) {

body {
	
}

header[role=banner] {
	padding-top: 50px;	
	}
	
#wk_content {
	display: none;
}	

main[role=main] {
	
}


section {
	padding: 0px 5px 0px 5px;	
}



/*Navi*/

.topbar {
	background-color: #aa0000;
	position: fixed;
	color: #fff;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.burger {
	display: block;
	cursor: pointer;
	width: 50px;
	float: left;
	background-color: #fff;
}

.wk {
	position: relative;
	float: right;
	color: #fff;
	padding-right: 20px;
	line-height: 50px;
	border: 0;
}

.wk:hover {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
}

 nav[role=navigation] {
    width: 70%;
    position: fixed;
    left: -72%;
    top: 0;
    height: 100%;
    background: #e08a09;
	border-right: 3px solid  #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  }
  
nav[role=navigation] ul li {
	float: none;
	display: block;
	width: 100%;
	margin: 1px 0px 1px -20px;
	list-style-type: none;
	font-size: 1.25rem;
	padding: 10px;
	color: #fff;
	border: 0;
	}  

nav[role=navigation] .close li {
	background-color: #fff;
	color: #aa0000;
}

.hiddenxs {
	display: block;
}

/* Bilder */

figure {
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 2%;
}

figcaption {
	text-align: center;
	background-color: transparent;
}




.polaroid {
	border: 0;
	background-color: transparent;
	}
	

.res {
	max-width: 80%;
	height: auto;
}

.reslogo {
	max-width: 100%;
	height: auto;
}

.opennav {
	left: 0;
    -webkit-transform: translate3d(90%, 0, 0);
    -moz-transform: translate3d(90%, 0, 0);
    -ms-transform: translate3d(90%, 0, 0);
    -o-transform: translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

footer[role=contentinfo] {
	padding-left:10px;
}

footer[role=contentinfo] ul li:first-child {
	margin-left: -20px;
	
}

footer[role=contentinfo] ul li {
	display: block;
	width: 90%;
	text-align: center;
	float: none;
	list-style-type: none;
	font-size: 0.825rem;
	margin: 0px 2px 10px -20px;
	padding: 10px;
	color: #fff;
	background-color: #aa0000;
	}
	
footer[role=contentinfo] ul li:hover {
	background-color: #fff;
	color: #000;
}

.width30 {
	max-width: 100%;
}

.width40 {
	max-width: 100%;
}

.width50 {
	max-width: 100%;
}

.right {
	float: none;
}

.hiddenxl {
	display: block;
}

.hiddenxs {
	display: none;
}

}
