/* ibm-plex-serif-italic - latin */
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ibm-plex-serif-v4-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
       url('../fonts/ibm-plex-serif-v4-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-serif-v4-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-serif-v4-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-serif-v4-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-serif-v4-latin-italic.svg#IBMPlexSerif') format('svg'); /* Legacy iOS */
}
/* ibm-plex-serif-700italic - latin */
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/ibm-plex-serif-v4-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Serif Bold Italic'), local('IBMPlexSerif-BoldItalic'),
       url('../fonts/ibm-plex-serif-v4-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-serif-v4-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-serif-v4-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-serif-v4-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-serif-v4-latin-700italic.svg#IBMPlexSerif') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #090909;
  font-family: 'Open Sans', Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
	body  {
	font-size: 14px;
	line-height: 22px;
  }
}

p {
  line-height: 1.5;
  margin: 30px 0;
}


.underline {
  border-bottom: 8px solid #5DC5C3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #090909;
  font-weight: 400;
}

h1 {
  font-size: 64px;
  line-height: 84px;
  font-style: italic;
  font-family: 'IBM Plex Serif', 'Times New Roman', serif;
}

@media only screen and (max-width: 767px) {
	h1  {
	font-size: 54px;
	line-height: 74px;
  }
}

h2 {
  font-size: 50px;
  font-style: italic;
  font-family: 'IBM Plex Serif', 'Times New Roman', serif;
}

@media only screen and (max-width: 767px) {
	h2  {
	font-size: 36px;
	line-height: 42px;
  }
}


h3 {
	font-size: 24px;
	font-style: italic;
  font-family: 'IBM Plex Serif', 'Times New Roman', serif;
}



a {
  color: #f45c11;
   text-decoration: none;
   -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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



.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#play img {
    position: absolute;
    height: 120px;
	top: 100px;
    right: 0;
    margin-right: 10%;
	z-index: 1000;
}

#playMobile img {
  position: absolute;
  height: 60px;
  top: 85px;
  right: 0;
  margin-right: 30%;
  z-index: 1000;
}

@media only screen and (max-width: 1199px) {

}

#mainNav {
  position: absolute;
  background-color: #5DC5C3;
}

#navbarBg {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #093B56;
}

#mainNav .container {
  z-index: 10;
}

#mainNav .navbar-brand {
  padding: -10px;
}
#mainNav .navbar-brand img {
  height: 56px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 700;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  outline: none !important;
  border: 0;
}

#mainNav .navbar-nav > li.nav-item > a {
  color: #093B56;
}
#mainNav .navbar-nav > li.nav-item.active > a {
  font-weight: bold;
}


ul.navbar-nav {
  padding: 40px 0 30px 0;
}

#mainNav .dropdown-menu {
  display: block;
  background-color: transparent;
  border: none;
  padding-top: 0;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-item {
  color: #093B56;
}

@media only screen and (max-width: 767px) {
	.dropdown-item {
	font-size: 14px;
	}
}

.dropdown-item:hover {
  color: #093B56;
  background-color: transparent;
}

@media only screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  ul.navbar-nav {
    padding: 0;
  }
  #mainNav .navbar-nav > li.nav-item {
    padding: 0 10px;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    color: #fff;
    padding: 37px 0 30px 0;
    border-bottom: 7px solid transparent;
  }
  #mainNav .navbar-nav > li.nav-item:hover > a,
  #mainNav .navbar-nav > li.nav-item.active > a {
    font-weight: normal;
    border-bottom: 7px solid white;
  }
  #mainNav .dropdown-menu {
    display: none;
    padding-top: 8px;
  }
  .dropdown-item:hover {
    color: #f45c11;
  }
}

#mainNav .dropdown-menu.show {
  display: block;
  position: absolute;
  top: 113px;
  left: -15px;
}

@media only screen and (min-width: 992px) {
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
}

/* Position Bild */
.mastheadspacer.top {
  width: 100%;
  height: 300px;
}
.mastheadspacer.bottom {
  width: 100%;
}
.mastheadspacer.end {
  width: 100%;
  height: 10px;
  border-bottom: 10px solid #093B56;
  margin-top: 20px;
}

