/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.eot');
  src: local(''), url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.eot');
  src: local(''), url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v17-latin/pt-sans-v17-latin-700.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* ==========================================================================
   typo overrides
   ========================================================================== */
* {
  outline: none !important;
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: "myriad-pro", "PT Sans", sans-serif;
  overflow-x: hidden;
}
body #content .bodytext,
body #content p,
body .ms-slide h2.title {
  color: #6f6f6e;
  font-family: "myriad-pro", "PT Sans", sans-serif;
  font-weight: 300;
  line-height: 160%;
  font-size: 18px;
}
h1 {
  line-height: 120%;
  font-size: 40px;
  font-weight: 400;
  color: #007d47;
  margin: 0 0 35px 0;
  padding: 0;
}
h2 {
  font-size: 30px;
  line-height: 120%;
  font-family: "myriad-pro", "PT Sans", sans-serif;
  font-weight: 300;
  color: #007d47;
}
h3 {
  font-size: 18px;
  font-family: "myriad-pro", "PT Sans", sans-serif;
  font-weight: 300;
  color: #007d47;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-size: 18px;
  font-family: "myriad-pro", "PT Sans", sans-serif;
  font-weight: 600;
  color: #6f6f6e;
}
a,
.external-link,
.internal-link,
.mail {
  font-size: 18px;
  font-family: "myriad-pro", "PT Sans", sans-serif;
  font-weight: 300;
  color: #6f6f6e;
  text-decoration: underline;
}
a:hover {
  transition: all 0.5s ease;
  color: #6f6f6e;
  text-decoration: underline;
}
a.pdf {
  display: block;
  padding-right: 10px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: #007d47;
}
#content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content ul li {
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url(../Img/bullet.svg);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  font-size: 18px;
  color: #6f6f6e;
}
#content ul.ce-uploads {
  list-style-type: none;
  margin-top: 80px;
}
#content ul.ce-uploads li {
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: 200%;
}
#content ul.ce-uploads span {
  display: inline-block;
}
#content ul.ce-uploads a {
  text-decoration: none;
}
iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* ==========================================================================
   forms
   ========================================================================== */
