/* vietnamese */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Rep8ltA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3ROp8ltA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{
	box-shadow: 0 0 200px rgba(20,65,20,.75) inset;
	transition: ease-in-out all .3s;
}
body{
	background: rgb(205,235,142);
background: -moz-linear-gradient(-45deg, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
background: linear-gradient(135deg, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);

}
body, button, input, select, textarea
{
 font-family: Questrial, Arial, Helvetica, sans-serif;
 color: #222;
}

/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(../font/MYWJ4lYm5dbZ1UBuYox79FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

h1
{
 font-size: 16px;
 font-weight: bold;
}

h2
{
 font-size: 14px;
 font-weight: bold;
}

h3
{
 font-size: 13px;
 text-decoration: underline;
}
h4
{
 font-size: 14px;
 text-decoration: none;
}

/* #rahmen
{

 width: 88%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e6e6e6;
padding: 0 10px 10px 10px;
border-radius: 5px;
margin-top: 10px;
height: 100%;
max-width: 980px;
position: relative;

} */


#rahmen
{
	width: 88%;
	margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 10px 10px 10px;
	border-radius: 5px;
	margin-top: 10px;
	height: 100%;
	max-width: 980px;
	position: relative;
}

#rahmen:before, #rahmen:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 13px;
left: 12px;
width: 49%;
top: 97%;
max-width: 300px;
background: rgba(0,0,0,0.75);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.75);
box-shadow: 0 15px 10px rgba(0,0,0,0.75);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
#rahmen:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


#header_pic{
	width:100%;
	height: 100%;
	/* width="980" height="170" */
}

#languageSettings
{
 float: right;
 margin-top: 7px;
 margin-right: 7px;
 /*height temp, solange nicht mehrsprachig*/
 height: 5px;
}

#naviTop
{

	background:#8eb94d;
	height:50px;
	/* width:960px; */
	width: 98%;
	/*font-size:0.9em;*/
	border-radius:5px;
	margin-top: 10px;
	margin-left: 10px;

 
}
/* #naviTop ul#naviMenu
{
	padding:0px 5px 0px;
	margin:0px;
	list-style:none;
}

#naviTop ul#naviMenu li
{
	float:left;
	padding:0px;
	margin:0px;
}

#naviTop ul#naviMenu li a
{
	text-decoration:none;
	display:block;
	color:#fff;
	line-height:52px;
	padding:0px 20px 0px;
}

#naviTop ul#naviMenu li.currentPage a
{
	background:url("../../images/naviTop_aktiv.png") no-repeat center top;
	color:#fff;
}

#naviTop ul#naviMenu li:not(.currentPage) a:hover
{
 color:#fff;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
} */


/* .naviMenuClas:not(.currentPage):hover
{
 color:red;

} */
/* ------responsiv NAV---------- */
body {margin:0;
margin-bottom:8vh;}

.naviMenuClass {
  overflow: hidden;
  background-color: #8eb94d;
 /*  background: -moz-linear-gradient(top, rgba(142,185,77,1) 0%, rgba(119,150,63,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(142,185,77,1) 0%,rgba(119,150,63,0.85) 100%);
background: linear-gradient(to bottom, rgba(142,185,77,1) 0%,rgba(119,150,63,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb94d', endColorstr='#d977963f',GradientType=0 ); */
  z-index: 9999;
  border-radius:2px;
 /*  box-shadow: 0px -6px 5px rgba(0,0,0,0.4) inset, 0px 6px 5px rgba(0,0,0,0.2); */



}

.naviMenuClass a {
  float: left;
  position:relative;
  top:0px;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.7s; /* Safari */
    transition: all 0.2s;
	margin-left: 20px;
	border: 1px solid rgba(255,255,255,0);
}
@media all and (min-width: 911px) and (max-width: 1188px) {
	.naviMenuClass a {
	font-size: 1.36vw;
	letter-spacing: 1px;
	margin-left: 6px;
	}
}
.naviMenuClass a:hover {
/*   background-color: #ddd; */
  text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
  top: 0px;
  background-color: rgba(255,255,255,.10);
  border: 0px solid;
  border-top: 1px solid rgba(255,255,255,.95);
  border-right: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(0,0,0,.15);
  
}

/* .naviMenuClass a:active, a:visited {

  text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
  top: -2px;
  color:red;

} */

.naviMenuClass a.icon {
  display: none;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px
}

@media screen and (max-width: 910px) {
  .naviMenuClass div:not(:first-child) {display: none;}
  .naviMenuClass a.icon {
    float: right;
    display: block;
	background: transparent;
	text-decoration: none;
  }
}