header.masthead {
  background: no-repeat center center;
  background-color: transparent;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead.index {
  background-image: url('../img/headergrafik-mobil.jpg');
  background-position: left center;
  height: 282px;
  background-repeat: no-repeat;
  background-size: auto;
}
  .mastheadspacer.end {
    margin-top: 55px;
}
  

@media only screen and (min-width: 768px) {
  .mastheadspacer.top {
	height: 295px;
  }
  header.masthead.index {
    background-position: center center;
    background-size: contain;
    background-image: url('../img/headergrafik.jpg');
    height: 430px;
  }
  .mastheadspacer.end {
    margin-top: 50px;
  }	
}


@media only screen and (min-width: 992px) {
  .mastheadspacer.top {
  	height: 250px;
  }
  header.masthead.index {
    background-size: auto auto;
    background-image: url('../img/headergrafik-lg.jpg');
	  height: 897px;
  }
  .mastheadspacer.end {
    margin-top: 50px;
  }
}


@media only screen and (min-width: 1200px) {
  header.masthead.index {
    background-image: url('../img/headergrafik.jpg');
  }
  .mastheadspacer.end {
    margin-top: 52px;
  }  
}

/* Position h1*/
header.masthead.subsite {
  background-color: #E0EEEE;
  padding-top: 100px;
  color: #093B56;
  text-align: center;
}
header.masthead.subsite .container {
  padding: 50px 0;
}
header.masthead.subsite h1 {
  color: #093B56;
}
header.masthead.subsite p {
  font-size: 14px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 575px) {
  .subsiteRow {
    margin: 0;
  }
}


header.masthead.index .page-heading,
header.masthead.index .site-heading {
  position: relative;
  top: -275px;
}

header.masthead.index .page-heading h1,
header.masthead.index .site-heading h1 {
    font-size: 42px;
	line-height: 56px;

}

@media only screen and (min-width: 768px) {
  header.masthead.index .page-heading,
  header.masthead.index .site-heading {
	top: -270px;
  }
  header.masthead.index .page-heading h1,
  header.masthead.index .site-heading h1 {
    font-size: 48px;
	line-height: 64px;
  }
}

@media only screen and (min-width: 992px) {
  header.masthead.index .page-heading,
  header.masthead.index .site-heading {
	top: -205px;
  }
  header.masthead.index .page-heading h1,
  header.masthead.index .site-heading h1 {
    font-size: 64px;
	line-height: 84px;
  }
}


.ueberschrift {
	margin-top: 33px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
  .ueberschrift {
	margin-top: 0px;
	text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .ueberschrift {
	margin-top: -240px;
  }
}

.ueberschrift a:hover {
	text-decoration: none;
}

.logoBox {
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
}


@media only screen and (min-width: 767px) {
	.logoBox {
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-top: 0;
	}
}

.logoReihe {
	margin: 0 10px 20px 10px;
	width: 85px;
}

@media only screen and (min-width: 767px) {
  .logoReihe {
	margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .logoReihe {
	margin: 10px 5px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

.footerBg {
  background-color: #E2E1E3; /* 5DC5C3; */
  color: #093B56;
}


.footer a {
  color: #093B56;
}

.footer a:hover {
  text-decoration: none;
  color: #f45c11; 
}	

.footer p {
  margin-bottom: 15px;
}

#footerLogo {
  width: 200px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #footerLogo {
	padding: 10px 0 25px 0;
  }
}

ul.ohne-schmuck {
    list-style: none;
    padding: 0;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}


.viewportindicator {
  position: fixed;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid grey;
  left: 10px;
  bottom: 10px;
}

.grau {
  margin-top: 80px;
  padding: 50px 10px;
  background-color: #E2E1E3;
}
.grau h2 {
  color: #093B56;
}
@media only screen and (min-width: 576px) {
  .grau {
    padding: 50px 10px;
  }
}


/* --- */

#statistiken {
  background-color: #093B56;
  color: white;
}

#statistiken h2 {
  color: white;
}

#statistiken .inside {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #statistiken .inside {
    flex-wrap: wrap;
  }
}


#statistiken .counter {
margin: 20px;
}

@media only screen and (min-width: 992px) {
	#statistiken .counter {
	margin: 5px;
	}
}

@media only screen and (min-width: 1200px) {
	#statistiken .counter {
	margin: 0;
	}
}


#statistiken .count-title {
    margin-bottom: 0;
    text-align: center;
}