input[type='submit'] {
  margin: 0;
  padding: 5px 20px;
  border: 0;
  font-size: 14px;
  line-height: 26px !important;
  color: #ffffff;
  background: #007d47;
  text-align: center;
  min-width: 50px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  top: 1px;
}
input[type='text'],
input[type='password'] {
  line-height: 100%;
  font-size: 14px;
  border: 0;
  color: #007d47;
  background: #fff;
  padding: 2px 3px 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 200px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
input[type="checkbox"] {
  margin-right: 20px;
}
textarea {
  font-size: 14px;
  border: 0 !important;
  background: #fff;
  padding: 10px;
  color: #007d47;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 0;
  min-width: 200px;
}
select {
  font-size: 14px;
  color: #ffffff;
  background: #007d47;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #007d47;
  padding: 3px;
  min-width: 200px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select option {
  font-size: 14px;
  color: #007d47;
  width: 200px;
}
input[type='text']:focus,
textarea:focus {
  background: #e3e3e3;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6f6f6e;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6f6f6e;
  font-size: 14px;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6f6f6e;
  font-size: 14px;
}
.frame-type-form_formframework {
  background-color: #007d47;
  padding: 15px 25px 20px 25px;
}
.frame-type-form_formframework h2 {
  text-align: center;
  color: #ffffff;
  margin: 10px 0 20px 0 !important;
}
.frame-type-form_formframework legend {
  display: none;
}
.frame-type-form_formframework fieldset:first-child {
  padding-right: 25px;
}
.frame-type-form_formframework fieldset:last-child {
  padding-left: 25px;
}
.frame-type-form_formframework fieldset textarea {
  height: 125px;
}
.frame-type-form_formframework .frame-type-text p,
.frame-type-form_formframework .clearfix p {
  color: #ffffff !important;
  line-height: 140% !important;
  font-size: 14px !important;
}
.frame-type-form_formframework .row label {
  display: none;
}
.frame-type-form_formframework .row .input.checkbox .form-check {
  padding: 0;
  padding-left: 2px;
}
.frame-type-form_formframework .row .input.checkbox .form-check label {
  display: block;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
}
.frame-type-form_formframework .row .input.checkbox .form-check label > span {
  padding-left: 25px;
}
.frame-type-form_formframework .row .input.checkbox .form-check label a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
.frame-type-form_formframework .form-navigation {
  padding: 0 25px;
}
.frame-type-form_formframework .form-navigation .btn-toolbar .btn-group {
  width: 100%;
}
.frame-type-form_formframework .form-navigation .btn-toolbar .btn-group .btn.btn-primary {
  color: #007d47;
  background-color: #abce4b;
  width: 100%;
}
/* ==========================================================================
   Layout
   ========================================================================== */
body,
html {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
body {
  padding-top: 150px;
}
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -130px;
}
#page .push {
  height: 130px;
}
#header {
  width: 100%;
  height: 150px;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
}
#header .row.header {
  padding: 0 5%;
}
#header .row.header .logo #logo {
  display: block;
  position: relative;
  top: 25px;
  max-height: 100px;
  width: auto !important;
}
#header.scroll {
  height: 80px;
  transition: all 0.5s ease-in;
  position: fixed;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#content {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 70px;
}
#content section {
  padding-top: 5px;
}
#content .main {
  padding-right: 40px;
}
#content .main.teaser {
  padding-right: 0;
}
#content .master-slider-content .ms-slide {
  background: white;
}
#content .master-slider-content .ms-slide .ms-layer.ms-caption {
  with: 560px !important;
  border: 1px solid red !important;
  display: block;
}
#content .master-slider-content .ms-slide .ms-thumb {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
#content .master-slider-content h2 {
  display: block;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 180%;
  margin: 0 !important;
  padding: 0;
  bottom: -1px !important;
  font-size: 18px !important;
}
#content .master-slider-content .ms-bullets.ms-dir-h {
  bottom: 10px !important;
}
#content.start .row-1 {
  text-align: center;
}
#content.start .row-1 h1 {
  line-height: 120%;
  font-size: 50px;
  font-weight: 300;
  color: #007d47;
  margin: 0 0 35px 0;
  padding: 0;
}
#content.start .row-2.teaser {
  margin-top: 50px;
}
#footer {
  width: 100%;
  height: 130px;
  background: #ececed;
  color: #494948;
  padding-bottom: 20px;
}
#footer .row > .text {
  padding: 30px 30px 0 30px;
  text-align: center;
}
#footer .row > .text a {
  color: #494948;
  font-size: 14px !important;
}
#footer .row > .text a:hover {
  color: #007d47;
}
#footer .btn-top {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 4px 2px 5px;
}
#footer .btn-top span {
  text-align: center;
  line-height: 100% px;
  font-size: 24px;
  color: #007d47;
  font-size: 26px;
}
/* fsc */
.ce-gallery .ce-column {
  margin-right: 0;
  margin-left: 0;
}
.ce-gallery .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-gallery .ce-column img {
  width: 100%;
  float: none;
  height: auto;
}
.ce-gallery .ce-column figcaption {
  margin-bottom: 25px;
}
.ce-textpic.ce-left .ce-gallery {
  margin-right: 25px;
}
.ce-kontakt span {
  display: block;
  padding: 0 0 0 45px;
  margin-top: 40px;
}
.ce-kontakt span.phone {
  background-image: url(../Img/icon_phone.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}
.ce-kontakt span.email {
  background-image: url(../Img/icon_mail.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 26px 20px;
}
/* boostrap */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel .panel-heading {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
}
.panel-group .panel .panel-heading a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background-image: url(../Img/icon_minus.svg);
  background-position: right 10px top 8px;
  background-repeat: no-repeat;
}
.panel-group .panel .panel-heading a.collapsed {
  background-image: url(../Img/icon_plus.svg);
}
.panel-group .panel .panel-body {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.panel-group .panel .panel-body figure {
  margin-bottom: 25px;
  padding-left: 10px;
}
/* ==========================================================================
   navigation
   ========================================================================== */
nav.top {
  background: none;
  box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  position: relative;
}
nav.top ul.nav {
  padding: 0;
  margin: 0 auto;
  float: right;
  /* enable hover */
}
nav.top ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}
nav.top ul.nav > li span.nav-open {
  display: none;
}
nav.top ul.nav > li .caret {
  display: none;
}
nav.top ul.nav > li:hover {
  border: 0;
  background: none;
}
nav.top ul.nav > li.home a .glyphicon-home {
  color: #6f6f6e;
  float: right;
}
nav.top ul.nav > li.home a:hover {
  background: none;
}
nav.top ul.nav > li.home a:hover .glyphicon-home {
  color: #007d47;
}
nav.top ul.nav > li a.fst {
  font-family: "myriad-pro", "PT Sans", sans-serif;
  color: #6f6f6e;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 45px;
  white-space: nowrap;
  display: block;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 60px;
  text-transform: uppercase;
}
nav.top ul.nav > li a.fst:hover,
nav.top ul.nav > li.active a.fst {
  color: #007d47;
  background: none;
}
nav.top ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important;
}
nav.top ul.nav .dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  z-index: 99999;
  max-width: 280px;
  top: 40px;
  left: 40px;
}
nav.top ul.nav .dropdown-menu li a {
  padding: 8px 20px 8px 20px;
  background: none;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  text-decoration: none;
  white-space: inherit;
}
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover .open .dropdown-menu > li > a:hover,
nav.top ul.nav .open .dropdown-menu > .active > a,
nav.top ul.nav .open .dropdown-menu > .active > a:hover {
  color: #007d47;
}
nav.top ul.nav .open .dropdown-menu > .disabled > a,
nav.top ul.nav .open .dropdown-menu > .disabled > a:hover {
  color: #ffffff;
  background: none;
}
nav.top ul.nav .dropdown-menu:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
nav.footer {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}
nav.footer ul.nav {
  padding: 0;
  margin: 0 auto;
}
nav.footer ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}
nav.footer ul.nav > li span.nav-open {
  display: none;
}
nav.footer ul.nav > li .caret {
  display: none;
}
nav.footer ul.nav > li:hover {
  border: 0;
  background: none;
}
nav.footer ul.nav > li a {
  font-family: "myriad-pro", "PT Sans", sans-serif;
  color: #494948;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  display: block;
  text-shadow: none;
  text-decoration: none;
  padding: 5px 0 5px 0;
  margin: 0;
  font-style: italic;
}
nav.footer ul.nav > li a:hover {
  background: none;
  color: #007d47;
}
/* ==========================================================================
   Masonry Grid
   ========================================================================== */
