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

*:focus {
  outline: none;
}

.p-last {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.p-small {
	margin: 0.5rem 0 0 0;
}


/*HEADER*/
.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header-fixed {
	background: #fff;
	padding-top: 2px;
}
.IE11_head {
	width: 100%;
}
.topheadspacer {
	padding-top: 125px;
}

.topheadspacer_admin{
	padding-top: 80px;
}

.stanchor {
visibility: hidden; height: 0px !important; position: absolute; margin: -122px;
}

.anchor {
	margin-top: -152px;
    padding-top: 152px;
}
.anchorlist {
    margin-top: -124px;
    padding-top: 124px;
}
.row-header, .row-header-dib {
	background-color: #004c97;
	margin-left: 0;
	margin-right: 0;
	-moz-border-radius-topleft: 4rem;
	-webkit-border-top-left-radius: 4rem;
	border-top-left-radius: 4rem;
	-moz-border-radius-topright: 1rem;
	-webkit-border-top-right-radius: 1rem;
	border-top-right-radius: 1rem;
	position: relative;
}

.row-header-dib {
	background-color: #ffb600;
}
.header-logo, .header-logo-dib {
	background-color: #004c97;
	padding: 0.5rem 3.5rem 0.5rem 2.5rem;
	text-align: center;
	-moz-border-radius-topleft: 4rem;
	-webkit-border-top-left-radius: 4rem;
	border-top-left-radius: 4rem;
}

.header-logo-dib {
	background-color: #ffb600;
}
svg {
      width:  auto;
      height: auto;
}
.header-logo {
	padding: 0.5rem 3.5rem 0.5rem 1.5rem !important;
}

.img-fluid-logo {
	height: auto;
	width: auto;
}

.gib-logo-svg  {
	width: 130px !important;
	height: 77px !important;
}
.gib-logo-xs-svg, .gib-text-xs-svg {
	margin-top: 0;
}


.header-text {
	/*font-family: OpenSansSB, Helvetica, Arial, sans-serif;*/
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	/*padding-bottom: 0.75rem;*/
	padding-bottom: 0;
	font-weight:bolder;
}

.UE-gib {
	color: #ffb600;
	font-weight: bold;
}
.UE-dib, .UE2-dib, .gib-bl {
	color: #004c97;
}
.UE-dib {font-weight: bold;}
	
.UE2-dib {
	padding: 0;
	margin-bottom: 0.5rem;
}

.h1-cap {
	font-size: 1.25em;
}

.h1-capbold {
	font-weight: bold;
}

h1 {font-weight: bold !important;}
h3 {margin-top: 0 !important; font-weight: bold !important;}

.h3-leer {
	margin-top: 1.75rem;
}

.h3 {
	margin-top: 2.5rem !important;
	margin-bottom: 0.5rem;
	line-height: 1rem;
}
.h3-liste {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem;
	line-height: 1rem;
}
.h2-date{
	font-size: 1rem;
}
.text-justify {text-align:justify;}

.text-justify, .vita p, .vita ul, .vita ol, .hyph {
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
hyphens: auto;	
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 4;
	
}

.t-enh {
	color: #004c97;
	font-weight: bold;
}
.tg {
	color: #6E6E6E !important;
}
.tw {
	color: #ABABAB !important;
}
.tb {
	font-weight: bold;
}

.t8 {
	font-size: 0.6rem;
}
.t9 {
	font-size: 0.7rem !important;
}
.t10 {
	font-size: 0.8rem !important;
}
.t11 {
	font-size: 0.9rem;
}
.t12 {
	font-size: 1rem;
}
.t13 {
	font-size: 1.25rem;
}
.t14 {
	font-size: 1.5rem;
}
.t18 {
	font-size: 1.75rem;
}
.t20 {
	font-size: 2rem;
}
.l8 {
	line-height: 0.8rem;
}
.l9 {
	line-height: 0.9rem;
}
.l10 {
	line-height: 1rem;
}
.l20 {
	line-height: 2rem;
}

.lx25 {letter-spacing: 0.25rem;}

.marg-bot-8{
	margin-bottom: -8px;
}

.padcol8-r {
	padding-right: 2.25rem;
}
.px-75 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.nobr {
	white-space:nowrap;
}
.mw-33 {
    max-width: 33.3333%
}

/*MENÜ*/

.navbar-gib {
	/*background-color: #004c97;*/
	background-color: #00407F;
	height: 40px;
	font-size: 1rem;
	font-weight: 400;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.nav-link {
	display: block;
	margin: -1px 3px -2px 3px !important;
	height: 36px;
	line-height: 24px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-item a.dropdown-toggle:hover {
	cursor:s-resize !important;
	-moz-cursor:s-resize !important;
}

.gib-pagination {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #E7E7E7;
}
.page-item {
	margin-right: 1rem;
	margin-left: 1rem;
}
.page-link {
	background-color: #E7E7E7;
	color: #00407F;
}
.page-link:hover {
	background-color: #004c97;
	color: #ffb600;
}
.nopage-item {
	width: 2rem;
}


.inmenuehead {
  background-color: #E7E7E7;
 /* color: #004c97;*/
  color: #00407F;
}

a.inmenuehead:hover {
	background-color: #E7E7E7;
	color: #004c97 !important;
	cursor: default;
}
.inmenueheadsub {
	 display: block;
	/*padding: 0.5rem 1.5rem !important;*/
	padding-left: 2.5rem;
}
.fas, .fa-home, .fa-md {
	padding: 0 important;
	margin: 0 !important;
}

.dropdown-divider {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.btn-gib {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  min-width: 180px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  background-color: #E7E7E7;
  color: #00407F !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-form, .btn-anker {
 padding: 0.5rem 0.5rem;
 margin-top: 0.5rem;
 min-width: 180px;
}
.btn-form-2 {
	margin-left: 2rem !important;
}
.btn-formlist {
	 padding: 0.15rem 0.15rem;
}

.btn-anker {
	line-height: 1.5rem;
}
.btn-liste {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
.btn-sm {
 padding: 0.5rem 0.5rem;
 margin-bottom: 0.5rem;
 max-width: 130px !important;
 min-width: 90px;
}
.btn-smHD {
 margin-left: 0.5rem;
 padding: 0.5rem 0.5rem;
 margin-bottom: 0.5rem;
 max-width: 40px !important;
 min-width: 30px;
}
.btn-wk, .btn-wkl {
 padding: 0.25rem 0.25rem;
 max-width: 80px !important;
 min-width: 30px;
margin-bottom: 0.25rem;
margin-top: -0.25rem;
}
.btn-wkl {
margin-bottom: -0.5rem;
margin-top: -0.5rem;
}
.btn-media {
 padding: 0.5rem 0.5rem;
}
.btn-share {
	position: absolute;
	right: 5% !important;
	bottom: 0.5rem;	
}

.fa-2x {
	line-height:.8em;
	vertical-align: -0.2em;
}

.btn-gib a {
	color: #E7E7E7 !important;
}
.btn-gib a:hover {
	color: #ffb600 !important;
}
.btn-gib:hover {
	color: #ffb600 !important;
	background-color: #004c97;
}
.btn-gib:focus {
	color: #004c97 !important;
	background-color: #DEDEDE;
}

.btn-socmed, .btn-socmed-copy {
	border:none !important;
	color: #FFF;
	width: 60px;
	padding: 0.75rem 1.25rem 0.75rem 1.25rem !important;
}

.btn-socmed-copy {
	padding: 0 1.25rem !important;
}

.btn-f {background-color: #3b5998;}
.btn-i {background-color: #ac2bac;}
.btn-w {background-color: #25d366;}
.btn-s, .btn-k {background-color: #ecc186;}
.btn-m {background-color: #50BF79;}

.btn-m {
font-size: 1.25rem !important;
  line-height: 2 !important;
}


.btn-socmed:hover, .btn-socmed-copy:hover {
	color: #ffb600 !important;
	background-color: #00407F;
}

.btn-deactive, .btn-deactive:hover {
 background-color: #E7E7E7 !important;
 color: #00407F !important;
 cursor:default !important;
}

.webcammenue .btn-deactive, .webcammenue .btn-deactive:hover {
 background-color: #E7E7E7 !important;
 color: rgba(0,64,127,0.50) !important;
 cursor:default !important;
}

/*scroll buttons MAIN*/
#scrollButtonTop {
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 1040;
}
#scrollButtonBottom {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 1040;
}
#scrollToTop, #scrollToBottom {
	/*cursor: pointer;*/
	display: block;
	background-color: rgba(231,231,231,0.9)!important;
	-moz-border-radius-topleft: 0.25rem;
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-moz-border-radius-bottomleft: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	color:rgba(0,76,151,0.70)!important;
	text-align: left;
	padding: 3px 62px 3px 12px;
	text-decoration: none;
}
#scrollToTop:hover, #scrollToBottom:hover {
	background-color: rgba(0,76,151,0.80) !important;
	color:rgba(236,192,0,0.80) !important;
}



/*CAROUSEL*/

#carousel-custom, #carousel-custom-modal, #artikel-carousel, .carousel-custom-modal{
  margin: 1px 0 0.125rem 0;
}

#carousel-custom img, #carousel-custom-modal img, #artikel-carousel img, .carousel-custom-modal img {
  width: auto;
  max-height: 600px;
}
#carousel-custom .carousel-indicators,
#carousel-custom-modal .carousel-indicators, #artikel-carousel .carousel-indicators, .carousel-custom-modal .carousel-indicators {
  bottom: 4px;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	background-color: rgba(231,231,231,0.1) !important;
}

#carousel-custom .carousel-indicators li,
#carousel-custom-modal .carousel-indicators li, #artikel-carousel .carousel-indicators li, .carousel-custom-modal .carousel-indicators li {
	height: 6px;
	/*width: 8px;*/
	background-color: rgba(0,76,151,0.60) !important;
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

#artikel-carousel .carousel-indicators {
	bottom: -30px;
}

#carousel-custom .carousel-indicators .active {
  background-color: rgba(255,182,0,0.70) !important;
}

#carousel-custom-modal .carousel-indicators li, #artikel-carousel .carousel-indicators li, .carousel-custom-modal .carousel-indicators li {
  background-color: rgba(0,76,151,0.90) !important;
}
#carousel-custom-modal .carousel-indicators .active, #artikel-carousel .carousel-indicators .active, .carousel-custom-modal .carousel-indicators .active {
  background-color: rgba(255,182,0,0.70) !important;
}

