body {
font-size: 14px;
}

body, p, h1, h2, h3, h4, h5, h6 {
font-family: DroidSans;
}

h1 {
font-family: DroidSans;
  font-size: 2em;
  color: #2c5f19;
  margin: 0 0 15px;
  font-weight: normal;
  line-height: 1.5em;
  text-rendering: optimizelegibility;
}

h2 {
  font-size: 1.5em;
}

.news h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

a, a:hover, a:focus, a:active {
  text-decoration: underline 1px dotted;
  outline: 0;
}


/* Top Bar m. Telefonnummer */
.telefon {
float: right;  
}

/* Headline Aktuelles Kategorien-Blog */
.entry-header h2 a {
font-size: 0.8em;  
font-weight: bold;
}

/* Kategorie ausblenden 
.article-info > dd > i {
display: none;
} 
*/

/* Top Suche Flex Modul - nicht aktiv*/
.flex .top-search-input-wrap .top-search-wrap .sp_search_input input {
background-color: #fff;
border: 2px solid #134d7f;
z-index: 99;  
} 

/* Infokasten */
.info-title {
     color: #ffffff;
     background-color: #134d7f;
     font-weight: bold; 
     font-size: 1.2em;
     text-transform: uppercase;
     padding: 10px 0px 7px 30px;
}

.info-text {
     font-weight: 22px; 
     padding: 20px 30px 30px 30px;
}

.infobox {
      position: relative;
      max-width: 90%;
      height: auto;
      border: 2px solid #134d7f;
      box-sizing: border-box;
    }

    


/* CSS statt Tabelle */
div.table1 {
float: left;
width: 100px;
}

div.line1
{
border-top: 1px solid #ccc;
float: left;
display: block;
overflow: hidden;
width: 50%;
height: 35px;
text-align: left;
padding-left: 10px;
line-height: 3em;
}

div.line2
{
background-color: #f7f7f7;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
float: left;
display: block;
overflow: hidden;
width: 50%;
height: 35px;
text-align: left;
padding-left: 10px;
line-height: 3em;
}

/* 2-Spalten Layout */
.tcontainer {
  display: flex;
  flex-wrap: wrap; /* Ermöglicht Zeilenumbruch bei kleineren Bildschirmen */
}

.tcolumn {
  flex: 1; /* Jede Spalte nimmt gleichen Anteil ein */
}

/* Medienabfrage für größere Bildschirme (z.B. ab 768px Breite) */
@media (min-width: 768px) {
  .tcontainer {
    display: flex; /* Erneutes Aktivieren von Flexbox */
  }

  .tcolumn {
    flex: 0 0 45%; /* Zwei Spalten mit je 50% Breite */
  }
}

/* Medienabfrage für kleinere Bildschirme (z.B. bis 767px Breite) */
@media (max-width: 767px) {
  .tcontainer {
    flex-direction: column; /* Spalten werden untereinander angeordnet */
  }

  .tcolumn {
    flex: 1; /* Spalten nehmen wieder gleichen Anteil ein */
  }
}

/* ENDE */

/*4-spaltige CSS Tabelle */
div.table2
{
float: left;
width: 900px;
}

div.line33
{
border-top: 1px solid #ccc;
float: left;
display: block;
width: 300px;
height: 100%;
line-height: 2em;
text-align: left;
padding-left: 10px;
}

div.line12
{
border-top: 1px solid #ccc;
float: left;
display: block;
width: 150px;
height: 100%;
line-height: 2em;
text-align: left;
padding-left: 10px;
}

div.line22
{
border-top: 1px solid #ccc;
float: left;
display: block;
width: 150px;
height: 100%;
line-height: 2em;
text-align: left;
padding-left: 10px;
}


/* Startcard - Meist gesuchte Services */
.startcard {
background-color: #096096;
  color: #fff;
font-weight: 2em;  
padding: 0px 20px 0px 20px;
margin-top: 20px;
height: 200px;
border: 3px solid  #017eba;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 20%);
}

.startcard:hover {
background-color: #2988cc;
}

.featured a:focus {  
outline: 4px dotted black !important; 
} 

/* Social Media Icons */
.socialicons img:focus {  
outline: 2px dotted black !important; 
} 


/* Top Bar für Mobilgeräte */
.topbarmobil {
text-align: center;
padding-bottom: 10px;  
margin-bottom: 15px;  
border-bottom: 1px solid #ccc !important; 
}