div.masonry-grid {
  position: relative;
}
div.masonry-grid .grid-sizer,
div.masonry-grid .grid-item {
  width: 30%;
}
div.masonry-grid .gutter-sizer {
  width: 5%;
}
div.masonry-grid .grid-item {
  margin-bottom: 40px;
}
div.masonry-grid .grid-item .inner {
  position: relative;
  min-height: 380px;
}
div.masonry-grid .grid-item figure figcaption {
  border-top: 2px solid #007d47;
  display: block;
  position: relative;
  text-align: left;
}
div.masonry-grid .grid-item figure figcaption h2 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0;
  padding: 20px 0 4px 0;
}
div.masonry-grid .grid-item:hover h2 {
  opacity: 1;
  transition: all 0.5s ease-in;
}
div.masonry-grid .grid-item:hover img {
  transition: all 0.5s ease-in;
  opacity: 0.75;
}
div.masonry-grid .grid-item.news-teaser {
  background: url('../Img/icon_cal.svg') #007d47;
  background-position: left 50% top 28%;
  background-repeat: no-repeat;
  background-size: 50px 45px !important;
  color: #ffffff;
}
div.masonry-grid .grid-item.news-teaser .teaser-header {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase !important;
  height: 45%;
  font-size: 24px;
  line-height: 110%;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 0.1em;
}
div.masonry-grid .grid-item.news-teaser .teaser-date {
  font-size: 50px;
  font-weight: 400 !important;
}
div.masonry-grid .grid-item.news-teaser .teaser-text {
  padding: 10px;
}
div.masonry-grid .grid-item.news-teaser .teaser-text p {
  text-align: center;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
}
/* ==========================================================================
   CE Ansprechpartner
   ========================================================================== */
.ce-team .inner {
  position: relative;
  padding: 6px 40px 40px 0;
}
.ce-team figure {
  max-width: 460px;
}
.ce-team figure figcaption {
  border-top: 2px solid #007d47;
  display: block;
  position: relative;
  text-align: left;
}
.ce-team figure figcaption h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0;
  padding: 20px 0 4px 0;
  color: #6f6f6e;
}
/* ==========================================================================
   Masterslider Header
   ========================================================================== */
