/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
td, th {
    padding: 12px 17px 12px 0;    vertical-align: top;
}

a.pl100 {
  margin-left: 132px!important;
}
.lila {
  color: rgb(153, 0, 102);
}
.dunkelrot {
  color: rgb(153, 0, 0);
}

.label.lila {
  padding: 0;
  font-size: 100%;
}
span.red { color: #d50000; }
span.blue { color: #0071b8;  }
.important {
  color:#0071b8;
  font-size:larger;
  font-weight:bold;
}
.labelrot, .labelblau, .labelorange {
  font-weight: bold;font-size: 18px!important;
}
.buttonrot, .labelrot {
  display:-webkit-inline-box; 
  /* width: 100%; */
  color:#fff;
  background-color: #d50000;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 20px!important;
    border-radius: 26px;
}
.labelrot {
   border-radius: 3px;
}
.buttonrot:hover {

  background-color: #9f0505;  transition: background-color 0.5s ease; /* Fügt die Überblendung hinzu */

}
a.buttonrot , a.buttonrot:hover {
text-align: center;
margin: auto;
color:#fff;
text-decoration: none;
}

.kleiner {
  font-size: 14px;
}



.buttonorange, .labelorange {
  display:-webkit-inline-box; 
  /* width: 100%; */
  color:#fff;
  background-color: #e49100;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 20px!important;
   border-radius: 26px;
}
.labelorange {
   border-radius: 3px;
}
.buttonorange:hover {

  background-color:#b77401;  transition: background-color 0.5s ease; /* Fügt die Überblendung hinzu */


}
a.buttonorange , a.buttonorange:hover {
text-align: center;
margin: auto;
color:#fff;
text-decoration: none;
}
.buttonblau, .labelblau {
  display:-webkit-inline-box; 
  /* width: 100%; */
  color:#fff;
  background-color: #0071b8;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 20px!important;
 border-radius: 26px;
}
.labelblau {
   border-radius: 3px;
}
.buttonblau:hover {

  background-color: #085a8e;  transition: background-color 0.5s ease; /* Fügt die Überblendung hinzu */

}
a.buttonblau , a.buttonblau:hover {
text-align: center;
margin: auto;
color:#fff;
text-decoration: none;  transition: background-color 0.5s ease; /* Fügt die Überblendung hinzu */
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 25px!important;
}
/* Bestehende Spalten-Definition bleibt unverändert */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

/* Neue Regeln für die äußeren Spalten */
.row > .col:first-child,
.row > .col-md-6:first-child,
.row > [class*="col-"]:first-child {
  padding-left: 0;
}

.row > .col:last-child,
.row > .col-md-6:last-child,
.row > [class*="col-"]:last-child {
  padding-right: 0;
}

C
/* defaultkram */

html {
  font-family: 'Inter', sans-serif!important;
  color: #000;
}
body {
  /*background-color:#0071b8;*/
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 10px;
  font-size: 12px;
}
a#aux:focus,
a#aux:active,
a#aux1:focus,
a#aux1:active,
a#aux2:focus,
a#aux2:active {
  height: auto;
  padding: 5px 0;
  text-align: center;
  top: 0;
  width: 250px;
  display: block;
  height: auto;
  border: 0px;    z-index: 1000000000;
}


a#aux,
a#aux1,
a#aux2 {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999em;
  width: 1px;
  color: #000;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

.news-list-item  .col-md-2,  .news-list-item .col-md-10{
padding: 0;
}

ul {
  padding-left: 18px;
}
li {
  margin-bottom: 10px;
}
h1, h2, h3, h4, p {
  font-family: 'Inter', sans-serif;
}
a {
  color: #0071b8;
  text-decoration: None;
  transition: color 0.5s ease; /* Fügt die Überblendung für die Textfarbe hinzu */
}
a:hover {
  color: #CC0000;
  text-decoration: none;
}
.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px dotted #fff;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
line-height: 28px;
  margin: 0 0 5px;
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 22px;
  overflow: auto;
}
.ce-bodytext ul {
  margin: 15px 0;
}
h1 {
  color: #0071b8;
  font-size: 32px;
  font-weight: 500;
  margin-top: 0!important;    margin-bottom: 25px;line-height: 41px;
 
}
h2 {
  color: #0071b8;
  font-size: 27px;
  font-weight: 500;
  margin-top: 0!important;    margin-bottom: 23px;
 
}
.fullwidth, .fullwidth img {
  width: 100%;
  height: auto;
}
.suche_bild_detail img {
    border: 0 none;
    margin-bottom: 15px;
}
.news-list-item-text h3 a {
  text-transform: none;    font-weight: 600;    line-height: 27px;color: #000;   /*  text-decoration: underline; */
}


