/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

/* #################### IMAGES RESPONSIVE ############ */
div.csc-textpic-left .csc-textpic-imagewrap {
    /* float: left; */
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap {
    /* float: right; */
    text-align: right !important;
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image img {
    text-align: right !important;
    display: inline !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    /* float: left; */
     max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
   /* float: right; */
    max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image  {
 
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none !important;
    position: static ;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none !important;
    position: static;
    right: 0;
    text-align: center;
}

div.csc-textpic-center .csc-textpic-imagewrap img {
	display: inline;
}

img, div.csc-textpic .csc-textpic-imagewrap img  {
	height:auto;
	display:block;
	max-width:100% !important;
	vertical-align: inherit;
}

.ce-gallery figure {
	--display: block;
}
		
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}

@media screen and (max-width: 600px) { 
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	   float: none;
	}
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	  float: none;
	    max-width: 100%;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	    /* float: left; */
	     max-width: 100%;
	}
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

/* #################### END IMAGES RESPONSIVE ############ */

/* ####### iFrame Object Responsiv ######### */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-embed {

}

.video-embed video {
	  /* override other styles to make responsive */
	  width: 100%    !important;
	  height: auto   !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Custom container */

html {
	font-size: 16px;
	font-size: 17px;
	height: 100% !important;
	fsfsdmin-height: 100%;
    fdsposition: relative;
}

body {
	-moz-hyphens: auto;
    word-wrap: break-word;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
	line-height: 1.45857;
	background-color: #ffffff;
	font-family: 'Source Sans Pro',sans-serif;
	color: #000000;
	/* margin-bottom: 60px; */
}

/* ####### cleafix ######### */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* ####### cleafix ######### */


/* ####  Basic Styles #### */

/* Custom container */
.container, .container-fluid {
	max-width: 1140px;
}
       
b, strong, dt {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

i, em {
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
}

a {
	color: #009ba4;
	text-decoration: none;
}

a:focus {
	color: #009ba4;
	text-decoration: underline;
}

a:hover {
	color: #009ba4;
	text-decoration: underline;
}

p.zentriert, .zentriert {
	text-align: center;
}

p.rechtsbuendig, .rechtsbuendig {
	text-align: right;
}

label {
	font-weight: normal;
}

.small {
	font-size: 0.90rem;
}

b, strong {
	font-weight: 600;
}

.btn-best {
	background-color: #009ba4;
	color: #fff;
	border: none;
	font-weight: 700;
	padding: .575rem 2.2rem;
	border-radius: .6rem;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	margin: .375rem;
}

.btn-best:hover, 
.btn-best.focus,
.btn-best:focus {
	background-color: #03aeb8;
	transform: scale(1.03);
	color: #fff;
}

.btn-best:not(:disabled):not(.disabled).active, 
.btn-best:not(:disabled):not(.disabled):active {
	background-color: #018991;
}

.btn-best.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-best.btn-white:hover,
.btn-best.btn-white:focus {
	background-color: #eaeaea;
	color: #000;
}

.btn-best.btn-pink {
	background-color: #ee0055;
	color: #fff;
}

.btn-best.btn-pink:hover,
.btn-best.btn-pink:focus {
	background-color: #fc1467;
	color: #fff;
}

.btn-sm {
	font-size: 1.0rem;
	padding: .40rem 1.8rem;
	font-size: .9rem;
	padding: .30rem 1.4rem;	
}

.bg-light {
	background-color: #fff !important;
}

.text-dark {
	color: #000 !important;
}

.bg-gradient-dark {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(255,255,255,0) 100%);
}

.bg-lightgrey {
	background-color: #eaeef1;
}

.bg-darkgrey {
	background-color: #5a5a5a;
}

.bg-darkergrey {
	background-color: #676767;
}

.bg-lightgr-gradient-horz {
	background: rgb(244,246,247);
	background: linear-gradient(180deg, rgba(244,246,247,1) 0%, rgba(255,255,255,0) 100%);
}

.py-6, .pt-6 {
	padding-top: 4rem !important;
}

.py-6, .pb-6 {
	padding-bottom: 4rem !important;
}

.py-7, .pt-7 {
	padding-top: 5rem !important;
}

.py-7, .pb-7 {
	padding-bottom: 5rem !important;
}

.my-6, .mt-6 {
	margin-top: 4rem !important;
}

.my-6, .mb-6 {
	margin-bottom: 4rem !important;
}

.bg-shadow-big {
	-webkit-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.28);
}

.bg-shadow {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

.bg-shadow-small {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}

.container-fluid {
	max-width: 1180px;
}

/* #### Navbar #### */

.navbar-best {
	padding: 1.15rem 1rem;
	margin-bottom: -.3rem;
	margin-bottom: 0;
	border-bottom: 1px solid #dedede;
}

.navbar-best.bg-light {
	background-color: #fff;
}

.navbar-best .navbar-nav .nav-link {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	font-size: 1.0625rem;
	-webkit-transition: background-color .7s; /* For Safari 3.0 to 6.0 */
    transition: background .7s; /* For modern browsers */	
    font-size: 1.1rem;
}

.navbar-best .navbar-nav .active > .nav-link, 
.navbar-best .navbar-nav .nav-link.active, 
.navbar-best .navbar-nav .nav-link.show, 
.navbar-best .navbar-nav .show > .nav-link {
	background-color: #f1f5f8;
	color: #00702a;
}

.navbar-best .navbar-nav .nav-link:focus, 
.navbar-best .navbar-nav .nav-link:hover {
	color: #00702a;
	background-color: rgba(241,245,248,1);
}

.navbar-best .navbar-nav {
	text-align: center;
	padding-top: 1rem;
}

.navbar-best .navbar-nav  .dropdown-toggle::after {
	display: none;
}

.navbar-best .dropdown-menu {
	border: none;
	text-align: center;
	padding-bottom: 1.5rem;
}

.navbar-best .dropdown-item {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: .45rem 1.5rem;
	font-size: 1.05rem;
	padding: .45rem 1.5rem;
}

.navbar-best .dropdown-item:focus,
.navbar-best .dropdown-item:hover {
	color: #00702a;
	background-color: #f1f5f8;
}

.dropdown-item.active, 
.dropdown-item:active {
	color: #00702a;
	background-color: #f1f5f8;
}

.search-bar {
	background-color: #f1f5f8;
	text-align: right;
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a, h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #000000;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover {
	color: #9c2b3d;
	text-decoration: none;
}

.container-fluid h1 {
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#maincontent .container-fluid h1 {
	margin-bottom: 1.5rem;
	font-size: 2.0rem;
}

.container-fluid h2 {
	text-transform: uppercase;
	font-size: 1.60rem;
}

#maincontent .container-fluid h2 {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}

.container-fluid h3 {
	font-size: 1.4rem;
}

#maincontent .container-fluid h3 {
	margin-bottom: 1.1rem;
	text-transform: uppercase;
	margin-top: 1.0rem;
}

.container-fluid h4 {
	
}

.container-fluid h5 {

}

#maincontent {
	
}

