@charset "UTF-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

*{
	box-sizing:border-box;
}

::selection {
	background:#afcb08;
	color:#fff;
}

::-moz-selection {
	background:#afcb08;
	color:#fff;
}

a {
	color:#afcb08;
}

html, body{
	font:300 16px/24px "Open Sans";
	font:400 16px/24px "Open Sans";
	margin:0;
	padding:0;
	color:#535353;
	text-align:center;
}

body{
	overflow-x:hidden;
}

.centered{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

.centered.small{
	width:900px;
}

header{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,.86);
	z-index:700;
}

header .centered{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#logo{
	display:block;
	padding:17px 0;
}

#logo img{
	display:block;
	max-width:100%;
	height:auto;
}

#navi, #log{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
	line-height:0;
	text-align:center;
}

#navi li, #log li{
	display:inline-block;
}

#navi li a{
	display:block;
	font-size:16px;
	line-height:20px;
	padding:35px 12px;
	text-decoration:none;
	color:#595959;
}

#navi li a.boldlink {
	font-weight: bold;
	font-size:17px;
}

#navi li a:hover{
	color:#afcb08;
}

.area-big {
	padding: 160px 0 80px;
}

.studionichtgefunden {
	border: 1px solid #f2f2f2;
	padding: 20px;
	display: none;
	margin-bottom: 20px;
}

.studionichtgefunden.active {
	display: block;
}

#log li a{
	display:block;
	font-size:18px;
	line-height:20px;
	padding:6px 25px;
	background:#ccc;
	border:1px solid #cccc;
	border-radius:4px;
	text-decoration:none;
	margin:28px 5px;
}

#log li:nth-of-type(1) a{
	color:#fff;
	background:#afcb08;
	border:1px solid #afcb08;
}

#log li:nth-of-type(1) a:hover{
	color:#afcb08;
	background:#fff;
}

#log li:nth-of-type(2) a{
	color:#afcb08;
	background:#fff;
	border:1px solid #afcb08;
}

#log li:nth-of-type(2) a:hover{
	color:#fff;
	background:#afcb08;
}

.slider{
	display:block;
	width:1920px;
	max-width:100%;
	margin:0 auto;
	position:relative;
}

.slide{
	display:block;
	width:100%;
	position:relative;
}

.slide img{
	display:block;
	width:100%;
	height:auto;
}

.slider .flex-wrapper{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding:0 80px;
}

.slide strong{
	display:inline-block;
	color:#afcb08;
	background:rgba(255,255,255,.86);
	font-size:55px;
	line-height:60px;
	padding:10px;
	font-weight:700;
	text-align:left;
	margin:0 0 15px;
}

.slide strong > span{
	font-weight:400;
}

.slide .flex-wrapper div{
	text-align:left;
}

.slide .flex-wrapper div > span{
	display:inline-block;
	background:rgba(255,255,255,.86);
	font-size:44px;
	line-height:48px;
	text-align:left;
	margin:0 0 15px;
	padding:10px;
}

.btn{
	display:inline-block;
	background:#afcb08;
	border:1px solid #afcb08;
	color:#fff;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	border-radius:7px;
	text-decoration:none;
	padding:7px 35px;
	font-weight:600;
	cursor:pointer;
}

.btn:hover{
	color:#afcb08;
	background:#fff;
}

.btn span{
}

.slider .bottom{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	background:#afcb08;
	padding:15px 0;
	color:#fff;
	text-align:center;
	z-index:400;
}

.area{
	padding:80px 0;
}

.area.small{
	padding:40px 0;
}

.area.area8040 {
	padding:80px 0 40px;
}

h1, .h1style{
	color:#afcb08;
	font-size:50px;
	line-height:60px;
	margin:0 0 40px;
	font-weight:300;
}

h1 strong, .h1style strong{
	font-weight:600;
}

div.area ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

div.area ul li{
	position:relative;
	display:block;
	padding:0 0 0 0;
	margin:0 0 10px;
}

div.area ul li span:before{
	content:"\f058";
	font-family:fontawesome;
	display:inline-block;
	width:17px;
	height:17px;
	margin:0 7px 0 0;
	color:#afcb08;
}

div.area ul li span{
	color:#afcb08;
}

p{
	display:block;
	margin:0 0 20px;
}

.area .centered .btn{
	margin:0 auto;
}

.videowrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videowrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headarea{
	padding:40px 0;
}

.headarea h1, .headarea h2{
	margin:0;
}

