html {
  font-size: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html {
    font-size: 75%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  html {
    font-size: 75%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}
a {
  color: #067527;
  font-weight: 600;
}
a:hover,
a:focus {
  color: #1c6a2c;
  text-decoration: underline;
}
a.unlink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
a[href]:after {
  content: "";
}
h1 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #067527;
  margin-top: 0;
  margin-bottom: 1.125rem;
}
h1.black {
  color: #1c1c1c;
}
h1.white {
  color: white;
}
@media (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}
* + h1 {
  margin-top: 2rem;
}
h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #067527;
  margin-top: 0;
  margin-bottom: .75rem;
}
h2.black {
  color: #1c1c1c;
}
h2.white {
  color: white;
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.8rem;
  }
}
* + h2 {
  margin-top: 1.125rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #067527;
  margin-top: 0;
  margin-bottom: .75rem;
}
h3.black {
  color: #1c1c1c;
}
h3.white {
  color: white;
}
* + h3 {
  margin-top: 1.125rem;
}
h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #067527;
  margin-top: 0;
  margin-bottom: 8px;
}
h4.black {
  color: #1c1c1c;
}
h4.white {
  color: white;
}
* + h4 {
  margin-top: 1.125rem;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #067527;
}
ul {
  list-style-type: square;
}
p.img-caption {
  background-color: #858585;
  color: white;
  font-weight: 400;
  padding: .125rem .5rem;
}
.btn-primary {
  background-color: #067527;
  border-color: #067527;
}
.btn-primary:hover {
  background-color: #078d2f;
  border-color: #067f2a;
}
#content {
  /* Fluid Styled Content */
  /* Anpassungen Bilder in 3er Raster */
  /*// Anpassungen von kleinen bis groeßeren Geraeten
    @media (min-width: @screen-xs-max)  {
        .ce-gallery {
            .ce-column {
                margin: 0px;
                // Abstand zwischen Bildern
                padding: 0 5px;
                box-sizing: border-box;

                // Kein Abstand beim ersten und letzten Bild
                &:first-child {
                    padding-left: 0;
                }
                &:last-child {
                    margin-right: 0;
                }
            }

            // Fluid Image Tags
            img,
            picture {
                width: 100%;
                height: auto;
            }

            // Spaltenbreiten je nach eingestellten Columns
            &[data-ce-columns="2"] .ce-column {
                width: 50%;
            }
            &[data-ce-columns="3"] .ce-column {
                width: 33%;
            }
            &[data-ce-columns="4"] .ce-column {
                width: 25%;
            }
            &[data-ce-columns="5"] .ce-column {
                width: 20%;
            }
        }
    }

    // Anpassungen fuer kleine Geraete
    @media (max-width: @screen-xs-max) {
        .ce-gallery {

            // Ein Bild pro Zeile
            .ce-column {
                margin: 0 0 10px;
                width: 100%;
                box-sizing: border-box;
            }
            // Fluid Image Tags
            img,
            picture {
                width: 100%;
                height: auto;
            }
        }
    }*/
}
#content .ce-bodytext a[href^="mailto"],
#content .ce-bodytext a[href^="javascript:linkTo_UnCryptMailto"],
#content .ce-bodytext a.linkext,
#content .ce-bodytext a.external-link-new-window,
#content .ce-bodytext a.linkint,
#content .ce-bodytext a[href^='/fileadmin/'] {
  position: relative;
  padding-left: 1.625rem;
}
#content .ce-bodytext a[href^="mailto"]:after,
#content .ce-bodytext a[href^="javascript:linkTo_UnCryptMailto"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1l4 2 4-2v-1h-8zm0 2v4h8v-4l-4 2-4-2z' transform='translate(0 1)' fill='%23069931' /%3E%3C/svg%3E");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 0 0.2rem;
  padding-right: 0.1rem;
  margin-left: 0.2rem;
  color: #067527;
  position: absolute;
  left: .2rem;
  top: .1rem;
}
#content .ce-bodytext a.linkext:after,
#content .ce-bodytext a.external-link-new-window:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z' fill='%23069931' /%3E%3C/svg%3E");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 0 0.2rem;
  padding-right: 0.1rem;
  margin-left: 0.2rem;
  color: #067527;
  position: absolute;
  left: .2rem;
  top: .1rem;
}
#content .ce-bodytext a.linkint:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 8 8'%3E%3Cpath d='M3 0v3h-2l3 3 3-3h-2v-3h-2zm-3 7v1h8v-1h-8z' fill='%23069931' /%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 0 0.2rem;
  padding-right: 0.1rem;
  margin-left: 0.2rem;
  color: #067527;
  position: absolute;
  left: .2rem;
  top: .1rem;
}
#content .ce-bodytext a[href^='/fileadmin/']:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 8 8'%3E%3Cpath d='M3 0v3h-2l3 3 3-3h-2v-3h-2zm-3 7v1h8v-1h-8z' fill='%23069931' /%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 0 0.2rem;
  padding-right: 0.1rem;
  margin-left: 0.2rem;
  color: #067527;
  position: absolute;
  left: .2rem;
  top: .1rem;
}
#content .frame-default {
  margin-bottom: 2rem;
}
#content .ce-textpic {
  /*.ce-bodytext {
            margin-top: -0.36rem;
        }*/
}
#content .ce-center .ce-outer,
#content .ce-left .ce-outer {
  float: none;
  position: static;
}
#content .ce-column {
  float: none !important;
}
#content .ce-left .ce-gallery {
  float: left;
  max-width: 100%;
}
@media (max-width: 767px) {
  #content .ce-left .ce-gallery {
    max-width: 50%;
  }
}
#content .ce-right .ce-gallery {
  float: right;
  max-width: 100%;
}
@media (max-width: 767px) {
  #content .ce-right .ce-gallery {
    max-width: 50%;
  }
}
#content .ce-center .ce-inner,
#content .ce-left .ce-inner {
  float: none;
  position: static;
}
#content .ce-row {
  display: flex;
  flex-grow: 1;
  margin-right: -10px;
}
#content :last-child.ce-column {
  margin-right: 20px;
}
#content .ce-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#content .ce-gallery figcaption,
#content .thumbnail .caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 0;
  /*background-color: @hellgrau;*/
  color: #1c1c1c;
  font-weight: 400;
  padding: .125rem 0rem;
  font-size: 0.825rem;
}
#content .thumbnail .caption {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 375px) {
  #content .ce-left .ce-gallery {
    float: none;
    width: 100%;
  }
  #content .ce-right .ce-gallery {
    float: none;
    width: 100%;
  }
}
#content .three-col-grid .ce-row {
  margin-right: 0;
}
#content .three-col-grid .ce-gallery {
  float: none;
  margin-left: 0;
}
#content .three-col-grid .ce-gallery :last-child.ce-column {
  margin-right: 0;
}
#content .three-col-grid .ce-intext.ce-right .ce-gallery,
#content .three-col-grid .ce-intext.ce-left .ce-gallery,
#content .three-col-grid .ce-above .ce-gallery {
  margin-bottom: 20px;
}
#content ul.ce-uploads {
  margin-bottom: -1rem;
}
#content ul.ce-uploads > li {
  border-bottom: 1px solid #067527;
  padding-bottom: .5rem;
}
#content ul.ce-uploads > li img {
  display: none;
}
#content ul.ce-uploads > li div {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/Files/doc.png");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  padding: 0.5rem 1rem .5rem 3rem;
}
#content ul.ce-uploads > li > div > a > span.ce-uploads-fileName {
  display: inline;
}
#content ul.ce-uploads > li > div > a > span.ce-uploads-fileName.linkext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z' fill='%23069931' /%3E%3C/svg%3E");
  background-position: right 0.3rem;
  background-repeat: no-repeat;
  padding-right: 1.2rem;
}
#content ul.ce-uploads > li > div > span.ce-uploads-filesize {
  padding-left: 1rem;
  display: inline;
  border-left: 2px solid green;
  margin-left: 1rem;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