.card {
	border-radius: .75rem;
	border: none;
}

/* ### Header ### */

.jumbotron {
	background-image: url(../Images/headerimg.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}

.mask {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-attachment: fixed;
	padding: 2rem 1rem;
}

.homepage .jumbotron .mask {
	align-items: flex-start !important;
}

.page-head {
	text-transform: uppercase;
}

.container-fluid .page-head h1,
.container-fluid .page-head h2,
.container-fluid .page-head h5 {
	font-weight: 600;
	font-size: 1.411rem;
	margin-bottom: .45rem;
}

.page-head h1 span,
.page-head h2 span,
.page-head h5 span {
	font-weight: 300;
}

.page-head .page-subhead {
	font-size: 1.05rem;
}

.homepage .container-fluid .page-head h1,
.homepage .container-fluid .page-head h2,
.homepage .container-fluid .page-head h5,
.homepage .page-head .page-subhead {
	text-align: center;
}

.page-head p {
	margin-bottom: 0 !important;
}

/* Temp Icon Jumbotron */

.jumbotron-icon-cnt {
	max-width: 180px;
	padding-bottom: 26px;
}

.jumbotron-icon .page-head {
	padding-top: 0%;
}

/* / Temp Icon Jumbotron */

@media (max-width: 576px) {
	.jumbotron .mask {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.jumbotron .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 2rem 1rem;
	}
	.mask {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		padding: 0;
	}
	.homepage .page-head {
		margin-top: -8rem;
	}
	.container-fluid .page-head h1, .container-fluid .page-head h2, .container-fluid .page-head h5 {
		font-size: 1.511rem;
	}
	.page-head .page-subhead {
		font-size: 1.15rem;
	}	
}

@media (max-width: 768px) {
	.jumbotron .mask.bg-gradient-dark {
		background-image: none !important;
		background: rgba(0,0,0,.6);
	}
}

@media (min-width: 768px) {
	.container-fluid .page-head h1, .container-fluid .page-head h2, .container-fluid .page-head h5 {
		font-size: 1.90rem;
	}
	.page-head .page-subhead {
		font-size: 1.25rem;
	}
	.homepage .container-fluid .page-head h1,
	.homepage .container-fluid .page-head h2,
	.homepage .container-fluid .page-head h5,
	.homepage .page-head .page-subhead {
		text-align: left;
	}	
}

@media (min-width: 768px) and (max-width: 992px) {
	.homepage .page-head {
		padding-top: 2rem;
	}
}

@media (min-width: 992px) {
	.page-head {
		padding-top: 7%;
	}
	.container-fluid .page-head h1,
	.container-fluid .page-head h2,
	.container-fluid .page-head h5 {
		font-size: 2.35rem;
	}
	.page-head .page-subhead {
		font-size: 1.145rem;
	}	
}

/* Jumbotron Height */

.jumbotron {
	min-height: 200px;
}

.mask {
	min-height: 200px;
}

@media (min-width: 576px) {
	.jumbotron {
		min-height: 250px;
	}
	.mask {
		min-height: 250px;
	}
}

@media (min-width: 992px) {
	.jumbotron {
		min-height: 450px;
	}	
}

.jumbotron-noicon {
	min-height: 200px;
}

.jumbotron-noicon .mask {
	min-height: 200px;
}

@media (min-width: 576px) {
	.jumbotron-noicon {
		min-height: 225px;
	}
	.jumbotron-noicon .mask {
		min-height: 225px;
	}
}

@media (min-width: 992px) {
	.jumbotron-noicon {
		min-height: 400px;
	}	
}

.homepage .jumbotron-home {
	min-height: 330px;
}

.homepage .jumbotron-home .mask {
	min-height: 330px;
}

.homepage.quick4 .jumbotron-home {
	min-height: 350px;
}

.homepage.quick4 .jumbotron-home .mask {
	min-height: 350px;
}

@media (min-width: 768px) {
	.homepage .jumbotron-home {
		min-height: 350px;
	}	
}

@media (min-width: 992px) {
	.homepage .jumbotron-home,
	.homepage.quick4 .jumbotron-home {
		min-height: 450px;
	}	
}

/* ### Quicklinks ### */

.homepage #maincontent {
	padding-top: 6.0rem;
}

