@font-face {
    font-family: 'tangerineregular';
    src: url('../fonts/tangerine_regular-webfont.eot');
    src: url('../fonts/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tangerine_regular-webfont.woff2') format('woff2'),
         url('../fonts/tangerine_regular-webfont.woff') format('woff'),
         url('../fonts/tangerine_regular-webfont.ttf') format('truetype'),
         url('../fonts/tangerine_regular-webfont.svg#tangerineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tangerinebold';
    src: url('../fonts/tangerine_bold-webfont.eot');
    src: url('../fonts/tangerine_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tangerine_bold-webfont.woff2') format('woff2'),
         url('../fonts/tangerine_bold-webfont.woff') format('woff'),
         url('../fonts/tangerine_bold-webfont.ttf') format('truetype'),
         url('../fonts/tangerine_bold-webfont.svg#tangerinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Cormorant Regular';
    src: url('../fonts/Cormorant-Regular.eot');
    src: url('../fonts/Cormorant-Regular.eot?#iefix') format('embedded-opentype'),
    	url("../fonts/Cormorant-Regular.woff2") format('woff2'), 
    	url('../fonts/Cormorant-Regular-webfont.woff') format('woff'),
    	url('../fonts/Cormorant-Regular-webfont.ttf') format('truetype'),
    	url('../fonts/Cormorant-Regular-webfont.svg#Cormorant-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Semibold';
    src: url('../fonts/Cormorant-Semibold.eot');
    src: url('../fonts/Cormorant-Semibold.eot?#iefix') format('embedded-opentype'),
    	url("../fonts/Cormorant-Semibold.woff2") format('woff2'), 
        url('../fonts/Cormorant-Semibold-webfont.woff') format('woff'),
        url('../fonts/Cormorant-Semibold-webfont.ttf') format('truetype'),
        url('../fonts/Cormorant-Semibold-webfont.svg#Cormorant-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
  font-family: "Cormorant Regular", sans-serif;
/*  font-size: 18px;*/
  font-weight: 400;
/*  line-height: 1.5;*/
  background: #FFF282;
  color: #3E657C;
}

body {
  margin: 0;
}
/** typo **/
p {color: #78C752;}
sub {
	margin: 0 0.2em;
	color: #3E657C;
	font:normal 300 normal 0.7rem/0.7rem bebas_neue_regularregular;
}
h4 {
	font:normal 300 normal 1.5em/1.5em bebas_neue_regularregular;
	color:#3E657C;
}
h5, h6 {
	font:normal 300 normal 1em/1.5em "Cormorant Regular", sans-serif;
	color:#3E657C;
	letter-spacing: 0.2em;
}


/*links*/
a, a:link, a:visited {
	color:#FA7252;
	text-decoration:none;
        transition: color 0.3s;
}
a:hover, a:active{
	color:#FFF282;
	}

h2 {
	font:normal 300 normal 10rem/10rem bebas_neue_regularregular ; 
	text-align: center;
	color:#FFF282; 
}

h3 {font:normal 300 normal 20rem/20rem bebas_neue_regularregular ;
	text-align: center;
}


h4 {
	font:normal 300 normal 1em/2em bebas_neue_regularregular ;
	text-align: center;
}
.textbild {
  background: url("../bilder/grash.jpg") center;
  background-clip: text;
  color: transparent;
}
#busch {
	background: #3E657C;
}
#busch p {color: #FFF282;}
#impressum .minitext {font:normal 300 normal 0.5rem/0.7rem "Cormorant Regular", sans-serif; color: #78C752; }
#impressum .minitext:hover {font-size: 1rem; line-height: 1rem;}
/*Standards*/
.bauch {background: #3E657C ; width: 100%}
.cont {width: 100%;}
.incont {width:66vw;}
.fuss {height:5em; color: #FFF282 ;}
.fuss {animation: changeColor 12s infinite;}

@keyframes changeColor{
	0% { background: #FA7252;}
	33% {background: #78C752;}
	66% {background: #FFF282;}
	100% { background: #FA7252;}}
.gruen33 {color: #78C752; opacity: 0.3; }