/*

 * 1.0 - Reset
 * 2.0 - Allgemein
 * 3.0 - Kurzklassen
 * 4.0 - Grundlayout
 *   4.1 - Header
 *   4.2 - Conent
 *   4.3 - Footer
 * 5.0 - Menüs
 * 6.0 - Inhalte
 *   6.1 - Kontakt
 *   6.2 - News
 *   6.3 - Slider
 *   6.4 - Impressum
 * 7.0 - Media Queries
 * 8.0 - Print

*/

/* 1.0 - Reset */

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html.menuscroller{
	overflow-y:hidden !important;
}

body {
	line-height: 1.5em;
}

body,
textarea {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
}

h1 {
	color: #fff;
	margin: 40px 0 20px;
}



a {
	text-decoration: none;
	color: #eee;
}

img {
	border: 0px;
	max-width: 100%;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

iframe {
	border: 0px;
}

strong, b, h4 {
	font-weight: 400;
}

hr {
    box-shadow: none;
    background: #37aca0;
background: -moz-linear-gradient(left, #ebf7f5 0%, #37aca0 45%, #ebf7f5 100%);
background: -webkit-linear-gradient(left, #ebf7f5 0%, #37aca0 45%, #ebf7f5 100%);
background: linear-gradient(to right, #ebf7f5 0%, #37aca0 45%, #ebf7f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf7f5', endColorstr='#ebf7f5', GradientType=1);
    height: 1px;
    border: none;
}

/* 2.0 - Allgemein */

.pos,
.wrap {
	position: relative;
}

.ovhi {
	overflow: hidden;
}

.pos {
	width: 100%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.spalte,
.spalte2,
.spalte3 {
	width: 100%;

	float: left;
}

.spalte2 {
	width: 48%;
	margin-right: 2%
}



.spalte3 {
	width: 29.33%;
	margin: 0;
}

.readtxt {
	font-size: 16px;
	line-height: 1.8em;
}

/*[class*="openclose_"]:not(#menu) {
	height: 0;
	overflow: hidden;
}*/

.plus {
	background: rgba(71, 7, 22, 0);
	border: 1px solid #470716;
	cursor: pointer;
	display: block;
	padding: 0 30px;
	position: relative;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	margin-bottom: 20px;
}

.plus.klickopen,
.plus:hover {
	background: rgba(71, 7, 22, 0.2);
}

.plus:after {
	content: "+";
	display: block;
	font-size: 24px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 20px;
}

.plus.klickopen:after {
	content: "-";
	font-size: 30px;
	top: -3px;
}

.scrollbtn,
.klickbtn {
	cursor: pointer;
}

.openclose_login{
	height:0;
	overflow:hidden;
}

/* 3.0 - Kurzklassen */

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.bl {
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}

.br {
	position: relative;
	float: right;
	margin: 0 0 5px 10px;
}

.nb {
	white-space: nowrap
}

.maxh {
	height: 100%;
}

.color {
	color: #470716;
}

.bcolor {
	background: #470716;
}

.bcolorw {
	background: #fff;
}

.colorw {
	color: #fff;
}

.gruen {
	color: #3a7267;
}

.transition {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.clear {
	clear: both;
}

.list li {
	margin-bottom: 20px;
}

.w80 {
	width: 80px;
	display: inline-block;
}

.w120 {
	width: 120px;
	display: inline-block;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.ml60 {
	margin-left: 60px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.mr60 {
	margin-right: 60px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p40 {
	padding: 40px;
}

.pt20 {
	padding-top: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.dib {
	display: inline-block;
}

.db {
	display: block;
}

.hide {
	display: none;
}

.bb1 {
	border-bottom: 1px solid #470716;
}

.s12 {
	font-size: 12px;
}

.s14 {
	font-size: 14px;
}

.s16 {
	font-size: 16px;
}

.s18 {
	font-size: 18px;
}

.s20 {
	font-size: 20px;
}

.s24 {
	font-size: 24px;
}

.vm {
	vertical-align: middle;
}

.bb1 {
	border-bottom: 1px solid #fff;
}




/* 4.0 - Grundlayout */

#mantel {
	min-height: 100%;

}

/* 4.1 - Header */

#header {
	z-index: 2;
}

#header,
#slider {
	height: 450px;
}

#logo {
	position: absolute;
	left: 40px;
	top: 40px;
}

#topmenu {
	position: absolute;
	right: 40px;
	top: 0px;
}

.sliderbild {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
}

.startbild .sliderbild,
#header.startbild,
.startbild #slider {
	height: 600px;
}

.slidertitle {
	position: absolute;
	display: inline-block;
	top: 220px;
	right: 40px;
	background: rgba(55, 172, 160, .8);
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	padding: 20px;
	line-height: 2rem;
}

/* 4.2 - Conent */

#content {
	padding-bottom: 42px;
}

.slick-prev,
.slick-next {
	z-index: 9999;
	top: 80%;
	width: 10px;
	height: 34px;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
	left: auto;
	right: 240px;
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/arrow-left.png) no-repeat center center;
	background-size: 100% auto;
}

.slick-next:hover,
.slick-next:focus,
.slick-next {
	right: 40px;
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/arrow-right.png) no-repeat center center;
	background-size: 100% auto;
}

.slick-dots {
	bottom: -5px;
}

.slick-dots li button {
	width: 19px;
	height: 17px;
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/dot.png) no-repeat center center;
	background-size: 100% auto;
}

