body {
    overflow: auto;
    font-size: 0.875em;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333333;
}

.unterseite p {
    font-size: 14px;
}

h3 {
    color: #86846b;
}

h3, .h3 {
    font-size: 1.5rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.modal-open {
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    color: #86846b;
    display: block;
    font-size: 0.875em;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    width: 100%;
}

.unterseite #content {
    padding: 0px;
}

.unterseite #content .container {
    padding: 0 20px;
}

.unterseite #content h2 {
    font-size: 22pt;
}

.unterseite #content h1, 
.unterseite #content h2, 
.unterseite #content h3, 
.unterseite #content h4, 
.unterseite #content h5, 
.unterseite #content h6,
.unterseite #header h1, 
.unterseite #header h2, 
.unterseite #header h3, 
.unterseite #header h4, 
.unterseite #header h5, 
.unterseite #header h6,  
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #0068b4;
}

.unterseite #content h3 {
    color: #86846b;
}

.rsbtn {
    display: none;
}

#content {
  margin-bottom: 0;
  padding: 0;
}

#content .btn,
#header .btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 0.375rem 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    font-family: Source Sans Pro,Arial;
}

#content .btn-lg, 
#content .btn-group-lg > .btn,
#header .btn-lg, 
#header .btn-group-lg > .btn {
    border-radius: 0.5rem;
    font-size: 18px;
    padding: 0.7rem 1.25rem;
}

#content .btn-secondary {
    background-color: transparent;
    border-color: #0068b4;
    color: #0068b4;
}

#content .btn-secondary:hover {
    background: #0068b4;
    border-color: #0068b4;
    color: #fff;
}

.unterseite .big-column {
    padding: 20px 0 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
#sharing-popup button.mfp-close, 
#sharing-popup button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
    color: #333;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#sharing-popup .social_share_privacy_area li.settings_info .settings_info_menu {
    margin-top: 10px;
}

#sharing-popup .mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}