.homepage.quick4 #maincontent {
	padding-top: 8.5rem;
}

.quicklinks {
	margin-top: -8rem;
	width: 100%;
	position: absolute;
}

.quicklinks-group {
	margin-left: auto;
	margin-right: auto;
	border-radius: .75rem;
}

.quicklink-item {
	border-top: 1px solid #eaeaea;
	min-width: 250px;
	text-align: center;
	font-size: .95rem;
	position: relative;
}

.quicklink-item:first-child {
	border-top: none;
}

.quicklink-item .quicklink-image {
	display: none !important;
	flex: 1 1 auto;
}

.quicklink-item-back {
	display: none !important;
}

.quicklink-item h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.05rem;
	margin-bottom: 0;
}

.quicklinks .stretched-link {
	font-size: 0;
	height: 0;
	width: 0;
}

@media (min-width: 768px) {
	.quicklink-item {
		border-top: none;
		border-left: 1px solid #eaeaea;
		min-width: 200px;
		text-align: center;
	}
	.quicklink-item .quicklink-image img {
	    max-width: 70px !important;
	    max-height: 70px !important;
	}	
	.quicklink-item:first-child {
		border-left: none;
	}
	.quicklink-item .quicklink-image {
		display: -ms-flexbox !important;
		display: flex !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.quicklink-item-back {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.quicklink-item h5 {
		margin-bottom: .5rem;
		font-size: 0.95rem
	}
	/* ### Quicklinks Flipping ##*/
	.quicklink-item-flip {
		position: relative;
	}
	.quicklink-item-flip > div {
		width: 100%;
		height: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	.quicklink-item-back {
		transform: rotateX(180deg);
		position: absolute;
		top: 0;
		background-color: #fff;
	}
	.quicklink-item-flip.var1 > div {
		backface-visibility: hidden;
		transition: transform 220ms;
		transition-timing-function: linear;
	}
	.quicklink-item-flip.var1 .quicklink-item-front {
	 	transform: rotateX(0deg);
	}
	.quicklink-item-flip.var1:hover .quicklink-item-front {
		transform: rotateX(-180deg);
	}
	.quicklink-item-flip.var1:hover .quicklink-item-back {
		transform: rotateX(0deg);
	}
	.quicklink-item-flip:first-child .quicklink-item-back {
		border-top-left-radius: .75rem;
		border-bottom-left-radius: .75rem;
	}
	.quicklink-item-flip:last-child .quicklink-item-back {
		border-top-right-radius: .75rem;
		border-bottom-right-radius: .75rem;
	}
	.quicklinks {
		margin-top: -7rem;
		position: absolute;
		width: 100%;
	}
	.homepage #maincontent,
	.homepage.quick4 #maincontent {
		padding-top: 7.5rem;
	}	
}

@media (min-width: 992px) {
	.quicklinks {
		margin-top: -7rem;
		position: absolute;
		width: 100%;
	}
	.quicklink-item {
	    min-width: 240px;
	}
	.quicklink-item h5 {
		font-size: 1.05rem;
	}
	.quicklink-item .quicklink-image {
		padding-bottom: 20px;
		padding-top: 15px;
	}	
	.quicklink-item .quicklink-image img {
	    max-width: 120px !important;
	    max-height: 90px !important;
	}
	.homepage #maincontent,
	.homepage.quick4 #maincontent {
		padding-top: 9rem;
	}	
}

/* ### Home ### */

/* Breadcrumb */

.breadcrumb-cnt {
	background-color: #f1f5f8;
	border-bottom: 1px solid #dedede;
	NOborder-top: 1px solid #dedede;
	background-color: transparent;
	padding: .5rem 0;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: .15rem 1rem;
}

.breadcrumb a {
	color: #000;
	padding: 0 .3rem;
	color: #797979;
	font-size: .90rem;
}

.breadcrumb a:hover, 
.breadcrumb a.focus,
.breadcrumb a:focus {
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: "Material Icons";
    content: "keyboard_arrow_right";
}

.breadcrumb a.active {
	color: #000;
}

.breadcrumb a.active:after {
	content: '';
	padding: 0;
}

.breadcrumb .breadcrumb-home span {
	font-size: 1rem;
	color: #00702a;
	margin-top: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: .3rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .3rem;
}

.breadcrumb a.Disable_Bread_Crumblink {
    cursor: default;
    pointer-events: none;
}

#skiplinks a {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    color: white;
    left: 0;
    padding: 6px;
    position: absolute;
    top: -40px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
}

/* ### News ### */

/* News reset */
.news .article .news-img-wrap a,
.news .article .news-img-wrap {
	border: none;
	padding: 0;
	background: transparent;
	float: none;
	margin: 0;
}

.news .article .news-img-wrap img {
	float: none;
}

.badge-news {
	color: #fff;
	background-color: #999999;
	padding: .35em .7em;
	font-size: 75%;
	margin-right: 4px;
	margin-bottom: 4px;
}

.article-list-small.article .news-list-date,
.news .news-list-home .article .news-list-date,
.news .news-list .article .news-list-date,
.news-single .article .news-list-date {
	font-weight: 600;
	font-size: .95rem;
}

.news-single .article .news-list-date {
	display: block;
}

/* News List Home */

.news .news-list-home .article a,
.news .news-list .article a,
.article-list-small .news-small-item {
	color: #000;
}

.news .news-list-home .article a:hover,
.news .news-list-home .article a:focus,
.news .news-list .article a:hover, 
.news .news-list .article a:focus,
.article-list-small .news-small-item:hover,
.article-list-small .news-small-item:focus {
	text-decoration: none;
}

