@charset "UTF-8";
/* CSS Document */
/* TÜRKIS: #00aec7 */
/* TÜRKIS HELL: #f5fbfe*/
/* BLAU: #005b82 */
/* GRAU: #1a171b */
/* ORANGE: #f1872d */
/* abel-regular - latin */
@font-face {
  font-display: auto;
  font-family: 'Abel Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v8-latin-regular.eot'); 
  src: local('Abel Regular'), local('Abel-Regular'),
       url('../fonts/abel-v8-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/abel-v8-latin-regular.woff2') format('woff2'), 
       url('../fonts/abel-v8-latin-regular.woff') format('woff'), 
       url('../fonts/abel-v8-latin-regular.ttf') format('truetype'), 
       url('../fonts/abel-v8-latin-regular.svg#Abel') format('svg'); 
}
* {
  outline:none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
::-moz-selection {
 color: #fff;
 background: #005b82;
}
::selection {
  color: #fff;
  background: #005b82;
}
a, a[href^="tel:"], span.telefon {
	color:#005b82;
	transition: all ease .25s;
}
a[href^="tel:"], span.telefon {
	text-decoration: none;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus {
	text-decoration: underline;
}
body {
	background-image: url('../img/bildmarke-fond.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	color:#005b82;
	font-family: 'Abel Regular', sans-serif;
	font-size:62.5%;
}
img {
	height:auto;
	max-width:100%;
}
*, p, li, td {
	font-size:1.9rem;
}
h1, h1 span, h2, h2 a, h3, h4, h5, h6 {
	font-size: 2.4rem;
	font-weight: normal;
}
h1 i {
  /*display:none;*/
  /*text-indent: -123456px;*/
}
.text-center, .aligncenter {
	text-align: center;
}
.text-right, .alignright {
	text-align: right;
}
.aligncenter {
	margin:0 auto;
}
/* FARBEN HINTERGRUND */
.bg-tuerkis {
	background-color:#00aec7;
}
.bg-blau {
	background-color:#005b82;
}
.bg-tuerkis *, .bg-blau * {
	color:#fff;
}
/* FARBEN VORDERGRUND */
.tuerkis {
	color:#00aec7;
}
.blau {
	color:#005b82;
}
.freisteller {
	padding:0.1px 30px;
}
/* SCHATTEN */
.schatten {
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .headline.schatten {
    box-shadow: none;
  }
}
.border {
	background-color: #fff;
	border:1px solid #00aec7;
}
/* CONTAINER, SECTION */
.row-team:after, .row-team:before {
	content: ' ';
	display: table;
}
#content {
	margin-top: 115px;
}
@media (max-width:991px) {
	#content {
		margin-top: 79px;
	}
}
.container, .container-fluid {
	position: relative;
}
section {
	padding-bottom:30px;
	padding-top:30px;
}
section.section-fluid {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}
section {
	opacity: 1;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;

  -moz-transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate(0px, 100px);
  
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
  
  z-index: 0;
}
section.in-view {
	opacity: 1;

  -moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
  
  z-index:0;
}
/* Nur Firefox */
@-moz-document url-prefix() {
	section, section.in-view {
		z-index: 1;
	}
}
#btn_startseite, #btn_startseite_mobile {
	transition: all ease .25s;
  background-color: #f1872d;
  max-height:42px;
  margin:0;
}
#btn_startseite:hover, #btn_startseite:focus, #btn_startseite_mobile:hover, #btn_startseite_mobile:focus {
  transform: scale(1.025);
}
#btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover,
#btn_startseite_mobile .btn-headline, #btn_startseite_mobile .btn-headline:active, #btn_startseite_mobile .btn-headline:focus, #btn_startseite_mobile .btn-headline:hover{
  font-size:3rem;
}
#btn_startseite a:after, #btn_startseite_mobile a:after, .btn-gross:after {
  content: '';
  background-image: url('../img/pfeil-rechts-weiss.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 16px;
  float: right;
  margin-left: 7.5px;
  margin-right: 0;
  margin-top: 10px;
}
.custom-color-2 a.btn {
  color:#fff;
}
@media (max-width: 767px) {
  #btn_startseite a:after, #btn_startseite_mobile a:after, .btn-gross:after {
    height: 18px;
    width: 12px;
    margin-left: 7.5px;
    margin-right: 0;
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  #btn_startseite a:after, #btn_startseite_mobile a:after, .btn-gross:after {
    margin-top: 6px;
  }
}
#div_startseite {
  position: absolute;
  left: 50%;
  top:-20px;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #div_startseite {
    top:-17.5px;
    width:290px;
  }
}
@media (max-width: 479px) {
  #div_startseite {
    left:0;
    top:-5px;
    transform: translateX(0);
    width:100%;
  }
  #btn_startseite {
    height:29px;
  }
  #btn_startseite a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 237px;
  }
  .btn-gross:after {
    height: 12px;
    width: 8px;
    margin-left: 7.5px;
    margin-right: 0;
    margin-top: 8px;
  }
}
/* COLUMNS */
.col-fluid {
	padding-left:0;
	padding-right:0;
}
.col-inhalt {
	padding:15px;
}
/* TEAM */
.col-team {
	margin-bottom: 7.5px;
}
.col-team-titel {
	background-color:#00aec7;
	padding:15px;
}
.col-team h3, .col-team h4 {
	color:#fff;
	margin-bottom:0;
	margin-top:0;
}
.col-team h4 {
	margin-top:0;
}
.col-team p {
	margin-bottom:0;
	margin-top:0;
}
@media (max-width:992px) {
	.col-team-bild, .col-team-inhalt {
		width:100%;
	}
}
/* TESTIMONIALS */
.col-testimonials .col-inhalt {
	text-align:center;
}
.testimonial {
	color:#00aec7;
	font-size: 2.4rem;
	font-weight: normal;
}
.zitatgeber {
	color:#005b82;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}
/* CTA */
.cta {
	height:243px;
	overflow:hidden;
	position:fixed;
	right:0;
	top:50%;
	transform:translateY(-50%);
	transition: all ease .25s;
	width:80px;
	z-index:100;
}
.cta:hover, .cta:focus {
	width:340px;
}
.cta-widget a {
	color:#fff;
}
.cta-widget {
  background-color: #f1872d;  
	color:#fff;
	cursor:pointer;
	display:block;
	font-size: 3.6rem;
	line-height: 6.4rem;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	right:-265px;
	text-align:left;
	transition: all ease .25s;
	width:320px;
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.cta-widget:hover, .cta-widget:focus {
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
	right:0;
}
.cta-widget .textwidget {
  position: relative;
}
.cta-telefon .textwidget:before, .cta-download .textwidget:before, .cta-email .textwidget:before {
	background-image:url('../img/icon-telefon.svg');
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:block;
	height:32px;
	width:32px;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cta-email a, .cta-telefon a, .cta-download a {
  padding-left: 45px;
}
.cta-download .textwidget:before {
	background-image:url('../img/icon-download.svg');
  left: 2px;
}
.cta-email .textwidget:before {
	background-image:url('../img/icon-email.svg');
	background-size:28px 22px;
  height: 23px;
}
.cta-telefon .textwidget:before {
	background-size:20px 32px;
  left: 4px;
}
.cta-telefon {
	top:15px;
}
.cta-email {
	top:50%;
  transform: translateY(-50%);
}
.cta-download {
	bottom:15px;
}
.cta-telefon a[href^="tel:"]:hover {
  text-decoration: underline;
}
/* DOWNLOADS */
.a-download {
	background-image:url('../img/icon-download-gross-blau.png');
	background-repeat:no-repeat;
	background-position:center 30px;
	border:1px solid transparent;
	display:block;
	min-height:330PX;
	padding-top:215px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	width:100%;
  position: relative;
}
.a-download:hover, .a-download:focus {
	border:1px solid #00aec7;
	text-decoration:none;
}


/* EINLEITUNG */
.einleitung, .einleitung p {
	font-size:2.4rem;
}
.einleitung h3 {
	font-size:3.2rem;
	margin-bottom:0;
	margin-top:0;
}
.letter-spacing {
  font-size: 2.4rem;
  letter-spacing: -5px;
}
/* BILD */
section.bild {
	padding-top:0;
	padding-bottom:0;
}
section.bild.custom-background-image {
	background-position: center;
	background-size: cover;
  /*padding-top: 56.25%;*/
  padding-top: 32%;
	position: relative;
}
.home section:first-child.bild.custom-background-image {
  /*padding-top: 56.25%;*/
	padding-top:40%;
	-moz-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
  z-index: 0;
}
@media (min-width:1920px) {
	.home section:first-child.bild.custom-background-image {
		height:70vh;
	  padding-top: 0;
	}
}
.bild .headlines {
	transform: translate(0%, -50%);
	position:absolute;
	top:61.8%;
}
.bild .headlines:before {
  background-image: url('../img/bullet-point-tuerkis.svg');
  background-size: cover;
  content: '';
  display:block;
  height:54px;
  transform: translateX(-100%);
  width:45px;
}
section.bild .headlines {
	opacity: 0;
	transform: translate(0, -200%);
	transition:ease 1.5s;
}
section.bild.in-view .headlines {
	opacity: 1;
	transform: translate(0, -50%);
}
@media (max-width:1280px) {
	.bild .headlines:before {
		background-image: url('../img/bullet-point-tuerkis.svg');
		background-size: cover;
		content: '';
		display:block;
		height:54px;
		transform: translateX(-100%);
		width:45px;
	}
	section.bild .headlines {
		opacity: 0;
		transform: translate(30px, -150%);
	}
	section.bild.in-view .headlines {
		opacity: 1;
		transform: translate(30px, -30%);
	}
}
@media (max-width:1199px) {
	section.bild .headlines {
		opacity: 0;
		transform: translate(0, -150%);
	}
	section.bild.in-view .headlines {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
@media (max-width:1050px) {
	section.bild .headlines {
		opacity: 0;
		transform: translate(30px, -150%);
	}
	section.bild.in-view .headlines {
		opacity: 1;
		transform: translate(30px, -50%);
	}
}
@media (max-width:991px) {
	section.bild .headlines {
		opacity: 0;
		transform: translate(0, -150%);
	}
	section.bild.in-view .headlines {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
@media (max-width:850px) {
	section.bild .headlines {
		opacity: 0;
		transform: translate(30px, -150%);
	}
	section.bild.in-view .headlines {
		opacity: 1;
		transform: translate(30px, -50%);
	}
}
.bild .headlines .headline {
  background-color: rgba(255, 255, 255,.9);
	display:inline;
	font-size: 3.6rem;
	line-height: 1.6;
	text-align:center;
}
.bild .headlines .headline span {
	font-size: 3.6rem;
}
_::-webkit-full-page-media, _:future, :root .bild .headlines .headline { 
	background-color: rgba(255, 255, 255,.9);
}
.page-ueber-uns .bild .headlines .headline.headline-1 {
	padding-top: 3.75px;
}
@media (max-width:767px) {
	.page-ueber-uns .bild .headlines .headline.headline-1 {
		padding-top: 2.5px;
	}
}
.bild .headlines .headline.headline-btn {
  background-color:#005b82;
  color:#fff;
  display: inline-block;
  -webkit-transition: .5s;
	transition: .5s;
  margin-top: 5px;
  margin-bottom: 0;
}
_::-webkit-full-page-media, _:future, :root .bild .headlines .headline.headline-btn { 
  background-color:#005b82;
  color:#fff;
}
.bild .headlines .headline.headline-btn:active, .bild .headlines .headline.headline-btn:focus,.bild .headlines .headline.headline-btn:hover {
  background-color:#00aec7;
  color:#fff;
	transform: scale(1.025);
}
.bild .content {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	top:0;
  z-index: 9999999;
}
.bild .container {
	height:100%;
}
/* BEITRÄGE LINKS */
section.beitraege-links {
	padding-bottom:0;
	padding-top:0;
}
/* GALERIE */
section.galerie {
	padding-top:0;
	padding-bottom:0;
}
.galerie .container-fluid [class*='col-'] {
	padding-left:0 !important;
	padding-right:0 !important;
}
/* ACCORDION */
.padding-bottom-0, .panel-body.padding-bottom-0 {
  padding-bottom:0;
}
.panel {
	background-color: #fff;
	margin-bottom:30px;
}
.panel-body {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7.5px;
	padding-top:0.5px;
	background-color:rgba(0,174,199,.1);
}
.panel-heading {
	padding:1px 1px;
	text-align:center;
}
.panel-heading a {
	font-size: 2.4rem;
}
.panel-heading a:focus, .panel-heading a:hover {
	text-decoration:none;
}
.panel-collapse.collapse, .panel-collapse.collapsing, .panel-collapse.collapse.in {
	margin-bottom:0;
	margin-top:0;
}
.panel-title {
	line-height:1;
	margin:0;
	padding:20px 0;
	padding-right:22.5px;
}
.panel-title a:before {
	content:'';
	background-image: url('../img/pfeil-rechts.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:inline-block;
	height:24px;
	width:16px;
	-webkit-transition: .5s;
  transition: .5s;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.panel-title.active a:before {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .5s;
  transition: .5s;
}
@media (max-width:767px) {
	.panel-title a:before {
		margin-top:3px;
	}
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/*/ add > to target first child*/
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"]{
  padding-right: 0;
  padding-left: 0; 
}
/* SPALTEN */
.spalten h2 {
	color:#00aec7;
	text-align: center;
}
.spalten li, .panel-body li {
	list-style: none;
	margin-bottom:30px;
}
.spalten li:before, .panel-body li:before {
	background-image: url('../img/bullet-point-tuerkis.svg');
	background-size: cover;
	content: '';
	display:block;
	height:36px;
	transform: translateX(-100%);
	width:30px;
}
.page-datenschutz .spalten li {
	list-style: disc;
	margin-bottom:7.5px;
}
.page-datenschutz .spalten li:before {
	display:none;
}

/* FORMULAR */
.wpcf7-quiz-label {
  padding-left: 7.5px;
}
.wpcf7-captchac {
  width:100%;
}
@media (max-width:767px) {
  .wpcf7-captchac {
    width:150px;
  }
  textarea {
    margin-bottom:1.5rem;
  }
}
input, textarea, label {
	border-radius:0;
	font-weight:normal;
	width:100%;
	-webkit-appearance: none;
}
input, textarea {
	border:1px solid #fff;
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
	padding:7.5px 7.5px;
	transition: all ease .25s;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border:1px solid #00aec7;
}
input[type='submit'], input[type='checkbox'], input[type='radio'] {
	border:none;
	box-shadow:none;
	width:auto;
}
input[type='submit'] {
	background-color:#005b82;
	color:#fff;
	padding:7.5px 30px 7.5px 15px;
  background-image: url('../img/pfeil-rechts-weiss.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 18px;
  display: block;
  margin: 0 auto;
}

input[type='submit']:after {
  content: '';
  background-image: url('../img/pfeil-rechts-weiss.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 16px;
  float: right;
  margin-left: 7.5px;
  margin-right: 0;
  margin-top: 10px;
}

input[type='submit']:hover, input[type='submit']:focus {
	background-color:#00aec7;
	transform: scale(1.025);
}
textarea {
	height:244px;
}
.wpcf7-form-control-wrap[data-name="anrede"] label, .wpcf7-form-control-wrap.anrede label {
	margin-bottom:0;
}
form p {
	margin-top:0;
}
span.wpcf7-list-item {
  margin:0 .5em;
  line-height: 0;
}
/* ANREDE */
[data-name="anrede"] .wpcf7-list-item-label, .anrede .wpcf7-list-item-label {
	display:none;
}
[data-name="anrede"] .wpcf7-list-item label label, .anrede .wpcf7-list-item label label {
	background-color:#fff;
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
[data-name="anrede"]  .wpcf7-list-item label label {
  border: 1px solid white;
}
input.labelauty:checked + label, input.labelauty:not(:checked):not([disabled]) + label:hover, input.labelauty:checked:not([disabled]) + label:hover, [data-name="anrede"] .wpcf7-list-item label label:hover, [data-name="anrede"]  .wpcf7-list-item label label:focus, .anrede .wpcf7-list-item label label:hover, .anrede .wpcf7-list-item label label:focus {
	background-color:#fff;
  border: 1px solid #00aec7;
	color:#005b82;
}
[data-name="anrede"] .wpcf7-list-item, [data-name="anrede"] .wpcf7-list-item.last, .anrede .wpcf7-list-item, .anrede .wpcf7-list-item.last {
	width:31%;
}
[data-name="anrede"] span.wpcf7-list-item, .anrede span.wpcf7-list-item {
	margin-left:3.499999%;
  margin-right:0;
}
@media (max-width:991px) {
	[data-name="anrede"] .wpcf7-list-item, .anrede .wpcf7-list-item {
		width:28.499999%;
	}
	[data-name="anrede"] .wpcf7-list-item.last, .anrede .wpcf7-list-item.last {
		width:36%;
	}
}
@media (max-width:767px) {
	[data-name="anrede"] .wpcf7-list-item, .anrede .wpcf7-list-item {
		width:31%;
	}
	[data-name="anrede"] .wpcf7-list-item.last, .anrede .wpcf7-list-item.last {
		width:31%;
	}
}
@media (max-width:374px) {
	[data-name="anrede"] .wpcf7-list-item, .anrede .wpcf7-list-item {
		width:26.499999%;
	}
	[data-name="anrede"] .wpcf7-list-item.last, .anrede .wpcf7-list-item.last {
		width:40%;
	}
}
[data-name="anrede"] span.wpcf7-list-item.first, .anrede span.wpcf7-list-item.first {
	margin-left:0;
}
input.labelauty + label {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
input[type="checkbox"] {
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 6px;
  width: auto;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-not-valid {
	border:1px solid #ff0000;
}
.wpcf7-not-valid {
  display:inline-block;
}
span.wpcf7-not-valid-tip, .wpcf7-not-valid-tip{
	display:none !important;
}
.col-captcha-txt {
  padding-left:23px;
}
@media (max-width:767px) {
  .col-captcha, .col-captcha-char, .col-captcha-txt {
    margin-bottom:1em;
    text-align:center;
  }
}
/* PARTNERSUCHE */
#partnersuche {
  width: 310px;
  margin: 0 auto 30px auto;
}
#partnersuche input[type="text"] {
  width: 300px;
  height: 40px;
  padding-right: 120px;
}
#partnersuche input[type="submit"] {
  background-color: #f1872d !important;
  margin-left: -120px;
  height: 40px;
  width: 120px;
  border: 1px solid #f1872d;
  padding: 3px 30px 3px 15px;
}
#partnersuche input[type='submit']:hover, #partnersuche input[type='submit']:focus {
  background-color: #f1872d;
  border: 1px solid #f1872d;
  transform: scale(1);
}
#partnersuche input:hover, #partnersuche input:focus {
  border: 1px solid #f1872d;
}
@media (max-width:480px) {
  #partnersuche {
    width: 280px;
    margin: 0 auto;
    box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }
  #partnersuche input[type="text"] {
    border: 1px solid #f1872d;
    box-shadow: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 280px;
  }
  #partnersuche input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    width: 280px;
  }
}
a.hover-orange, h4.titel {
  padding-left:5px;
  padding-right:5px;
}
a.hover-orange:hover {
  background-color:#f1872d;
  color:#fff;
  text-decoration: none;
}
/* REGIONAL / PARTNER */
.row-partner {
  background-color: rgba(255, 255, 255,.9);
	border:1px solid transparent;
	display:block;
	margin-bottom:60px;
	overflow: auto;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
.row-partner:after, .row-partner:before {
	content: " ";
	display: table;
}
.row-partner h4 {
	margin-bottom: 15px;
	margin-top:0;
}
h5.vor_und_nachname {
	margin-bottom: 0;
	margin-top: 0;
  font-size: 1.9rem;
}
@media (max-width:991px) {
  .row-partner {
    margin-bottom:30px;
  	padding-bottom:30px;
  }
}
@media (max-width:767px) {
	.row-partner [class*='col-'] {
		text-align: center;
	}
	.row-partner [class*='col-']:first-child {
		margin-bottom: 30px;
	}
}
#div_startseite.regional {
  top: auto;
  bottom: 40px;
}
@media (max-width:991px) {
  #div_startseite.regional {
    display: none;
  }
}
/* Ergebnis Breite */
.row-partner {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.col-logo-partner {
  text-align: center;
  width: 260px;
}
.col-info-partner {
  
}
.logo-partner {
  max-width: 220px;;
  width: 220px;
}
.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .logo-partner {
    max-width: 220px;;
    width: 220px;
  }
  .row-partner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

}

.page-regional-ergebnis .beitraege-partner, .page-regional-ergebnis .section-1, .page-regional-ergebnis .section-2, .page-regional-ergebnis .section-3 {
  display: none;
}

/***/
.align-center {
  text-align: center;
}
/* MAPS */
#map {
	height:600px;
}
.info_content p {
	font-size:1.4rem;
	margin-bottom: 7.5px;
	margin-top: 7.5px;
}
/* BTN */
.btn, .more-link {
	border:none;
	box-shadow:none;
	display:inline-block;
	width:auto;
	background-color:#005b82;
	color:#fff;
	padding:7.5px 15px;
  position: relative;
}
.btn:hover, .btn:focus, .more-link:hover, .more-link:focus {
	background-color:#00aec7;
	color:#fff;
	text-decoration: none;
	transform: scale(1.025);
}
.btn.btn-regional, .btn.btn-regional:hover, .btn.btn-regional:focus {
  background-color: #f1872d !important;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
.btn.btn-regional, .btn.btn-regional:hover, .btn.btn-regional:focus {
  font-size: 2rem;
}
}
@media screen and (max-width: 375px) {
.btn.btn-regional, .btn.btn-regional:hover, .btn.btn-regional:focus {
  font-size: 1.8rem;
}
}
.btn.btn-gross {
  background-color:#f1872d;
}
.btn.btn-gross {
  font-size: 3rem;
}
@media (max-width:767px) {
  .btn.btn-gross {
    font-size: 2.4rem;
  }
}
@media (max-width:479px) {
  .btn.btn-gross {
    font-size: 2rem;
  }
}
/* FOOTER */
footer:before, footer:after {
	content: " ";
	display: table;
}
.site-footer {
	background-color:#fff;
	padding-bottom:60px;
}
.site-footer p, .site-footer a, .site-footer span {
	font-size: 1.6rem;
}
.cta-footer p, .cta-footer a {
	color:#fff;
	font-size: 2.2rem;
}
.cta-footer .icon, .cta-footer .widget_text {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.cta-footer .icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display:block;
	margin-bottom: 30px;
	margin-right: 15px;
	text-indent: -123456px;
}
@media (max-width:1280px) {
	.cta-footer .icon {
		margin-bottom: 45px;
	}
}
@media (max-width:1199px) {
	.cta-footer .container {
		width: 100%;
	}
}
.icon-footer-document {
	background-image: url('../img/icon-footer-document.svg');
	background-size: 58px 78px;
	height:78px;
	width:58px;
}
.icon-footer-mobile {
	background-image: url('../img/icon-footer-mobile.svg');
	background-size: 55px 78px;
	width:55px;
	height:78px;
}
.icon-footer-email {
	background-image: url('../img/icon-footer-email.svg');
	background-size: 70px 62px;
width: 70px;
height: 62px;
}
.cta-footer .widget_text {
	width:100%;	
}
.cta-footer .widget_text p {
	line-height: 1.2;
	padding-top:22px;
	width:100%;	
}
@media (max-width:991px) {
	.site-footer p {
		text-align: center;
	}
	.site-footer .col-sm-8, .site-footer .col-sm-4 {
		width:100%;
	}
}
br.hidden-sm {
	display: none;
}
.shown-xs {
  display:none;
}
@media (max-width:767px) {
	br.hidden-sm {
		display: block;
	}
	span.sep {
		display:block;
		height: 1px;
		text-indent: -12345px;
	}
	.hidden-xs {
		display:none;
	}
  .shown-xs {
    display:inline;
  }
}
/* NAV */
.navbar {
	margin-bottom:0;
}
#primary-menu, .navbar-toggle {
	margin-top: 24px;
}
.navbar-toggle-text {
	display:none;
}
#site_navigation {
	background-color: #fff;
  background-color: rgba(255, 255, 255,.9);
}
_::-webkit-full-page-media, _:future, :root #site_navigation { 
	background-color: rgba(255, 255, 255,.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
@media (max-width:992px) {
#site_navigation {
	background-color: #fff;
  background-color: rgba(255, 255, 255,1);
}
_::-webkit-full-page-media, _:future, :root #site_navigation { 
	background-color: rgba(255, 255, 255,1);
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
}
.nav>li>a {
	color:#00aec7;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background-color: transparent;
	color:#005b82;
}
.nav>li>a:before {
	background-image: url('../img/bullet-point-tuerkis.svg');
	background-size: cover;
	content: '';
	display: block;
	height: 24px;
	opacity: 0;
	transform: translateX(-100%);
	transition: all ease .25s;
	width: 20px;
}
.nav>li>a:hover:before, .nav>li>a:focus:before, .nav>li.active>a:before {
	opacity: 1;
}
.navbar-toggle .icon-bar {
	background-color:#f1872d;
}
.nav>li.orange>a>span {
	background-color:#f1872d;
  color:#fff;
	transition: all ease .25s;
}
.nav>li.orange>a:hover:before, .nav>li.orange>a:focus:before, .nav>li.orange.active>a:before {
	opacity: 1;
}
.nav>li.orange>a:hover>span, .nav>li.orange>a:focus>span, .nav>li.orange.active>a>span {
	background-color:#00aec7;
  color:#fff;
}

@media (max-width: 991px) {
	#primary-menu {
		margin-top:0;
	}
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
	.navbar-toggle-text {
		display:block;
		position: absolute;
		right: 45px;
		top: 3px;
		min-width: 50px;
    display:none;
	}
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: rgba(0, 0, 0, 0.2) 0 9px 10px 0px;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
    float: none!important;
		margin-bottom:0;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
		padding-left: 40px;
	}
  .navbar-nav>li>a {
      padding-top: 0;
      padding-bottom: 5px;
  }
  .collapse.in{
      display:block !important;
  }
	#site_navigation .container {
		width:100%;
	}
  .navbar-nav>li:last-child {
		margin-bottom:15px;
	}
	.nav>li>a:before {
		height: 16px;
		width: 12.3px;
	}
	.nav>li>a, .nav>li>a span {
		font-size:1.7rem;
		margin-bottom:0;
		padding-bottom:0;
	}
	.nav>li:first-child>a {
		padding-top:0;
	}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height:100vh;
}	
.navbar-nav>li>a>span {
  padding-left: 4px;
  padding-right: 2.5px;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 8px;
	}
	.navbar-nav>li>a>span {
		padding-left: 4px;
		padding-right: 2.5px;
	}
}
@media (min-width: 992px) {
	.navbar-nav>li>a>span {
		padding-left: 0;
		padding-right: 0;
	}
  .nav>li>a {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (min-width: 1200px) {
	.navbar-nav>li>a>span {
		padding-left: 4px;
		padding-right: 2.5px;
	}
  .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* TOGGLE TO X */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/* TABLE */
table.tablepress {
	border:1px solid #005b82;
	margin-bottom:30px;
	margin-top:30px;
	min-width:640px;
}
.tablepress thead th {
	background-color:#005b82 !important;
	border-bottom:1px solid #005b82 !important;
	color:#fff;
	padding-bottom:15px;
	padding-top:15px;
}
.tablepress tfoot th {
	background-color:#00aec7 !important;
	border-top:1px solid #005b82 !important;
	color:#fff;
	padding-bottom:15px;
	padding-top:15px;
}
.tablepress tbody td {
	background-color: #fff;
	border-top:1px solid #005b82 !important;
	padding-bottom:15px;
	padding-top:15px;
}
.tablepress tbody tr.odd td {
	background-color: #fafdfe;
	border-top:1px solid #005b82 !important;
	padding-bottom:15px;
	padding-top:15px;
}
.tablepress .row-hover tr:hover td {
	background-color: #f5fcfd !important;
}
.tablepress thead th span {
	display: inline-block;
	border-radius: 50%;
	background-color: #00aec7;
	height: 28px;
	text-align: center;
	width: 28px;
}
.tablepress td, .tablepress th {
	text-align: center !important; 
}
#tablepress-1.tablepress td.column-1, #tablepress-1.tablepress th.column-1 {
	text-align:left !important;
	width:400px;
}
@media (max-width:992px) {
	#tablepress-1.tablepress td.column-1, #tablepress-1.tablepress th.column-1 {
		width:200px;
	}
}
/* PREISBEISPIEL */
#tablepress-2, #tablepress-2 tbody td, #tablepress-2 tfoot th {
	border:none !important;
}
#tablepress-2 tbody tr.odd td {
	background-color: transparent !important;
}
#tablepress-2.tablepress td, .tablepress.tablepress-id-2 tbody td {
	width:20% !important;
}
#tablepress-2.tablepress td {
	width:40% !important;
}
#tablepress-2.tablepress td.column-3 {
	width:20% !important;
}
#tablepress-2.tablepress td.column-1, #tablepress-2.tablepress td.column-4 {
	text-align:left !important;
  vertical-align: middle;
}
#tablepress-2.tablepress td span.td-fond strong {
	color:#fff;
  display: block;
	text-align: center;
}
#tablepress-2.tablepress td span.td-fond {
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	color:#fff;
	display:inline-block;
	padding:7.5px;
  width:100%;
}
#tablepress-2.tablepress td span.td-fond.td-tuerkis-hell {
	background-color:#70cedd;
}
#tablepress-2.tablepress td span.td-fond.td-tuerkis {
	background-color:#00aec7;
}
#tablepress-2.tablepress td span.td-fond.td-blau {
	background-color:#005b82;
}
#tablepress-2.tablepress thead th {
	background-color:transparent !important;
	border-bottom:none !important;
}
#tablepress-2.tablepress thead th strong {
	background-color:#005b82 !important;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom:none !important;
	display:inline-block;
	padding:7.5px;
	width:100%;
}
#tablepress-2.tablepress tbody td {
	padding-bottom:7.5px;
	padding-top:0;
}
.spalten #tablepress-2.tablepress ul {
	float:left;
	margin-bottom:0;
	margin-top:0;
	padding-left:0;
	width:50%;
}
.spalten #tablepress-2.tablepress li {
	margin-bottom: 0;
	padding-left:15px;
}
.spalten #tablepress-2.tablepress li:before {
	background-image: url('../img/haken-weiss.svg');
	background-size: cover;
	content: '';
	display: inline-block;
	height: 13px;
	transform: translateX(-70%);
	width: 16px;
}
span.pfeil-td-unten {
	display:inline-block;
	background-image: url('../img/pfeil-unten-gross-tuerkis-hell.svg');
	background-position: center;
	background-size: cover;
	color:#fff;
	font-size:2.4rem;
	line-height:2.4rem;
	height: 157px;
	padding-top: 70px;
	width: 142.5px;
}
span.pfeil-td-unten.pfeil-td-2 {
	background-image: url('../img/pfeil-unten-gross-tuerkis.svg');
}
span.pfeil-td-unten.pfeil-td-3 {
	background-image: url('../img/pfeil-unten-gross-blau.svg');
}
#tablepress-2.tablepress tbody td li {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1023px) {
	#tablepress-2 {
		min-width:260px;
	}
	#tablepress-2.tablepress thead th strong, #tablepress-2.tablepress td span.td-fond {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#tablepress-2.tablepress tbody td, #tablepress-2.tablepress thead th, #tablepress-2.tablepress td span.td-fond strong {
		display:block;
	}
	.tablepress thead th {
		padding-bottom:15px;
		padding-top:0;
	}
	#tablepress-2.tablepress td, #tablepress-2.tablepress td span.td-fond, #tablepress-2.tablepress td.column-3 {
		width:100% !important;
	}
	#tablepress-2.tablepress th {
		float:left !important;
		width:50%;
	}
	#tablepress-2.tablepress th.column-5 {
		float:none !important;
		margin-left:25%;
	}
	#tablepress-2.tablepress thead th strong span {
		float:left;
	}
	#tablepress-2.tablepress tfoot th {
		width:100%;
	}
}
@media (max-width:479px) {
	#tablepress-2.tablepress th {
		float:none !important;
		width:100%;
	}
	#tablepress-2.tablepress th.column-5 {
		margin-left:0;
	}
	.tablepress thead th {
		padding-bottom:7.5px;
	}
}
@media (max-width:479px) {
	.spalten #tablepress-2.tablepress ul {
		float:none;
		width:100%;
	}
}
/* BRAND */
.navbar-brand {
	background-image: url('../img/logo-animation.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163.5px 63px;
	height:63px;
	margin-bottom:7.5px;
	margin-left:15px;
	margin-top:7.5px;
	text-indent: -123456px;
	width:163.5px;
}
.navbar-brand-home {
	background-image: url('../img/logo-animation.gif');
}
@media (max-width:992px) {
  .navbar-brand, .navbar-brand-home {
    background-image: url('../img/logo-static.png') !important;
  }
}
@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left:15px;
	}
}
@media (min-width: 992px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		background-size: 218px 84px;
		height:84px;
		margin-bottom:15px;
		margin-left:15px;
		margin-top:15px;
		width:218px;
	}
}
@media (min-width: 1024px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left:0;
	}
}
/* SMOOTH DIV SCROLL */
#div-kunden-logos, .scrollContainer {
	background-color:#fff;
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	min-height: 1px;
	max-height: 235px !important;
}
#div-kunden-logos {
	margin-top:0;
}
#div-kunden-logos img {
	height: 200px !important;
	width: 200px !important;
}
#div-kunden-logos div.scrollableArea div, .scrollContainer div.scrollableArea div {
	margin: 0 2.5rem;
	position: relative;
	float: left;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.scrollContainer div.scrollableArea p {
	display: block;
	float: left;
	margin: 0;
	padding-right: 7px;
	padding-top: 1px;
	white-space: nowrap;
}
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
@media screen and (max-width: 767px) {
  #div-kunden-logos {
    max-height: 116.5px !important;
  }
  #div-kunden-logos img {
    height: 100px !important;
    width: 100px !important;
  }
}
/*** ALLGEMEIN RESPONSIVE ***/
@media screen and (max-width: 767px) {
	.bild .headlines .headline, .bild .headlines .headline span {
		font-size: 2.4rem;
	}
	.bild .headlines:before {
		height: 36px;
		width: 30px;
	}
	section {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.home section.section-2 {
		padding-bottom: 15px;
		padding-top: 22.5px;
	}
	.einleitung p {
		margin-top:7.5px;
		margin-bottom:7.5px;
	}
	.einleitung h3 {
		font-size: 2.4rem;
	}
	.einleitung, .einleitung p, h1, h1 span, h2, h3, h4, h5, h6, .panel-heading a, .cta-footer p, .cta-footer a, .testimonial, .letter-spacing {
		font-size:2rem;
	}
	.cta {
		bottom:0;
		top:auto;
	}
	*, p, li, td {
		font-size:1.7rem;
	}
	.spalten li:before, .panel-body li:before {
		height: 18px;
		width: 15px;
	}
	.spalten li, .panel-body li {
		margin-bottom: 15px;
	}
	.cta-footer .col-sm-6:before, .cta-footer .col-sm-6:after {
		clear: both;
		content: " ";
		display: table;
	}
	.col-team {
		margin-bottom:15px;
	}
  .panel-heading {
    text-align: left;
  }
  .panel-title {
    position: relative;
    padding-left: 40px;
  }
  .panel-title a {
    position: relative;
  }
	.panel-title a:before {
    margin-top:0;
		height: 24px;
    width: 16px;
    -moz-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    -o-transform: rotate(0) translateY(-50%);
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    transform-origin: 50% 0%;
    position: absolute;
    top: 50%;
    left: -42.5px;
  }
  .panel-title.active a:before {
    -moz-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -o-transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    transform-origin: 50% 0%;
  }
}
@media screen and (max-width: 479px) {
	section.bild.custom-background-image {
		padding-top: 56.25%;
		padding-top: 36%;
	}
	.bild .headlines .headline, .bild .headlines .headline span {
		font-size: 2rem;
	}
	.home section.section-2 {
		padding-bottom: 15px;
		padding-top: 30px;
	}
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 25%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 25%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/*** SIEGEL UND WIDGET ***/
.siegel-pflegehilfe {
  position: absolute;
  left: 13.5%;
  top: 10%;
  transform: rotate(-12deg);
  z-index: 2;
}
.widget-klein-pflegehilfe {
  position: absolute;
  margin-left: 20.5%;
  top: 10%;
  margin-top: 10px;
  height: 125px;
  background-color: #fff;
  padding-left: 40px;
  z-index: 1;
  box-shadow:7.5px 5px 15px 0px rgba(0,0,0,.2);
}
#widgetMinifiedContainer iframe, #widgetMinifiedContainer * {
  overflow:hidden; 
}
@media (max-width:1400px) {
  .siegel-pflegehilfe, .widget-klein-pflegehilfe {
    top:5%;
  }
}
@media (max-width:1280px) {
  .siegel-pflegehilfe, .widget-klein-pflegehilfe {
    top:10%;
  }
}
@media (max-width:992px) {
  .widget-klein-pflegehilfe {
    /*
    height:60px;
    margin-top:17.5px;
    margin-left: 13%;
    overflow:hidden;
    */
  }
  .siegel-pflegehilfe {
    left: 12.5%;
  }
  /*** BOF 04.02. ***/
   .widget-klein-pflegehilfe {
     /*
    position: relative;
    width: 315px;
     */
  }
   .widget-klein-pflegehilfe div {
     /*
    position:absolute;
    left:70px;
    top:-57.5px;
     */
  }
  /*** EOF 04.02. ***/
}
#ph-widget {
	padding-top: 50px;
}
@media (max-width:992px) {
  /*
  .widget-klein-pflegehilfe {
    display:none;
  }
  */
  .siegel-pflegehilfe {
    left: 50px;
    top:10px;
  }
  .widget-klein-pflegehilfe-mobile {
    background-image:url('../img/sterne-4-5.png');
    background-repeat: no-repeat;
    background-size:76px 18px;
    background-position: 38px 21px;
    background-color: #fff;
    height: 44px;
    margin-left: 80px;
    margin-top: 0;
    padding-left: 29px;
    position: absolute;
    top: 18px;
    width:135px;
    z-index: 1;
    box-shadow:7.5px 5px 15px 0px rgba(0,0,0,.2);
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #23527c;
		padding-top:3.5px;
  }
  .widget-klein-pflegehilfe-mobile:before {
    content: 'Hervorragend';
  }
}
@media (max-width:415px) {
  .widget-klein-pflegehilfe-mobile {
    background-position: 26px 21px;
    padding-left: 19px;
    width: 115px;
  }
}
/*** Animation Siegel **/
.widget-klein-pflegehilfe, .siegel-pflegehilfe, .custom-widget.oben {
	/*transition: all ease 1s;*/
  opacity: 0;
}
.widget-klein-pflegehilfe.fadein, .siegel-pflegehilfe.fadein, .custom-widget.oben.fadein {
  opacity: 1;
}
/* BOF 2024-01-08 */
.anzahl-bewertungen #widgetMinifiedContainer iframe {
  margin-top: -93px;
  margin-left: -115px;
}
.anzahl-bewertungen .widget-klein-pflegehilfe {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  z-index: 100;
  box-shadow: none;
  transform:rotate(-6deg);
  opacity: 1;
  top: 76px;
  height: 20px;
  left: 154px;
}
@media (min-width: 1200px) {
  .anzahl-bewertungen .widget-klein-pflegehilfe {
    top: 101px;
    left: 216px;
  }
}