.area.bg{
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.area.bg.bg2{background-image:url(../images/bg-microleistungen.jpg);}

.centered.flexed{
	display:flex;
	align-items:center;
	justify-content:center;
}

.ul-box{
	display:block;
	box-sizing:border-box;
	padding:40px 80px;
	background:rgba(255,255,255,.86);
}

div.area .ul-box ul li{
	margin:0 0 30px;
	font-size:18px;
	line-height:22px;
	display:block;
}

div.area .ul-box ul li:last-of-type{
	margin:0;
}


h2{
	color:#afcb08;
	font-weight:800;
	font-weight:700;
	font-weight:600;
}

.essen{
	display:flex;
	justify-content:space-between;
}

.essen .box{
	display:block;
	width:19%;
	background:rgba(255,255,255,.86);
	padding:80px 10px 30px;
	margin:120px 0 40px;
}

.essen .box img{
	display:block;
	width:160px;
	height:auto;
	max-width:100%;
	margin:-80% auto 20px;
	border-radius:100%;
}

.essen .box {
	transition:750ms;
}

.essen .box:nth-of-type(1) {
	transition-delay:0ms;
}

.essen .box:nth-of-type(2) {
	transition-delay:500ms;
}

.essen .box:nth-of-type(3) {
	transition-delay:1000ms;
}

.essen .box:nth-of-type(4) {
	transition-delay:1500ms;
}

.essen .box:nth-of-type(5) {
	transition-delay:2000ms;
}

.essen .box.invisible {
	opacity:0.0;
	transform:translateY(200px) scale(0.25,0.25);
	transition-delay:0ms;
}

.essen .box.invisible:hover {
	opacity:1;
}

h3{
	color:#afcb08;
	font-size:22px;
	line-height:26px;
	margin:0 0 20px;
	font-weight:400;
}

.essen .box p{
	margin:0 0 30px;
}

.essen .box a{
	display:inline-block;
	margin:0 auto;
	text-decoration:underline;
	color:#afcb08;
}

.detailbox{
	margin:0 0 10px;
}

.detailbox .details{
	display:none;
	padding:20px;
}

.detailbox .head{
	color:#fff;
	background:#afcb08;
	border-radius:4px;
	border:1px solid #afcb08;
	padding:7px 40px 7px 7px;
	position:relative;
}

.detailbox .head:after{
	content:"\f0da";
	font-family:fontawesome;
	position:absolute;
	right:20px;
	top:7px;
	transition:transform 300ms;
	font-size:24px;
	line-height:24px;
}

.detailbox.active .head:after{
	transform:rotate(90deg);
}

.detailbox .head:hover,
.detailbox.active .head{
	color:#afcb08;
	background:#fff;
	cursor:pointer;
}

.detailbox:last-of-type{
	margin:0 0 60px;
}


footer{
	display:block;
	background:#afcb08;
}

footer ul{
	display:block;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}

footer ul li{
	display:inline-block;
}

footer ul li a{
	display:block;
	padding:15px;
	color:#fff;
	text-decoration:underline;
}

footer ul li a:hover{
	text-decoration:none;
}

.pop{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:1000;
	display:none;
	align-items:center;
	justify-content:center;
}

.pop.active{
	display:flex;
}

.pop div{
	width:850px;
	max-width:95%;
	padding:60px 100px;
	background:#fff;
	border-radius:15px;
	position:relative;
}

.pop .close-btn{
	position:absolute;
	top:20px;
	right:20px;
	color:#afcb08;
	font-size:20px;
	line-height:20px;
	text-decoration:none;
}

.pop .close-btn:hover{
	color:#1c1c1c;
}

.pop .head .fa{
	color:#afcb08;
	font-size:120px;
	line-height:120px;
}

.pop form{
	display:block;
	width:650px;
	max-width:100%;
	margin:0 auto;
}

.form-field{
	display:block;
	margin:0 0 10px;
}

.form-field:after{
	content:"";
	display:block;
	clear:both;
}

.form-field label, .form-field .label{
	width:30%;
	float:left;
	text-align:left;
}

.pop .form-field label{
	font-size:24px;
	line-height:28px;
}

.form-field input, .form-field .input, .form-field select, .form-field textarea{
	display:block;
	width:68%;
	float:right;
	border:1px solid #ccc;
	background:#fff;
	font-family:"Open Sans";
	font-size:16px;
	line-height:24px;
	padding:10px;
	border-radius:5px;
	box-shadow:none;
	color:#999;
	font-size:14px;
	line-height:18px;
}

.form-field input:focus, .form-field .input:focus, .form-field select:focus, .form-field textarea:focus{
	color:#535353;
}

.form-field input.inputerror {
	border: 1px solid #e30613;
}

.form-field .regok {
	border: 1px solid #afcb08;
}

.form-field label {
	display:inline-block;
	font-size:16px;
	line-height:24px;
	padding:11px 0;
}

.form-field textarea{
	width:100%!important;
	min-height:250px;
}

.form-field .input{
	padding:0;
	border:none;
}

#pwindicator .form-field,
.form-field.pwiederholen {
	position: relative;
}

#pwindicator .form-field a#showPasswort1,
.form-field.pwiederholen a#showPasswort2 {
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 20px;
	margin: auto;
	text-decoration: none;
	color: #535353;
}

#pwindicator .form-field a#showPasswort1:hover,
.form-field.pwiederholen a#showPasswort2:hover {
	color: #afcb08;
}

#theme {
	max-height:360px;
	overflow:hidden;
	position:relative;
	margin:0;
}

#theme img {
	display:block;
	width:100%;
	height:auto;
	bottom:0;
	top:0;
	margin:auto;
	position:absolute;
}

#theme img:first-of-type {
	position:relative;
	opacity:0;
}

#pwindicator {
	position:relative;
}

.form-field .bar {
	position:relative;
}

.form-field .label {
	position:absolute;
	top:0;
	right:0;
	line-height:24px;
	padding:10px;
	width:inherit;
	font-weight:400;
	opacity:0;
	transition:100ms;
}

.form-field .label.active {
	opacity:1;
}

.form-field #posPasswort1.bar {transition:100ms; border-color:#ccc;}
.pw-very-weak #posPasswort1.bar {border-color:#d00;}
.pw-very-weak .label {color: #d00;}
.pw-weak #posPasswort1.bar {border-color:#d00;}
.pw-weak .label {color: #d00;}
.pw-mediocre #posPasswort1.bar {border-color:#f3f01a;}
.pw-mediocre .label {color: #f3f01a;}
.pw-strong #posPasswort1.bar {border-color:#2D98F3;}
.pw-strong .label {color: #2D98F3;}
.pw-very-strong #posPasswort1.bar {border-color:#afcb08;}
.pw-very-strong .label {color: #afcb08;}

.form-field .regok {
	background:url(../images/correct.png) center right 5px no-repeat;
	background-size:25px;
}

.form-field input.inputerror {
	background:url(../images/error.png) center right 5px no-repeat;
	background-size:25px;
}

.form-field p.inputerror{
	text-align:right;color:red;font-size:12px;line-height:18px;margin:0;
}

.form-field .regok:focus {
	background:none;
	border:1px solid #ccc;
}

.form-field input.inputerror:focus {
	background:none;
	border:1px solid #ccc;
}


#divError{
	display:none;
}

.pop .form-field input{
	font-size:18px;
	line-height:22px;
}

.form-field #sendenbutton,.form-field #sendenbutton2{
	padding:8px 0;
	color:#fff;
	background:#afcb08;
	border:1px solid #afcb08;
	border-radius:15px;
	cursor:pointer;
}


.form-field #sendenbutton:hover,.form-field #sendenbutton2:hover{
	color:#afcb08;
	background:#fff;
}

/*
.form-field #sendpw{
	padding:8px 0;
	color:#fff;
	background:#afcb08;
	border:1px solid #afcb08;
	border-radius:15px;
	cursor:pointer;
}

.form-field #sendpw:hover{
	color:#afcb08;
	background:#fff;
}
*/

#regsubmit, #pflichtsubmit{
	display:block;
	width:100%;
	color:#fff;
	cursor:pointer;
	background:#afcb08;
	border:1px solid #afcb08;
	border-radius:15px;
	padding:10px;
	font-size:24px;
	line-height:26px;
	margin:20px 0 0;
}

#regsubmit:hover{
	background:#fff;
	color:#afcb08;
}

.flex-links{
	width:68%;
	float:right;
	display:flex;
	justify-content:space-between;
	margin:0;
}

.flex-links a{
	text-decoration:none;
	color:#535353;
	font-style:italic;
}

.flex-links a:hover{
	color:#afcb08;
}

.tal{
	text-align:left;
}

.checkbox{
	display:inline-block;
	margin:0 20px 20px 0;
}

.checkbox input{
	display:none;
}

.checkbox label{
	display:block;
	padding:0 0 0 40px;
	position:relative;
	cursor:pointer;
}

.checkbox label:before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	top:0;
}

.checkbox label:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	line-height:22px;
	width:22px;
	text-align:center;
	color:#afcb08;
	font-family:fontawesome;
}

.checkbox input:checked+label:after{
	content:"\f00d";
}

.form-field a, .checkbox a{
	color:#afcb08;
}

.form-field a:hover, .checkbox a:hover{
	color:#1c1c1c;
}

form .area.small{
	padding:20px 0;
}