#maincontent .container-fluid  .news .news-list-home-big .article h3,
#maincontent .container-fluid  .news .news-list .article h3 {
	font-size:  1.294rem;
	margin-top: 0;
	text-transform: none;
}

.news-small-item {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dedede;
}

.article-list-small:last-child .news-small-item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-small-item .news-small-image {
	width: 40%;
}

.news-small-item .news-small-content {
	width: 60%;
	padding-left: 15px;
}

.article-list-small.article {
	padding-bottom: 0;
	margin-bottom: 0;
} 

#maincontent .container-fluid .article-list-small h3 {
	font-size:  1.0rem;
	text-transform: none;
	margin-top: 0;
}

.news .news-list-home .article .news-img-wrap img,
.news .news-list .article .news-img-wrap img,
.news-small-item .news-small-image img {
	-webkit-transition: transform 0.5s 0s ease;
	-moz-transition: transform 0.5s 0s ease;
	-o-transition: transform 0.5s 0s ease;
	transition: transform 0.5s 0s ease;
}

.news .news-list-home .article:hover .news-img-wrap img,
.news .news-list .article:hover .news-img-wrap img,
.news-small-item:hover .news-small-image img {
	transform: scale(1.02);
}

.col-news-big .news-list-home-big {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}

/* ### News Single ### */

.news-single .teaser-text {
	color: #000;
	font-weight: 600;
}

#maincontent .container-fluid .news-single h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.news-single .article .news-img-wrap {
	width: auto;
}

.news-single .teaser-text {
	font-size: 1rem;
}

.news-related {
	width: auto;
	padding: 0;
	border: none;
	display: block;
}

.news-related ul li span {
	border-color: #dedede;
}

.news-related.news-related-news,
.news-related.news-related-files {
	
}

.news-related ul {
	list-style-type: none;
	padding-left: 0;
}

/* ## Pagination ## */

.pagination .page-item .page-link {
	color: #000;
}

.pagination .page-item.active .page-link {
	background-color: #009ba4;
	border-color: #009ba4;
	color: #fff;
}

/* ### Card Leistungen ### */

.section-leistungen {
	background-image: url(../Images/line_1180.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}

#maincontent .section-leistungen .container-fluid h2 {
	margin-bottom: .5rem;
	margin-top: 0;
}

.section-leistungen .col {
	padding-right: 20px;
	padding-left: 20px;
}

.card-leistungen {
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.card-leistungen:hover {
	transform: scale(0.98);
	transform: scale(1.02);
}


#maincontent .container-fluid .card-leistungen h3 {
	font-size: 1.3rem;
	margin-left: 65px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}

.card-leistungen .card-icon {
	width: 77px;
	height: 70px;
	position: absolute;
	margin-left: -10px;
	margin-top: -15px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.card-leistungen:hover .card-icon {
	transform: scale(1.125);
}

.card-leistungen .col {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.card-leistungen .card-body {
	padding: 1.8rem 1.25rem 1.25rem 1.25rem;
}

.card-leistungen .card-footer {
	background-color: transparent;
	border-top: none;
	padding: 0 2.5rem 2rem 2.5rem;
	padding-top: 0;
	font-weight: 600
}

/* List */

#maincontent .ce-textpic ul,
.card-leistungen ul,
.ce-textpic ul.ul-checkmark,
.collapse-item ul,
.news-text-wrap ul {
	padding: 0;
	list-style-type: none;
}

.card-leistungen ul li,
.ce-textpic ul.ul-checkmark li,
#maincontent .ce-textpic ul li,
.collapse-item ul li,
.news-text-wrap ul li  {
	padding-left: 2.1rem;
	padding-bottom: 3px;
}

.card-leistungen ul li:before,
.ce-textpic ul.ul-checkmark li:before,
#maincontent .ce-textpic ul li:before,
.collapse-item ul li:before,
.news-text-wrap ul li:before {
	font-style: normal;
	font-weight: normal;
	font-family: "Material Icons";
    content: "arrow_forward";
    vertical-align: -10%; 
    color: #009ba4;
	font-size: 1rem;
	
	display: inline-block;
	margin-left: -2.1rem;
	width: 2.1rem; 
	padding-left: .5rem;
}

#maincontent .card-leistungen ul li:before,
#maincontent .ce-textpic ul.ul-checkmark li:before {
    content: "done";
    color: #00702a;
}

#maincontent .ce-textpic ul {
	margin-top: 0;
	margin-bottom: 25px;
}

/* List Leistungen anpassen */

#maincontent .card-leistungen ul {
	margin-bottom: 0;	
}

.card-leistungen ul li {
	padding-left: 1.5rem;
}

.card-leistungen ul li:before {
	margin-left: -1.5rem;
	width: 1.5rem; 
	padding-left: 0rem;
}

.featuredfooter {
	font-size: 80%;
}

/*
#maincontent .ce-textpic ul li:before,
.collapse-item ul li:before,
.news-text-wrap ul li:before {
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	color: #000;
		color: #009ba4;
	margin-left: 10px;
	padding-right: 10px;
	font-family: "Material Icons";
    content: "arrow_forward";
    vertical-align: -10%; 
}

#maincontent .ce-textpic ul,
.card-leistungen ul,
.ce-textpic ul.ul-checkmark,
.collapse-item ul,
.news-text-wrap ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.card-leistungen ul li,
.ce-textpic ul.ul-checkmark li,
#maincontent .ce-textpic ul li,
.collapse-item ul li,
.news-text-wrap ul li  {
	padding-bottom: 3px;
}

#maincontent .card-leistungen ul li:before,
#maincontent .ce-textpic ul.ul-checkmark li:before {
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	padding-right: 7px;
	color: #00702a;
	margin-left: -8px;
	font-family: "Material Icons";
    content: "done";
}

#maincontent .ce-textpic ul.ul-checkmark li:before {
	margin-left: 10px;
	padding-right: 10px;
}

#maincontent .ce-textpic ul {
	margin-top: 0;
	margin-bottom: 25px;
}

#maincontent .ce-textpic ul a {

}


/* / List */