table.contenttable {
  border-spacing: 2px;
  border-collapse: separate;
}
table.contenttable th {
  color: white;
  font-weight: 500;
  background-color: #067527;
  padding: 6px 10px 2px;
}
table.contenttable tr:nth-child(odd) {
  background-color: #efefef;
}
table.contenttable tr:nth-child(even) {
  background-color: #dfdfdf;
}
table.contenttable td {
  padding: 6px 10px 2px;
}
table.contenttable th p,
table.contenttable td p {
  margin-top: 0;
  margin-bottom: 8px;
}
table.contenttable th p:last-child,
table.contenttable td p:last-child {
  margin-bottom: 0;
}
.accordion .card {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card .card-header {
  padding: .5rem 1.5rem;
  border-bottom: 1px solid #067527;
}
.accordion .card .card-header button {
  font-weight: 600;
}
.accordion .card button.btn-link {
  display: block;
  text-align: left;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.accordion .card button.btn-link span.oi {
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1.375rem;
  color: #067527;
}
.accordion .card button.btn-link.collapsed span.oi {
  transform: rotateX(180deg);
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #1c6a2c;
}
.tooltip-inner {
  background-color: #1c6a2c;
}
.tooltip-inner a {
  color: #fff;
  font-size: 1.2rem;
}
#carouselPauseBtn {
  background-color: #067527;
  width: 3rem;
  height: 2rem;
  bottom: 3%;
  right: 2%;
  display: block;
  position: absolute;
  border: none;
  color: #FFFFFF;
  border-radius: 3px;
}
.marg-bottom-1 {
  margin-bottom: 1rem;
}
#header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c9c9c+0,828c95+37,3b3b3a+100 */
  background: #9c9c9c;
  /* Old browsers */
  background: linear-gradient(45deg, #9c9c9c 0%, #828c95 37%, #3b3b3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
@media (min-width: 768px) {
  #header {
    min-height: 18rem;
  }
}
@media (min-width: 992px) {
  #header {
    min-height: 343px;
  }
}
@media (max-width: 767px) {
  #header {
    background: #067527;
    /* Old browsers */
    min-height: 5rem;
  }
}
#header .header-img {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  /*
        @media (max-width: @screen-lg-max) {
            height: 360px;
        }
        @media (max-width: @screen-md-max) {
            height: 300px;
        }*/
}
#header .header-img .header-text {
  position: relative;
  height: 100%;
}
#header .header-img .header-text h2 {
  position: absolute;
  bottom: 4rem;
  background-color: rgba(6, 153, 59, 0.8);
  color: white;
  padding: .25rem 2rem;
}
@media (max-width: 991px) {
  #header .header-img .header-text h2 {
    font-size: 2rem;
    padding: .25rem 1.5rem;
    bottom: 2rem;
    background-color: rgba(6, 153, 59, 0.9);
  }
}
@media (max-width: 767px) {
  #header .header-img .header-text h2 {
    font-size: 1.75rem;
    padding: .25rem 1rem;
    bottom: 1rem;
  }
}
#header .logo {
  z-index: 100;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
}
#header .logo img.img-logo {
  transition: all 0.25s ease-in-out;
  background-color: white;
  padding: 1.5rem;
}
#header .logo img.img-logo:hover {
  filter: brightness(85%);
}
@media (max-width: 1199px) {
  #header .logo img.img-logo {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  #header .logo {
    right: inherit;
    left: calc((100vw - 720px)/2);
  }
  #header .logo img.img-logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    position: absolute;
    left: calc((100vw - 540px)/2);
  }
  #header .logo img.img-logo {
    width: inherit;
    height: 4rem;
    padding: .25rem;
  }
}
@media (max-width: 767px) {
  #header .logo {
    margin-left: 1rem;
    left: inherit;
    position: relative;
    text-align: left;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    float: left;
  }
  #header .logo img.img-logo {
    margin: inherit;
  }
}
#header .suche-mobil {
  margin-top: 1.25rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 2px solid white;
  width: 3rem;
  position: absolute;
  right: 5rem;
  background-color: green;
  padding: 0.2rem;
}
#header .suche-mobil a {
  display: inherit;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .suche-mobil {
    height: 2.6rem;
    display: flex !important;
  }
}
#header .telefon-mobil {
  margin-top: 1.25rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 2px solid white;
  width: 3rem;
  position: absolute;
  right: 5rem;
  background-color: green;
  padding: 0.2rem;
  right: 8.8rem;
}
#header .telefon-mobil a {
  display: inherit;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .telefon-mobil {
    height: 2.6rem;
    display: flex !important;
  }
}
#header .suche {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 3.75rem;
}
@media (min-width: 1500px) {
  #header .suche {
    right: calc((100vw - 1518px)/2);
  }
}
@media (max-width: 1199px) {
  #header .suche {
    top: 2.5rem;
  }
}
@media (max-width: 991px) {
  #header .suche {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  #header .suche {
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 575px) {
  #header .suche {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
#header .suche.mobile {
  position: absolute;
  width: 100%;
  top: 4.6rem;
  background-color: rgba(28, 106, 44, 0.8);
  right: 0rem;
}
#header .suche.mobile form.form-inline {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .suche.mobile form.form-inline {
    flex-direction: row-reverse;
    padding-right: 1rem;
  }
  #header .suche.mobile form.form-inline button {
    position: absolute;
  }
  #header .suche.mobile form.form-inline .form-control {
    width: 100%;
  }
}
#header .suche .navbar {
  padding-right: 0;
}
#header .suche .navbar form.form-inline button {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 0px;
  background-color: #858585;
  color: white;
  padding: 0;
}
#header .suche .navbar form.form-inline button img {
  width: 2.125rem;
}
@media (max-width: 767px) {
  #header .suche .navbar form.form-inline button {
    font-size: 1.25rem;
    height: 2.5rem;
    width: 3rem;
  }
}
@media (max-width: 575px) {
  #header .suche .navbar form.form-inline button {
    height: 3rem;
    width: 3.825rem;
  }
}
#header .suche .navbar form.form-inline input {
  border: 0;
  height: 3rem;
  font-size: 1.25rem;
  border-radius: 0px;
  margin-right: 0 !important;
}
#header .suche .navbar form.form-inline input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
@media (max-width: 767px) {
  #header .suche .navbar form.form-inline input {
    font-size: 1.125rem;
    height: 2.5rem;
  }
}
@media (max-width: 575px) {
  #header .suche .navbar form.form-inline input {
    height: 3rem;
  }
}
@media (max-width: 575px) {
  #header .suche .navbar form.form-inline {
    flex-flow: row-reverse;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #header .suche .navbar {
    padding: 0 1rem;
  }
}
#header .burger {
  z-index: 100;
  position: absolute;
  right: 1rem;
  background-color: #067527;
  padding: .25rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #header .burger {
    display: none;
  }
}
#header .burger .navbar-toggle {
  border: none;
  background-color: green;
  padding: .5rem .75rem .25rem;
  margin-right: 0;
  border: 2px solid white;
}
#header .burger .navbar-toggle .icon-bar {
  width: 1.125rem;
  margin-bottom: .25rem;
  height: .25rem;
  background: #ffffff;
  display: block;
}
#header .burger .offcanvas-toggle.is-open {
  background-color: #858585;
}
#header .burger .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
#header .burger .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
#header .burger button:focus {
  outline: none;
}
#header .socialmediabutton {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 40%;
  /*@media (min-width: 1500px) {
            right: calc(~"(100vw - 1518px)/2");
        }*/
}
@media (max-width: 991px) {
  #header .socialmediabutton {
    top: inherit;
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  #header .socialmediabutton {
    right: 1rem;
  }
}
@media (max-width: 575px) {
  #header .socialmediabutton {
    top: 0;
  }
}
#header .socialmediabutton ul.smb {
  padding-left: 0;
  margin: 0;
}
#header .socialmediabutton ul.smb li.smb {
  transition: all 0.25s ease-in-out;
  list-style: none;
  color: white;
  background: #067527;
  padding: .5rem .5rem .5rem .5rem;
}
#header .socialmediabutton ul.smb li.smb img {
  width: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 991px) {
  #header .socialmediabutton ul.smb li.smb {
    padding: .25rem .25rem .25rem .25rem;
  }
  #header .socialmediabutton ul.smb li.smb i.fa-2x {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #header .socialmediabutton ul.smb li.smb i.fa-2x {
    font-size: 1.625rem;
  }
}
@media (max-width: 575px) {
  #header .socialmediabutton ul.smb li.smb {
    min-width: 3rem;
    display: inline-block;
  }
}
#header .socialmediabutton ul.smb li.smb:nth-child(1) {
  background-color: #3B5998;
}
#header .socialmediabutton ul.smb li.smb:nth-child(2) {
  background-color: #007da3;
}
#header .socialmediabutton ul.smb li.smb:nth-child(3) {
  background-color: #E62117;
}
#header .socialmediabutton ul.smb li.smb:nth-child(4) {
  background-color: #975ca3;
}
#header .socialmediabutton ul.smb li.smb:hover {
  filter: brightness(75%);
}
@media (max-width: 767px) {
  #header .carousel {
    position: static;
  }
}
#header .carousel ol.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.9);
  width: 1rem;
  height: 1rem;
}
#header .carousel ol.carousel-indicators li.active {
  background-color: #067527;
  scale: 1.3;
  border: 1px solid #000;
}
#header .carousel ol.carousel-indicators li:hover {
  scale: 1.3;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  #header .carousel ol.carousel-indicators {
    bottom: -3rem;
  }
  #header .carousel ol.carousel-indicators li {
    background-color: #858585;
    margin-left: 10px;
  }
  #header .carousel ol.carousel-indicators li.active {
    background-color: #067527;
  }
}
#header .carousel a:hover h2,
#header .carousel a:hover p {
  text-decoration: none;
  /*color: @gruen1;*/
  transform: scale(1.05);
}
@media (max-width: 575px) {
  #header .carousel img {
    width: auto !important;
    max-width: inherit;
  }
}
#header .carousel .car-img-wrapper {
  width: 100%;
  /*max-width: 1500px;
            max-height: 660px;*/
  margin: 0 auto;
}
#header .carousel .carousel-text-container {
  position: absolute;
  bottom: 4rem;
}
@media (max-width: 991px) {
  #header .carousel .carousel-text-container {
    bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #header .carousel .carousel-text-container {
    bottom: 1rem;
  }
}
@media (max-width: 575px) {
  #header .carousel .carousel-text-container {
    bottom: 0rem;
  }
}
#header .carousel .carousel-text-container h2 {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  background-color: rgba(6, 117, 39, 0.8);
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}
@media (max-width: 991px) {
  #header .carousel .carousel-text-container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #header .carousel .carousel-text-container h2 {
    font-size: 1.75rem;
  }
}
#header .carousel .carousel-text-container p {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  color: white;
  font-size: 1.5rem;
  padding: 0.3rem 0.7rem 0.3rem 0.7rem;
  background-color: rgba(6, 117, 39, 0.8);
}
#header .carousel .carousel-text-container p:after {
  content: ">";
  padding-left: 1rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  #header .carousel .carousel-text-container p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #header .carousel .carousel-text-container p {
    font-size: 1rem;
  }
}
#header .carousel .carousel-text-container.alternativecol p {
  background-color: rgba(255, 213, 0, 0.9);
  color: #005bbb;
}
#header .carousel .carousel-text-container.alternativecol h2 {
  background-color: rgba(0, 91, 187, 0.9);
  color: #ffd500;
}
#header .carousel img {
  margin: 0 auto;
}
#header .header-img {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .header-img img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .header-img img {
    height: inherit;
    min-height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  img {
    height: inherit;
  }
}
#navigation {
  margin-top: -1px;
  background-color: #067527;
}
@media (max-width: 767px) {
  #navigation {
    background-color: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navigation .container {
    max-width: inherit;
  }
}
#navigation .navigation ul.nav {
  position: relative;
}
#navigation .navigation ul.nav li.nav-item {
  border-radius: 0;
}
#navigation .navigation ul.nav li.nav-item a.nav-link {
  transition: all 0.1s ease-in-out;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  padding: .375rem;
}
#navigation .navigation ul.nav li.nav-item a.nav-link:hover {
  border-radius: 0;
  background-color: white;
  color: #067527;
}
@media (max-width: 1199px) {
  #navigation .navigation ul.nav li.nav-item a.nav-link {
    font-size: 1.125rem;
    padding: .25rem;
  }
}
@media (max-width: 991px) {
  #navigation .navigation ul.nav li.nav-item a.nav-link {
    font-size: 1rem;
    padding: .25rem;
  }
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 20px 20px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 20px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px 6px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.93);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3rem 2rem 2rem 2rem;
  margin: 0;
  border: none;
  width: 100vw;
  left: calc((100vw - 1110px)/-2) !important;
  top: inherit !important;
  transform: inherit !important;
}
@media (max-width: 1199px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu {
    left: calc((100vw - 930px)/-2) !important;
  }
}
@media (max-width: 991px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu {
    left: -1rem !important;
  }
}
@media (max-width: 767px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu {
    max-width: inherit;
  }
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu .menu-wrap {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu .menu-wrap {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu .menu-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu .menu-wrap {
    max-width: inherit;
  }
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu a.ebene1 {
  transition: all 0.1s ease-in-out;
  margin-bottom: 1rem;
  display: block;
  color: #067527;
  padding: .125rem 1rem;
  text-transform: uppercase;
  font-size: 1.2375rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  #navigation .navigation ul.nav li.nav-item .dropdown-menu a.ebene1 {
    font-size: 1rem;
  }
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu a.ebene1:hover {
  color: white;
  text-decoration: none;
  background-color: #067527;
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu ul {
  padding: 0;
  margin-bottom: 1rem;
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu ul li {
  list-style: none;
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu ul li a.ebene2 {
  transition: all 0.25s ease-in-out;
  display: block;
  padding: .125rem 0.9rem;
  color: #1c1c1c;
  white-space: normal;
  font-weight: 600;
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu ul li a.ebene2:hover {
  color: #067527;
  text-decoration: none;
  transform: translateX(1rem);
}
#navigation .navigation ul.nav li.nav-item .dropdown-menu .row {
  /*display: block;
                        flex-wrap: inherit;
                        .col-4, .col-xl-3 {
                            display: inline-block;
                            float: left;
                        }*/
}
#navigation .navigation ul.nav li.nav-item:hover:after {
  z-index: 1001;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #067527;
  border-width: 16px;
  margin-left: -16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #navigation .navigation ul.nav li.nav-item:hover:after {
    display: none;
  }
}
#navigation .navigation ul.nav-pills li.nav-item.show > a.nav-link {
  background-color: white;
  color: #067527 !important;
}
#navigation .navigation ul.nav-pills li.nav-item.show:after {
  z-index: 1001;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #067527;
  border-width: 16px;
  margin-left: -16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #navigation .navigation ul.nav-pills li.nav-item.show:after {
    display: none;
  }
}
#navigation #navbar-offcanvas {
  padding-left: 0;
  padding-right: 0;
}
#navigation #navbar-offcanvas .menu-header {
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  border-bottom: 2px solid #067527;
  margin-bottom: 1rem;
}
#navigation #navbar-offcanvas.in {
  background-color: white;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