div.a {
  display: inline;
  width: 600px;
  height: 50px;
  padding: 5px;
}

/* Hauptmenü immer als oberste Ebene zeigen */
.headermenu {
z-index: 9999;
}


/* gepunktete Linie f. Keyboard-Browsing  */
a:focus {  
outline: 2px dotted black !important; 
} 

#sp-footer a:focus { 
border: 1px solid transparent;   
outline: 2px dotted white !important; 
outline-offset: 5px; 
} 

/* Überschriften im Content-Bereich */
.page-header {
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 15px;
  padding: 0 0 0px;
}

ul {
list-style-type: square; 
}


/* DJ Tabs Accordion Modul  */
.XBold-Blue .djtabs-accordion .djtab-text {
  font-weight: normal;
  font-size: 1.1em;
}

.djtabs-title [class^="icon-"], .djtabs-title [class*=" icon-"] {
 padding-right: 22px; 
}

.XBold-Blue .accordion-body {
  border: 1px solid #2578ae;
  border-radius: 5px;
}



/* Modul Featured */
.abstand .sp-page-builder .page-content #section-id-1724156512757 {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Modul FAQ */
.abstand .sp-page-builder .page-content #section-id-1691670850715 {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


.abstand .sp-page-builder .page-content #section-id-1693489685621 {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


/* Überschriften in Presse-Blog verkleinert */
.presse h2 {
font-size: 18px;
}


