@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IE 6 does not support max-width so default to width 100% -----------Nix zum ändern*/

figure,
figcaption {
	margin: 0;
	padding: 0;	
}
figure {
	display: inline-block;
	text-align:center;}
figure img {	width:60px;}
.oben {
	vertical-align: top;	}

.ie6 img {
	width: 100%;}

 summary::-webkit-details-marker { display:none;}
 summary::-moz-details-marker { display:none; appearance:none;}
 summary::-ms-details-marker {
 display:none;}
 summary::-o-details-marker {
 display:none;}
 summary::-details-marker {
 display:none;
}
details > summary:first-of-type {
	list-style-type: none;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
iframe {
	width: 95%;
}

.post iframe {
	max-width: 100%;
}
/* -----------------------------------------------------------------Gerüst der Seite */
body {
		 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
    text-rendering: auto;
	background-image: url(pics/backgroundauto.jpg);
	background-position:top;
	background-attachment:fixed;
	max-width: 1000px;
	font-family:helvetica;
	background-size: cover;
	color: #000000;
	margin: auto;}

.gridContainer {
	margin-left: auto;
	padding-left: 2.275%;
	padding-right: 2.275%;
clear:none;
float:none;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #000000;
}
.fluidblock40 {
	clear: both;
	margin:0px;
	padding:0px;
	width: 40%;
	display: inline-table;
	color: #000000;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

/*--------------------------------------------------------------------------Navi*/
.navimob {
	text-decoration: none;
}

/* Add a black background color to the top navigation */
.topnav {
	text-align: center;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.2em;
	font-weight: 600;
	letter-spacing:0.02em;
	background-image: -webkit-linear-gradient(top, #7B7B7B, #3d3d3d, #3d3d3d,  #7B7B7B, #3d3d3d);
	background-image: -moz-linear-gradient(top, #7B7B7B, #3d3d3d, #3d3d3d,  #7B7B7B, #3d3d3d);
	background-image: -ms-linear-gradient(top, #7B7B7B, #3d3d3d, #3d3d3d,  #7B7B7B, #3d3d3d);
	background-image: -o-linear-gradient(top, #7B7B7B, #3d3d3d, #3d3d3d,  #7B7B7B, #3d3d3d);
	background-image: linear-gradient(to bottom, , #7B7B7B, #3d3d3d, #3d3d3d,  #7B7B7B, #3d3d3d);
}
/* Style the links inside the navigation bar */
.topnav a {
	display: inline-table;
	color: white;
	text-decoration: none;
	border-left: 2px ridge grey;
	border-right: 2px ridge grey;
	padding:0.2em;
}
/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
	background-color: #4CAF50;
	color: white;
}
.topnav img {

	vertical-align: middle;
	padding: 0px 6px 0px 6px; 
	margin:auto;
	height:1em;

	vertical-align: middle; 
	}
nav:after {
	content: "";
	
	clear: both;
}

#div1 { overflow:hidden;
}

article { /*--------------------------------------------------------------Aritcle img*/
	padding-top: 20px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 20px;
	border: thin solid #000000;
	/*	text-align:center;
	background-size: contain;*/
	overflow: visible;
}
	

article img{
	padding:0.5em;
	margin:0.5em;
	vertical-align:top; }

p:after {
	content: "";
	display: block;
	clear: both;
}

article div.brett { /*------------------------------------------------Brett Div---*/

	background-color: #E9E9E9;
	border-radius:10px;
	border:inherit;
	width:95%;
	-moz-box-shadow:    1px 2px 2px 2px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 2px 2px 2px  rgba(0,0,0,0.40);
  	box-shadow:         1px 2px 2px 2px  rgba(0,0,0,0.50);
	border:inherit;
	text-align:center;
	margin:auto;
	padding:0px;
	margin-bottom:20px;
}
Article div.brett2 { /*------------------------------------------------Brett Div---*/

	background-color: #D3D3D3;
	width:40%;
	border:inherit;
	text-align:center;
	margin:10px;
}

.contentheader { /*------------------------------------------------------contentheader*/
	background-color: rgba(229,228,228,0.80);

	border: thin solid #000000;
	background-image: url(Pics/Site/bgd.jpg);
	background-size: contain;
}

.contentheadD {
	margin-top:5px;
	text-align:center;
	background: rgba(250,250,250,0.60);
}
.contentL {
background-color: rgba(255,252,252,0.34);
	/*background-image: url(Pics/Site/bgl.jpg);*/}
.contentD {
	background: rgba(250,250,250,0.80);}
	
.contentV {
	background: rgba(250,250,250,0.90);}
.contentI {
		background: rgba(250,250,250,0.80);

	text-align:center;}
/*img, object, embed, video {
	max-width: 100%;
}-----------------------------------------------------------------------IMG------*/
.headimg {
	width: 100%;
	background-color: #B7B7B7;}
.contentimgleft {
	max-height:300px;
	max-width:350px;
	float: left;
		padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;}
img.contentimgleft{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;}
img.contentimgleft:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.contentimgright {

	max-width: 300px;
	max-height:350px;

	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
img.contentimgright{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
img.contentimgright:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.listimgrigt {
	width: auto;
	height: 150px;
	float:right;
	clear:both;
	overflow:auto;


}
img.listimgrigt{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
img.listimgrigt:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);}
.contentimgcenter {
	width: 80%;
	max-width: 90%;
	padding: 10px;
	margin: auto;
	align-content:center;}
.thumpsimgcenter {
	width:auto;
	height:auto;
	max-width: 350px;
	max-height:350px;
	padding:2px;}
.thumpsimg {
	width:auto;
	height:auto;
	max-width: 180px;
	max-height:150px;
	padding:2px;}
img.thumpsimg {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
img.thumpsimg:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}
.facebookbutton {  /* --------------------------------------------------Button----*/
	margin-bottom:-20px;
	max-width:120px;
	vertical-align: bottom;
}


.btn {
	background: #d6d6d6;
	background-image: -webkit-linear-gradient(top, #d6d6d6, #3d3d3d);
	background-image: -moz-linear-gradient(top, #d6d6d6, #3d3d3d);
	background-image: -ms-linear-gradient(top, #d6d6d6, #3d3d3d);
	background-image: -o-linear-gradient(top, #d6d6d6, #3d3d3d);
	background-image: linear-gradient(to bottom, #d6d6d6, #3d3d3d);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	text-shadow: 0px 1px 4px #666666;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	color: #ffffff;
	border: solid #e3e3e3 3px;
	text-decoration: none;
	float:none;
	margin:10px;
}
.btn:hover {
	background: #666666;
	background-image: -webkit-linear-gradient(top, #666666, #c7c7c7);
	background-image: -moz-linear-gradient(top, #666666, #c7c7c7);
	background-image: -ms-linear-gradient(top, #666666, #c7c7c7);
	background-image: -o-linear-gradient(top, #666666, #c7c7c7);
	background-image: linear-gradient(to bottom, #666666, #c7c7c7);
	text-decoration: none;
}


.zeroMargin_mobile {	margin-left: 0;}
.hide_mobile {	display: none;}
p{ font-size:1.0em;
	font-weight:600;
	margin-bottom:1.0em;
	margin-top:1.0em;
	margin-left:1.6em;
	margin-right:1.6em;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;}

h1 {	font-size:1.1em;
	font-weight:900;
	text-align:center;
	color: white;
 margin:0.5em;

	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black; }
	
h2 {
	font-size:1.1em;
	font-weight:900;
	text-align:center;
	color: white;
margin:0.5em;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black; }
	
h3 {font-size:1.1em;
	font-weight:900;	
	margin:0.5em;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white; }
	


h4 {font-size:1.1em;
	font-weight:500;
	text-align: center;
	margin:auto;}

h5 {
	font-size:1.1em;
	font-weight:900;
	text-align:center;
	color: white;
	padding: 5px;
	margin:auto;
	text-shadow: 3px 3px 3px black, 2px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }

.kontakt	{
	background-color: rgba(162,200,222,0.40);
	background-position:top;
	background-size: cover;
	border-radius:0em;
	color:black;
	font-size:1.1em;
	font-weight:900;
	text-align:center;
	margin:15px 15px 15px 15px;
	padding:5px 5px 15px 5px;}
	
.btn {
	
	padding:10px 0px 10px 0px; 
	padding: 5px;
	margin: 5px;
	font-weight: 700;
	font-size:1.0em;
}
.thumpsimg { width:30%;
max-width:100px;}

	h3.nlogo {
	font-size:1.1em;
	font-weight:600;
	text-align: left;
	margin:auto;
	margin-top:20px;
	}

figure img {	width:70px;
padding:0px;}
	
.thumpsimgcenter { max-width:50%;}
	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*-------------------------------------------------------------------Schriften & Fonts */


}

/* portrait and landscape */
@media all and(max-width: 600px){

.contentimgright {
	max-width: 150px;
	max-height:220px;}
.contentimgleft {
	max-width: 200px;
	height:auto;
	max-height:250px;}
a.btn {
	font-size: 1em;
	font-weight:bold;
	padding:3px 5px;}	
.btn {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-top: 6px;}

#nav1 {	display: block;}
#div1 {}
.zeroMargin_desktop {
margin-left: 0;}
.hide_desktop {
display: none;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*-------------------------------------------------------------------Schriften & Fonts */
/*

h1 {
	font-size:1em;
	font-weight:900;
	text-align:center;
	color: white;
	padding: 5px;
	margin:10px;
	text-shadow: 3px 3px 3px black, 2px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;}
	
h2 {
	font-size: 1em;
	font-weight: 600;
	text-align:center;
	color: white;
	padding: 5px;
	margin:5px;
	text-shadow: 3px 3px 3px black, 2px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }
	
h3 {font-size: 1em;
    font-weight: 700;
	text-align: center;
		padding: 5px;
	margin:5px;}

h4 {font-size: 1em;
    font-weight: 600;
	text-align: center;
		padding: 5px;
	margin:5px;}

h5 {
	{font-size: 1em;
    font-weight: 600;
	text-align:center;
	color: white;
	padding: 5px;
	margin:10px;
	text-shadow: 3px 3px 3px black, 2px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }
	*/


a.btn {
	font-size: 1em;
	font-weight: bold;
	padding:5px 10px;}
.thumpsimg { width:45%;}
.thumpsimgcenter { max-width:30%;}
}