.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
    margin-bottom: 2em;
display:none;
}
.nav-sidebar {
  background-color: #fff!important;
}

.nav-sidebar a {

  padding: 0!important;
}
.nav-sidebar a:hover {
  background-color: #fff!important;
}

  a.active {
  font-weight: 900!important;
}

input[type="text"], input[type="password"], select, textarea {
	max-width:600px!important;

}
#ticker {
  margin-bottom: 14px;
 

  line-height: 1.8em;
}

#ticker-box {
  background-color: #0071b8;
  color: #FFF;
 padding-top: 6px;
  font-size: 18px;
}
#ticker-box a{
  color: #FFF;
}
.ticker {
  display: flex;
}
.ticker__list {
  display: flex;
  margin-top: 4px;
  margin-bottom: 6px;
  animation: ticker 35s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
  margin-right: 60px;width: max-content;
}
@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}


#tx-srfeuserregister-pi1-fe_users_form textarea {
	widht:100%!important;
height:250px!important;
max-width::600px!important;

}


select#tx-srfeuserregister-pi1-usergroup {
height:250px!important;

}
#tx-srfeuserregister-pi1-fe_users_form legend {

    color: #555!important;
    display: block;
    font-size: 16px!important;
}

.container1 {
 margin: auto;
 max-width: 1550px;
 width: 100%;

}
.suche_bild_sub {
margin-top:12px;

}
.h30 {
  height: 25px;
  width: 100%;
}
.hide {
  display: none;
}
.min500 {
  min-height: 500px;
  margin-top: 150px;
}
h1.news {
  margin-bottom: 30px;
}
.gross {
  font-size: 19px;
}
h3 {
  color: #000;
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
h4 {
  color: #000;
    font-size: 14px;
    line-height: 17px;
  margin-top: 0;
  margin-bottom: 5px;
}
/*suche*/
.footerinfo2 p, .footerinfo3 p {
  color:#fff;
}

.news ul {
padding: 0;
}

.news ul li {
  list-style-type: none;
}

.news ul li a {

}


@media screen, projection{
  #sbImage {

  z-index: 10000!important;
  }


}
#sbCenter, #sbBottomContainer {

z-index: initial!important;
}


select#kategorie, input#plz_ort, select#umkreis, select#umkreis, input#suchesubmit {
  float: left;
  margin-top: 10px;
}
select#umkreis, select#kategorie, {
 margin-top: 10px;
}
.suche {
  width: 100%;
  background: #E6E6E6;
  padding: 25px 0;
}

.news-catmenu-ACT a {
	font-weight:bold;
}

