/*
Theme Name: ML Cartoons
Theme URI: http://www.medi-learn.de
Description: MEDI-LEARN Cartoons Theme
Version: 1
Author: Fritz Ramcke
Author URI: http://www.medi-learn.de
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:active, a:visited {
    color: #60a938;
    text-decoration: none;
}
a:hover {
	color: #70b24c;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
   Colors
   ––––––––––––––––––––––––––––––––––––––––––––––––––
    dark-bg: #3d3d3d
    light-bg: #e7e7e7;
	green-bg: #769d61;

	fonts
	green/links: #78b828;
	orange: #d4843c;
	grey: #b1b1b1;

–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.row {
	margin-left: -2%;
	margin-right: -2%
}

.col {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
.flex-row {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-content: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
}


@media (min-width: 800px) {
	.container {
		width: 100%;
	}
	.small-container {
		padding-left: 8.3333333333%;
		padding-right: 8.33333333%;
	}

	.col {

	}

	.col:first-child {

	}

	.col-1	{ width: 8.3333333333%; }
	.col-2	{ width: 16.6666666667%; }
	.col-3	{ width: 25%; }
	.col-4	{ width: 33.3333333333%; }
	.col-5	{ width: 41.6666666667%; }
	.col-6	{ width: 50%; }
	.col-7	{ width: 58.3333333333%; }
	.col-8	{ width: 66.6666666667%; }
	.col-9	{ width: 75%; }
	.col-10	{ width: 83.3333333333%; }
	.col-11	{ width: 91.6666666667%; }
	.col-12	{ width: 100%; }

	.third.col	{ width: 30.6666666667%; }
	.two-thirds.col	{ width: 65.3333333333%; }

	.half.col	{ width: 48%; }

	/* Offsets */
	.push-1.col 	{ margin-left: 8.3333333333%; }
	.push-2.col 	{ margin-left: 16.6666666667%; }
	.push-3.col 	{ margin-left: 25%; }
	.push-4.col 	{ margin-left: 33.3333333333%; }
	.push-5.col 	{ margin-left: 41.6666666667%; }
	.push-6.col 	{ margin-left: 50%; }
	.push-7.col 	{ margin-left: 58.3333333333%; }
	.push-8.col 	{ margin-left: 66.6666666667%; }
	.push-9.col 	{ margin-left: 75.0%; }
	.push-10.col	{ margin-left: 83.3333333333%; }
	.push-11.col	{ margin-left: 91.6666666667%; }

}


@media (min-width: 550px) {

	.col-tile {
		width: 48%;
	}
}


@media (min-width: 1000px) {

	.col-tile {
		width: 30.6666666667%;
	}
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size: 62.5%;
}
body {
	font-size: 2em;
	line-height: 1.5;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #3d3d3d;
}

