body.home .container-wrap {
	margin-top: 0px ! important;
	padding-bottom: 0px;
	z-index: auto;
}

body.home .container.main-content .row {
	padding-bottom: 0px;
}

@media only screen and (min-width: 1000px) {
	body.home .space-evenly {
		display: flex;
		justify-content: space-between;
	}
}

body.home .home-thema-item {
	display: inline-block;
	float: left;
	position: relative;
	background-color: #ffffff;
}


@media only screen and (max-width : 690px) {
	body.home .home-thema-item {
		width: 100%;
		height: 320px;
		margin-bottom: 70px;
	}
}
@media only screen and (min-width : 690px) and (max-width : 1000px) {
	body.home .home-thema-item {
		width: 46.5%;
		height: 380px;
		margin-bottom: 70px;
	}
	body.home .home-thema-item:nth-of-type(2n) {
		margin-left: 6%;
	}
}
@media only screen and (min-width: 1000px) {
	body.home .home-thema-item {
		width: 22.5%;
		height: 360px;
		margin-bottom: 35px;
	}
}

body.home .home-thema-item .main-icon {
	width: 110px;
	height: 110px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.5s;
	transition-timing-function: ease-out;
	border-bottom-right-radius: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

body.home .home-thema-item:hover .main-icon {
	transform: scale(1.2, 1.2) translateX(-40%);
}

body.home .home-thema-item.zielbild-wissen-koennen-wollen .icon {
	background-color: #00aecb;
	background-image: url('/wp-content/uploads/2016/12/icon-kompetenz_nur_symbol.png');
	background-size:55% !important;
}
body.home .home-thema-item.lernen-begleiten .icon {
	background-color: #fbb900;
	background-image: url('/wp-content/uploads/2016/12/icon-status-lernen_nur_symbol.png');
	background-size:55% !important;

}
body.home .home-thema-item.reflektiert-entwickeln .icon {
	background-color: #6978c8;
	background-image: url('/wp-content/uploads/2016/12/icon-reflexionsprozess_nur_symbol.png');
	background-size:55% !important;
}
body.home .home-thema-item.system-schule .icon {
	background-color: #eb3c50;
	background-image: url('/wp-content/uploads/2016/12/icon-schulsystem_nur_symbol.png');
	background-size:55% !important;
}

body.home .home-thema-item .content {
	padding-top: 110px;
}

body.home .home-thema-item h2 {
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0px;
}

body.home .home-thema-item .thema-subtext {
	/* MCCOM ----- */
	color:#999;
	padding: 0px 30px;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0.1px;
	font-family: "Montserrat" !important;
}

body.home .home-thema-item .more-link {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	color:#999 !important;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: bold;
}

body.home .home-thema-item .more-link span {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	background: none;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
	transition: color 0.5s, border-color 0.5s;
	transition-timing-function: ease-out;
}

body.home .home-thema-item.zielbild-wissen-koennen-wollen:hover .more-link span {
	color: #00aecb;
	border-color: #00aecb;
}
body.home .home-thema-item.lernen-begleiten:hover .more-link span {
	color: #fbb900;
	border-color: #fbb900;
}
body.home .home-thema-item.reflektiert-entwickeln:hover .more-link span {
	color: #6978c8;
	border-color: #6978c8;
}
body.home .home-thema-item.system-schule:hover .more-link span {
	color: #eb3c50;
	border-color: #eb3c50;
}

body.home .home-thema-item .themen-ubersicht-link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	transition-timing-function: ease-out;
	padding: 8px 14px;
	bottom: -35px;
	height: 35px;
	color: #ffffff !important;
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}

body.home .home-thema-item:hover .themen-ubersicht-link {
	visibility: visible;
	opacity: 1;
}