/* ### Main ### */

#maincontent .section-about .container-fluid h2 {
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	margin-top: 0;
}

.section-meinungen .sec-mei-hd {
	padding-top: 6rem;
}

.container-fluid .header-meinungen h2:before {
	content: '';
	background-image: url(../Images/card_bubble.svg);
	background-size: 41px 41px;
	height: 41px;
	width: 41px;
	position: absolute;
	background-repeat: no-repeat;
	transform: rotate(10deg);
	top: 2.5rem;
	left: calc(50% - 22px);
	margin-left: 0;
}

#maincontent .container-fluid .header-meinungen h2 {
	margin-top: 0;
	margin-bottom: .5rem;
}

#maincontent .container-fluid .header-meinungen h3 {
	color: #009ba4;
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: .5rem;
	text-transform: none; 
}

.testimonialSlider div {
	background-color: ;
}

.card-meinungen-item .card-body {
	padding: 3rem 2rem;
}

.card-meinungen-item .card-meinungen-slider {
	min-height: 370px;
}

@media (min-width: 650px) {
	.card-meinungen-item .card-meinungen-slider {
		min-height: 480px;
	}
}

@media (min-width: 780px) {
	.card-meinungen-item .card-meinungen-slider {
		min-height: 430px;
	}
}

@media (min-width: 1000px) {
	.card-meinungen-item .card-meinungen-slider {
		min-height: 470px;
	}
}

@media (min-width: 1200px) {
	.card-meinungen-item .card-meinungen-slider {
		min-height: 460px;
	}
}

.card-meinungen-slider .card-body {
	padding: 3rem 2rem 1rem;
}	

.card-meinungen-image {
	border-radius: 100%;
	max-width: 100px !important;
}

#maincontent .container-fluid .card-meinungen-item h3,
#maincontent .container-fluid .col-meinungen-list h3 {
	font-size: 1.25rem;
	margin-bottom: .4rem;
	margin-top: 0;
}

.card-meinungen-item h4,
.col-meinungen-list h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #009ba4;
}

.card-meinungen-item .stretched-link span {
	font-size: 0;
	color: #fff;
	height: 0;
	outline: none !important;
}

.slick-prev, .slick-next {
	 transform: scale(1.6);
}

.slick-prev::before, .slick-next::before {
	font-family: "Material Icons";
    color: #676767;
}

.slick-prev::before {
    content: 'arrow_back';
}

.slick-next::before {
    content: 'arrow_forward';
}

.slick-dots li button::before {
	font-size: 30px;
	color: #009ba4;
}

.slick-dots li.slick-active button::before {
	color: #009ba4;
}

/* ### Newsletter ### */

.section-newsletter .col-12 {
	padding-bottom: 3rem;
	padding-top: 5rem;
}

#maincontent .section-newsletter .container-fluid h2 {
	margin-bottom: 1.2rem;
	margin-top: 2rem;
	font-size: 1.4rem;
}

.section-newsletter .container-fluid h2:before {
	content: '';
	background-image: url(../Images/card_mail.svg);
	background-size: 41px 45px;
	height: 41px;
	width: 45px;
	position: absolute;
	background-repeat: no-repeat;
	transform: rotate(-10deg);
	top: 2.5rem;
	left: calc(50% - 22px);
	margin-left: 0;
}

.section-newsletter .form-control {
	border: none;
	font-weight: 400;
	color: #828282;
}

.btn-newsletter-notused:before {
	font-family: "Material Icons";
    content: "keyboard_arrow_right";
}

.input-group-append .btn-best {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	margin: 0;
}

/* ### Netzwerk Home ### */

.card-netzwerk {
	background-color: transparent;
}

.card-netzwerk img {
	width: 100%;
	max-width: 300px !important;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.card-netzwerk:hover img {
	transform: scale(1.075);
}

#maincontent .container-fluid .card-netzwerk h3 {
	font-size: 1.0rem;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0.4rem;
}

.card-netzwerk .card-body {
	padding-top: 0;
}

/* ### ### */

.nav-sub .nav-link {
	color: #000;
	font-weight: 700;
	font-size: 1.05rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dedede;
	padding: .75rem 1rem;
}

.nav-sub .nav-link:last-child {
	border-bottom: none;
}

.card-submenu h4 {
	text-transform: uppercase;
	padding-left: .85rem;
	text-transform: uppercase;
	color: #009ba4;
	display: none;
}


/* ### Powermail ### */

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(0,155,164,.25);
}

ul.parsley-errors-list {
	list-style-type: none;
	padding-left: 0;
}

ul.parsley-errors-list .parsley-required,
ul.parsley-errors-list .parsley-custom-error-message {
	color: #e20606;
}

.form-control.parsley-error {
	border-color: #e20606;
}

.powermail_fieldwrap_datenschutz {
	margin-bottom: 1rem;
}

/* ### Footer ### */

footer.footer,
footer,
.footer {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}

footer a:hover,
footer a:focus {
	text-decoration: underline;
}

footer .container-fluid h5 {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	text-transform: uppercase;
}

.logo-initiative {
	
}

.footer-row-logo a {
	display: inline-block;
}

.footer-row-sitemap h5 a {
	color: #fff;
}

