/* #########################################################################
- Hintergrund Body : #780200
- Hintergrund Menu : #780200
*/
.border  {
	border: 1px solid #FFF;
}
/*###########################################################################*/
/* GLOBAL 	#################################################################*/
/*###########################################################################*/
* {
	margin:0;
	padding:0;
}

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	color: #111111;
	background-color: #780200;
	font-family: 'Tillana', cursive;
	font-size: 14px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.font_uppercase {
	text-transform: uppercase;
}
.font_bold {
	font-weight: bold;
}
.fontsize_huge {
	font-size: 250%;
}
.fontsize_big {
	font-size: 195%;
}
.fontsize_medium {
	font-size: 135%;
}
.fontsize_menu {
	font-size: 135%;
}
.fontsize_small {
	font-size: 115%;
}
.fontsize_tiny {
	font-size: 90%;
}
.text_justify {
	text-align: justify;
}
.link_underline {
	text-decoration: underline;
}
/****************************/
/* Links        		    */
/****************************/
a {
	color: #dcca98;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/****************************/
/* Paragraph & Co     	    */
/****************************/
p {
	margin-top: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/****************************/
/* Headings 				*/
/****************************/


/*###########################################################################*/
/* DETAIL 	#################################################################*/
/*###########################################################################*/
/****************************/
/* Header 					*/
/****************************/
#header {
	width: 100%;
	height: 58px;
	position: fixed;
	top: 0;
	z-index: 100;
	padding-top: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	background: url(../img/background/bambus.png) repeat-x bottom #780200;
}
/****************************/
/* Topmenu 				    */
/****************************/
#menu {
	position: relative;
	width: 100%;
}
#menulist {
	position: relative;
	z-index: 100;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(49, 62, 62);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}
#menulist ul {
	height: 30px;
	position: absolute;
	right: 20px;
}
#menulist li {
	width: auto;
	height: 20px;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	list-style: none;
	display: inline-block;
}
#menulist a {
	font-weight: bold;
	color: #dcca98;
}
#menulist a:hover {
	text-decoration: underline;
}

/*Responsive Styles*/
#menu-button-text {
	height: 30px;
	padding-right: 45px;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: -1;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s; 
	-ms-transition: max-height 0.5s; 
	-o-transition: max-height 0.5s; 
	transition: max-height 0.5s; 
	overflow: hidden;
	text-shadow: 6px 6px 5px black;
}
#menu-button-open {
	width: auto;
	height: 24px;
	text-decoration: none;
	color: #FFF;
	display: none;
	padding-top: 2px;
	margin-right: 10px;
	background: url(../img/menu/menu.png) no-repeat right;
}
#menu input[type=checkbox]{
    display: none;
}
#facebook {
	margin-top: -10px;
}
/****************************/
/* Logo                     */
/****************************/
#logo {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 90;
	padding: 0px;
	display: block;
	color: #dcca98;
}
#logo_small {
	position: fixed;
	top: 8px;
	left: 5px;
	display: none;
	color: #dcca98;
}
.overlay {
	width:100%; 
	height:100%; 
	position: absolute;
	top:0px;
	left:0px;
}
/****************************/
/* Content wrapper          */
/****************************/
#conentWrapper {
	width: 100%
}
/****************************/
/* Misc                     */
/****************************/
.height {
	height: 100%;
	height: 100vh;
}
.content_padding {
	padding: 60px 5px 20px 5px;
}
/****************************/
/* Start        	     	*/
/****************************/
#start {
	display: table;
  	width: 100%;
}
#start_center {
	display: table-cell;
 	vertical-align: middle;
}
#start_content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	color: #dcca98;
	text-align: center;
}
#portrait {
	display: inline-block;
	width: 37%;
	vertical-align: top;
	margin: 1%;
}
#portrait_img {
	width: 100%;
}
#text {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	text-align: left;
	margin: 1%;
	line-height: 1.5;
}
/****************************/
/* Offer                	*/
/****************************/
#offer {
	display: table;
  	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(248, 234, 185);
	/* RGBa with 0.6 opacity */
	background: rgba(248, 234, 185, 1.0);
}
#offer_center {
	display: table-cell;
 	vertical-align: middle;
}
#offer_content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.2;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
.offer_part {
	border: 2px solid #ac9b53;
	padding: 10px;
	margin-bottom: 20px;
}
.offer_text {
	width: 78%;
	display: inline-block;
	vertical-align: middle;
}
.offer_text ul {
	margin-left: 18px;
	margin-top: -15px;;
}
.offer_text li {
	list-style: circle;
}
.offer_image {
	width: 20%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.offer_img {
	width: 100%;
}
/****************************/
/* Contact                	*/
/****************************/
#contact {
	display: table;
  	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(120, 2, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(120, 2, 0, 1.0);
}
#contact_center {
	display: table-cell;
 	vertical-align: middle;
}
#contact_content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.2;
	color: #dcca98;
}

#contact_content #message_wrapper {
	margin-bottom: 10px;
}

#contact_content .input_wrapper {
	width: 49%;
	margin-bottom: 10px;
}

#contact_content #vorname_wrapper {

}

#contact_content #nachname_wrapper {

}

#contact_content #email_wrapper {
	
}