.slick-dots li.slick-active button {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/dot-active.png) no-repeat center center;
	background-size: 100% auto;
}

.slick-dots li button:before,
.slick-dots li button:after {
	display: none;
}

#starthauptmenu {
	min-height: 600px;
}

#starthauptmenu,
#sidebar_left {
	float: left;
	width: 29%;
	background: rgba(55, 172, 160, .7);
	padding: 120px 0px 40px 30px;
	color: #000;
}

#inhalt {
	float: left;
	width: 50%;
	background: rgba(55, 172, 160, .1);
	padding: 120px 40px 40px;
	color: #000;
	font-size: 16px;
}

#inhalt.logininhalt {
	height:auto !important;
}

#inhalt.pos {
	width: 100%;
}

#inhalt h2 {
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 30px;
}

#inhalt h3 {
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 25px;

}

.impressum h1 {
	display: none;
}

#inhalt h1 {
	color:#0f877b;
	font-weight: normal;
}

#inhalt a {
	color:#0f877b;
}

#sidebar_right {
	float: left;
	width: 21%;
	background: rgba(55, 172, 160, 1);
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 120px 60px 40px;
}

#sidebar_right a{
	color:#fff;
	font-weight: 500;
}

#sidebar_right strong{
	font-weight: 500;
}

#sidebar_right .textwidget {
	padding: 0px 30px;
}

#sidebar_right .textwidget img{
	margin-bottom:5px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: 40px;
}

#startslogan {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	background: rgba(0, 154, 145, .5);
	color: #fff;
	padding: 10px;
	font-size: 24px;
}

#startslogan:before,
#startslogan:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	background: #37aca0;
	background: -moz-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	background: -webkit-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	background: linear-gradient(to right, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aca0', endColorstr='#37aca0', GradientType=1);
	opacity: .5;
	height: 5px;
}

#startslogan:before {
	top: -5px;
}

#startslogan:after {
	bottom: -5px;
}

/* 4.3 - Footer */

#footer {
	position: absolute;
	bottom: 0px;
	height: 42px;
	font-size: 12px;
	color: #1b544d;
	background: #ccc;
	padding-top: 10px;
}

#footer a {
	color: #1b544d;
	font-weight: 500;
}

#footer a:hover {
	text-decoration: underline;
}

/* 5.0 - Menüs */

#logoutnavi,
#menu-top-navigation-2,
#menu-top-navigation {
	padding: 0;
	list-style: none;
}

#logoutnavi,
.menu-top-navigation-2-container{
	display:inline-block;
	vertical-align:top;
}

#logoutnavi li,
#menu-top-navigation-2 li,
#menu-top-navigation li {
	padding: 1px;
	background: #37aca0;
	background: -moz-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	background: -webkit-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	background: linear-gradient(to right, #37aca0 0%, #ffffff 45%, #37aca0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aca0', endColorstr='#37aca0', GradientType=1);
	display: inline-block;
	margin-left: 10px;
	float: left;
}

#logoutnavi li a,
#menu-top-navigation-2 li a,
#menu-top-navigation li a {
	background: #37aca0;
	width: 100px;
	height: 90px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-top: 50px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#logoutnavi li:hover a,
#menu-top-navigation-2 li:hover a,
#menu-top-navigation li:hover a {
	height: 110px;
	padding-top: 70px;
}

