/* Individuelle (Kunden-)Anpassungen hier rein! */

/* VOLLTEXTSUCHE - AUTOCOMPLETE */
.ui-helper-hidden-accessible {display:none;}
.ui-widget {font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;font-weight:300;}
.ui-widget.ui-widget-content {border:none !important;border-right:1px solid #e5e5e5 !important;color:#333 !important;background-color:#fff !important;margin:10px 0 0 0;-webkit-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);-moz-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);}
/*.ui-menu .ui-menu-item {border-bottom:1px solid #e5e5e5;}*/
.ui-menu .ui-menu-item:hover {background:#c3c3c3 !important;border:none !important;/*border-bottom:1px solid #f0f0f0 !important;*/}
.ui-menu .ui-menu-item-wrapper {}
.ui-menu .ui-menu-item-wrapper:hover {background:#c3c3c3 !important;border:none !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {border:none !important;color: #fff !important;border-bottom:1px solid #e5e5e5 !important;background:#0070b8 !important;font-weight:300 !important;}
ul.ui-autocomplete {list-style:none !important}
.ui-datepicker-calendar .ui-state-highlight{
    background-color: rgba(0, 112, 184, 0.2);
}

.ui-widget.ui-autocomplete{
    z-index: 100;
    position: absolute !important;
    padding: 0;
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper{
    padding: 5px 10px;
}
.ui-datepicker table tr{
    border-bottom: #ccc;
}
.mt_left {
	margin-right: 13px;
	margin-bottom: 13px;
}

.mt_right {
	margin-right: 13px;
	margin-bottom: 13px;
}

.mt_middle {
	margin-bottom: 13px;
}
.hero-slider .big-icon {
    font-size: 5em;
}
.logo_lra img{
    width: 90px;
    padding:15px 10px 0 10px;
}
.cards .image + .caption {
    text-align: center;
}
/* Textabschnitt mit speziellem Hintergrund */
/* Main HTML Elements */
:root {
    --padding: 15px;
	--padding-lg: calc(var(--padding) * 2);
	--padding-sm: calc(var(--padding) / 2);
	--margin: 15px;
	--margin-lg: calc(var(--margin) * 2);
	--margin-sm: calc(var(--margin) / 2);
}
.colored-container {
    position: relative;
    width: 100%;
	padding: 0;
    margin: 0;
}
.folgeseite .colored-container {
	padding: 35px 50px;
}
[style*="display:inline"]:first-child .colored-container:first-child {
    margin-top: 0;
}
.colored-container:last-child {
    margin-bottom: 0;
}
.colored-container.full-width {
    width: calc(100vw - var(--scrollbar-width));
	padding: 65px 0;
    margin: 30px 0 30px calc(50% - 50vw + calc(var(--scrollbar-width) / 2));
	margin: var(--margin-lg, 30px) 0 var(--margin-lg, 30px) calc(50% - 50vw + calc(var(--scrollbar-width) / 2));
}
.colored-container.full-width + .colored-container.full-width,
.colored-container:not(.full-width) + .colored-container:not(.full-width) {
    margin-top: -30px;
	margin-top: calc(-1 * var(--margin-lg, 30px));
}
[class*="column-"]:not(.column-1) .colored-container.full-width,
[class*="flex-col-"]:not(.flex-col-1) .colored-container.full-width,
.colored-container .colored-container.full-width,
.modal-window .colored-container.full-width,
.mceContentBody .colored-container.full-width {
    width: 100%;
	padding: 30px;
	padding: var(--padding-lg, 30px);
    margin: 30px 0;
	margin: var(--margin-lg, 30px) 0;
}
[class*="column-"]:not(.column-1) .colored-container.full-width .wrapper,
[class*="flex-col-"]:not(.flex-col-1) .colored-container.full-width .wrapper,
.colored-container .colored-container.full-width .wrapper,
.modal-window .colored-container.full-width .wrapper,
.mceContentBody .colored-container.full-width .wrapper {
	width: unset;
    max-width: unset;
    padding: unset;
    margin: unset;
    transition: unset;
}
.colored-container_image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.colored-container_image-wrapper.ikiss_norel {
	background-color: #c20000;
}
.colored-container_image-wrapper.ikiss_norel > img {
	opacity: 0.666;
}
.colored-container_image-copyright {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: calc(100% - 10px);
	max-height: 100%;
	font-size: 0.611rem;
	line-height: normal;
	color: #000;
	background-color: rgba(255,255,255,0.82);
	padding: 2px 5px;
}
@media screen and (max-width: 767px) {
	.colored-container_image-copyright {
		font-size: 0.5rem;
	}
	translation-select {
	    border-radius: var(--border-radiusm);
	    --border-radiusm: 20px !important;
	    /*bottom: var(--bottomm);
	    --bottomm: 13% !important;*/
	}
	/*easy-speech {
	    bottom: var(--bottomm);
	    --bottomm: 19% !important;
	}*/
}
.colored-container_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.colored-container_image.fixed {
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
    .colored-container_image.fixed {
        background-attachment: scroll;
    }
}
.colored-container_image.bottom {
    background-position: bottom;
}
.colored-container_image.top {
    background-position: top;
}
.colored-container_text-wrapper {
    position: relative;
    z-index: 2;
}
.colored-container_text-container {
	position: relative;
}
@media screen and (min-width: 1024px){
    .colored-container_text-container.width-33 {
        max-width: 33.333%;
    }
    .colored-container_text-container.width-50 {
        max-width: 50%;
    }
    .colored-container_text-container.width-66 {
        max-width: 66.666%;
    }
    .colored-container_text-container.left {
        margin: 0 auto 0 0 ;
    }
    .colored-container_text-container.right {
        margin: 0 0 0 auto;
    }
    .colored-container_text-container.center {
        margin: 0 auto;
    }
}
.colored-container_text-background {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.colored-container_text-background + .colored-container_text {
    padding: 15px;
	padding: var(--padding, 15px);
}
/*.colored-container_text.text-color :not(.img-copyright):not(.mc2_ac):not(p.btn > a):not(.accordion-title):not(.cards):not(.big-date *) {
    color: inherit;
    border-color: inherit;
}*/
.colored-container_text.text-color * {
    border-color: inherit;
}
.colored-container_text :first-child:not(.flex-row):not([class*="flex-col-"]) {
    margin-top: 0;
}
.colored-container_text :last-child:not(.cards):not(.text-columns):not(.result-list):not(.flex-row):not([class*="flex-col-"]) {
    margin-bottom: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-25 {
    opacity: 0.25;
}
/* Ende Textabschnitt mit speziellem Hintergrund */
/* Sonderseite */
.sonderseite {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color:#000;
}
.sonderseite .subsite-content-area > .row {
    margin-top:0;
    display: block;
}
.sonderseite .hero-slider .cstm-wrapper {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    max-width: 1758px;
    padding: 30px 15px 185px 15px;
    margin: 0 auto;
    justify-content: flex-end;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
body.sub .hero-slider .elem {
    min-height: 250px;
}
.sonderseite .hero-slider .elem {
    padding-top: 40%;
}
.sonderseite .hero-slider .caption {
    position: relative;
    border:none;  
    width: auto;
    display: inline-block;
    min-width: unset;
    padding: 0;
    background-color: transparent;
}
.sonderseite .hero-slider .caption h2 {
    display: inline-block;
    background-color: rgba(255,255,255,.9);
    color: #005595;
    font-size:2.556em;
    font-weight:bold;
    padding: 25px 40px;
}
.sonderseite .sub-line {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: #005595;
    color:#fff;
    font-size: 1.778em;
    padding: 11px 26px;
    font-style: italic;
    font-weight: 500;
    width: max-content;
    margin: -0.5em 0 0 1.69em;
}
/*.sonderseite */.colored-container .wrapper, .sonderseite .site-footer .wrapper, .sonderseite-footer .wrapper, .sonderseite .socialcontent .wrapper {
    max-width: 1758px !important;
    width: 100%;
}
.zaehler {
    padding: 43px 0 !important;
    margin: 0 !important;
}
.counter-start {
    margin: auto;
    text-align: center;
}
.counter-start .flex-col-4 {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.counter-start a {
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.counter-text-wrap {
    padding: 20px 0 0 0;
}
.counter-text-wrap .title {
    width: 5.87em;
    height: 5.87em;
    color: #005595;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}
.counter-text-wrap .circle {
    display: flex;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.counter-text-wrap .desc {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 15px 15px 15px;
}
.counter-start .flex-col-4 a:hover, .counter-start .flex-col-4 a:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.counter-start .flex-col-4 a:hover .counter-text-wrap .circle, .counter-start .flex-col-4 a:focus .counter-text-wrap .circle {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.landrat  h2 {
    margin-left: -26%;
    margin-bottom: 1.05em;
    text-align: left;
}
.landrat .colored-container_text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.landrat blockquote {
    /*padding: 0 15px 0 50px;*/
    padding: 0 0 0 25px;
    margin: 0;
    /*margin-left: 330px;
    font-size: 1.111em;*/
    border-left: 3px solid #005595 !important;
}
.landrat blockquote:before {
    content:none;
}
.landrat {
    background-image: url(assets/img/Logo-karls.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    background-size: contain;
    /*padding-top: 33px;
    padding-bottom: 215px;*/
    padding: 125px 0;
}
.landrat img {
    position: absolute;
    bottom: 0;
    left: 95px;
    display: block;
}
/*.start.landrat.colored-container.full-width::after {
    content: url(assets/img/landrat-bild.png);
    display: block;
    position: absolute;
    left: 100px;
    bottom: -7px;
}*/
.sonderseite h2 {
    font-size: 1.945em;
    font-weight: 500;
}
.sonderseite .site-footer .column-4:nth-child(3)/*, .sonderseite-footer .column-4:nth-child(3)*/ {display:none;} 
.sonderseite .site-footer .column-4/*, .sonderseite-footer .column-4*/ {
    width:33.333%;
} 
.sonderseite  .subsite-content-area {
    width:100% !important;
}
/*.sonderseite */.colored-container_text-wrapper {
    max-width: 1758px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.bildband, .themen {
    padding: 82px 0 108px 0 !important;
    margin: 0;
    margin-bottom: 30px !important;
}
.themen .colored-container_text .flex-row {
    margin-bottom: 2.25em;
}
.bildband h2, .themen h2, .karte h2 {
    position:relative;
    text-align:center;
    margin-bottom: 1.5em;
}
.themen h2 {
    margin-bottom: 1.9em;
}
.karte h2 {text-align:left;margin-bottom: 1em;}
.karte .btn {
    margin-top: 22px;
}
.bildband h2:after, .themen h2:after, .karte h2:after {
    content: '';
    display: block;
    width: 42px;
    height: 2px;
    background-color: #0070B8;
    position: absolute;
    left: 50%;
    z-index: 10;
    bottom: -15px;
    transform: translateX(-50%);
}
.karte h2:after {
    left:0;
    transform:none;
}
.bildband p {
    margin-bottom: 50px;
}
/* OWL-Slider */
.wrap-img {
    display: block;
    position: relative;
}
.owl-carousel .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-carousel.owl-grab,
.owl-carousel.owl-grab a {
    cursor: move;
    cursor: grab;
}
.image-gallery.owl-carousel .owl-stage-outer {
    padding: 60px 0;
    margin-bottom: 30px;
    margin-bottom: var(--margin-lg, 30px);
}
.image-gallery.owl-carousel .owl-item > div {
    opacity: 0.5;
}
.image-gallery.owl-carousel .owl-item.center > div {
    opacity: 1;
    margin: 0 30px;
}
.owl-item.active {
    transition: all 0.2s ease-out;
}
.owl-item.active:not(.center) {
    transform: scale(0.75);
}
/*.image-gallery.owl-carousel .owl-item:not(.center) > div {
    margin: auto 22%;
    transition: margin 0.4s ease;
}
.image-gallery.owl-carousel .owl-item.active > div {
    margin-left: 0;
}*/
/*.owl-item.active:not(.center) {
    padding: 60px;
}
.owl-item.active:not(.center) {
    transform: translateX(10%);
}
.owl-item.cloned.active {
    transform: translateX(-10%);
}*/
.owl-item.active a {
    display: block;
}
.owl-item.active.center {
    transform: scale(1.435);
}
.owl-item.active.center a.tab-focus {
    position: relative;
    outline: none;
    z-index: 9999;
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 5px #000;
    transition: all 0s !important;
}
.owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(-25px);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    transform: translateY(-50%);
    z-index: 11;
    overflow: hidden;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button span {
    font-size: 2.5rem;
    line-height: 50px;
    color: #005595;
    margin: 0;
}
.image-gallery.owl-carousel .owl-dots {
    text-align: center;
}
.image-gallery.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.image-gallery.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 23px;
    height: 23px;
    background-color: transparent;
    border: 2px solid #005595;
    border: 2px solid var(--darkgray, #005595);
    border-radius: 100%;
    margin: 12px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.image-gallery.owl-carousel .owl-dots .owl-dot.active span,
.image-gallery.owl-carousel .owl-dots .owl-dot:hover span,
.image-gallery.owl-carousel .owl-dots .owl-dot:focus span {
    background-color: #005595;
    background-color: var(--primarycolor, #005595);
    border: 2px solid #005595;
    border: 2px solid var(--primarycolor, #005595);
}
.sonderseite .image-gallery ~ .btn {margin-top: 30px;}
.sonderseite .btn .csslink_intern {
    background-color: #005595;
    color:#fff;
    border-radius: 4px;
    border:none;
}
.sonderseite .btn .csslink_intern:hover, .sonderseite .btn .csslink_intern:focus {
    background-color: #01345b;
}
.themen .cards {
    background-color: #005595;
}
.themen .cards > a {
    transition: background-color 0.45s;
}
.themen .cards > a {
    color:#fff;
}
.themen .cards .icon i {
    color: #BEE8FF;
}
.themen .cards .icon i {
    font-size: 5.335em;
    font-weight:300;
}
.themen .cards .icon {
    padding: 110px 0 42px 0;
}
.themen .cards .icon + .caption {
    padding: 0 15px 120px;
    margin-top: 0;
}
.themen .cards .caption .title {
    font-size: 1.115em;
    font-weight: bold;
}
.themen .cards > a:hover, .themen .cards > a:focus {
    background: #01345b;
    box-shadow:none;
}
.sonderseite .subsite-content-area > .row {
    margin-bottom:0;
}
.karte:not(.site-footer .karte) {
    padding: 98px 0;
}
.karte .opacity-75 {
    opacity: 0.9;
}
.karte .colored-container_text {
    padding: 70px 55px 65px 55px;
    background: rgba(255,255,255,0.9);
}
.karte  .colored-container_image {
    background-attachment: fixed;
    pointer-events: none;
}
.socialcontent {
    background-color: #FED954;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
}
.sonderseite .socialcontent {
    margin-bottom: 0 !important;
}
.socialcontent .colored-container_text div {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-basis: 100%;
    width: 100%;
}
.socialcontent h2 {
    margin: 0 !important;
    font-size: 1.666em;
    font-weight: 500;
    font-style: italic;
    color: #01345B;
    /*margin: 1.125em 0;*/
}
/*.sonderseite .social-block {
    background-color: #FED954;
    margin-top: 5px;
}
.sonderseite .social-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/
.sociallinks.horizont {
    margin-bottom: 0;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.sociallinks.horizont li {
    /*display: inline-block;*/
    margin-bottom:0;
}
.sociallinks.horizont li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 4.63rem;
    height: 4.63rem;
    padding: 0;
}
.sociallinks.horizont li i {
   font-size: 2.5em;
   color: #01345B !important; 
   margin-right: 0;
}
.sociallinks.horizont  a:hover i,
.sociallinks.horizont  a:focus i,
.sociallinks.horizont  a.tab-focus i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.sonderseite .social-block h2 {
    font-size: 1.67em;
    font-weight: 500;
    font-style: italic;
    color: #01345B;
    margin: 1.125em 0;
}*/
@media screen and (max-width: 1250px) {
    .landrat {
        padding: 105px 0 !important;
    }
    .karte:not(.site-footer .karte), .bildband, .themen {
        padding: 50px 0 !important;
	}
	.image-gallery.owl-carousel .owl-stage-outer {
        padding: 20px 0;
	}
    .sonderseite h2 {
        font-size: 1.67em;
    }
    .landrat img {
        left: 15px;
        /*width: 350px;
        bottom: 30px;*/
    }
}
@media screen and (max-width: 1023px) {
    .zaehler {
    	padding: 15px 0 !important;
    }
    .counter-start .flex-col-4 {  
    	margin: 0;
    	-ms-flex-preferred-size: calc(25% - 22.5px);
    	flex-basis: calc(25% - 22.5px);
    	width: calc(25% - 22.5px);
    }
    .counter-text-wrap .title {
    	font-size: 1.115em;
    }
    .counter-text-wrap .desc {
    	font-size: 0.89em;
    }
    .landrat {
        background-size: cover;
        padding: 65px 0 !important;
    }
    .landrat .colored-container_text-container.width-50 {
        max-width: 50%;
    }
    .landrat .colored-container_text-container.right {
        margin: 0 0 0 auto;
    }
    .landrat img {
		width: 350px;
        bottom: 0;
	}
	.sonderseite .hero-slider .cstm-wrapper {
		padding: 30px 15px 75px 15px;
	}
	.sonderseite .hero-slider .caption {
		font-size: 0.65em;
	}
	.sonderseite .hero-slider .caption h2 {
		padding: 15px 20px;
		font-size: 2em;
	}
	.sonderseite .sub-line {
		font-size: 1.37em;
		padding: 10px 15px;
	}
	.sonderseite h2 {
		font-size: 1.5em;
	}
	.landrat h2 {
		margin-left: 0;	  
	}
	.counter-text-wrap {
		padding: 15px 0 0 0;
	}
	.counter-text-wrap .desc {
		padding: 15px;
	}
	.themen .cards .icon {
		padding: 40px 0 42px 0;
	}
	.themen .cards .icon + .caption {
		padding: 0 15px 40px;
	}
	.karte .colored-container_text {
		padding: 30px 25px;
	}	
}
@media screen and (max-width: 990px) {
	.sonderseite .cstm-wrapper.subsite-content-area .colored-container .wrapper, .sonderseite .cstm-wrapper.subsite-content-area .cstm-wrapper, .sonderseite .cstm-wrapper.subsite-content-area .socialcontent .wrapper {
		width: 100%;
		padding: 0 15px;
	}
	.sonderseite .cstm-wrapper .column-1 {
	    padding:0;
	} 
	.site-footer .wrapper {
	    padding:15px;
	}
}
@media screen and (max-width: 767px) {
    .counter-start .flex-col-4 {
    	-ms-flex-preferred-size: calc(50% - 15px);
    	flex-basis: calc(50% - 15px);
    	width: calc(50% - 15px);
    }
    .landrat .colored-container_text-container.width-50 {
        max-width: 100%;
    }
    /*.counter-text-wrap .title {
        font-size: 27px;
    }*/
    .landrat {
        padding: 55px 0 250px 0 !important;
        background-size: cover;
    }
    .sonderseite .landrat .colored-container_text-wrapper {
        padding: 0 15px 45px 15px !important;
    }
    /*.start.landrat blockquote {
        margin-bottom: 25px !important;
    }*/
    .landrat img {
        width: 350px;
        bottom: 0;
        left: unset;
        right: 15px;
    }
	.sonderseite .site-footer .column-4 {
		width:100%;
	}
	.themen .cards .icon {
        padding: 20px 0;
    }
    .themen .cards .icon i {
        font-size: 4em;
    }
	.socialcontent h2 {
		font-size: 1.5em;
	}
	.sociallinks li a {
		padding: 0;
	}
	.sociallinks.horizont li a {
        width: 3rem;
        height: 3rem;
        padding: 0;
    }
	.sociallinks.horizont li i {
		font-size: 2em;
		margin-right: 0;
	}
}
@media screen and (max-width: 602px) {
    .socialcontent {
        padding: 20px 0;
    }
    .socialcontent .colored-container_text div {
        flex-direction: column;
    }
}
@media screen and (max-width: 375px) {
    .counter-text-wrap .title {
    	font-size: 0.89em;
    }
    .counter-text-wrap .desc {
      font-size: 0.8334em;
    }
    .counter-text-wrap .desc {
      font-size: 0.78em;
    }
    .landrat img {
        width: 290px;
    }
    .karte:not(.site-footer .karte), .bildband, .themen {
        padding: 25px 0 50px 0 !important;
    }
    .landrat .colored-container_text-wrapper {
        padding: 0 15px 15px 15px !important;
    }
    .image-gallery.owl-carousel .owl-stage-outer {
        margin-bottom: 10px;
    }
    .bildband .image-gallery a:hover img, .bildband .image-gallery a:focus img {
        box-shadow:none;
    }
    .bildband p {
        margin-bottom: 15px;
    }
	.sonderseite .btn .csslink_intern {
		font-size: 0.8em;
		padding: 9px 10px
	}
    .karte .colored-container_text {
        padding: 30px 15px;
    }
    .socialcontent h2 {
        font-size: 1.115em;
    }
}

/* Ende Sonderseite */

img{
    display: block;
}

/* BR: Ausrichtung von Bildern in Tabellen TT5114 */
table img { 
    display: inline-block !important; 
} 
.ikiss-mailform-overview table td, .ikiss-mailform-overview table th {
    color: #444;
}
/* Beim Schließen über ESC-Taste */
.main-navigation ul li.closed:hover ul,
.main-navigation ul li.closed:focus ul,
.main-navigation ul li.closed a:focus + ul,
.main-navigation ul li.closed a.hover + ul,
.main-navigation ul li.closed a.hover + ul li ul,
.main-navigation ul li.closed:focus-within ul {
	visibility: hidden !important;
	transition-delay: 0 !important;
}

.image-gallery .elem{
    margin-bottom: 30px;
}
.fal, .far {
    margin-right: 5px;
}
.main-content-area .main-text ul,
.main-content-area .main-text ol,
.main-content-area .main-text dl{
    display: block;
}

.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac, .themenboxen .elem small, .themenboxen .elem .mc2_ac, .image-gallery .mc2_ac, .image-single .mc2_ac{
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac{
	max-width: calc(100% - 60px);
}
.themenboxen .elem small, .themenboxen .elem .mc2_ac {
	right: 0;
}

/*.site-footer .fab a:before{
    display: none;
}
.site-footer .fab:before{
    display: none;
}
.site-footer .fab{
    float: left;
    font-size: 30px;
}
.site-footer .fab a{
    padding: 3px 7px 3px 0;
    margin-right: 10px;
}
.site-footer .fab a:hover{
    color: #fff;
}*/
/* TASK11669 */
/*Social Media*/
.sociallinks li {
    display: block;
    margin-bottom: 14px;
}
.sociallinks li a {
    padding: 3px 7px 3px 0;
}
.sociallinks li i {
    float: left;
    font-size: 1.961em;
    color: rgba(255,255,255,.875) !important;
    margin-right: 10px;
}
.site-footer .sociallinks a .fab:hover {
    color: #fff !important;
}
.pagenav .pn_step_l::before, .pagenav .pn_page_l::before, .pagenav .pn_step_r::before, .pagenav .pn_page_r::before {
    font-family: "Font Awesome 6 Pro";
}

/* Map */
#sm_gmc {display:block !important;margin:0 -15px;}
#sm_gmc .row {margin-bottom:2px;}
#sm_gmc input, #sm_gmc select, #sm_gmc textarea {width:100%;padding:8px 5px;border:1px solid #ddd;margin-bottom:8px;}
#sm_gmc input, #sm_gmc select, #sm_gmc .btn > a {height:42px;display:inline-block;}
#sm_gmc select[multiple="multiple"], #sm_gmc input[type="file"] {height:auto;}
#sm_gmc input[type="checkbox"] {width:auto;height:auto;margin:5px 5px 5px 0;}
#sm_gmc input[type="radio"] {width:auto;height:auto;margin:5px 5px 5px 0;}
#sm_gmc label {font-size:1em;margin-bottom:3px;}
.volltextsuche #sm_gmc label {padding-right:5px;}

.themen_duo h3
{
    margin: 0.5em 0 0.5em;
    font-weight: 300;
    color:#666;
}
.themen_duo .cards .caption a {
    font-size: smaller;
}
.themen_duo .cards .caption p {
    font-weight: bolder;
}
.themen_duo .cards .icon + .caption {
    padding: 0 5px 5px;
}
.themen_duo .column-2{
    padding: 10px 5px 10px 5px;
}
.formular_duo::before, .web_duo::before {
    margin-right: 5px;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.formular_duo::before, .web_duo::before {
    white-space: normal;
    width: 14px;
    text-align: center;
    display: inline-block;
}
.formular_duo::before {
    content: '\f15c';
}
.web_duo::before {
    content: '\f0ac';
}

/* CS 26.03.2020 */
/* Benutzerregistrierung */
/* Toggle Passwort */
.password-container {
    position: relative;
}
.password-icon {
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
}
.password-icon i {
    vertical-align: middle!important;
    margin-right: 0!important;
    color: #8f8f8f;
}

/* FB 10.06.2020 - Button Styling Formular */
.custom-del-member,
.custom-add-member,
input[type=submit] {
    background: #f0f0f0;
    text-align: center !important;
    -webkit-appearance: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
    cursor: pointer;
}
input[type=submit] {
    padding: 0 20px;
}

/* CS 03.07.2020 */
/* Timeline */
.timeline h1, .timeline h2 {
    font-size:2.5em;
    font-weight:700;
    text-align:center;
    color:#374146;
    padding:50px 0 0 0;
    margin:0 0 25px 0;
}
.timeline h3 {
    margin: 0;
}
.timeline li:hover h3,
.timeline li:focus h3 {
    color: #fff;
}
.timeline {
    min-height:0;
}
.timeline ul {
    position:relative;
    list-style-type:none;
    padding:0;
    margin:0;
}
.timeline li {
    position:relative;
    display:block;
    border-top:10px solid #fff;
    padding:0;
    margin:0;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline li:after {
    content:'.';
    clear:both;
    display:block;
    visibility:hidden;
    height:0px;
}
.timeline li a, .timeline li a:hover, .timeline li a:focus, .timeline li a:active, .timeline li a:visited {
    display:block;
    text-decoration:none;
    color:#374146;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline .liste-bild {
    display:block;
    width:125px;
    /*height:110px;*/
    background:#fff;
    border-bottom:10px solid #fff;
    z-index:2;
    margin:0 auto;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline .liste-bild img {
    display:block;
    width:125px;
    /*height:100px;*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline li:hover .liste-bild img, .timeline li:focus .liste-bild img {
    border:5px solid #0070b8;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline li.pdf-medien .liste-bild {
    height:95px;
}
.timeline li.pdf-medien .liste-bild .img-1x1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    padding-top: 95px;
    width: 95px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.timeline li.pdf-medien:hover .liste-bild .img-1x1 {
    padding-top: 85px;
}
/* HD 16.08.2023 TASK16954 */
.timeline li.pdf-medien:hover .liste-bild .img-1x1, .timeline li.pdf-medien:focus .liste-bild .img-1x1 {
    /*height:83% !important;*/
    border: 5px solid #0070b8;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline .liste-text {
    display:block;
    position:relative;
    width:100%;
    background:#f5f5f6;
    padding:0.625em !important;
    margin-bottom:15px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.timeline li:hover .liste-text, .timeline li:focus .liste-text {
    color:#fff;
    background:#0070b8;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}
.timeline .liste-text .date {
    display:block;
    position:absolute;
    top:-26px;
    left:-26px;
    width:52px;
    font-size:1em;
    font-weight:300;
    font-style:italic;
    text-transform:none;
    text-align:center;
    color:#374146;
    background:#fff;
    padding:0;
    margin:auto;
    -webkit-box-shadow:0px 0px 2px 0px rgba(55,65,70,0.75);
    -moz-box-shadow:0px 0px 2px 0px rgba(55,65,70,0.75);
    box-shadow:0px 0px 2px 0px rgba(55,65,70,0.75);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.timeline .liste-text .date:before {
    display:none;
}
.timeline .liste-text .date span {
    display:block;
    font-size:1.25em;
    font-weight:600;
}
.timeline li:hover .liste-text .date, .timeline li:focus .liste-text .date {
    color:#fff;
}
.timeline .liste-text h4 {
    font-family:'Work Sans';
    font-size:1.125em;
    font-weight:600;
    padding:0;
    margin:0;
}
.timeline li:hover .liste-text h4, .timeline li:focus .liste-text h4 {
    color:#fff;
}
.timeline .btn {
    margin-top:50px;
}

@media screen and (max-width: 680px){
    .timeline .liste-bild {
        float: none;
    }
}
    
@media screen and (min-width: 681px){
	
	.timeline .row.absolute {
	    -webkit-transform:skew(-5deg) rotate(-5deg);
	    -moz-transform:skew(-5deg) rotate(-5deg);
	    -ms-transform:skew(-5deg) rotate(-5deg);
	    -o-transform:skew(-5deg) rotate(-5deg);
	    transform:skew(-5deg) rotate(-5deg);
	}
	.timeline .row.absolute .column-1 {
	    -webkit-transform:skew(5deg);
	    -moz-transform:skew(5deg);
	    -ms-transform:skew(5deg);
	    -o-transform:skew(5deg);
	    transform:skew(5deg);
	}
	.timeline ul:before {
	    content:'';
	    position:absolute;
	    top:0;
	    bottom:0;
	    left:50%;
	    width:2px;
	    background:#f5f5f6;
	}
	.timeline li {
	    min-height:150px;
	}
	.timeline .liste-bild {
	    position:absolute;
	    left:50%;
	    margin-left:-60px;
	    -webkit-transition:all 0.2s;
	    transition:all 0.2s;
	}
	.timeline .liste-text {
	    display:block;
	    position:relative;
	    float:left;
	    width:40%;
	    min-height:100px;
	    text-align:right;
	    -webkit-border-radius:5px;
	    -moz-border-radius:5px;
	    border-radius:5px;
	    -webkit-transition:all 0.2s;
	    transition:all 0.2s;
	}
	.timeline .liste-text:after {
	    left:100%;
	    top:35px;
	    border:solid transparent;
	    content:'';
	    height:0;
	    width:0;
	    position:absolute;
	    pointer-events:none;
	    border-color:rgba(55,65,70,0);
	    border-left-color:#f5f5f6;
	    border-width:10px;
	    margin-top:-10px;
	}
	.timeline li:hover .liste-text:after, .timeline li:focus .liste-text:after {
	    border-left-color:#0070b8;
	}
	.timeline .second .liste-text {
	    float:right;
	    text-align:left;
	}
	.timeline .second .liste-text:after {
	    left:auto;
	    right:100%;
	    border-left-color:transparent;
	    border-right-color:#f5f5f6;
	}
	.timeline li.second:hover .liste-text:after, .timeline li.second:focus .liste-text:after {
	    border-left-color:transparent;
	    border-right-color:#0070b8;
	}
    
}

/* CS 23.09.2020 */
/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window,
.modal-window *,
.modal-window *::before,
.modal-window *::after {
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.modal-window {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 101;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
@media print {
  .modal-window {
    display: none;
  }
}
.modal-window-overlay {
    background-color: #fff;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    animation-name: modal-window-open;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes modal-window-open {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@media screen and (min-width: 681px) {
    .modal-window-overlay {
        max-width: 960px;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 681px) and (min-height: 431px) {
    .modal-window-overlay {
        height: auto;
        max-height: 400px;
    }
}
@media screen and (min-width: 681px) and (min-height: 631px) {
    .modal-window-overlay {
        max-height: 600px;
    }
}
@media screen and (min-width: 681px) and (min-height: 831px) {
    .modal-window-overlay {
        max-height: 800px;
    }
}
.modal-window-content {
    padding: 30px;
}
.modal-window-content div[style="display:inline"]:last-of-type > :last-child { /* Designtemplate-Felder */
    margin-bottom: 0;
}
.modal-window-hide-btn {
    vertical-align: bottom;
    margin-top: 30px;
}
.modal-window-hide-x {
    cursor: pointer;
    background-color: transparent;
    float: right;
    color: #404040;
    margin: -20px -20px 30px 30px;
    line-height: 1;
    border: none;
}
.modal-window-hide-x i[class^=fa] {
    margin-right: 0;
    font-size: 2.5em;
}
.modal-window-hide-x .fa-fw {
    height:1.25em;
}
html.noscroll {
    overflow: hidden;
}
.modal-window.flex {
    display: flex !important;
}

/* CS 19.11.2020 - Newsletter */
.result-list {
    margin-bottom: 0.75em;
    list-style: none;
    padding-left: 0;
}
.result-list .overlay {
    position: relative;
}
.overlay a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.result-list > li, .result-list > dd, .result-list > div > dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.result-list > li > a, .result-list .overlay > a {
    color: #404040;
    display: block;
    overflow: hidden;
}
.overlay .overlay-content {
    position: relative;
    pointer-events: none;
    z-index: 40;
}
.overlay-content a, .overlay-content [ikissedit] {
    pointer-events: all;
    position: relative;
}
/* Leichte Sprache TASK4262 */
.leichte_sprache {
    font-size:120%;
    line-height:1.5;
    -webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
@media screen and (max-width: 560px){
    .leichte_sprache table td, .leichte_sprache table th, .leichte_sprache table tr {
        display: block;
        padding: 1em 0 0;
        width: 100% !important;
    }
}
/* HD 21.01.2022 TASK9436 - Zusatzfunktion: Bildergalerie (PhotoSwipe) inkl. Bildeinbindung */
.flex-row.image-gallery {
	margin: 0 -5px calc(0.75em - 10px);
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.image-gallery [class*="flex-col-"] {
	/* Vorhandene Klassen: flex-col-1, -2, -3, -4 */
	margin: 0 5px 10px;
}
.image-gallery .flex-col-1 {
	-ms-flex-preferred-size: 100%; /* IE 10 */
	flex-basis: 100%;
	width: 100%;
}
.image-gallery .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 10px); /* IE 10 */
	flex-basis: calc(50% - 10px);
	width: calc(50% - 10px);
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-2 {
		flex-basis: calc(49.999% - 10px);
		width: calc(49.999% - 10px);
	}
}
.image-gallery .flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 10px); /* IE 10 */
	flex-basis: calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.image-gallery .flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 10px); /* IE 10 */
	flex-basis: calc(25% - 10px);
	width: calc(25% - 10px);
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-4 {
		flex-basis: calc(24.999% - 10px);
		width: calc(24.999% - 10px);
	}
}
@media only screen and (max-width: 680px) {
	.image-gallery .flex-col-4 {
		-ms-flex-preferred-size: calc(50% - 10px); /* IE 10 */
		flex-basis: calc(50% - 10px);
		width: calc(50% - 10px);
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.image-gallery .flex-col-4 {
			flex-basis: calc(49.999% - 10px);
			width: calc(49.999% - 10px);
		}
	}
}
.image-single {
	max-width: 100%;
	margin-bottom: 15px;
}
.image-single.pull-left {
	float: left;
	margin-right: 15px;
}
.image-single.pull-right {
	float: right;
	margin-left: 15px;
}
.image-single.pull-center {
	margin: 0 auto 15px;
}
.image-single.auto-width {
	width: 100%;
}
.image-single.pull-left.auto-width, .image-single.pull-right.auto-width {
	width: calc(50% - 15px);
}
.image-single.pull-center.auto-width {
	width: 66.666%;
}
.image-gallery li a, .image-single a {
	display: block;
	position: relative;
}
.image-gallery img, .image-single img {
	display: block;
	width: 100%;
	transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img,
.image-gallery a:focus img, .image-single a:focus img {
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-single .img-caption {
	color: #666;
	font-size: 0.875em;
	font-style: italic;
	padding-top: 0.25em;
	text-align: left;
}
.wrap-img {
	position: relative;
	display: block; /* noetig, da fuer Bildeinbindung innerhalb eines Absatzes ein span-Element verwendet wird */
}
.wrap-img.ikiss_norel, .image-single.ikiss_norel .wrap-img {
	background-color: #c20000;
}
.wrap-img.ikiss_norel > img,
.wrap-img.ikiss_norel > .bg-img,
.image-single.ikiss_norel .wrap-img > img {
	-webkit-opacity: 0.666;
	-moz-opacity: 0.666;
	-ms-opacity: 0.666;
	opacity: 0.666;
}
.wrap-img > .img-copyright {
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	color: #444;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.25em 0.375em;
	font-size: 0.75rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}
@media screen and (max-width: 960px) {
	.image-single.pull-left, .image-single.pull-right {
		max-width: calc(66.666% - 15px);
	}
}
@media screen and (max-width: 680px) {
	.image-single.pull-left, .image-single.pull-right {
		max-width: calc(50% - 15px);
	}
	.wrap-img > .img-copyright {
		font-size: 0.5rem;
	}
}

/* BITV: Fokus-Hervorhebung bei Tastaturbedienung TASK11526 */
/* Browser-Formatierung zuruecksetzen */
:focus {
    border: 0;
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
/* Generelle Formatierung ueber Klasse hinzufuegen */
.tab-focus {
    position: relative;
	outline: 2px solid #000;
	outline-offset: 2px;
	z-index: 9999;
	-webkit-transition: outline 0s !important;
	transition: outline 0s !important;
}
/* Ausnahmen oder Ergaenzungen fuer besondere Elemente */
.sr-jump .tab-focus,
.sprungziel .tab-focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
	box-shadow: none;
}
#nav .tab-focus {
    position: relative;
    z-index: 79;
}
.back-to-top.tab-focus {
    position :fixed;
}
a.btn.tab-focus::after,
button.btn.tab-focus::after,
input.btn.tab-focus::after,
.btn a.tab-focus::after,
span.ikiss-field-button input.tab-focus::after {
    display: none !important;
}
.photoswipe-gallery.tab-focus {
    z-index: 1500;
}
/* TH, 15.08.2023, TASK17171 */
.ikiss-mailform-button-print {
    display: none;
}