#sharing-popup .mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**       * Remove all paddings around the image on small screen       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.nabu-logo {
	display: block;
	z-index: +1;
	margin-left: 20px;
	width: 125px;
	position: absolute;
	margin-bottom: 0px;
}
.nabu-logo img {
	width: 100%;
}
@media (min-width: 960px) {
.nabu-logo {
	position: relative;
	margin-bottom: -107px;
	width: 160px;
	margin-bottom: -134px;
}
}
@media (min-width: 960px) {
.header {
	background-color: #e3e2d4;
}
}
.header .container {
	position: relative;
}
.header .metanav {
	margin-left: 200px;
	text-align: right;
	font-size: 0.86rem;
	line-height: 0.86rem;
	padding-top: 7px;
	height: 50px;
}
.header .metanav .nav-link {
	color: #333;
}
.header .metanav > * {
	margin-left: 1rem;
}
.header form.form-inline {
	display: inline;
}
.header form.form-inline .form-control {
	font-size: 0.86rem;
	background-color: rgba(255, 255, 255, 0);
	border: #0068B4 1px solid;
}
.header form.form-inline .btn {
	font-size: 0.86rem;
	border: #0068B4 1px solid;
}
@media (min-width: 960px) {
.header form.form-inline .input-group {
	display: inline-table;
	vertical-align: bottom;
	bottom: -2px;
}
}
.header .carousel {
	height: 300px !important;
	overflow: hidden !important;
}
.header .carousel-inner, .header .carousel-item {
	height: 100%;
}
.header .carousel img {
	height: 300px;
	width: 940px !important;
	max-width: 940px !important;
	max-height: 300px !important;
	left: 50%;
	position: relative;
	margin-left: -470px;
}
.header .carousel-caption {
	text-align: left;
	left: 45px;
	right: 45px;
}
@media (min-width: 750px) {
.header .carousel-caption {
	left: 12%;
	right: 12%;
}
}
.header .carousel-caption h1, .header .carousel-caption h2 {
	color: #fff;
	font-size: 1.8em;
}
@media (min-width: 960px) {
.header .carousel-caption h1, .header .carousel-caption h2 {
	font-size: 2.5em;
}
}
.header .carousel-caption .btn-primary {
	box-shadow: 0px 4px 0px 0px #003c68;
}
.header .carousel-caption .btn-success {
	box-shadow: 0px 4px 0px 0px #4e791a;
}
.header .carousel-caption .btn-warning {
	box-shadow: 0px 4px 0px 0px #b38f00;
}
.header .carousel-caption .btn-danger {
	box-shadow: 0px 4px 0px 0px #a35400;
}
.header .carousel-caption .btn-danger {
	box-shadow: 0px 4px 0px 0px #a35400;
}
.header .icon-prev::before, .header .icon-next::before {
	display: none;
}
.header .carousel-control, .header .carousel-control {
	background: #fff;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	color: black;
	opacity: 1;
	text-shadow: none;
	color: #0068B4;
}
.header .carousel-control.left,  .header .carousel-control.left {
	border-radius: 0px 8px 8px 0px;
}
.header .carousel-control.right,  .header .carousel-control.right {
	border-radius: 8px 0px 0px 8px;
}
.header .carousel-control:hover,  .header .carousel-control:hover {
	color: #fff;
	background: #0068B4;
}
.nav-pills {
	border: 1px solid #0068B4;
}
.nav-pills .nav-item a {
	border-bottom: 1px solid #e3e2d4;
}
.nav-pills .nav-item a.active {
	border: none;
}
@media (min-width: 960px) {
.navbar {
	padding-left: 179px;
	padding-right: 0px;
}
}
.navbar .nav-link {
	height: 40px;
	padding: 0.68rem;
	color: #fff;
}
.navbar .nav-link:hover {
	background: #003560;
}
.navbar .nav-link-mitmachen {
	background: #ef7c00;
}
.navbar .nav-link-mitmachen:hover {
	background: #bc6200;
}
.navbar .navbar-toggler {
	width: 100%;
	text-align: right;
	padding-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
.navbar #mobilenav .nav-item {
	border-top: 1px solid #fff;
	text-align: right;
}
.navbar #mobilenav .nav-link {
	padding-right: 0;
}
.nav-tabs {
	border-color: #0068B4;
}
.nav-tabs .nav-item + .nav-item {
	margin-left: 0px;
}
.nav-tabs .nav-link {
	text-transform: uppercase;
	font-size: 18px;
	border: 1px solid #c6c4b3;
	border-bottom: none;
	color: #86846b;
}
.nav-tabs .nav-link:hover {
	border-color: #0068B4;
	color: #0068B4;
}
.nav-tabs .nav-link.active {
	border-color: #0068B4 !important;
	border-bottom: none !important;
	color: #0068B4 !important;
}
.nav-tabs .nav-link i {
	font-size: 25px;
	margin-top: -10px;
	line-height: 20px;
}

a.mobilenavleft {
	background: none;
	color: #0068B4;
	display: block;
	font-size: 32px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	border: none;
	float: left;
	position: relative;
	top: 5px;
	margin-bottom: 10px;
}
#mobilenavleft {
	position: absolute;
	left: -198px;
	width: 198px;
	-webkit-transition: left 500ms ease;
	transition: left 500ms ease;
	background: #eee;
	bottom: 0;
	height: 100%;
	top: 140px;
	z-index: 120;
}
#mobilenavleft .nav-pills {
	border: none;
}
.mobilenavleft-open #mobilenavleft {
	left: 0;
}
.mobilenavleft-open .container {
	overflow: hidden;
}

.mobilenavleft-open > .container > .row, 
.mobilenavleft-open > .unterseite > .container > .row, 
.mobilenavleft-open .breadcrumb-wrap {
	left: 0;
	-webkit-transform: translate3d(198px, 0, 0);
	transform: translate3d(198px, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

@media (min-width: 750px) {
    .mobilenavleft-open > .container > .row,
    .mobilenavleft-open > .unterseite > .container > .row,
    .mobilenavleft-open .breadcrumb-wrap {
    	-webkit-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
    }
}
.row, .breadcrumb-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.teaser {
	margin-top: 20px;
}
.teaser img {
	margin-bottom: 20px;
}
.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}
img.img-responsive {
	width: 100%;
}

@media (min-width: 960px) {
    .container > .row > .col-md-9 {
    	padding-right: 30px;
    }
}

body > hr {
	border-top: 6px double #c6c4b3;
	margin: 30px 0 40px 0;
}

h3 {
	color: #86846b;
}

h5 {
	color: #86846b;
}

h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #86846b;
	text-transform: uppercase;
}
.unterseite .col-md-9 ul, 
.content .col-md-9 ul {
	padding-left: 0;
}