#hauptmenu {
	padding-left: 5%;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	background: rgba(255, 255, 255, .3);
	border-top: 1px solid #fff;
	text-align: center;
}

#hauptmenu ul {
	margin-top: -58px;
}

#hauptmenu li {
	display: inline-block;
	width: 125px;
	height: 110px;
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/sechseck_kontur_farbig.svg) no-repeat center center;
	background-size: auto 100%;
	margin: 0 10px;
}

#hauptmenu li:hover {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/sechseck_kontur_farbig-hover.svg) no-repeat center center;
	background-size: auto 100%;
}



#hauptmenu li:hover.current_page_item{
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/sechseck_kontur_farbig.svg) no-repeat center center;
	background-size: auto 100%;
}

#hauptmenu li.current_page_item, #hauptmenu li.aktiv{
	width: 205px;
	height: 180px;
	margin-top: -33px;
	position: absolute;
	left: 15%;
	margin-left: -102px;
}


#hauptmenu li a {
	color: #000;
	padding-top: 53px;
	padding-bottom: 34px;
	padding-left: 13%;
	padding-right: 13%;
	display: inline-block;
	font-size: 14px;
	font-weight:500;
}



#starthauptmenu {
	position: relative;
}

#starthauptmenu li {
	display: inline-block;
	width: 104px;

height: 90px;
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/sechseck_kontur_farbig.svg) no-repeat center center;
	background-size: auto 100%;
	-webkit-transition: background-image 0.2s ease-out;
	-moz-transition: background-image 0.2s ease-out;
	-o-transition: background-image 0.2s ease-out;
	transition: background-image 0.2s ease-out;
}



#starthauptmenu li:hover {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/sechseck_kontur_farbig-hover.svg) no-repeat center center;
	background-size: auto 100%;
	-webkit-transition: background-image 0.2s ease-out;
	-moz-transition: background-image 0.2s ease-out;
	-o-transition: background-image 0.2s ease-out;
	transition: background-image 0.2s ease-out;
}



#starthauptmenu ul li:nth-child(1) {
	width: 180px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 260px;
}

#starthauptmenu ul li:nth-child(2) {

    position: absolute;
    left: 0px;
    right: 336px;
    margin: 0 auto;
    top: 146px;
    width: 142px;
    height: 125px;

}

#starthauptmenu ul li:nth-child(2):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 79px;
	display: block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -52px;
	bottom: 3px;
}

#starthauptmenu ul li:nth-child(2) a {
	padding-top: 60px;
	padding-bottom: 38px;
}

#starthauptmenu ul li:nth-child(3) {
	position: absolute;
	top: 90px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	width: 118px;
height: 105px;
}

#starthauptmenu ul li:nth-child(3) a {
	padding-top: 55px;
	padding-bottom: 25px;
}

#starthauptmenu ul li:nth-child(3):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 64px;
	display: block;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
	right: 0;
	bottom: -34px;
	margin: 0 auto;
}

#starthauptmenu ul li:nth-child(4) {
	position: absolute;
	top: 180px;
	right: 0px;
	left: 281px;
	margin: 0 auto;
}

#starthauptmenu ul li:nth-child(4) a {
	padding-top: 50px;
	padding-bottom: 10px;
}

#starthauptmenu ul li:nth-child(4):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 66px;
	display: block;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -45px;
	bottom: 1px;
}

#starthauptmenu ul li:nth-child(5) {

    position: absolute;
    right: 0px;
    left: 327px;
    margin: 0 auto;
    top: 373px;
    width: 142px;
    height: 125px;

}

#starthauptmenu ul li:nth-child(5):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 72px;
	display: block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -48px;
	top: 9px;
}

#starthauptmenu ul li:nth-child(5) a {
	padding-top: 60px;
	padding-bottom: 32px;
}

#starthauptmenu ul li:nth-child(6) {
	position: absolute;
	right: 0px;
	left: 0;
	margin: 0 auto;
	top: 450px;
}

#starthauptmenu ul li:nth-child(6) a {
	padding-top: 50px;
	padding-bottom: 10px;
}

#starthauptmenu ul li:nth-child(6):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 60px;
	display: block;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
	right: 0;
	top: -31px;
	margin: 0 auto;
}

#starthauptmenu ul li:nth-child(7) {

    position: absolute;
    left: 0px;
    right: 303px;
    margin: 0 auto;
    top: 372px;
    width: 118px;
    height: 105px;

}