form#regis{
	padding:0 0 80px;
}

.content .centered{
	display:flex;
}

.content.themeless .area{
	padding-top:150px;
}

.content .area{
	padding-left:40px;
}

.parahead{
	color:#afcb08;
	font-weight:800;
}

.fontsizesmall{
	font-size:13px;
	line-height:18px;
}

strong.green{
	color:#afcb08;
	font-weight:400;
}

.impressum{
	line-height:32px;
	font-size:16px;
}

.small-form{
	width:800px;
	max-width:100%;
	margin:0 auto;
	padding-right:200px;
}

.small-form .form-field label{
	width:25%;
	text-align:right;
}

.small-form .form-field input{
	width:70%;
}

.area.minheight{
	min-height:84vh;
}

.fraubg{
	background-image:url(../images/fraubg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right 10%;
}

input {
	transition:transform 250ms;
}

input:focus, select:focus{
	box-shadow:0px 1px 2px rgba(0,0,0,0.25);
	outline:none;
}

input:focus {
	transform:scale(1.01,1.01);
}

.login .centered{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

.login .left{
	width:35%;
	padding:120px 0;
}

.login .right{
	width:65%;
	padding:120px 0;
	text-align:left;
}

#subnavi{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

#subnavi > li{
	display:block;
}

#subnavi > li > a{
	display:flex;
	padding:10px;
	font-size:25px;
	line-height:40px;
	text-decoration:none;
	color:#afcb08;
	align-items:center;
}

#subnavi > li.selected > a{
	font-weight:600;
}

#subnavi > li > a:hover{
	color:#576504;
}

#subnavi > li > a > img{
	display:inline-block;
	margin:0 10px 0 0;
}

#subnavi > li > a > span{
	display:inline-block;
}

#subnavi > li > ul{
	display:none;
	margin:0;
	padding:0 0 0 50px;
	list-style:none;
}

#subnavi > li.selected > ul{
	display:block;
}

#subnavi > li > ul > li{
	display:block;
}

#subnavi > li > ul > li > a{
	display:block;
	text-decoration:none;
	color:#535353;
	font-size:13px;
	line-height:16px;
	padding:5px;
}

#subnavi > li > ul > li.greynav > a{
	pointer-events:none;
	color:#ccc;
}

#subnavi > li > ul > li.greynav > a:before{
	content:"\f023";
	display:inline-block;
	margin:0 7px 0  0;
	font-family:fontawesome;
}

#subnavi > li > ul > li.ngrey > a{
	pointer-events:none;
	opacity:.5;
}

#subnavi > li > ul > li.ngrey > a:before{
	content:"\f023";
	display:inline-block;
	margin:0 5px 0 0;
	font-family:fontawesome;

}

#subnavi > li > ul > li.selected > a{
	font-weight:600;
	color:#afcb08;
}

#subnavi > li > ul >li > a:hover{
	color:#afcb08;
}

.right h1{
	margin:0;
}

.right .area{
	padding:20px 0 20px;
}

.block-img{
	display:block;
	width:100%;
	height:auto;
}

.right .videowrapper{
	margin:0 0 40px;
}

.download-inline{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#535353;
	font-size:13px;
	line-height:16px;
	float:right;
	padding:20px;
	border-radius:5px;
}

.download-inline span{
	display:block;
	color:#afcb08;
}

.download-inline:hover{
	background:#f4f4f4;
}

.quiz .centered{
	text-align:left;
	display:flex;
	justify-content:flex-end;
}

.quiz .centered > div{
	width:63%;
}

.quiz h2{
	margin:0 0 10px;
}

.quiz h3{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	margin:0 0 30px;
}

.quiz p{
	font-size:22px;
	line-height:28px;
	margin:0 0 30px;
}

.quiz p.checkbox{
	display:block;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#afcb08;
}

.quiz.ended .checkbox{
	pointer-events:none;
}

.quiz p.checkbox.wrong-answ label:after{
	content:"";
	width:32px;
	height:35px;
	background:url(../images/wrong.png) no-repeat left bottom;
	top:-5px;
	left:-6px;
}

.quiz p.checkbox.right-answ label:after{
	content:"";
	width:39px;
	height:35px;
	background:url(../images/right.png) no-repeat left bottom;
	top:-5px;
	left:-6px;
}

.quiz-error{
	background:#f8d8da;
	color:#e30613;
	box-sizing:border-box;
	padding:5px 10px;
	margin:0 0 10px;
}

.quiz-qoute{
	background:#e8e7c8;
	text-align:center;
	box-sizing:border-box;
	padding:10px 10px;
	margin:0 0 10px;
}

.quiz-error p, .quiz-qoute p{
	margin:0;
	font-size:16px;
	line-height:20px;
}

.fragen-container a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#afcb08;
	border:1px solid #afcb08;
	border-radius:10px;
	float:right;
	padding:5px 60px;
}

.fragen-container a:hover{
	color:#afcb08;
	background:#fff;
}

.stats{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
}

.stats.center-stats{
	justify-content:center;
}

.stats .box{
	width:33.333%;
	padding:20px 20px;
	position:relative;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats .box svg{
	transform:rotate(-90deg);
}

.stats:not(.borderless) .box:nth-of-type(2){
	border-left:1px solid #d2d1d1;
	border-right:1px solid #d2d1d1;
}

.stats .abs-con{
	display:flex;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.stats .abs-con strong{
	display:block;
	color:#afcb08;
	font-size:25px;
	line-height:30px;
	font-weight:600;
}

.stats .abs-con.alternate strong{
	font-size:50px;
	line-height:60px;
}

.stats .abs-con span{
	display:block;
	font-size:25px;
	line-height:30px;
}

.stats .abs-con.alternate span{
	font-size:14px;
	line-height:16px;
}

.stats span{
	display:block;
	font-size:18px;
	line-height:24px;
}

.stats strong{
	display:block;
	font-weight:600;
	font-size:27px;
	line-height:34px;
	color:#afcb08;
}

.stats strong em{
	font-style:normal;
}

.stats img{
	margin:0 0 10px;
}

.view{
	display:flex;
	flex-wrap:wrap;
}


.view .box{
	width:33.333%;
	display:block;
	padding:20px;
	text-align:center;
	margin:0 0 20px;
	text-decoration:none;
}

.view.rezepte .box{
	width:20%;
	padding:10px;
}


.view .box img{
	display:block;
	width:100%;
	height:auto;
	border-radius:10px;
	margin:0 0 20px;
}

.view .box strong{
	display:block;
	font-size:18px;
	line-height:22px;
	color:#afcb08;
	font-weight:600;
	margin:0 0 5px;
	position:relative;
}


.view .box.locked{
	pointer-events:none;
	opacity:.3;
}

.view .box.locked strong{
	color:#535353;
}

.view .box.locked strong:before{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 3px 0 0;
	background:url(../images/locked.png);
	background-size:contain;
	background-repeat:no-repeat;
}

.view.rezepte .box span{
	color:#afcb08;
}

.form-field.normal-field{
	width:100%;
	margin:0 10px 0 0;
}

.form-field.normal-field input, .form-field.normal-field label, .form-field.normal-field select, .form-field.normal-field .label{
	width:100%;
	float:none;
	display:block;
}

.form-field.normal-field.shorter-field{
	width:30%;
}

.form-field.normal-field p.label{
	margin:0;
}

.form-row{
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}

.form-field select{
	-webkit-appearance:none;
}

.geburtsdatum{
	display:flex;
	justify-content:space-between;
	width:50%;
}

.geburtsdatum select{
	margin:0 10px 0 0;
}

.form-area{
	padding:40px 0;
}

.hinweis{
	color:#afcb08;
}

#sendenbutton,#sendenbutton2{
	display:block;
	-webkit-appearance:none;
	cursor:pointer;
	background:#afcb08;
	border:1px solid #afcb08;
	color:#fff;
	padding:5px 30px;
	font-size:16px;
	line-height:22px;
	max-width:100%;
	float:right;
	border-radius:5px;
}

#sendenbutton:hover,#sendenbutton2:hover{
	color:#afcb08;
	background:#fff;
}