#contact_content #telefon_wrapper {
	
}

#contact_content #senden_wrapper {
	
}


#contact_content .input {
	width: 100%;
	height: 40px;
	color: #444;
	background-color: #f8eab9;
	font-family: 'Tillana', cursive;
	font-size: 100%;
	margin: 0px;
	padding: 5px;
	outline: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	border: none;
	border-radius: 2px;
}

#contact_content #senden_button {
	width: 100%;
	max-width: 250px;
	height: 40px;
	margin-top: 10px;
	color: #444;
	background-color: #f8eab9;
	font-family: 'Tillana', cursive;
	font-size: 100%;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 8px 1px rgba(102,102,102,0.75);
	-moz-box-shadow: 1px 1px 8px 1px rgba(102,102,102,0.75);
	box-shadow: 1px 1px 8px 1px rgba(102,102,102,0.75);
}

#contact_content #senden_button:hover {
	font-size: 105%;
	font-weight: bold;
}

#contact_content #input_message {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
}
/****************************/
/* Impressum       		    */
/****************************/
#impressum {
  	display: table;
	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(248, 234, 185);
	/* RGBa with 0.6 opacity */
	background: rgba(248, 234, 185, 1.0);
}
#impressum_center {
	display: table-cell;
 	vertical-align: middle;
}
#impressum_content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.2;
}
#impressum_text {
	margin-bottom: 20px;
}
#impressum a {
	color: #111111;
	text-decoration: none;
}
#impressum a:hover {
	text-decoration: underline;
}
#impressum_disclaimer {
	line-height: 1.0;
}
/****************************/
/* Footer                   */
/****************************/
#footer {
	width: 100%;
	height: 60px;
	position: relative;
	text-align: center;
	margin-top: -60px;
	padding-top: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	background: url(../img/background/bambus.png) repeat-x top #780200;
}
#footer a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 110%;
}
#copy {
	font-size: 100%;
	padding-top: 12px;
	color: #dcca98;
}
/**********************************************************************************************/
/* Responsive */
/**********************************************************************************************/
/* Header/Menu responsive bei < 800px */
@media screen and (max-width : 800px){
	#menu input[type=checkbox]:checked ~ #menulist{
		max-height: 300px;
	}

	#menulist {
		-webkit-transition: max-height 0.5s;
		-moz-transition: max-height 0.5s; 
		-ms-transition: max-height 0.5s; 
		-o-transition: max-height 0.5s; 
		transition: max-height 0.5s; 
		overflow: hidden;
		max-height: 0;
		margin-top: 10px;
	}
	#header {
		height: 45px;
		padding-top: 8px;
		background: url(../img/background/bambus_small.png) repeat-x bottom #780200;
	}
	
	.content_padding {
		padding: 55px 5px 20px 5px;
	}
	
	#logo {
		display: none;
	}
	#logo_small {
		display: block;
	}

	#menu {
		padding: 0px 0px 0px 0px;
		margin-bottom: 10px;
		position: relative;
		height: auto;
		width: auto;
	}
	#menulist a {
		display:block;
		padding: 4px 14px 0px 0px;
		text-align: right;
		color: #dcca98;
		text-shadow: 0 0 0;
	}
	#menulist ul {
		position: static;
		display: block;
		text-align: right;
		margin-top: 2px;
		height: auto;
	}
	#menulist li {
		width: 100%;
		display: list-item;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: 0px;
	}
	
	#menu-button-text {
		display: block;
		text-shadow: 0 0 0;
	}
	
	#menu-button-open {
		display: block;
	}
	
	.fontsize_huge {
		font-size: 220%;
	}
	.fontsize_big {
		font-size: 170%;
	}
	.fontsize_medium {
		font-size: 130%;
	}
	.fontsize_menu {
		font-size: 135%;
	}
	.fontsize_small {
		font-size: 110%;
	}
	.fontsize_tiny {
		font-size: 85%;
	}

	/* */
	#footer {
		height: 40px;
		padding-top: 10px;
		margin-top: -40px;
		font-size: 90%;
	}
	#copy {
		font-size: 80%;
		padding-top: 5px;
	}
	/* */
	#contact_content .input_wrapper {
		width: 65%;
	}
	#contact_content .input {
		height: 30px;
	}
	/* */
	#portrait {
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	#text {
		display: block;
		width: 90%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width : 420px){
	.fontsize_huge {
		font-size: 180%;
	}
	.fontsize_big {
		font-size: 145%;
	}
	.fontsize_medium {
		font-size: 110%;
	}
	.fontsize_menu {
		font-size: 120%;
	}
	.fontsize_small {
		font-size: 100%;
	}
	.fontsize_tiny {
		font-size: 80%;
	}
	#footer {
		height: 45px;
		padding-top: 10px;
		margin-top: -45px;
	}
	#contact_content .input_wrapper {
		width: 80%;
	}
	#contact_content .input {
		height: 30px;
	}
	.offer_image {
		width: 30%;
	}
	.offer_text {
		width: 100%;
	}	
}

/* Mittig zentrieren wenn > 1200px */
@media screen and (min-width: 1200px) {
	#menu, #logo {
		max-width: 1200px;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}
}