#statistiken p {
	margin: 0;
    text-align: center;
}


#banner {
  background: url('../img/banner-bild-1-mobil.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 436px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
#banner img {
  height: 336px;
  margin-bottom: 100px;
  position: relative;
  top: 100px;
}

@media only screen and (min-width: 768px) {
  #banner {
    background: url('../img/banner-bild-1-tablet.jpg');
    background-repeat: no-repeat;
	  background-position: center top;
    background-size: auto 100%;
    height: 654px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  #banner img {
    height: 504px;
    position: relative;
	  left: -60px;
    top: 150px;
  }
}

@media only screen and (min-width: 992px) {
  #banner {
    background: url('../img/banner-bild-1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 872px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  #banner img {
	  height: 672px;
    position: relative;
    left: 0;
    top: 200px;
  }
}


/* --- */


.bar {
  display: block;
  height: 5px;
  width: 50px;
  margin: 10px auto;
}

.con {
  width: auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.con .bar {
  background-color: #5DC5C3;
}
.con.collapsed .bar {
  background: #5DC5C3;
}

.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}


.con .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.con .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.con.collapsed .top,
.con.collapsed .bottom {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}


.con .middle {
  width: 0;
}

.con.collapsed .middle {
  width: auto;
}

.ua {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #6FFFE9;
  font-size: 2em;
}

.fa {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.ua:hover .fa {
  color: #6FFFE9;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* --- */

#mitglieder .col-4,
#mitglieder .col-8 {
  margin-top: 20px;
}

#mitglieder .adresse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 125px;
}

#mitglieder p {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  #mitglieder p {
    font-size: 14px;
  }
}


#mitglieder a {
  color:  #f45c11;
  text-decoration: none;
}
#mitglieder a:hover {
  color:  #f45c11;
  text-decoration: underline;
}

#mitglieder .img {
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
  width: 100%;
  height: 125px;
  border: 1px solid #E2E1E3;
  text-align: center;
  padding: 20px;
}

#mitglieder img {
  display: inline-block;
}

.carousel {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.carousel-item {
  height: 280px;
}

#indicators ol {
  position: relative;
  top: 310px;
}
#indicators ol li {
  background-color: #c8c7ca; /* #E2E1E3 */
  width: 20px;
  height: 5px;
}
#indicators ol li.active {
  background-color: #f45c11;
}

@media only screen and (min-width: 576px) {
  .carousel-item {
    height: 250px;
  }
  #indicators ol {
    top: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-item {
    height: 230px;
  }
  #indicators ol {
    top: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-item {
    height: 200px;
  }
  #indicators ol {
    top: 230px;
  }
}

.carousel .datum {
  color: #c8c7ca;
}
.carousel h3 {
  color: #f45c11;
  font-size: 36px;
}

.carousel .cta {
  cursor: pointer;
  background-color: #f45c11;
  color: white;
  padding-right: 16px;
  height: 44px;
  border-radius: 22px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}
.carousel .cta span {
  position: relative;
  top: 1px;
}
.carousel .cta:hover {
  background-color: #c45c11;
}

.carousel .cta a,
.carousel .cta a:hover {
  color: white;
  text-decoration: none;
}

.carousel .cta img {
  display: inline-block;
  margin: 4px;
  padding: 12px 11px;
  background-color: white;
  height: 36px;
  border-radius: 18px;
}


#preisbeispieleSaisonentzerrung2023 #indicators .wolke {
		display: inline;
		cursor: pointer;
		background-color: #5DC5C3;
		color: white;
		padding: 10px 44px 20px 20px;
		border-radius: 26px;
		margin: 0 10px 20px;
		position: relative;		
		height: 48px;
		display: inline-block;
}

#preisbeispieleSaisonentzerrung2023 .inverseCircle {
		color: #cc1373;
		padding: 20px 20px;
		background-color: white;
		border-radius: 22px;
		position: absolute;
		top: 4px;
		right: 4px;
}

#preisbeispieleSaisonentzerrung2023 .inverseCircle2 {
		font-size: 12px; 
		font-weight: bold; 
		color: #f45c11; 
		position: absolute;
		top: 10px;
		right: 9px;
}


#preisbeispieleSaisonentzerrung2023 .imgfill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#preisbeispieleSaisonentzerrung2023 .imgfill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