#starthauptmenu ul li:nth-child(7) a {
	padding-top: 55px;
	padding-bottom: 25px;
}

#starthauptmenu ul li:nth-child(7):after {
	content: "";
	position: absolute;
	background: #004F9E;
	display: inline-block;
	height: 1px;
	width: 66px;
	display: block;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -44px;
	top: 3px;
}

#starthauptmenu li a {
	color: #000;
	padding-top: 50px;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight:500;
}



#starthauptmenu li a:hover,
#hauptmenu li a:hover {
	background-size: auto 60px;
}

.menu-item-17 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/zid.svg) no-repeat 50% 80%;
	background-size: auto 50px;
	width: 100%;
}

#starthauptmenu .menu-item-17 a {
	padding-top: 85px;
}

#hauptmenu li.current_page_item.menu-item-17 a {
	padding-top: 125px;
}

#starthauptmenu .menu-item-17 a {
	background-size: auto 65px;
	background-position: 50% 30%;
	height: 130px;
	font-size:16px;
}

#starthauptmenu .menu-item-17 a:hover {
	background-size: auto 75px;
}

#hauptmenu li a {
	background-position: 50% 30%;
	background-size: auto 50px;
}



#hauptmenu .menu-item-17 a {
	background-position: 50% 15%;
	background-size: auto 50px;
	margin-top: 4px;
}

.menu-item-25 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/news.svg) no-repeat 50% 34%;
	background-size: auto 55px;
}

#starthauptmenu .menu-item-25 a:hover {
	background-size: auto 65px;
}



.menu-item-1440 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/labor.svg) no-repeat 50% 40%;
	background-size: auto 50px;
}



.menu-item-26 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/besucher.svg) no-repeat 50% 40%;
	background-size: auto 60px;
}

#starthauptmenu .menu-item-26 a:hover {
    background-size: auto 70px;
}



.menu-item-39 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/ausbildung.svg) no-repeat 50% 35%;
	background-size: auto 55px;
}

#starthauptmenu .menu-item-39 a:hover {
	background-size: auto 65px;
}



.menu-item-38 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/karriere.svg) no-repeat 50% 60%;
	background-size: auto 50px;
}


.menu-item-37 a {
	background: url(https://www.zid.de/wp-content/themes/zid/bilder/mitglieder.svg) no-repeat 50% 30%;
	background-size: auto 65px;
}

#starthauptmenu .menu-item-37 a:hover {
    background-size: auto 75px;
}


#hauptmenu li.current_page_item a, #hauptmenu li.aktiv a {
	width: 100%;
	height: 180px;
	background-size: auto 100px;
	padding-top: 125px;
	font-size: 18px;
	background-position: 50% 50%;
	
}

#menu-item-17.current_page_item a {
	height: 140px !important;
}

#sidebar_left ul {
	list-style: none;
	padding: 0;
}

#sidebar_left a {
	color: #000;
	padding: 8px 10px 8px 10px;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	border-left:2px solid rgba(244,244,244,0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#sidebar_left a:hover,
#sidebar_left .current_page_item>a, 
#sidebar_left .current-menu-parent>a{
	border-left:2px solid #fff;
	color:#fff;
}



#sidebar_left ul li:nth-child(2n+0) {
	background: rgba(255, 255, 255, .1);
}

#sidebar_left ul li:nth-child(2n+1) {
	background: rgba(255, 255, 255, .2);
}



#sidebar_left .sub-menu{
	background: rgba(55, 172, 160, .4); !important;
}

#sidebar_left .sub-menu li{
	background: rgba(255, 255, 255, .0) !important;
}


#sidebar_left .sub-menu  a{
	border-left: none;
	padding: 8px 10px 8px 20px;
}

#sidebar_left .sub-menu a:hover, #sidebar_left .sub-menu .current_page_item > a, #sidebar_left .sub-menu .current-menu-parent > a {

    border-left: none;
    color: #fff;

}


#sidebar_left .menu-item-has-children ul {
	display: none;
	padding: 10px 0px 10px 25px;
}

#sidebar_left .menu-item-has-children ul li{
	border-left: 1px solid #fff;
}

#sidebar_left .current-menu-item.menu-item-has-children ul,
#sidebar_left .current-menu-ancestor ul,
#sidebar_left .current-menu-parent.menu-item-has-children ul {
    display: block;
}

#menu-ausbildung #menu-hauptmenue{
	background-color:#000;
}

#menu-fussmenue {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin-right: 40px;
}

