/**
* BASE STYLES
* 
* @author www.gluecksrausch-media.de
* @version 0.1
* @since february 2014
*/

body {
	margin			  : 0;
	width		      : 100%;
	font-family       : 'Open Sans', sans-serif;
	font-weight:      : 400;     
	font-size         : 18px;
	line-height		  : 21px;  	
	background-color  : #ffffff;
	background-size	  : 100%!important;	
	
}


header {
    background-color: #f3efec;
    width		    : 100%;
    position		: center;
    top				: 0;
    left			: 0;
  }
  
 img {
     width: 100%;
 }

p  {font-size: 18px;  	font-weight:400;	font-family: 'Open Sans', sans-serif; color: #624e42;}
li  {font-size: 18px;  	font-weight:400;	font-family: 'Open Sans', sans-serif; color: #ab8776;}
h1 {font-size: 18px;    	font-weight:600;   	font-family: 'arial', sans-serif; color: #003365;}
h2 {font-size: 18px; 	font-weight:600;	font-family: 'arial', sans-serif; color: #003365;}
h3 {font-size: 35px; 	font-weight:100;	font-family: 'arial', sans-serif; color: #624e42;}
h4 {font-size: 32px; 	font-weight:100;	font-family: 'arial', sans-serif; color: #624e42;}
h5 {font-size: 32px; 	font-weight:800;	font-family: 'arial', sans-serif; color: #624e42;}
h6 {font-size: 32px; 	font-weight:500;	font-family: 'arial', sans-serif; color: #624e42;}      


#website{
	width			  : 1280px;
	min-height		  : 100%;
	margin			  : 0px 0px 0px 0px;
	text-align		  : left;
	background-color  : #ffffff;
	padding-bottom    : 4px;
}

.container {
	width			  : 1280px;
	min-height		  : 100%;
	margin			  : 0 auto 0 auto;
	padding			  : 0px;
	border			  : none;
	background-color  : #f3efec;
}

.container-white {
	width			  : 1280px;
	min-height		  : 100%;
	margin			  : 0 auto 0 auto;
	padding			  : 0px;
	border			  : none;
	background-color  : #ffffff;
}
.container_breit{
	width			  : 100%;
	min-height		  : 100%;
	margin			  : 0 auto 0 auto;
	padding			  : 0px;
	border			  : none;
}

#html {
	background-color  : #ffffff;
	position          : relative;
	min-height        : 100%;
	width			  : 100%;
}

/* cookies start */

.cc_container .cc_btn {
background-color: #817d7d !important; /* Farbe des Buttons */
color: white !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background-color: #ffffff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #black !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #817d7d !important; /* Textlink-Farbe "Mehr Infos" */
}

/* cookies end */