body.home .home-thema-item.zielbild-wissen-koennen-wollen .themen-ubersicht-link {
	background-color: #00aecb;
}
body.home .home-thema-item.lernen-begleiten .themen-ubersicht-link {
	background-color: #fbb900;
}
body.home .home-thema-item.reflektiert-entwickeln .themen-ubersicht-link {
	background-color: #6978c8;
}
body.home .home-thema-item.system-schule .themen-ubersicht-link {
	background-color: #eb3c50;
}
.themen-ubersicht{
    top: 50% !important;
	margin-top:-200px !important;
}
body.home .home-thema-item .themen-ubersicht {
	position: absolute;
	display: none;
	z-index: 10001;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #888888;
	width: 300px;
	padding: 25px;

}

body.home .home-thema-item .themen-ubersicht {
	position: absolute;
	display: none;
	z-index: 10001;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #888888;
	width: 300px;
	padding: 25px;

}



@media only screen and (max-width: 400px) and (max-height: 800px) {
  body.home .home-thema-item .themen-ubersicht {
	max-height:425px;
	overflow: scroll;
}
body.home .home-thema-item .themen-ubersicht .modal-close {
    right: 0px !important;
    top: 0px !important;
    background-color: rgba(0,0,0,0.8) !important;
}
.themen-ubersicht{
    top: 53% !important;
}
}
@media only screen and (max-width: 800px) and (max-height: 400px) {
  body.home .home-thema-item .themen-ubersicht {
	max-height:250px;
	overflow: scroll;
}
body.home .home-thema-item .themen-ubersicht .modal-close {
    right: 0px !important;
    top: 0px !important;
    background-color: rgba(0,0,0,0.8) !important;
}
.themen-ubersicht{
    top: 78% !important;
}
}





body.home .home-thema-item .modal-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

body.home #content .home-thema-item .themen-ubersicht h3 {
	margin-left: 40px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 30px;
	font-family: "Montserrat" !important;
font-weight: 700!important;
}

body.home .home-thema-item .themen-ubersicht a {
	color: #999;
}

body.home .home-thema-item .themen-ubersicht ul {
	margin: 0px;
}

body.home .home-thema-item .themen-ubersicht ul li {
list-style: none;
border-top: 1px dotted #cccccc;
line-height: 18px;
padding: 5px 0px 5px 0px;
font-family: "Montserrat";
font-size:13px;
}

body.home .home-thema-item .themen-ubersicht ul li a:hover {
	color: #000000;
}

body.home .home-thema-item .themen-ubersicht .modal-close {
	position: absolute;
	height: 25px;
	width: 40px;
	right: 20px;
	top: -25px;
	background-color: rgba(0,0,0,0.6);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

body.home .home-thema-item .themen-ubersicht a.more-link-modal {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

body.home .home-thema-item .themen-ubersicht a.more-link-modal:after {
	content: "\276F";
	position: absolute;
	right: 25px;
}

body.home .home-thema-item.zielbild-wissen-koennen-wollen .themen-ubersicht h3,
body.home .home-thema-item.zielbild-wissen-koennen-wollen .themen-ubersicht a.more-link-modal {
	color: #00aecb ! important;
}
body.home .home-thema-item.lernen-begleiten .themen-ubersicht h3,
body.home .home-thema-item.lernen-begleiten .themen-ubersicht a.more-link-modal {
	color: #fbb900 ! important;
}
body.home .home-thema-item.reflektiert-entwickeln .themen-ubersicht h3,
body.home .home-thema-item.reflektiert-entwickeln .themen-ubersicht a.more-link-modal {
	color: #6978c8 ! important;
}
body.home .home-thema-item.system-schule .themen-ubersicht h3,
body.home .home-thema-item.system-schule .themen-ubersicht a.more-link-modal {
	color: #eb3c50 ! important;
}


#post-area {
	padding-right: 0px ! important;
	margin-top:0px;
}

body.home #post-area {
	width: 100% ! important;
	margin: 30px 0px 0px 0px ! important;
	padding: 30px 0px 0px 0px ! important;
}

body.home #post-area::before {
	content: "�";
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: -1500px;
	right: -1500px;
	background-color: #ffffff;
}

body.termine #post-area {
	min-height: 500px;
}

