/* This CSS file is part of the HTML5 by Ahrendt Media */
/* Date: 2018/09/13 */


/* ### body ### */	
body {
	background-color: #D3D3D3; /* LightGrey */
	background-color: #700000; /* red */
	background-image: url("../images/");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%; /* SIZE (62,5% = 10PX) */
}

a {
	font-size:18px;
	color: #FFF;	/* withe */
	color: #700000; /* red */
	color: black;
	text-decoration: none;
}
	
/*	Headline */
h1, h2 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	/* text-shadow: 1px 1px 0 #333; */
}
	
h1 {
	font-size: 700%; /* SIZE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
}

h2 {
	font-size: 360%;
	letter-spacing: 1px;
}


/* #### header ### */
header{       
	position:relative;
	max-width:100%; 
	max-height: 20%;
	
	background-color: #D3D3D3;
	background-color: #BEBEBE;
    margin: 0px auto 5px auto; /* Abstand header zu Body etc. */
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	padding: 1% 1%; /* Abstand zur linken Seite */
	/* text-shadow: 1px 1px 0 #333; */
}
header h1{
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-size: 500%;
	text-shadow: 2px 2px 0 #333;
}

/*	LOGO */
#logo {
	/*
	position: fixed; 
	posiion: relative; x
	top: 1%;
	right: 1%;
	text-align: center-left;
	z-index: 0;
	*/
	position: absolute;
	top: 5%;
	right: 1%;
}

#logo img {
	max-width: auto;
	height: 140px;
	/* margin: 3% 1% 1% 1%; */ 
	
}
 
nav {
    font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5% 0% 5%;
}
nav ul {
    padding: 0px;
    margin: 5px;
	position: relatvive
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
nav ul,nav ul li{
	max-width:100%;
}
nav ul li {
	list-style: none;
    float:left; 
}
nav ul li a {
	text-decoration: none; 
    display: block;
    padding: 5px 25px 0px 5px;
}
nav ul li:hover > ul {
	visibility: visible;
	position: relative;
}
nav ul li ul{
    display: inline;
    visibility: hidden; 
	position: absolute;
}
nav ul li ul li{
	font-weight: normal;
	font-size:200px;
    float: none;
	padding:1px 5px;
}
nav ul li:hover{
	background-color:#B0B0B0;
}	
nav ul li ul li a:hover{
	/* background-color:#FAFAFA; */
	background-color:#B0B0B0;
	background-color:#707070
}

/*	TEXT-BOX */
#textbox {
	position: relative;
	width: 90%;
	max-width: 100%;
	/* color: #B0B0B0; */	
	color: #FFF;	
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 210%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 2% 6% 5% 5%;
	z-index: 1;
}
#textbox h3 {
	font-size: 160%;
	margin: 10px 0;
}
#textbox h4 {
	font-size: 120%;
	margin: 10px 0;
}
#textbox p {
	margin: 12px 0;
}
#textbox a 
{
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
}
#textbox a:hover {
	color: #FFF;
}

/* three columns	*/
#three_columns_vertikal
{
        line-height:15px;
        clear:both;
        width:auto;
        max-width:90%;
		color: #FFF;	
		font-family: Georgia, Cambria, "Times New Roman", Serif;
		font-size: 210%;
		line-height: 1.5em;
		text-shadow: 1px 1px 0 #333;
		margin: 2% 6% 5% 5%;
		z-index: 1;
}
#three_columns_vertikal h2
{
        font-size:20px;
        border-bottom: 1px solid #D3D3D3;
        padding: 10px 0;
        margin-bottom: 20px;
}

#three_columns_vertikal .img-item 
{
       
		float:left;
		margin: 10px 50px 5px 35px;
		
}
#three_columns_vertikal .img-item a
{
        position:relative;
        display:block;
}
/* three columns ende	*/

/*	SOCIAL-WEB-LINKS */
#links {
	font-size: 150%; 
	margin: 20% 10% 1% 5%;
}
#links img {
	width: 45px;
	height: auto;	
}

#links a {
	margin: 0 10px 0 0;
}
#links a:hover {
	opacity: .6;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
}
/* ### Galerie ###*/
/* 3 COLUMNS */
#boxcontent {
        max-width:80%;
		clear:both;
        margin:0 auto;
		/* Anstand padding (oben rechts unten links) */
       	padding:2% 0 20% 0;
}
/* ### contact ### */
#contact_content h3 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-size: 200%;
	letter-spacing: 1px;
	font-weight: 200;
	text-shadow: 1px 1px 0 #333;
	margin:1% 0% 3% 0%;
}
#contact_content label{
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-size: 200%;
	letter-spacing: 1px;
	font-weight: 200;
	text-shadow: 1px 1px 0 #333;
	
	}	
input
{
    font-size:14px;
	padding: 2px 5px ;
	width:400px;	
	outline: 0;
    border:0px;
    border-radius:5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
input[type=submit]
{
	font-size:14px;
	width:auto;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background: #333333;
	color: #fff;
	margin-top: 30px;
}

#contact_content 
{
	padding: 10px 6%;
	width: 450px;
	height: 500px;
}
#contact_form input 
{
    margin-top: 3px;
	margin-bottom: 20px;
}
#contact_formular
{
    width: 550px;
    height: 26px;
    border: none;
    padding-bottom: 2px;
}

textarea
{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	padding: 2px 5px ;
	width: 400px;
	height: 200px;	
	outline: 0;
    border:0;
    border-radius:5px;
	margin-top: 5px;
	
}

/* ### footer ###*/
#fusszeile 
{
	position: bottom; /* relative; /* fixed;*/
	width: 100%;
	background-color: #B0B0B0;
	
	margin: 20px 0 0px 0;
	min-height: 60px;
	font-size:14px;
	color: #FFF;
}
.footer-wrapper  {
	
	padding-top: 2%;
}
#fusszeile a
{
	font-size:18px;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	/* text-shadow: 1px 1px 0 #333; */
	padding-left: 5%; /* Abstand zur linken Seite */
}
.footer  {
	padding-left: 65%; /* Abstand zur linken Seite */
	font-size: 14px;
	color: black;
	
}

.texta {
	padding-bottom: 2%;
}

/* ### Screen for IPHONE ### */
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px) {
#logo {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: left;
		margin: 30px 5% 5% 5%;
	}

}
	
/*	LOGO (Foto, etc) not fixed, end of the site 
	or DIPLAY:NONE  */