#navigation #navbar-offcanvas a {
  font-weight: 400;
  display: block;
}
#navigation #navbar-offcanvas ul {
  padding: 0;
  list-style: none;
  color: #1c1c1c;
}
#navigation #navbar-offcanvas ul li.dropdown {
  margin-bottom: 1rem;
  list-style: none;
}
#navigation #navbar-offcanvas ul li.dropdown a.dropdown-toggle {
  color: #1c1c1c;
  display: block;
  text-transform: uppercase;
  background-color: white;
  font-weight: 600;
  padding: .375rem 1rem .375rem 1rem;
}
#navigation #navbar-offcanvas ul li.dropdown a.dropdown-toggle span.oi {
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  position: absolute;
  right: .5rem;
  bottom: .625rem;
  top: inherit;
  color: #067527;
}
#navigation #navbar-offcanvas ul li.dropdown a.dropdown-toggle:after {
  display: none;
}
#navigation #navbar-offcanvas ul li.dropdown.open a.dropdown-toggle {
  background-color: #1c1c1c;
  color: #fff;
}
#navigation #navbar-offcanvas ul li.dropdown.open a.dropdown-toggle span.oi {
  transform: rotateX(180deg);
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 1rem;
  margin-top: 0;
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li a.canvas-hp {
  text-transform: uppercase;
  font-weight: 600;
  color: #067527;
  padding: .25rem 0 .25rem 1.5rem;
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li a.canvas-hp:hover {
  background-color: #ddd;
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li ul {
  padding-left: 1rem;
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li ul li a {
  color: #1c1c1c;
  padding: .125rem .0rem .125rem .5rem;
  margin-left: .5rem;
}
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li ul li a:hover,
#navigation #navbar-offcanvas ul li.dropdown ul.dropdown-menu li ul li a.active {
  color: #067527;
  border-left: 2px solid #067527;
}
.dropdown-item:hover,
.dropdown-item.active {
  background-color: unset;
}
#breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  #breadcrumbs ul {
    margin-right: 4rem;
    padding-top: 1rem;
    width: 100%;
  }
}
#breadcrumbs ul li {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  #breadcrumbs ul li {
    font-size: .875rem;
  }
}
#breadcrumbs ul li a {
  font-weight: 400;
}
#breadcrumbs ul li a:after {
  content: " > ";
  color: #067527;
  font-weight: 700;
  padding-right: .5rem;
  padding-left: .5rem;
}
#breadcrumbs ul li a:hover {
  color: #1c6a2c;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #breadcrumbs ul li a {
    font-size: .875rem;
  }
}
#content {
  min-height: 200px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  /* Teaser Folgeseiten */
}
@media (max-width: 767px) {
  #content {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  #content {
    margin-top: 1rem;
  }
}
#content .akkordeon-wrapper,
#content .two-col-grid,
#content .three-col-grid,
#content .teaser,
#content .service {
  margin-bottom: 3rem;
}
#content .inhaltselement {
  margin-bottom: 3rem;
}
#content .service h2 {
  margin-bottom: 1rem;
  color: #067527;
}
#content .service .serviceelement {
  margin-bottom: .5rem;
  transition: all 0.25s ease-in-out;
}
#content .service .serviceelement a {
  display: flex;
  flex-wrap: nowrap;
}
#content .service .serviceelement .service-img {
  width: 4.25rem;
  height: 4.25rem;
  background-color: #858585;
  border-radius: 50%;
  padding: .675rem;
}
#content .service .serviceelement p {
  transition: all 0.25s ease-in-out;
  line-height: 4rem;
  font-size: 1.25rem;
  color: #858585;
  font-weight: bold;
  display: inline;
  padding-left: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .service .serviceelement p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #content .service .serviceelement p {
    font-size: 1rem;
  }
}
#content .service .serviceelement:hover a {
  text-decoration: none;
}
#content .service .serviceelement:hover p {
  color: #067527;
}
#content .service .serviceelement:hover .service-img {
  background-color: #067527;
}
#content .teaser h2 {
  color: #ae75b3;
  margin-bottom: 1rem;
}
#content .teaser .teaserelement {
  height: 100%;
  transition: all 0.25s ease;
  padding-top: 1rem;
  background-color: #ae75b3;
}
#content .teaser .teaserelement a {
  display: block;
}
#content .teaser .teaserelement a .teaser-img-wrapper {
  height: 180px;
  margin: 0 1rem;
  overflow: hidden;
  /*@supports (-ms-ime-align:auto) {
                        img {
                            width: inherit;
                        }
                    }
                    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                        img {
                            width: inherit;
                        }
                    }*/
}
#content .teaser .teaserelement a .teaser-img-wrapper .teaser-img {
  transition: all 0.25s ease;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