@media only screen and (min-width: 1000px) {
	body.hhhome #post-area .posts-container {
		display: flex;
		justify-content: space-between;
	}

	body #post-area .posts-container {
		margin-left: -3%;
	}
}

body:not(.single) #post-area .posts-container article {
	background-color: #ffffff;
	position: relative ! important;
	top: auto ! important;
	left: auto ! important;
	float: left;
	margin-bottom: 30px;
}

body:not(.single) #post-area .posts-container article.material {
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}

body:not(.single):not(.home) #post-area .posts-container article.col13,
body:not(.single):not(.home) #post-area .posts-container article.col23,
body:not(.single):not(.home) #post-area .posts-container article.col33 {
	/*hheight: 400px;*/
}

body.home #post-area .posts-container article {
	border: 1px solid #cccccc;
}

@media only screen and (max-width : 1000px) {
	body:not(.single) #post-area .posts-container article.col13,
	body:not(.single) #post-area .posts-container article.col23,
	body:not(.single) #post-area .posts-container article.col33,
	body.home #post-area .posts-container article.col12,
	body.home #post-area .posts-container article.col22 {
		width: 100%;
	}
	body.home #post-area .posts-container article.col12,
	body.home #post-area .posts-container article.col22 {
		/*height: 400px;*/
	}
}
@media only screen and (min-width: 1000px) {
	body:not(.single):not(.home) #post-area .posts-container article.col13 {
		margin-left: 3%;
		width: 30%;
	}
	body:not(.single):not(.home) #post-area .posts-container article.col23 {
		margin-left: 3%;
		width: 63%;
	}
	body:not(.single):not(.home) #post-area .posts-container article.col33 {
		margin-left: 3%;
		width: 96%;
	}
	body.home #post-area .posts-container article.col12 {
		margin-left: 3%;
		width: 47%;
	}
	body.home #post-area .posts-container article.col22 {
		margin-left: 3%;
		width: 97%;
	}
}

body:not(.single) #post-area .posts-container article.type-post .post-meta,
body:not(.single) #post-area .posts-container article.type-post .post-header .meta-author,
body:not(.single) #post-area .posts-container article.type-post .post-header .meta-category,
body:not(.single) #post-area .posts-container article.type-post .post-header .meta-comment-count {
	display: none ! important;
}

body:not(.single) #post-area .posts-container article .inner-wrap {
	background: transparent;
}

body.home #post-area .posts-container article .inner-wrap {
	padding: 15px;
}

body:not(.single) #post-area .posts-container article .post-content,
body.termine #post-area article .post-content,
body:not(.single) #post-area .posts-container article .content-inner,
body.termine #post-area article .content-inner {
	padding: 0px;
	margin: 0px;
}

/*
body:not(.single):not(.home):not(.termine) #post-area .posts-container article.with_star:first-of-type .inner-wrap::before {
	content: url('/wp-content/uploads/2016/11/first-post-star.png');
	padding: 5px;
	padding-bottom: 7px;
	border-bottom-right-radius: 5px;
	line-height: 1px;
	position: absolute;
	z-index: 100000;
	left: 0px;
	top: 0px;
}

body:not(.single) #post-area .posts-container article.category-zielbild-wissen-koennen-wollen:first-of-type .inner-wrap::before {
	background-color: #00aecb;
}
body:not(.single) #post-area .posts-container article.category-lernen-begleiten:first-of-type .inner-wrap::before {
	background-color: #fbb900;
}
body:not(.single) #post-area .posts-container article.category-reflektiert-entwickeln:first-of-type .inner-wrap::before {
	background-color: #6978c8;
}
body:not(.single) #post-area .posts-container article.category-system-schule:first-of-type .inner-wrap::before {
	background-color: #eb3c50;
}


body:not(.single) #post-area .posts-container article.text:first-of-type .post-category-header,
body:not(.single) #post-area .posts-container article.bgimage:first-of-type .post-category-header,
body:not(.single) #post-area .posts-container article.quote:first-of-type .post-header {
	margin-top: 15px;
}
*/