.carousel-control-custom, .carousel-control-custom-modal {
 position:relative; 
 bottom: 32px;
 /*margin: 0 0.25rem 0 0.25rem;*/
 margin: 0 4px 0 4px;
}

#carousel-custom-modal .carousel-item, .carousel-custom-modal .carousel-item {
 margin-bottom: 40px;
}

#carousel-custom-modal, .carousel-custom-modal {
	margin-top: -1px !important;
}

#carousel-custom-modal .carousel_bu, .carousel-custom-modal .carousel_bu {
	height: 50px;
	padding: 1rem;
}
#carousel-custom-modal .carousel_bu-mobile, .carousel-custom-modal .carousel_bu-mobile {
	display: none;
}

.carousel-control-custom .carousel-control-next,
.carousel-control-custom .carousel-control-prev,
.carousel-control-custom-modal .carousel-control-next-modal,
.carousel-control-custom-modal .carousel-control-prev-modal {
	color: rgba(0,76,151,0.70) !important;
	background-color: rgba(231,231,231,0.3) !important;
	padding: 8px !important;
	width: 2.5rem;
	height: 2rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
}

.carousel-control-custom .carousel-control-next,
.carousel-control-custom-modal .carousel-control-next-modal {
	padding: 8px 6px 8px 10px !important;
}
.carousel-control-custom .carousel-control-prev,
.carousel-control-custom-modal .carousel-control-prev-modal {
	padding: 8px 10px 8px 6px !important;
}
.carousel-control-custom-modal .carousel-control-next-modal,
.carousel-control-custom-modal .carousel-control-prev-modal {
	color: rgba(0,76,151,0.95) !important;
	background-color: none !important;
	opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover, .carousel-control-next:focus {
	color: rgba(236,192,0,0.70) !important;
	background-color: rgba(231,231,231,0.3) !important;
}

.carousel-control-prev-modal:hover,
.carousel-control-prev-modal:focus,
.carousel-control-next-modal:hover,
.carousel-control-next-modal:focus {
	color: rgba(236,192,0,0.90) !important;
	background-color: none !important;
}




.textblock-gib {
	padding: 1rem 0;
    margin: 0.5rem 0 0 0;
    background-color: #F6F6F6;
	-moz-border-radius-bottomright: 0.5rem;
	-webkit-border-bottom-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.textblock-re  {
	padding: 1rem;
    margin: 0.5rem 0 0 0;
    background-color: #F6F6F6;
	-moz-border-radius-bottomright: 0.5rem;
	-webkit-border-bottom-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.textblock-li {
	padding: 1rem;
    margin: 0.5rem 0 0 0;
    background-color: #F6F6F6;
	-moz-border-radius-bottomleft: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.textblock-intro {
	padding: 0.5rem 1.25rem;
    margin: 0.5rem 0 1rem 0;
	background-color: #F6F6F6;
}

.textblock-gib-UE-h1 {
	padding: 0.75rem 0.5rem 0.125rem 0 !important;
    margin: 1.5rem 0 0.25rem 0;
	background-color: #F6F6F6;
	color: #00407F;
}

.textblock-gib-UE-h2 {
	padding: 0.75rem 1rem 0 1.25rem !important;
    margin: 0.5rem 0 0.25rem 0;
	background-color: #F6F6F6;
	color: #00407F;
}

.textblock-gib-UE-h3 {
	padding: 0.25rem 1rem 0 1.25rem !important;
    margin: 0.5rem 0 0 0;
	background-color: #F6F6F6;
	color: #00407F;
	border-bottom: 1px solid #fff;
}

.textblock-minH {
	min-height: 250px;
}
.textblock-minH190 {
	min-height: 190px;
}	
.textblock-gib .txtliste {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -1rem;
}
.textblock-gib .txtliste2 {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: -1rem;
}
.gib-UE-h1 {
	margin-bottom: 0.5rem;
	color: #00407F; 
}

.card {
	margin: 0 10px 0 10px;	
}
.card-no-bd {
	border: none !important;
}
.row-cards {
	margin-right: -15px;
    margin-left: -15px; 
}

.row-cards-inhalt {
	margin-right: -15px;
    margin-left: -15px; 
	padding-right: 10px;
	margin-top: 0;
}

.col-no-pad {
	padding-right:0;
	padding-left: 0;
}

.card-body {
	padding: 0;
}

.card-img {
	position: relative;
}
.card-img-overlay, .card-img-overlay_flat  {
	position: absolute;
	bottom: 0.25rem !important;
	right: 0;
	left: -1px;
}

@media (max-width: 414px) {
.card-img-overlay_flat  {
	bottom: 0.15rem !important;	
}
.card-title-germ {
 background-color:rgba(162,172,135,0.50) !important;
 height: 24px !important;
	line-height: 24px !important;
 }

}

.card-text {
	padding: 0.25rem 0;
	/*color: #212529;*/
	 color: #575757;
}
.card-text-t2 {
	color: #004c97;
}

.card-title-gib, .card-title-gib_menue, .card-title-gisdib, .card-title-gisdib_menue, .card-title_vid, .card-title-mzeb, .card-title-germ {
	display: block;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 1.25rem;
	background-color: rgba(0,76,151,0.90) !important;
	color: #ffb600;
	cursor: default;
}
.card-title-gib, .card-title-gisdib, .card-title-mzeb, .card-title-germ {
	height: 44px;
	line-height: 44px;
}
.card-title-gisdib {
	background-color: rgba(255,182,0,0.90) !important;
	color: #00407F;
}
.card-title-mzeb {
	background-color: rgba(234,213,156,0.90) !important;
	color: #00407F;
}
.cart-title_dz {
	line-height: 22px;
}

.card-title-germ {
 background-color:rgba(162,172,135,0.70) !important;
 color: #FFFFFF;
 }


.card-title_vid {
	height: 24px;
	line-height: 24px;
}


.card-title-gib_menue, .card-title-gisdib_menue {
	padding: 0.5rem 0 0.5rem 0 !important;
	font-size: 1rem;
}

.card-title-info {
	background-color: #00407F;
	color: #E7E7E7;
	margin: 0 0 0 -1px;
	width: calc(100% + 2px);
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.125rem;
	-moz-border-radius-topleft: 0.25rem;
	-webkit-border-top-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	-moz-border-radius-topright: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-title-info-light {
	text-transform: uppercase;
	font-size: 1rem;
	background-color: #F6F6F6;
	color: #00407F;
	border-bottom: 1px solid #E7E7E7;
	margin: 0 15px 1rem 15px;
}

.card-intext-block, .card-advice-block {
	margin-right: 0;
    margin-left: 0;
	background-color: #FFF;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #E7E7E7;
	padding: 1rem 0 0 0;	
}

.card-advice-block {
	padding: 1rem;
}
.card-link-block {
	border-color: #fff;
}
.card-btn-block {
	margin: 0 0 0.5rem 0;
} 
.card-intext {
	margin-right: 0;
    margin-left: 0;	
}
.card-stellen {
	padding: 1rem 0 0 0;
}

.card-stellen-enh {
	background-color: rgba(255,215,116,0.3) !important;
/*	padding-left: 0.25rem;
	padding-right: 0.25rem;*/
    padding: 0.25rem;
    margin: 1rem 0 0 0;
}
.card-bd-top {
	border-top: 1px solid #ffb600;
}

.akt-bd-bot {
	margin-top: 0.5rem;
	border-bottom: 1px solid #ffb600;
}

.pre_imagesmall {
	width:100%;
}

figure {
  margin: 0.25rem 0;
 font-size: 0.8rem;
}



/*FORMULAR*/

.form-gib {
	background-color: #FFF;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 1rem 0.5rem 0.5rem 0.5rem;
	border: 1px solid #e7e7e7;
}
#InputHelp {
	margin: 0 0 0 0.125rem;
}
.form-group {
 margin-bottom: 0.5rem !important;
}
.form-group label {
	margin: 0 0 0 0.125rem;
}
.form-col {
	padding: 0;
}
.form-col-re {
	padding: 0 0 0 1rem;
}
.form-check-inline {
	padding: 0 0 0 1rem;
}
.form-check-label {
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	margin-top: 2px;
}

.form-hspacer {
	margin-top: 0.75rem;
}
.form-divider {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ffb600;
}
.form-sectionhead {
	color: #00407F;
	text-decoration: underline;
	margin-bottom: 0.5rem;
}
.input_zuzahlung {
	margin-left: 6px;
	width: 180px;
}
.form-advice{
	margin-top: 1rem;
	color: #00407F;
	font-size: 0.8rem;
}
.form-control:focus {
        border-color: #ffb600;
        box-shadow: 0px 1px 1px rgba(255,182,0,0.70) inset, 0px 0px 4px rgba(255,182,0,0.70);
}
.was-validated label {
	color: #2E2E2E !important;
}
.form-group .invalid-feedback {
	margin: 0 0 0 0.125rem;
}
.invalid-feedback-left {
	margin-left: -10px !important;
	width: 200px !important;
}
.label-abschluss, .label-abschluss-in {
color: #6E6E6E !important;
padding-right: 0.5rem;
text-align: right;
}
.label-abschluss-in {
	margin-left: 1rem;
}
.label-abschluss-ul {
	list-style-position: outside;
	margin-bottom: 0;
}
.label-abschluss-ul li {
	margin-left: -2.5rem;
}




.pad-left125 {
	padding-left: 1.25rem;
}
.pl-plz {
	padding-left: 3.25rem;
}

.lz-header, .lz-text {
    padding: 0.25rem 0.75rem;
	border-bottom: 0;
    text-align: center !important;
    /*color: #00407F;*/
	color: #000;
}

.lz-header-dib {
   color: #00407F;
   background-color: #ffb600;
}

.dl-header, .dl-file {
	padding: 0.25rem 0.75rem;
	border-bottom: 0;
	/*background-color: #E7E7E7;*/
}

.dl-file > a  {
	color: #00407F;
	padding: 2px 4px;
	margin-left: -2px;
}
.dl-file > a:hover  {
	color: #ffb600;
	background-color: #004c97 !important;
}
.dl-file > a:focus  {
	color: #004c97;
	background-color: #E7E7E7 !important;
	outline: none;
}
a.tlink, a.ibtlink {
	text-decoration: none;
	color: #00407F;
	font-weight: bold;
	padding: 2px 2px;
}

a.ibtlink {
	padding: 2px 6px 2px 2px;
}

a.tlink:hover, a.tlink:active, a.ibtlink:hover, a.ibtlink:active {
	color: #ffb600;
	/*background-color: rgba(0,76,151,0.90);*/
	background-color: #004c97 !important;
}

a.tlink:focus, a.ibtlink:focus {
	/*color: #00407F;
	background-color: rgba(231,231,231,0.9);*/
	color: #ffb600;
	background-color: rgba(0,76,151,0.80);
	outline:none;
}


.info-btn, .info-btn-small, .info-btn-dank  {
	position: absolute;
	right: 5%;
	top: 35%;
	z-index:10;
	width: auto;
	height: auto;
}

.info-btn-dankH {
position: absolute;
right:-5%;
top: 30%;
z-index:10;
width: 140px;
height: 140px;
border-radius: 50%;
border: 2px solid #fff;
}

.info-btn-small  {
	right: 5%;
	top: 58%;
}

.wirgib-bd-r {
border-right: 1px dotted #E1E1E1;
}

.wirgib-img-list {
	max-width: 90px !important;
	margin-bottom: 1rem !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.wirgib-img-list img {border: 1px solid #E1E1E1;}

.wirgib_titel{
padding: 0.5rem 0.25rem;
background-color: #004c97 !important;
color:#fff;
border-radius: 0.25rem;
}

.anchor-spacer {visibility: hidden; height: 0px !important; position: absolute; margin-top: -120px;}

.anchor_st {display: block; position: relative; top: -170px; visibility: hidden;}


@media (max-width: 768.98px) {
.anchor-spacer {margin-top: 5px;}
}

a.img-hover:hover {
	filter:   invert(9%) sepia(99%) saturate(520%) hue-rotate(349deg) brightness(100%) contrast(100%);
}

a.img-hover2:hover {
	/*filter:   invert(9%) sepia(99%) saturate(520%) hue-rotate(349deg) brightness(100%) contrast(100%);*/
filter: sepia(78%) brightness(59%) hue-rotate(167deg) saturate(396%) contrast(211%) invert(10%);
-webkit-filter: sepia(78%) brightness(59%) hue-rotate(167deg) saturate(396%) contrast(211%) invert(10%);
-moz-filter: sepia(78%) brightness(59%) hue-rotate(167deg) saturate(396%) contrast(211%) invert(10%);
}
.card-intext .tlink, .card-intext .t_link  { 
	font-weight: normal !important;
}

.hovereffect, .hovereffect-aktiv {
overflow:hidden !important;
background-color: #004c97 !important;
}


.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .2s linear;
transition:all .2s linear;
}

.hovereffect:hover img {
/*-ms-transform:scale(1.02);
-webkit-transform:scale(1.02);
transform:scale(1.05);*/
opacity: 0.5;
filter: alpha(opacity=50);
}

.hovereffect:hover .card-title-gib, .hovereffect:hover .card-title-gib_menue {
	background-color: #ffb600 !important;
	color: #004c97;
}

.hovereffect:hover .card-title-gisdib, .hovereffect:hover .card-title-gisdib_menue, .hovereffect:hover .card-title-mzeb,  .hovereffect:hover .card-title-germ {
	background-color: #004c97 !important;
	color: #ffb600;
}


.hovereffect-aktiv img {
	cursor:  default;
	overflow: hidden;
	opacity: 0.5;
filter: alpha(opacity=50);
	
}

.card-title-gib_menue-aktiv {
	display: block;
	background-color: rgba(231,231,231,0.90) !important;
	color: #004c97;
	padding: 0.5rem 0 0.5rem 0;
	text-transform: uppercase;
	font-size: 1rem;
	cursor: default;
}

.card-hspacer1 {
	margin-top: 1rem;
}
.card-hspacer {
	margin-top: 1.5rem;
}
.card-hspacer2 {
	margin-top: 2rem;
}
.card-hspacer3 {
	margin-top: 3rem;
}
.card-hspacer4 {
	margin-top: 4rem;
}

.card-hspacer-start {
	margin-top: 0.5rem;
}

.card-hspacer-line {
	margin: 4rem 10px 0 10px;
	padding: 0 15px 0 15px !important;
	border-top: 1px solid #004c97;
}

.card-hspacer-between-line {
	margin: 1rem 15px 1rem 15px;
	border-top: 1px solid #ffb600;
}

.card-hspacer-between-line-l {
	margin: 0 15px 1.25rem 15px;
	border-top: 1px solid #ffb600;
	width: 100%;
}

.card-body-spacer{
	margin-bottom: 2px;
}

.tel-Vspacer{
	padding-right: 1.15rem;
}
.mobil-Vspacer{
	padding-right: 0.15rem;
}
.fax-Vspacer {
	padding-right: 1.15rem;
}

/*SUBMENÜ LI*/
.card_submenue {
	background: #F6F6F6;
	color: #004c97;
	border-top: 1px solid #FFFFFF;
	min-height: 40px;
	/*height: 40px;*/
	line-height: 20px;
}
.card_submenue .sub-thema{
	padding: 0 0.25rem;
	font-weight: bold;
}
.card_submenue .sub-thema .sub-datum {
	font-size: 0.8rem;
	font-weight: normal;
}
.card_submenue .sub-mehr {
	padding: 0 0.085rem 0 0;
	width: 12px !important;
}
.card_submenue:hover  {
	background-color: #004c97;
	color: #ffb600;
	outline: none !important; 
}
.card_submenue:focus {
	color: #004c97 !important;
	background: #DEDEDE !important;
	outline: none !important; 
	box-shadow: none;
}

.card_submenue .sub-mehr:hover {
	-ms-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	opacity: 0.5;
	filter: alpha(opacity=50);
	overflow:hidden;
}


/*BESTELLEN */

#pubdelete, #pubrefresh {
	padding: 4px 2px 2px 2px !important;
	color: #004c97;
	border: 0;
	background: none;
}
#pubdelete {
	margin-top: 18px;
}

#pubdelete:hover, #pubrefresh:hover {
	color: #ffb600;
	background: #004c97;
}
.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2);    
-moz-transform: scale(2);  
-webkit-transform: scale(2);  
-o-transform: scale(2);  
transform: scale(2);    
position:relative;      
z-index:1060;  
}