.menu-fussmenue-container,
#menu-fussmenue li {
	display: inline-block;
}

#menu-fussmenue li:before {
	content: "|";
	margin-left: 4px;
	margin-right: 8px;
}

#sidebar_left ul li.exklusiv:nth-child(2n+0) {
	background: rgba(255, 255, 255, .3);
}

#sidebar_left ul li.exklusiv:nth-child(2n+1) {
	background: rgba(255, 255, 255, .4);
}

#sidebar_left ul li.exklusiv > a {
	background: url(//zid.de/wp-content/themes/zid/bilder/exclusive_icon.png) no-repeat 95% 50%;
	background-size:auto 35%;
}


/* 6.0 - Inhalte */

.teambild {
    text-align: center;
}

.teammitglied {
    width: 23.3%;
    float: left;
	margin-right: 2%;
	margin-bottom: 25px;
}

#team .teammitglied:nth-child(4n+0){
	margin-right: 0;
}

#team .teammitglied:nth-child(4n+1){
	clear: both;
}

.image{
	height: auto;
	width:100%;
}

.youtubevideo{
	width:870px;
	height:490px;
	width: 712px;
	height: 397px;
}

/*Ausschüsse*/
.page-id-105 strong{
	margin-bottom:10px;
	font-size:18px;
	display: block;
}

img.size-full{
	height:auto !important;
}

#sp_cdm_breadcrumbs,
#sp_cdm_breadcrumbs span,
#cdm_nav_buttons a:link, 
#cdm_nav_buttons a:visited{
	background:#90d2cd !important;
}

.remodal input[type="text"],
.remodal textarea{
	background:#e8f6f5 !important;
	color:#333;
}

.remodal textarea{
	width:100% !important;
}


#sp_cdm_breadcrumbs span,
#sp_cdm_breadcrumbs a{
	color:#fff !important;
}

#upload_list{
	clear:both;
}

.sp_upload_div{
	padding:5px 10px !important;
}

.sp_upload_name{
	float:none !important;
}

.cdm-community-remove-queue{
	float:right;
}

.sp_responsive_view_list_rc div.sp-cdm-rc-list-item:nth-child(2n){
	background:rgba(255,255,255,.7) !important;
}

.sp_responsive_view_list_rc div.sp-cdm-rc-list-item:nth-child(2n +3){
	background:rgba(255,255,255,.8) !important;
}

.sp_cdm_add_file[href="#add-link"],
.sp_cdm_add_file[href="#add-embed"],
.sp_cdm_add_folder[href="#folder"]{
	display:none !Important;
}

#fb{
	/*position:absolute;
	top:0;
	right:400px;
	z-index:2;*/
	margin-left:40px;
}

#fb, #fb img{
	width:25px;
}

#starthauptmenu{
	padding-right:40px;
}

#bannerslider{
	margin-top:480px;
}

.full-size{
	padding-bottom:20px;
}

img.aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

img.alignleft{
	float:left;
	margin-right:15px;
}

img.alignright{
	float:right;
	margin-left:15px;
}

.member{
	float:left;
	width:33.3333%;
	padding:10px 5px;
	margin-bottom:30px;
}

.suche{
	
	text-align: right;
}

.mitgliedsbetriebe h3{
	float:left;
	margin-top: -38px;
}

.clickpage {
	float: left;
	margin-left:15px;
	margin-right:15px;
	cursor: pointer;
	margin-top:5px;
}

.paging_leiste {
	border-top: 1px solid #8fd1c9;
	clear: both;
}

.paging_aktive{
	color:#0f877b;
}

.suchfeld{
	float:none;
	background-color: #8fd1c9;
}

.openclose_members{
	width:0;
	opacity:0;
	float:left;
}

.openclose_members:not(.divopen) .member{
	height:0;
	padding:0;
}

.memberbtn{
	padding:5px 20px;
	margin:0 10px;
	border:1px solid #004f9e;
	color:#004f9e;
}

.bt1{
	border-top:1px solid #004f9e;
}

/* SPINNER */

.sk-fading-circle {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* 6.1 - Kontakt */

#searchsubmit {
	background: rgba(55, 172, 160, 1);
	border: 0;
	border-radius: 0;
}

#searchform input[type="text"] {
	border: 0;
	border-radius: 0;
	padding: 10px;
}

input {
	float: left;
	color: #000;
	font-size: 16px;
}

input[name="post_password"] {
	float: none;
	display:block;
}