.footer-row-sitemap h5 a:hover,
.footer-row-sitemap h5 a:focus {
	color: #eaeef1;
	text-decoration: underline;
}

.footer-row-sitemap h5 {
	margin-top: 2rem;
}

.footer-row-sitemap h5:first-child {
	margin-top: 0;
}

.nav-sitemap .nav-link {
	padding: .2rem 0 .2rem 0;
}

.nav-sitemap .nav-link:hover,
.nav-sitemap .nav-link:focus {
	color: #eaeef1;
	text-decoration: underline;
}

.nav-sitemapContact {
	margin-top: 2rem !important;
}

.nav-sitemapContact .nav-link {
	font-size: 1.0625rem;
	font-weight: 700;
	text-transform: uppercase;

}

.nav-sitemapContact .nav-item {
	margin-top: 1rem;
}

.nav-sitemapContact .nav-item:first-child {
	margin-top: 0;
}

.nav-footer .nav-link:after {
	content: '|';
	padding-left: .5rem;
}

.nav-footer .nav-item:last-child .nav-link:after {
	content: '';
}

.nav-footer .nav-link {
	padding: 0 0 0 .5rem;
}

.nav-footer .nav-item:first-child .nav-link {
	padding: 0;
}

.nav-footer .nav-link:hover, 
.nav-footer .nav-link:focus {
	color: #fff;
	text-decoration: underline;
}

/* ###  KeSearch ### */

#kesearch_num_results {
	display: none;
}

#kesearch_results {
	margin-top: 2rem;
}

#kesearch_results .result-title {
	font-size: 1.35rem;
	margin-bottom: 0.3rem;
	display: 
}

#kesearch_results .result-title a,
#kesearch_results a {
	color: #0a5966;
}

#kesearch_results .result-list-item {
    clear: both;
    margin: 20px 0 30px 0;
    padding: 0;
}

#kesearch_results .result-list-item .hit {
    color: #ee0055;
}

#kesearch_results .result-list-item .result-teaser .hit {
    font-weight: 600;
}

/* ###  KeSearch Pagination ### */
.kesearch_pagebrowser ul {
	justify-content: center !important;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.kesearch_pagebrowser ul li {
	
}

.kesearch_pagebrowser ul li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #000;
}

.kesearch_pagebrowser ul li a:hover, 
.kesearch_pagebrowser ul li a:focus {
	background-color: #e9ecef;
	border-color: #dee2e6;
	color: #000;
	text-decoration: none;
}

.kesearch_pagebrowser ul li a.current {
	background-color: #009ba4;
	border-color: #009ba4;
	color: #fff;
}

.kesearch_pagebrowser ul li:first-child a {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.kesearch_pagebrowser ul li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.result_txt {
	text-align: center;
	font-size: .9rem;
	color: #7e7e7e;
}

/* ### / KeSearch Pagination ### */

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.07rem;
    border-left: 5px solid #eaeef1;
	font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-style: italic;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.alert {
	border-radius: .75rem;
	padding: 1rem 1.7rem;
}

.alert p:last-child {
	margin-bottom: .5rem;
}

#maincontent .alert h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: .5rem;    
}

.alert-infobox {
    background-color: #eaeef1;
    border-color: #eaeef1;
    color: #000;
}

.alert-danger {
    background-color: #AA1111;
    border-color: #AA1111;
    color: #fff;
    padding-left: 4.4rem;
}

#maincontent .container-fluid .alert-danger h3,
#maincontent .container-fluid .alert-custom h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: .5rem;
}

#maincontent .container-fluid .alert-danger a,
#maincontent .container-fluid .alert-custom a {
	text-decoration: underline;
	color: #fff;
}

.alert-danger::before {
	font-family: "Material Icons";
    content: "announcement";
    font-size: 2rem;
    position: absolute;
    left: 1.25rem;
    opacity: 0.5;
}

.alert-custom {
    background-color: #005566;
    border-color: #005566;
    color: #fff;
    padding-left:  1.7rem;
}

.alert-dark::before {
	font-family: "Material Icons";
    content: "lightbulb";
    font-size: 2rem;
    position: absolute;
    left: 1.25rem;
    opacity: 0.5;
}

.alert-custom.alert-light {
	background-color: #eaeef1;
    border-color: #eaeef1;
	color: #000;
}

#maincontent .container-fluid .alert-custom.alert-light a {
	color: #000;
}
 
#maincontent .container-fluid h3.collapseHeader {
	margin-top: 0rem;
	margin-bottom: 0;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}

#maincontent .container-fluid h3.collapseHeader.collapsed {
	border-bottom-left-radius: .4rem;
	border-bottom-right-radius: .4rem;
}

#maincontent .container-fluid h3.collapseHeader span.material-icons {
	padding-left: 1rem;
	padding-right: 0;
	font-size: 28px;
}

#maincontent .container-fluid h3.collapseHeader.collapsed span.material-icons {
	transform: rotate(180deg);
	padding-right: 1rem;
	padding-left: 0;
}

#maincontent .container-fluid h3.collapseHeader {
	background-color: rgba(234,238,241,0.7);
	padding: 10px 20px;
	text-transform: none;
}

#maincontent .container-fluid h3.collapseHeader {
	font-size: 1.0rem;
	color: #000;
}

#maincontent .container-fluid .collapse p:last-child {
	margin-bottom: 0;
}

#maincontent .container-fluid .collapse-item > .card-collapse {
	margin-top: 0;
	margin-left: 0;
	border: none; 
	padding: 0;
	background-color: rgba(234,238,241,0.7);
	padding: 20px 20px 25px 20px;
	border-bottom-left-radius: .4rem;
	border-bottom-right-radius: .4rem;
}

