

@media (max-width: 767px) {
	.nav-main-element > .container {
		padding:0;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
        color: white;
}

}



/* =========== PRINT ELEMENTS HIDE ============ */
.print_show { display:none }
/* =========== PRINT ELEMENTS HIDE ============ */



/* ============================== HEADER ====================== */
.logo-header {
	max-height:180px;
	z-index:999;
	margin-bottom:-40px;
	padding-right:10px
}
.header-top-holder {
	height:140px
}
.header-search {
	margin-top:30px;
}

.header-search .dropdown-menu>li>a {
  width: 550px;
}
.header-search .des_search_suggest_content.dropdown-menu {
	margin-left: -336px;
}

.header-teaser {
	padding-top:45px
	}
.header-teaser .main-text {
	font-size:32px;
}
.header-teaser .sub-text {
	display: flex;
	padding-left:3px;
	font-size:16px;
	line-height: 14px;
}
.header-top-holder.VKB .header-teaser,.header-top-holder.UKV .header-teaser {
	padding-top:0px;
}
.header-top-holder.VKB .header-teaser img {
	display:block;
	height:120px;
}
.header-top-holder.UKV .header-teaser img {
	display:block;
	height:120px;
}
@media (max-width: 991px) {
	.header-teaser .main-text {
		font-size:22px;
	}
	.header-teaser .sub-text {
		font-size:13px;
	}
	.header-top-holder.UKV .header-teaser img {
	height:90px;
	padding-top:15px;
	}
}
@media (max-width: 767px) {
	.header-teaser {
		padding-top:20px
		}
	.header-teaser .main-text {
		font-size:27px;
	}
	.header-teaser .sub-text {
		font-size:13px;
	}
	.logo-header {
		max-height:120px;
		padding:5px;
	}
	.header-top-holder {
		height:80px
	}
	.header-top-holder.VKB,.header-top-holder.UKV{
		height:105px
	}
	.header-top-holder.VKB .header-teaser,.header-top-holder.UKV .header-teaser {
		padding-left:20px;
	}
	.header-top-holder.VKB .header-teaser img {
		height:80px;	
	}
}
/* ============================== HEADER ====================== */

/* =========== BANNER SKYSCRAPER FIXED =================== */

.affix {
	position: fixed;
	top:20px;
}
.affix-top {
  position: static;
}
.affix-bottom {
  position: absolute;
}

#banner-skyscraper .btn-close {
	position:absolute;
	background-color:#999;
	display: flex;
	padding:3px;
	opacity:0.7;
	right: 15px;
}
#banner-skyscraper.affix .btn-close {
	left: 140px;
}
@media (max-width: 991px) {
	#banner-skyscraper .btn-close {
		left: 355px;
		left: min(355px, calc(100% - 35px));
	}
}
#banner-skyscraper .btn-close a,#banner-skyscraper .btn-close a:hover {
	display: flex;
	text-decoration:none;
}

/* =========== BANNER SKYSCRAPER FIXED =================== */

/* =============== SOCIAL MEDIA ICONS =============== */
.icon-socialmedia-lg {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	vertical-align: middle;
	text-align: center;
}
.icon-socialmedia-twitter {
	background-color: #55acee;
	color: white;
}
.icon-socialmedia-facebook {
	background-color: #3b5998;
	color: white;
}
.icon-socialmedia-envelope {
	background-color: #0cabcc;
  color: white;
}
.icon-socialmedia-print {
	background-color: #0cabcc;
  color: white;
	font-size: 20px;
}
.icon-socialmedia-print:hover {
	background-color: #68D5DD;
}


/* =============== SOCIAL MEDIA ICONS =============== */


/* ================ CONTENT HOLDER ================= */
#content-main {
	min-height: 70vh;
}
/* ================ CONTENT HOLDER ================= */

/* ============================= FOOTER ============= */
footer {
	padding-top:15px;
	background-color:#095895;
	color:white;
}
footer a, footer a:hover{
	color:white;
}
footer ul {
	padding-left:0;
}
footer li {
	list-style:none;
	padding-bottom:5px;
}
.footer_end {
	background-color:#001E6C
}
/* ============================= FOOTER ============= */