body:not(.single):not(.home):not(.termine) #post-area .posts-container article .article-content-wrap {
	padding: 20px ! important;
}
body.home #post-area .posts-container article .article-content-wrap {
	padding-bottom: 5px;
}
@media only screen and (min-width: 1000px) {
	body:not(.single):not(.home):not(.termine) #post-area .posts-container article .article-content-wrap {
		height: 400px;
	}
	body:not(.single):not(.home):not(.termine) #post-area .posts-container article.sideimage.col13 .article-content-wrap,
	body:not(.single):not(.home):not(.termine) #post-area .posts-container article.sideimage.col23 .article-content-wrap {
		height: 200px;
	}
}
@media only screen and (max-width : 1000px) {
	body.home #post-area .posts-container article.sideimage .article-content-wrap {
		padding-top: 10px;
	}
}
@media only screen and (min-width: 1000px) {
	body.home #post-area .posts-container article .article-content-wrap {
		-height: 200px;
	}
	body.home #post-area .posts-container article.sideimage.col12 .article-content-wrap {
		padding-top: 10px;
	}
}

body:not(.single) #post-area .posts-container article .post-category-header {
	font-family: "Montserrat";
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 0.85em;
}

body:not(.single) #post-area .posts-container article .post-header h2 {
	font-size: 22px;
}

body:not(.single) #post-area .posts-container article a,
body ul.pages_box_menu a,
body.termine #post-area .posts-container ul li a {
	color: #000000 ! important;
}


body:not(.single) #post-area .posts-container article .more-link,
body ul.pages_box_menu li .more-link,
body.termine #post-area .posts-container ul li .more-link {
	display: block;
	position: absolute;
}
@media only screen and (max-width : 1000px) {
	body:not(.single) #post-area .posts-container article .more-link,
body ul.pages_box_menu li .more-link,
body.termine #post-area .posts-container ul li .more-link {
	display: block;
	position: static;
}



}
body:not(.single):not(.home) #post-area .posts-container article .more-link,
body ul.pages_box_menu li .more-link,
body.termine #post-area .posts-container ul li .more-link {
	bottom: 30px;
}
body.home #post-area .posts-container article .more-link {
	bottom: 5px;
}

body:not(.single) #post-area .posts-container article .more-link span,
body ul.pages_box_menu li .more-link span,
body.termine #post-area .posts-container ul li .more-link span {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #000000;
}

body:not(.single) #post-area .posts-container article .more-link span:hover {
	background: none ! important;
}

/* ## Post Typ text */



/* ## Post Typ sideimage */

body:not(.single) #post-area .posts-container article.sideimage {
}

body:not(.single) #post-area .posts-container article.sideimage.col13 .content-inner,
body:not(.single) #post-area .posts-container article.sideimage.col23 .content-inner,
body.home #post-area .posts-container article.sideimage.col12 .content-inner {
	padding-top: 200px;
}

@media only screen and (max-width : 1000px) {
	body:not(.single) #post-area .posts-container article.sideimage.col33 .content-inner,
	body.home #post-area .posts-container article.sideimage.col22 .content-inner {
		padding-top: 200px;
	}
}

body:not(.single) #post-area .posts-container article.sideimage div.sideimage {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body:not(.single) #post-area .posts-container article.sideimage.col13 div.sideimage,
body:not(.single) #post-area .posts-container article.sideimage.col23 div.sideimage,
body.home #post-area .posts-container article.sideimage.col12 div.sideimage {
	width:100%;
	height: 200px;
	top: 0px;
}

@media only screen and (max-width : 1000px) {
	body:not(.single) #post-area .posts-container article.sideimage.col33 div.sideimage,
	body.home #post-area .posts-container article.sideimage.col22 div.sideimage {
		width:100%;
		height: 200px;
		top: 0px;
	}
}
@media only screen and (min-width: 1000px) {
	body:not(.single):not(.home) #post-area .posts-container article.sideimage.col33 div.sideimage,
	body.home #post-area .posts-container article.sideimage.col22 div.sideimage {
		width: 60%;
		height: 100%;
	}
	body:not(.single):not(.home) #post-area .posts-container article.sideimage.col33 .article-content-wrap,
	body.home #post-area .posts-container article.sideimage.col22 .article-content-wrap {
		margin-left: 60%;
	}
	body.home #post-area .posts-container article.sideimage.col22 div.sideimage {
		width: 500px;
		height: 100%;
	}
	body.home #post-area .posts-container article.sideimage.col22 .article-content-wrap {
		margin-left: 500px;
		padding-left: 30px ! important;
	}
}


