/* Style Sheet */
/* Kalibrierung der wichtigsten Abstände */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* Allgemeine Selektoren */


* {
  -web-kit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  }

html, body { height: 101%}
* { 
  padding: 0;
  margin: 0;
}
body {
 
  background: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;

 
}

a { outline: none; }
/* Styles für das Layout */





/* banner logo */

#wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
 font-family: 'Roboto';
}

#banner {
  width: 100%;
  height: auto;
  padding-top: 10px;
  z-index: 1000;
  background: white;
  overflow: hidden;
}

#banner-innen {
  width: 100%;
  height: auto;
  max-width: 1020px;
  padding-bottom: 5px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

#slogan-logo {
  width: 58%;
  height: auto;
  overflow: hidden;
 
  float: left;
}

#logo {
  width: 240px;
  height: auto;
  float: left;
  margin-left: 45px;

}

#logo img {
  max-width: 100%;
  height: auto;
  display: block;

}

#slogan {
  width: auto;
  height: auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(126,25,117);
  float: right;
  margin-top: 78px;
}

#kontakt-daten {
  width: 33.33%;
  height: auto;
 overflow: hidden;
  display: block;
  float: right;
  color: rgb(126,25,117);
  font-size: 0.8rem;
  margin-top: 21px;
}

.innen {
 width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}

.innen p {
  margin: 10px 0 0px 0;
  line-height: 1.2;
}


/* navigation */

#navigation {
  width: 100%;
  max-width: 1020px;
height: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
display: block;
margin-bottom: 5px;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b174ab+0,984791+3,8e3586+32,7e1975+37,7e1975+100 */
background: rgb(177,116,171); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(177,116,171) 0%, rgb(152,71,145) 3%, rgb(142,53,134) 32%, rgb(126,25,117) 37%, rgb(126,25,117) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(177,116,171) 0%,rgb(152,71,145) 3%,rgb(142,53,134) 32%,rgb(126,25,117) 37%,rgb(126,25,117) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(177,116,171) 0%,rgb(152,71,145) 3%,rgb(142,53,134) 32%,rgb(126,25,117) 37%,rgb(126,25,117) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b174ab', endColorstr='#7e1975',GradientType=0 ); /* IE6-9 */

}

#navigation ul {
  padding-left: 0;
}
#navigation  ul li{
  float: left;
  width: 16.66%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  list-style-type: none;

height: 35px;


}


#navigation li a{
  text-decoration: none;
  color: white;
  line-height: 35px;
  display: block;
 -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
border-right: 1px solid white;
}


#navigation li.item-107 a {
  border-right: none;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li.active a {
  color: white;
  background: rgb(217,178,205); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(217,178,205) 0%, rgb(198,142,188) 3%, rgb(198,142,188) 32%, rgb(177,116,171) 37%, rgb(177,116,171) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(217,178,205) 0%, rgb(198,142,188) 3%, rgb(198,142,188) 32%, rgb(177,116,171) 37%, rgb(177,116,171) 100%);/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(top,  rgb(217,178,205) 0%, rgb(198,142,188) 3%, rgb(198,142,188) 32%, rgb(177,116,171) 37%, rgb(177,116,171) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


/* Sub Navigation */

#navigation li ul  {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
}

/*#navigation li ul {
  display: none;
  /*position: fixed;
  
  z-index: 2000;
}*/

#navigation li:hover ul {
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  z-index: 2;
  display: block;
}

/*#navigation li:hover ul {
  display: block;
  z-index: 2000;
 width: 100%;
}*/

#navigation li li {
 clear: both;
 width: 169px;
display: block;
  height: 35px;
   font-weight: 400;
   color: rgb(126,25,117);
  
  margin-bottom: 1px;
}
#navigation li li a {
  background: rgb(216,186,214) !important;
}

#navigation li li a {
  line-height: 35px;
  color: rgb(126,25,117) !important;
  border-right: none;
}

#navigation ul li li a:hover,
#navigation ul li li a:focus,
#navigation ul li li.active a {
  background: rgb(219,158,199)! important;
}


#header-slider {
  width: 98%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.header-bild {
  width: 98% !important;
  height: auto;

  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.header-bild img {
  max-width: 100%;
  height: auto;
}

/* content */

#content {
  width: 100%;
  max-width: 1020px;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
  color: rgb(85,85,85);
    font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

#content p {
  margin: 0px 0 10px 0;
  font-size: 1rem;
}


/* Inhalt */

#inhalt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}

#inhalt a:hover,
#inhalt a:focus,
#inhalt.active a {
  color: rgb(126,25,117);

}
#inhalt h1 {
  color: rgb(126,25,117);
  font-size: 2.2em;
    font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
   margin-top: 20px;
}

#inhalt h2 {
  color: rgb(126,25,117);
  font-size: 1.6em;
    font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

#inhalt .start-inhalt {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#inhalt hr {
  border-top: 2px solid rgb(126,25,117);
}

#inhalt h1.mitte, h2.mitte {
  text-align: center;
}

#inhalt h2.oben {
  margin-top: 0px;
}


