.frame-space-before-extra-small{
  padding-top: 1vw;
  margin-top: 0;
}
.frame-space-after-extra-small{
  padding-bottom: 1vw;
  margin-bottom:0;
}
.frame-space-before-small{
  padding-top: 2vw;
  margin-top: 0;
}
.frame-space-after-small{
  padding-bottom: 2vw;
  margin-bottom:0;
}
.frame-space-before-medium {
  padding-top: 3vw;
  margin-top: 0;
}
.frame-space-after-medium {
  padding-bottom: 3vw;
  margin-bottom:0;
}
.frame-space-before-large{
  padding-top: 5vw;
  margin-top: 0;
}
.frame-space-after-large{
  padding-bottom: 5vw;
  margin-bottom:0;
}
.frame-space-before-extra-large {
  padding-top: 10vw;
  margin-top: 0;
}
.frame-space-after-extra-large {
  padding-bottom: 10vw;
  margin-bottom:0;
}
.frame-layout-1 {
  padding-left:5%;
  padding-right:5%;
}
.frame-layout-2 {
  padding-left:10%;
  padding-right:10%;
}
.frame-layout-3 {
  padding-left:15%;
  padding-right:15%;
}
.frame-layout-4 {
  padding-left:25%;
  padding-right:25%;
}
hr {
	margin: 0;
	color: inherit;
	border: 0;
	border-top: 1px solid rgb(216,203,197);
	opacity: 1;
}
.border-mdx {
	border-right: 1px solid;
	border-left: 1px solid;
}
.border-mdx.border-left-0 {
	border-left: 0;
}
.text-right {
	text-align: right;
}
.header{
position:relative;
}
.ce-headline-center {
	text-align: center;
	justify-content: center;
	display: flex;
}
.header .image {
	margin-bottom: 0;
}
.header .darkbg.frame-type-ce_card {
	height: 100vh;
}
.header .darkbg .row {
	height: 100%;
}
.header .darkbg .image-embed-item {
	width: 100%;
	height: auto;
}

.header .darkbg sub, .footer sub {
	top: -1em;
  font-size: .4em;
}