.whitestyle {
  margin-top: 30px;
  background: #fff;
  padding: 20px 10px 40px;
}
.therapieform, .ort, .umkreis, .stichwort, .sucheb {
  float: left;
  height: 50px;
  margin-right: 20px;
  width: 18%;
}
.therapieform {
display:none;
}
.sucheb {
  margin-right: 0;
  padding-top: 29px;
}
.suche_ergebnissliste {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.entfernung {
  background: #0071B8;
  color: #fff;
  float: left;
  padding: 3px;
}
.border {
  border: 1px dotted #CCC;
  float: left;
  height: 1px;
  width: 100%;
}
.suche_content {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.suche_name {
  color: #0071b8;
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0;
  margin-bottom: 0;
  width: 100%;
}
.suche_kontakt {
  font-size: 17px;
  color: #0071B8;
  float: left;
  margin-top: 8px;
}
.suche_bild_detail {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.suche_bild {
  /*margin-left:10px;*/
  margin-bottom: 0px;
  float: right;
  text-align: left;
  width: 100%;
  margin-left: 10px;
}
.suche_bildsub {
  float: right;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: left;
  width: 100%;
}
.suche_bild img {
  width: 100px;
  /* height: 140px; */
  float: right;
  margin-left: 14px;

}
.pagebrowser a {
  margin-right: 3px;
}
.pagebrowser a.active {
  background: #0071b8 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
}
.pagebrowser {
  float: left;
  margin-top: 35px;
  width: 100%;
}
.suche_text a {
  color: #000;
}
.suche_detail {
  clear: both;
  float: left;
}
.header_detail {
  color: #0071b8;
  font-size: 19px;
  font-weight: 300;
  margin: 15px 0 0px;

}
/*suche ende*/

footer a {
  color: #fff;
}
.csc-frame-rulerAfter {
  border-bottom: 1px dotted #999;padding-bottom: 40px;
}
footer ul {
  height: 20px;
  padding: 0;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
footer li {
  color: #fff;
  float: left;
  list-style-type: none;
  margin-right: 12px;
}
footer li a {
  color: #fff;
}
footer li a:hover {
  color: #fff;
  font-weight: bold;
}
img.ls-bg {
  margin-top: 0!important;
}
.silderstartseite h4 {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 28px !important;
    left: 50px !important;
    padding: 5px !important;
    position: absolute !important;
    text-align: right;
    top: 72% !important;
}
.silderstartseite h5 {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 22px !important;
    left: 50px !important;
    padding: 5px !important;
    position: absolute !important;
    text-align: right;
    top: 85% !important;
}
.silderstartseite {
  z-index: -1;
}
/*h4 {
  color: #fff;background:#0071b8;
  display:block;
  padding:10px;
  font-size: 19px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}*/

.textcenter {
  text-align: center;
}
.dialogbox {
  margin-top: 25px;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
/* header */
#header {
  height: 180px;
  position: relative;
  width: 100%;
}
.ce-uploads-filesize {
  font-size: 14px;
}
#header img {
  height: auto;
  margin-left: 55px;
  max-height: 160px;
  width: 480px;
  margin-top: 37px;
}
.ml20 {
  margin-left: 20px;
}
.ce-gallery img {
  display: block;
  border-radius: 10px;
}
.mr20 {
  margin-right: 20px;
}
/* navkram */
nav {
  /*position: absolute;*/
  width: 100%;
  /*height: 61px;*/
  background: #fff;
  position: absolute;
  z-index: 1000;
}
.fixed {
  position: fixed;
  top: 0;
  /*height: 61px;*/
  z-index: 11000;
}
#navtop {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  height: 50px;
}
#navtop ul {
}
#navtop ul li {
  float: left;
  list-style-type: none;
  margin-left: 15px;
}
#navtop ul li a {
  text-decoration: none;
  font-size: 16px;
  /* text-transform: uppercase; */
  color: #0071b8;
  /* font-family: 'Hind', sans-serif; */
  font-weight: 500;
}
#navtop ul li a:hover {
  color: #CC0000;
  text-decoration: none;
}
#nav {
  width: 100%;

  background-color: #0071b8;
  color: #fff;
}
#nav ul {
/*display: table;
  height: 60px;
  margin: 0 auto;
  min-width: 100%;
  padding: 0;*/
}
#nav ul li {
  /*display: table-cell;*/
  list-style-type: none;
  vertical-align: baseline;
  margin-right: 1px;margin: 0;
}
#nav ul li a {
  color: #fff;
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 16px 13px 9px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#nav ul li.act a {
  background: #006090;
}
#nav ul li.act ul li.menu-item a {
  background: #0071b8;
}
#nav ul li.act ul li.act a, #nav ul li.act ul li a:hover {
  background: #006090;
}
#nav ul li ul li a {
  font-size: 14px;
}
/* contentkram */
.linie {
  border-right: 1px solid #fff;
}
.liniegrau {
 /*  border-right: 1px solid #eee; */
}
.h400 {
  min-height: 450px;
  margin-bottom: 30px;
}
.pic1 {
  background-image: url(../Images/banner_06.jpg);
  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;/*border-bottom: 5px solid #0071b8;   */
  /*background-position: 0 30px;*/
}
.pic2 {
  background-image: url(../Images/stock.png);
  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;/*border-bottom: 5px solid #0071b8;   */
  /*background-position: 0 30px;*/
}
.grau {
      margin: 50px 0;
    background: #0a3e5f;
    padding: 69px  20px;
}
.white {
  margin: 15px 0;
  background: #fff;
  padding: 69px  20px;    display: flex;
}

.topnews p {
  font-weight: bold;
  color: #c31e01;
margin-top: 10px;
}