.unterseite .col-md-9 ul li, 
.content .col-md-9 ul li {
	list-style-type: none;
	background: url("../img/list-point2.png") no-repeat scroll 2px 4px/12px auto transparent;
	padding-left: 19px;
	padding-bottom: 1px;
}
.card {
	border: none;
}
.card-inverse .card-link, .card-inverse .card-text {
	color: #fff;
}
.card-warning .card-title, .card-warning .card-text {
	color: #816300;
}
.card-warning .btn {
	background: #c09100 !important;
	border-color: #c09100 !important;
}
.card-warning .btn:hover {
	background: #816300 !important;
}
.card-triangle .card-title:before {
/* Klasse wird durch Javascript hinzugefügt */
	content: '';
	display: block;
	position: relative;
	margin-top: -1.2em;
	width: 1em;
	height: 1em;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.card-primary.card-triangle .card-title:before {
	background-color: #0068B4;
}
.card-success.card-triangle .card-title:before {
	background-color: #76b828;
}
.card-info.card-triangle .card-title:before {
	background-color: #6F9ED4;
}

.card-warning.card-triangle .card-title:before {
	background-color: #ffcc00;
}

.card-danger.card-triangle .card-title:before {
	background-color: #ef7c00;
}

.unterseite {
	margin-top: -101px;
	background: #fff;
	padding-top: 5em;
}

@media (min-width: 960px) {
    .unterseite > .container > .row {
    	margin-left: 10px;
    }
}

@media (min-width: 960px) {
    .unterseite > .container > .row > .col-md-9 {
    	padding-right: 15px;
    }
}
.unterseite .nav-main-right {
	margin-top: -30px;
}

.breadcrumb-wrap {
	margin-top: 80px;
}

@media (min-width: 960px) {
    .breadcrumb-wrap {
    	margin-top: 0;
    	width: 100%;
    	position: relative;
    	padding-left: 160px;
    	padding-left: 200px;
    }
}

.breadcrumb-wrap .breadcrumb {
	border-bottom: 1px solid #0068B4;
	border-radius: 0;
}

.unterseite {
    margin-top: 0;
    padding: 0;
}

#header .logo {
    top: 0px;
    left: 33px;
    position: fixed;
}

#header .navigation {
    margin-top: 0px;
    position: inherit;
}


/*Scrolling Teaser top*/

.slider {
    height: auto!important;
    position: inherit;
}

.wide-teaser-wrap {
    color: #fff;
    margin-bottom: 0px;
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.wide-teaser-wrap.top {
    height: 75vh;
}

#content .wide-teaser-wrap h1, 
#content .wide-teaser-wrap h2, 
#content .wide-teaser-wrap h3, 
#content .wide-teaser-wrap h4, 
#content .wide-teaser-wrap h5, 
#content .wide-teaser-wrap h6, 
#content .wide-teaser-wrap h7,
#header .wide-teaser-wrap h1, 
#header .wide-teaser-wrap h2, 
#header .wide-teaser-wrap h3, 
#header .wide-teaser-wrap h4, 
#header .wide-teaser-wrap h5, 
#header .wide-teaser-wrap h6, 
#header .wide-teaser-wrap h7  {
    color: #fff;
    /* iOS BUG DEAKTIVIERT
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 120px rgba(0, 0, 0, 0.5), 0 0 250px rgba(0, 0, 0, 0.6);
    */
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    font-weight: 700;
}

#content .wide-teaser-wrap h1,
#header .wide-teaser-wrap.top h1,
#header .wide-teaser-wrap.top h1.large {
    font-size: 48px;
}