body.home #post-area .posts-container article .post-category-header {
	display: none;
}

body.home #post-area .posts-container article.text .post-category-header,
body.home #post-area .posts-container article.sideimage .post-category-header {
	color: #000000;
}

body:not(.single) #post-area .posts-container article.text.category-zielbild-wissen-koennen-wollen .post-category-header,
body:not(.single) #post-area .posts-container article.sideimage.category-zielbild-wissen-koennen-wollen .post-category-header {
	color: #00aecb;
}

body:not(.single) #post-area .posts-container article.text.category-lernen-begleiten .post-category-header,
body:not(.single) #post-area .posts-container article.sideimage.category-lernen-begleiten .post-category-header {
	color: #fbb900;
}

body:not(.single) #post-area .posts-container article.text.category-reflektiert-entwickeln .post-category-header,
body:not(.single) #post-area .posts-container article.sideimage.category-reflektiert-entwickeln .post-category-header {
	color: #6978c8;
}

body:not(.single) #post-area .posts-container article.text.category-system-schule .post-category-header,
body:not(.single) #post-area .posts-container article.sideimage.category-system-schule .post-category-header {
	color: #eb3c50;
}

body.home #post-area .posts-container article.text a:hover,
body.home #post-area .posts-container article.sideimage a:hover {
	color: #bbce00 ! important;
}
body:not(.single) #post-area .posts-container article.text.category-zielbild-wissen-koennen-wollen a:hover,
body:not(.single) #post-area .posts-container article.sideimage.category-zielbild-wissen-koennen-wollen a:hover {
	color: #00aecb ! important;
}
body:not(.single) #post-area .posts-container article.text.category-lernen-begleiten a:hover,
body:not(.single) #post-area .posts-container article.sideimage.category-lernen-begleiten a:hover {
	color: #fbb900 ! important;
}
body:not(.single) #post-area .posts-container article.text.category-reflektiert-entwickeln a:hover,
body:not(.single) #post-area .posts-container article.sideimage.category-reflektiert-entwickeln a:hover {
	color: #6978c8 ! important;
}
body:not(.single) #post-area .posts-container article.text.category-system-schule a:hover,
body:not(.single) #post-area .posts-container article.sideimage.category-system-schule a:hover {
	color: #eb3c50 ! important;
}

body.home #post-area .posts-container article.text a:hover span,
body.home #post-area .posts-container article.sideimage a:hover span {
	color: #bbce00 ! important;
	border-bottom-color: #bbce00;
}
body:not(.single) #post-area .posts-container article.text.category-zielbild-wissen-koennen-wollen a:hover span,
body:not(.single) #post-area .posts-container article.sideimage.category-zielbild-wissen-koennen-wollen a:hover span {
	color: #00aecb ! important;
	border-bottom-color: #00aecb;
}
body:not(.single) #post-area .posts-container article.text.category-lernen-begleiten a:hover span,
body:not(.single) #post-area .posts-container article.sideimage.category-lernen-begleiten a:hover span {
	color: #fbb900 ! important;
	border-bottom-color: #fbb900;
}
body:not(.single) #post-area .posts-container article.text.category-reflektiert-entwickeln a:hover span,
body:not(.single) #post-area .posts-container article.sideimage.category-reflektiert-entwickeln a:hover span {
	color: #6978c8 ! important;
	border-bottom-color: #6978c8;
}
body:not(.single) #post-area .posts-container article.text.category-system-schule a:hover span,
body:not(.single) #post-area .posts-container article.sideimage.category-system-schule a:hover span {
	color: #eb3c50 ! important;
	border-bottom-color: #eb3c50;
}