/*ACCORDION*/

#accordion .card {
	margin: 0 !important;
}
.acc-gib {
	padding: 0 0.75rem;
}

.mb-0 > a {
  display: inline-block;
  width: 100%;
  padding:0.75rem 1.25rem;
}
.acc-btn {
	text-decoration:none;	
	width: 100%;
	text-align: left;
}
.acc-btn:focus {
	text-decoration:none;
	color: #004c97 !important;
	background-color: #DEDEDE !important;
}
.acc-header {
	padding: 0;
	color: #004c97 !important;
	background-color: #FBFBFB;
	overflow:hidden;
}
.acc-header .acc-btn {
	color: #004c97 !important;
}
.acc-header:hover, .acc-header:hover .acc-btn {
	color: #ffb600 !important;
	background-color: #004c97 !important;
	cursor: pointer;
	text-decoration:none;
}
.acc-header:focus, .acc-header:focus .acc-btn {
	color: #004c97 !important;
	background-color: #DEDEDE !important;
	text-decoration: none !important;
}

.acc-li {
	padding-left: 0 !important;
}
.acc-re {
	padding-right: 0 !important;	
}

#accordion p {
	margin-top: 6px;
	margin-bottom: 0;
}
#accordion ol {
	list-style-position: outside;
	margin: 1rem 0 0 -16px !important;
}
#accordion ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -20px;
	margin-top: 0 !important;
}
#accordion ol .ol-lowlat {
list-style-type:lower-latin;
}