#sendpw{
	display:block;
	-webkit-appearance:none;
	cursor:pointer;
	background:#afcb08;
	border:1px solid #afcb08;
	color:#fff;
	padding:5px 30px;
	font-size:16px;
	line-height:22px;
	float:right;
	border-radius:5px;
}

#sendpw:hover{
	color:#afcb08;
	background:#fff;
}

.filter-wrapper{
	display:flex;
	justify-content:space-between;
}

.form-field.filter{
	position:relative;
}

.form-field.filter select{
	width:200px;
}

.form-field.filter:after{
	content:"\f0b0";
	display:block;
	font-family:fontawesome;
	pointer-events:none;
	color:#afcb08;
	position:absolute;
	top:7px;
	right:10px;
}

.st0{fill:#FFFFFF;stroke:#EEF3D2;stroke-width:3;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;stroke:#AFCB08;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:288;stroke-dashoffset:288;transition:4s;}

.green{
	color:#afcb08;
}

.bmi{
	padding:30px 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-end;
}

.bmi p{
	width:48%;
	font-size:18px;
	line-height:26px;
}

.bmi .form-field label{
	width:80%;
}

.bmi .form-field input{
	width:18%;
}

.zusammenfassung{
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	margin:0 0 20px;
}

.zusammenfassung div{
	width:27%;
	text-align:center;
}

.bmi-zusammenfassung{
	display:flex;
	box-sizing:border-box;
	padding:20px 20px 0;
	background:#afcb08;
	border-radius:3px;
	width:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 0 0;
}

.bmi-zusammenfassung p{
	width:48%;
	color:#fff;
}

.flex-field{
	display:flex;
	justify-content:space-between;
	align-items:center;
	white-space:nowrap;
	text-align:left;
}

.flex-field input{
	margin:0 10px;
}

.form-field.flex-field input, .form-field.flex-field label{
	width:auto;
	float:none;
}

.zusammenfassung .flex-field{
	margin:0 0 20px;
}

.zusammenfassung .flex-field input{
	width:40%;
}

.form-field.w50{
	width:50%!important;
	margin:0 0 20px;
}

.tb-entry{
	margin:0 0 20px;
}

.tb-entry .form-field label{
	font-size:25px;
	line-height:30px;
}

.tb-entry .form-field select{
	font-size:14px;
	line-height:18px;
}

.tb-entry table{
	width:100%;
	border-collapse:collapse;
}

.tb-entry table tbody:nth-of-type(1) tr:nth-of-type(1){
	background:#afcb08;
	color:#fff;
	font-size:18px;
	line-height:22px;
}

.tb-entry table th:first-of-type{
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}

.tb-entry table.tb-essen th:first-of-type{
	width:25%;
}

.tb-entry table th:last-of-type{
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.tb-entry table.tb-bewegung th:last-of-type{
	width:10%;
}

.tb-entry table th{
	padding:10px 15px;
}

.tb-entry table .form-field{
	margin:0;
}

.tb-entry table input, .tb-entry table select{
	float:none;
	width:100%;
	border-radius:5px;
	font-size:14px;
	line-height:22px;
	color:#535353;
}

.tb-entry table td{
	padding:15px 10px;
}

.tb-entry table td:first-of-type{
	padding-left:0;
}

.tb-entry table td:last-of-type{
	padding-right:0;
}

.flex-counter{
	display:flex;
	justify-content:space-between;
}

.flex-counter a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#afcb08;
	border-radius:4px;
	padding:5px 15px;
	line-height:33px;
	border:1px solid #afcb08;
}



.flex-counter a:hover{
	color:#afcb08;
	background:#fff;
}

.flex-counter .form-field input{
	width:60px;
}

.table-controller{
	display:inline-block;
	background:#afcb08;
	border-radius:4px;
	border:1px solid #afcb08;
	text-align:center;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
}

.table-controller:hover{
	background:#fff;
	color:#afcb08;
}

.bordered-box{
	padding:30px 30px 10px;
	border-radius:10px;
	border:2px solid #afcb08;
}

.bordered-box table{
	width:70%;
	border-collapse:collapse;
	margin:0 0 40px;
}

.bordered-box table td, .bordered-box table th{
	padding:10px;
}

.bordered-box table tr{
	border-bottom:1px solid #ccc;
}

.wc-widget{
	position:fixed;
	top:200px;
	right:-356px;
	z-index:900;
	padding:30px 30px 30px 50px;
	border-radius:10px;
	background:#afcb08;
	color:#fff;
	text-align:left;
	transition:300ms;
}

.wc-widget-head{
	position:absolute;
	top:79px;
	left:-89px;
	font-size:16px;
	line-height:24px;
	color:#fff;
	background:#afcb08;
	padding:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	transform:rotate(-90deg);
}


.wc-widget.active{
	right:0;
}

.wc-widget .close-btn{
	position:absolute;
	left:10px;
	top:7px;
	color:#fff;
	text-decoration:none;
}

.wc-widget .close-btn:hover{
	opacity:.5;
}

.wc-widget h2{
	color:#fff;
	font-size:30px;
	line-height:40px;
	margin:0 0 10px;
}

.wc-widget ul{
	display:block;
	list-style:none;
	padding:0;
	text-align:left;
	margin:0 0 30px;
}

.wc-widget ul li{
	display:block;
	font-size:18px;
	line-height:21px;
	margin:0 0 10px;
}

.wc-widget ul li:before{
	display:inline-block;
	content:"";
	width:21px;
	height:21px;
	background:url(../images/wc-check.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:3px;
	margin:0 10px 0 0;
}

.wc-widget .btn{
	color:#afcb08!important;
	background:#fff;
	border:1px solid #fff;
	font-size:16px;
	line-height:20px;
}

.wc-widget .btn:hover{
	color:#fff!important;
	background:#afcb08;
}

.has-error{
	background-color: #dc143c !important;
}

#navtrigger{
	display:none;
	font-size:18px;
	line-height:24px;
	color:#555;
	text-decoration:none;
	align-items:center;
}

#navtrigger span{
	font-size:24px;
	margin:0 5px 0 0;
}