input,
textarea {
	background: rgba(55, 172, 160, 1);
	padding: 5px 1%;
	margin-bottom: 10px;
	border: 0;
	color:#fff;
}

select {
	width: 100px;
	padding: 5px 1%;
	margin-bottom: 10px;
	border: 0;
	background:rgba(55, 172, 160, 1);
	color:#fff;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
}

input[type="submit"] {
	color: #fff;
	font-weight: 500;
	margin: 30px 0 0 0;
	padding: 13px 40px;
	border-top: #000;
	border-bottom: #c7b4b9;
	clear: both;
	float: left;
	background: rgba(55, 172, 160, 1);
	cursor: pointer;
}

input[type="submit"]:hover {
	background: rgba(0, 0, 0, .4);
}

textarea {
	float: left;
	color: #000;
	font-size: 16px;
	height: 150px;
	width: 100%;
}

.formularfeldvoll,
.formularfeld {
	width: 48%;
	display: inline-block;
	float: left;
}

.formularfeldvoll {
	width: 100%;
}

.mr4 {
	margin-right: 4%;
}

div.wpcf7 {
	position: relative;
}

.wpcf7-response-output {
	margin-top: -40px !important;
	position: absolute;
	right: 0;
	background: rgba(255, 255, 255, .2);
	border: 0 !important;
}

.info {
	text-align: right;
	margin: 0 0 15px 0;
	font-size: 12px;
	width: 100%;
}

.formtext {
	width: 48%;
	margin-right: 4%; 
}

/* 6.2 - News */

.news_box {
	clear: right;
	padding-bottom: 20px;
}

.news_bild {
	float: right;
	width: 300px;
	margin: 0 0 10px 15px;
	font-style: italic;
	font-size: .8em;
}

.news_ueberschrift {
	padding: 15px 0 0 0;
	font-size: 1.3em;
	font-weight: 700;
	color: #2b2177;
}

.news_headline {
	font-size: 1.3em;
	font-weight: 700;
	color: #2b2177;
}

.news_content {
	text-align: justify;
}

.news_author {
	font-style: italic;
	font-size: .8em;
}

.news_content .bodytext b {
	display: block;
	line-height: 4em;
}

/* 6.3 - Slider */

/* 6.4 - Schnittstelleninhalte */

/* 6.5 - Impressum */

/* 7.0 - Media Queries */

@media (min-width: 1601px) {
	
	.openclose_members .member:nth-child(3n + 4){
		clear:left;
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	
	.openclose_members .member:nth-child(2n + 3){
		clear:left;
	}
	
	.member{
		width:50%;
		padding:10px;
		margin-bottom:30px;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	
	.openclose_members .member:nth-child(3n + 4){
		clear:left;
	}
	
	.member{
		width:33.3333%;
		padding:10px 20px;
		margin-bottom:40px;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	
	.openclose_members .member:nth-child(4n + 5){
		clear:left;
	}
	
	.member{
		width:25%;
		padding:10px 20px;
		margin-bottom:40px;
	}
}

@media (min-width: 781px) and (max-width: 980px) {
	
	.openclose_members .member:nth-child(3n + 4){
		clear:left;
	}
	
	.member{
		width:33.3333%;
		padding:10px 20px;
		margin-bottom:40px;
	}
}

@media (min-width: 481px) and (max-width: 780px) {
	
	.openclose_members .member:nth-child(2n + 1){
		clear:left;
	}
	
	.member{
		width:50%;
		padding:10px;
		margin-bottom:30px;
	}
}

@media (min-width: 1201px) {
	.show1200 {
		display: none
	}
}

@media (min-width: 981px) {
	.show980 {
		display: none
	}
}

@media (min-width: 781px) {
	.show780 {
		display: none
	}
}

@media (min-width: 481px) {
	.show480 {
		display: none
	}
}



@media (max-width: 1600px) {
	
	#inhalt {
		width: 40%;
	}
	
	#starthauptmenu,
	#sidebar_left {
		width: 35%;
	}
	
	#sidebar_right {
		width: 25%;
	}
	
	.youtubevideo {
		width: 485px;
		height: 270px;
	}

	.teammitglied {
		width: 47.3%;
	}

	.teambeschreibung{
		margin-bottom:20px;
	}
	
	
}