/* ======================= NAV ========================= */

/* ===== MULTILEVEL ===== */
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
		width: 400px;
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
}
/* ===== MULTILEVEL ===== */
/* CLICK-Variant: http://jsfiddle.net/chirayu45/e02t2jcc/1/*/



.nav-main-element {
	background-color: #095895;
}
.main-nav {
	background-color: #095895;
	width:100%;
}
/*hover #336699 */

.main-nav > li {
	font-size:16px;
}
.main-nav > li > a {
	color: #FFF !important;
	padding:8px 7px;
}
.main-nav > li > a:hover,.main-nav > li.active > a {
	background-color: #336699 !important;
	color:#fbca4b !important;
}
.dropdown-menu>li>a {
  width: 226px;
	white-space: normal !important;
}
.dropdown-menu>li>.dropdown-menu>li>a {
  width: 398px;
}

.main-nav .open>a, .main-nav .open>a:hover, .main-nav .open>a:focus {
	background-color: #336699 !important;
	color:#fbca4b !important;
}
.main-nav > li > .dropdown-menu {
	margin-top:-1px !important;
	min-width:485px;
}
.main-nav > li > .dropdown-menu > .dropdown-menu {
	max-width:200px;
}
.dropdown-menu > .nav-teaser {
	float:right;
	width:53%;
	padding:10px
}
.main-nav > li > .dropdown-menu.pull-right-md  > .nav-teaser {
	float:left;
}
.dropdown-menu > li {
	float:left;
}
.dropdown-menu .divider {
	width:43%;
	margin:3px 0;
}
.main-nav > li {
	font-size:16px;
}
@media (max-width: 991px) {
	.main-nav > li {
	font-size:14px;
	}
}
@media (min-width: 992px) {
	/* ===== Hover for First Dropdown ===== */
	li.dropdown:hover > ul.dropdown-menu {
			display: block;
			margin-top:0px;
	}
	/* ===== Hover for First Dropdown ===== */
}
@media (min-width: 768px) {
	.main-nav {
		display:table
	}
	.main-nav > li {
		text-align:center;
		display: table-cell;
		float:none
	}
}

@media (max-width: 767px) {
	.main-nav .dropdown-menu {
		min-width:auto;
	}
	.dropdown-menu .divider {
		width:auto;
		margin:3px 0;
	}
	.dropdown-menu>li>a,.dropdown-menu>li>.dropdown-menu>li>a {
		width: 100%;
	}
	.dropdown-menu > li {
		float:none
	}
	.main-nav {
		margin:0;
	}
	.main-nav #navbar li a {
	color: #FFF !important
	}
	.main-nav > li >a:hover {
		background-color: #336699 !important
	}
	.main-nav .open>a, .main-nav .open a:hover, .main-nav .open a:focus {
		background-color: #336699 !important
	}
	/* level 3 */	
	.navbar-nav .open .dropdown-menu > li > ul > li > a {
		padding-left: 45px !important;
	}
}

.icon-bar {
   background-color:#FFF !important;
}
/* ======================= NAV ========================= */




/* ==== SLIDER ====*/
.carousel-indicators li {
	border: 1px solid #095895;
}
.carousel-indicators .active {
	background-color: #095895;
}
.carousel-indicators {
	bottom:0px;
}
.carousel-startpage .carousel-indicators {
		top:106%;
	}
.carousel-control {
	width: 5%;
	min-width: 40px;
}
.carousel-inner>.item>img {
	max-height:350px;
}
.carousel-caption-impfberatung {
	position:absolute;
	z-index:10;
	right:15%;
	top:10%;
	left:auto
}
.carousel-inner .sub-text {
	 padding-left: 30px;
}
@media (max-width: 767px) {
	.carousel-caption-impfberatung {
		right:2%;
		top:10%;
	}
}
.list-style-decimal {
	list-style:decimal;
}
/* ==== SLIDER ====*/



/* ======================== SITEMANAGER ====================== */
#sublayer_sitemanager_view {
	padding-bottom:15px;
}
/* ======================== SITEMANAGER ====================== */