@media screen and (max-width: 910px) {
  .naviMenuClass.responsive {position: relative;}
  .responsive a.icon {
/*     position: relative;
    right: 0;
    top: 0; */
	position: relative;
	top: -294px;
	right:0px;
  }
  .naviMenuClass.responsive div {
	z-index: 9999;
    float: left;
    display: block;
    text-align: left;
	width: 100%;
  }

}
.naviMenuClas a:not(.currentPage)a:hover
{
 color:yellow;

}
.naviMenuClass .currentPage a
{
	background:  url("../../images/naviTop_aktiv.png") no-repeat 43px top;
	color:yellow;
	z-index:9998;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
	top: -2px;
	
}

/* -------------------- */
#suchBox
{
 float: right;
 margin-top: 14px;
 margin-right: 15px;
 background: white;
 padding: 5px;
 padding-top:10px;
 border-radius: 0px 0px 3px 3px;
 border: 1px groove rgba(0,0,0,.45);
 border-top: none;
 position: relative;
top: -14px;
box-shadow: 0px 8px 4px -2px rgba(0,0,0,0.0) inset;
 
}
.suchBtn{
	border: 1px solid #8eb94d;
	border-radius: 1px;
	background: #8eb94d;
	color:white;
	padding:2px;
	height:26px;
	margin-top:-1px;
}
/* #suchfeld */#suchBox input:nth-Child(1) { 
width:120px; 
border-radius: 1px 1px 1px 1px; 
border: 1px solid rgba(0,0,0,.25);
height:26px;
}

#suchfeld { width:120px; }

#content
{
 clear: both;
 margin: 10px;
}

#breadCrumb { height: 20px; margin-left: 10px; padding-top: 3px; }

#contentLeft
{
 width: 65%;
 padding-left: 10px;
 float: left;
}

#contentRight
{
 float: right;
 width: 31%;
}

.gotoPage
{
 background-image:	url("../../images/desktop/pfeil.png");
	background-repeat:no-repeat;
	background-position:0 30%;
	padding-left:12px;
 margin-left: 2px;
}

#moreInfoBox
{
 width: 220px;
 height: 450px;
 border: 2px solid gray;
 margin: 0px auto;
 margin-bottom: 10px;
 border-radius: 8px;
}

#moreInfoBox ul
{
 list-style-type:none;
 /*erst zurücksetzen*/
 margin: 0;
 padding: 0;
}

#aktuellDiv
{
/*  width: 595px;
 float: left;
 padding-left: 20px; */
 width: 67%;
float: left;
padding-left: 20px;
}

.hpInfoBoxDiv
{
 float: right;
 width:100%;
/*  width: 93%;*/
 margin-right: 15px; 
 margin-top: 20px;
 border: 2px solid #8eb94d;
 border-radius: 34px 0;
 overflow:hidden;
}

#hpInfoBoxDivStartseite { width: 230px; }

.hpInfoBoxDiv h3
{
 background-color: #8eb94d;
 color: white;
 margin-top: 0;
 padding: 5px 5px 5px 15px;
 text-decoration: none;
 font-size: 14px;
}

.hpInfoBoxDiv h4
{
 margin-top: 5px;
 color: #8eb94d;
 border-bottom: 2px solid #d2d4d5;
 padding-bottom: 2px;
}

.hpInfoBoxContentStartseite { padding: 0 10px 10px 10px; }
.hpInfoBoxContentStartseite ul { padding-left: 20px; }
.hpInfoBoxContent { padding: 0 0px 10px 0px; }

.box
{
 height: 195px;
 width: 195px;
 padding: 10px;
 margin: 25px 10px 10px 10px;
 border: 1px solid #e6e6e6;
 float: left;
 border-radius: 2px;
}