.anzahl-bewertungen .widget-klein-pflegehilfe div {
  height: 16px !important;
  width: 110px !important;
}
/* EOF 2024-01-08 */
/*** BOF 2022-06-02 SIEGEL ***/
.custom-widget {
	color:#000 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
}
.custom-widget img {
	width: 153px;
}
.custom-widget.oben {
	z-index: 2;
	left: 28.8%;
	top: 12%;
	margin-top: 10px;
	width: 200px;
	/*transition: all ease 1s;*/
  transform: translateX(-50%);
}
@media (min-width: 375px) {
	.custom-widget br {
		display: none;
	}
	.custom-widget.oben {
		top: 6%;
	}
}
@media (min-width: 993px) {
	.custom-widget.oben {
		display: block;
	}
}
@media (min-width: 1200px) {
	.custom-widget.oben {
		left: 27.5%;
	}
}
@media (min-width: 1281px) {
	.custom-widget.oben {
		top: 7%;
	}
}
@media (min-width: 1401px) {
	.custom-widget.oben {
		top: 11.7%;
	}
}
@media (min-width: 1920px) {
	.custom-widget.oben {
		top: 11.2%;
	}
}
/*** EOF 2022-06-02 SIEGEL ***/
/*** TESTIMONIALS ***/
.carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #005b82;
}
.carousel-indicators li.active {
  background-color: #005b82;
}
.carousel-indicators li.more {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1px;
  text-indent: 0;
  border: none;
  border-radius: 0;
  float: right;
  position: absolute;
  right: 0;
}
.carousel-indicators {
  bottom: -50px;
  margin-left:0;
  transform: translateX(-50%);
  width:100%;
}
.carousel {
  margin-bottom: 50px;
}
.carousel:after, .carousel:before {
	content: ' ';
	display: table;
}
.carousel-control {
  background-image: none !important;
}
.carousel h3 {
  text-align: center;
}
.carousel-control.right {
	background-image: url('../img/pfeil-rechts.svg') !important;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 16px 24px;
}
.carousel-control.left {
	background-image: url('../img/pfeil-links.svg') !important;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 16px 24px;
}
/*** MOBILE TELEFON ***/
.mobile-telefon, .cta-mobile {
  display:none;
}
.cta-mobile {
  display:none;
  z-index: 100;
  position: fixed;
  top: 115px;
  width: 100%;
  text-align: center;
}
#content {
  margin-top: 114px;
}
@media (max-width:991px) {
  #content {
    margin-top: 79px;
  }
  .cta-mobile {
    display:block;
    z-index: 100;
    position: fixed;
    top: 78px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width:992px) {
  .cta-mobile {
    display: none;
  }
}
@media (max-width:767px) {
  #content {
    margin-top: 105px;
  }
  .home section.section-2 {
    padding-top: 1.6px !important;
  }
  .cta-mobile {
    display:block;
    z-index: 100;
    position: fixed;
    top: 78px;
    width: 100%;
    text-align: center;
  }
  #div_startseite {
    display: none;
  }
	.cta-telefon {
		display: none;
	}
	.cta {
		bottom: auto;
		top: 173px;
	}
  .mobile-telefon {
    background-color: #f1872d;
    color:#fff;
    display:block;
    text-align: center;
    padding:7.5px;
    position: fixed;
    left:0;
    right: 0;
    bottom:0;
    z-index: 99999;
  }
  .mobile-telefon a {
    color:#fff;
    font-size: 2.4rem;
    text-decoration: none;  
  }
  .mobile-telefon a:before {
    background-image:url('../img/icon-telefon.svg');
    background-repeat:no-repeat;
    background-size:contain;
    content:'';
    display:inline-block;
    height:30px;
    margin-right:5px;
    width:24px;
    vertical-align:text-bottom;
  }
}

.btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover  {
  color:#fff;
  font-size: 3.6rem;
  display:inline-block;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover, #btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover , #btn_startseite_mobile .btn-headline, #btn_startseite_mobile .btn-headline:active, #btn_startseite_mobile .btn-headline:focus, #btn_startseite_mobile .btn-headline:hover{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover, #btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover, 
    #btn_startseite_mobile .btn-headline, #btn_startseite_mobile .btn-headline:active, #btn_startseite_mobile .btn-headline:focus, #btn_startseite_mobile .btn-headline:hover{
    font-size: 2rem;
  }
  .home section:first-child.bild.custom-background-image {
    padding-top: 56.25%;
  }
}


.headline-btn {
   position:relative;
}
.headline-btn i, .btn i {
/*   positioning */
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
  
/*   gradient   */
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.03)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(70%,rgba(255,255,255,0.85)), color-stop(71%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

  width: 15%;
  height: 100%;
  transform: skew(-10deg,0deg);
  -webkit-transform: skew(-10deg,0deg);
  -moz-transform: skew(-10deg,0deg);
  -ms-transform: skew(-10deg,0deg);
  -o-transform: skew(-10deg,0deg);
  
  animation: move 3s;
  animation-iteration-count: infinite;
  animation-delay: 2.5s;
  -webkit-animation: move 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2.5s;
  -moz-transform: skew(-10deg,0deg);
  -moz-animation: move 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2.5s;
  -ms-transform: skew(-10deg,0deg);
  -ms-animation: move 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 2.5s;
  -o-transform: skew(-10deg,0deg);
  -o-animation: move 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 2.5s;
}