#slider {
  position: relative;
}
#slider .ms-view {
  background: white;
}
#slider .ms-slide-container .ms-slide {
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
#slider .ms-slide-container .ms-slide a.ms-link {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -2000px !important;
}
#slider .ms-slide-container .ms-slide .ms-layer h2.title {
  font-weight: 700 !important;
  line-height: 100%;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #007d47;
  width: auto;
  margin: 0;
}
#slider .ms-slide-container .ms-slide .ms-layer div.text {
  color: #ffffff;
  background: #007d47;
  width: auto;
  max-width: 350px;
  text-align: right;
  float: right;
  padding: 0 20px 0px 15px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#slider .ms-slide-container .ms-slide .description {
  display: block;
  font-weight: 300;
  display: none;
}
#slider .ms-slide-container .ms-slide img {
  width: 100%;
  height: auto;
}
#slider .ms-skin-light-6 .ms-bullet,
#content .ms-skin-light-6 .ms-bullet {
  width: 5px;
  height: 5px;
  background: #ffffff;
  margin: 4px;
  border: 4px solid red;
  border-color: transparent !important;
}
#slider .ms-skin-light-6.round-skin .ms-bullet,
#content .ms-skin-light-6.round-skin .ms-bullet {
  border-radius: 15px;
}
#slider .ms-skin-light-6 .ms-bullet-selected,
#content .ms-skin-light-6 .ms-bullet-selected {
  background-color: transparent;
  background-image: url(../Img/bullet_slider.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
}
#slider .ms-skin-light-6 .ms-nav-next,
#content .ms-skin-light-6 .ms-nav-next,
#slider .ms-skin-light-6 .ms-nav-prev,
#content .ms-skin-light-6 .ms-nav-prev {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 0;
}
#content .ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
  bottom: 30px !important;
}
/* ==========================================================================
   Landing Page
   ========================================================================== */