.box a { color: #000; text-decoration:none; }
.box:hover { border: 1px solid #8eb94d; }
.box h5 { margin-top: 5px; font-size: 13px; }

#teaser1, #teaser2, #teaser3, #teaser4 { position: relative; }

/* .boxPic
{
 height: 48px;
 position: absolute;
 right: 20px;
 top: -30px;
 width: 48px;
} */
.boxPic
{
 height: 48px;
 position: relative;
 right: 20px;
 top: -30px;
 width: 48px;
}
/* ----------fancybox-anpassung----------- */
.screenshots 
{
display: table-cell;
/* background: transparent;
border-radius: 3px;
border: 0px solid rgba(0,0,0,.2);
box-shadow: 0 0 4px rgba(0,0,0,.2);
overflow: hidden; */
padding: 5px;
background: rgba(180,200,25,.0);
transform:scale(1);
transition:ease-in-out all .3s;
z-index:1000;
}
.screenshots:hover 
{
display: table-cell;
/* background: transparent;
border-radius: 3px;
border: 0px solid rgba(0,0,0,.2);
box-shadow: 0 0 4px rgba(0,0,0,.2);
overflow: hidden; */
transform:scale(1.05);
background: rgba(180,200,25,.45);

}
.screenshots img
{
border-radius: 3px;
border: 1px solid rgba(0,0,0,.2);
box-shadow: 0 7px 4px -4px rgba(0,0,0,.3);
overflow: hidden;

}
.underScreenshots{
	position:relative;
	top:20px;
	margin: 0px 0%;
	
}

#fancybox-content {

    width: 0;
    height: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    padding: 0;
	border-width:0px;
	width:100%;
	height:auto;
}
#fancybox-outer {

    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;

}

.scroll-downs {
  position: fixed;
  top: 2%;
  right: 2%;
/*   bottom: 0;
  left: 0; */
  margin: auto;
  
  width :34px;
  height: 55px;
  z-index:9999;
  color:white;
  text-align:center;
  font-size: 11px !important;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.95;
  box-sizing: content-box;
  background: rgba(255,255,255,.3);
  
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/* ----------fancybox-anpassung-ende---------- */
#teaser1 .boxPic { background:url("../../images/desktop/prodi48.png") no-repeat; }
#teaser2 .boxPic { background:url("../../images/desktop/nutriguide48.png") no-repeat; }
#teaser3 .boxPic { background:url("../../images/desktop/nutribase48.png") no-repeat; }
#teaser4 .boxPic { background:url("../../images/desktop/nutriselect48.png") no-repeat; }


#footer
{
 background-color: #e6e6e6;
/*  height: 150px; */
 margin: 20px;
 overflow: auto;
 min-height: 13em;
}

/* 
#footerBoxA { margin-left: 20px; width: 140px; }
#footerBoxB { width: 190px; }
#footerBoxC { width: 160px; }
#footerBoxD { width: 160px; }
#footerBoxE { width: 160px; } 
*/

.footerBox
{
float: left;
padding: 10px;
width: 128px;
background: #e6e6e6;
height: 123px;
}

.footerBox h5
{
 color: grey;
 font-size: 12px;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 10px;
}

.footerBox a
{
 text-decoration: none;
 color: grey;
}

.footerBox a:hover { text-decoration: underline; }

#anmSchulungForm .formColLeft, #testversionForm .formColLeft { width: 10em; }
#anmSchulungForm .formColRight, #testversionForm .formColRight { width: 18em; }
#anmSchulungForm .inputDefault, #testversionForm .inputDefault { 
width: 18em !important;
height: 15px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,.3);	
}
#anmSchulungForm .inputPLZ, #testversionForm .inputPLZ { 
	width: 50px; 
	height: 15px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.3);
}

/* #anmSchulungForm .formColLeft, #testversionForm .formColLeft { width: 97%; }
#anmSchulungForm .formColRight, #testversionForm .formColRight { width: 97%; }
#anmSchulungForm .inputDefault, #testversionForm .inputDefault { width: 97%; }
#anmSchulungForm .inputPLZ, #testversionForm .inputPLZ { width: 50px; }
 */
#anmSchulungForm .pflichtfeld.inputDefault{
	
	height: 15px;
display: block;
float: left;
margin: 0;
text-align: left;
width: 62%;
overflow: hidden;

}
#anmSchulungForm .formColRight, #testversionForm .formColRight{
	width: 20em;
	
}
/* Konfigurator-Gedöns */
#konf_left
{
 width: 400px;
}