.vdh-personal img {
  border-radius: 50%;
}
/*top*/
.scrollToTop {
  background: transparent url("../Images/icon_nachoben.png") no-repeat scroll 0 0 / 50% auto;
  bottom: 25px;
  color: #444;
  display: none;
  font-weight: bold;
  height: 60px;
  padding: 10px;
  position: fixed;
  right: -15px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 100000;
}
.scrollToTop:hover {
  text-decoration: none;
}
/*newitems*/
.newsitemcontent-page {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 79%;
}
.newsitem {
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
  font-family: 'Hind', sans-serif;
}
.newsitemdate {
        background: #fff none repeat scroll 0 0;
    color: #000;
    float: left;
    /* font-family: "Hind", sans-serif; */
    font-size: 30px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 17px;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 55px;
    margin-left: 0px;
}
.newsitemdate-fb {
  background: #fff none repeat scroll 0 0;
  color: #000;
 
  font-size: 30px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: left;
  display: block;
}
.news-single-header h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-single-item h3 {
  color: #000;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}
.browseLinksWrap {
  font-size: 13px;
}
span.activeLinkWrap {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  margin-right: 3px;
  background-attachment: scroll;
  background-color: #FF0066;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 3px;
}
span.disabledLinkWrap {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 2px;
  margin-right: 3px;
  background-attachment: scroll;
  background-color: #666666;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 3px;
}
.browseLinksWrap a {
  background: #0071b8 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 3px;
  margin-right: 3px;
}
.browseLinksWrap a:hover {
  background-color: #FF0066;
}
.showResultsWrap {
  font-size: 13px;
  margin-bottom: 12px;
  display: none;
}

.button-d {
  margin: 20px 0;position: relative;display: inline-flex;
}

.button-d a {
background-color: #CC0000;
color: #fff!important;
padding: 5px 10px;

font-size: 15px;
text-decoration: none;
border-radius: 3px;
}
.button-d a:hover {
  background-color: #980505;
}
.button-d a::after {
  position: absolute;
  top: -3px;
right: -34px;
  width: 30px;
  height: 30px;
  background-size: 30px;
content: "";
background-image: url(../Images/icons8-forward_arrow.svg);



}


span.datemonth {
  float: left;
  /* font-family: "Hind", sans-serif; */
  font-size: 17px;
  margin-top: 10px;
  width: 100%;
  display: block;
  font-weight: 500;
}
span.dateyear {
  float: left;
  font-family: "Hind", sans-serif;
  font-size: 19px;
  margin-top: 8px;
  width: 100%;
  display: block;
}
.newsitemcontent {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 350px;
}
span.city {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
  font-weight: 800;
  clear: both;
  display: block;
}
span.newsheadline {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  clear: both;
  color: #0071b8;
  font-weight: 800;
  display: block;
  line-height: 20px;
}
span.newsheadline a {
  color: #0071b8;
}
span.newsheadline a:hover {
  color: #CC0000;
  text-decoration: none;
}
.pull-right-extented {
  padding-right: 30px;
  font-size: 16px;
}
.pull-left-extented {
  font-size: 16px;
}
input[type="text"], input[type="password"], select, textarea {
  padding: 11px;
  background-color: #fff;
  /* height: 30px; */
  font-size: 16px !important;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  outline: none;
  color: #0071b8;
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
  display: block;
}
textarea {
  height: auto;
}
input[type="submit"] {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;

  font-size: 14px;
  padding: 7px 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tx-powermail .powermail_fieldset .powermail_label {
/* display: block; */
/* width: 517px!important; */
/* float: left; */
/* clear: left; */
/* font-weight: bold; */
/* float: left; */
}
label {
  height: 30px;
  padding-top: 12px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 94px auto!important;
  }
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative!important;


  margin-right: 6px!important;

}


.tx-powermail .powermail_fieldset .powermail_label {

width: 100%;
/* float: left; */
clear: left;
font-weight: bold;
font-size: 16px!important;
}

.tx-srfeuserregister-pi1 label {
  padding-top: 12px;
}
.tx-srfeuserregister-pi1 legend {
  padding: 0;
}
.loginmodal-container input[type="text"] {
  border: 0;
}
placeholder {
  font-family: 'Titillium Web', sans-serif;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
hr {
  border-color: #ffffff !important;
  border-style: dotted none none !important;
  margin: 50px 0 50px 0;
}
/*footer*/
footer {
  font-family: 'Hind', sans-serif;
  margin-top: 30px;
  min-height: 250px;
  background: #0f427a;
  color: #fff;
  padding-top: 40px;    padding-bottom: 30px;
}
span.footerinfo {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
}
span.footerinfo2 {
  font-weight: 300;
  font-size: 20px;
}
span.footerinfo3 {
  font-weight: 300;
  font-size: 16px;
}
.button1 {
  display: inline-block;
  padding: 9px 17px;
  color: white !important;
  text-decoration: none;
  border: none;
  border-radius: 21px;
  margin-bottom: 18px;
}
a.button1 {
  background: #0071b8;
  transition: background-color 0.5s ease; /* Fügt die Überblendung hinzu */
}
a.button1:hover {
  background-color: #004D80;
  text-decoration: none;
}
.csc-textpic-caption {
  font-size: 13px;
  color: #838383;
  line-height: 15px;
  padding-top: 3px;
}
/* tt_news */
.news-list-item {
  clear: both;
  padding-bottom: 10px;
}
.news-list-item p {
  line-height: 20px;
}
.news-list-item h3 {
  margin: 0;
  text-transform: uppercase;
}
.news-list-item img {
  float: left;
  margin-right: 10px;
}
.align-center {
  text-align: center;
}
.news-list-item-image {
  float: left;
  padding-top: 25px;display: none;
}
.news-list-item-text {
  /* padding-left: 80px; */padding-left: 0px;
}
.news-list-date {
  font-size: 14px;    font-weight: 500;
  color: #838383;
}

li.first_item a {
 /*  background-color: #CC0000; */
 /*  color: #fff!important; */
  padding: 1px 6px;
}
li.first_item a:hover {
 /*  background-color: #980505; */
  /* color: #fff!important; */
  padding: 1px 6px;
}

ul.csc-uploads span.csc-uploads-fileName {
  padding-left:32px;
}
/*login*/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Hind', sans-serif;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Hind', sans-serif;
}
.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  position: relative;
  height: 44px;
  font-family: 'Hind', sans-serif;
}
.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}
.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}
.loginmodal-container .status {
  display: none;
}
.login-help {
  font-size: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
display:none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 95%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #666;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bg-1 {
  background: #ECEFF1;
  color: #37474f;
}
.bg-2 {
  background: #7986cb;
  color: #ECEFF1;
}
.bg-3 {
  background: #37474f;
  color: #fff;
}
.button2 {
  display:-webkit-inline-box; 
  /* width: 100%; */
  color:#fff;
  background-color: #0071b8;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 20px!important;
  border-radius: 3px;
}
.button2:hover {

  background-color: #085a8e;

}
a.button2 , a.button2:hover {
text-align: center;
margin: auto;
color:#fff;
text-decoration: none;
}