@media (max-width: 1400px) {
	
	#sidebar_right,
	#starthauptmenu,
	#sidebar_left {
		float: right;
		width: 40%;
		/*height: auto !important;*/
	}
	
	#inhalt {
		float: left;
		width: 60%;
	}
	
	#sidebar_right{
		padding-top:40px;
	}
	
	.startbild .sliderbild, 
	#header.startbild, 
	.startbild #slider {
		height: 450px;
	}
	
	#logo {
		width: 250px;
	}
	
	#hauptmenu li.current_page_item, 
	#hauptmenu li.aktiv {
		left: 40px;
		margin-left: 0;
	}
	
	#hauptmenu{
		text-align:right;
	}
	
	#hauptmenu li a{
		width:100%;
		text-align:center;
	}
	
	.youtubevideo{
		width: 660px;
		height: 367px;
	}

	.slidertitle{
		font-size:30px;
	}

	
	
}

@media (max-width: 1200px) {
	
	.hide1200 {
		display: none
	}
	
	#sidebar_right,
	#starthauptmenu,
	#sidebar_left,
	#inhalt {
		width: 100%;
		height: auto !important;
	}
	
	#inhalt{
		padding-top:40px;
	}
	
	#hauptmenu li {
		margin: 0 3px;
	}
	
	#hauptmenu li.aktiv {
		width: 150px;
		height: 132px;
		margin-top: -10px;
		margin-left: -90px;
		left: 10%;
	}
	
	#hauptmenu li.current_page_item a, #hauptmenu li.aktiv a {
		width: 100%;
		height: 75px;
		background-size: auto 100px;
		padding-top: 90px;
		font-size: 18px;
		background-position: 50% 50%;
	}
	
	#hauptmenu li.current_page_item.menu-item-17 a {
		padding-top: 96px;
		background-size: auto 80px;
		background-position: 50% 30%;
	}
	

	.teammitglied {
		width: 23.3%;
	}

	.teambeschreibung{
		margin-bottom:10px;
	}

	
}

@media (max-width: 980px) {

	#startslogan{
			bottom: 4px;
	}
	
	.hide980 {
		display: none
	}
	
	#header, #slider,
	.startbild .sliderbild, 
	.sliderbild,
	#header.startbild,
	.startbild #slider {
		height: 350px;
	}
	
	#logo {
		width: 220px;
		background-color: rgba(254,254,254,0.8);
		padding: 10px;
		top: 0;
	}
	
	#logoutnavi li a,
	#menu-top-navigation-2 li a,
	#menu-top-navigation li a {
		width: 75px;
		height: 65px;
		padding-top: 30px;
	}
	
	#mobilansicht_navigation {
		background:#37aca0;
		position: relative;
		display: inline-block;
		width: 75px;
		height: 67px;
		vertical-align:top;
		color:#fff;
		text-align:center;
		padding-top:30px;
	}
	
	#mobilansicht_navigation:before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:1px;
		background: #37aca0;
		background: -moz-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		background: -webkit-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		background: linear-gradient(to right, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aca0', endColorstr='#37aca0', GradientType=1);
	}
	
	#mobilansicht_navigation:after {
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:1px;
		background: #37aca0;
		background: -moz-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		background: -webkit-linear-gradient(left, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		background: linear-gradient(to right, #37aca0 0%, #ffffff 45%, #37aca0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aca0', endColorstr='#37aca0', GradientType=1);
	}
	
	.menu-top-navigation-container{
		display:inline-block;
	}	
	
	#navigation{
		position:fixed;
		top:0;
		bottom:0;
		left:-100%;
		right:100%;
		z-index:999;
		background: rgba(0,154,145,.95);
		padding:40px;
		overflow-y:auto;
	}
	
	#mobilansicht_navigation_2{
		position:absolute;
		right:40px;
		top:20px;
		color:#fff;
		font-weight:700;
	}
	
	#navigation li{
		list-style:none;
	}
	
	#navigation ul{
		padding:0;
	}
	
	#navigation ul li:nth-child(2n){
		background:rgba(255,255,255,.1);
	}
	
	#navigation ul li a{
		padding:10px 20px;
		display:block;
		color:#fff;
	}
	
	#navigation ul.sub-menu{
		overflow:hidden;
		height:0;
		background:rgba(255,255,255,.1);
		margin:0 20px;
	}
	
	#navigation li{
		padding-bottom:0px;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
	#navigation li.mobilemenuopen{
		padding-bottom:40px;
	}
	
	#starthauptmenu,
	#hauptmenu,
	#sidebar_left{
		display:none;
	}
	
	.teammitglied {
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-bottom: 25px;
	}
	
	#team .teammitglied:nth-child(4n) {
		margin-right: 2%;
	}
	
	#team .teammitglied:nth-child(3n) {
		margin-right: 0;
	}
	
	#team .teammitglied:nth-child(4n+1) {
		clear: right;
	}
	
	#team .teammitglied:nth-child(3n+1) {
		clear: both;
	}
	
	.youtubevideo{
		width:680px;
		height:380px;
	}

	
	
}