.frame-collapse {
	padding-bottom: .75rem;
}

.header-wIcon .material-icons {
	vertical-align: -10%;
	color: #009ba4;
	padding-right: 3px;
}

h1.header-wIcon .material-icons {
	font-size: 30px;
}

/* .container-fluid h2.collapseHeader:after, 
.container-fluid h3.collapseHeader:after {
	text-transform: none;
	font-family: "Material Icons";
	content: 'expand_less';
	vertical-align: -10%;
}

.container-fluid h2.collapseHeader.collapsed:after, 
.container-fluid h3.collapseHeader.collapsed:after {
	font-family: "Material Icons";
	content: 'expand_more';
}

.container-fluid h3.collapseHeader:after {
	padding-right: 5px;
}*/

#maincontent table td,
#maincontent table th {
	padding: .75rem;
vertical-align: top;
border-bottom: 1px solid #e9ecef;
}

table, tr, td, th {
    border: none;
}

table.ce-table,
#maincontent table {
	max-width: 100%;
	width: 100% !important;
	font-size: 0.90rem;
	font-size: 1rem;
}

table.ce-table > tbody > tr:nth-of-type(2n+1),
#maincontent table > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(234,238,241,0.6);
}

table.ce-table.ce-table-blank > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}

table.ce-table td,
table.ce-table th {
	
}

table.ce-table thead tr th,
#maincontent table thead tr th {
	border-width: 1px !important;
	border-top: none !important;
	font-weight: 600;
}

table.ce-table td p,
table.ce-table th p,
#maincontent table td p,
#maincontent table th p {
	margin-bottom: 0;
}


table caption {
	padding: 1rem .75rem;
	font-size: 95%;
}

span.highlighter {
	background-color: #FFAA00;
	background-color: rgba(255,170,0,.5);
}

span.span-phone,
a.span-phone,
a.span-email {
	display: inline-block;
}

span.span-phone:before,
a.span-phone:before,
a.span-email:before {
	font-family: "Material Icons";
	content: 'call';
	vertical-align: -10%;
	padding-right: 3px;
	padding-left: 2px;
}

a.span-phone:before {
	padding-left: 0;
}

a.span-email:before {
	content: 'mail';
	padding-right: 5px;
	padding-left: 4px;
}

.ce-uploads li {
	margin-bottom: 1rem;
	border: 1px solid #dedede;
	padding: 10px;
	position: relative;
}

.ce-uploads span {
    display: inline;
}

.ce-uploads li div a {
	color: #000;
}

.ce-uploads li div a:hover, 
.ce-uploads li div a:focus {
	color: #000;
	text-decoration: none;
}

.ce-uploads .material-icons {
	font-size: 1rem !important;
	color: #009ba4;
	padding-right: 10px;
	vertical-align: -10%;
	display: inline-block;
	padding-top: 3px;
}

.ce-uploads li .ce-uploads-description {
	font-size: 90%;
	display: block;
}

.ce-uploads-filesize {
	font-size: 90%;
}

.ce-uploads li div .ce-uploads-fileName {
	font-weight: 600;
}

.ce-uploads li:hover,
.ce-uploads li:hover div a {
	background-color: rgba(234,238,241,0.6);
	color: #000;
}

.news-related.news-related-files ul li span {
	border: none;
	margin-right: 0;
}

.news-related.news-related-files ul li {
	line-height: 1.45857;
}

.news-related-files ul li {
	margin-bottom: 1rem;
}

.news-related ul li span {
	color: #000;
}

/* ### Leistungen List Items ### */

.section-page-leistungen h2 {
	font-size: 1.5rem;
}

.section-page-leistungen .col-img > div {
	max-width: 300px;
}

.leistungen-list-item {
	margin-bottom: 1.2rem;
}

#maincontent .container-fluid .leistungen-list-item h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1rem;
	font-size: 1.05rem;
}

#maincontent .container-fluid a:hover .leistungen-list-item h3,
#maincontent .container-fluid a:focus .leistungen-list-item h3,
#maincontent .section-page-leistungen .container-fluid a:hover ,
#maincontent .section-page-leistungen .container-fluid a:focus {
	color: #00702a;
	text-decoration: none !important;
}

#maincontent .container-fluid .leistungen-list-item .card-icon {
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

#maincontent .container-fluid .leistungen-list-item:hover .card-icon,
#maincontent .container-fluid .leistungen-list-item:focus .card-icon {
	transform: scale(1.2);
}

.leistungen-list-item .card-icon img {
	max-width: 45px !important;
}

.section-about .col-img .ce-gallery figure {
	max-width: 350px;
}

.table-hover tbody tr:hover {
	background-color: transparent;
}

.table-striped tbody tr:nth-of-type(2n+1),
.table-striped tbody tr:nth-of-type(2n+1):hover {
	background-color: #eaeef1;
}

.container-maps {
	max-width: 1200px;
}

.frame-newsletter-border-bottom {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

/* Hide News Date Gute Praxis und Referenzen */
#page-490 .news-list .article .news-list-date > time,
#page-491 .news-list .article .news-list-date > time,
#page-511 .news-single .article .news-list-date > time,
#page-510 .news-single .article .news-list-date > time {
	display: none;
}
#page-490 .news-list .article .news-list-date,
#page-491 .news-list .article .news-list-date {
	margin-bottom: 1rem !important;
}