#content .teaser .teaserelement a .teaser-img-wrapper img {
  transition: all 0.25s ease;
  object-fit: cover;
  width: 100%;
}
#content .teaser .teaserelement a .teaser-img-wrapper.bereichsBildHG {
  display: block;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
#content .teaser .teaserelement a .teaser-img-wrapper.bereichsBildHG img {
  object-fit: unset;
  height: 100%;
  width: auto !important;
}
#content .teaser .teaserelement a .teaser-text-wrapper {
  padding: 1rem;
}
#content .teaser .teaserelement a .teaser-text-wrapper p.teaser-head {
  font-size: 1.2rem;
  color: #000;
}
#content .teaser .teaserelement a .teaser-text-wrapper p.teaser-text {
  font-weight: 400;
  color: #000;
}
#content .teaser .teaserelement:hover {
  background-color: #975ca3;
}
#content .teaser .teaserelement:hover a {
  text-decoration: none;
}
#content .teaser .teaserelement:hover img,
#content .teaser .teaserelement:hover .teaser-img {
  transform: scale(1.1);
}
#content .teaser .teaserelement:hover p {
  color: black;
}
#content .teaser .moreteaser .button-wrapper {
  text-align: right;
}
#content .teaser .moreteaser .button-wrapper button {
  transition: all 0.25s ease-in-out;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: .175rem 1.25rem;
  background-color: #975ca3;
  border-color: #975ca3;
}
#content .teaser .moreteaser .button-wrapper button.collapsed {
  transform: rotateX(180deg);
}
#content .teaser .moreteaser .button-wrapper button:focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
#content .teaser .moreteaser .button-wrapper button:hover {
  background-color: #975ca3;
}
#content .teaser .moreteaser .button-wrapper p {
  color: #975ca3;
  font-size: .75rem;
  padding-top: .25rem;
}
#content .container.unterseite .teaser h2 {
  color: #009ee3;
}
#content .container.unterseite .teaser .teaserelement {
  background-color: rgba(0, 166, 215, 0.7);
}
#content .container.unterseite .teaser .teaserelement:hover {
  background-color: rgba(0, 107, 139, 0.7);
}
#content .container.unterseite .teaser .teaserelement a .teaser-text-wrapper p.teaser-head {
  color: #fff;
}
#content .container.unterseite .teaser .teaserelement a .teaser-text-wrapper p.teaser-text {
  color: #fff;
}
#content .container.unterseite .moreteaser .button-wrapper button {
  color: white;
  background-color: #009ee3;
  border-color: #009ee3;
}
#content .container.unterseite .moreteaser .button-wrapper button:focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
#content .container.unterseite .moreteaser .button-wrapper button:hover {
  background-color: #00b0fc;
}
#content .container.unterseite .moreteaser .button-wrapper p {
  color: #009ee3;
}
#footergrafik {
  border-bottom: 20px solid #067527;
  margin-bottom: .1875rem;
  filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(6458%) hue-rotate(151deg) brightness(90%) contrast(95%);
}
@media (max-width: 767px) {
  #footergrafik .container {
    max-width: 100%;
  }
}
#footergrafik .footergrafik {
  margin-bottom: -.25rem;
}
#footer {
  padding-top: 2rem;
  position: relative;
  background-color: #858585;
  color: #1c1c1c;
  min-height: 200px;
}
#footer .socialmediabutton ul.smb {
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .socialmediabutton ul.smb li.smb {
  transition: all 0.25s ease-in-out;
  list-style: none;
  color: white;
  background: #067527;
  padding: .5rem .5rem .5rem .5rem;
  margin-right: 2rem;
}
#footer .socialmediabutton ul.smb li.smb img {
  width: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 991px) {
  #footer .socialmediabutton ul.smb li.smb {
    padding: .25rem .25rem .25rem .25rem;
  }
  #footer .socialmediabutton ul.smb li.smb i.fa-2x {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #footer .socialmediabutton ul.smb li.smb i.fa-2x {
    font-size: 1.625rem;
  }
}
@media (max-width: 575px) {
  #footer .socialmediabutton ul.smb li.smb {
    min-width: 3rem;
    display: inline-block;
  }
}
#footer .socialmediabutton ul.smb li.smb:nth-child(1) {
  background-color: #3B5998;
}
#footer .socialmediabutton ul.smb li.smb:nth-child(2) {
  background-color: #007da3;
}
#footer .socialmediabutton ul.smb li.smb:nth-child(3) {
  background-color: #975ca3;
  margin-right: 0;
}
#footer .socialmediabutton ul.smb li.smb:hover {
  filter: brightness(75%);
}
#footer .sitemap {
  margin-bottom: .5rem;
}
#footer .sitemap h2 {
  text-align: center;
  border-bottom: 0.125rem solid #1c1c1c;
  padding-bottom: 1rem;
}
#footer .sitemap .footerlist {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #1c1c1c;
}
#footer .sitemap .footerlist ul {
  text-align: center;
  list-style: none;
  margin-bottom: 2rem;
}
#footer .sitemap .footerlist ul li {
  font-size: .875rem;
  font-weight: bold;
}
#footer .sitemap .footerlist ul li a {
  color: #1c1c1c;
}
#footer .sitemap .footerlist ul li a:hover {
  text-decoration: none;
  color: white;
}
#footer .sitemap .footerlist ul li.header {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 0 .25rem 0;
  font-weight: bold;
}
#footer .footermeta {
  margin-bottom: 1rem;
}
#footer .footermeta ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
#footer .footermeta ul li {
  padding-left: 1rem;
  font-size: 0.875rem;
  float: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #footer .footermeta ul li {
    padding-left: .5rem;
    display: inline;
    float: none;
  }
}
#footer .footermeta ul li:first-child {
  padding-left: 0;
}
#footer .footermeta ul li a {
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: bold;
}
#footer .footermeta ul li a:hover {
  color: white;
}
#footer .footermeta ul li:after {
  content: "|";
  font-weight: bold;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  #footer .footermeta ul li:after {
    padding-left: .5rem;
  }
}
#footer .footermeta ul li:last-child:after {
  content: "";
}
#footer .footermeta ul.updatetime li.head {
  text-transform: uppercase;
  font-weight: bold;
}
#footer .footerend {
  position: relative;
  min-height: 6rem;
}
#footer .footerend #myBtn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
  border-radius: 0;
  border: none;
  outline: none;
  background-color: #067527;
  color: white;
  cursor: pointer;
  padding: .5rem;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  #footer .footerend #myBtn {
    left: inherit;
    margin: inherit;
    right: 0;
  }
}
#footer .footerend #myBtn:hover {
  color: #1c1c1c;
}
#footer .footerend img.footerlogo {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
#content h2.topnews {
  color: #007da3;
  margin-bottom: 1rem;
}
#content .news {
  margin-bottom: 3rem;
}
#content .topnews-wrapper > div a:hover {
  text-decoration: none;
}
#content .topnews-wrapper > div .topnewselement {
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #content .topnews-wrapper > div .topnewselement {
    min-height: 300px;
  }
}
#content .topnews-wrapper > div .topnewselement .news-img-wrap {
  height: 313px;
  overflow: hidden;
  background-color: rgba(7, 163, 220, 0.7);
}
@media (max-width: 767px) {
  #content .topnews-wrapper > div .topnewselement .news-img-wrap {
    height: inherit;
  }
}
#content .topnews-wrapper > div .topnewselement .newswrapper {
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: rgba(7, 163, 220, 0.7);
  color: white;
}
#content .topnews-wrapper > div .topnewselement .newswrapper h2.top {
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 2rem;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
#content .topnews-wrapper > div .topnewselement .newswrapper p {
  font-weight: 600;
  position: absolute;
  top: 0px;
  padding: 1rem;
}
#content .topnews-wrapper > div .topnewselement .newswrapper p i {
  padding-right: .5rem;
}
#content .topnews-wrapper > div .topnewselement:hover .newswrapper {
  width: 51%;
}
@media (max-width: 767px) {
  #content .topnews-wrapper > div .topnewselement .newswrapper {
    position: relative;
    width: 100%;
    margin-top: -2.2rem;
    height: inherit;
    top: inherit;
    right: inherit;
  }
  #content .topnews-wrapper > div .topnewselement .newswrapper p {
    font-weight: 400;
    position: relative;
    top: inherit;
    padding: .5rem;
    margin-bottom: 0;
  }
  #content .topnews-wrapper > div .topnewselement .newswrapper h2.top {
    position: relative;
    bottom: inherit;
    padding: .5rem;
    margin: 0;
  }
  #content .topnews-wrapper > div .topnewselement:hover .newswrapper {
    width: inherit;
  }
  #content .topnews-wrapper > div .topnewselement:hover .newswrapper h3,
  #content .topnews-wrapper > div .topnewselement:hover .newswrapper h2 {
    transform: translateX(0.5rem);
  }
}
#content .topnews-wrapper div:nth-child(2) .topnewselement .news-img-wrap {
  background-color: rgba(245, 155, 0, 0.7);
}
#content .topnews-wrapper div:nth-child(2) .topnewselement .newswrapper {
  background-color: rgba(245, 155, 0, 0.7);
}
#content .aktuelles {
  margin-bottom: 3rem;
}
#content .aktuelles h2 {
  color: #067527;
  margin-bottom: 1rem;
}
#content .aktuelles a {
  display: block;
}
#content .aktuelles .aktuelleselement {
  background-color: #e5f5ea;
  position: relative;
  width: 100%;
  height: 100%;
}
#content .aktuelles .aktuelleselement a {
  height: 100%;
}
#content .aktuelles .aktuelleselement a .row {
  height: 100%;
}
#content .aktuelles .aktuelleselement .akt-img-wrapper {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
#content .aktuelles .aktuelleselement .akt-img-wrapper.logohintergrund {
  background-color: white;
  padding: .5rem;
}
#content .aktuelles .aktuelleselement .akt-img-wrapper .img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
#content .aktuelles .aktuelleselement p.img-datum {
  position: absolute;
  bottom: 0px;
  margin: 0;
  width: 100%;
  background-color: #067527;
  color: white;
  text-align: center;
  font-weight: bold;
}
#content .aktuelles .aktuelleselement .akt-text-wrapper {
  padding: .5rem .5rem .5rem 0;
  color: #1c1c1c;
}
@media (max-width: 991px) {
  #content .aktuelles .aktuelleselement .akt-text-wrapper {
    padding: .5rem;
  }
}
#content .aktuelles .aktuelleselement .akt-text-wrapper h2 {
  font-size: 1.25rem;
}
#content .aktuelles .aktuelleselement .akt-text-wrapper p {
  font-size: .875rem;
}
#content .aktuelles .aktuelleselement .akt-text-wrapper span {
  text-align: right;
  display: block;
}
#content .aktuelles .aktuelleselement:hover .akt-img-wrapper .img {
  transform: scale(1.1);
}
#content .aktuelles .aktuelleselement:hover a {
  text-decoration: none;
}
#content .aktuelles .aktuelleselement:hover .akt-text-wrapper span {
  color: #067527;
  font-weight: 700;
}
#content .aktuelles .morenews .button-wrapper {
  text-align: right;
}
#content .aktuelles .morenews .button-wrapper button {
  transition: all 0.25s ease-in-out;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: .175rem 1.25rem;
  background-color: #067527;
  border-color: #067527;
}
#content .aktuelles .morenews .button-wrapper button.collapsed {
  transform: rotateX(180deg);
}
#content .aktuelles .morenews .button-wrapper button:focus {
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
#content .aktuelles .morenews .button-wrapper button:hover {
  background-color: #1c6a2c;
}
#content .aktuelles .morenews .button-wrapper p {
  color: #067527;
  font-size: .75rem;
  padding-top: .25rem;
}
#content .aktuelles .morenews .archiv-news span {
  top: 3px;
  padding-left: 1rem;
}
#content .news-list-view .news-list-item {
  border-bottom: 1px solid green;
  padding-top: 1rem;
  background-color: #f4f4f4;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