.stats .box a, .view .box{
	text-decoration:none;
	color:#535353;
}

.detail-wrapper .details{
	/* display:none; */
}

.mobile-log{
	display:none!important;
}

.posAgb.error label:before{
	border:1px solid #FF0004;
}

.posAgb.error:after{
	content:"Bitte akzeptieren Sie unsere AGB.";
	display:inline-block;
	background:#FF8284;
	color:#fff;
	padding:5px 10px;
}

.posDsgvo.error:after{
	content:"Bitte akzeptieren Sie unseren Datenschutz.";
	display:inline-block;
	background:#FF8284;
	color:#fff;
	padding:5px 10px;
}

.pwvergessen{
	width:800px;
	max-width:100%;
	margin:0 auto;
}

#microeinfach p{
	width:800px;
	max-width:100%;
	margin:0 auto;
}

#microvideo {
	font-size:0;
	line-height:0;
	margin:0;
	position:relative;
}

#microvideo a{
	display:block;
	position:relative;
	background:#000;
	box-shadow:inset 0px 5rem 100rem rgba(0,0,0,0.8);
}

#microvideo a img{
	display:block;
	width:100%;
	height:auto;
	transition:250ms;
}

#microvideo a:hover img {
	opacity:0.5;
}

#microvideo a em {
	display:block;
	position:absolute;
	z-index:2;
	top:50%;
	margin:auto;
	left:150px;
	right:0;
	width:0;
	height:0;
	transition:250ms;
}

#microvideo a em i{
	background:#afcb08;
	padding:45px;
	border-radius:100%;
	font-size:40px;
	color:#fff;
}

#microvideo a em i:hover {
	background:#666666;
}

#microvideo .microtxt {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 10%;
}

#microvideo .microtxt h2 {
	background:rgba(255,255,255,.9);
	padding:20px;
	margin: 0 0 10px;
	font-size:45px;
	line-height:70px;
}

#microvideo .microtxt h2 span {
	font-weight:400;
}

#microvideo .microtxt p {
	background:rgba(255,255,255,.9);
	padding:30px;
	font-size:47px;
	display:block;
}

div.area.bg2 .ul-box ul li:before {
    content:'\f00c';
	display:inline-block;
	color:#afcb08;
	font-family:fontawesome;
	margin:0 10px 0 0;
}

.divkat{
	position:relative;
	display:inline-block;
	cursor:pointer;
	margin:0 5px 5px;

}

.divkat input{
	width:1px;height:1px;overflow:hidden;opacity:0;position:absolute;left:0;top:0;
}

.divkat label{
	display: block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
	border:1px solid #ccc;
	padding-right:50px;
	position:relative;
}

.divkat label:after{
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#f4f4f4;
	position:absolute;
	top:0px;
	right:10px;
	bottom:0;
	font-size:8px;
	margin:auto;
	font-family:"fontawesome";
	font-weight:900;
	color:#f4f4f4;
}

.divkat input:checked + label{
	border-color:#afcb08;
}

.divkat input:checked + label:after{
	background:#afcb08;
	content:"\f00c";
}

.form-field.form-nofloat input, .form-field.form-nofloat select{
	width:100%;
	float:none;
}

.pr10{padding-right:10px;}

.xl-hide{display:none!important}

.op{opacity:.25}

.absolute-box{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:50%;
	margin:auto;
	overflow:hidden;
	height:10px;
	padding:35% 0;
}

.absolute-box img{
	display:block;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
}

.caption{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	background:rgba(255,255,255,.95);
	padding:5px;
	text-align:center;
	margin: 5px;
	
	color:#afcb08;
}

.caption.caption-top{
	top:0;
}

.caption.caption-bottom{
	bottom:0;
}

.border{border:5px solid #fff;}
.borderx2{border-width:10px;}

.flx-row{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0 -10px;
}

.p10{padding:10px;}

.pl50{padding-left:50px;}
.pr50{padding-right:50px;}

.slick-arrow{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	background:#fff;
	width:40px;
	height:40px;
	color:#afcb08;
	overflow:hidden;
	text-indent:-9000px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	z-index:200;
	border:none;
}

.slick-arrow:before{
	content:"«";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events: none;
	font-weight:900;
	text-indent: 0;
	font-size:20px;
}

.initSlickCircle{
    padding-left: 70px;
	padding-right: 70px;
}



.slick-arrow.slick-prev{left:-50px;}
.slick-arrow.slick-next{right:-50px;}



.slick-arrow.slick-next:before{content:"»";}

@media only screen and (max-width: 1200px){
	#microvideo .microtxt h2 {
		padding: 10px;
		font-size: 45px;
	}

	#microvideo .microtxt p {
		padding: 20px;
		font-size: 35px;
	}

	#microvideo a em {
		top: 40%;
		left: 150px;
	}

}

@media only screen and (max-width: 900px){
	#microvideo .microtxt {
		top: 20%;
	}

	#microvideo .microtxt p {
		display: none;
	}

	#microvideo .microtxt h2 {
		padding: 10px;
		font-size: 45px;
	}
}

@media only screen and (max-width: 720px){
	#microvideo .microtxt h2 {
		font-size: 25px;
	}

	#microvideo a img {
		width: 160%;
		margin-left: -60%;
	}

	#microvideo a em {
		top: 50%;
		left: -10%;
	}

	#microvideo a em i {
		padding: 25px;
		font-size: 20px;
	}

	#microvideo iframe{
		height:270px;
	}
}

@media only screen and (max-width:1300px){
	.centered{
		padding-left:20px;
		padding-right:20px;
	}

	#navi{
		position:fixed;
		width:50%;
		display:block;
		left:-100%;
		top:0;
		min-height:100%;
		transition:left 300ms;
		background:#fff;
		text-align:left;
		max-height:100vh;
		overflow-y:scroll;
	}

	#navi.active{
		left:0;
	}

	#navi li{
		display:block;
		width:100%;
	}

	#navi li a{
		padding:25px;
	}

	#navtrigger{
		display:flex;
	}
}

@media only screen and (max-width:1200px){
	.slide strong, h1, .h1style{
		font-size:28px;
		line-height:38px;
	}

	.slide .flex-wrapper div > span{
		font-size:18px;
		line-height:24px;
	}

	.area{
		padding:60px 0;
	}

	.essen .box:nth-of-type(5){
		display:none;
	}

	.essen .box{
		width:24%;
	}
}

