@charset "utf-8";
/* CSS Document */

body, html {
	color: #333333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 2rem;
}

a {
	text-decoration: none!important;
}a

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #374357;
}
h3, h4, h5, h6 {
	margin-bottom: 1.5rem;
}
h1 {
	font-size: 2.4rem;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.4rem;
	padding-top: 1.5rem
}
h4 {
	font-size: 1.2rem;
}
h5, h6 {
	font-size: .8rem;
	color: #7d8d9e;
	letter-spacing: .3rem;
	margin-bottom: 1rem;
}

textarea {
	height: 200px;
}

form h2 {
	display: none;
}

.whitebg, .bluebg, .footerbg {
	padding: 50px 0;
	position: relative;
	display: flex;
}

.whitebg {
    background-color: #ffffff;
}

.bluebg {
	background-color: #153f8f;	
	color: #ffffff;
}

.bluebg h2, .bluebg h5 {
	color: #ffffff;	
}

.footerbg {
	background-color: #333333; 
}

.relative {
	position: relative;
}

#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: url(../images/totop.svg) no-repeat center center;
	width: 54px;
	height: 54px;
}

/*//////////////////////// Navigation ////////////////////////*/
#navigation {
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: #ffffff;
	font-size: 12px;
}

#navigation a:hover {
	color: #1c93d1;
}

#mainNavigation ul li a {
    color: #666666;
    padding: 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-link.active {
	padding: 0!important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
	margin: 0;
	font-size: inherit;
}

.navbar-toggler {
	background-color: #737373;
}

#mainNavigation .active > a {
    color: #153f8f;
}

.dropdown-item.active {
	background-color: inherit;
}

#mainNavigation .dropdown-item.active {
    background-color: inherit;
    color: #153f8f;
}
/*////////////////////////////////////////////////////////////*/

header {
	position: relative;
}

header img {
	width: 100%;
}

header .carousel-item .fill {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
        background-image: none;
        background-size: auto auto;
    background-image: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control-prev-icon {
	background-image: url(../images/Arrow_left.png);
}

.carousel-control-next-icon {
	background-image: url(../images/Arrow_right.png);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 31px;
	height: 87px;
}

.horizontal-divider {
	position: relative;
}

.horizontal-divider img {
	width: 100%;
}

.divider-top {
    position: absolute;
    top: -1px;
    width: 100%;
}

.divider-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.newsimg {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.homenews img {
	height: auto;
	width: 100%;
}

.news-titel a {
	color: #374357;
}

.homenews .news-datum {
	margin-top: 10px;
}

.parallax-window {
    min-height: 30vh;
    background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.frame-bluelayer {
	background-color: rgba(21,63,143,.4);
	#color: #ffffff;
}

.frame-bluelayer .parallax-window {
	display: block;
	padding-top: 100px;
}

.frame-bluelayer .parallax-content {
	#margin: 10px 0 20px 0;
	width: 100%;
	background-color: #ffffff;
	padding: 50px 0 82px 0;
}

.frame-bluelayer .parallax-content:last-of-type {
	margin-top: 100px;
}

.frame-bluelayer h3 {
	color: #ffffff;
}

.frame-bluelayer a {
	color: #ffffff;
	background-color: #153f8f;
	padding: 10px 30px;
	border-radius: 45px;
}

.frame-mitgliedschaft a {	
	color: #ffffff;
	background-color: #153f8f;
	padding: 10px 30px;
	border-radius: 45px;
}

.horizontal-divider p:last-of-type {
	margin-bottom: 0;
}

.frame-quote {
	width: 50%;
	margin: 0 auto;
}

.ce-center .image {
    text-align: center;
}

.vertical-divider {
    min-height: 20vh;
}

.vertical-divider .container {
    min-width: 100%;
}

.vertical-divider .col-md-6 {
    padding: 0;
}

.vertical-divider .parallax-content {
    padding: 5vh;
}

.vertical-divider .col-md-6:nth-of-type(3) {
	display: none;
}

.vertical-divider h3 {
	padding-top: 0;
}

.vertical-divider hr {
	margin-bottom: 1rem;
}

.content-left, .content-right {
	background-color: #f5f5f3;
	min-height: 20vh;
	display: flex;
	align-items: center;
}

.content-left {
	text-align: right;
}

.divider-right img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin-right: -1px;
	display: none;
}

.divider-left img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin-left: -1px;
	transform: rotate(180deg);
	display: none;
}

.mobile-only {
	display: none;
}

footer .col-lg-2 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #ffffff;
}

footer .col-lg-2 a {
	color: #ffffff;
}

footer .col-lg-2 a:hover {
	color: #1c93d1;
}

.btn, .button {
    border: none;
    background-color: #153f8f;
    color: #ffffff;
    padding: 5px 15px;
	border-radius: 5px;
}

.btn:hover {
    color: #ffffff;
}

.back-to-top {
	display: none;
}

.name {
	margin: 10px 0;
	font-size: 1rem;
}

.news-menu-view ul {
    list-style-type: none;
    display: flex;
    flex-direction: column-reverse;
    background-color: rgb(185,214,239);
    background-color: rgba(185,214,239,.3);
    padding: 20px 0;
}

.news-menu-view ul li.item {
    text-align: center;
    margin-bottom: 10px;
}

.news-menu-view ul li.itemactive {
    border-left: 3px solid #113a87;
    border-right: 3px solid #113a87;
    font-weight: bold;
}

.news .article h3 {
    margin-bottom: 1.5rem;
	padding-top: 0;
}

.mediaelement-image {
	float: left;
	margin: 0 10px 10px 0;
}

.mediaelement-image:after {
	display: block;
	content: "";
	clear: both;
}

.mediaelement-image img {
	width: 100%;
}