#konf_vorschaubox
{
 position: fixed;
 width: 180px;
 height: 500px;
 /*left: wird dynamisch per JS gesetzt (zwecks unterschiedlicher Auslösungen)*/
 top: 310px;
 background-color: #e5e5e5;
 padding: 15px;
 border-radius: 8px;
 background: -moz-linear-gradient(top, #c7c7c7, #fbf4f4);
 background: -webkit-linear-gradient(top, #e6e6e6, #fbf4f4);
 background: -o-linear-gradient(#e6e6e6, #fbf4f4);
 background: linear-gradient(top, #e6e6e6, #fbf4f4);
}

#konf_vorschaubox h3
{
 color:#7e7c7c;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 3px;
 border-bottom: 1px solid #7e7c7c;
}

.teamviewIcon{
	position:relative; 
	width:234px; 
	height:60px; 
	margin-left: 165px
	
}
.kontakTab{
	display: block;
	float: left;
	min-width: 100%;
	border-top: 1px solid rgba(0,0,0,0.2);

}
.kontakTabMob{
	display: none;
	float: left;
	min-width: 100%;
	border-top: 1px solid rgba(0,0,0,0.2);

}

/* ------kontakfomular-------- */

.divCenter
{
width: 66%;
margin: 0px auto;
    margin-bottom: 0px;
text-align: center;
margin-bottom: 10px;
height: 100%;
overflow: auto;

}
.formColLeft {
    height: 30px;
    margin: 0;   
    margin-right: 1em;
	width: 70px;
    padding-left: 5px;
    float: left;
    text-align: left;
}	
.formColRight {
    height: 30px;
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 62%;
	overflow:hidden;
}	
/* .formRow input:first-child {
width: 50px;
} */	
#titel,#vorname,#nachname,#email   {
width: 90%;
}

#SendButton{
	position:relative;
	float:right;
	
	
}

/* ------kontakfomular-ende------- */

.btlike{
	display:block;
	float:left;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5), 0px 2px 5px rgba(0,0,0,0.5) inset;
	width: 130px;
	height: 120px;
	margin:5px;
	padding: 5px;
	border-radius: 3px;
	position:relative;
	top:0px;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
}
.btlike:hover{

	box-shadow: 0px 5px 18px -8px rgba(0,0,0,0.5), 0px 0px 5px -5px rgba(0,0,0,0.5) inset;

	top: -5px;
	padding: 5px;


}

@media print
{
 * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
 a, a:visited { text-decoration: underline; }
 /*a[href]:after { content: " (" attr(href) ")"; }*/
 abbr[title]:after { content: " (" attr(title) ")"; }
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
 thead { display: table-header-group; } /* h5bp.com/t */
 tr, img { page-break-inside: avoid; }
 img { max-width: 100% !important; }
 @page { margin: 0.5cm; }
 p, h2, h3 { orphans: 3; widows: 3; }
 h2, h3 { page-break-after: avoid; }

 #naviTop, #breadCrumb, #footer, #contentRight, #konf_vorschaubox {
		display:none;
 }
 	 .circles{
		display:none;
	}
}

@media all and (max-width: 910px) {
	.kontakTabDesk{
	display: none;
	}	
	.circles{
		display:none;
	}
}

  .affix {

    width: 100%;
    z-index: 9999 !important;
	position: sticky;
	top: 0px;
	box-shadow:0 5px 8px rgba(0,0,0,0.5);

  }
  .affix> #suchBox {
	box-shadow:0 5px 8px rgba(0,0,0,0.5);

  }
  .affix + .container-fluid {
    padding-top: 70px;
  }
  
/* --------neu------------- */
 legend {
	width:auto;
    display: block;
    margin-bottom: 20px;
    color: #333;
    border: 0;
    font-size: 13px;
    line-height: 1.231;
    padding: 0 5px 0px 5px;

}
 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 100;
}
 #portfolio{
	z-index:0;
	
 } 
 #portfolio a{
	text-decoration:none;
	color:black;
	
 }
  .img-cont{
	margin-right: auto;
	margin-left: 0px;
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	overflow:hidden;
 }
 .img-cont img{
	 display:block;
	max-width: 100%;
	transform:scale(1);
	transform:rotate(0deg);
	transition: ease-in-out all 5s;
 }
 #teaser1,#teaser2,#teaser3,#teaser4{
	box-shadow:0 0 0px rgba(0,0,0,0);
	background-color: #f6f6f6;
	min-height:400px;
	max-height:400px;
	transition: ease-in-out all .3s;
	
 }
 #teaser1:hover,#teaser2:hover,#teaser3:hover,#teaser4:hover{
	box-shadow:0 0 8px rgba(0,0,0,.65);
	
 }
 #teaser1:hover .img-cont img,#teaser2:hover .img-cont img,#teaser3:hover .img-cont img,#teaser4:hover .img-cont img {
	transform:scale(2) rotate(5deg);
	filter:contrast(200%);
  }
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  } 
  .thumbnail p{
    padding: 10px;
    
	white-space: normal; 	
	text-justify: auto;

  }
  .thumbnail p:nth-child(1){
    margin-top:0;
    padding-top: 0;
	white-space: normal; 	
	text-justify: auto;

  }
  .container-fluid {
    padding: 0px 20px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .AllFlagg{
	text-align: center;
    margin-bottom: 0px !important;
    position: absolute;  
    
    bottom: 0px;
    right: 0px;
	font-size: 9pt;
	transform:rotateY(180deg);
  }
 .flagg{
	margin:1px;
	margin-top:-20px;
	display: inline-block;
	float: right;
	box-shadow:0 0 0px rgba(0,0,0,0);	
	transform:scale(1.0);
	transition:ease-in-out all .3s;
 }
 .flagg img{
	
	box-shadow:0 0 0px rgba(0,0,0,0);	
	transform:scale(1.0);
	transition:ease-in-out all .3s;
 }
 .flagg img:hover{
	box-shadow:0 0 2px rgba(0,0,0,.3);
	transform:scale(1.1);
 }
 .pCenter {

    text-align: center;
    margin-bottom: 0px !important;
     /* position: absolute;  */
    position: relative;
    bottom: 0px;
    right: 0px;
}
   .table{
  	font-size:9pt;
    font-family: Questrial, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-left:0;
	margin-left:0;
	background: whitesmoke;
  }
 @media all and (max-width: 980px) {
	#teaser1,#teaser2,#teaser3,#teaser4{
	box-shadow:0 0 0px rgba(0,0,0,0);
	transition:ease-in-out all .3s;
	background-color: #f6f6f6;
	min-height:450px;
	max-height:480px;
	font-size:9pt;
 }
	 .circles{
		display:none;
	}
}