#content .wide-teaser-wrap h2,
#header .wide-teaser-wrap.top h1.normal {
    font-size: 37px;
}

#header .wide-teaser-wrap.top h1.small {
    font-size: 30px;
}

#content .wide-teaser-wrap h3,
#header .wide-teaser-wrap.top h2 {
    font-size: 1.5rem;
}


/*Headline color*/
#header .wide-teaser-wrap.top h1.lightgreen {
    color: #76B828;
}

#header .wide-teaser-wrap.top h1.orange {
    color: #ef7c00;
}

#header .wide-teaser-wrap.top h1.yellow {
    color: #ffcc00;
}

#header .wide-teaser-wrap.top h1.red {
    color: #dd052e;
}

#header .wide-teaser-wrap.top h1.darkgreen {
    color: #3a6312;
}

#header .wide-teaser-wrap.top h1.black {
    color: #000;
}

#header .wide-teaser-wrap.top h1.blue {
    color: #0068b4;
}

#header .wide-teaser-wrap.top h1.white {
    color: #fff;
}

.wide-teaser-wrap.top {
    height: 100vh;
    max-height: 1500px;
}

.slider .red,
.slider .red:hover,
.slider .orange,
.slider .orange:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}

/*Button Teaser top*/

/*hellgr�n*/
.wide-teaser-wrap.top .stoerer.no-box.lightgreen a {
    background: #76b828 none repeat scroll 0 0;
}

.wide-teaser-wrap.top .stoerer.no-box.lightgreen a:hover {
    background: #52801C;
}

.wide-teaser-wrap.top .stoerer.lightgreen {
    background: #76b828 none repeat scroll 0 0;
}

/*rot*/
.wide-teaser-wrap.top .stoerer.no-box.red a {
    background: #dd052e none repeat scroll 0 0;
}

.wide-teaser-wrap.top .stoerer.no-box.red a:hover {
    background: #9A0320;
}

.wide-teaser-wrap.top .stoerer.red {
    background: #dd052e none repeat scroll 0 0;
}

/*orange*/
.wide-teaser-wrap.top .stoerer.orange {
    background: #ef7c00 none repeat scroll 0 0;
}

.wide-teaser-wrap.top .stoerer.no-box.orange a {
    background: #EF7C00;
}

.wide-teaser-wrap.top .stoerer.no-box.orange a:hover {
    background: #A75700;
}

/*gelb*/
.wide-teaser-wrap.top .stoerer.yellow {
    background: #ffcc00 none repeat scroll 0 0;
}

.wide-teaser-wrap.top .stoerer.no-box.yellow a {
    background: #EF7C00;
}

.wide-teaser-wrap.top .stoerer.no-box.yellow a:hover {
    background: #A75700;
}

/*blau*/
.wide-teaser-wrap.top .stoerer.blue {
    background: #0068b4 none repeat scroll 0 0;
}

.wide-teaser-wrap.top .stoerer.no-box.blue a {
    background: #0068b4;
}

.wide-teaser-wrap.top .stoerer.no-box.blue a:hover {
    background: #00497E;
}

/*Ohne Box*/
.wide-teaser-wrap.top .stoerer.no-box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    width: auto;
    margin-top: 0;
}

.wide-teaser-wrap.top .stoerer.no-box h3,
.wide-teaser-wrap.top .stoerer.no-box h2,
.wide-teaser-wrap.top .stoerer.no-box p {
    display: none;
}

/*Ohne Button*/

#header .stoerer.box-hidden {
    display: none;
}

#header .stoerer.no-button {
    padding: 20px 20px 30px;
}

.wide-teaser {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background-size: cover;
    background-color: #000;
    background-position: center center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-attachment: fixed;
}

.wide-teaser-content {
    text-align: center;
}

.wide-teaser-content .video-play {
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    border: 0.4em solid #fff;
    border-radius: 2.5em;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    display: block;
    height: 5em;
    margin: 2em auto auto;
    position: relative;
    width: 5em;
    z-index: 1;
}

