@charset "utf-8";
/* CSS Document */
* {
	font-family: "Public Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html

{

-webkit-tap-highlight-color: rgba(255,255,255,0);	

}
body {
    /* [disabled]overflow-x: hidden; */
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
a:-webkit-any-link {
    text-decoration: none;
    cursor: pointer;
	color: rgba(155,155,155,1.00);
}
a:-moz-any-link {
    text-decoration: none;
    cursor: pointer;
	color: #9b9b9b;
}
a:any-link {
    text-decoration: none;
    cursor: pointer;
	color: #9b9b9b;
}
#header {
  	text-align: center;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	transition: 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.header {
    /* [disabled]background-image: linear-gradient(rgba(50,50,0,1), rgba(95,117,25,1)); */
    /* [disabled]color: rgba(255,255,255,1.00); */
    opacity: 1;
    /* [disabled]padding: 20px 10px; */
		background-color: rgba(255,255,255,0);
	visibility: hidden;
	display: none;
}
.headersmall {
		background-color: rgba(255,255,255,1);
	visibility: visible;
	display: block;
}
#logo {
  	transition: 0.2s;
}
#logo img {

}
.overline {
	text-decoration: overline;
	padding-top: 10px;
	margin-top: 10px;
}
.terminsprung a {
	display: block;
	position: relative;
	bottom: 100px;
	visibility: hidden;
}
.sprung {
	top: 100px;
	display: block;
	position: relative;
}
.terminsprunglink a {
	display: block;
	position: relative;
	top: -100px;
}