.news-backlink-wrap {
	margin-top: 100px;
}

.underline {
	color: #153f8f;
	font-size: 24px;
}

hr {
	width: 80px;
	border-top: 2px solid #153f8f;
	margin-bottom: 50px;
}

.zitat {
	text-transform: none;
	font-weight: 500;
}

.parallax-content h3 {
	margin-bottom: 0;
}

.tx-powermail label {
	display: unset;
}

.article h2 {
	margin-bottom: 1.5rem;
}

footer p {
	margin-bottom: 0.5rem;
}

.bluebg p:last-of-type {
	margin-bottom: 0;
}

.bluebg h2 {
	margin-bottom: 1.5rem;
}

.form-check {
	padding: 0;
}

#kontaktformular-56-checkbox-1 {
	margin-right: 5px;
}

/*//////////////////////// Accordion ////////////////////////*/
#accordion {
	box-shadow: 0 0 20px #333;
	margin-bottom: 2rem;
}

.card-header h5 {
	margin: 0;
	line-height: 1.5;
	color: inherit;
}

.toggle {
	display: flex;
	font-size: 1rem;
	text-transform: none;
	cursor: pointer;
}

.toggle p {
	margin: 0 10px 0 0;
}

.card-body p {
	margin-bottom: 1rem;
}

.card-body p:last-of-type {
	margin-bottom: 0;
}

.more-less {
	display: flex!important;
	margin-left: auto;
	align-items: center;
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f0fe";
}

[data-toggle="collapse"] .fa:before {   
	content: "\f146";
}
/*////////////////////////////////////////////////////////////*/

/*//////////////////////// cookiepopup ///////////////////////*/
#cookiepopup { 
	width:100%; 
	position:fixed; 
	bottom:0; 
	color:#ffffff; 
	background-color:rgba(0,0,0,.85); 
	z-index:1000 !important; 
	font-size: 12px;
}
#cookiepopup .container {
	width:950px;
	margin:0px auto;
	padding:0 10px;
}
#cookiepopup p {
	color:#ffffff;
	margin: 1rem 0;
	padding:5px;
}
.cookiepopuplink {
	color:#ffffff;
	text-decoration:none;
}
.cookiepopuplink:hover {
	color:#ffffff;
	text-decoration:underline;
}
.cookiepopup_left, .cookiepopup_right {
	float:left;
}
.cookiepopup_left {
	width:70%;
}
.cookiepopup_right {
	width:30%;
	text-align:center;
}
a.cookiepopuplink1 {
	color:#ffffff;
	padding:10px;
	border:1px solid #ffffff;
}
a.cookiepopuplink2 {
	padding:10px;
	color:#ffffff;
}
a.cookiepopuplink3 {
	margin-left:20px;
}
a.cookiepopuplink1:hover, a.cookiepopuplink2:hover {
	color:#000000;
	border:1px solid #ffffff;
	background-color:#ffffff;
}
@media (max-width: 950px) {
	#cookiepopup .container {
		width:calc(100% - 20px);
		padding:10px;
	}
  .cookiepopup_left, .cookiepopup_right {
		float: none;
	}
	.cookiepopup_left {
		width:100%;
	}
	.cookiepopup_right {
		width:100%;
		text-align:center;
	}
}
/*////////////////////////////////////////////////////////////*/

/*//////////////////////// News Images ///////////////////////*/
@media screen and (min-width: 1200px) {
	.mediaelement-image {
		width: 270px;
	}
	
	.mediaelement-image:nth-of-type(4), .mediaelement-image:nth-of-type(8), .mediaelement-image:nth-of-type(12) {
		margin: 0 0 10px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {		
	.mediaelement-image {
		width: 303px;
	}	
	
	.mediaelement-image:nth-of-type(3), .mediaelement-image:nth-of-type(6), .mediaelement-image:nth-of-type(9), .mediaelement-image:nth-of-type(12) {
		margin: 0 0 10px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {	
	.mediaelement-image {
		width: 340px;
	}
	
	.mediaelement-image:nth-of-type(2), .mediaelement-image:nth-of-type(4), .mediaelement-image:nth-of-type(6), .mediaelement-image:nth-of-type(8),
	.mediaelement-image:nth-of-type(10), .mediaelement-image:nth-of-type(12) {
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 768.98px) {
	.mediaelement-image {
		width: 100%;
		margin: 0 0 10px 0;
	}
}
/*////////////////////////////////////////////////////////////*/

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#mainNavigation ul li a {
		padding: 5px 5px;
	}
	
}

@media screen and (max-width: 767.98px) {	
	#mainNavigation ul li a {
		color: #666666;
		padding: 5px 0;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#collapsibleNavbar > ul > li:first-of-type > a {
		padding-top: 15px;
	}
	
	.navbar-toggler-icon {
		width: 2.4rem;
	}
	
	.homeicon {
		margin-right: 5px;
	}
	
	.socialicons, .homeicon {
		display: inline;
	}
	
	.navbar-toggler {
		margin-bottom: 15px;
	}
	
	.dropdown-menu {
		border: none;
		margin-left: 10px;
		display: block;
		padding: 0 0 0.5rem 0;
	}

	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 15px;
		height: 43px;
	}
	
	.divider-top, .divider-bottom {
		display: grid;
	}

	.frame-quote {
		width: 100%;
	}
	
	.parallax-window.vertical-divider {
		background: #f5f5f3;
	}
}

@media screen and (min-width: 576px) {
	.pagination .next {
		position: absolute;
		right: -5%;
		top: calc(50% - 50px);
		font-size: 48px;
	}

	.pagination .prev {
		position: absolute;
		left: -5%;
		top: calc(50% - 50px);
		font-size: 48px;
	}
}