@media only screen and (max-width:1000px){
	.login .left, .login .right{
		width:100%;
	}

	.login .left{
		padding:60px 0 0;
	}

	.login .right{
		padding:60px 0;
	}

	.login .centered{
		display:block;
	}

	#subnavi li{
		display:none;
	}

	#subnavi > li > ul{
		padding:10px;
		background:#f4f4f4;
	}

	#subnavi > li > ul > li{
		text-align:center;
	}

	#subnavi > li > ul > li a{
		font-size:16px;
		line-height:28px;
		padding:10px;
	}

	#subnavi:before{
		display:block;
		content:"\f0c9";
		width:100%;
		color:#fff;
		background:#afcb08;
		text-align:center;
		padding:15px;
		box-sizing:border-box;
		font-family:fontawesome;
		font-size:20px;
		line-height:20px;
	}

	#subnavi.active li{
		display:block;
	}

	#subnavi li a{
		justify-content:center;
		padding:20px 0;
		font-size:18px;
		line-height:24px;
	}

	.essen .box:nth-of-type(4){
		display:none;
	}

	.essen .box{
		width:32%;
	}

	.bmi-zusammenfassung{
		width:100%;
		margin:0 0 20px;
	}
}

@media only screen and (max-width:720px){

	h1,
	.h1style {
		margin:0 0 20px;
	}

	.stats{
		display:block;
	}

	.stats .box{
		width:100%;
	}

	.stats:not(.borderless) .box:nth-of-type(2){
		border:none;
	}

	.stats .box svg{
		width:200px;
		max-width:100%;
		margin:0 auto;
	}

	.essen .box.invisible {
		opacity:1;
		transform:none;
	}

	.view .box{
		width:50%;
	}

	#sendenbutton,#sendenbutton2{
		float:none;
		margin: 20px 0;
	}

	.zusammenfassung{
		display:block;
	}

	.zusammenfassung div{
		width:100%;
	}

	.bmi p{
		width:100%;
	}

	.bmi .form-field{
		width:48%;
	}

	.bmi .form-field input{
		width:100%;
	}

	#log, .slider .flex-wrapper{
		display:none;
	}

	.mobile-log{
		display:block!important;
	}

	.mobile-log a{
		color:#fff!important;
		background:#afcb08;
		border-bottom:1px solid rgba(255,255,255,.5)!important;
	}

	#navi{
		width:100%;
		top:70px;
		background:#f5f5f5;
	}

	#navi li a{
		font-size:14px;
		line-height:18px;
		padding:15px 20px;
		border-bottom:1px solid rgba(0,0,0,0.05);
	}

	#logo{
		width:50%;
	}

	.slider .bottom{
		position:relative;
	}

	.slider{
		margin-top:77px;
	}

	.slide strong, h1, .h1style{
		font-size:18px;
		line-height:24px;
	}

	h2, .btn, .tb-entry .form-field label, h3{
		font-size:16px;
		line-height:26px;
	}

	html, body, div.area .ul-box ul li{
		font-size:14px;
		line-height:24px;
	}

	div.area ul li span {
		display:block;
	}

	.area{
		padding:40px 0;
	}

	.area.area8040 {
		padding:40px 0;
	}

	.essen{
		flex-wrap:wrap;
	}

	.essen .box{
		width:49%;
		margin:0 0 20px;
		padding-top:20px;
	}

	.essen .box p{
		display:none;
	}

	.essen .box:nth-of-type(4){
		display:block;
	}

	.essen .box img{
		margin:0 auto 20px;
	}

	.form-field.normal-field.shorter-field{
		width:100%;
	}

	.form-field, .form-field.normal-field{
		margin:0 0 20px;
	}

	.form-row{
		padding:0;
		display:block;
	}

	.tb-entry table tbody:nth-of-type(1){
		display:none;
	}

	.tb-entry table tbody tr{
		display:flex;
		flex-wrap:wrap;
		border-bottom:1px dashed #ccc;
		margin:0 0 20px;
		padding:0 0 20px;
	}

	.tb-entry table tbody tr td, .tb-entry table td:last-of-type{
		display:block;
		padding:10px;
		width:50%;
	}

	.form-field.w50{
		width:100%!important;
	}

	.bordered-box table td, .bordered-box table th{
		display:block;
		width:100%;
		padding:5px;
	}

	.filter-wrapper{
		display:block;
	}

	.form-field label {
		width:100%;
		float:none;
		clear:both;
	}

	.form-field input {
		width:100%;
		float:none;
		clear:both;
	}

	.form-field select {
		width:100%;
		float:none;
		clear:both;
	}

	.form-field.filter select{
		float:none;
		width:100%;
	}

	.view.rezepte .box{
		width:50%;
	}

	.flex-links{
		width:100%;
	}

	.themeless > .centered > img{
		display:none;
	}

	.content .area{
		padding:0;
	}

	#regsubmit {
		font-size:16px;
		line-height:22px;
	}

	#subnavi:hover {
		cursor:pointer;
	}

	#subnavi > li > a {
		padding:15px 0;
		border-bottom:1px solid rgba(0,0,0,0.05);
	}

	#subnavi > li > ul > li > a {
		text-align:left;
		padding:7px 10px;
		border-bottom:1px solid rgba(0,0,0,0.05);
	}

	.wc-widget-head, .wc-widget .close-btn{
		display:none;
	}

	.wc-widget{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		z-index:1;
		border-radius:0;
		padding:20px;
	}

	.wc-widget h2{
		font-size:18px;
		line-height:22px;
	}

	.wc-widget ul li, .quiz p, .checkbox label{
		font-size:16px;
		line-height:24px;
	}

	.quiz .centered > div{
		width:100%;
	}

	.resptable17{
		width:100%!important;
	}

	.resptable17 th{
		display:none!important;
	}

	.resptable17 tr{
		display:flex!important;
		align-items:center;
		justify-content:space-between;
		flex-wrap:wrap;
	}

	.resptable17 td{
		width:50%!important;
		display:inline-block!important;
	}

	.resptable17 td:nth-of-type(3){
		text-align:right!important;
	}
}

@media only screen and (max-width:400px){
	.view .box, .view.rezepte .box{
		width:100%;
	}
}

.pwpopup{
		position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:1000;
	display:none;
	align-items:center;
	justify-content:center;
	}

.onlyread{
	 -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	}

#savepwnew{
	padding:5px 15px;
	color:#fff;
	background:#afcb08;
	border:1px solid #afcb08;
	border-radius:8px;
	cursor:pointer;
	margin:0 auto;
	display:inline-block;
	font-size:1em;
	font-weight:300;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#getme{
	padding:8px 0;
	border-radius:5px;
	display:block;
	-webkit-appearance:none;
	cursor:pointer;
	background:#afcb08;
	border:1px solid #afcb08;
	color:#fff;
	font-size:16px;
	line-height:22px;
	max-width:100%;
	float:right;
	}

#zertform{
	display: flex;
  align-items: center;
  justify-content: center;
	}

.greynav{
	color: silver ;
	}