#content .news-list-view .news-list-item img {
  height: inherit;
  width: auto;
  max-width: 100%;
  max-height: 200px;
}
#content .news-list-view .news-list-item .lead p {
  line-height: 1.2;
  font-size: 1.125rem;
}
#content .news-list-view .news-list-item .btn-read-more {
  background-color: green;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .news-list-view ul.pagination li.page-item.page-item a.page-link {
  color: #067527;
}
#content .news-list-view ul.pagination li.page-item.active span.page-link {
  background-color: #067527;
  border-color: #067527;
}
#content .news-single .article .btn span.oi {
  padding-right: .5rem;
  font-size: 0.9rem;
}
#content ul.news-menu-view {
  margin-left: 1rem;
}
#content ul.news-menu-view > li:before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  border-radius: 0;
  background: #067527;
  content: "";
  display: inline-block;
}
#content ul.news-menu-view > li > ul {
  border-left: 1px solid green;
  list-style: none;
  margin: 0 0 .5rem;
  padding: 0 1rem;
  font-size: 14px;
}
#content ul.news-menu-view > li > ul > li a {
  font-weight: 400;
}
#solr-ajax-searchresult {
  right: 0;
  top: 3.4rem;
}
@media (min-width: 1500px) {
  #solr-ajax-searchresult {
    min-width: 840px;
  }
}
@media (max-width: 1500px) {
  #solr-ajax-searchresult {
    min-width: 55.5vw;
  }
}
@media (max-width: 1199px) {
  #solr-ajax-searchresult {
    min-width: 56vw;
    top: 3.4rem;
  }
}
@media (max-width: 991px) {
  #solr-ajax-searchresult {
    min-width: 60vw;
    right: 0;
    top: 3.4rem;
  }
}
@media (max-width: 767px) {
  #solr-ajax-searchresult {
    min-width: inherit;
    width: calc(96.59999999999999vw);
    right: 0;
    top: 3rem;
    left: 1rem;
  }
}
@media (max-width: 575px) {
  #solr-ajax-searchresult {
    min-width: auto;
    width: auto;
    right: 1rem;
    top: 3.5rem;
    left: 1rem;
    position: absolute;
    overflow: hidden;
  }
}
#solr-ajax-searchresult a .path {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tx-solr-search ul.pagination {
  flex-wrap: wrap;
}
#tx-solr-search .tx-solr-search-form {
  padding-bottom: 1rem;
}
#tx-solr-search .tx-solr-search-form input.tx-solr-q {
  border-radius: 0;
}
#tx-solr-search .tx-solr-search-form .tx-solr-submit {
  background-color: #067527;
  border-radius: 0;
}
#tx-solr-search #results-per-page form select.form-control {
  margin-left: 1rem;
  border-radius: 0;
}
#tx-solr-search #solr-pagination ul.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin-top: 1rem;
}
#tx-solr-search #solr-pagination ul.pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #067527;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
#tx-solr-search #solr-pagination ul.pagination li a:hover,
#tx-solr-search #solr-pagination ul.pagination li a:focus {
  text-decoration: none;
  background-color: #e9ecef;
  color: #1c1c1c;
}
#tx-solr-search #solr-pagination ul.pagination li.active a {
  color: white;
  background-color: #067527;
  border-color: #067527;
}
#tx-solr-search ol.results-list li.results-entry {
  background-color: #f4f4f4;
  padding: 1rem;
  border-bottom: 1px solid #067527;
  margin-bottom: .5rem;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-header,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-header {
  background-color: #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-header h3,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-header h3 {
  margin-bottom: 0;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-body,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-body ul,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-body ul {
  margin: 0;
  padding-left: 1rem;
  list-style-type: none;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-body ul.facets,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-body ul.facets {
  padding-left: 0;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-body ul li h3,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-body ul li h3 {
  margin-top: 1rem;
}
#tx-solr-search #Solr-Rightcol #tx-solr-sorting .card .card-body ul li span.oi,
#tx-solr-search #Solr-Rightcol #tx-solr-faceting .card .card-body ul li span.oi {
  padding-right: 1rem;
}
.event-list {
  margin-bottom: 1rem;
}
.event-list .event-list-row .event-image a img {
  max-height: 160px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .event-list .event-list-row .event-image a img {
    min-width: 160px;
  }
}
@media (max-width: 575px) {
  .event-list .event-list-row .event-image a img {
    min-width: 200px;
    display: block;
    margin: 0 auto 1rem;
  }
}
.citko-event-pagination .page-link {
  color: #067527;
}
.citko-event-pagination .page-item.active .page-link {
  background-color: #067527;
  color: #fff;
}
.citko-event-searchform .col-12.col-lg-12.form-group.text-right {
  text-align: left !important;
}
.citko-gallery > div {
  margin: 0 auto;
}
.abcbar {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abcbar ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: unset;
}
.abcbar ul.pagination li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.abcbar ul.pagination li .page-link {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-color: #067527;
  border-radius: unset;
}
.abcbar ul.pagination li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #067527;
  border-color: #1c6a2c;
  border-radius: unset;
}
.dienstleistung_beschreibung .imageleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.dienstleistung_beschreibung .imageright {
  float: right;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.organisationen h2 {
  font-size: 1.25rem;
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/CitkoBuerger/organisation.png");
  background-position: left 0.2rem;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
}
.organisationen .col-3 * + h2 {
  margin-top: 0.9rem;
}
.organisationen .orgatree {
  margin-left: 0;
  padding-left: 1rem;
}
.organisationen .orgatree li {
  display: block;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/CitkoBuerger/organisation.png");
  background-position: left 0.2rem;
}
.organisationen .orgatree li a {
  display: block;
  margin-bottom: 0.5rem;
}
#accordion .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
#accordion .card .card-header {
  padding: .375rem 1.25rem;
  border-bottom: 1px solid #067527;
}
#accordion .card .card-header button {
  width: 100%;
  text-align: left;
  color: black;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#accordion .card .card-header button span.oi {
  line-height: 1.625;
  float: right;
  color: #067527;
  transition: all 0.25s ease-in-out;
  transform: rotateX(0deg);
}
#accordion .card .card-header button.collapsed span.oi {
  transform: rotateX(180deg);
}
.ansprechpartner.marginal {
  margin-bottom: 1rem;
}
.ansprechpartner_list .card,
.ansprechpartner .card {
  height: 100%;
  border: 1px solid #067527 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ansprechpartner_list .card .card-header,
.ansprechpartner .card .card-header {
  background-color: white;
  border-bottom: none !important;
  padding: .75rem 1rem;
}
.ansprechpartner_list .card h4.ansprechpartner_name,
.ansprechpartner .card h4.ansprechpartner_name {
  margin-bottom: 0;
}
.ansprechpartner_list .card h4.ansprechpartner_name:before,
.ansprechpartner .card h4.ansprechpartner_name:before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.15rem;
  margin-left: -0.15rem;
  border-radius: 0;
  background: #067527;
  content: "";
  display: inline-block;
}
.ansprechpartner_list .card .card-body,
.ansprechpartner .card .card-body {
  background-color: white;
  padding: 0.5rem 1rem .5rem 1rem;
}
.ansprechpartner_list .card .card-body span button,
.ansprechpartner .card .card-body span button {
  background-color: white;
  padding: .375rem .25rem .375rem 0;
}
.ansprechpartner_list .card .card-body span button:hover,
.ansprechpartner .card .card-body span button:hover {
  color: #067527;
}
.ansprechpartner_list .card .card-body span.mitarbeiter_detail a,
.ansprechpartner .card .card-body span.mitarbeiter_detail a,
.ansprechpartner_list .card .card-body span.mitarbeiter_detail button,
.ansprechpartner .card .card-body span.mitarbeiter_detail button {
  color: black;
  background-color: white;
  padding: .375rem 0rem .375rem .25rem;
}
.ansprechpartner_list .card .card-body span.mitarbeiter_detail a span.oi,
.ansprechpartner .card .card-body span.mitarbeiter_detail a span.oi,
.ansprechpartner_list .card .card-body span.mitarbeiter_detail button span.oi,
.ansprechpartner .card .card-body span.mitarbeiter_detail button span.oi {
  padding-right: .375rem;
  display: inline;
  color: #1c1c1c;
}
.ansprechpartner_list .card .card-body span.mitarbeiter_detail a:hover,
.ansprechpartner .card .card-body span.mitarbeiter_detail a:hover,
.ansprechpartner_list .card .card-body span.mitarbeiter_detail button:hover,
.ansprechpartner .card .card-body span.mitarbeiter_detail button:hover {
  color: #067527;
  text-decoration: none;
}
.ansprechpartner_list .card .card-body span.mitarbeiter_detail a:hover span.oi,
.ansprechpartner .card .card-body span.mitarbeiter_detail a:hover span.oi,
.ansprechpartner_list .card .card-body span.mitarbeiter_detail button:hover span.oi,
.ansprechpartner .card .card-body span.mitarbeiter_detail button:hover span.oi {
  color: #067527;
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse,
.ansprechpartner .card .card-body .mitarbeiter_adresse,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten {
  width: 100%;
  left: 0;
  font-size: 14px;
  margin-top: 47px;
  margin-bottom: 10px;
  position: absolute;
  background-color: white;
  z-index: 99;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  padding: 5px;
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse table,
.ansprechpartner .card .card-body .mitarbeiter_adresse table,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten table,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten table {
  margin-bottom: 0;
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd),
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd),
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd),
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0);
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd) td,
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd) td,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd) td,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd) td,
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd) th,
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(odd) th,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd) th,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(odd) th {
  border-top: none;
  border-bottom: 1px solid #067527;
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even),
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even),
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even),
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even) td,
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even) td,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even) td,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even) td,
.ansprechpartner_list .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even) th,
.ansprechpartner .card .card-body .mitarbeiter_adresse .table-striped tbody tr:nth-of-type(even) th,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even) th,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten .table-striped tbody tr:nth-of-type(even) th {
  border-top: none;
  border-bottom: 1px solid #067527;
}
.ansprechpartner_list .card .card-body .mitarbeiter_adresse:before,
.ansprechpartner .card .card-body .mitarbeiter_adresse:before,
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten:before,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #067527 transparent;
  top: -10px;
  left: 62px;
}
.ansprechpartner_list .card .card-body .mitarbeiter_oeffnungszeiten:before,
.ansprechpartner .card .card-body .mitarbeiter_oeffnungszeiten:before {
  left: 170px;
}
#accordion .col-xl-4.col-md-6.col-12.ansprechpartner.medium.mitte {
  margin-bottom: 1rem;
}
#accordion .col-xl-4.col-md-6.col-12.ansprechpartner.medium.mitte .card {
  margin-bottom: 0;
}
.organisationLeitung,
.organisationAdressen,
.organisationMaps,
.organisationOeffnungszeiten,
.ansprechpartner_ausgabe,
.dienstleistung_ansprechpartner {
  margin-bottom: 1rem;
}
.organisationLeitung .mitarbeiter_adresse,
.organisationAdressen .mitarbeiter_adresse,
.organisationMaps .mitarbeiter_adresse,
.organisationOeffnungszeiten .mitarbeiter_adresse,
.ansprechpartner_ausgabe .mitarbeiter_adresse,
.dienstleistung_ansprechpartner .mitarbeiter_adresse {
  margin-top: 9px !important;
}
.organisationLeitung .mitarbeiter_oeffnungszeiten,
.organisationAdressen .mitarbeiter_oeffnungszeiten,
.organisationMaps .mitarbeiter_oeffnungszeiten,
.organisationOeffnungszeiten .mitarbeiter_oeffnungszeiten,
.ansprechpartner_ausgabe .mitarbeiter_oeffnungszeiten,
.dienstleistung_ansprechpartner .mitarbeiter_oeffnungszeiten {
  margin-top: 9px !important;
}
.formulareList ul,
.formulare_list ul {
  padding-left: 0;
  margin-left: 0;
}
.formulareList ul a,
.formulare_list ul a {
  text-decoration: none;
  color: #1c1c1c;
}
.formulareList ul a:hover,
.formulare_list ul a:hover {
  color: #1c6a2c;
  text-decoration: underline;
}
.formulareList ul li,
.formulare_list ul li {
  padding-left: 0px;
  background-size: 25px;
  min-height: 40px;
  margin-top: 4px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #067527;
  padding-bottom: 1em;
  list-style: none;
  display: block;
  margin-bottom: 8px;
}
.formulareList ul li span.dienstleistung_formular_titel,
.formulare_list ul li span.dienstleistung_formular_titel {
  padding-left: 30px;
  display: block;
  margin-bottom: .5rem;
}
.formulareList ul li span.dienstleistung_formular_beschreibung,
.formulare_list ul li span.dienstleistung_formular_beschreibung {
  display: block;
  margin-bottom: .5rem;
}
.formulareList ul li span.formulare_dienstleistungen,
.formulare_list ul li span.formulare_dienstleistungen {
  display: block;
  padding-left: 30px;
}
.formulareList ul li span.formulare_dienstleistungen ul,
.formulare_list ul li span.formulare_dienstleistungen ul {
  margin-left: 0px;
}
.formulareList ul li.pdf,
.formulare_list ul li.pdf {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/Files/pdf.png");
}
.formulareList ul li.extern,
.formulare_list ul li.extern {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/Files/html.png");
}
.formulareList .formulare_dienstleistungen,
.formulare_list .formulare_dienstleistungen {
  font-size: 0.8em;
}
.formulareList .formulare_dienstleistungen strong,
.formulare_list .formulare_dienstleistungen strong {
  color: #1c1c1c;
  font-weight: normal;
}
.formulareList .formulare_dienstleistungen ul,
.formulare_list .formulare_dienstleistungen ul {
  margin-left: 20px;
  margin-bottom: 10px;
  display: inline;
}
.formulareList .formulare_dienstleistungen ul li,
.formulare_list .formulare_dienstleistungen ul li {
  position: relative;
  top: 1px;
  display: inline;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  list-style-type: square;
  border-bottom: none;
  min-height: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 2rem;
}
.formulareList .formulare_dienstleistungen ul li:before,
.formulare_list .formulare_dienstleistungen ul li:before {
  width: 1.5rem;
  color: #067527;
  font-family: 'Icons';
  text-align: center;
  box-sizing: content-box;
  content: '\e064';
}
.formulareList .formulare_dienstleistungen ul li a,
.formulare_list .formulare_dienstleistungen ul li a {
  padding-left: .5rem;
}
.dienstleistung_formulare ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.dienstleistung_formulare ul a {
  text-decoration: none;
  color: #1c1c1c;
}
.dienstleistung_formulare ul a:hover {
  color: #1c6a2c;
  text-decoration: underline;
}
.dienstleistung_formulare ul li {
  padding-left: 0px;
  background-size: 25px;
  min-height: 60px;
  margin-top: 8px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #067527;
  padding-bottom: 1em;
  list-style: none;
  display: block;
  margin-bottom: 8px;
}
.dienstleistung_formulare ul li span.dienstleistung_formular_titel {
  padding-left: 30px;
  display: block;
  margin-bottom: .5rem;
}
.dienstleistung_formulare ul li span.dienstleistung_formular_beschreibung {
  padding-left: 30px;
  display: block;
  margin-bottom: .5rem;
}
.dienstleistung_formulare ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dienstleistung_formulare ul li.pdf {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/Files/pdf.png");
}
.dienstleistung_formulare ul li.extern {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/Files/html.png");
}
.ansprechpartner_email,
.ansprechpartner_telefon,
.ansprechpartner_organisation,
.ansprechpartner_fax,
.ansprechpartner_strasse,
.ansprechpartner_ort {
  display: block;
  padding-left: 25px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.ansprechpartnerEmail,
.ansprechpartnerTelefon,
.ansprechpartnerMobil,
.ansprechpartnerFax {
  display: block;
  padding-left: 25px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.ansprechpartner_email,
.ansprechpartnerEmail {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/CitkoBuerger/email.png");
  background-position: 0 1px;
}
.ansprechpartner_email a,
.ansprechpartnerEmail a {
  color: #333333;
}
.ansprechpartner_telefon,
.ansprechpartnerTelefon,
.ansprechpartnerMobil {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/CitkoBuerger/phone.png");
}
.ansprechpartner_fax,
.ansprechpartnerFax {
  background-image: url("/typo3conf/ext/configmarl/Resources/Public/Icons/CitkoBuerger/print.png");
}
/* Anpassungen Ausgabe in Spalten */
.three-col-grid .ansprechpartner.medium.mitte {
  flex: 100%;
  max-width: 100%;
}
.ansprechpartnerShow .ansprechpartnerOrganisationen ul li.ansprechpartner_organisation {
  display: list-item;
  padding-left: 0;
}
@media (max-width: 575px) {
  .col-xl-4.col-md-6.col-12.ansprechpartner.medium.mitte {
    margin-bottom: 1rem;
  }
}
.tx-citko-directory .citko-directory_oeffnungszeiten,
.tx-citko-directory .citko-directory_beschreibung,
.tx-citko-directory .citko-directory_kontakt,
.tx-citko-directory .citko-directory_map {
  margin-bottom: 1rem;
}
.tx-citko-directory .citko-directory_list {
  padding-top: 2rem;
}
.tx-citko-directory .citko-directory_eintrag {
  margin-bottom: 1rem;
}
.tx-citko-directory .citko-directory_eintrag > div {
  padding: 1rem;
  border: 1px solid #067527;
  height: 100%;
}
.tx-citko-directory .citko-directory_all_company h3 {
  display: inline-block;
}
.tx-citko-directory .citko-directory_all_company:before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.15rem;
  margin-left: -0.15rem;
  border-radius: 0;
  background: #069931;
  content: "";
  display: inline-block;
}
.tx-citko-directory .abcbar ul.pagination li {
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius: .0625rem;
  padding: .5rem;
  border: 1px solid green;
}
.tx-citko-directory .abcbar ul.pagination li.active {
  background-color: #067527;
}
.tx-citko-directory .abcbar ul.pagination li.active a {
  color: white;
}
