@charset "utf-8";
/* CSS Document */
.angebot::after, .thema .more, .info::after {
    background: #153e8e;
}
.home .firstFont h1, .thema .text h3, #slogan span.gross {
    color: #59b170;
}
.thema .text {
    width: calc(325px - 13.4%);
}
.thema3 .text {
    height: 100px;
}
/*
.thema3 {
    margin-left: 26.6%;
    margin-right: 26.6%;
}*/
.videobutton a {
	background: url(../images/play.png) no-repeat center 23px #153e8e;
	-webkit-box-shadow: 0px 3px 5px 0px #2D2D2D;
	box-shadow: 0px 3px 5px 0px #2D2D2D;
}
.thema2 {
	background: url(../images/thema5.jpg) no-repeat center center;
}
.thema3 {
	background: url(../images/thema6.jpg) no-repeat center center;
}
/*#themen {
    padding-bottom: 55px;
}
#themen .frame-layout-2 {
    width: 46%;
	padding-right: 4%;
	float: left;
}
#themen ul {
	margin-top: 25px;
	margin-bottom: 25px;
}
#themen ul li {
    line-height: 22px;
	margin-left: 27px;
	margin-bottom: 6px;
	list-style: none;
}
#themen ul li::before {
	content: '';
	background: #153e8e;
	width: 8px;
	height: 8px;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 6px;
	margin-left: -18px;
}*/