.errormsg{
	color:red;
	font-size:1.4em;
	}

.zertifikat h1{
	margin-bottom:80px;
}

.zertifikat{
	background-image:url(../images/zertifikat.png);
	background-repeat:no-repeat;
	background-position:bottom -80px right;
	padding:0 0 200px;
}

.zertifikat p{
	margin-bottom:60px;
}

@media only screen and (max-width:1000px){
	.zertifikat h1{
		margin-bottom:30px;
	}
}

@media only screen and (max-width:720px){
	.zertifikat{
		background-size:contain;
		background-position:center bottom;
	}
}

@media only screen and (max-width:320px){
	.essen .box{
		width:100%;
	}
}
/*
#verlauf{
	width: 1120px;
	height: 500px;
	margin-left:-150px;
	}
*/

.fluidvideo {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.fluidvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
}

div.area ul.tabnav{
	display:flex;
	align-items:flex-end;
	list-style:none;
	padding:0;
	margin:0 0 20px;
	border-radius:8px 8px 0 0;
	overflow:hidden;
	border-bottom:none;
}

div.area ul.tabnav li{
	display:block;
	width:100%;
	margin:0;
}

div.area ul.tabnav li a{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:6px;
	background:#f4f4f4;
	text-decoration:none;
	text-align:center;
	color:#484848;
	transform-origin: left bottom;
	border:1px solid #ccc;
	border-bottom:none;
}

div.area ul.tabnav li:first-of-type a{
	border-top-left-radius:8px;
}

div.area ul.tabnav li:last-of-type a{
	border-top-right-radius:8px;
}


div.area ul.tabnav li:not(:last-of-type) a{
	border-right:1px solid #ccc;
}
div.area ul.tabnav li.active a{
	color:#fff;
	background:#afcb08;
	border-color:#afcb08;
	padding:10px;
	border-radius:8px 8px 0 0;
}

.tab{
	display:none;
}

.tab.active{
	display:block;
}

.ui-menu{
	text-align:left!important
}

.btn, .btn-small{
	display:inline-block;
	background:#afcb08;
	border:1px solid #afcb08;
	color:#fff!important;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	border-radius:7px;
	text-decoration:none;
	padding:7px 35px;
	font-weight:600;
	cursor:pointer;
}

.btn-red{
	background:#ff5b5b;
	border-color:#ff5b5b;
}

.btn-white{
	background:#fff;
	border-color:#fff;
	color:#afcb08!important;
}


.btn-small{
	font-size:14px;
	line-height:18px;
	padding:7px 15px;
}

.btn:hover, .btn-small:hover{
	color:#afcb08!important;
	background:#fff;
}

.btn-red:hover{
	color:#ff5b5b!important;
}

.btn-white:hover{
	background:#afcb08;
	color:#fff!important;
}

.pager ul{
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}

.pager ul li{
	display:inline-block;
	margin:0 0 0 10px;
}

.pager ul li a{
	display:block;
	text-decoration:none;
	background:#f4f4f4;
	color:#484848;
	border:1px solid #ccc;
	min-width:25px;
	border-radius:3px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	padding:0 5px;
}

.pager ul li a.active{
	pointer-events:none;
	background:#fff;
}

.pager ul li:hover a{
	background:#ccc;
}

