
/************ Marmota FOOD 2020 ************/



html {
	background: #3f0507;
	background: #5f1d1f;
}

body {
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	font-weight: 200;
	margin: 0;
	padding: 0;
	behavior:url("csshover.htc");
	text-decoration:none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	color: #FFF;
}

body a {
	text-decoration:none;
	color: #FFF;
}

body a.active, body a:hover {
	text-decoration:none;
	font-weight: 400;
	color: #FFF;
}





/************ content ************/



#dunkelrot {
	position: fixed;
	float: left;
	width: 100%;
	height: 800px;
	margin-top: -260px;
	background: #3f0507;
	z-index: 10;
}

#pic {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	left: 50%;
	margin: 50px 150px 0px -150px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow: hidden;
	z-index: 90;
}

#buttons {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
	margin: 30px 0 0 0 ;
	z-index: 99;
}

#mail {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	left: 50%;
	margin: 0 0 0 -210px;
	z-index: 99;
}

#tel {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	left: 50%;
	margin: 0 0 0 -45px;
	z-index: 99;
}

#sms {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	left: 50%;
	margin: 0 0 0 75px;
	z-index: 99;
}




#Seite {
	position: relative;
	float: left;
	width: 100%;
	margin: 40px 0 0 0; 
	background: #5f1d1f;
	z-index: 10;
}

#name {
	position: relative;
	float: left;
	left: 50%;
	margin: 50px 0 0 -210px;
	width: 420px;
	height: auto;
	z-index: 90;
}

#text {
	position: relative;
	float: left;
	width: 420px;
	left: 50%;
	margin: 200px 0 20px -420px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow: hidden;
	z-index: 90;
}



#bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 500px;
	margin: 0 0 -300px 0;
	background: #5f1d1f;
	z-index: 10;
}








/************ TEXT-STILE ************/

h1, .h1 {
	font-size: 5em;
	line-height: 1.2em;
	font-weight: 100;
	letter-spacing: 3px;
	text-align: center;
	margin:0;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	-hyphens: none;
}

h2, .h2 {
	font-size: 1.8em;
	line-height: 0em;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}

h3, .h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 100;
	letter-spacing: 3px;
	border-top: dashed 1pt;
	border-bottom: dashed 1pt;
	padding: 20px;
}

h4, .h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 100;
	letter-spacing: 1px;
	color: #666;
}





.bold {
	font-weight: 600;
}

.dunkel {
	color: #333; 
}

.hell {
	color: #CCC; 
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.block {
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}

.center {
	text-align: center;
}

.green {
	color: #0C6;
}

.bigger {
	font-size: 1.25em;
}

strong {
	font-weight: 600;
	letter-spacing: 1px;
}

.strong {
	font-weight: 600;
}


   
   
   
   
     
/************        C S S        ************/

/************      7 0 0 P X    ************/




@media (max-width: 600px) {


/************ content ************/


#Seite {
	width: 100%;
	top: 0;
	left: 0;
	margin: 7vw 0 0 0;
}

#pic {
	left: 50%;
	margin-left: -25vw;
	width: 50vw;
	height: 50vw;
}

#buttons {
	height: 15vw;
}

#mail {
	width: 15vw;
	height: 15vw;
	left: 0;
	margin: 0 0 0 15vw;
}

#tel {
	width: 15vw;
	height: 15vw;
	left: 0;
	margin: 0 0 0 12.5vw;
}

#sms {
	width: 15vw;
	height: 15vw;
	left: 0;
	margin: 0 0 0 12.5vw;
}

#name {
	left: 0;
	margin: 50px 0 0 15%;
	width: 70%;
	height: auto;
	z-index: 90;
}

#text {
	left: 0;
	margin: 50px 0 10% 15%;
	width: 70%;
	height: auto;
	z-index: 90;
}

#bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	margin: 0 0 -200px 0;
	background: #5f1d1f;
	z-index: 10;
}






 } 
     