@media (max-width: 780px) {
	
	.hide780 {
		display: none
	}
	
	#logo {
		width: 150px;
	}
	
	#logoutnavi li a,
	#menu-top-navigation-2 li a,
	#menu-top-navigation li a,
	#mobilansicht_navigation {
		width: 50px;
		height: 40px;
		line-height:40px;
		font-size:0;
		padding:0;
	}
	
	#mobilansicht_navigation{
		background-image:url(https://www.zid.de/wp-content/themes/zid/bilder/mobilmenu.png);
		background-size: 60% auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#logoutnavi li:hover a,
	#menu-top-navigation-2 li:hover a,
	#menu-top-navigation li:hover a {
		height: 40px;
		padding-top: 0px;
	}
	
	#menu-top-navigation-2 #menu-item-845 a,
	#menu-top-navigation #menu-item-97 a{
		background-image:url(https://www.zid.de/wp-content/themes/zid/bilder/kontakt_icon.png);
		background-size: 60% auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#logoutnavi li a,
	#menu-top-navigation #menu-item-844 a{
		background-image:url(https://www.zid.de/wp-content/themes/zid/bilder/login.png);
		background-size: 50% auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#menu-top-navigation-2 #menu-item-847 a,
	#menu-top-navigation #menu-item-89 a{
		background-image:url(https://www.zid.de/wp-content/themes/zid/bilder/suche_icon.png);
		background-size: 50% auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#menu-top-navigation-2 #menu-item-846 a{
		background-image:url(https://www.zid.de/wp-content/themes/zid/bilder/exclusive_icon.png);
		background-size: 50% auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#header, 
	#slider, 
	.startbild .sliderbild, 
	.sliderbild,
	#header.startbild, 
	.startbild #slider {
		height: 250px;
	}
	
	.slidertitle {
		top: auto;
		bottom:0px;
		right: 0px;
		left: 0px;
		font-size:16px;
		text-align:center;
	}

	
	.page-template-datenschutz .slidertitle, .page-template-impressum .slidertitle, .home .slidertitle {
		bottom: 30px;
		padding: 0px;
	}
	
	#startslogan{
		font-size:16px;
		bottom:0;
		padding:0;
		padding-top:1px;
	}
	
	#inhalt {
		font-size: 14px;
	}
	
	#inhalt h2 {
		font-size: 20px;
		margin-bottom:20px;
	}
	
	#inhalt h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.teammitglied {
		width: 100%;
		margin-right: 0px !important;
		text-align:center;
	}
	
	.spalte2{
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	
	.youtubevideo{
		width:380px;
		height:210px;
	}

	#footer .flr, #footer{
		text-align: center;
	}

	#fb{
		margin-left:0;
	}

	.mitgliedsbetriebe h3 {
		float: none;
		margin-top: 0;
	}

	.suche {
		text-align: left;
	}
	
}

@media (max-width: 680px) {
	
	#logo a{
		background:url(https://www.zid.de/wp-content/themes/zid/bilder/logo_mobile.png) no-repeat center center;
		background-size:100% auto;
		height:80px;
		width:100%;
		display:block;
	}

	#logo img {
		display: none;
	}

	#logo {
		top: 0px;
	}

	
	
	
}

@media (max-width: 480px) {
	
	.hide480 {
		display: none
	}
	
	#topmenu {
		left:0;
		right:0;
		margin: 0 auto;
		text-align: center;
	}

	#logo {
		top: 60px;
		left:0;
		right:0;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	#menu-fussmenue {
		margin-right: 5px;
	}
	
	.youtubevideo{
		width:300px;
		height:168px;
	}
	
	.member{
		width:100%;
		padding:10px;
		margin-bottom:20px;
	}

	.page-template-datenschutz .slidertitle,
	.page-template-impressum .slidertitle,
	.home .slidertitle {
		bottom: 49px;
		padding:0;
	}
}

/* 8.0 - Print */