#page-511 .news-single .article .news-list-date,
#page-510 .news-single .article .news-list-date {
	margin-bottom: 1.5rem !important;
}
/* / Hide News Date Gute Praxis und Referenzen */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -8px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.cookie-consent-container .buttons .btn--secondary {
	background-color: #009ba4 !important;
	background-color: rgba(225,225,225) !important;
	
	color: #fff !important;
	border: none !important;
	font-weight: 700 !important;
	border-radius: .6rem !important;
	opacity: 1 !important;
	padding: 11px 10px !important;
	font-size: 1rem !important;
	text-transform: none !important;
	font-size: 90% !important;
	font-weight: 600 !important;
}

.cookie-consent-container .label input:checked ~ .checkmark {
	background-color: #00702a !important;
}

.cookie-consent-container {
	-moz-hyphens: auto;
	word-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1rem !important;
	line-height: 1.45857 !important;
	font-family: 'Source Sans Pro',sans-serif !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.cookie-consent-container .consent-modal .cookie-headline {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700 !important;
	color: #000000 !important;
}

.cookie-consent-container .label {
	font-size: 1rem !important;
	line-height: 1.45857 !important;
	font-family: 'Source Sans Pro',sans-serif !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.cookie-consent-container .buttons .btn--primary {
	background-color: #00702a !important;
	background-color: #009ba4 !important;
	border: none !important;
	color: #fff !important;
	border: none !important;
	font-weight: 700 !important;
	border-radius: .6rem !important;
	opacity: 1 !important;
	padding: 11px 10px !important;
	font-size: 1rem !important;
	text-transform: none !important;
}

.cookie-consent-container a, .cookie-consent-container a:visited, .cookie-consent-container a:active, .cookie-consent-container a:focus, .cookie-consent-container a:focus:active {
	color: #000 !important;
}

.cookie-consent-container a:hover {
	color: #009ba4 !important;
}

.cookie-consent-container .consent-modal .option-wrapper .option-headline {
	font-weight: 700 !important;
}

.cookie-consent-container .consent-modal .option-wrapper {
	background-color: rgba(234,238,241,0.4) !important;
	background-color: #eaeef1 !important;
	border-radius: .75rem !important;
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option {
	background-color: rgba(234,238,241,1) !important;
	background-color: #fff !important;
}

.cookie-consent-container .label input:checked ~ .checkmark {
	background-color: #6f9322 !important;
}

.cookie-consent-container a.show-details, .cookie-consent-container a:visited.show-details, .cookie-consent-container a:active.show-details, .cookie-consent-container a:focus.show-details, .cookie-consent-container a:focus:active.show-details {
	font-size: 90% !important;
}

.cookie-consent-container .small,
.cookie-consent-container small {
	font-size: 90% !important;
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper {
	border-bottom: 1px solid #dedede !important;
}

.cookie-consent-container .consent-modal .footer-links {
	margin-bottom: 1rem !important;
}

@media (min-width: 900px) {
	.cookie-consent-container .consent-modal {
	    height: 498px !important;
	    max-height: calc(100vh - 100px);
	}
}

/*
	
	
	

/* Bootstrap Breakpoint ES */
@media (min-width: 576px) {
	
}

@media (max-width: 576px) {
	.navbar-best {
		NOmin-height: 140px;
	}
	.navbar-best .container-fluid {
		sdfmin-height: 105px;
	}
	.navbar-brand {
		max-width: 200px;
	}
}

/* Bootstrap Breakpoint MD */
@media (min-width: 768px) { 
	.col-news-big .news-list-home-big {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.col-news-big {
		margin-bottom: 35px;
	}
}

@media (max-width: 768px) {  
	.ce-textpic.ce-right .ce-gallery {
		float: none;
	}
}

@media (min-width: 576px) and (max-width: 991px) {  
	.col-footer-sitem-3 {
		padding-top: 0rem !important;
	}
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 768px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 992px) {
	.navbar-best {
		padding: .5rem 1rem;
	}
	.navbar-best .navbar-nav .nav-link {
		padding: 3.8rem 1rem;
		margin-bottom: -.3rem;
		font-size: .97rem;
	}
	.navbar-best .dropdown-item {
		font-size: .97rem;
	}
	.navbar-best .navbar-nav  .nav-link,
	.navbar-best .navbar-nav .nav-item-search .nav-link:focus, 
	.navbar-best .navbar-nav .nav-item-search .nav-link:hover {
		background-color: transparent;
	}
	.navbar-best .navbar-nav {
		text-align: left;
		padding-top: 0;
	}
	.navbar-best .dropdown-menu {
		border: none;
		text-align: left;
		padding-bottom: .5rem;
	}
	.homepage .page-head {
		margin-top: -3.5%;
	}
	.section-meinungen .sec-mei-hd {
		padding-top: 4rem;
	}
	.section-newsletter .col-12 {
		padding-top: 2rem;
	}	
	#maincontent .section-newsletter .container-fluid h2 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	.section-newsletter .container-fluid h2:before {
		margin-left: -4.6rem;
		top: auto;
		left: auto;
	}
	.container-fluid .header-meinungen h2:before {
		margin-left: -4.6rem;
		top: auto;
		left: auto;
	}
	.dropdown-menu {
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	#mnitem520 .dropdown-menu {
	    right: 0;
	    left: auto;
	}
}

@media (max-width: 992px) {
	.card-submenu .card-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint XL */
@media (min-width: 1200px) {

}

/* Bootstrap Breakpoint LG */
@media (min-width: 1400px) {

}

@media (max-width: 1400px) {

}

/* Bootstrap Breakpoint min XL max XXL */
@media (min-width: 1200px) and (max-width: 1400px) {
	
}


@media print {

}

.powermail-errors-list {
	padding: 7px;
	margin-top: .2rem;
	color: #ca0b0f;
}

.form-control.powermail_field_error {
	border-color: #ca0b0f;
}

.powermail-errors-list li {
	list-style-type: none;
}