#lpClaim {
  display: none;
  text-align: right;
  font-size: 22px;
  color: #6f6f6e;
  margin-top: 30px;
}
#lpClaim .icon {
  background-image: url(../Img/icon_phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  font-size: 40px;
  height: 39px;
  vertical-align: middle;
  width: 45px;
}
#lpClaim a {
  font-size: 22px;
  color: #6f6f6e;
  text-decoration: none;
  vertical-align: middle;
}
#content #lpClaim {
  display: block;
  line-height: 35px;
  margin: 0;
}
#content #lpClaim .icon {
  background-size: 28px 28px;
  width: 50px;
}
#content #lpClaim a {
  color: #494948;
  font-size: 34px;
  font-weight: bold;
}
#content.lp {
  padding-top: 15px;
}
#content.lp h1 {
  margin-bottom: 20px;
}
#content.lp h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#content.lp h3 {
  font-weight: 600;
  text-transform: none;
}
#content.lp h4 {
  color: #007d47;
}
#content.lp .grid {
  margin-bottom: 15px;
}
#content.lp .ce-button {
  clear: both;
  margin: 40px 0 40px 0;
  padding: 20px 20px 6px 20px;
}
#content.lp .ce-button.btn-align-left {
  text-align: left !important;
}
#content.lp .ce-button.btn-align-center {
  text-align: center !important;
}
#content.lp .ce-button.btn-align-right {
  text-align: right !important;
}
#content.lp .ce-button.btn-kontakt-text,
#content.lp .ce-button.btn-kontakt-text p {
  background-color: #e3e3e3;
  color: #007d47 !important;
}
#content.lp .ce-button.btn-mehr-erfahren {
  float: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#content.lp .ce-button.btn-mehr-erfahren a.btn.btn-primary {
  line-height: 38px;
  width: auto;
}
#content.lp .ce-button.btn-cta-kontakt {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
#content.lp .ce-button.btn-cta-kontakt a.btn.btn-primary {
  line-height: 38px;
  width: 100%;
}
@media (min-width: 768px) {
  #content.lp .ce-button.btn-cta-kontakt a.btn.btn-primary {
    width: auto;
  }
}
#content.lp .ce-button.btn-cta-kontakt #lpClaim {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #content.lp .ce-button.btn-cta-kontakt #lpClaim {
    text-align: right;
    margin-top: 0;
  }
}
#content.lp .ce-button a.btn.btn-primary {
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  line-height: 48px;
  font-size: 16px;
  padding: 0 20px;
  background-color: #007d47 !important;
  border-bottom: 4px solid #005f35;
  width: 100%;
}
#content.lp .claim {
  text-align: center;
  margin: 40px 0 30px 0;
  padding: 0;
}
#content.lp .claim h2 {
  font-weight: 600;
  line-height: 120%;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#content.lp .claim h2 span {
  padding-left: 20px;
  font-weight: 400;
  color: #007d47;
  font-size: 30px;
}
#content.lp .claim h2 span a {
  padding-left: 10px;
  font-weight: 400;
  color: #6f6f6e;
  font-size: 40px;
  text-decoration: none;
}
#content.lp .ce-bodytext h3:first-child {
  margin-top: 0 ;
  padding-top: 0;
}
#content.lp .row.seo h3,
#content.lp .row.seo p {
  color: #ffffff;
}
/* ==========================================================================
    Cookieman
   ========================================================================== */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#cookieman-modal .modal-dialog {
  max-width: 620px;
}
#cookieman-modal .modal-dialog.fade.in {
  opacity: 1 !important;
}
@media (min-width: 786px) {
  #cookieman-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 20px;
    left: auto;
    bottom: 20px;
  }
}
#cookieman-modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "myriad-pro", "PT Sans", sans-serif;
}
#cookieman-modal .modal-dialog .modal-content .modal-body {
  padding: 5px 20px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body a {
  font-size: 14px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary.btn-sm.float-right.pr-5 {
  position: absolute !important;
  right: 20px;
  z-index: 99;
}
#cookieman-modal .panel-group {
  border: 0 !important;
}
#cookieman-modal .panel-group .panel .panel-heading {
  border: 0 !important;
  border-bottom: 0;
  height: 30px;
}
#cookieman-modal .panel-group .panel .panel-heading h4.panel-title {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  height: 30px;
  color: #6f6f6e !important;
}
#cookieman-modal .panel-group .panel .panel-heading h4.panel-title label {
  top: 3px;
  position: relative;
  left: 15px;
}
#cookieman-modal .panel-group .panel .panel-heading a {
  background: none;
  color: #6f6f6e !important;
  top: -5px;
  right: 10px;
  font-weight: 600;
}
#cookieman-modal .panel-group .panel .panel-heading a::after {
  float: initial;
  position: absolute !important;
  right: 10px !important;
}
#cookieman-modal .panel-group .panel .panel-body {
  border: 0 !important;
}
#cookieman-modal .panel-group .panel .panel-body .alert.alert-info {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #6f6f6e;
  color: #6f6f6e;
  background-color: transparent !important;
}
#cookieman-modal .panel-group .panel .panel-body .alert.alert-info .checkbox-inline {
  padding-left: 0;
}
#cookieman-modal .panel-group .panel .panel-body .alert.alert-info .checkbox-inline label {
  padding-left: 20px;
}
#cookieman-modal .panel-group .panel .panel-body .alert.alert-info .checkbox-inline label input[type="checkbox"] {
  position: absolute;
  top: -2px;
  left: 0;
}
#cookieman-modal .btn {
  width: auto !important;
  margin-top: 20px;
}
/* External Content ------------------------------------------------------- */
.leaflet-container.osm-embed {
  height: auto !important;
}
.media-replacement {
  display: none;
}
.video-embed .media-replacement,
.osm-embed .media-replacement {
  display: block;
}
.cookie-consent.deactivated {
  display: block;
  background-color: #ececed !important;
  padding: 20px;
}
.cookie-consent.deactivated p,
.cookie-consent.deactivated * {
  font-size: 14px !important;
}
.cookie-consent.deactivated p a,
.cookie-consent.deactivated * a {
  color: #6f6f6e;
  text-decoration: underline;
  font-size: 14px !important;
}
/* ==========================================================================
   Social GDPR
   ========================================================================== */