.container:after,
.row:after,
.nav:after,
.clear:after {
	content: "";
	display: table;
	clear: both;
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header {
	height: 80px;
	background-color: #769d61;
}

.logo-container {
	position: relative;
	width: 155px;
	height: 155px;
	margin-right: 50px;
	background-color: #fff;
	/*border-radius: 200px;*/
	border-bottom-right-radius:200px;
	border-bottom-left-radius: 200px;
	top: -30px;
	float: left;
	z-index: 200;
}


@media (min-width: 980px) {
	.logo-container {
		width: 185px;
		height: 185px;
		margin-left: 8.3333333333%;
	}
	.page-header {
		height: 110px;
	}
}
@media (min-width: 1030px) {
.main-nav-list a {
		font-size: 20px;
		padding: 70px 20px 10px;
	}
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 10px;
	background: url(/cartoons/wp-content/themes/ml%20cartoons/img/cartoons-logo.svg) no-repeat;
	background-position: 50%;
	background-size: 85%;

}
.main-nav {
	position: relative;
}
.main-nav-list {
	position: absolute;
	width: 100%;
	top: 80px;
	z-index: 100;
	background-color: #e7e7e7;
	display: none;
}
.active-nav .main-nav-list {
	display: block;
}
.main-nav-list a {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 170px;
	color: #7AB928;
	text-decoration: none;
	border-bottom: 1px solid #DADADA;
}
.main-nav-list a:hover {
	background-color: #eee;
}
.menu {
	display: block;
	width: 60px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url('img/burger.svg') center no-repeat;
}
.menu.active-button,
.menu:hover {
	background-color: #9AB78A;
	border-radius: 10px;
}

@media (min-width: 980px) {
	.menu {
		display: none;
	}
	.main-nav {
		float: right;
	}
	.main-nav-list {
		display: block;
		position: static;
		background: none;
	}
	.main-nav-list li {
		float: left;
	}
	.main-nav-list a {
		padding: 70px 15px 10px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		border-bottom: none;
		-webkit-transition: background .2s ease, color .2s ease;
		-moz-transition: background .2s ease, color .2s ease;
		-ms-transition: background .2s ease, color .2s ease;
		-o-transition: background .2s ease, color .2s ease;
		transition: background .2s ease, color .2s ease;

	}
	.main-nav-list a.active,
	.main-nav-list a:hover {
		color: #d4843c;
		background-color: #577546; /*#3d3d3d;*/
		border-bottom: 3px solid #d4843c;
	}
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.alignnone {
	display: none;
}

.advads-close-button {
	width: 40px!important;
	height: 40px!important;
	top: -15px!important;
	line-height: 40px!important;
	right: -15px;
	border: 4px solid #000;
	border-radius: 25px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}


.content {
	padding-top: 70px;
	padding-bottom: 70px;
}

.light-grey {
	background-color: #e7e7e7;
}
.cartoon {
	text-align: center;
	background-color: #fff;
	font-size: 0;
	position: relative;
}


.cartoon img {
	width: 100%;
	max-width: 500px;
	height:auto !important;
	/*border-radius: 20px;*/
}

.cartoon-controls {
	background-color: #464646;
}
.ctrl-list {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0;
}
@media (min-width: 800px) {
	.so-me {
		position: absolute;
		left: -80px;
		top: 10px;
		width: 65px;
	}

}
@media (max-width: 800px) {
	.so-me .ctrl-list li a {
		border:2px solid #ddd;
	}
}
.ctrl-list li {
	display: inline-block;
}
.so-me .ctrl-list li {
	display: inline-block;
	margin: 5px;
}
.ctrl-list li a {
	display: block;
	padding: 13px 15px;
	background: #464646;
	border-radius: 20px;
}
.so-me .ctrl-list li a {
	background-color: #fff;
}
.icon {
	display: inline-block;
	width: 35px;
	height: 38px;
	padding: 0 15px;
	box-sizing: content-box;
	fill: #545454;
}
.icon-rdm {
	width: 110px;
}
.ctrl-list li a .icon {
	fill: #78b828;
	padding: 0;
	-webkit-transition: fill .3s ease;
	-moz-transition: fill .3s ease;
	-ms-transition: fill .3s ease;
	-o-transition: fill .3s ease;
	transition: fill .3s ease;
}

.ctrl-list li a:hover {
	background: #565656;
}
.so-me .ctrl-list li a:hover {
	background: #fff;
}
.ctrl-list li a:hover .icon {
	fill: #d4843c;
}

.cartoon-controls-bot {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.cartoon-controls-top {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.entry-title {
	text-align: center;
	font-size: 1.5em;
}

@media (min-width: 800px) {
	.entry-title {
		font-size: 2em;
	}
}
/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.vert-nav > li {
	float: left;
}
.vert-nav-center {
	text-align: center;
}
.vert-nav-center > li {
	display: inline-block;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.footer-top {
	text-align: center;
	border-top: 1px solid #747474;
}
.footer-titel,
.footer-impressum,
.footer-impressum:visited {
	color: #747474;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}
.footer-impressum:hover,
.footer-impressum:active {
	color: #eee;
}
.sponsor .footer-logo {
	height:40px;
	fill:#747474;
}
.sponsor-daef .footer-logo {
	width:112px;
}
.sponsor-apo .footer-logo {
	width:154px;
}
.sponsor-boso .footer-logo {
	width:48px;
}
.sponsor-thieme .footer-logo {
	width:98px;
}
.sponsor-daev .footer-logo {
	width:145px;
}
.sponsor {
	padding: 1rem 2rem;
}
.sponsor > a {
	display: block;
}
.footer-bottom {
	padding: 1rem 0;
}
.footer-bottom a {
	font-size: 14px;
	color: #747474;
	text-decoration: none;
}

#myShop {
	font-size: 16px;
}


/* Nullschicht
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.centerwrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.textbox-padding {
	padding: 0 11%;
}
.cover-container {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.cover-container img {
	width: 100%;
}
.center-text {
	text-align: center;
}

.grey {
	background: #e7e7e7;
	color: #3d3d3d;
}
.form-adressdaten {
	margin-bottom: 3rem;
}
.feld-container {
	float: left;
	padding: 0 1.5%;
	margin-bottom: 1rem;
}

.form-row {
	margin-bottom: 1rem;
}

.radio-container {
	width: 100%;
	float: left;
	padding-left: 1.5%;

	margin-bottom: 1rem;
}

.half,
.fmail,
.fstr,
.fnr,
.fzstz,
.fplz,
.fort {
	width: 100%;
}
.feld-label {
	padding-left: 1.25rem;
}
.feld:focus {
	outline: none;
	background-color: #f1f2f3;
}
.btn:focus {
	outline: none;
}
.feld {
	color: #3d3d3d;
	display: block;
	border-radius: 12px;
	padding: 20px;
	border: none;
	width: 100%;
	height: 62px;
	margin: 0 0 10px 0;
	font-size: 20px;
	background: #fff;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.btn {
	color: #E7E7E7;
	display: inline-block;
	background: #cccccc;
	border: none;
	height: 62px;
	padding: 20px 32px;
	text-align: center;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #fff;
	border-radius: .6em;
	line-height: 1;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.btn.green {
	background: #60a938;
}
a.btn,
a.btn:hover {
	color: #fff;
}
.btn:hover {
	background: #70b24c;
	cursor: pointer;
}
.btn:active {
	background: #569832;
	-webkit-box-shadow: inset 0px 4px 5px 0px rgba(64,139,33,.5);
	-moz-box-shadow: inset 0px 4px 5px 0px rgba(64,139,33,.5);
	box-shadow:  inset 0px 4px 5px 0px rgba(64,139,33,.5);
}

@media screen and (min-width: 700px) {


	.btn {
		margin-bottom: 0;
	}
	.box-full,
	.box-half {
		float: left;
		margin-bottom: 6rem
	}
	.box-full {
		width: 100%
	}
	.box-half {
		width: 45%;
	}
	.box-half:nth-of-type(odd) {
		margin-left: 10%;
	}
	.kalender-box-half:nth-of-type(odd) {
		margin-left: 0;
	}
	.kalender-box-half:nth-of-type(even) {
		margin-left: 10%;
	}
	.produkte {
		padding-top: 6rem;
	}
	.formular {
		padding: 6rem 0;
	}
	.formular2 {
		padding: 3rem 0;
	}
	.half,
	.fmail {
		width: 50%;
	}
	.fstr {
		width: 65%;
	}
	.fnr {
		width: 15%;
	}
	.fzstz {
		width: 20%
	}
	.fplz {
		width: 21%
	}
	.fort {
		width: 79%;
	}
}
