/*
Farbe original 286090
Farbe neues Logo 229CB3
*/
#sp-top-bar {
    border-top: 2px solid #229CB3;
    border-bottom: 3px solid #229CB3;
}

#sp-top1 {width:100%;}
#sp-top1 > div {text-align:center!important;}
#sp-top2 {width:0;}

.flip-box-container {
	margin: 0 auto 40px auto!important;
}

.flip-box {
	background-color: transparent;
	height: 300px;
	perspective: 1000px;
	width:100%;
	break-inside: avoid-column;
	margin-bottom:30px;
}

@media (max-width: 991px) {
	.flip-box-container {
	margin-bottom:0!important;
	}
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  padding: 10px;
}

.flip-box-front:hover, .flip-box-back:hover {
	cursor:default;
}

.flip-box p {
	margin: 0 0 0 0;
}

.flip-box-front {
  background-color: #229CB3;
  color: #fff;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-box-front h2 {
	padding-top: 10px;
	color: #fff;
}

.flip-box-back {
	padding-top: 10px;
	background-color: #E1EDF7;
	color: #229CB3;
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} 

@media (max-width: 991px) {
	.flip-box-front {
		padding-top: 0;
	}
	.flip-box-back {
		padding-top: 10px;
	}
}

#sp-right .sp-module {
    border: 0 none;
    padding: 30px;
    border-radius: 3px;
}

.img-container {
    position: relative;
    display: inline-block;
}

.img-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
    /*
	
	zentriert:
	top: 50%;
    left: 33%;
    transform: translate(-25%, -50%);
	
	blau
	color: #229CB3;
	
	*/
	
	color: #fff;
	
	/* mehr blur im shadow
	text-shadow: 2px 2px 10px #000;
	*/
	
	text-shadow: 2px 2px 2px #229CB3;
    font-size: 2rem;
	/* größer: 2.5rem */
    font-weight: bold;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.5); */
    padding: 10px 20px;
    border-radius: 10px;
	/* zentriert:
	text-align:center;
	*/
	text-align:right;
}

@media (max-width: 767px) {
	.overlay-text {
			font-size: 1rem;
		}
}

@media (min-width:768px) and (max-width: 991px) {
	.overlay-text {
			font-size: 1.5rem;
		}
}

#sp-section-2 {
	padding: 0 0 0 0;
}

#sp-section-2 .row {
	margin-left: 0!important;
	margin-right: 0!important;
}

.sp-module.breaking-news {
	background: #229CB3;
	color: #fff;
	margin:20px 0 8px 0;
	padding: 0.5rem 0 0.1rem 1rem;
	border-left: 10px solid #F7A80A
}

#sp-section-2 #sp-title {
	padding: 0;	
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

#sp-main-body {
    padding: 20px 0;
}

#sp-right .sp-module.spiribox, #sp-right .sp-module.kalender {
	padding: 0;
}

#sp-right .sp-module.kalender {
	margin-top:20px;
}

h1 {
	margin-bottom:0;
}

.article-list .article .article-intro-image img {
  border-radius: 0 0 0 0;
  max-width: 533px;
  height:auto;
  margin: 0 auto;
}

.article-list .article {
    /* border: 1px solid #229CB3; */
	background: #E1EDF7;
}

.article-info, .article-details .article-info {
    margin-bottom: 0;
}

.article-details .article-can-edit {
    margin-bottom: 0;
}

.article-info .category-name a {
	display:block;
	padding:10px 10px 10px 0;
}

.readmore a {
  padding: 10px 10px 10px 0;
}

.container-fluid.blog-featured {
	padding: 0;
}

.blog-featured .article {
	display:flex;
	align-items: stretch;
}

.blog-featured .article-list .article {
    padding: 0;
	border-radius: 5px;
}

.blog-featured .article-list .article .articleBody {
	flex: 6;
    padding: 20px 20px 20px 0;
}

.blog-featured .article-list .article a {
    display:flex;
	flex: 4;
}

.blog-featured .article-list .article a .article-intro-image {
    margin: 0 20px 0 0;
    border-radius: 0;
    border-bottom: 0 none;
    overflow: hidden;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.blog-featured .article-list .article a .article-intro-image img {
	margin: 0 20px 0 0;
	flex: 1;
	overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-feature-gallery {
	background: #E1EDF7;
}
@media (min-width:568px) {
  .carousel-item img {
	  height:400px;
	  width:auto;
	  margin:0 auto;
  }
}

h4 {
	background: #229CB3;
	padding:5px 10px;
	margin-bottom:20px;
}

#sp-right .sp-module.kalender .sp-module-title {
    margin: 0 0 0px;
    padding: 5px;
	padding-left: 10px;
    font-size: 22px;
    font-weight: 700;
	color: #fff;
	background: #229CB3;
    border-bottom: 10px solid #E1EDF7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.blog-featured .article-list .items-leading .articleBody {
	padding: 20px 20px 10px 20px;
}

.article-list .article .article-header h2 {
    margin: 0 0 0 0;
}

#sp-ich-du-gott-2 .row {
	margin: 0 0;
	gap:3%;
}

#sp-ich-du-gott-2 .col-lg-4 {
    flex: 1 1 30%;
}

@media (max-width: 991px) {
	#sp-ich-du-gott-2 .col-lg-4 {
			flex: 1 1 100%;
		}
}