/*--background--*/
.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    background: linear-gradient(135deg, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -250px;
    border-radius:0px;
    
    
}

.circles li:nth-child(1){
    left: 15%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}


.circles li:nth-child(2){
    left: 5%;
	bottom: -380px;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 70s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(3){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
	animation-duration: 48s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(4){
    left: 30%;
    width: 160px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 18s;
        margin-top: 30px;

    background-color: rgba(165,201,86,1);
    position: relative;
	filter: blur(5px);
	transform: scale(3);
}

.circles li:nth-child(5){
    left: 40%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(6){
    left: 85%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
	animation-duration: 28s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(7){
    left: 75%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
	filter: blur(1.4px);
}

.circles li:nth-child(8){
    left: 95%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 16s;
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(9){
    left: 80%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
    animation-duration: 35s;
    
        margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
}

.circles li:nth-child(10){
    left: 25%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    
    margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgba(165,201,86,1);
    position: relative;
	filter: blur(2px);
}

.circles li:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid rgba(165,201,86,1);
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}
.circles li:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid rgba(165,201,86,1);
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}
.circles li:nth-child(4):before {
    content: " ";
    width: 0; height: 0;
	border-bottom: 40px solid rgb(165, 201, 86);
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	position: absolute;
	top: -40px;
}
.circles li:nth-child(4):after {
    content: "";
    width: 0;
    position: absolute;
	bottom: -40px;
	border-top: 40px solid rgb(165, 201, 86);
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0;
        border-radius: 0;
		filter: blur(0px);
    }

    50%{
        transform: translateY(-800px) rotate(360deg);
        opacity: 1;
        border-radius: 0%;
		filter: blur(3px);
    }

    100%{
        transform: translateY(-1200px) rotate(720deg);
        opacity: 0;
        border-radius: 0%;
		filter: blur(50px);
    }

}
/*---bild listenpunkt---*/
.circles li:nth-child(11){
    left: 5%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    animation: animatePict 25s linear infinite;
    margin-top: 30px;

    background: url("https://www.broetchenbursche.de/images/geschaeftsideen/ernaehrungsberater-g.jpg")no-repeat 50%;
    position: relative;
	filter: blur(0px);
	display:none;
}
.circles li:nth-child(11):before {
    content: " ";
    width: 0; height: 0;
	border-bottom: 40px solid rgb(165, 201, 86);
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	position: absolute;
	top: -40px;
	display: none;
}
.circles li:nth-child(11):after {
    content: "";
    width: 0;
    position: absolute;
	bottom: -40px;
	border-top: 40px solid rgb(165, 201, 86);
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	display:none;
}


@keyframes animatePict {

    0%{
        transform: translateY(0px) rotate(0deg);
        opacity: 0;
        border-radius: 0;
		filter: blur(0px);
    }

    60%{
        transform: translateY(-800px) rotate(30deg);
        opacity: 1;
        border-radius: 0%;
		filter: blur(0px);
    }

    100%{
        transform: translateY(-1500px) rotate(-10deg);
        opacity: 0;
        border-radius: 0%;
		filter: blur(2px);
    }

}