/* ## Post Typ bgimage */

body:not(.single) #post-area .posts-container article.bgimage {
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body:not(.single) #post-area .posts-container article.bgimage a {
	color: #ffffff ! important;
}

body:not(.single) #post-area .posts-container article.bgimage .inner-wrap {
	background-color: rgba(0,0,0,0.5);
}

body:not(.single) #post-area .posts-container article.bgimage .post-category-header {
	color: #ffffff;
}

body:not(.single) #post-area .posts-container article.bgimage .more-link span {
	border-bottom-color: #ffffff;
}




/* ## Post Typ quote */

body:not(.single) #post-area .posts-container article.quote.category-zielbild-wissen-koennen-wollen {
	background-color: #00aecb;
}
body:not(.single) #post-area .posts-container article.quote.category-lernen-begleiten {
	background-color: #fbb900;
}
body:not(.single) #post-area .posts-container article.quote.category-reflektiert-entwickeln {
	background-color: #6978c8;
}
body:not(.single) #post-area .posts-container article.quote.category-system-schule {
	background-color: #eb3c50;
}

body:not(.single) #post-area .posts-container article.quote a {
	color: #ffffff ! important;
}

body:not(.single) #post-area .posts-container article.quote .post-category-header {
	color: #ffffff;
}

body:not(.single) #post-area .posts-container article.quote .post-header {
	display: none;
}

	
/*MCCOM ----- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        /* IE10+ specific styles go here */
        body:not(.single) #post-area .posts-container article.quote .excerpt::before {
           top: -15px !important;
        }
    }
	
body:not(.single) #post-area .posts-container article.quote .excerpt::before {
	content: "\201E";
	color: #ffffff;
	opacity: 0.4;
	font-size: 6.5em;
	font-weight: bold;
	position: relative;
	top: -25px;
	left: 0px;
}

body:not(.single) #post-area .posts-container article.quote .excerpt {
	color: #ffffff;
	margin: 0px ! important;
	font-size: 1.6em;
	line-height: 1.5em;
}

@media only screen and (min-width: 1000px) {
	body:not(.single) #post-area .posts-container article.quote .excerpt {
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: inherit;
	}
}

body:not(.single) #content #post-area .posts-container article.quote .excerpt p {
	font-size: 0.75em;
	line-height: 1.35em;
	padding: 12px;
}

body:not(.single) #post-area .posts-container article.quote .more-link {
	display: none;
}

/* MCCOM ------------------------- */
article blockquote::before {
	display: block;
	content: "\201E";
	/*font-size: 8em;*/
	font-weight: bold;
	position: absolute;
	left: -10px;
	top: -90px;
	line-height: 1;
}

/* MCCOM ------------------------- */
article.category-zielbild-wissen-koennen-wollen th{
        background-color: #00aecb !important;
}
article.category-lernen-begleiten th{
        background-color: #fbb900 !important;
}
article.category-reflektiert-entwickeln th{
        background-color: #6978c8 !important;
}
article.category-system-schule th{
        background-color: #eb3c50 !important;
}
/*------------------*/

article.category-zielbild-wissen-koennen-wollen blockquote::before {
	color: #00aecb;
}
article.category-lernen-begleiten blockquote::before {
	color: #fbb900;
}
article.category-reflektiert-entwickeln blockquote::before {
	color: #6978c8;
}
article.category-system-schule blockquote::before {
	color: #eb3c50;
}



body .container-wrap h2.material-breadcrumbs {
	padding-bottom: 20px;
	text-align: center;
	color: #999999 ! important;
}

body .container-wrap h6.material-breadcrumbs {
	padding-top: 0px;
}

body .container-wrap h2.material-breadcrumbs span {
	padding: 0px 1em;
	color: inherit;
}