.flx-end{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.form-select{
	position: relative;
}

.form-select:before{
	content:"\f107";
	display:block;
	font-family:fontawesome;
	position:absolute;
	top:7px;
	right:10px;
	pointer-events:none;
}

.ui-autocomplete {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	max-width:48%;
}

/*                Studiofinder                 */

.w10{width:9%!important;}.w14{width:13%!important;}.w15{width:14%!important;}.w20{width:19%!important;}.w23{width:22%!important;}.w25{width:24%!important;}.w30{width:29%!important;}.w33{width:32%!important;}.w35{width:34%!important;}.w40{width:39%!important;}.w45{width:44%!important;}.w50{width:49%!important;}.w55{width:54%!important;}.w60{width:59%!important;}.w65{width:64%!important;}.w70{width:69%!important;}.w75{width:74%!important;}.w80{width:79%!important;}.w85{width:84%!important;}.w90{width:89%!important;}.w95{width:94%!important;}.w100{width:100%!important;}
.tar{text-align:right;}

.primary{color:#afcb08;}

.misf{
	padding:80px 0;
	background-image:url("../images/findermap.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}

.misf .centered{
	width:910px;
}

.misf-entry{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:left;
	margin:0 0 30px;
	padding:0 0 30px;
}

.misf-iconwrapper{
	display:flex;
	align-items:center;
	justify-content: center;
	width:67px;
	height:67px;
	border-radius:18px;
	border:1px solid #b0b0af;
	background:#fff;
	overflow:hidden;
}

.misf-iconwrapper img{
	display:block;
	max-width:95%;
	max-height:95%;
	width:auto;
	height:auto;
}

.misf-entry .misf-clubname{
	font-size:18px;
	line-height: 1.5;
	margin:0 0 20px;
}

.misf-entry p{
	margin:0;
}

.misf .btn, .misf-popup .btn{
	color:#afcb08!important;
	background:#fff;
	font-weight:normal;
	border:1px solid #afcb08;
	font-size:18px;
	padding:18px 20px;
	-webkit-appearance:none;
	appearance:none;
}

.misf .btn:hover, .misf-popup .btn:hover{
	background:#afcb08;
	color:#fff!important;
}

span.minwidth{
	display:inline-block;
	width:55px;
}

.searchfield input:not([type='submit']), .form-field19 input{
	border:none;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:16px;
	line-height:1.5;
	border-radius:20px;
	border:2px solid #afcb08;
	transform:none!important;
}

.popclose{
	position:absolute;

	top:0;
	right:0;
	padding:20px;
	display:block;
	font-size:20px;
}



.searchfield input:not([type='submit']){
	padding-right:70px;
}

.searchfield{
	position:relative;
	overflow:hidden;
}

.searchfield input[type='submit']{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:100%;
	background:#afcb08;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	border-left:2px solid #afcb08;
	border-top-right-radius:28px;
	border-bottom-right-radius:28px;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border:none;
	box-shadow:none;
}

.searchfield input[type='submit']:hover{
	background:#839906;
}

.searchfield:after{
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	line-height:20px;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:100%;
	pointer-events:none;
	background-image:url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-size:24px auto;
	background-position:center;
}

.searchfield input[type='submit']:hover:after{
	color:#afcb08;
}

.misf-popup{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9000;
	display:none;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,.27);
}

.misf-popup .ovrly{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	cursor:inherit;
}

.misf-popup.active{
	display:flex;
}

.misf-popup .misf-content{
	background:#fff;
	box-sizing:border-box;
	padding:60px;
	border-radius:25px;
	width:1200px;
	max-width:95vw;
	max-height:95vh;
	position: relative;
	z-index:2;
	overflow:auto;
}

.flx-spc{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.form-check{
	text-align:left;
	position:relative;
}

.form-check input{
	margin:6px 10px 0 0;
	position:absolute;
	left:0;
	top:0;
}

.form-check label{
	display:block;
	padding-left:20px;
	cursor: pointer;
}

.mb0{
	margin-bottom:0!important;
}

span.block{
	display:block;
}

.posrel{
	position:relative;
}

.whitespace{
	position:absolute;
	right:0;
	top:0;
	width:80%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.whitespace:hover{
	background:#f4f4f4;
	width:auto;
	min-width:80%;
}

.mapicon{
	display:block;
	width:110px;
	height:auto;
	margin:0 auto 20px;
}

.misf .h1style{
	text-align:center;
}

.misf .subheadline{
	text-align:center;
}

.tac{
	text-align:center;
}

@media only screen and (max-width:1400px){
	.misf .btn{
		font-size:16px;
		padding:13px 14px;
	}

	.misf-entry .w30.tar{
		width:100%!important;
		text-align: center!important;
		padding-top:20px;
	}

	.misf-entry{
		border-bottom:3px solid rgba(0,0,0,.1);
	}

	.misf-entry .w25{
		width:45%!important;
	}

	.misf-entry .w35{
		width:40%!important;
	}

	.misf-entry .w80, .misf-entry .w20{
		width:100%!important;
		text-align:left!important
	}

	.misf-entry .w80{
		margin:0!important;
	}

	.misf-entry .w20{
		font-size:16px;
	}
}

@media only screen and (max-width:720px){
	.misf-entry .w35{
		width:100%!important;
	}

	.misf .centered{
		padding:0;
	}

	.misf-entry .w25{
		width:100%!important;
		margin:0 0 10px!important;
	}

	.misf-entry{
		justify-content:flex-start;
		padding:14px;
		box-sizing:border-box;
		background:rgba(255,255,255,.8);
		margin:0;
	}

	.misf-iconwrapper{
		position:absolute;
		top:10px;
		right:10px;
	}

	.misf-entry{
		position:relative;
	}

	.whitespace{
		position:relative;
		white-space: normal;
		overflow:visible;
	}

	.misf .centered > p.tac{
		margin:20px 0;
	}

	.form-field19.w50{
		width:100%!important
	}

	.misf-popup .misf-content{
		padding:20px;
	}
}

.print {
	display: none !important;
}

select.tageszeit {
	/* width: 100px !important; */
}

@media print {
	table tr ,table tr td {
		border: 1px solid #000 !important;
	}

	.tb-entry table td {
  padding: 5px !important;
		}

		.login .right {
  width: 100%;
  padding: 0;
  text-align: left;
}

	table tr td:first {
		width: 50px;
	}

	 body {
    margin: 0;
    color: #000;
    background-color: #fff;
    font-size: 13px
  }
	.noprint, .noprint *	{
		display: none !important;
	}
	.tab-container, .right{
		width: 100% !important;
	}
	select.tageszeit{
		width: 85px !important;
	}
	input, select {
		border-style: none !important;
	}

	.print {
		display: inline !important;
	}
}





/* Update 2.9.24 */

.posrel{position:relative;}
.ovrly{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-width:1200px;
	padding:0 20px;
}

.white{color:#fff;}
.bg-white-a{background-color:rgba(255,255,255,.7)}
.p20{padding:20px;}
.pt0{padding-top:0!important}
.rnd{border-radius:5px;}
.form-field.normalized input,
.form-field.normalized select{
	width:100%;
	float:none;
}

.flx-vstrt{
	display:flex;
	align-items:flex-start;
}

.flx-hstrt{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}

.flx-hend{
	display:flex;
	align-items:flex-start;
	justify-content:flex-end;
}

.gap10{gap:10px;}
.gap30{gap:30px;}

.x-w100{width:100%!important}
.x-w80{width:79%!important}
.x-w70{width:69%!important}
.x-w66{width:65%!important}
.x-w50{width:49%!important}
.x-w50-f{width:50%!important}
.x-w33{width:32%!important}
.x-w30{width:29%!important}
.x-w25{width:24%!important}
img.block{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.mb20{margin-bottom:20px!important;}
.mr10{margin-right:10px;}
.mb40{margin-bottom:40px!important;}
.mb80{margin-bottom:80px;}
.mb0{margin-bottom:0px;}


.pt20{padding-top:20px;}

.addfav{
	position:absolute;left:20px;bottom:20px;
	transition:300ms;
	color:#ccc;
}

.addfav:before{
	content:"\f067";
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	font-family:fontawesome;
	
}

.addfav:hover{
	transform:rotate(10deg);	
}

.addfav .fa{
	font-size:60px;
}

.addfav.isFav{
	color:#afcb08;
}

.addfav.isFav:before{
	content:"\f004";
	font-size:25px;
}

input.inline-field{
	display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: none;
    color: #999;
    font-size: 14px;
    line-height: 18px;
	width:40px;
	text-align:center;
	top:-3px;
	position:relative;
}

div.area ul.recipe-list, div.area ul.recipe-steps{
	list-style:none;
	margin:0 0 20px;
	padding:0;
}

div.area ul.recipe-list li, div.area ul.recipe-steps li{
	display:block;
	padding:10px;
	border-bottom:1px dashed #ccc;
	display:flex;
	margin:0;
}

div.area ul.recipe-list li:last-of-type{
	border-bottom:none;
}

div.area ul.recipe-list em{
	display:inline-block;
	font-style:normal;
	min-width:35%;
}

div.area ul.recipe-steps li em{
	display:inline-block;
	margin-right:20px;
	min-width:30px;
	color:#afcb08;
	font-style: normal;
	font-size:20px;
	font-weight: 600;
}

a.link{
	text-decoration:none;
	color:#535353;
}

a.link:hover{opacity:.8;}

div.area ul.werte{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	gap:20px;
}

div.area ul.werte li{
	display:block;
	width:30%;
	width:calc(33%-20px);
	padding:10px;
	border-radius:10px;
	background:#f4f4f4;
	text-align:center;
}

.w70 h2{line-height:1.5;}

.kochwrapper{
		display:block;
	width:450px;
	max-width:100%;
	margin:40px auto 80px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	position:relative;
}

.slick-dots{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:-40px;
	right:0;
}

.slick-dots li{
	display:block;
	margin:0 4px;
}

.slick-dots button{
	display:block;
	overflow:hidden;
	text-indent: -200px;
	border:none;
	background:#f4f4f4;
	border-radius:0;
	width:40px;
	height:7px;
	cursor:pointer;
}

.slick-dots .slick-active button{
	background:#afcb08;
}

@media only screen and (max-width:720px){
	.x-s-w50{width:49%!important}
	div.area ul.werte{flex-wrap:wrap;gap:0;justify-content: space-between}
	div.area ul.werte li{width:49%;}
	.x-s-w100{width:100%!important;}
	
}