.header .card {
	border: 0;
	border-radius: 0;
}
.header .card.home {
	height: 100vh;
	background-image: url('../elements/Header_Wasser.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.header .ce-card .image .image-embed-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
    max-height:100vh;
}
.header .ce-card .card-body {
	position: absolute;
	bottom: 50%;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0;
	transform: translateY(50%);
}
.header .ce-card .card-body .image {
	width: 35%;
	margin: 0 auto;
	height: 100%;
}

.header .headervid {
	height:90vh;
	overflow: hidden;
}

.header .headervid .vidwrap {
	height: 100%;
	width: 100%;
}
.header .headervid .vidwrap video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.video-embed-item {
	width: 100%;
	height: auto;
}
.imgrnd .image-embed-item {
	border-radius: 50%;
}
blockquote {
	background-image: url('../elements/quote-icon.svg');
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 15px;
	/* background-position: top left; */
	background-size: 60px 50px;
	background-position: 0 10px;
	display: block;
	margin: 0;
}
/*
.content li::before {
	content: '·';
	position: absolute;
	margin-bottom: auto;
	font-size: 6rem;
	line-height: 2.4rem;
	display: block;
	width: 2rem;
	background: rebeccapurple; 
	margin-left: -2rem;
} */
.content .sublogo li::before {
	content: '';
	position: relative;
	/* margin-bottom: auto; */
	/* font-size: 6rem; */
	line-height: 2.4rem;
	display: flex;
	width: 2rem;
	/* background: rebeccapurple; */
	margin-left: -2rem;
	background-image: url('../elements/sublogo_button_petrol_pfade.svg');
	background-size: 60%;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	height: 2.4rem;
}
.content ul {
	padding-left: 2rem;
	width: fit-content;
}
.content .sublogo li {
	border-bottom: 1px solid;
	font-size: 1.8rem;
	line-height: 1.4;
	list-style-type: none;
	/* padding-left: 2rem; */
	position: relative;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.content li {
	/* border-bottom: 1px solid; */
	font-size: 1.8rem;
	line-height: 1.4;
	list-style-type: disc;
	/* padding-left: 2rem; */
	position: relative;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	list-style-position: inside;
}
.content li {
	list-style-position: outside;
}
.content li:last-child {
	border: 0;
}
.content .image {
	position: relative;
	margin-bottom: initial;
}
.content .image .image-embed-item  {
	width: 100%;
	height:auto ;
}
.ref .border-end {
	border-right-color: #c4521e !important;
	border-width: 2px !important;
}
.ref .frame p:last-child {
	margin-bottom: 0;
}
.ce-center .image {
	text-align: center;
}
.ce-right .image {
	text-align: right;
}
.ce-headline-right {
	justify-content: right;
	display: flex;
}

.darkbg{
  background-color: rgb(31,89,95);
  color: rgb(255,255,255);
}
.darkbg a{
  color: rgb(255,255,255);
}
.lightbg{
  background-color: rgb(249,245,242);
  color:rgb(31,89,95);
}
.lightbg a{
  color:rgb(31,89,95);
    text-decoration:none;
}
.lightbg li a:hover {
	    color:#c4521e;
}
.imgbg .ce-textpic {
	position: relative;
}

.imgbg .ce-bodytext {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: #000 0 0 0.05rem;
}
.imgbg .ce-bodytext p.lead {
	margin-bottom: 0;
	padding: 0 5vw;
}

.button a {
	border: 1px solid;
	width: fit-content;
	border-radius: 0.8rem;
	padding: 0.7rem 3rem 0.7rem 1rem;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	color: inherit;
	background-image: url('../elements/arrow-petrol.svg');
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: calc(100% - 1rem) 50%;
}
.longline {
	letter-spacing: -5px;
	padding-left: 5px;
	padding-right: 10px;
	color: rgb(251,118,0);
    color:#c4521e;
}
.patchwrap.card {
	border-radius: 0;
	border: 0;
	padding-top: 5vw;
	background: transparent;
}
.card-body.patch {
	background-color: #dccbb6;
	border-radius: 100%;
	width: 10vw;
	height: 10vw;
	padding: 0.5vw;
	position: absolute;
	top: 0;
	left:0;
    margin-left: calc(50% - 5vw);
    
}
.patch div {
	height: 100%;
	width: 100%;
}
.patch .frame {
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.patch p {
	margin: 0;
	font-size: 2vw;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding-top: 0.5vw;
}
.footer {
	background-color: rgb(31, 89, 95);
	background-image: url('../elements/wasser_footer.png');
	background-position: center -50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 70vh;
    position:relative;
}
.footer h3 {

}
.footer p {
	font-size: 1.5rem;
}
.footer .lead {
	margin-bottom: 0;
	font-size: 2.625rem;
  line-height:1.2;
}
.footer a {
	color: inherit;
	text-decoration: none;
}

.footer .ce-gallery .image-embed-item {
	float: left;
	margin-right: 10px;
	margin-bottom: 80px;
	margin-top: 10px;
}
.footer .imprint {
	position: relative;
	bottom: 0;
	width: 100%;
}
.footer .imprint h3 {
	text-transform: initial !important;
}
.tns-outer {
	
	position: relative;
}
.tns-controls {

	z-index: 2;
}
.tns-controls button {
	margin: 0;
	background: transparent;
	box-shadow: none;
	/* appearance: none; */
	/* -webkit-appearance: none; */
	/* -moz-appearance: none; */
	border: 0;
	padding: 0;
	/* z-index: 2; */
	position: absolute;
	top: calc(50% - 25px);
}
.tns-controls button > div {
	height: 50px;
	width: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.tns-controls .prv {
	background-image: url(../elements/prev.svg);
}
.tns-controls .nxt {
	background-image: url(../elements/next.svg);
}
.tns-controls button:first-child {
	margin-left: -60px;
}
.tns-controls button:last-child {
	right: -60px;
}
.wertebg {
  	background-image: url('../elements/wertebg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   color:#fff;
	text-shadow: #000 0 0 0.05rem;

}
.wertebg .row::before {
	content: '';
	display: none;
	background-image: url('../elements/sublogo_initialen_kreis_petrol_pfade.svg');
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0;
    margin-top:-10vw;
}
.pic {
	padding-left: 7vw;
	padding-bottom: 4vw;
}
.pic::after {
	display: block;
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 4vw;
	background: rgb(31,89,95);
	background: -moz-linear-gradient(0deg, rgba(31,89,95,1) 0%, rgba(31,89,95,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(31,89,95,1) 0%, rgba(31,89,95,0) 100%);
	background: linear-gradient(0deg, rgba(31,89,95,1) 0%, rgba(31,89,95,0) 100%);
}
.patch {
	width: 8vw;
	bottom: 0;
	left: 3vw;
}
.accordion-button {
	color: #1f595f;
	background-color: rgb(249,245,242);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-size:unset;
    font-weight:bold;
}
.accordion-button:not(.collapsed) {
	color: #1f595f;
	background-color: rgb(249,245,242);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}
.accordion-button::after {
  filter: invert(27%) sepia(59%) saturate(429%) hue-rotate(137deg) brightness(95%) contrast(96%);
}
.accordion-item {
	color: #1f595f;
}
.accordion-item a {
  color: #c4521e;
}
}