@charset "UTF-8";
/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font: Georgia, times Georgia, "Times New Roman", Times, serif, sans-serif;
}

header
{ 
	margin: 0;
	padding: 0;
	background-color: #3D3C3A;
	/*box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);*/
	}
  
#wrapper 
{
	margin: 0;
	padding: 0;
	max-width: 900px;
}

#homeheader
{
	color: #FF9900;
    font-family: Open Sans,Tahoma,sans-serif;
    font-size: 1.1em;
    max-width: 120px;
	position: absolute;
	left: 8%;
	top: 2.7em;
	}
	
#bull
{
	vertical-align: middle;
		}

#divlogo
{
	width: 131px;
	display: block;
	padding-top: 0.3em;
	margin: 0 auto	
	}

footer {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #666;
	padding: 1.5em 0;
}
	
#copyright {
	font-size: 0.8em;
	color: #FFF;
	padding-left: 1em;
}

#AGB {
	font-size: 0.8em;
	padding: 1em;
	color: #FFF
}

/*.............google fonts lokal einbinden...................*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

	
@media only screen and (max-width: 360px) {

	
/******************* FARBGEBUNG NAVIGATION ***********/
nav ul li a {
    color: #FF9900;
}

/***************************************************/	
	

h1 {
    font-family: Open Sans,Tahoma,sans-serif;
    font-weight: normal;
    margin: 1em auto 0;
	font-size: 1.4em;
	width: 160px;
	color: #DAA620;
}

	
/*......................... Kontakt............................. */

#adress 
{
	font-size: 0.9em;
	color: #999;
	margin: 0.7em auto 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	width: 160px;
		}
	
#cmadress
{
	color: #FF9900;
	}
	
#maderadress
{
	color: #FF9900;
	}
	
	
	
/* .......KONTAKTFORMULAR..................... */

#divkontakt
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;

		}

form {
  padding: 0.1em 0;
  margin: 0 auto 1.5em;
  display: block;
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  color: #999;
  font-size: 0.9em;
}

input#absender,
textarea {
  border: 1px solid #5583C3;
  margin-bottom: 1em;
  width: 99%;
}

input#absender
{
	height: 2em;
	}

textarea {
  height: 9em;
}

input:focus,
textarea:focus {
  background-color: rgba(85,133,201, 0.20);
}

	/*...........footer......*/
	
footer {
	right: 0;
	left: 0;
	bottom: 0;
}
}

@media only screen and (min-width: 361px) and (max-width: 660px) {


/******************* FARBGEBUNG NAVIGATION ***********/
nav ul li a {
    color: #FF9900;
}

/***************************************************/	
	
	h1 {
    font-family: Open Sans,Tahoma,sans-serif;
    font-weight: normal;
    margin: 1em auto 0;
	font-size: 1.5em;
	width: 170px;
	color: #DAA620;
}


/*......................... Kontakt............................. */

#adress 
{
	font-size: 1em;
	color: #999;
	margin: 0.7em auto 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.5em;
	width: 170px;
		}
	
#cmadress
{
	color: #FF9900;
	}
	
#maderadress
{
	color: #FF9900;
	}
	
	
	
/* .......KONTAKTFORMULAR..................... */

#divkontakt
{
	margin-left: auto;
	margin-right: auto;
	display: block;
		}

form {
  padding: 0.1em 0;
  margin: 0 auto 1.5em;
  display: block;
  max-width: 360px;
  
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  color: #999;
  font-size: 1em;
}

input#absender,
textarea {
  border: 1px solid #5583C3;
  margin: 0 auto 1em;
  width: 99%;
  display: block;
}

input#absender
{
	height: 2em;
	}

textarea {
  height: 9em;
}

input:focus,
textarea:focus {
  background-color: rgba(85,133,201, 0.20);
}

/*............footer...............*/
footer {
	right: 0;
	left: 0;
	bottom: 0;
}
	
}


/*********************TOGGLE MENU ENDE - MENUPUNKTE NEBENEINANDER *******/


@media only screen and (min-width: 661px) and (max-width: 800px) { 
	
/******************* FARBGEBUNG NAVIGATION ***********/
.anavmenu
{
    color: #B6DEDC;
	}
	
header
{
	background-color: #FFF;
	}
	
	
.anavmenu:hover
{
	border-bottom: 1px dotted #FF9900;
	}
	
#active_button {
	color: #FF9900;
	border-bottom: 1px dotted #B6DEDC;

}

/***************************************************/


h1 {
    font-family: Open Sans,Tahoma,sans-serif;
    font-weight: normal;
    margin: 1em auto 0;
	font-size: 1.5em;
	width: 450px;
	color: #DAA620;
}

	
#homeheader
{
	display: none;
	}
	
	
	
/*......................... Kontakt............................. */

#adress 
{
	font-size: 1em;
	color: #999;
	margin: 0.7em auto 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.5em;
	width: 450px;
		}
	
#cmadress
{
	color: #FF9900;
	}
	
#maderadress
{
	color: #FF9900;
	}
	
	
	
/* .......KONTAKTFORMULAR..................... */

#divkontakt
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 1.5em;
		}

form {
  padding: 0.1em 0;
  margin: 0 auto 1.5em;
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  color: #999;
  font-size: 1em;
}

input#absender,
textarea {
  border: 1px solid #5583C3;
  margin-bottom: 1em;
  width: 450px;
}

input#absender
{
	height: 2em;
	}

textarea {
  height: 9em;
}

input:focus,
textarea:focus {
  background-color: rgba(85,133,201, 0.20);
}
	

}

@media only screen and (min-width: 801px) {

/******************* FARBGEBUNG NAVIGATION ***********/
.anavmenu
{
    color: #B6DEDC;
	}
	
	
.anavmenu:hover
{
	border-bottom: 1px dotted #FF9900;
	}
	
#active_button {
	color: #FF9900;
	border-bottom: 1px dotted #B6DEDC;

}

/***************************************************/


h1 {
    font-family: Open Sans,Tahoma,sans-serif;
    font-weight: normal;
    margin: 1em auto 0;
	font-size: 1.5em;
	width: 450px;
	color: #DAA620;
}



body
{
	background-color: #4C4B4B;
	}
	
	
#wrapper {
	max-width: 900px;
	margin: auto;
	background-color: #FFF;
}	
	
header
{
	background-color: #FFF;
	}
	
#homeheader
{
	display: none;
	}
	
/*......................... Kontakt............................. */

#adress 
{
	font-size: 1em;
	color: #999;
	margin: 0.7em auto 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.5em;
	width: 450px;
		}
	
#cmadress
{
	color: #FF9900;
	}
	
#maderadress
{
	color: #FF9900;
	}
	
	
	
/* .......KONTAKTFORMULAR..................... */

#divkontakt
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 1em;
		}

form {
  padding: 0.1em 0;
  margin: 0 auto 1.5em;
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  color: #999;
  font-size: 1em;
}

input#absender,
textarea {
  border: 1px solid #5583C3;
  margin-bottom: 1em;
  width: 450px;
}

input#absender
{
	height: 2em;
	}

textarea {
  height: 9em;
}

input:focus,
textarea:focus {
  background-color: rgba(85,133,201, 0.20);
}

footer {
	position: static;
	max-width: 900px;
	display: block;
	margin: 0 auto;
}
	
}