#accordion .btn-img {
	height: 40px;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
}

.img-bd {
	border: 1px solid #E5E5E5
}


.vita ul {
	list-style-position: outside;
}


/*MODAL*/
/*Modal korrekturen bei fixed-top*/
.modal-open {
 padding-right: 0 !important;
 overflow: auto;
}
.modal-content {
	margin-left: 20px !important;
}
.fixed-top {
	 padding-right: 0 !important;
}


#modalfotos .modal-lg, .modalfotos .modal-lg {
   max-width: auto !important;
}
#modalvidSD .modal-lg, .modalvidSD .modal-lg {
   max-width: auto !important;
}

#modalvidHD .modal-lg, #modalvidHD .content, .modalvidHD .modal-lg, .modalvidHD .content{
   max-width: 1280px !important;
}

.modal-backdrop.show {
    opacity: 0.92;
}
.modal-body {
	background-color: rgba(0,39,78,0.50) !important;
}
.modal_fotos .modal-content, .modal_vidSD .modal-content, .modal_vidHD .modal-content {
	background-color: transparent !important;
}

.modal_fotos .modal-body {
	/*background-color: #fff !important;*/
	padding: 1px 0 0 0;
	margin: 0;
}

.modal-footer {
	/*background-color: #fff !important;*/
}
.modal_fotos .modal-footer,  .modal_vidSD .modal-footer, .modal_vidHD .modal-footer {
	background-color: transparent !important;
	border-top: none;
}

