/* Necessary for full page carousel*/
html,
body,
header,
.view {
  height: 100%;
	font-size: 16px;
}

.blue-text {
    color: #004D95!important;
}
.lightblue-text {
    color: #dfedf8!important;
}
.yellow-text {
    color: #C1002B!important;
}

.mt-5, .my-5 {
    margin-top: 45px!important;
}

.bg_lightblue{ background: #dfedf8; padding-top: 30px; padding-bottom: 15px;}
.bg_lightblue1{ background: #dfedf8;}
.bg_lightyellow{  background: #C1002B; padding-top: 15px; margin-bottom: 15px;}
.bg_blue{ background: #004D95; color: #fff; padding-top: 15px; margin-bottom: 15px;}

.btn-info {
    background-color: #004D95!important;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #C1002B!important;
    color: #fff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dfedf8!important;
}
a {
    cursor: pointer;
    color: #004D95;
}
a:hover,
a:focus {
    cursor: pointer;
    color: #C1002B;
}

.h1, h1 {
    font-size: 2rem;
	margin-bottom: 30px;
}
.h2, h2 {
    font-size: 1.50rem;
	color: #004D95!important;
	margin-bottom: 15px;
}
.h3, h3 {
    font-size: 1rem;
	font-weight: 500;
	color: #212529;
	padding-bottom: 20px;
}
.h4, h4 {
    font-size: 1.2rem;
	color: #f00!important;
}

b, strong {
    font-weight: 500;
}

main ol, main ul {
    margin-top: 0;
    padding-left: 1rem;
}

main ul li {
  list-style: none;
}
main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #004D95; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.navbar.scrolling-navbar {
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #dfedf8;
    border-radius: 0;
}

.navbar {
  background-color:#0041DB;
}

.navbar-nav{ padding-left: 50px;}

.navbar-brand{}
.navbar-brand img{
	height: 50px;
}

.top-nav-collapse {
    background-color:rgba(255,255,255,0.90);
}
.page-footer {
    bottom: 0;
    color: #fff!important;
    background-color: #219601!important;
}
.page-footer h2{
	color: #fff!important;
}

footer.page-footer {
}
footer.page-footer a {
    color: #fff!important;
}
footer.page-footer a.btn {
    color: #fff!important;
}
.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
	font-size: 1.1rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .breadcrumb .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:hover ,
.navbar .breadcrumb .nav-item.active>.nav-link, .navbar .navbar-nav .nav-item.active>.nav-link {
    background-color:#219601;
	color: #fff;
}

.nav-item {
	position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.navbar .dropdown-menu a {
    padding: 5px 10px;
	margin: 0;
    font-size: .9375rem;
    font-weight: 300;
    color: #212529;
}

.navbar .dropdown-menu .nav-item .nav-link {
    color: #219601;
	font-size: 1rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item{ margin: 0;}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover{
	background: #fff;
}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover,
.nav-item a:hover, 
.dropdown-item.active, .dropdown-item:active,
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
    background-color: #219601!important;
    color: #ffffff!important;
}

.dropdown-item{
    background-color: #fff;
    color: #212529;
}
.dropdown-item.active,
.dropdown-item .active{
    background-color: #dfedf8;
    color: #212529;
}
.dropdown-item:hover{
    background-color: #dfedf8!important;
    color: #212529;
}

.nav-item:hover .drop1 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.dropdown-item:hover .drop2 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #004D95;
    border: 1px solid #fff;
    border-radius: .25rem;
}
.navbar-toggler i {
	color: #fff;
}

.side-nav.wide .collapsible a {
    padding-left: 5px;
    transition: all .3s ease-in-out;
	color: #212529;
}
.side-nav.wide .collapsible a.active {
	background-color: #004D95;
	color: #fff;
}

.side-nav a.pfeil {
    display: block;
	position: absolute;
	right: 10px;
	width: 50px;
	margin-top: -36px;
}

.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper {
    height: 8rem;
    padding: 19px 10px;
    border-bottom: 1px solid rgba(255,255,255,.65);
}

.side-nav .logo-wrapper a {
    height: 4rem;
    width: 15rem;
    padding: 0;
}
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper a img {
    max-width: 8rem;
    padding: 0;
}
.side-nav .collapsible-body a {
    padding-left: 47px;
    height: 36px;
    line-height: 36px;
    background-color: #C1002B;;
}

.rgba-white-strong, .rgba-white-strong:after {
    background-color: #dfedf8;
}

.linkcol-head{
	position: relative;
}



.border-light {
    border-color: #004D95!important;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

.carousel h2{
	color: #fff!important;
	font-size: 3rem;
}
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}
.carousel .mask{
	background-color: rgba(0,0,0,0.01);
}

.carousel-multi-item .carousel-indicators li {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #004D95!important;
    margin-bottom: -3.75rem;
}
.carousel-multi-item .carousel-indicators .active {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #004D95;
    border-radius: 50%;
}

.card:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 2px 30px 0 rgba(0,0,0,.12);
    border: 0;
	transition-property: box-shadow;
	transition-duration: 1s;
	transition-delay: 0s;
}

a .nolink{
	color:#212529;
}

.zitat{
	font-size: 1.3rem;
}
.zitat p{
	padding-top: 40px;
}
.zitat .quote-fa{
	padding-top: 30px;
}

.teaserbild{
	width: 100%;
}

.teaserlink{
	width: 100%;
	display: block;
	padding: 15px;
	background: #004D95;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.teaserlink:hover{
	width: 100%;
	display: block;
	padding: 15px;
	background: #004D95;
	color: #fff!important;
}

.blogteaser{
	border-bottom: 1px solid #dfedf8;
	margin-bottom: 15px;
}

.mdb-lightbox .einzelbild_gal .beschriftung {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 15px;
    background-color: rgba(255,255,255,0.85);
    display: inline;
    width: 100%;
    z-index: 99;
    color: #000;
}

.quote-fa{
	font-size: 2rem;
}

.quote{ font-style: italic;
}

.logo img{ padding: 5px; border: #ccc 1px solid; background: #fff; margin-bottom: 5px;}

.bg-red{ background: #cf2030; color: #fff;}
.bg-red h1{ color: #fff!important; padding: 10px; margin: 0px; display: block; width: 100%;}
.bg-red h2{ color: #fff!important; padding: 10px; margin: 0px; clear: both; font-size: 1.10rem;}

.totop {
    position: fixed;
    bottom: 60px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    right: 0px;
	z-index: 99;
}

.totop a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #004D95;
    display: inline-block;
    margin-top: 0;
    color: #fff;
    padding-top: 7px;
    border: 1px solid #009DC5;
    border-right: none;
	border-radius: 50%;
}

.sidenavi {
    position: absolute;
    top: 10px;
    right: 0px;
	width: 250px;
}
.sidenavi.fest {
  position:fixed;
  top:100px;
  right:0px;
}

.jarallax {
    min-height: 200px;
}

.btn-xing {
    background-color: #007575!important;
}
.btn-bni {
    background-color: #cf2030!important;
}
.btn-bni img{
    width: 35px;
	padding-top: 15px;
}


@media only screen and (max-width : 992px) {
header, main, footer {
/*padding-left: 240px;*/
}
}
@media (max-width: 1100px){
	.navbar-expand-lg .navbar-toggler {
		display: inline;
	}
}
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
	  background: #1C2331!important;
	}
}
@media (max-width: 755px) {
	.h1, h1 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.h2, h2 {
		font-size: 1.40rem;
	}	
	.navbar-brand img {
		height: 30px;
	}
	.breadcrumb {
		padding: .75rem 0rem;
		margin-bottom: 1rem;
		background-color: #dfedf8;
		border-radius: 0;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: .2rem;
		font-size: 0.7rem;
	}
	.breadcrumb-item{
		font-size: 0.7rem;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: .2rem;
	}	

	.carousel h2{
		color: #fff!important;
		font-size: 1.5rem;
	}
	.lead {
		font-size: 1rem;
		font-weight: 300;
	}
	#carouselsingle{
		padding-top: 70px;
	}
	img.overlay{ margin-bottom: 20px;}

}
@media (min-width: 756px) and (max-width: 991px) {
	#carouselsingle{
		padding-top: 70px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#carouselsingle{
		padding-top: 70px;
	}
	.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
		color: #004D95;
		font-size: 1rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.dropdown-menu {
		top: 95%;
	}	
}
@media (min-width: 1200px) {
}