/* Common button styles */
.button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 10px 0 0;
  padding: 0 2em;
  border: none;
  background: rgba(256,256,256,0.3);
  color: #0071b8!important;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
  color: #37474f;
  border-color: #37474f;
}
.bg-1 .button:hover {
  color: #000!important;
}
/* Sizes */
.bg-1 .button--size-s {
  font-size: 14px;
}
.bg-1 .button--size-m {
  font-size: 16px;
}
.bg-1 .button--size-l {
  font-size: 18px;
}
/* Typography and Roundedness */
.bg-1 .button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.bg-1 .button--text-thin {
  font-weight: 300;
}
.bg-1 .button--text-medium {
  font-weight: 500;
}
.bg-1 .button--text-thick {
  font-weight: 600;
}
.bg-1 .button--round-s {
  border-radius: 5px;
}
.bg-1 .button--round-m {
  border-radius: 15px;
}
.bg-1 .button--round-l {
  border-radius: 40px;
}
/* Borders */
.bg-1 .button--border-thin {
  border: 1px solid;
}
.bg-1 .button--border-medium {
  border: 2px solid;
}
.bg-1 .button--border-thick {
  border: 3px solid;
}
/* Antiman */
.bg-1 .button--antiman {
  background: none;
  border: none;
  height: 35px;
}
.button--antiman.button--inverted, .button--antiman.button--inverted-alt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman > span {
  padding-left: 0.35em;
}
.button--antiman::before, .button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
  border: 2px solid #37474f;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  background: rgba(256,256,256,0.9);
}
.button--antiman.button--border-thin::before {
  border-width: 1px;
}
.button--antiman.button--border-medium::before {
  border-width: 2px;
}
.button--antiman.button--border-thick::before {
  border-width: 3px;
}
.button--antiman.button--inverted::before {
  border-color: #7986cb;
}
.button--antiman.button--inverted-alt::before {
  border-color: #3f51b5;
}
.button--antiman::after {
  background: #fff;
}
.button--antiman.button--inverted::after {
  background: #7986cb;
}
.button--antiman.button--inverted-alt::after {
  background: #3f51b5;
}
.button--antiman.button--inverted:hover {
  color: #7986cb;
}
.button--antiman.button--inverted-alt:hover {
  color: #3f51b5;
}
.button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}


 @media only screen and (max-width: 1200px) {
.pic1 {
  padding: 0;
  width: 100%;
}
.h400 {
  min-height: 380px;
  margin-bottom: 30px;
}
}
 @media (min-width: 1200px) {
.container {
  width: 1200px!important;
}
}
 @media only screen and (max-width: 450px) {
#navtop ul li {
  margin-left: 8px;
}
#navtop ul li a {
  /*font-size: 13px;*/
}
h1, h2 {
  font-size: 22px;
}
h3 {
  font-size: 17px;
  font-weight: 600;
}
#navtop ul {
    float: right;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    width: 290px !important;
}
#navtop ul li {
  float: right;
  list-style-type: none;
}
div.csc-textpic .csc-textpic-imagewrap img {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100%;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.csc-textpic-intext-left-nowrap-194 .csc-textpic-text {
    margin-left: 0;
}
.csc-textpic-text {
    margin-left: 0!important;
}

.therapieform, .ort, .umkreis, .stichwort, .sucheb {
float: left;
    height: 50px;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 40%;
}
#map_parent {
  display:none;
}
.whitestyle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 10px;
    padding: 10px 10px 0px;
}
.suche {
    background: #e6e6e6 none repeat scroll 0 0;
    padding: 15px 0;

}

