/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow|Hind+Vadodara|Nanum+Gothic|News+Cycle|Open+Sans|Open+Sans+Condensed:300|Oswald|PT+Sans+Narrow|Roboto+Condensed&display=swap');
html {
	box-shadow:inset 0px 0px 250px 0px #aaa;
	min-height:100%;
}

body {
/*font: 13px Trebuchet MS, Helvetica, sans-serif;*/
	font-family:  'News Cycle', Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color:#4f4f4f;
	background-color:#f9f9f9;
}

/* Nullen */

* {
	margin: 0; 
	padding: 0;
}

p {
	line-height: 1.7em;
	margin: 0 0 1.3em 0
}

a {
	outline:none;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

a img{
	border:none;
}

ul {
	margin: 0 0 0 15px;
}

ol {
	margin: 0 0 0 25px;
}

li {
	margin: 0 0 0 25px;
}

hr {
	border:none;
	color:#2a113c;
	background: #2a113c;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
	display:block;
	margin: 1.3em 0 0.7em 0;
}

h1{
	font-size:2.4em;
}

h2{
	font-size:2.0em;
}

h3{
	font-size:1.8em;
}

h4{
	font-size:1.4em;
}

h5{
	font-size:1.2em;
}

blockquote{
	font-size:1.3em;
	color:#4f4f4f;
	border-bottom:1px solid #f5f7de;
	border-top:1px solid #f5f7de;
	/*text-shadow: 0px 0px 3px #000;*/
	letter-spacing:0.07em;
	width:75%;
	padding:25px 25px 0px 25px;
	display:block;
	opacity:0.8;
	margin:25px 0 50px 0;
	box-shadow: 0 0 10px -5px #000;
	font-family:'Open Sans Condensed';
	background-color:#ccc;
	opacity: 0.8;
}

blockquote ul{
	margin-left:60px;
	font-size:0.8em;
	margin-bottom:25px;
}

blockquote ul li{
}

blockquote:before {
	content: "\201D";
	font-size:100px;
	display:inline-block;
	float:left;
	line-height:40px;
	padding:5px 10px 0 0;  
}

legend { display:none !important; }
form, fieldset{border:none;}

/* Klassen */

.bild {

}

.li {
	float:left;
	margin: 5px 10px 10px 0 !important;
}

.re {
	float:right;
	margin: 5px 0 10px 10px !important;
}


.container {
	width:960px;
	margin:0 auto;
}

header {
	height:60px;
	padding:20px 0;
}

header a{
	width: auto;
	display:inline-block;
	height:90px;
	margin-top:-15px;
}

header img{
	margin:0;
  width:auto;
	height:inherit;
}

#start #wrapper 
{
	background-image: url("images/start.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height:calc(100% - 146px);
	position: absolute;
	padding:0;
	border-top:1px solid #C9973A;
	border-bottom:1px solid #C9973A;
	overflow: auto;
	padding-bottom:0px;
}

#wrapper
{
	padding-bottom:30px;
}

#mob
{
display:none;
}

nav{
	display:inline-block;
	padding:0;
	vertical-align: top;
	line-height:60px;
	text-align: center;
	width: calc(960px - 200px);
}

nav ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}

nav ul li{
	display:inline-block;
	padding:0;
	margin:0;
}

nav ul li:hover{
}

nav ul li a{
	font-size:0.9em;
	color:#000;
	letter-spacing:0.07em;
	padding:0 30px;
}

nav ul li a:hover{
/*	text-shadow: 0px 0px 5px #000;
	box-shadow:0px 0px 20px #000;*/
	color:#C9973A;
}

#content{
	color:#222;
	letter-spacing: -0.03em;
	font-size:1.1em;
	line-height:1.7em;
        margin-bottom:30px;
}

#start #content {
	padding-top:50px;
}

#start #content p{
	width:75%;
}

#content img{
	max-width:600px;
	height:auto;
	margin:10px 0;
	box-shadow:0px 0px 10px 0px #000;
	/*border:3px solid #fff;*/
}

.galerie a{
	display:inline-block;
	width:120px;    
	height:120px;    
	overflow:hidden;     
	margin:5px;
	border:1px solid #fff;
	box-shadow:0px 0px 10px 0px #000;
	padding:0;
}

.galerie a img{
	box-shadow:none !important;
	margin:0 !important;
}

aside{
}

footer {
 position:fixed;
 bottom:0px;
 height:30px;
 text-align:left;
 line-height:1em;
 padding-top:5px;
 background:#f9f9f9;
 width:100%;
 border-top:1px solid #C9973A;
}

#start footer
{
 background:transparent;
 border:none;
}

footer:hover{

}

footer a{
 color:#000;	
}

footer a:hover{
	color:#333;	
	text-decoration: underline;
 }

footer p,
footer span{
 font: 12px Trebuchet MS, Helvetica, sans-serif;
 letter-spacing:normal;
 display:inline-block;
}

footer p
{
	width:70%;
}

footer p a
{
	margin:0 10px;
}

footer p a:first-child
{
	margin-left:0px;
}

footer span
{
	margin:0 0 0 auto;	
}


.btn_menu,
.btn_menu_act
{
	display:none;
}

@media all and (max-width: 1024px)
{
	.container 
	{
	  width:100%;
		padding:10px;
	  margin:0 auto;
  }
	
	#start #wrapper 
	{
		background-image: url("images/start.jpg");
		background-position:0 0;
		background-repeat: no-repeat;
		background-size: auto calc(100%);
		height:100%;
		position: absolute;
		text-shadow:0 0 3px #fff;
		position:relative;
		overflow:hidden;
	}
	
	#content
	{
	  font-size:1.3em;
	
	}
	
	footer
	{
		position:relative;
		background-color:#fff!important;
		font-size:2em;
		height:auto;
		text-align:center;
	}
	
	footer p
	{
		width:100%;
		color:#fff;
	}

	footer p a
	{
		display:block;
		margin:0;
		text-align:center;
		font-size:2em;
		line-height:2em;
		border-bottom:1px solid #ccc;
		padding:15px;
		
	 }
	 
	 nav
	 {
		 display:none;
	 }
	
	nav#mob
	{width:100%;}
	
	 nav#mob ul li
	{
		display:block;
		font-size: 2em;
		padding:15px 0;
		border-bottom:1px solid #444;
		width:100%;
		
	}
	 
	 .btn_menu,
	 .btn_menu_act
	 {
		 display: block;
		 right: 10px;
		 margin: 1em;
		 position: absolute;
		 top: 75px;
		 width: 36px;
		 transform: translate(-50%,-50%);  
		 z-index:5;
	 }
	 
	 .btn_menu:before,
	 .btn_menu:after,
	 .btn_menu_act:before,
	 .btn_menu_act:after
	 {
		 background-color: #444;
		 content: '';
		 display: block;
		 height: 4px;
		 transition: all 200ms ease-in-out;
	 }

	 .btn_menu:before,
	 .btn_menu_act:before
	 {
		 box-shadow: 0 10px 0 #444;
		 margin-bottom: 16px;
	 }

	 .btn_menu_act:before 
	 {
		 box-shadow: 0 0 0 #fff;
		 transform: translateY(10px) rotate(45deg);
	 }
	 .btn_menu_act:after
	 {
		 transform: translateY(-10px) rotate(-45deg);
	 }
 
	
}

.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: block; } 

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