#sp-ich-du-gott-2 #sp-position1, #sp-ich-du-gott-2 #sp-position2, #sp-ich-du-gott-2 #sp-position3 {
	margin-bottom: 20px;
	background: #E1EDF7;
	padding: 10px;
}

#sp-menu .sp-column.justify-content-end {
	justify-content: flex-start !important;
}

.view-category .article-body {
	padding-top: 20px;
}

.article-full-image {
    max-width: 533px;
    height:auto;
}

#sp-footer {
  background-color: #229CB3 !important;
}

#sp-footer a, #sp-bottom a {
    color: #fff;
}

.sp-menu-item.current-item.active>a, .sp-megamenu-parent li.active>a {
	color: #229CB3;
	font-weight:bold;
}

/* COOKIE */
#redim-cookiehint-bottom #redim-cookiehint,
#redim-cookiehint-top #redim-cookiehint{
	max-width: 100%;
}

#redim-cookiehint .reset {
	margin: 0px !important;
	padding: 0px !important;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 20px;
}

/* --- DEFAULT-STYLE --- */

#redim-cookiehint{
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	/*-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);*/
	max-width: 380px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 3px;
}

#redim-cookiehint .cookiehead{
	margin-bottom: 20px;
	display: inline-block;
}

#redim-cookiehint .cookiehead .headline{
	color: #707070;
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding: 3px 0px 3px 50px;
	display: inline-block;
}

#redim-cookiehint .cookiehead .headline::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35px;
	height: 32px;
	background-image: url(../../../plugins/system/cookiehint/img/little_cookie.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	color: #707070;
}

#redim-cookiehint .cookiecontent{
	padding-bottom: 20px;
}


#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn,#redim-cookiehint .cookiebuttons button {
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	padding: 12px 8px !important;;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehintsubmit,
#cookiehintsubmitno{
	transition: background 0.3s ease;
	border-radius: 4px !important;

}

#redim-cookiehint button {
	border: none !important;

}

#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#cookiehintinfo a {
	color: #000;
    padding:5px 10px 5px 0;
}

#cookiehintinfo a:nth-child(2) {
    padding-left:10px;
}

#cookiehintsubmit,#cookiehintsubmitno			{ background: #00bc13 !important; color: #000 !important; text-shadow: 0px 0px 3px #fff}
#cookiehintsubmit:hover,#cookiehintsubmitno:hover		{ background: #008a13 !important; color: #fff !important}
/*
#cookiehintsubmitno			{ background: #f7f7f7 !important; color: #707070 !important;}
#cookiehintsubmitno:hover	{ background: #e8e8e8 !important; color: #707070 !important;}
*/

/*
#redim-cookiehint .cookiebuttons p:last-child{
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

/* --- BOTTOM-STYLE --- */

#redim-cookiehint-bottom{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	text-align: center;
	background-color: #fff
}

#redim-cookiehint-bottom #redim-cookiehint{
	margin: 0 auto;
	text-align: left;
	max-width: 980px;
}

#redim-cookiehint-bottom #cookiehintinfo {
	float: left;
}

#redim-cookiehint-bottom .cookiehead{
	margin-bottom: 10px;
}

#redim-cookiehint-bottom .cookiecontent {
	padding-bottom: 5px;
}


#redim-cookiehint-bottom .cookiebuttons{
	text-align: right;
}

#redim-cookiehint-bottom .cookiebuttons .btn, #redim-cookiehint-bottom .cookiebuttons button {
	display: inline-block;
	padding: 8px 14px !important;
	margin: 0px 10px 0px 0px;
	width: auto;
}

@media(max-width: 576px){
	
	#redim-cookiehint{
		padding: 7px 15px;
	}
	
	#redim-cookiehint .cookiehead .headline{
	/*	padding-left: 0px;*/
		font-size: 16px;
		line-height: 24px;
	}
	/*
	#redim-cookiehint .cookiehead .headline::before{
		display: none;
	}
	*/
	#redim-cookiehint .cookiebuttons{
		text-align: center;
	}
	
	#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button{
		width: 100%;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 8px !important;
	}

	#redim-cookiehint-bottom #cookiehintinfo {
		float: none;
	}

}

#sliderck110 .swiper-slide .swiper-img {
    height:auto!important;
    width:auto;
	min-width:25%;
}

#sliderck110 .swiper-img-cont {
    background-size: contain!important;
}

#sp-menu .header-modules {
    display:none!important;
}

@media (min-width:1200px) {
	#sp-menu .header-modules {
		display:flex!important;
	}
}

ul.dload {
  list-style-image: url(/images/logos_icons/pdf_icon.png);
}

.dload {
  background-color: #eeeeee;
  width: max-content;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
    color: #229CB3;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li.active > a {
    color: #229CB3;
}

@media (max-width: 767px) {
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    line-height: 0.2;
    font-size: 5em;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float:right;
    line-height: 1;
    font-size:5em;
    content: "\201D";
}
.carousel-control-prev-icon {
    background-color: grey !important;
}
.carousel-control-next-icon {
    background-color: grey !important;
}
mark, .mark, .awesomplete mark {
	background-color: #F7A80A;
}
:root {
  --bs-highlight-bg: #F7A80A;
}

@media (max-width: 575px) {
    #sp-header {
        height: 50px;
    }
}