body .container-wrap h2.material-breadcrumbs a,
body .container-wrap h6.material-breadcrumbs a {
	text-transform: uppercase;
	color: inherit;
}
body .container-wrap h2.material-breadcrumbs a:last-of-type {
	color: #222222;
}
body .container-wrap h2.material-breadcrumbs a:hover,
body .container-wrap h6.material-breadcrumbs a:hover {
	color: #222222;
}


body #content .col:not(#sidebar) ul.pages_box_menu,
body.termine ul#terminkategorie {
	margin: 0px 0px 40px;
}

body #content .col:not(#sidebar) ul.pages_box_menu li,
body.termine ul#terminkategorie li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	padding: 20px;
	background-color: #ffffff;
}


@media only screen and (max-width : 1000px) {
	body.termine ul#terminkategorie li {
		width: 100%;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width : 690px) {
	body #content .col:not(#sidebar) ul.pages_box_menu li {
		width: 100%;
		min-height: 100px;
		margin-bottom: 1em;
	}
}
@media only screen and (min-width : 690px) and (max-width : 1000px) {
	body #content .col:not(#sidebar) ul.pages_box_menu li {
		width: 46%;
		margin-left: 3%;
		margin-bottom: 1em;
		height: 200px;
	}
}
@media only screen and (min-width: 1000px) {
	body #content .col:not(#sidebar) ul.pages_box_menu li,
	body.termine ul#terminkategorie li {
		width: 29%;
		margin-left: 3%;
		height: 200px;
	}
	body #content .col:not(#sidebar) ul.pages_box_menu li {
		margin-bottom: 2em;
	}
}


body.termine ul#terminkategorie li.current {
	background-color: #bbce00;
}

body.termine ul#terminkategorie li.current * {
	color: #ffffff ! important;
}

body #content .col:not(#sidebar) ul.pages_box_menu li h2,
body.termine ul#terminkategorie li h2 {
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 8px;
}

body ul.pages_box_menu a {
	color: #000000;
}

body.termine #post-area .posts-container ul#terminkategorie li.current a {
	color: #ffffff ! important;
}

body.termine #post-area .posts-container ul#terminkategorie li.current .more-link span {
	border-color: #ffffff;
}



body.termine #post-area .posts-container article {
	display: block;
	position: relative;
	float: left;
	background-color: transparent;
}

@media only screen and (max-width : 1000px) {
	body.termine #post-area .posts-container article {
		width: 100%;
	}
}
@media only screen and (min-width: 1000px) {
	body.termine #post-area .posts-container article {
		width: 46%;
		margin-left: 3%;
		height: 300px;
	}
}

body.termine:not(.single) #post-area .posts-container article .article-content-wrap {
	padding: 0px 0px 20px ! important;
}

@media only screen and (max-width : 1000px) {
	body.termine:not(.single) #post-area .posts-container article .article-content-wrap {
	}
}
@media only screen and (min-width: 1000px) {
	body.termine:not(.single) #post-area .posts-container article .article-content-wrap {
		max-height: 200px;
		overflow: hidden;
	}
}


body.termine #post-area article .post-meta {
	border-top: 1px solid #a3a3a3;
	margin-bottom: 10px;
}

body.termine #post-area article .date {
	display: inline-block ! important;
	position: relative;
	top: -1px;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px ! important;
	padding: 8px 12px;
	background-color: #bbce00;
	border: none;
	border-bottom-right-radius: 15px;
}

body.termine #post-area .posts-container article .more-link {
	position: static;
	display: inline;
}

body:not(.home) #post-area .posts-container::after,
body.termine #post-area .posts-container ul#terminkategorie::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.termine #post-area a.termine-zuk-ver {
	position: absolute;
right: 50px;
font-family: "Montserrat";
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
border: 1px solid #cccccc !important;
padding: 8px;
bottom: -20px;
}

body #post-area #pagination {
	width: auto;
	margin-right: 7%;
}

body.termine #post-area #pagination {
	float: right;
}

body #post-area #pagination div {
	float: right;
}