input#suchesubmit {
background-color: #4d90fe;
    border: 0 none;
    color: #fff;
    display: block;
    font-family: roboto;
    font-size: 20px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    width: 90%;
}
}

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

#header img {
  height: auto;
  margin-left: 20px;
  margin-top: 20px;
  max-height: 160px;
  width: 90%;
}
#header {
  height: 110px;
}
 }


 @media only screen and (max-width: 700px) {
h4.ls-l, h5.ls-l {
  display: none!important;
}
.newsitemcontent {
  width: 90%;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px;
  width: 100%;
}
.csc-textpic-intext-right-nowrap-190 .csc-textpic-text {
    margin-right: 0;
}
.tx-sg-layerslider {
margin-top:55px;
}
.fixed {
    position: absolute;
}

 }

@media only screen and (max-width: 830px) {
#header {
  margin-top: 40px;        margin-bottom: 20px;
}
#navtop {
  height: 50px;
  position: absolute;
  right: 0;
  top: -28px;
  width: auto;
  z-index: 1000;
}

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

  .nav-mitglieder a {
    width: 100%;
    display: block;
    border-right: 0px dotted #fff!important;
}


.styled {
  text-align: right;
}
#c21 {
  margin-top:30px;
}
.nav {

    width: 10%!important;

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

.container1 {
    margin: auto;
    width: 95%;
}
}

/* Ladehinweis Animation Styles */
.loader-animation {
    margin: 20px auto;
    text-align: center;
}

.loader-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #99006a; /* VDH-Lila */
    margin: 0 5px;
    animation: loader-bounce 1.4s infinite ease-in-out both;
}

.loader-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.loader-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes loader-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}

#loader-message {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

span.resetbutt {
  float: left;
  display: none;
}


@media (min-width: 992px) {
  .container {
      width: 100%;
  }
}
@media (min-width: 1000px) {
li.mobile {
  display: none!important;
}
}

@media (max-width: 1000px) {
.container {
    width: 100%;
}

#navtop, .nav-sidebar, .button--antiman, .slidertext {
  display: none;
}

.buttonblau, .labelblau {
  display: block;
  padding: 10px;
}
ce-gallery, .ce-bodytext {
  width: 100%;
}


}