.wide-teaser-content .video-play svg {
    fill: #fff;
    height: 2.5em;
    margin: 0.8em 0 0 0.4em;
    width: 2.5em;
}

.wide-teaser-content .video-play:hover {
    background: #0068b4 none repeat scroll 0 0;
    border-color: #0068b4;
}

.wide-teaser-bottom {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 40%, transparent) repeat scroll 0 0;
    bottom: 0;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wide-teaser-bottom .copyright {
	color: white;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
}

/* patches */
.wide-teaser-bottom .wide-teaser-sharing {
	display: none;
}

.wide-teaser-bottom a {
    color: #fff;
    display: inline-block;
    padding: 20px;
}

.wide-teaser-bottom a:hover {
    background: #0068b4 none repeat scroll 0 0;
    text-decoration: none;
}

.wide-teaser-bottom a.arrow svg {
    transform: rotate(90deg);
}

.wide-teaser-bottom svg {
    display: inline-block;
    fill: #fff;
    height: 40px;
    position: relative;
    width: 40px;
}

.wide-teaser-sharing {
    bottom: 0;
    position: absolute;
    right: 0;
}

.wide-teaser .stoerer {
    background: #76b828 none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px;
    position: relative;
    transform: rotate(-2deg);
    width: 66%;
    z-index: 1;
}

#header .wide-teaser .stoerer .btn-secondary,
#content .wide-teaser .stoerer .btn-secondary {
    border-color: #fff;
    color: #fff;
    margin: 15px auto 0;
    padding-bottom: 4px;
}

#header .slider .wide-teaser-wrap .btn {
    margin: 15px auto 0 !important;
}

#header .slider .wide-teaser-wrap .stoerer.no-box .btn {
    margin: 0 auto !important;
}

.wide-teaser .stoerer .btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.wide-teaser .stoerer * {
    text-shadow: none !important;
}

.wide-teaser .stoerer p {
    font-size: 14px;
    color: #fff;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.arrow {
    animation: 2s ease 0s normal none infinite running bounce;
}

.wide-teaser-wrap.bottom {
    margin: 40px 0;
    height: 450px;
}

.wide-teaser-wrap.bottom:hover .wide-teaser-overlay {
    background: rgba(0, 104, 180, 0.8) none repeat scroll 0 0;
    bottom: 40px;
    left: 40px;
    opacity: 1;
    right: 40px;
    top: 40px;
}

.wide-teaser-wrap.bottom.blue:hover .wide-teaser-overlay {
    background: rgba(0, 104, 180, 0.8) none repeat scroll 0 0;
}

.wide-teaser-wrap.bottom.orange:hover .wide-teaser-overlay {
    background: rgba(239, 124, 0, 0.8) none repeat scroll 0 0;
}

.wide-teaser-wrap.bottom.green:hover .wide-teaser-overlay {
    background: rgba(118, 184, 40, 0.8) none repeat scroll 0 0;
}

.wide-teaser-wrap.bottom:hover .wide-teaser-content {
    opacity: 0;
}

.wide-teaser-overlay {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    bottom: 50px;
    display: flex;
    justify-content: center;
    left: 50px;
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: opacity 0.5s ease 0s, background 2s ease 0s, top 1s ease 0s, left 1s ease 0s, right 1s ease 0s, bottom 1s ease 0s;
}

.wide-teaser-overlay.blue {
    background: rgba(0, 104, 180, 0.2) none repeat scroll 0 0;
}

.wide-teaser-overlay.orange {
    background: rgba(239, 124, 0, 0.2) none repeat scroll 0 0;
}

.wide-teaser-overlay.yellow {
    background: #ffcc00 none repeat scroll 0 0;
}

.wide-teaser-overlay.green {
    background: rgba(118, 184, 40, 0.2) none repeat scroll 0 0;
}

.wide-teaser-overlay .wide-teaser-overlay-content {
    text-align: center;
}

.wide-teaser-overlay .btn-secondary {
    border-color: #fff;
    color: #fff;
}

.unterseite #content .wide-teaser-overlay .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.5);
}

#content .wide-teaser-overlay .btn-secondary {
    border-color: #fff;
    color: #fff;
}