#modalfotos {
	position: absolute;
}

#modalfotos .modal-header {
  padding: 0;
  border-bottom: none !important;
}


.modal-open {
    overflow: hidden !important;
}

#modalfotos .close_fotomodal {
opacity: 1 !important;
z-index: 102;
cursor: pointer;
color: #BDBDBD !important;
text-shadow: none !important;
}

#modalfotos .close_fotomodal:hover {
color: #ffb600 !important;
}

#fotos-custom-modal .fotos_bu {
	height: auto;
	width: 100%;
	padding: 1rem;
	color: #606060 !important;
	font-size: 1rem;
	background-color: #EBEBEB;
}

#fotos-custom-modal .foto-divider {
	/*border-bottom: 1px solid #878787 !important;*/
	margin-bottom: 5rem !important;
}

.modal-share {
background-color: #fff;
}
.modal-share-body  {
 background-color: #fff !important;
}

.modal-share .modal-title {
font-size: 1.25rem;
text-transform: uppercase;
}

#modal_copyLINK, #modal_copyHTML {
	margin-top: 0.5rem;
	padding-left: 1rem ;
	padding-right: 0;
	width:100%
}

.allowCopyLINK, .allowCopyHTML {
	padding-left: 1rem !important;
	padding-right: 0 !important
}
.btn_vidhandle {
opacity: 1;
}

.vidtitel {
	margin-bottom: 0.5rem;
	padding: 0.25rem 1rem;
	background-color: #222;
}

/*WEBCAM*/

.embed-responsive-4by35::before {
   padding-top: 100%;
}
.embed-responsive-9by7::before {
   padding-top: 74.7368%;
}
@media (max-width: 948.98px) {
.embed-responsive-9by7::before {
   padding-top: 76.7368%;
}
}
@media (max-width: 853.98px) {
.embed-responsive-9by7::before {
   padding-top: 78.7368%;
}
}
@media (max-width: 777.98px) {
.embed-responsive-9by7::before {
  /* padding-top: 82.7368%;*/
   padding-top: 85%;
}
}
@media (max-width: 671.98px) {
.embed-responsive-9by7::before {
   padding-top: 85.7368%;
}
}
@media (max-width: 604.98px) {
.embed-responsive-9by7::before {
   padding-top: 76.5%;
}
}
@media (max-width: 575.98px) {
.embed-responsive-9by7::before {
   padding-top: 86.7368%;
}
}
@media (max-width: 375.98px) {
.embed-responsive-9by7::before {
   padding-top: 90.25%;
}
}
@media (max-width: 319.98px) {
.embed-responsive-9by7::before {
   padding-top: 96%;
}
}

.embed-webcam {
overflow: hidden !important;
}

/*INFOBOXEN*/
.start-stellen-intro {
	padding: 0.125rem 0;
}
.start-stellen, .start-akt, .start-termine, .start-angebote, .hinweisblock_start {
	background: #F6F6F6;
	color: #004c97;
	border-top: 1px solid #FFFFFF;
}
.start-stellen, .start-termine, .stellen_suchen {
		padding: 0.25rem 0;
}
.start-stellen_ue2 {
		padding: 0.1rem 0 0 0;
}
.start-stellen .s-ort {
	padding: 0 0 0 0.25rem;
	font-weight: bold;
	text-align: left;
	/*width:60px !important;*/
	width: 20% !important;
	white-space:nowrap;
}
.start-termine .t-datum {
	padding: 0 0 0 0.25rem;
	font-weight: bold;
	width: 25% !important;
	white-space:nowrap;
}
.start-stellen .s-stelle, .start-akt .a-meldung, .start-termine .t-veranst{
	padding: 0 0.125rem;
	width: 65%;
}
.start-stellen .s-stelle{
	width: 72%;
}
.start-stellen .s-stelle_w {
	padding: 0 0.25rem;
	width: 90%;
}