/* ======= FIXED ICON-BAR ========== */
#contactBox {
    width: 200px;
    height: auto;
    padding: 10px 0 10px 10px;
    position: fixed;
    top: 40vh;
		right: -160px;
    background-color: #fdcb50;
    border: 1px solid #d0d0d0;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    z-index: 30;
		color:black;
		font-size:15px
}
@media (max-width: 500px) {
	#contactBox {
		width: 100%;
		max-width: 100vw;
		border-radius: 0;
		top: initial;
		right: initial;
		border-width: 1px 0 0 0;
		padding: 5px 10px 0 10px;
	}
	#contactBox.rows-3 {
		bottom: -106px;
	}
	#contactBox.rows-4 {
		bottom: -147px;
	}
	#contactBox ul {
		margin-left: calc(15% - 38px) !important;
	}
	#contactBox .contact-icon-bar {
		display: block !important;
		border-bottom: 1px solid #d0d0d0;
	}
	#contactBox .contact-icon-bar .fa-mobile {
		margin-top: -3px;
	}
	#contactBox .contact-icon-bar .icon {
		margin: auto;
		display: block;
	}
}
#contactBox a {
		color:black;
}
#contactBox.open {
	/* jquery status-holder */
}
#contactBox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#contactBox li {
    padding: 5px 0;
}

.icon-invert {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.icon {
	width: 28px;
	display:inline-block
}
.mosquito-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/_upload_bilder/_filemanager/image/_layout/icons/mosquito.svg');
	background-size: contain;
}
/* ======= FIXED ICON-BAR ========== */


.box-startpage {
	
}

.box-startpage:hover {
	
}


.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto;
}

.box-startpage .thumbnail {
	padding:0;
}
.box-startpage .box-startpage-header {
	position:absolute;
	top:0;
	width: 100%;
	margin-left: -4px;
	opacity: 0.9;
}
.box-startpage .box-footer {
	padding:0 5px;
}
.box-startpage h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-startpage img {
	width:100%;
	max-height:230px;
	padding-bottom:4px;
}