@media (max-width: 510px) {
    .wide-teaser-bottom a {
        display: inline-block;
        margin: 0 auto;
    }
    
    .wide-teaser-bottom svg {
        display: block;
        margin: 9px auto 0;
    }
}

/*Social media share popup*/

.white-popup {
    background: #fff none repeat scroll 0 0;
    margin: 20px auto;
    max-width: 300px;
    padding: 20px;
    position: relative;
    width: auto;
}

#socialshareprivacy ul {
    height: auto;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
    width: 126px;
}

#socialshareprivacy li {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto !important;
    width: auto;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
    margin-top: 9px;
}

#sharing-popup h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#sharing-popup #socialshareprivacy {
    display: inline-block;
    width: 100%;
}

#sharing-popup .social_share_privacy_area li div.tweet {
     width: 63px;
}

#content #socialshareprivacy {
    display: none;
}
/*Slider Teaser*/

.sudoslider .column .image:after {
    border: 0;
    position: inherit;
}

.sudoslider .column .image {
    position: inherit;
}

.rs_preserve.container {
    margin-bottom: 40px;
}

.big-column .sudoslider + .controls {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
    position: relative;
    width: 95px !important;
    z-index: 1;
}

.big-column .sudoslider + .controls a {
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 0.9em;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#container-inner .sudoslider ul li {
    border-right: 20px solid white;
    max-width: 317px;
}

.sudoslider li .text {
    background: rgba(0, 104, 180, 0.8) none repeat scroll 0 0;
    bottom: 0;
    margin: 0;
    position: absolute;
    top: 125px;
    transition: top 0.5s ease 0s;
    width: 100%;
    padding: 1.25rem;
}

.sudoslider li:hover .text {
    top: 0px;
}

@media screen and (max-width: 1023px) {
  .sudoslider li:focus .text  {
    top: 0px;
  }
}

#container-inner .sudoslider .column h2 {
    font-size: 1.02rem;
    font-weight: bold;
    list-style: outside none none;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    padding-bottom: 0;
    color: #fff;
}

#container-inner .sudoslider .column a:hover {
    text-decoration: none;
}

#container-inner .sudoslider li p {
    opacity: 0.2;
    padding-top: 500px;
    transition: opacity 1.5s ease 0s, padding 0.5s ease 0s;
    color: #fff;
    font-size: 14px;
}

#container-inner .sudoslider li:hover p {
    opacity: 1;
    padding-top: 20px;
}

#container-inner .sudoslider.green .text {
    background: rgba(118, 184, 40, 0.8) none repeat scroll 0 0;
}

#container-inner .sudoslider.orange .text {
    background: rgba(239, 124, 0, 0.8) none repeat scroll 0 0;
}

@media (max-height: 768px) and (max-width: 1024px) {
    .wide-teaser {
        background-attachment: inherit;
    }
    
    #header .logo {
        position: absolute;
    }
}

@media (max-width: 979px) {
    #container-inner .sudoslider ul li {
        max-width: 365px;
    }
    
    #header .logo {
        position: absolute;
        left: 4px;
        top: 0;
    }
    
    .wide-teaser {
        background-attachment: inherit;
    }
    
    .image-right {
        float: none;
        margin: 0 !important;
    }
    
    .image-left {
        float: none;
        margin: 0 !important;
    }
    
    #content .wide-teaser-wrap.bottom h2 {
        font-size: 26px;
        margin-top: 30px;
    }
    
    #content .wide-teaser-wrap.bottom .btn-lg, 
    #content .wide-teaser-wrap.bottom .btn-group-lg > .btn {
        font-size: 14px;
    }
    
    #content .wide-teaser-wrap.bottom .wide-teaser-overlay {
        bottom: 0;
        left: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
    }
    
    .wide-teaser-wrap.bottom .wide-teaser-overlay {
        bottom: 40px;
        left: 40px;
        opacity: 1;
        right: 40px;
        top: 40px;  
        opacity: 1; 
    }
    .wide-teaser-wrap.bottom .wide-teaser-content {
        opacity: 0;
    }
        
    .wide-teaser-wrap.bottom.blue .wide-teaser-overlay {
        background: rgba(0, 104, 180, 0.8) none repeat scroll 0 0;        
    }
    
    .wide-teaser-wrap.bottom.orange .wide-teaser-overlay {
        background: rgba(239, 124, 0, 0.8) none repeat scroll 0 0;
    }
    
    .wide-teaser-wrap.bottom.green .wide-teaser-overlay {
        background: rgba(118, 184, 40, 0.8) none repeat scroll 0 0;
    }
}

