/* grün: 22a27b */
.farbschema-gruen .container-navi{
	border-bottom:16px solid #22a27b;
}
.farbschema-gruen blockquote{
	color:#22a27b;
	font-style: italic;
	background: url(../bilder-layout/quote_gruen.png) no-repeat top left;
	background-size:30px 20px;
}
.farbschema-gruen .slick-arrow,
.farbschema-gruen .slick-arrow:hover,
.farbschema-gruen .slick-arrow:focus,
.farbschema-gruen .slick-dots li.slick-active button,
.farbschema-gruen .content-two-cols,
.farbschema-gruen .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text,
.farbschema-gruen .icon-box .frame:hover{
	background-color:#22a27b;
}
.frame-layout-1,
.frame-layout-1 a,
.farbschema-gruen ul li::before{
	color:#22a27b;
}

/* rot: cf3628 */
.farbschema-rot .container-navi{
	border-bottom:16px solid #cf3628;
}
.farbschema-rot blockquote{
	color:#cf3628;
	font-style: italic;
	background: url(../bilder-layout/quote_rot.png) no-repeat top left;
	background-size:30px 20px;
}
.farbschema-rot .slick-arrow,
.farbschema-rot .slick-arrow:hover,
.farbschema-rot .slick-arrow:focus,
.farbschema-rot .slick-dots li.slick-active button,
.farbschema-rot .content-two-cols,
.farbschema-rot .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text,
.farbschema-rot .icon-box .frame:hover{
	background-color:#cf3628;
}
.frame-layout-2,
.frame-layout-2 a,
.farbschema-rot ul li::before{
	color:#cf3628;
}
/* orange: f39655 */
.farbschema-orange .container-navi{
	border-bottom:16px solid #f39655;
}
.farbschema-orange blockquote{
	color:#f39655;
	font-style: italic;
	background: url(../bilder-layout/quote_orange.png) no-repeat top left;
	background-size:30px 20px;
}
.farbschema-orange .slick-arrow,
.farbschema-orange .slick-arrow:hover,
.farbschema-orange .slick-arrow:focus,
.farbschema-orange .slick-dots li.slick-active button,
.farbschema-orange .content-two-cols,
.farbschema-orange .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text,
.farbschema-orange .icon-box .frame:hover{
	background-color:#f39655;
}
.frame-layout-3,
.frame-layout-3 a,
.farbschema-orange ul li::before{
	color:#f39655;
}
/* gelb: fbbb21 */
.farbschema-gelb .container-navi{
	border-bottom:16px solid #fbbb21;
}
.farbschema-gelb blockquote{
	color:#fbbb21;
	font-style: italic;
	background: url(../bilder-layout/quote_gelb.png) no-repeat top left;
	background-size:30px 20px;
}
.farbschema-gelb .slick-arrow,
.farbschema-gelb .slick-arrow:hover,
.farbschema-gelb .slick-arrow:focus,
.farbschema-gelb .slick-dots li.slick-active button,
.farbschema-gelb .content-two-cols,
.farbschema-gelb .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text,
.farbschema-gelb .icon-box .frame:hover{
	background-color:#fbbb21;
}
.farbschema-gelb .content-two-cols,
.farbschema-gelb .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text{
	color:#575756;
}
.frame-layout-4,
.frame-layout-4 a,
.farbschema-gelb ul li::before{
	color:#fbbb21;
}
/* dunkelblau: 00446b */
.farbschema-dunkelblau .container-navi{
	border-bottom:16px solid #00446b;
}
.farbschema-dunkelblau blockquote{
	color:#00446b;
	font-style: italic;
	background: url(../bilder-layout/quote_dunkelblau.png) no-repeat top left;
	background-size:30px 20px;
}
.farbschema-dunkelblau .slick-arrow,
.farbschema-dunkelblau .slick-arrow:hover,
.farbschema-dunkelblau .slick-arrow:focus,
.farbschema-dunkelblau .slick-dots li.slick-active button,
.farbschema-dunkelblau .content-two-cols,
.farbschema-dunkelblau .content-special-view-repeat .content-special-view-elem:nth-child(odd) .text,
.farbschema-dunkelblau .icon-box .frame:hover{
	background-color:#00446b;
}
.frame-layout-5,
.frame-layout-5 a,
.farbschema-dunkelblau ul li::before{
	color:#00446b;
}

/* Hover der Slider-Pfeile*/
.farbschema-gruen .slick-arrow:hover,
.farbschema-rot .slick-arrow:hover,
.farbschema-orange .slick-arrow:hover,
.farbschema-gelb .slick-arrow:hover,
.farbschema-dunkelblau .slick-arrow:hover{
	background-color: #28b8ce;
}

.inhalt .content-two-cols a,
.content-two-cols ul li::before,
.farbschema-gruen .content-two-cols ul li::before,
.farbschema-rot .content-two-cols ul li::before,
.farbschema-orange .content-two-cols ul li::before,
.farbschema-gelb .content-two-cols ul li::before,
.farbschema-dunkelblau .content-two-cols ul li::before{
	color: #fff;
}
.frame-layout-6,
.frame-layout-6 a{
	color:#28b8ce;
}
.farbschema-gelb-orange .container-navi{
	border:0;
}
.farbschema-gelb-orange .container-navi-border-farbverlauf{
	background-image: -webkit-linear-gradient(left, rgb(251,187,33), rgb(243,150,85));
	background-image: -o-linear-gradient(left, rgb(251,187,33), rgb(243,150,85));
	background-image: linear-gradient(to right, rgb(251,187,33), rgb(243,150,85));
    height: 16px;
    display:block;
}