@media only screen and (max-width: 991px) {
  #preisbeispieleSaisonentzerrung2023 .carousel-item img {

  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

#preisbeispieleSaisonentzerrung2023 .carousel h3 {
  color: #f45c11;
		font-size:36px; 
		padding-bottom:30px;
}

@media only screen and (max-width: 767px) {
	#preisbeispieleSaisonentzerrung2023 .carousel h3 {
		font-size: 30px; 
	}
}

#preisbeispieleSaisonentzerrung2023 .carousel-inner {

}

#preisbeispieleSaisonentzerrung2023 .ersparnisCircle {
	position: absolute; 
	background-color: #f45c11; 
	padding: 60px 60px; 
	border-radius: 80px; 
	bottom: 30px; 
	right: 40px;
}

#preisbeispieleSaisonentzerrung2023 .ersparnisCircleContent {
	font-size: 22px; 
	font-weight: bold; 
	color: white; 
	position: absolute; 
	top: -5px; 
	left: 11px;
}

@media only screen and (max-width: 767px) {
	#preisbeispieleSaisonentzerrung2023 .ersparnisCircle {
		top: 84px;
		left: 190px;
	}
}


#preisbeispieleSaisonentzerrung2023 .ersparnisText {
	position: absolute; 
	bottom: -8px; 
	left: -2px; 
	font-size:36px; 
	color: #5DC5C3; 
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#preisbeispieleSaisonentzerrung2023 .ersparnisText {
		line-height: 36px;
		bottom: -80px;
		left: 0;
	}
}

#preisbeispieleSaisonentzerrung2023 .grauerHintergrund {
		padding: 90px 30px 90px 10px;
}

@media only screen and (max-width: 767px) {
	#preisbeispieleSaisonentzerrung2023 .grauerHintergrund {
		padding: 50px 30px 130px 10px;
	}
}


.listeInitiale {
	display: inline-block;
}

.listeInitiale h3::first-letter { 
    font-size: 56px; 
    letter-spacing: 5px;
    font-weight:400;
}

@media only screen and (max-width: 767px) {
	.listeInitiale h3 {
		line-height: 30px; 
	}
}

ul.datenschutzModul {
	list-style: none;
	padding: 0;
}

ul.datenschutzModul li {
  padding-left: 3.5em;
}
ul.datenschutzModul li:before {
  content: "-";
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-left: -1em; 
  width: 1em; 
}

.fa-file-pdf {
    font-size: 30px;
}

ul.bundesverband {
	list-style: none;
	padding: 0;
}

ul.bundesverband li {
  padding-left: 2.5em;
}

ul.bundesverband li:before {
  content: "-";
  display: inline-block;
  position: relative;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1em; /* same as padding-left set on li */
}

.untenDtv {
    width: 120px;
	z-index: 1000;
}	


#newsSuchfilter {
	background-color:#5DC5C3;
}

#newsSuchfilter .artikelFilter {
    display: inline-block;
	padding: 10px 20px;
	color: white;
}

#newsSuchfilter .banderole {
	position:relative; 
	width: 100%; 
	margin: 30px 0;
	padding-left: 15px;
}

#newsSuchfilter .banderole i {
	position: absolute;
	font-size: 26px;
	padding-left: -30px;
}


@media only screen and (max-width: 991px) {
	#newsSuchfilter .banderole {
		padding-left: 18px;
	}
}

@media only screen and (max-width: 767px) {
	#newsSuchfilter .banderole {
		margin-left: 10px; 
		padding-left: 9px;
	}
}

#newsSuchfilter label {
	cursor: pointer;	
}


.card {
	background-color: #f5f5f5; 
	border-color: #f5f5f5;
}

.card-image {
    display: flex;
	justify-content: center;
    align-items: center;	
}

.card-image img {	
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	}

.card-body {
	padding: 20px 20px 20px 10px ;    

}

@media only screen and (max-width: 767px) {
	.card-image {
		padding: 0 15px;
	}
}

.card-body p {
	margin: 20px 15px 0 0;
}

@media only screen and (max-width: 767px) {
	.card-body p {
		margin: 0;
	}
	.card-body {
		padding: 20px;
	}	
}

.card-title h5 {
	font-size: 16px;
	color: #c8c7ca;
}

.card-title h2 {
	font-size: 42px;

}