.start-akt .a-meldung {
	padding: 0 0.25rem;
	width: 96%;
}
.start-termine .t-veranst{
	width: 70%;
}


.start-stellen .s-mehr, .start-termine .t-mehr, .start-akt .a-mehr, .start-angebote .a-mehr {
	padding: 0 0.085rem 0 0;
	text-align: center;
	width: 12px !important;
}

.start-stellen:hover, .start-akt:hover, .start-termine:hover, .start-angebote:hover, .btn-liste:hover  {
	background-color: #004c97 !important;
	color: #ffb600 !important;
	outline: none !important; 
}
.start-stellen:focus, .start-akt:focus, .start-termine:focus  {
	color: #004c97 !important;
	background: #DEDEDE !important;
	outline: none !important; 
	box-shadow: none;
}



.start-angebote {
	background-color: #F6F6F6 !important;
	overflow: hidden !important;
}
.card-img-angebote-overlay {
  position: absolute;
  bottom: 0 !important;
  background-color: #F6F6F6 !important;
  right: 0;
}
.card-title-angebote {
	display: block;
	padding: 4px 0.1rem 0 0;
	text-transform: uppercase;
	text-align: right;
	background-color: rgba(246,246,246,0.90) !important;
	color: #004c97; 
	cursor: default;
	height: auto !important;
	line-height: 50px;
	width: 12px !important;
}


 .hovereffect:hover .start-angebote .card-title-angebote  {
	background-color: rgba(0,76,151,0.90) !important;
	color: #ffb600;
}



.card-int-h40 {
	/*min-height: 40px;*/
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.c_link:hover{
	background-color: #004c97 !important;
}

.card-body .t_link  {
	color: #004c97 !important;
	background-color: none;
	padding: 0.125rem 1.5rem !important;
}

.card-body .t_link:hover  {
	color: #ffb600 !important;
	background-color: #004c97;
	overflow: hidden;
}
.card-body .t_link:focus  {
	color: #004c97 !important;
	background-color: #DEDEDE !important;
	/*padding: 0.125rem 1.5rem !important;*/
	outline: none !important;
}

.card-body a:focus > .start-akt, .card-body a:focus > .start-termine, .card-body a:focus > .start-stellen {
	background-color: #DEDEDE !important;
	color: #004c97 !important; 
}

.card-dl-block .hinweis{
	margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
    color: #6E7D8A; 
}

.card-no-radius {
border-radius: 0 !important;	
}



.footer_hr {
	margin-top: 2rem;
	border-top: 1px solid #E7E7E7;
}
.footer, .footer-gisdib {
	margin-top: 0.5rem;
	background-color: #004c97;
	color: #E7E7E7;
	font-size: 10px;
	padding: 1rem 1rem 0.25rem 1rem;
	-moz-border-radius-bottomright: 4rem;
	-webkit-border-bottom-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	-moz-border-radius-bottomleft: 1rem;
	-webkit-border-bottom-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.footer-gisdib {
	/*background-color: #ffb600;*/
	background-color: #ffb600;
	color: #004c97;
}
.footerlink, .footerlink_left, .footerlink-gisdib, .footerlink_left-gisdib  {
	padding: 0.125rem 1rem;
	color: #E7E7E7;
}
.footerlink-gisdib, .footerlink_left-gisdib  {
	color: #004c97;
}

.footerlink_left, .footerlink_left-gisdib {
	padding: 0.125rem 0.125rem;
}
.footerlink a, .footerlink_left a {
	color: #E7E7E7;
	text-decoration: none;
}

.footer .footerlink:hover, .footer .footerlink_left:hover {
	color: #ffb600 !important;
}

.footer-gisdib .footerlink-gisdib:hover, .footer-gisdib .footerlink_left-gisdib:hover {
	color: #FFF !important;
}

.footer .footerlink:focus, .footer .footerlink_left:focus, .footer-gisdib .footerlink-gisdib:focus, .footer-gisdib .footerlink_left-gisdib:focus {
	color: #004c97 !important;
	background-color: #DEDEDE;
	outline: none !important;
}


.footer_img, .footer_img-gisdib {
	padding: 0.5rem;
	background-color:#F6F6F6;
	/*color: #004c97;*/
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.footer_img:hover {
	background-color:#ffb600;
}
.footer_img-gisdib:hover {
	background-color:#FFF;
}
.footer_img:focus, .footer_img-gisdib:focus {
	color: #004c97 !important;
	background-color: #DEDEDE;
	outline: none !important;
}

.footeradr_hr {
	margin-top: 0.25rem;
	padding-top: 0.25rem;
	width: 90%;
	border-top: 1px solid #E3E3E3;
}

.footertxt_hell{
	color: rgba(0,76,151,0.70);
}



/*BARRIEREARM*/
#nav_bf {
	margin-top: -8px
}

#nav_bf ul li {
	list-style:none;
}

#nav_bf li a {
	position: absolute;
	top: 24px;
	left: -5000px;
	z-index: 2000;
	display: block;
	background-color: rgba(231,231,231,0.9);
	color:rgba(0,76,151,0.70);
	font-size: 1.25rem;
	padding: 4px 8px;
	/*font-size: 14px;
	padding: 0.5rem 2rem;*/
	text-decoration: none;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}	

#nav_bf li a:hover, #nav_bf .li a:active, #nav_bf li a:focus {
    left: 10px;
    z-index: 3000;
	/*box-shadow: 0 0 0 0.2rem rgba(0,76,151,0.5);*/
	box-shadow: 0;
	outline: none;
}

.cont_bf {
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 1000;
}

.accessibility-font button, .accessibility-font h1, .accessibility-font h2 {
  font-size: 1.75em;
  font-size: 1.75rem;
}
.accessibility-font, .accessibility-font .card-title, .accessibility-font h3, .accessibility-font .card_submenue .sub-thema .sub-datum, .accessibility-font .btn-formlist, .accessibility-font .btn-wk {
  font-size: 1.25em;
  font-size: 1.25rem;
}

.accessibility-contrast, .accessibility-contrast .header-fixed, .accessibility-contrast .navbar, .accessibility-contrast .navbar-brand, .accessibility-contrast .nav-link, .accessibility-contrast .dropdown, .accessibility-contrast .dropdown-menu, .accessibility-contrast .dropdown-item, .accessibility-contrast .textblock-gib-UE-h1, .accessibility-contrast .card-body, .accessibility-contrast .card-title, .accessibility-contrast .card_submenue, .accessibility-contrast .textblock-gib-UE-h2, .accessibility-contrast .textblock-gib, .accessibility-contrast .textblock-li, .accessibility-contrast .textblock-re, .accessibility-contrast .start-termine, .accessibility-contrast .start-angebote, .accessibility-contrast .start-stellen, .accessibility-contrast .start-akt, .accessibility-contrast .card-title-gib, .accessibility-contrast .card-advice-block, .accessibility-contrast .card-intext-block, .accessibility-contrast .form-gib, .accessibility-contrast .form-gib input, .accessibility-contrast .form-gib textarea, .accessibility-contrast .card-text, .accessibility-contrast .acc-header, .accessibility-contrast #accordion .card, .accessibility-contrast #accordion .lz-header-dib, .accessibility-contrast .bestell-card, .accessibility-contrast .textblock-intro, .accessibility-contrast .card-dl-block, .accessibility-contrast .textblock-gib-UE-h3, .accessibility-contrast .dl-header
{
  background: #000 !important;
  background-color: #000 !important;
}