/* Slider anpassen */
.slide-desc-text-default .slide-title {
  font-family: Oswald_Regular;
  font-size: 48px !important;
  line-height: 1.5em;
  background-color: #6f9e36;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}

.slide-desc-text-default {
  position: relative;
  background-color: #6f9e36;
  color: #fff;
  font-size: 1.4em !important;
  line-height: 1.5em;
  padding: 15px 15px 35px 0px;
  text-align: left;
}

.slide-desc-text-default a.readmore {
  font-family: Oswald_Regular;
  font-size: 1.5em !important;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #6f9e36;
  cursor: pointer;
  padding: 0px 70px 0 10px;
  margin: 25px 0 0 0;
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
  line-height: 50px;
  vertical-align: middle;
  background: #fff;
  border-radius: 5px;
  float: right;
  clear: both;
}


/* Menü anpassen */
.mymenu {
padding: 30px 0 0 0;
}


/*Hauptmenu: grüne Subline bei Mouse over*/
.mymenu a:hover {
border-bottom: 3px solid #6f9e36;
}

.mymenu .accordion-menu li a {
padding-left: 15px;
}

.mymenu .sp-module-content ul li a {
border-bottom: 0px solid #6f9e36;
}

.mymenu .accordion-menu li a:hover {
border-bottom: 0px solid #6f9e36;
}


/* Button Readmore */
.btn, .btn-readmore {
font-size: 1.0em;
background-color: #003061;
padding: 10px;
border-color: transparent;
}

a.btn, .btn-readmore:hover {
color: #fff !important;
}



/* Grüne Teaser-Startseite*/
.box-ms .sp-module, .box-ms .sppb-addon-module {
border: 1px solid #cccccc;
}

.box-ms .sp-module, .box-ms .sppb-addon-module, .box-ms p {
padding: 0 0 0px 0;
color: #6a6a6a;
font-size: 1.0em;
line-height: 1.5em;
}

.box-ms .sp-module .sp-module-title, .box-ms .sppb-addon-module .sp-module-title {
width: 100%;
font-size: 18px;
color: #ffffff;
background-color: #2c5f19; /* alt: #69fe36 */
padding: 10px 22px 3px 10px;
margin-bottom: 5px;
}

.box-ms .sp-module .sp-module-title:after {
    background: #2c5f19;
}

/*Pfeil vor Menüpunkten bei Modulen left + right */
.arrow .sp-module ul > li > a, .sppb-addon-module ul > li > a {
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  color: #6a6a6a;
  padding: 10px 0 10px 15px;
  display: block;
  background: url("../images/menu_li.png") no-repeat left center;
  border-bottom: 1px solid #e2e2e2;
}

.arrow .sp-module ul.accordion-menu li.current > a {
outline: 2px dotted #ccc !important; 
}

.arrow .sp-module ul > li > a:hover, .sppb-addon-module ul > li > a:hover {
  color: #2578ae;
}

.arrow .sp-module ul > li, .sppb-addon-module ul > li  {
  border-bottom: 0px solid #e2e2e2;
}

/* Startseiten-Menü Services right 
.dark-ms .sp-module {
  background-image: url("../images/middle_bg.png");
  background-repeat: repeat;
  color: #c2c2c2;
  background-color: #616361;
  padding: 22px;
}

.dark-ms .sp-module h3 {
font-size: 18px;
color: #ffffff;
}

.dark-ms .sp-module a:link {
  color: #c2c2c2;
  background: url("../images/menu_li-light.png") no-repeat left center;
}

.dark-ms .sp-module ul > li > a:hover {
  color: #ffffff;
}

.dark-ms .sp-module ul > li > a:visited {
  color: #ffffff;
}


.dark-ms .sp-module .sp-module-title {
  box-shadow: inset 0 -1px 0 #c2c2c2;
}

*/

/* Modul Informationen Footer*/
.dark .sp-module h3 {
font-size: 22px;
color: #c2c2c2;
}

.dark .sp-module a:link {
  color: #c2c2c2;
  background: url("../images/menu_li-light.png") no-repeat left center;
  font-size: 14px;
  line-height: 1em;
}

.dark .sp-module ul > li {
border-bottom: 1px dotted #c2c2c2;
}

.dark .sp-module .sp-module-title {
  box-shadow: inset 0 -1px 0 #c2c2c2;
}

.dark .sp-module .sp-module-title:after {
    background: transparent;
}


/* Modultitel mit grüner Headline, ohne Subline*/
.sp-module .sp-module-title, .sppb-addon-module .sp-module-title {
  position: relative;
  margin: 0;
  line-height: 1.5em;
  font-weight: normal;
  color: #2c5f19;
  font-size: 1.2em;
  box-shadow: inset 0 -1px 0 transparent;
}


.sp-module .sp-module-title:after {
    background: transparent;
}


/* Modultitel mit weißer Headline - CSS Zuweisung im Bereich Layout */
.teaser .sp-module .sp-module-title, .sppb-addon-module .sp-module-title {
  color: #ffffff;
  background-color: transparent;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
  width: auto;
  padding-right: 30px;
  box-shadow: none;
  text-decoration: none;
  display: table;
}


/* Tabellen Layout NEU */

.tb-table {
  background-color: #ffffff;
  padding: 10px 40px 10px 20px;
}

.tb-container {
  max-width: 90%;
}

.tb-responsive-table {
  li {
    font-size: 16px;
    border-radius: 3px;
    padding: 5px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .tb-table-header {
    background-color: #184c6f;
    line-height: 2em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
  }
  .tb-subline {
    font-size: 12px;
    text-transform: none;
  }
    
  .tb-table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  }
   .tb-col-1 {
    flex-basis: 40%;
  }
  .tb-col-2 {
    flex-basis: 30%;
  }
   .tb-col-3 {
    flex-basis: 30%;
  }

  @media all and (max-width: 767px) {
    .tb-table-header {
      display: block;
    }
    .tb-table-row {
    }
    li {
      display: block;
    }
    .tb-col {
      flex-basis: 100%;
    }
    .tb-col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6c7a89;
        padding-right: 10px;
        /* content: attr(data-label); */
        flex-basis: 50%;
        text-align: right;
      }
    }
  }
}

/* Ende Tabellen */



/* Tabellen z.B. Ansprechpartner */
	/* info (hed, dek, source, credit) */
.rg-container {
  font-family: 'DroidSans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/* Nach-oben Button alt > ausblenden*/
a#scroll-top > i {
  visibility: hidden;
}


/* Fonts laden */
@font-face {
font-family: 'DroidSans';
src: url('../webfonts/DroidSans.eot');
src: url('../webfonts/DroidSans.eot?#iefix') format('embedded-opentype'),
url('../webfonts/DroidSans.woff') format('woff'),
url('../webfonts/DroidSans.ttf') format('truetype'),
url('../webfonts/DroidSans.svg#DroidSans') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Oswald_Regular';
src: url('../webfonts/Oswald_Regular.eot');
src: url('../webfonts/Oswald_Regular.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Oswald_Regular.woff') format('woff'),
url('../webfonts/Oswald_Regular.ttf') format('truetype'),
url('../webfonts/Oswald_Regular.svg#Oswald_Regular') format('svg');
font-weight: normal;
font-style: normal;
}