@media (max-width: 764px) {
    #container-inner .sudoslider ul li {
        max-width: inherit;
    }
    
}

/*Newsletter Footer*/

#content .newsletter-overlay-form {
    display: none;
}

.newsletter-overlay-form > form {
    margin-bottom: 0;
}

#content .newsletter-overlay-form input {
    width: 18em;
}

#content .newsletter-overlay-form button {
    border-color: #fff;
    color: #fff;
    margin-top: 0.5em;
    font-size: 0.875em;
}

#content .newsletter-overlay:hover .newsletter-overlay-form {
    display: block;
}

#content .newsletter-overlay p {
    color: #fff;
}

#content .newsletter-teaser {
    background: #76b828 none repeat scroll 0 0;
    padding: 40px 0;
    font-size: 14px;
}

#content .newsletter-teaser .btn {
    background: #0068b4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-right: 10px;
}

#content .newsletter-teaser .btn:hover {
    background: #00508c none repeat scroll 0 0;
}

#content .newsletter-teaser p {
    color: #373a3c;
}

#content .newsletter-teaser h1, 
#content .newsletter-teaser h2, 
#content .newsletter-teaser h3, 
#content .newsletter-teaser h4 {
    color: #fff;
    margin-top: 0;
    padding-bottom: 0;
}

/*Text und Bild aufklappen*/

.collapse-teaser {
    margin: 20px 0 0;
    position: relative;
}

.collapse-teaser:after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, white, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 80%;
    position: absolute;
    width: 100%;
}

.collapse-teaser.off::after {
    display: none;
}

.container.text-image {
   font-size: 14px; 
}

.collapse-wrap .image-right {
    max-width: 66%;
}

.collapse-wrap .image-left {
    max-width: 66%;
}

@media (max-width: 979px) {
    .collapse-wrap .image-right {
        max-width: 100%;
    }
    
    .collapse-wrap .image-left {
        max-width: 100%;
    }
}

.collapse-button {
    border: 1px solid #0068b4;
    border-radius: 4em;
    display: block;
    height: 5em;
    margin: auto;
    position: relative;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    width: 5em;
    z-index: 1;
}

.collapse-button.collapsed {
    transform: rotate(180deg);
}

.collapse-button:hover {
    background: #0068b4 none repeat scroll 0 0;
}

.collapse-button:hover .icn-arrow {
    fill: #fff;
}

.collapse-button .icn-arrow {
    fill: #0068b4;
    height: 2em;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    position: relative;
    top: 50%;
    transform: rotate(-90deg);
    width: 2em;
    font-size: 14px;
}

.collapse-wrap {
    margin-top: 40px;
}

#content .collapse-wrap .caption {
    border-bottom: 1px solid #a9a691;
    color: #a9a691;
    padding: 0.5em 0;
}


/*Newsletter St�rer*/

.newsletter-overlay-wrap {
    height: 600px;
    margin-top: -60px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.newsletter-overlay {
    background: #76b828 none repeat scroll 0 0;
    border-radius: 10px 0 0 10px;
    color: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 42%;
    transform: translateX(120px);
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    z-index: 100;
}

/*Newsletter Big size*/
.newsletter-overlay.bigsize {
	padding: 52px 46px 46px 52px;	
} 

.newsletter-overlay.bigsize svg {
    fill: #fff;
    height: 92px;
    width: 92px;
}

.newsletter-overlay.bigsize img {
    width: 110px;
    margin-left: -52px;
	margin-top: -112px;
}

#content .newsletter-overlay.bigsize button {
    font-size: 1.175em;
}