/* ========= STANDARD FONTS/BACKGROUND ========== */
.font-white { color:#FFF }
.font-black { color:#000 }
.font-yellow { color:#fbca4b }
.font-primary { color: #095895 }

.font-size-110 {
	font-size: 110%;
}
.font-size-120 {
	font-size: 110%;
}
.font-size-140 {
	font-size: 140%;
}
.font-size-160 {
	font-size: 160%;
}
.font-size-240 {
	font-size: 240%;
}

.bg-white-transparent {
	background-color: #FFF;
	background: hsla(360, 100%, 100%, 0.65);
}

.bg-white {
	background-color: #FFF;
}

.bg-primary {
	background-color: #095895;
}

.bg-grey {
	background-color: #f3f3f3;
}

.line-hight-normal {
	line-height:normal;
}

.opacity-9 {
	opacity: .9;
}
.opacity-8 {
	opacity: .8;
}
.opacity-5 {
	opacity: .5;
}
.opacity-3 {
	opacity: .3;
}

/* == BADGES == */
.badge-circle {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	/*font-size: 50px;
	background: #000*/
	color: #fdcb50;
	text-align: center;
}

/* ========= STANDARD FONTS/BACKGROUND ========== */

/* ========= HELPER ========== */
.shadow_png {
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
.border-hover:hover {
	border: 1px solid dimgray;
}

.shadow-hover:hover {
	 box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.btn-rounded {
	border-radius: 9999px!important;
}

.rounded {
	border-radius: .25rem!important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
.d-block {
	display: block;
}
.d-none {
	display: none;
}
.d-inline-block {
	display: inline-block;
}
.d-inline {
	display: inline;
}

.mx-auto {
	margin: 0 auto;
}

.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}


.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.truncate-text {
	display:inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-decoration-underline {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.pull-right-md {
			float: right !important;
			right: 0;
			left: auto;
	}
	
}
.position-absolute {
	position:absolute
}
.position-relative {
	position:relative
}
.mt0 {
	margin-top:0;
}
.mb0 {
	margin-bottom:0;
}
.ml5 {
	margin-left:5px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}

.mt-lg {
	margin-top:40px;
}
.mt-xl {
	margin-top:60px;
}
.mb-lg {
	margin-bottom:40px;
}
.mb-xl {
	margin-bottom:60px;
}

@media (max-width: 767px) {
	.mt-xs-15 {
		margin-top:15px;
	}
}
@media (max-width: 991px) {
	.mt-sm-15 {
		margin-top:15px;
	}
}


.mb15 {
	margin-bottom:15px;
}
.p0 { padding:0px; }
.pt0 { padding-top:0px; }
.pb0 { padding-bottom:0px; }
.p3 {
	padding:3px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.pl5 {
	padding-left:5px;
}
.pl0 {
	padding-left:0px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl30 {
	padding-left:30px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pt15 {
	padding-top:15px;
}
.pt1rem {
	padding-top:1rem;
}

.caret-right {
	transform: rotate(270deg);
}


@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-right {
        float: right;
    }
}

@media (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
}

@media (max-width: 1169px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1170px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
}
/* ========= HELPER ========== */

/* ============= STARTPAGE ============== */
.startpage-aktuelle-meldungen {
	height: 630px;
	overflow: hidden;
}
.startpage-aktuelle-meldungen a {
	display: block;
}
@media (min-width: 1170px) {
	.startpage_aboutus {
		margin-top: -175px;
	}
}
@media (max-width: 1199px) {
	.startpage_aboutus {
		margin-top: -175px;
	}
	.startpage-aktuelle-meldungen {
		height: 545px;
	}
}
@media (max-width: 991px) {
	.startpage_aboutus {
		margin-top: 0;
	}
}
/* ============= STARTPAGE ============== */

/* ============= Country/Krankheiten ===== */
.box_AtoZ { padding:0; }
.box_AtoZ li { list-style-type: none; }
.box_AtoZ > .head { background-color: #095895; color:#FFF; }

.nav_AtoZ { padding:15px; background-color: #095895; }
.nav_AtoZ li { list-style-type: none; color:#FFF; margin: 3px; display:inline-block }
.nav_AtoZ li a { width:32px; padding:5px 0 5px; background-color: #FFF; display:inline-block; text-align:center }
.nav_AtoZ li a:hover { background-color: lightgrey; }
/* ============= Country/Krankheiten ===== */


/* === OVERHAUL CHECKBOX ===== */
.form-group input[type="checkbox"] + label {  position: relative;  cursor: pointer;}
.form-group input[type="checkbox"] + label + div.invalid-tooltip { top:inherit!important; }

.form-group input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-group input[type="checkbox"] + label:before {
	transition: all 0.4s;
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #95A5A6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
	margin-top: -0.2rem;
}
.form-group input[type="checkbox"]:checked + label:before {
	border: 2px solid #095895;
	background-color: #095895;	
}

.form-group input[type="checkbox"].checkbox-default:checked + label:before {
	border: 2px solid #999;
	background-color: #999;	
}



.form-group input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0.8rem;
  width: 0.7rem;
  height: 1.4rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* === OVERHAUL CHECKBOX ===== */




/* ========= BOOTSTRAP ELEMENTS OVERWRITE ========= */
@media (min-width: 1400px) {
	.container {
			width: 1380px;
	}
}
h4 {
	font-size:16px;
}

.row-same-height {
  display: flex;
  flex-wrap: wrap;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.breadcrumb {
	margin-bottom: 15px;
}
.breadcrumb .active a {
	text-decoration:underline
}
.list-group-item.active,.list-group-item.active:hover  {
	border-color: #ddd;
}
nav > .list-group > .list-group-item.pl30  {
	background-color: #d6e3eb;
}
nav > .list-group > .list-group-item.pl30:hover, nav > .list-group > .list-group-item.pl30.active {
	background-color: #095895;
	color: white;
}

.btn-primary {
	/* color:#000; */
}
.label {
	 border-radius:0;
	}
.btn-primary {
	/* color:#000; */
}
.panel-heading {
	padding:6px 15px;
}
/* ========= BOOTSTRAP ELEMENTS OVERWRITE ========= */