#sidebar .mccom-sidebar-box-white {
	background-color:#fff !important;
	padding:20px 20px 20px 20px !important;
	border:1px solid #cccccc;
}
#sidebar .mccom-sidebar-box-grey {
	background-color: transparent !important;
	padding:20px 20px 20px 20px !important;
	border:1px solid #cccccc;
}

#sidebar .widget ul {
	margin-bottom: 0px;
}

#sidebar .widget ul li ul.sub-menu {
	padding-top: 4px;
	padding-left: 40px !important;
	display: none;
}
#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li, #sidebar .widget.widget_post_cat_based_page_menu_widget li {
	font-family: "Montserrat";
}
#sidebar .widget ul li.current-page-ancestor ul.sub-menu,
#sidebar .widget ul li.current-menu-ancestor ul.sub-menu,
#sidebar .widget ul li.current-material-ancestor ul.sub-menu {
	display: block;
}

#sidebar div.widget h4 {
	font-family: "Montserrat";
	color: rgb(68,68,68);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding: 0px 0px 15px 0px;
}

#sidebar .widget.widget_categories #menu-hauptthemen.menu > li > a,
#sidebar .widget.widget_pages #menu-hauptthemen.menu > li > a,
#sidebar .widget.widget_nav_menu #menu-hauptthemen.menu > li > a,
#sidebar .widget.widget_post_cat_based_page_menu_widget .menu > li > a {
	position: relative;
	padding-left: 40px ! important;
}

#sidebar .widget ul li.current-page-ancestor > a,
#sidebar .widget ul li.current-menu-ancestor > a,
#sidebar .widget ul li.current-material-ancestor > a,
#sidebar .widget ul li.current_page_item > a,
#sidebar .widget ul li.current-menu-item > a,
#sidebar .widget ul li.current-material-item > a {
	color: #000000;
}

#sidebar .widget a {
	color: #999999;
}
#sidebar .widget a:hover {
	color: #000000;
}


div.mitarbeiter-liste {
	overflow: auto;
}

body.page .main-content .mitarbeiter-liste td {
	transition: color 0.2s linear;
}

body.page .main-content .mitarbeiter-liste a {
	/*MCCOM */
	/*color: #999999;*/
	color:#6e6e6e !important;
}

body.page .main-content .mitarbeiter-liste a:hover,
body.page .main-content .mitarbeiter-liste tr:hover a,
body.page .main-content .mitarbeiter-liste tr:hover td {
	color: #000000;
}

form.mitarbeiter-edit input[type="submit"] {
	margin: 1em auto;
}

body .container-wrap #content table,
body.termine .container-wrap #post-area table {
	/*table-layout: fixed;*/
	border-collapse: collapse;
	border: none ! important;
}

@media only screen and (max-width : 1000px) {
	body .container-wrap #content table,
	body.termine .container-wrap #post-area table {
		table-layout: initial;
	}
}

body .container-wrap #content thead tr,
body.termine .container-wrap #post-area thead tr {
	background-color: #1cafc9;
}

body .container-wrap #content thead td, body .container-wrap #content th,
body.termine .container-wrap #post-area thead td, body.termine .container-wrap #post-area th {
	color: #ffffff;
	font-family: Montserrat;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
	background-color: #bccf00;
}

body .container-wrap #content thead td.vorname,
body .container-wrap #content thead td.nachname {
	width: 20%;
}

body .container-wrap #content tbody tr:nth-child(odd),
body.termine .container-wrap #post-area tbody tr:nth-child(odd) {
	background-color: #e0e0e0 ! important;
}

body .container-wrap #content tbody tr:nth-child(even),
body.termine .container-wrap #post-area tbody tr:nth-child(even) {
	background-color: #ebebeb ! important;
}

body .container-wrap #content th, body .container-wrap #content td,
body.termine .container-wrap #post-area th, body.termine .container-wrap #post-area td {
	font-size: 1.00em ! important;
	line-height: initial ! important;
	padding: 0.5em 0.6em 0.4em ! important;
	border-top: none ! important;
	border-bottom: none ! important;
	border-left: 1px solid #ffffff ! important;
	border-right: 1px solid #ffffff ! important;
}