.accessibility-contrast .inmenuehead, .accessibility-contrast .inmenuehead:hover {
	background-color: #C8C8C8 !important;
}

.accessibility-contrast .textblock-gib-UE-h1, .accessibility-contrast .textblock-gib-UE-h2, .accessibility-contrast h3, .accessibility-contrast #accordion .lz-header-dib, .accessibility-contrast .dl-header {
	border-bottom: 1px solid #E2E2E2;
}
.accessibility-contrast .card-title {
	border: 1px solid #E2E2E2;
}
.accessibility-contrast .textblock-gib-UE-h3 {
	border: 1px solid #000;
}

.accessibility-contrast .textblock-gib-UE-h1 h1, .accessibility-contrast .card_submenue, .accessibility-contrast .textblock-gib-UE-h2 h2, .accessibility-contrast h3, .accessibility-contrast .textblock-gib, .accessibility-contrast .textblock-li, .accessibility-contrast .textblock-re, .accessibility-contrast .start-termine, .accessibility-contrast .start-angebote, .accessibility-contrast .start-stellen, .accessibility-contrast .start-akt, .accessibility-contrast .card-text-t2, .accessibility-contrast #accordion .lz-text, .accessibility-contrast #accordion .lz-header-dib, .accessibility-contrast .textblock-intro {
	color: #fff;
}

.accessibility-contrast .card a, .accessibility-contrast .tlink, .accessibility-contrast .t_link, .accessibility-contrast .acc-btn {
	color: #7EC7EE !important;
}

 .accessibility-contrast .card_submenue:hover, .accessibility-contrast .start-termine:hover, .accessibility-contrast .start-angebote:hover, .accessibility-contrast .start-stellen:hover, .accessibility-contrast .start-akt:hover, .accessibility-contrast .card a:hover, .accessibility-contrast .tlink:hover, .accessibility-contrast .t_link:hover, .accessibility-contrast .acc-header:hover .acc-btn {
	color: #ffb600 !important;
	background-color: none !important;
	background: none !important;
}

#AccButtons{
	position: fixed;
	top: 24px;
	right: 0;
	z-index: 1040;
}
.btn-acc {
	border-color: none;
	border: 0;
	color:rgba(0,76,151,0.70)!important;
	background-color: rgba(231,231,231,0.9)!important;
}
.btn-A, .btn-C {
	font-size: 1.25rem;
	padding: 4px 8px;
	font-weight: bold;
}
.btn-A {
	padding: 4px 12px;
	margin-right: 2px;
}
.btn-C {
margin-bottom: 0.125rem;
}
.btn-acc:hover {
	background-color: rgba(0,76,151,0.80) !important;
	color:rgba(236,192,0,0.80) !important;
}

.btn-C-aktiv {
	padding: 4px 0 4px 4px;
}

.btn-acc:focus, .btn-acc.focus {
	background-color: #DEDEDE;
    /*box-shadow: 0 0 0 0.2rem rgba(0,76,151,0.5);*/ }


/*.close {font-size: 2rem !important;
	width: 2.5rem; height:2.5rem;
	border: 1px solid #666 !important;
	border-radius: 50% !important;
	margin-bottom: 0.5rem !important;
	color: #C0C0C0 !important;
}*/

/*.close-btn .fa-lg {
	font-size:4rem !important;
	line-height:4rem !important;
	/*vertical-align:-.0667rem !important;
}*/

.close-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.close-btn_modal {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 50%;
/*background: none !important;*/
}


/*BREAKPOINTS*/

@media (max-width: 1089.98px) {
.info-btn-dankH {
right: 0.5%;
top: 25%;
z-index:10;
width: 120px;
height: 120px;
}	
}

@media (max-width: 949.98px) {
.nav-link {
	margin: -1px 6px 0 6px;
}
}


@media (min-width: 576px) and (max-width: 920.98px) {
.mappointerbr::before {
        content: "\A";
        white-space: pre;
    }
    
.pl-plz{
        padding-left: 0;
    }
	
.info-btn-dankH {
right: 0.5%;
top: 28%;
z-index:10;
width: 100px;
height: 100px;
}
}

@media (min-width: 576px) and (max-width: 856.98px) {
.mappointerbr2::before {
        content: "\A";
        white-space: pre;
    }
    
.mappointer-ml {
    margin: 0 !important;
    padding-right: 0;
    }
}

@media (max-width: 594.6px) {
.cardtitlebr::before {
        content: "\A";
        white-space: pre;
    }
}
@media (max-width: 899.98px) {
.header-text {
	padding-bottom: 0;
}
.header-text h1 {
	font-size: 1.25rem;
	padding-bottom: 0;
}

.nav-link {
	margin: -1px 2px 0 2px;
}
.dropdown-toggle::after {
  margin-left: 0.15em;
}

.btn-form-2 {
	margin-left: 0 !important;
}
.modal-lg {
   max-width: 100% !important;
}
}

@media (max-width: 827.98px) {
	
.dropdown-toggle::after {
  display: none;
}
}

@media (max-width: 811.98px) {
	
.nav-link {
	padding: 0 0.25rem;
	line-height: 36px !important;
}
.dropdown-toggle::after {
  display: none;
}
#scrollToTop, #scrollButtonTop, #scrollToBottom, #scrollButtonBottom, #AccButtons {
	display:none !important;
}
.anchor, .anchorlist, .stanchor {
    margin-top: 0;
    padding-top: 0;
}
.info-btn-dank {
	right: 3%;
	top: 69%;
	width: 120px;
	height: 120px;
}
	
.info-btn-dankH {
right: 5%;
top: 94%;
z-index:10;
width: 95px;
height: 95px;
}
}