.z10 {
	z-index: 9;
}
.smooth {
    scroll-behavior: smooth;
}
.anisprung {
	animation-delay: 2s;
	transitionY: ease;
}
.logo {
    width: 400px;
    /* [disabled]background-image: url( "../graphics/Logo-bg.svg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 30px 60px 40px;
    opacity: 0;
    vertical-align: middle;
    height: auto;
    align-items: normal;
    display: grid;
    margin-top: 0;
}
.logosmall {
	opacity: 1;
	width: 515px;
	margin-top: 0;
	padding: 15px 30px 7px 30px;
}

.parallax {
    /* The image used */
  /* [disabled]background-image: url("../img/106597305-fresh-fish-fillet-for-sale-at-the-market.jpg"); */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
	font-size: 4em;
	font-weight: 800;
}
.h1small {
    font-size: 3em;
}
h2 {

	font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 700;	
}
.h2s {
	color: rgba(43,83,51,1.00);
	font-size: 90%;
    font-weight: 800;
}
.font90 {
	font-size: 90%;
}
h3 {

	font-size: calc(40px + (80 - 40) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 400;
	margin: 0;
}
h4 {

	font-size: 3em;
	font-weight: 300;
	margin: 0;	
}
h41 {

	font-size: 2.5em;
	font-weight: 300;
	margin: 0;	
}
.small-line-3 {line-height: 0.3em}
.text-right {
	text-align: right
}
.hweiss {
	color: rgba(255,255,255,1.00);
}
.hgrey80 {
	color: rgba(47,61,66,0.80);
}
.hgrey100 {
	color: rgba(47,61,66,1);
}
span.hin800 {font-weight: 700; font-size: 1em;}

.grau80 {
	color: rgba(0,0,0,0.80);
}
#termine, #termin-solo {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#two {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#five {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#five2 {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#five-s {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#six {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
#eight {
	animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	margin-left: 0px;
	z-index: 5;
}
#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(47,61,66,1);
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
	margin-bottom: 15px;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: rgba(47,61,66,0.8) url("../graphics/up-arrow.png") no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: rgba(47,61,66,1);
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
		#back-top {
			position: fixed;
			bottom: 10px;
			right: 20px;
			margin-left: 0px;
		}
		#back-top a {
			width: 55px;
			font: 8px/100% Arial, Helvetica, sans-serif;
		}
		#back-top span {
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;	
			width: 55px;
			height: 55px;
			background-size: 75%;
		}
	
}
@media screen and (max-width: 640px) {
.ccm-settings-summoner {
    bottom: 60px;
}	

}
/*
Back to top button ENDE 
*/
/*
Back to top button ALT

.topscroller {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4;
}
#back-top span {
    width: 70px;
    height: 70px;
    display: block;
    background: url("../graphics/icon_top.svg") no-repeat center center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
*/
.callbutton {
    position: fixed;
    bottom: 170px;
    right: 0px;
    z-index: 10;

	    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.callbutton-p {
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.callbutton-a {
	    background: rgba(47,61,66,0.8);
    width: 70px;
    height: 70px;
    display: block;
    /* padding-right: 20px; */
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 0px;
}
.callbutton-p a {
	margin-right: 20px;
}
.callbutton-p a:hover {
	margin-right: 30px;
	background: rgba(47,61,66,1);
}
.callbutton-p img {
	width: 70px;
	height: 70px;
}

.mailbutton {
    position: fixed;
    bottom: 270px;
    right: 0px;
    z-index: 10;

	    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.mailbutton-p {
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.mailbutton-a {
	background: rgba(47,61,66,0.8);
    width: 70px;
    height: 70px;
    display: block;
    /* padding-right: 20px; */
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 0px;
}
.mailbutton-p a {
	margin-right: 20px;
}
.mailbutton-p a:hover {
	margin-right: 30px;
	background: rgba(47,61,66,1);
}
.mailbutton-p img {
	width: 70px;
	height: 70px;
}

.mob-text {
	padding: 11px 0px;
    text-align: left;
    margin-left: 15px;
}
.mob-footer {
	    font-size: 1.25em;
}
.callbutton-mob {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 2000;
}
.callbutton-mob-a {
	background: rgba(47,61,66,0.8);
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 0px;
    -webkit-border-radius: 10px 10px 10px 10px;	
    -moz-border-radius: 10px 10px 10px 10px;	
    border-radius: 10px 10px 10px 10px;	
}
.callbutton-mob-p a {
}
.callbutton-mob-p a:hover {
	background: rgba(47,61,66,1);
}
.callbutton-mob-p img {
	width: 40px;
	height: 40px;
}

.mailbutton-mob {
    position: absolute;
    bottom: 5px;
    right: 65px;
    z-index: 2000;
}
.mailbutton-mob-a {
	background: rgba(47,61,66,0.8);
    width: 40px;
    height: 40px;
    display: block;
    /* padding-right: 20px; */
    -webkit-border-radius: 10px 10px 10px 10px;	
    -moz-border-radius: 10px 10px 10px 10px;	
    border-radius: 10px 10px 10px 10px;	
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 0px;
}
.mailbutton-mob-p a {
}
.mailbutton-mob-p a:hover {
	background: rgba(47,61,66,1);
}
.mailbutton-mob-p img {
	width: 40px;
	height: 40px;
}

.button-pc {
	visibility: visible;
	display: block;
}
.button-mob {
	visibility: hidden;
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.90);
	border-top-width: 1px;
	border-top-color: rgba(0,0,0,1.00);
	border-top-style: solid;
}





.callbuttonA {
    position: fixed;
    top: 115px;
    right: 0px;
    z-index: 4;

}
.callbuttonA-p {
    background: rgba(47,61,66,1);
    -webkit-border-radius: 35px 0px 0px 35px;
    -moz-border-radius: 35px 0px 0px 35px;
    border-radius: 35px 0px 0px 35px;
}
.callbuttonA-a {
    width: 70px;
    height: 70px;
    display: block;
    /* padding-right: 20px; */
    background: rgba(47,61,66,0.95);
    -webkit-border-radius: 35px 0px 0px 35px;
    -moz-border-radius: 35px 0px 0px 35px;
    border-radius: 35px 0px 0px 35px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 0px;
}
.callbuttonA-p a {
	margin-right: 20px;
}
.callbuttonA-p a:hover {
	margin-right: 40px;
}
.callbuttonA-p img {
	width: 70px;
	height: 70px;
}
section {
    color: #fff;
    text-shadow: none;
}
.farbe_start {
	background-color: rgba(7,195,235,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_wir {
	background-color: rgba(54,133,150,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_tiere {
	background-color: rgba(171,105,48,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_eier {
	background-color: rgba(235,178,7,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_bezug {
	background-color: rgba(107,80,57,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_zertifikat {
	background-color: rgba(29,117,50,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_kontakt {
	background-color: rgba(45,61,65,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_impressum {
	background-color: rgba(4,102,124,1.00);
	color: rgba(255,255,255,1.00)
}
.farbe_datenschutz {
	background-color: rgba(6,158,192,1.0);
	color: rgba(255,255,255,1.00)
}
.link-hell a {
    color: rgba(255,255,255,0.60);
}
.link-hell a:hover {
    color: rgba(255,255,255,1);
}
.frame2{
	padding: 0 50px 0 0;
}
.one {
    background-image: url("../img/Huehner-Startseite_big1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /* [disabled]background-attachment: fixed; */
    background-color: rgba(142,0,3,0);
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    overflow: hidden;
}
.two {
	background: rgba(7,195,235,1.00);
	padding-top: 160px;
	padding-left: 0px;
    padding-right: 0px;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 50% 50%;
	position: relative;
}
	.a {
		grid-column-start: 1;
		grid-row-start: 1;
	}	
	.b {
		grid-column-start: 2;
		grid-row-start: 1;		
	}
.two2 {
    padding-top: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
	padding-left: 30%;
    padding-right: 30%;
	display: grid;
	position: relative;	
} 
.gr {
	background: rgba(7,195,235,1.00);
}
.wt {
	background-color: rgba(255,255,255,1.00);
}
	.a2 {
		grid-column-start: 1;
		grid-row-start: 2;
	}	
	.b2 {
		grid-column-start: 1;
		grid-row-start: 1;		
	}
.three {
    background-color: rgba(255,255,255,1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 50% 50%;
}

.layerthree {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.four {
    background: rgba(235,113,7,1.00);
    padding-top: 160px;
    /* [disabled]min-height: 100vh; */
    padding-bottom: 160px;
}
.five {
	padding-top: 160px;
	padding-left: 30%;
    padding-right: 30%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 60px;
}
.five2 {
	padding-top: 60px;
	padding-left: 30%;
    padding-right: 30%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 60px;
}
.five-short {
	background: rgba(43,83,51,1.00);
	padding-top: 160px;
	padding-left: 30%;
    padding-right: 30%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 0px;
}
.five-s {
	background: rgba(43,83,51,0.90);
	padding-top: 80px;
	padding-left: 30%;
    padding-right: 30%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 80px;
}
.five-rez {
	background: rgba(255,255,255,1);
	padding-top: 80px;
	padding-left: 25%;
    padding-right: 25%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 80px;
}
.five-text {
	padding-top: 160px;
	padding-left: 20%;
    padding-right: 20%;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	position: relative;
	padding-bottom: 100px;
}
.text-center-dark {
	color: rgba(0,0,0,0.8)
}
.text-center-dark p {
	color: rgba(0,0,0,0.8)
}
.five a {
    color: rgba(255,255,255,0.60);
}
.five a:hover {
    color: rgba(255,255,255,1);
}
.five2 a {
    color: rgba(200,2,255,0.60);
}
.five2 a:hover {
    color: rgba(2,255,255,1);
}
.linkaufgruen a {
    color: rgba(255,255,255,0.60);
}
.linkaufgruen a:hover {
    color: rgba(255,255,255,1);
}
.six {
    background-color: rgba(255,255,255,1.00);
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 50% 50%;
	min-height: 100vh;
	padding-top: 0px;
    padding-bottom: 0px;
}
.six-text {
				padding: 150px 15% 100px 15%;
}
.six4 {
    background-color: rgba(255,255,255,1.00);
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
    /* [disabled]min-height: 100vh; */
    padding-top: 50px;
    padding-bottom: 50px;
}
.quali {
    padding-left: 12%;
	padding-right: 12%;
}
.grid-six-1 {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    align-items: center;
    /* [disabled]padding: 40px; */
    height: min-content;
}
.grid-six-2 {
	display: grid;
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-3 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-4 {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    align-items: center;
    /* [disabled]padding: 40px; */
    height: min-content;
}
.grid-six-5 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
	align-items: center;
	padding: 0;
	height: min-content;
}
.grid-six-6 {
	display: grid;
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-7 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-8 {
	display: grid;
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
	align-items: center;
	padding: 0;
	height: min-content;
}
.grid-six-1q {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
	align-items: center;
	padding: 40px;
	height: min-content;
}
.grid-six-2q {
	display: grid;
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-3q {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-4q {
	display: grid;
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
	align-items: center;
	padding: 40px;
	height: min-content;
}

img.zwei-1-Bild {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
	width: 100%;
}
.six p, .six h1, .six h2 {
    color: rgba(0,0,0,0.8);
}
.six4 p, .six4 h1, .six4 h2 {
    color: rgba(0,0,0,0.8);
}
.gr3 {
	font-size: 4em;
}
.pgr3 {
	font-size: 1.4em
}
		@media screen and (max-width: 1200px){
		.gr3 {
			font-size: 3em;
			}
		.pgr3 {
			font-size: 1.2em
			}	

		.callbutton {bottom: 170px;}
		.callbutton-a {
    /* [disabled]width: 75px; */
    /* [disabled]height: 75px; */
		}
		.callbutton-p img {
    /* [disabled]width: 75px; */
    /* [disabled]height: 75px; */
		}

		.mailbutton {bottom: 270px;}
		.mailbutton-a {
    /* [disabled]width: 75px; */
    /* [disabled]height: 75px; */
		}
		.mailbutton-p img {
    /* [disabled]width: 75px; */
    /* [disabled]height: 75px; */
		}			
			
		}



.sixmitte {
    display: grid;
    /* vertical-align: middle; */
    /* align-content: center; */
    align-items: center;
    /* height: 100%; */
}

.eight-w {
    background-color: rgba(255,255,255,1.00);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
}
.eight-g {
    background-color: rgba(43,83,51,1.00);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
}
.eight-text {
	color: rgba(0,0,0,0.8);
	width: 100%;
	padding: 100px 20% 100px 20%;
}
a.textlink_w  {
    font-weight: 700;
    color: rgba(0,0,0,0.4);
}
a:hover.textlink_w {
    color: rgba(0,0,0,0.8);
}
.eight-text p {
	color: rgba(0,0,0,0.8);
}
		@media screen and (max-width: 1600px){
			.five, .five-rez, .five-s, .two2, .five-short, .five2 {
				padding-left: 20%;
				padding-right: 20%;
			}
}
		@media screen and (max-width: 1200px){
			.five-text {
				padding: 150px 15% 100px 15%;
}
			.eight-text{
				padding: 100px 15% 100px 15%;
}
			.two2, .five-short {
				padding-left: 15%;
				padding-right: 15%;				
			}
			.frame2{
	          padding: 0 50px;
			}
}
		@media screen and (max-width: 768px){
			.five-text {
				padding: 150px 10% 100px 10%;
}
			.eight-text {
				padding: 100px 10% 100px 10%;
}
			.two2, .five-short {
				padding-left: 10%;
				padding-right: 10%;				
			}
			.one {
				background-image: url("../img/Huehner-Startseite_s3.webp");
			}
			.frame2{
				padding: 0 0px;
			}
}
		@media screen and (max-width: 480px){
			.five-text {
				padding: 130px 20px 60px 20px;
}
			.eight-text {
				padding: 60px 20px 60px 20px;
}			
			.eight-text p, .five-text p {
				font-size: 1em;
}
			.two2, .five-short {
				padding-left: 20px;
				padding-right: 20px;

			}	
			.five-short {
				padding-top: 130px;
			}
			.callbuttonA {
				top: 80px;
			}
		.button-pc {
			visibility: hidden;
			display: none;
		}
		.button-mob {
			visibility: visible;
			display: block;
		}			
		.callbutton {bottom: 105px;}
		.callbutton-a {
			width: 55px;
			height: 55px;
		}
		.callbutton-p img {
			width: 55px;
			height: 55px;
		}
		.callbutton-p a {
			margin-right: 5px;
		}	
		.mailbutton {bottom: 165px;}
		.mailbutton-a {
			width: 55px;
			height: 55px;
		}
		.mailbutton-p img {
			width: 55px;
			height: 55px;
		}
		.mailbutton-p a {
			margin-right: 5px;
		}
		#back-top {
			position: fixed;
			bottom: 60px;
			right: 15px;
			margin-left: 0px;
		}
		#back-top a {
			width: 50px;
			font: 8px/100% Arial, Helvetica, sans-serif;
		}
		#back-top span {
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;	
			width: 40px;
			height: 40px;
			background-size: 75%;
		}			
			
}
		@media screen and (max-width: 360px){
			.five-text {
				padding: 120px 10px 50px 10px;
			}
			.eight-text {
				padding: 50px 10px 50px 10px;
			}			
			#two100 {
				padding-top: 78px;
			}
			.two2, .five-short {
				padding-left: 10px;
				padding-right: 10px;				
			}	
			.five-short {
				padding-top: 120px;
			}
}



.one-flex-container {
	display: grid;
	grid-auto-rows: 100%;
	grid-template-rows: 60% 40%;
	width: 100%;
	height: 100%;
}
.news-flex-container {
    display: -ms-flex;
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    /* grid-gap: 20px;  */
	flex-direction: row;
	justify-items: right;
	margin: 0;
	padding: 0;
	position: absolute;
	justify-content: flex-end;
	align-items: flex-end;
	left: 10px;
	bottom: 0px;
}
.eu-logo-link img {
	width: 200px;
}
.flex-item { 
    padding-bottom: 0px;
}
.slogan1 {
text-align: center;
    /* position: relative; */
    width: 80%;
    /* display: grid; */
    /* justify-content: center; */
    /* align-items: center; */
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin-top: 0px;

}
.news {
	text-align: right;
  	position: relative;
	right: 0px;
  	width: auto;
	display: flex;
	justify-content: right;
	align-items: flex-end;
	bottom: 20px;

}
.sloganframe {
    padding: 50px 100px;
    /* [disabled]background-color: rgba(0,0,0,0.7); */
}
.newsframe {
	position: relative;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	background: rgba(47,61,66,0.8);
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	flex-direction: column;
	display: flex;
	align-content: end;
	flex-wrap: wrap;
	width: fit-content;
	align-items: flex-end;
	text-align: left;
	margin-left: 10px;	
}
.newstext {
	font-size: 1em;
}
.newssticker {
	position: relative;
    right: 0px;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}
p {
	color: rgba(255,255,255,1.00);
	font-size: 1.4em;
	font-weight: 300;
	margin: 0;
}
.news a {
	color: rgba(206,206,206,1.00);
	font-size: 2em;
		
}
.abstandhalter2 {
    height: 20px;
    display: block;
}
.gross {
	text-transform: uppercase;
}
.fett {
	font-weight: 900;
}
.outlinewb {
	color: rgba(255,255,255,0.39);
	-webkit-text-stroke: 1px rgba(47,61,66,1);
}
.absatz-oben {
	padding-top: 20px;
}
.absatz-oben10 {
	padding-top: 10px;
}
.absatz-oben6 {
	padding-top: 6px;
}
.break_after::after {
       	content: '\A';
        white-space: normal;
}
.solobildcontainer {
    width: 100%;
}
.centerpicsmall {
    width: 100%;
	display: block;
	visibility: visible;
}
.centerpicnorm {
    width: 100%;
	padding: 0px;
	display: none;
	visibility: hidden;
}
.centersvgsmall {
    width: 60%;
    display: block;
    visibility: visible;
    margin: 80px 20%;
}
.centersvgnorm {
    width: 94%;
	display: none;
	visibility: hidden;
	margin: 3%;
}
.smallpic-left {
	width: 200px;
}
@media screen and (min-width: 2000px){
.centersvgsmall {
    width: 40%;
    margin: 80px 30%;
}

}
@media screen and (max-width: 1200px){
.break_after::after {
       	content: '\A';
        white-space: pre;
}
}
.fonth2 {
	color: rgba(255,255,255,1);
	font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 700;
}
.threeframe {
	z-index: 3;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,1);
	margin: auto;
	padding: 50px 100px;
	width: 100%;
}
.threeframe p, .threeframe h1, .threeframe h2 {
	color: rgba(0,0,0,0.8);
}
.five-rez p, .five-rez h1, .five-rez h2 {
	color: rgba(0,0,0,0.8);
}
.fett.fonth2 {
  color: rgba(0,0,0,0.5);
}
.startpic {
	width: 50%;
	opacity: 60%;
}
.outsideliste {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.5em;
    text-align: justify;
    text-align-last: left;
}
.outsideliste li {
	font-size: 1.4em;
}




body {
	counter-reset: section;
}

h5 {
	counter-reset: subsection;
	font-size: 1.8em;
	font-weight: bold;
}
h6 {
	text-size-adjust: 100%;
    font-weight: 400;
	float: left;
	font-size: 1.4em;
}

h5:before {
	counter-increment: section;
	content: counter(section) ". ";
	color: rgba(255,255,255,1.00);
	float: left;
}

h6:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) ". ";
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	float: left;
}
.tab30 {
	padding-left: 55px;
	display: block;
	padding-bottom: 1.4em;

}
.clear {
    clear: both;
}
.downloadicon {
    width: 66px;
    height: auto;
    margin-top: 30px;
}



@media screen and (max-width: 768px){
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1em;
}

.tab30 {
	padding-left: 45px;
	padding-bottom: 1em;
	font-size: 1em;
}

}
/* Rezepte ---------------------------------*/
.line {
    border-bottom-color: rgba(82,82,82,1);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.line-wt {
    border-bottom-color: rgba(255,255,255,1.00);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.reztop_button {
	text-decoration: none;
	display: inline-block;
	font-weight: 900;
	color: rgba(0,0,0,0.4);
	padding-top: 5px;
}
a.reztop_button {
	color: rgba(0,0,0,0.4);
}
a.reztop_button:hover {
	color: rgba(0,0,0,0.8);
}
.rezepte-menu ul li {
	padding: 3px 0px;
}
.rezepte-menu ul li a {
    font-size: 1.4em;
    font-weight: 700;
    color: rgba(0,0,0,0.4);
}
.rezepte-menu ul li a:hover {
    color: rgba(0,0,0,0.8);
}
.rezept p {
	color: rgba(0,0,0,0.8);
	font-size: 1.1em;
}
.rezept h4 {
	color: rgba(0,0,0,0.8);
}
.rezept h4, .five-text h4, .eight-text h4 {
	font-size: 1.6em
}
.rezept h3, .five-text h3, .eight-text h3 {
	font-size: 1.6em
}
/* ANIMATIONEN ----------------------------------------*/
.fadescroll {
  transition: all 400ms;
  opacity: 0;
}

.fade {
  opacity: 1;
}

.moveleft {
  	transition: all 400ms;
  	opacity: 0;
}

.left {
  	transform: translate(-50px, 0);
	opacity: 1;
}
.moveright {
    transition: all 400ms;
    opacity: 0;
    /* [disabled]float: right; */
    position: absolute;
    transform: translate(50px, 0);
    width: 0;
	left: 50%;
}

.right {
  	transform: translate(0px, 0);
	opacity: 1;
	width: auto;
}
/* ANIMATIONEN ---------------------------------ENDE--*/
.sidepicfromleft, .sidepicfromright {
	position: relative;
	width: 100%;
}
.bildrechts {
	margin-bottom: 160px;
	position: relative;
	width: 100%;
	display: grid;
}
.bild-two-1-links {
	margin-bottom: 160px;
	position: relative;
	width: 100%;
	display: grid;
}
.bild-start-termin {
	margin-bottom: 160px;
	position: relative;
	width: 100%;
	display: grid;
}
.bild-start-termin2 {
	margin-bottom: 100px;
	position: relative;
	width: 100%;
	display: grid;
}
.bildrechts3 {
	width: 100%;
	display: grid;
	align-content: center;
}
.ptop480-75 {
	padding-top: 0px;
}
.left50 {
	padding-left: 50px
}
.right50 {
	padding-right: 50px;
	width: 100%;
}
.termineframeleft {
    margin-bottom: 50px;
    width: 100%;
}
.termineframeleft2 {
    margin-bottom: 50px;
    width: 100%;
}
@media screen and (max-width: 1024px) and (orientation:landscape) {
		.startpic {
		width: 35%;
	}
	h3.sloganframe {
    font-size: 1.7em;
}
	.newsframe {
    padding: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
}
			.callbutton {bottom: 90px;}
		.callbutton-a {
			width: 55px;
			height: 55px;
		}
		.callbutton-p img {
			width: 55px;
			height: 55px;
		}
		.callbutton-p a {
			margin-right: 20px;
		}	
		.mailbutton {bottom: 155px;}
		.mailbutton-a {
			width: 55px;
			height: 55px;
		}
		.mailbutton-p img {
			width: 55px;
			height: 55px;
		}
		.mailbutton-p a {
			margin-right: 20px;
		}
}
@media screen and (max-width: 768px) and (orientation:landscape) {
	.startpic {
		width: 30%;
	}
	h3.sloganframe {
    font-size: 1.5em;
}

	
}

@media screen and (max-width: 1200px){
.five-rez h2 {
	font-size: 1.8em;
}
.five {
    padding: 150px 15% 100px;
}
.five2 {
    padding: 60px 15% 60px;
}		
}
@media screen and (max-width: 1024px){

.slogan1 {
    width: 100%;
	}
.sloganframe {
    padding: 25px 20px;
	}
.startpic {
    width: 70%;
	}
h3 {
    font-size: calc(60px + (80 - 40) * ((100vw - 320px) / (1600 - 320)));
	}	
.two {
	padding-top: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
	}
.four {
    padding-top: 100px;
}	
	.a {
		grid-column-start: 1;
		grid-row-start: 2;
	}	
	.b {
		grid-column-start: 1;
		grid-row-start: 1;		
	}
.bildrechts {
    margin-bottom: 100px;
	}
.bild-two-1-links {
    margin-bottom: 100px;
	}
.bild-start-termin {
    margin-bottom: -3px;
	}
.bild-start-termin2 {
    margin-bottom: 20px;
	}	
.termineframeleft {
    margin-bottom: 100px;
	}	
.three {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
	}

.five-s {
    padding: 70px 20% 70px;
}
.five-rez {
    padding: 70px 10% 70px;
}
.six {
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 100%;
	}
.six4 {
	grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 100%;
	}
.quali {
    /* [disabled]padding-left: 8%; */
    /* [disabled]padding-right: 8%; */
}	
.grid-six-1 {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    align-items: center;
    /* [disabled]padding: 0 20% 50px; */
    height: min-content;
}
.grid-six-2 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-3 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-4 {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    align-items: center;
    /* [disabled]padding: 50px 20% 0; */
    height: min-content;
}
.grid-six-5 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
	align-items: center;
	padding: 0;
	height: min-content;
}
.grid-six-6 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-7 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-8 {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
	align-items: center;
	padding: 0;
	height: min-content;
}
.gr3 {
	font-size: 4em;
}
.pgr3 {
	font-size: 1.4em
}
.grid-six-1q {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    align-items: center;
    /* [disabled]padding: 0 20% 50px; */
    height: min-content;
}
.grid-six-2q {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
	align-items: center;
	padding: 0% 10% 0% 15%;
	height: 100%;
}
.grid-six-3q {
	display: grid;
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
	align-items: center;
	padding: 0% 15% 0% 10%;	
	text-align: right;
	height: 100%;
}
.grid-six-4q {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    align-items: center;
    /* [disabled]padding: 50px 20% 0; */
    height: min-content;
}
	
	
}
@media screen and (max-width: 768px){
.newstext {
    font-size: .8em;
}
.eu-logo-link img {
    width: 160px;
}	
.newsframe {
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	flex-direction: column;
	display: flex;
	align-content: end;
	flex-wrap: wrap;
	width: fit-content;
	align-items: flex-end;
	text-align: right;
	margin-left: 10px;
	}
.newssticker {
    margin-right: 10px;
	}	
.centerpicnorm {
    width: 100%;
	display: block;
	visibility: visible;
}
.centerpicsmall {
    width: 100%;
	display: none;
	visibility: hidden;
}
.five {
    padding: 150px 100px 60px;
}
.five2 {
    padding: 60px 100px 60px;
}	
.five-s {
    padding: 60px 100px 60px;
}	
.five-rez {
    padding: 60px 60px 60px;
}	
.gr4 {
    font-size: 8vw;
    text-align: center;
}	
.grid-six-1 {
    /* [disabled]padding: 0 10% 50px; */
	}
.grid-six-2 {
	padding: 5% 5% 5% 10%;
}
.grid-six-3 {
	padding: 5% 10% 5% 5%;	
}
	.grid-six-4 {
    /* [disabled]padding: 50px 10% 0; */
	}
.grid-six-6 {
	padding: 5% 5% 5% 10%;
}
.grid-six-7 {
	padding: 5% 10% 5% 5%;	
}
.gr3 {
	font-size: 3.2em;
}
.pgr3 {
	font-size: 1.2em
}	
.quali {
    padding-left: 5%;
    padding-right: 5%;
}		
.centersvgsmall {
    display: none;
    visibility: hidden;
}
.centersvgnorm {
	display: block;
	visibility: visible;
}
.logosmall {
	width: 400px;
	padding: 22px 20px 18px 20px;
}	
#header {
		justify-content: flex-start;
	}	
}

@media screen and (max-width: 1024px) and (orientation:landscape) {
		.startpic {
		width: 35%;
	}
	h3.sloganframe {
    font-size: 1.7em;
}
}
@media screen and (max-width: 768px) and (orientation:landscape) {
	.startpic {
		width: 30%;
	}
	h3.sloganframe {
    font-size: 1.5em;
}
	
}
@media screen and (max-width: 480px){

.callbuttonA-p {
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    border-radius: 25px 0px 0px 25px;
}
.callbuttonA-a {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    border-radius: 25px 0px 0px 25px;
	}
.callbuttonA-p a {
	margin-right: 10px;
}
.callbuttonA-p a:hover {
	margin-right: 10px;
}
.callbuttonA-p img {
	width: 50px;
	height: 50px;
}	
	
.five {
    padding: 130px 20px 60px;
}
.five2 {
    padding: 60px 20px 60px;
}	
.five-s {
    padding: 60px 20px 60px;
}
.five-rez {
    padding: 60px 10px 60px;
}		
.five p, .five-s p, .five2 p {
    font-size: 1em;
}	
.sloganframe {
    padding: 25px 10px;
	}
.startpic {
    width: 90%;
	}	
h3 {
    font-size: calc(40px + (80 - 40) * ((100vw - 320px) / (1600 - 320)));
	}
.newstext {
    font-size: .7em;
}
.eu-logo-link img {
    width: 140px;
}
	.slogan1 {
		top:30%;
	}	
.newsframe {
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    /* [disabled]width: 55%; */
    margin-left: 0px;
	}	
.newssticker {
    /* [disabled]width: 45%; */
    margin-right: 10px;
	}
	h1 {
		font-size: 2em;
	}
	.h1small {
    font-size: 1.6em;
}
.two {
    padding-top: 8px;
}
.two2 {
		padding-top: 20px;
	}	
.four {
    padding-top: 20px;
}
.bildrechts {
    margin-bottom: 30px;
	}
.bild-two-1-links {
    margin-bottom: 30px;
	}	
.bild-start-termin {
    margin-bottom: -3px;
	}
.ptop480-75 {
	padding-top: 75px;
}	
.termineframeleft, .termineframeleft2 {
    margin-bottom: 30px;
	}
	.termineframeleft p, .threeframe p, .termineframeleft2 p {
		font-size: 1em;
	}	
.left50 {
    padding-left: 10px;
	}
.right50 {
    padding-right: 10px;
	}
.threeframe {
    padding: 30px 20px;
	}	
.logosmall {
    width: 315px;
	padding: 28px 20px 16px 20px;
}
.six {
    padding-top: 0px;
	grid-template-rows: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
}
.six4 {
    padding-top: 0px;
	grid-template-rows: 2fr 2fr 2fr 2fr;
}
.grid-six-2 {
	padding: 0% 5% 0% 10%;
}
.grid-six-3 {
	padding: 0 10% 0 5%;
}
.grid-six-6 {
	padding: 0% 5% 0% 10%;
}
.grid-drei-7 {
	padding: 0 10% 0 5%;
}
.gr3 {
	font-size: 2.4em;
}
.pgr3 {
	font-size: 1.2em
}
.five-rez p {
		font-size: 1em;
}
.rezepte-menu ul li a {
		font-size: 1.2em;
	}	
.rezept h4, .five-text h4, .eight-text h4 {
	font-size: 1.4em
}	
.outsideliste li {
	font-size: 1em;
}
	
}
@media screen and (max-width: 360px){
	#header {
		height: 81px;
	}
.logosmall {
    width: 75%;
    padding: 7px 0px 5px 10px;
}	
.five {
    padding: 120px 10px 50px;
}
.five2 {
    padding: 40px 10px 40px;
}	
.five-rez {
    padding: 40px 10px 40px;
}	
.threeframe {
    padding: 30px 10px;
}	
.rezept h4, .five-text h4, .eight-text h4 {
	font-size: 1.2em
}
.gr3 {
	font-size: 2em;
}
.pgr3 {
	font-size: 1em;
}	
	
}

/* FOOTER ---------------------------------------------------------------- */
.footer {
	display: grid;
    /* flex-direction: row; */
    grid-template-columns: 33% 33% 33%;
    justify-items: end;
}
.footer p {
	font-size: 1.1em;
}
.footer a {
	color: rgba(255,255,255,0.80);
}
.footer a:hover {
	color: rgba(255,255,255,1);
}.small08 {
	font-size: 0.8em;
}
.footer-1, .footer-2, .footer-3 {
	width: 100%;
}
.footer-1 {
	text-align: right;
	border-right: rgba(255,255,255,1) 2px dotted;
	padding-right: 20px;
}
.footer-2 {
	text-align: left;
	padding: 0 0 0 20px;
}
.footer-3 {
	text-align: left;
		grid-column-start:3; 
 		grid-column-end:4;
}
.footerline1 {
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
.footerlinemitte {margin: 10px,0,0,0;}
.addr-icon {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 0px;
 }
.lageplan {
	width: 80%;
	height: auto;
	padding-top: 0;
}
.footerlogo {
	width: 40%;
	padding-bottom: 5px;
}

@media screen and (min-width: 2000px){
.footer-3 {
	text-align: left;
}
.lageplan {
	width: 70%;
}	

}

@media screen and (max-width: 1200px){
.footer p {
    font-size: 1em;
}
.footerlogo {
    width: 50%;
}
.lageplan {
    width: 60%;
    padding-top: 50px;
}
.footer {
    grid-template-columns: 50% 50%;
}
.footer-3 {
	text-align: center;
		 grid-column-start:1; 
 		grid-column-end:3;
}	
}
@media screen and (max-width: 1024px){
	.four {
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 768px){
.footer {
    grid-template-columns: 100%;
    justify-items: end;
}
.footer-1 {
	text-align: center;
	border-right: rgba(255,255,255,0) 0px dotted;
	padding-right: 0px;
}
.footer-2 {
	text-align: center;
	padding: 30px 0 30px 0;
}
.footer-3 {
	text-align: center;
		grid-column-start:1; 
 		grid-column-end:2;
}
.footerline1 {
    justify-content: center;
	display: block;
	    height: auto;
    padding-top: 10px;
}
p.addr-icon {
    display: inline-block;
}
	.addr-icon {
		text-align: center;
		margin: 10px 0 0 0;
	}
.footerlogo {
    width: 40%;
	padding-bottom: 10px;
}	
}
@media screen and (max-width: 480px){
.topscroller {
    bottom: 10px;
    right: 10px;
}
.lageplan {
    width: 90%;
}
.four {
    padding-bottom: 100px;
	padding-top: 50px;
}	
#back-top span {
    width: 50px;
    height: 50px;
}	
}

@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}