#content .newsletter-overlay.bigsize h3 {
    font-size: 2em;
}
/**/

.newsletter-overlay.green {
    background: #76b828 none repeat scroll 0 0;
}

.newsletter-overlay.orange {
    background: #ef7c00 none repeat scroll 0 0
}

.newsletter-overlay.yellow {
    background: #ffcc00 none repeat scroll 0 0
}

.newsletter-overlay.blue {
    background: #0068b4 none repeat scroll 0 0;
}

#content .newsletter-overlay.blue button:hover {
    background: #76b828 none repeat scroll 0 0;
}

.newsletter-overlay.visible {
    transform: translateX(0px);
}

.newsletter-overlay img {
    margin-left: -57px;
    margin-top: -47px;
    position: absolute;
    width: 70px;
}

.newsletter-overlay svg {
    fill: #fff;
    height: 32px;
    width: 32px;
}

.newsletter-overlay span {
    display: block;
}

#content .newsletter-overlay h1, 
#content .newsletter-overlay h2, 
#content .newsletter-overlay h3, 
#content .newsletter-overlay h4, 
#content .newsletter-overlay h5 {
    color: #fff;
}

.newsletter-overlay img {
    margin-left: -57px;
    margin-top: -47px;
    position: absolute;
    width: 70px;
}

.newsletter-overlay-form {
    display: none;
}

.newsletter-overlay-form input {
    width: 18em;
}

.newsletter-overlay-form button {
    border-color: #fff;
    color: #fff;
    margin-top: 0.5em;
}

.newsletter-overlay:hover .newsletter-overlay-form {
    display: block;
}

@media (max-width:1144px) {
    .newsletter-overlay-wrap {
        display: none;
    }
}

.mfp-close {
    display: none;
}
.youtube_video_single .youtube_play {
    background: #0068b4 none repeat scroll 0 0;
    border: 0.4em solid #0068b4;
    border-radius: 2.5em;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    height: 5em;
    left: 310px;
    margin: 2em auto auto;
    position: absolute;
    top: 160px;
    width: 5em;
    z-index: 1;
}
.youtube_video_single .youtube_play svg {
    fill: #fff;
    height: 2.5em;
    margin: 0.9em 0 0 1.2em;
    width: 2.5em;
}
.youtube_video_single.rs_preserve {
    margin: 0 auto;
    position: relative;
    width: 680px;
}
.youtube_thumb {
    height: auto;
    max-width: 100%;
}
.youtube_overlay span {
    color: white;
    cursor: help;
}
.mfp-wrap {
    overflow-y: scroll;
}

@media (max-width: 697px) {
    .youtube_video_single.rs_preserve {
        width: 480px;
    }
    .youtube_video_single .youtube_play {
        left: 216px;
        top: 93px;
    }
}

@media (max-width: 498px) {
    .youtube_video_single.rs_preserve {
        width: 380px;
    }
    .youtube_video_single .youtube_play {
        height: 4em;
        left: 172px;
        top: 74px;
        width: 4em;
    }
    .youtube_video_single .youtube_play svg {
        height: 2.5em;
        margin: 0.4em 0 0 0.9em;
        width: 2em;
    }
}

@media (max-width: 389px) {
    .youtube_video_single.rs_preserve {
        width: 318px;
    }
    .youtube_video_single .youtube_play {
        left: 136px;
        top: 49px;
    }
}


/*Gartengl�ck Quiz*/

#tinderslide {
    margin: 0 auto;
}

#content .actions {
    width: 100%;
}

#content .actions a.dislike {
    left: 22%;
}

#content .actions a.like {
    right: 22%;
}

@media (max-width:1287px) {
  
    #content .actions a.like {
        right: 14%;
    }

    #content .actions a.dislike {
        left: 14%;
    }
}

@media (max-width:890px) {
  
    #content .actions a.like {
        right: 14%;
    }

    #content .actions a.dislike {
        left: 14%;
    }
}


/* Garvin probiert Sachen */
@media (min-width: 1024px) {
	.big-column .sudoslider_noscroll + .controls {
		display: none !important;
	}	
}