@media (max-width: 767.98px) {
.header-fixed {
  position: static;
	top: 0;
	padding-top: 0;
}
.navbar-gib {
	height: auto;
}
.nav-link {
	padding: 0 0.25rem;
	line-height:40px !important;
}
.dropdown-menu {
	padding: 0.5rem 0;
	margin: 0.125rem 0 0 0;
	font-size: 1rem;
	background-color: #00407F;
	background-clip: padding-box;
	border: 1px solid rgba(231,231,231,0.9);
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.dropdown-toggle::after, .inmenuehead::after {
 display: inline-block;
 margin-left: 0.25em;
}
.topheadspacer, .topheadspacer_admin {
	padding-top: 0 !important;
}
	
.info-btn {
	right: 5%;
	top: 45%;
	width: 150px;
	height: 150px;
}	
.info-btn-small {
	right: 5%;
	top: 56%;
	width: 90px;
	height: 90px;
}
.info-btn-dank {
	right: 3%;
	top: 69%;
	width: 90px;
	height: 90px;
border: 1px solid #fff !important;
}	

#scrollToTop, #scrollButtonTop, #scrollToBottom, #scrollButtonBottom, #AccButton {
	display:none !important;
}
}

@media (max-width: 992px) {
.modal_fotos .modal-content {
	/*margin-top: -1.5rem !important;
	padding-top: 0 !important;*/
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}
}

@media (max-width: 575.98px) {

.header-text-gib h1 {
	font-size: 1rem;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	}
	
.form-col-re {
	padding: 0;
}
.btn-form-2 {
	margin-left: 2rem !important;
}
.info-btn {
	right: 5%;
	top: 22%;
	width: 140px;
	height: 140px;
}
.info-btn-small {
	right: 3%;
	top: 42%;
	width: 80px;
	height: 80px;
}
.info-btn-dank {
	right: 2%;
	top: 69%;
	width: 80px;
	height: 80px;
}
	
.info-btn-dankH {
right: 2%;
top: 96%;
z-index:10;
width: 85px;
height: 85px;
border: 1px solid #fff !important;
}
}


@media (max-width: 414px) {

p {
  word-wrap:break-word;
}	
.row-header, .row-header-dib {
	-moz-border-radius-topleft: 3rem;
	-webkit-border-top-left-radius: 3rem;
	border-top-left-radius: 3rem;
	max-height: 70px !important;
	overflow: hidden;
	}
.header-logo, .header-logo-dib {
	padding: 0.25rem 3rem 0.25rem 1.5rem;	
}
.img-fluid-logo {
	padding-right: 0;
	height: 100% !important;
	width: auto;
}
.header-text h1 {
	margin-left: 0;
	padding-right: 0.5rem;
	margin-bottom: 0.125rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	text-align: right;
}
.header-text-gib h1 {
font-size: 1.1rem;
padding-right: 0;
padding-left: 0;
margin-right: 0;
}

h3 {
	margin-top: 1rem !important;
}
	
.marg-bot-8 {
		margin-bottom: 5px;
	}
.padcol8-r {
	padding-right: 1rem;
}

.textblock-li, .textblock-re {
	padding: 1rem 1rem 1rem 1rem !important;
	/*width: auto !important;*/
}
.textblock-minH {
	min-height: 0;
}
.textblock-minH190 {
	min-height: 0;
}	
.acc-li, .acc-re,  .padd-xs-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.row-cards {
	margin-right: 0 !important;
    margin-left: 0 !important; 
}
.row-cards-inhalt {
	margin-right: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.card-intext-block {
	margin-right: -10px;
    margin-left: -10px;
	margin-bottom: 10px;
}
	
.card-dl-block {
	margin: 1rem 0;
}
.card-telnr{
	padding: 0;
}

.pre_imagesmall {
	width:75%;
	margin-left: auto;
}
	
#carousel-custom-modal .carousel_bu, .carousel-custom-modal .carousel_bu  {
	/*position: relative;
	top: 0;
	padding: 0 !important;
	background-color: #fff !important;
	z-index: 1000;	*/
}
#carousel-custom-modal .carousel_bu p, .carousel-custom-modal .carousel_bu p  {
	/*margin-top: 12px;
	padding: 2px 0 !important;*/
}
	
#carousel-custom-modal .carousel-item, .carousel-custom-modal .carousel-item  {
/* margin-bottom: 0;*/
}
#carousel-custom-modal .carousel_bu, .carousel-custom-modal .carousel_bu  {
	/*padding: 0.25rem 0;*/
}
.btn-form-2 {
	margin-left: 0 !important;
}
.btn-share {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;	
	text-align:center !important;
}
.btn-sm {
 padding: 0.5rem 0.25rem;
 max-width: 110px !important;
 min-width: 80px;
 font-size: 0.8rem;
}
.pr-xs-0 {
    padding-right: 0 !important;
}
	
.footer, .footer-gisdib {
	padding: 1rem 0rem;
	} 
.foo-right{
	padding-left: 20px;
}
.foo-left{
	margin:0 -10px 0 -10px;
}
.info-btn {
	right: 1%;
	top: 18%;
	width: 120px;
	height: 120px;
}
.info-btn-small {
	right: 2%;
	top: 40%;
	width: 70px;
	height: 70px;
}
 .info-btn-dank {
	right: 2%;
	top: 70%;
	width: 70px;
	height: 70px;
}	
.info-btn-dankH {
right: 2%;
top: 96%;
width: 70px;
height: 70px;
}
}

@media (max-width: 375px) {
.header-text h1 {
	margin-bottom: 0.33rem;
	font-size: 1rem;
	line-height: 1.15rem;
}
.head_br1::after, .head_br2::after, .head_br3::after {
     content: "\A";
     white-space: pre;
 }
.input_zuzahlung {
	margin-left: 4px;
	width: 130px;
}
.info-btn {
	right: 1%;
	top: 19%;
	width: 110px;
	height: 110px;
}
.info-btn-small {
	right: 2%;
	top: 34%;
	width: 70px;
	height: 70px;
}
.info-btn-dank {
	right: 1%;
	top: 70%;
	width: 70px;
	height: 70px;
}
.info-btn-dankH {
right: 1%;
top: 96%;
width: 70px;
height: 70px;
}
}

@media (max-width: 320px) {
.header-logo, .header-logo-dib {
	padding: 0.25rem 2rem 0.25rem 1.25rem;	
}
.header-text h1 {
	margin-left:0;
	margin-bottom: 0.33rem;
	padding-right: 0;
	padding-left: 0;
	font-size: 1rem;
	line-height: 1.15rem;
}
.info-btn {
	right: 2px;
	top: 8%;
	width: 100px;
	height: 100px;
}
.info-btn-small {
	right: 4px;
	top: 35%;
	width: 60px;
	height: 60px;
}
.info-btn-dank {
	right: 1px;
	top: 69%;
	width: 60px;
	height: 60px;
}
.info-btn-dankH {
left: 2px;
right: auto;
top: 54%;
width: 60px;
height: 60px;
}
}

@media (orientation:landscape) and (max-width: 736px) {
/*.hide-on-landscape {
     display: none !important;
}
.modal_fotos .modal-footer {
position: absolute;
	top: 20px !important;
	right: 20px !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.modal_fotos .modal-footer .btn-gib {
	min-width: 20px !important;
	padding: 6px !important;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
}	*/
}