.social-gdpr-youtube-iframe-notice,
.social-gdpr-vimeo-iframe-notice,
.social-gdpr-google-maps-iframe-notice,
.social-gdpr-osm-iframe-notice {
  padding: 20px;
  background-color: #ececed !important;
}
.social-gdpr-youtube-iframe-notice p,
.social-gdpr-vimeo-iframe-notice p,
.social-gdpr-google-maps-iframe-notice p,
.social-gdpr-osm-iframe-notice p,
.social-gdpr-youtube-iframe-notice p *,
.social-gdpr-vimeo-iframe-notice p *,
.social-gdpr-google-maps-iframe-notice p *,
.social-gdpr-osm-iframe-notice p * {
  font-size: 12px !important;
}
.social-gdpr-youtube-iframe-notice p a,
.social-gdpr-vimeo-iframe-notice p a,
.social-gdpr-google-maps-iframe-notice p a,
.social-gdpr-osm-iframe-notice p a,
.social-gdpr-youtube-iframe-notice p * a,
.social-gdpr-vimeo-iframe-notice p * a,
.social-gdpr-google-maps-iframe-notice p * a,
.social-gdpr-osm-iframe-notice p * a {
  color: #6f6f6e;
  text-decoration: underline;
}
.social-gdpr-youtube-video,
.social-gdpr-vimeo-video,
.social-gdpr-google-maps,
.social-gdpr-osm-map {
  background-color: #ececed !important;
  position: relative !important;
}
.social-gdpr-youtube-video img.videostub,
.social-gdpr-vimeo-video img.videostub,
.social-gdpr-google-maps img.mapstub,
.social-gdpr-osm-map img.mapstub {
  opacity: 0.3;
}
/* ==========================================================================
    Responsive Helper
   ========================================================================== */