/*  */
@keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-webkit-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-moz-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 88%}
}

@-ms-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-o-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}
/* 2020-08-25 */
#div_startseite.affix {
  position: fixed;
  top:114px;
}
/* 2021-03-16 */
.ul-centered li:before {
	height: 20px;
	width: 18px;
}
.ul-centered li li:before {
	display: none;
}
.ul-centered li {
	margin-bottom: 15px;
}
.ul-centered li li {
	margin-bottom: 0;
	list-style: disc;
}
.ul-centered {
	margin-left: 25%;
	width: 50%;
}
@media (max-width: 1200px) {
	.ul-centered {
		margin-left: 12.5%;
		width: 75%;
	}
}
@media (max-width: 768px) {
	.ul-centered {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.text-xs-center {
		text-align: center;
	}
}
.page-template-page-corona .panel-body ul, .single-post .entry-content ul {
  margin: 0;
}
.page-template-page-corona .panel-body li, .single-post .entry-content li {
  list-style: disc;
  margin-bottom: 0;
}
.page-template-page-corona .panel-body li:before, .single-post .entry-content li:before {
  display: none !important;
}
.screen-reader-text {
  display: none;
}

.col-btn-left a, .col-btn-right a, a.more-link {
	background-color:#005b82;
	color:#fff;
  display: inline-block;
	padding:7.5px 30px 7.5px 15px;
  background-image: url('../img/pfeil-rechts-weiss.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 18px;
}
.col-btn-left a {
	padding:7.5px 15px 7.5px 30px;
  background-image: url('../img/pfeil-links-weiss.svg');
  background-position: left 10px center;
}
.col-btn-left a:hover, .col-btn-right a:hover, .col-btn-left a:focus, .col-btn-right a:focus {
	background-color:#00aec7;
  text-decoration: none;
	transform: scale(1.025);
}
/* TOOLTIP */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Abel Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00aec7;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00aec7;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00aec7;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00aec7;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00aec7;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00aec7;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00aec7;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00aec7;
}
.tooltip-inner {
  /*max-width: 200px;*/
  padding: 2.5px 7.5px;
  color: #ffffff;
  text-align: center;
  background-color: #00aec7;
  border-radius: 0;
  box-shadow: 7.5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 991px) {
  .visible-lg {
    display: none !important;
  }
}
/* BOF EDIT 2023-11-25 */
.siegel-pflegehilfe {
  position: absolute;
  left: 13.5%;
  top: 10%;
  transform: rotate(-3deg);
  z-index: 2;
}
.custom-widget.oben {
  width: 360px;
}
.custom-widget.oben img {
  width: 100%;
}
@media (max-width: 1199px) {
  .custom-widget.oben {
    width: 280px;
  }  
}
/*
@media (max-width: 991px) {
  .custom-widget.oben {
    width: 200px;
  }
}
*/
@media (max-width: 699px) {
  .custom-widget.oben {
    top: 0;
  }
}
@media (max-width: 419px) {
  .siegel-pflegehilfe {
    left: 18.5%;
  }
  .custom-widget.oben {
    top: -10px;
  }
}
.section-11 .custom-widget {
  background-color: #fff;
}
.siegel-pflegehilfe .siegel-pflegehilfe.mobile {
  display: none;
}
@media (max-width: 639px) {
  /*
  .siegel-pflegehilfe .siegel-pflegehilfe {
    display: none;
  }
  .siegel-pflegehilfe .siegel-pflegehilfe.mobile {
    display: block;
  }
  */
  .siegel-pflegehilfe .siegel-pflegehilfe img {
    width: 185px;
  }
  .anzahl-bewertungen .widget-klein-pflegehilfe {
    top: 0;
    left: 0;
    transform: rotate(0);
    position: relative;
    border-radius: 10px;
  }
  .anzahl-bewertungen {
    z-index: 10;
    position: absolute;
    opacity: 1;
    transform: scale(0.8) rotate(-6deg);
    top: 56px;
    left: 113px;
    background-color: #ffffff;
    width: 113px;
    height: 19px;
    border-radius: 10px;
  }
}
@media (max-width: 419px) {
  .anzahl-bewertungen {
    left: 127px;
  }
}
@keyframes sproink {
	0%  { opacity: 0; transform: scale(0.1) rotate(-6deg); }
	100% { opacity: 1; transform: scale(1) rotate(-6deg); }
}
.anzahl-bewertungen, .anzahl-bewertungen *, .anzahl-bewertungen iframe {
  -moz-osx-font-smoothing: grayscale;
}