#inhalt .bild-inhalt {
 
  width: 30%;
  height: auto;
  overflow: hidden;
  float: left;
  padding-right: 20px;
}

#inhalt .facebook {
  width: 30%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 20px;
}

#inhalt .facebook h2 {
  float: left;
  text-align: center;
  width: 70%;
  margin-top: 0 !important;
}

#inhalt .facebook img {
  float: left;
  max-width: 20%;
  height: auto;
}

#inhalt .bild-inhalt img {
  max-width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-top: 5px;
}

#inhalt img.bild-klein {
  width: 60%;
  height: auto;
 padding-bottom: 40px;
  margin-left: 20%;
}

#inhalt .text-inhalt {
  width: 70%;
  height: auto;
  overflow: hidden;
  padding: 0 60px 20px 20px;
  float: right;
}

#inhalt .text-inhalt a,
#inhalt .datenschutz a{
  color: rgb(126,25,117);
}

#inhalt .text-inhalt a:hover,
#inhalt .datenschutz a:hover {
  color: rgb(216,186,214);
  text-decoration: none;
}

.mdk-ganz {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mdk {
  width: 33.3%;
  height: auto;
  float: left;
  overflow: hidden;
  color: rgb(126,25,117);
}
.mdk p {
  margin-bottom: 5px !important;
}
.mdk img {
  max-width: 100%;
  height: auto;
}

ul.liste {
  color: rgb(126,25,117);
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
}
ul.liste li {
  margin-bottom: 10px;
}

ol.liste-inhalt li {
  margin-bottom: 5px;
 color: rgb(126,25,117);
  font-weight: 700;
}

ol.liste-inhalt li span {
  font-weight: 400;
  color: rgb(85,85,85);
}

.datenschutz {
  width: 100%;
  height: auto;
  padding: 0 60px 20px 20px;
  overflow: hidden;
}


/* module im header */

.header-bild {
  width: 100%;
  height: auto;
  display: block;
}

.header-bild img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* beiträge im inhalt */



#breadcrumb {
  width: 100%;
height: 30px;
  display: block;
  
}

#breadcrumb ol {
  width: 100%;
  height: 30px;
  display: block; 
  padding-top: 5px;
  padding-left: 0;

  margin-bottom: 20px;
}

#breadcrumb ol li {
  float: left;
  font-size: 0.7rem;
  color: rgb(85,85,85) !important;
  list-style-type: none;
  text-decoration: none;
 margin-left: 3px;
}

#breadcrumb li span {
   color: rgb(85,85,85); 
}
#breadcrumb ol.breadcrumb li a {
  color: rgb(85,85,85);
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: '\003E';
  padding: 0px 3px 0px 3px;
}

/* Startseite */

#start {
  width: 98%;
  height: auto;
  overflow: hidden;
  text-align: center;
  background: rgb(216,186,214);
   -webkit-box-shadow: 8px 8px 8px rgba(216,186,214,0.5);
  -moz-box-shadow: 8px 8px 8px rgba(216,186,214,0.5);
  box-shadow: 8px 8px 8px rgba(216,186,214,0.5);
  margin-right: auto;
  margin-left: auto;
  
}

#start a p {
  color: rgb(85,85,85); 
  font-size: 0.8rem;
}

#start a:hover,
#start.active a{
  text-decoration: none;
}

.start-ganz {
  width: 100%;
  height: auto;
  overflow: hidden;
 display: flex;
  font-size: 0.8rem !important;
}



.start-1 {
  width: 50%;
  height: auto;
  overflow: hidden;
   display: flex;
}

.start-klein {
 width: 50%;
 
  height: auto;
 border-right: 2px solid rgb(235,217,234);
  border-bottom: 2px solid rgb(235,217,234);
background: white;
  padding: 10px 20px 10px 20px;
}

.start-klein img {
   max-width: 70%;
  height: auto;
}

.start-klein h1.start {
  font-size: 1.8em !important;
  margin-bottom: 0;
}
/* footer */ 

#footer {
  width: 100%;
  height: auto;
  background: rgb(216,186,214);
  overflow: hidden;
  color: rgb(85,85,85);
  font-size: 0.8rem;
  padding: 10px 20px 30px 20px;
}

#footer-innen {
  width: 70%;
  height: auto;
  overflow: hidden;
  float: left;
}

#footer-start {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgb(216,186,214);
  color: rgb(126,25,117);
  font-size: 1.5em;
  text-align: center;
  line-height: 1.3;
}

#footer-start span {
  font-weight: 700;
}

#footer-menu {
  width: auto;
  height: auto;
  float: left;
 padding: 6px 0 0 0;
}

#footer-menu li {
  float: left;
  list-style-type: none; 
  line-height: 0.9;
  display: inline;
   border-right: 2px solid rgb(126,25,117);
}

#footer-menu li a {
  color: rgb(126,25,117);
 
  padding: 0 10px 0 10px;
 
}

#footer-menu li a:hover {
  text-decoration: none;
  color: rgb(219,158,199);
}

#footer-menu li.item-134 {
  border-right: none;
}

#navi-mobil {
  display: none;
}