@media (min-width: 1600px) {
  .navbar-mail,
  .navbar-phone,
  .navbar-toggle,
  a.nav-open {
    display: none;
  }
  #header #lpClaim {
    display: block;
  }
  #header.scroll {
    height: 150px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 80px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1100px;
  }
  .navbar-mail,
  .navbar-phone,
  .navbar-toggle,
  a.nav-open {
    display: none !important;
  }
  a.mobile {
    color: #007d47;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  #header #lpClaim {
    display: block;
  }
  #header.scroll {
    height: 150px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 60px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1100px;
  }
  .navbar-mail,
  .navbar-phone,
  .navbar-toggle,
  a.nav-open {
    display: none !important;
  }
  a.mobile {
    color: #007d47;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  #header #lpClaim {
    display: block;
  }
  #header.scroll {
    height: 150px;
  }
  nav.top ul.nav li a.fst {
    margin-left: 30px;
  }
  nav.top ul.nav .dropdown-menu {
    left: 30px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 60px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
  a.nav-open {
    display: none !important;
  }
  a.mobile {
    color: #007d47;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  #header.scroll {
    height: 150px;
  }
  #content .main {
    padding: 7px 20px 20px 20px;
  }
  #footer {
    height: auto;
  }
  /* fluid */
  div.masonry-grid {
    position: relative;
  }
  div.masonry-grid .grid-sizer,
  div.masonry-grid .grid-item {
    width: 45%;
  }
  div.masonry-grid .gutter-sizer {
    width: 5%;
  }
  div.masonry-grid .grid-item figure figcaption h2 {
    font-size: 16px;
  }
  /* Navigation */
  /* 1. Ebene */
  #navigation {
    top: 0;
    z-index: 9999;
    padding-right: 50px;
  }
  #navigation #navmenu {
    display: none;
  }
  /* Masterslider header */
  #slider .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 50px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text,
  #slider .ms-slide-container .ms-slide .ms-layer div.text p {
    font-size: 16px !important;
    line-height: 22px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
  body .container-fluid {
    overflow: hidden;
  }
  body #content .bodytext,
  body #content p,
  body .ms-slide h2.title {
    font-size: 15px;
  }
  #header {
    height: 80px;
  }
  #header .row.header {
    margin: 0;
    padding: 0;
  }
  #header .row.header .logo #logo {
    top: 10px;
    left: 10px;
    max-height: 60px;
  }
  #header #lpClaim {
    position: absolute;
    z-index: 1;
    top: -51px;
    font-size: 18px;
    right: 20px;
  }
  #header #lpClaim a {
    font-size: 18px;
  }
  #header.scroll {
    height: 80px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  #content {
    padding: 10px;
  }
  #content .main {
    padding-right: 0;
  }
  #content .main .slider {
    overflow-x: hidden;
  }
  #footer {
    height: auto;
  }
  a.mobile {
    text-decoration: underline;
  }
  div.masonry-grid {
    position: relative;
  }
  div.masonry-grid .grid-sizer,
  div.masonry-grid .grid-item {
    width: 100%;
    max-width: 360px;
    padding: 20px;
  }
  div.masonry-grid .grid-sizer img,
  div.masonry-grid .grid-item img {
    width: 100%;
    height: auto;
  }
  div.masonry-grid .gutter-sizer {
    width: 0%;
  }
  div.masonry-grid .grid-item figure figcaption h2 {
    font-size: 16px;
  }
  div.masonry-grid .grid-item.news-teaser .teaser-header {
    font-size: 22px;
  }
  div.masonry-grid .grid-item.news-teaser .teaser-date {
    font-size: 45px;
  }
  div.masonry-grid .grid-item.news-teaser .teaser-text p {
    font-size: 20px !important;
  }
  /* 1. Ebene */
  #navigation {
    margin: 0 0 100px 0;
    padding: 0 0 50px 0;
    border: 0;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #navigation #navmenu {
    display: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 20px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 111;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border: 0;
  }
  #navigation #navmenu span.nav-open {
    display: none !important;
  }
  #navigation #navmenu ul.nav {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    width: 100%;
    position: relative;
    border: 0;
    /* 2. Ebene */
  }
  #navigation #navmenu ul.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navigation #navmenu ul.nav > li,
  #navigation #navmenu ul.nav > li.dropdown {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  #navigation #navmenu ul.nav li.home .glyphicon {
    float: left;
  }
  #navigation #navmenu ul.nav li a {
    display: block;
    padding: 10px 20px 10px 98px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 300;
    border-top: 0;
    border-bottom: 0;
    font-family: "myriad-pro", "PT Sans", sans-serif;
    color: #6f6f6e;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    text-decoration: none;
  }
  #navigation #navmenu ul.nav li:last-child a {
    /*border-bottom   : 1px solid #c02e1d;*/
  }
  #navigation #navmenu ul.nav li > a:hover,
  #navigation #navmenu ul.nav li.active > a {
    color: #6f6f6e;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 {
    position: relative !important;
    top: 0;
    left: 0;
    border: 0;
    display: none;
    box-shadow: none;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 li {
    margin: 0;
    padding: 0;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 > li > a {
    display: block;
    padding: 6px 10px 6px 120px;
    color: #6f6f6e;
    font-size: 14px;
    text-decoration: none;
    border-top: 0;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 > li:last-child > a {
    border-bottom: 0;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 > li > a:hover,
  #navigation #navmenu ul.nav li > ul.lvl-2 > li > .active a {
    color: #6f6f6e;
  }
  #navigation #navmenu ul.nav li > ul.lvl-2 > li > ul.lvl-3 > li > a {
    padding-left: 120px !important;
    color: #6f6f6e;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation #navmenu ul.nav ul.lvl-3 li.menu-level3-active > a {
    color: #007d47 !important;
  }
  /* Masterslider header */
  #slider .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 22px !important;
    letter-spacing: 0;
    font-weight: 300;
    padding: 5px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text,
  #slider .ms-slide-container .ms-slide .ms-layer div.text p {
    max-width: 180px;
    font-size: 14px !important;
    line-height: 100%;
    padding: 0 5px 5px 5px;
  }
  #slider .ms-slide-container .ms-slide .ms-layer div.text p,
  #slider .ms-slide-container .ms-slide .ms-layer div.text p p {
    margin: 0;
    padding: 0;
  }
  .ms-skin-light-6 .ms-bullets.ms-dir-h {
    bottom: 0px !important;
  }
  /* Landing Page */
  #content.lp .ce-button a.btn.btn-primary {
    font-size: 13px;
    padding: 0 10px;
  }
  #content.lp .claim {
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 0;
  }
  #content.lp .frame-type-form_formframework {
    background-color: #007d47;
    padding: 15px 10px 20px 10px;
  }
  #content.lp .frame-type-form_formframework fieldset:first-child {
    padding-right: 10px;
  }
  #content.lp .frame-type-form_formframework fieldset:last-child {
    padding-left: 10px;
  }
  #content.lp .frame-type-form_formframework fieldset textarea {
    height: 150px;
  }
  #content.lp .frame-type-form_formframework .row .input.checkbox .form-check label span.option {
    padding-left: 20px;
  }
  #content.lp .frame-type-form_formframework .form-navigation {
    padding: 0 10px;
  }
  #content.lp .frame-type-form_formframework .form-navigation .btn-toolbar .btn-group {
    width: 100%;
  }
  #content.lp .frame-type-form_formframework .form-navigation .btn-toolbar .btn-group .btn.btn-primary {
    color: #007d47;
    background-color: #abce4b;
    width: 100%;
  }
}
/* Mobile Navigation */
@media (min-width: 1px) and (max-width: 991px) {
  .navbar-mail,
  .navbar-phone {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: block;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    height: 39px;
    margin: 8px 0;
    padding: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 23px;
    width: 45px;
    z-index: 99999;
  }
  .navbar-mail {
    background-image: url(../Img/icon_mail.svg);
    right: 90px;
  }
  .navbar-phone {
    background-image: url(../Img/icon_phone.svg);
    right: 50px;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 23px;
    right: 10px;
    color: #007d47;
    border: 0;
    background: none;
    font-size: 24px;
    padding: 10px 10px 5px 10px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 0;
    margin-bottom: 5px;
    background: #007d47;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
  }
  .navbar-toggle #icon-remove.glyphicon {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 12px;
    width: 22px;
    height: 22px;
    color: #007d47;
    display: none;
    font-weight: 100 !important;
  }
}
/* Landing Page  */
@media (min-width: 1px) and (max-width: 480px) {
  #header #lpClaim {
    top: -68px;
    font-size: 14px;
  }
  #header #lpClaim span.callme {
    display: block;
  }
  #header #lpClaim a {
    font-size: 14px;
  }
}
/* Rootline-/Breadcrumb-Menü */
#content .rootline {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 10px;
}
#content .rootline a {
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
#content .rootline a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #content .rootline {
    font-size: 15px;
    padding: 0 25px;
  }
}
#content .grid .inner {
  padding: 10px;
}
@media (min-width: 992px) {
  #content .grid .inner {
    padding: 25px;
  }
}
#content .grid .inner .row {
  margin: 0 -10px;
}
@media (min-width: 992px) {
  #content .grid .inner .row {
    margin: 0 -25px;
  }
}
/* Vollflächige Spalten */
#content .grid.grid-stretch {
  margin-top: 15px;
}
#content .grid.grid-stretch.grid-green {
  background-color: #d4e6a4;
}
#content.lp .ce-gallery .ce-outer {
  float: none;
  right: auto;
}
#content.lp .ce-gallery .ce-outer .ce-inner {
  float: none;
  right: auto;
}
#content.lp .ce-gallery .ce-outer .ce-inner .ce-column {
  float: none;
}
#content.lp .ce-gallery .ce-outer .ce-inner .ce-column figure {
  display: block;
}
/* Private/Kgas/Templates/GridElements/Accordion.html */
.grid-accordion .panel-group {
  border-bottom: 1px solid #007d47;
}
.grid-accordion .panel-group .panel {
  border: 0;
  box-shadow: none;
}
.grid-accordion .panel-group .panel .panel-heading {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #007d47;
  color: #007d47;
  padding: 0;
}
.grid-accordion .panel-group .panel .panel-heading a {
  background: none;
  color: #007d47;
  padding: 0;
}
.grid-accordion .panel-group .panel .panel-heading a.collapsed i::before {
  content: "\e081";
}
.grid-accordion .panel-group .panel .panel-heading a i {
  line-height: 36px;
  vertical-align: middle;
}
.grid-accordion .panel-group .panel .panel-heading a i::before {
  content: "\e082";
}
.grid-accordion .panel-group .panel .panel-body {
  border: 0;
  padding: 0;
}
.grid-accordion .panel-group .panel .panel-body header {
  display: none;
  visibility: hidden;
}
/* Private/Kgas/Templates/GridElements/Services.html */
.grid-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.grid-services .service {
  flex: 0 1 auto;
  margin: 10px 25px;
  max-width: 130px;
  width: 130px;
}
.grid-services .service header {
  display: none;
  visibility: hidden;
}
.grid-services .service .service-icon {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.grid-services .service .service-icon > div {
  background-color: #ececed;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.grid-services .service .service-icon > div .ce-image .ce-gallery {
  margin: 0;
}
.grid-services .service .service-icon > div .ce-image .ce-gallery img {
  height: auto;
  margin: 0 auto;
  max-width: 65%;
}
.grid-services .service .service-heading .service-title {
  color: #494948;
  text-transform: none;
  text-align: center;
}
table.contacts {
  color: #6f6f6e;
  font-size: 18px;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */