/*
███████████████████████████████████████████████████████████████████████████████████████████████
    FontAwesome
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@import 'fontawesome/solid.min.css';
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Web-Fonts
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v17-latin-italic.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-700.woff') format('woff');
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Viewport-Anweisung
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Eric Meyer's CSS Reset
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
ol li {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    allgemeine Einstellungen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html {
  font-size: 17px;
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
}
body {
  font-size: 100%;
}
body,
body * {
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  color: #333;
  line-height: 1.5em;
  background-repeat: no-repeat;
  font-weight: 400;
}
h1, h2, h3, h4 {
  display: block;
  clear: both;
  float: none;
  overflow: visible;
  color: #E2001A;
  text-align: left;
  line-height: 1.1em;
}
h1 {
  font-size: 2.4em;
  margin-top: 2em;
  margin-bottom: .6em;
  line-height: 1em;
  font-weight: 100;
  text-align: center;
}
h2,
h1.like_h2 {
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: .6em;
  line-height: 1em;
  font-weight: 100;
}
.home h2,
.home h1.like_h2 {
  text-align: center;
}
h3 {
  font-size: 1.5em;
  margin-top: 2.2em;
  margin-bottom: .8em;
  color: #222;
}
h2 + h3 {
  margin-top: 1.3em;
}
h4 {
  font-size: 1.9vw;
  margin-top: 1.6em;
  margin-bottom: .2em;
  letter-spacing: .05em;
}
h3 + h4 {
  margin-top: .6em;
}
p,
table {
  margin-bottom: 1.5em;
}
strong,
.bold {
  font-weight: 700;
}
em {
  font-style: italic;
}
mark {
  color: darkred;
  padding: .3em;
}
.center {
  text-align: center;
}
.center > * {
  display: inline-block;
}
.clear {
  clear: both;
  float: none;
}
a.fancybox img[style*="float:left"],
a.fancybox img[style*="float: left"] {
  margin: 0 2% 1% 0;
}
a.fancybox img[style*="float:right"],
a.fancybox img[style*="float: right"] {
  margin: 0 0 1% 2%;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 2rem;
  }
  h2,
  h1.like_h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1em;
  }
}
@media (max-width: 900px) {
  h1, h2, h3, h4 {
    text-align: left;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 17px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2,
  h1.like_h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.5em;
  }
  h2,
  h1.like_h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.05em;
    font-weight: 700;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    dynamische Schriftgröße
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@media (max-width: 1300px) { body { font-size: 98.4%; } }
@media (max-width: 1200px) { body { font-size: 96.8%; } }
@media (max-width: 1100px) { body { font-size: 95.2%; } }
@media (max-width: 1000px) { body { font-size: 93.6%; } }
@media (max-width: 900px)  { body { font-size: 92.0%; } }
@media (max-width: 800px)  { body { font-size: 90.4%; } }
@media (max-width: 700px)  { body { font-size: 88.8%; } }
@media (max-width: 600px)  { body { font-size: 87.2%; } }
@media (max-width: 500px)  { body { font-size: 85.6%; } }
@media (max-width: 400px)  { body { font-size: 84.0%; } }
@media (max-width: 300px)  { body { font-size: 82.4%; } }
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Animationen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@keyframes naviAppear {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.wide {
  width: 100%;
  max-width: 1500px;
  padding: 0 5rem;
  margin: 0 auto;
  overflow: auto;
}
.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 5rem;
  margin: 0 auto;
  overflow: auto;
}
.ux {
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
}
.fullsize {
  width: 100%;
  overflow: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.anchor {
  display: block;
  position: absolute;
  margin-top: -6em;
  width: 0;
  height: 0;
}
.segment {
  padding: 3.5rem 0;
}
.segment + div {
  overflow: visible;
}
.segment div h1,
.segment div h2 {
  margin-top: 0 !important;
}
.segment + div :not(.col):last-child {
  margin-bottom: 0 !important;
}
.segment.light {
  background-color: #E5E5E5;
  background: linear-gradient(155deg, rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 37%,rgba(0,0,0,.01) 100%);
}
.segment.dark {
  background-color: #f5f5f5;
  background: linear-gradient(155deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,.1) 43%,rgba(0,0,0,.05) 100%);
}
.segment .inner p:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1300px) {
  .segment {
    padding: 4rem 0;
  }
}
@media (max-width: 1200px) {
  .inner {
    padding: 0 3%;
  }
  .segment {
    padding: 3rem 0;
  }
}
@media (max-width: 800px) {
  .ux {
    padding: 0 3%;
  }
  .segment {
    padding: 2rem 0;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Column-Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.clc {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -1%;
  margin-right: -1%;
}
.clc.vcenter {
  align-items: center;
  align-content: center;
}
.clc + .clc {
  margin-top: 1em;
}
.clc .col {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 1%;
}
.clc .col h3 {
  margin-top: 0;
}
.clc .one_third {
  width: 31.33333%;
}
.clc .two_thirds {
  width: 64.66666%;
}
.clc .one_quarter {
  width: 23%;
}
.clc .one_half {
  width: 48%;
}
.clc .one_fifth {
  width: 18%;
}
@media (max-width: 1000px) {

}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#header {
  overflow: visible;
  z-index: 1;
  position: relative;
  border-top: 5px solid #E2001A;
}
#header.pinned {
  position: fixed;
  top: 0;
  opacity: .95;
  box-shadow: 0px 1px 20px 0px rgba(0,0,0,.4);
  animation: 800ms ease-in 0s 1 naviAppear;
  width: 100%;
  background-color: #fff;
  border-top: none;
}
#header.pinned:hover {
  opacity: 1;
}
#header a {
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}
#header .main_line {
  padding-top: .7em;
  padding-bottom: .7em;
}
#header .logo {
  display: block;
  float: left;
  line-height: 0;
}
#header .logo img {
  width: 300px;
}
#header .contact {
  float: right;
  margin-top: .2em;
}
#header.pinned .contact {
  margin-top: .3rem;
}
#header .contact a:hover {
  text-decoration: underline;
}
#header .contact .con_el {
  display: inline-block;
  margin-bottom: .5em;
}
#header.pinned .contact .con_el {
  margin-bottom: .3em;
}
#header .contact .con_el::before {
  font-family: 'Font Awesome 5 Free';
  font-size: .9em;
  display: inline-block;
  text-align: center;
  min-width: 1em;
  margin-right: .5em;
}
#header .contact .phone::before {
  content: "\f879";
}
#header .contact .mobile::before {
  content: "\f10b";
}
#header .contact .email::before {
  content: "\f0e0";
}
@media (max-width: 1000px) {
  #header .logo img {
    width: 180px;
  }
  #header .contact {
    margin-top: 2rem;
  }
}
@media (max-width: 800px) {
  #header .logo img {
    width: 160px;
  }
}
@media (max-width: 650px) {
  #header {
    border-top-width: 3px;
  }
  #header .logo img {
    width: 149px;
  }
}
@media (max-width: 440px) {
  #header {
    text-align: center;
  }
  #header .main_line {
    padding-top: .3em;
    padding-bottom: .3em;
  }
  #header .logo {
    display: inline-block;
    float: none;
  }
  #header .contact {
    float: none;
    clear: both;
    margin-top: .5em;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header-Bild
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#header_pic {
  width: 100%;
  padding-bottom: 23%;
  background-image: url('../bilder/channel-2345555_1920.jpg');
  background-size: cover;
  background-position: 50% 34%;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    VJS-Slider
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#slider_con {
  background-color: #333;
}
#vjs_slider {
  position: relative;
  margin: auto;
  font-size: 0;
  padding: 0;
}
#vjs_slider .slide {
  display: none;
  animation-name: fade;
  animation-duration: 1500ms;
}
#vjs_slider .slide:first-of-type {
  display: block;
}
#vjs_slider .slide img {
  width: 100%;
}
#vjs_slider .prev,
#vjs_slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  transition: 300ms ease-out;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
#vjs_slider .prev {
  left: 0;
}
#vjs_slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#vjs_slider .prev:hover,
#vjs_slider .next:hover {
  background-color: rgba(0,166,166,.8);
}
#vjs_slider .text {
  color: #fff;
  font-size: 1em;
  padding: .6em;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.6);
}
@keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Haupt-Navigation
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#navi_con {
  clear: both;
  float: none;
  text-align: center;
  background-color: rgba(112, 113, 115, 1);
}
#header.pinned #navi_con {
  margin-top: 0;
}
#navi_con * {
  font-size: inherit;
  font-weight: inherit;
}
#nav_overlay {
  display: block;
  overflow: auto;
}
#navi {
  font-size: 1em;
  font-weight: 300;
}
#header.pinned #navi {
  font-size: 1em;
}
#navi * {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1100px) {
  #navi_con {
    margin-top: .1rem;
  }
  #header.pinned #navi_con {
    margin-top: .2rem;
  }
}
@media (max-width: 800px) {
  #navi {
    font-size: 1em;
  }
  #header.pinned #navi_con {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  #navi_con {
    float: none;
    text-align: center;
  }
}
/*
===============================================================================================
    ... im Grundzustand
===============================================================================================
*/
#navi ul {
  overflow: auto;
  margin-bottom: 0;
}
#navi ul li {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 .5em;
}
#navi > ul > li:last-of-type {
  margin-right: 0;
}
#navi ul li a {
  display: block;
  overflow: visible;
  text-align: inherit;
  width: 100%;
  padding: .6em 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  color: #fff;
}
#navi ul li.active a {
  background-color: rgba(0,0,0,.3);
}
#navi ul li a * {
  color: inherit;
}
#navi ul li a:hover {
  background-color: #E2001A;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1100px) {
  #navi ul li {
    margin: 0 0 0 .4em;
  }
  #navi ul li a {
    padding: .5em 1em;
    line-height: 1.7em;
  }
}
@media (max-width: 900px) {
  #navi ul li.mobile_hide {
    display: none;
  }
}
/*
===============================================================================================
    geschlossenes Menu
===============================================================================================
*/
#nav_toggle {
  display: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: .5rem 1rem;
  border: none;
  color: #007775;
  line-height: 2em;
  margin: 0;
}
#nav_toggle * {
  color: inherit;
}
#nav_toggle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-size: 2.5em;
  display: inline-block;
  float: left;
  margin-right: .4em;
}
#header.pinned #nav_toggle::before {
  font-size: 2.3em;
}
#nav_toggle:hover {
  color: #fff;
  background-color: #007775;
}
#nav_toggle:hover::before {
  color: inherit;
}
#nav_toggle span {
  display: block;
  font-size: 1.3em;
  float: left;
  font-weight: 300;
}
@media (max-width: 550px) {
  #nav_toggle {
    display: block;
    float: right;
  }
  #navi {
    display: none;
  }
}
/*
===============================================================================================
    offenes Menu
===============================================================================================
*/
#nav_overlay.navopen #navi {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  overflow: auto;
  /* background-color: rgba(0, 0, 0, .7); */
  width: 100%;
  padding: 5% 10% 460% 10%;
}
#nav_overlay.navopen #navi > ul {
  background-color: #007775;
  padding: 3%;
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,1);
}
#nav_overlay.navopen #navi > ul > li {
  display: block;
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
  outline: 1px solid rgba(255,255,255,.2);
  outline-offset: -1px;
}
#nav_overlay.navopen #navi > ul > li a {
  color: #fff;
}
#nav_overlay.navopen #navi > ul > li:hover {
  outline: none;
}
#nav_overlay.navopen #navi ul li.active a {
  font-style: italic;
  background-color: rgba(255,255,255,.15);
}
#nav_overlay.navopen #navi ul li.mobile_hide {
  display: block;
}
#nav_overlay.navopen #navi ul li a {
  text-align: left;
  display: block;
  width: 100%;
  padding: .7rem;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
}
#nav_overlay.navopen #navi ul li a:hover {
  background-color: rgba(0,0,0,.6);
}
#nav_overlay.navopen #navi ul li .submenu {
  display: block;
  position: relative;
  z-index: unset;
  background-color: inherit;
  color: #fff;
  overflow: auto;
  margin-top: 0;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  padding-bottom: .3rem;
}
#nav_overlay.navopen #navi ul li .submenu li {
  margin-left: 2rem;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: -1px;
}
#nav_overlay.navopen #navi ul li .submenu a {
  color: inherit;
  padding-left: 1em;
}
#nav_overlay.navopen #navi ul li .submenu a:hover {
  color: #00C461;
}
@media (max-width: 550px) {
  #nav_overlay.navopen #navi {
    padding: 0 0 100% 0;
  }
  #nav_overlay.navopen #navi > ul {
    padding: 3% 4rem 3% 3%;
  }
}
/*
===============================================================================================
    Burger-Menu
===============================================================================================
*/
#nav_overlay.navopen #nav_toggle {
  font-size: 3em;
  font-weight: 400;
  float: right;
  right: 1rem;
  position: absolute;
  z-index: 2;
  margin-top: 0;
  color: #CA5C5C;
  line-height: .5em;
  width: .7em;
  padding: 0;
  background-color: transparent;
  border: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
#nav_overlay.navopen #nav_toggle:hover {
  color: #FF1616;
}
#nav_overlay.navopen #nav_toggle::before {
  display: none;
}
@media (max-width: 550px) {
  #nav_overlay.navopen #nav_toggle {
    top: 1rem;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.button {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  padding: .8em 1.2em;
  background-color: #777;
  text-decoration: none !important;
  display: inline-block;
  clear: both;
  margin: 0;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: .3rem;
  line-height: .9em;
  overflow: hidden;
  letter-spacing: .04em;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.4), 0 0 15px 0 rgba(0,0,0,.1);
}
.button:hover {
  background-color: #63282F;
}
@media (max-width: 500px) {
  .button {
    padding: .8em;
    text-transform: none;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    PDF-Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content .button.pdf {
  padding-bottom: .65em;
}
.button.pdf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  display: inline-block;
  float: left;
  font-size: 1.4em;
  margin-right: .4em;
  line-height: .9em;
  overflow: hidden;
}
.button.pdf span {
  display: inline-block;
  margin-left: .4em;
  font-style: italic;
  font-size: .9em;
  opacity: .8;
}
.button.pdf span::before {
  content: '[';
}
.button.pdf span::after {
  content: ']';
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Content
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content {
  background-color: #fff;
  padding-bottom: 3em;
}
.home #content {
  padding-bottom: 0;
}
#content p {
  line-height: 1.5em;
}
#content p.intro {
  font-size: 1.25em;
  color: rgba(0, 0, 0, .7);
  text-align: center;
}
#content .halfing {
  display: block;
  overflow: auto;
  margin-bottom: 2em;
}
#content .halfing .left,
#content .halfing .right {
  width: 49%;
}
#content .halfing .left {
  float: left;
}
#content .halfing .right {
  float: right;
}
#content hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin-top: 3em;
}
#content ul {
  margin-left: 2rem;
  list-style: none !important;
}
#content ul li {
  line-height: inherit;
  margin-top: .7em;
  line-height: 1.25em;
}
#content ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-size: .9em;
  display: block;
  float: left;
  width: 2em;
  margin-left: -2em;
  text-align: center;
  color: #333;
}
#content ol {
  margin-left: 3.3em;
}
#content ol li {
  margin-top: .6em;
}
#content p,
#content table,
#content ol,
#content ul {
  margin-bottom: 1.2em;
}
#content a:not(.button) {
  color: #2859B2;
  text-decoration: underline;
}
#content strong {
  font-weight: 700;
}
#content img {
  max-width: 100%;
}
#content img.right {
  float: right;
  margin: 0 0 .5em 1.5em;
  max-width: 50%;
}
#content img.left {
  float: left;
  margin: 0 1.5em .5em 0;
  max-width: 50%;
}
#content figure {
  max-width: 100%;
}
#content figure img {
  max-width: 100%;
}
#content figure figcaption {
  margin-top: -.2em;
  font-style: italic;
}
#content table {
  border-collapse: separate;
  border-spacing: 5px;
  outline: 1px solid rgba(0, 0, 0, .07);
}
#content table tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, .02);
}
#content table tr:nth-of-type(even) td {
  background-color: rgba(0, 0, 0, .04);
}
#content table tr td {
  padding: .5rem .6rem;
}
#content table tr:hover td {
  box-shadow: inset 0 0 0 99px rgba(0,0,0,.07);
}
#content .ux.muchtext h1 {
  text-align: left;
}
/* @media (max-width: 900px) {
  #content .ux.muchtext p {
    text-align: left;
  }
}
*/
@media (max-width: 700px) {
  #content img.left,
  #content img.right {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
    max-width: 100%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Leistungen auf HP
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#services {
  margin: 2rem auto;
}
#services .col {
  padding: 0;
  /* border-radius: .3rem; */
  background-color: #666;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
  text-decoration: none !important;
  color: #fff !important;
}
#services .col:hover {
  background-color: #333;
  box-shadow: 0 0 15px 0 rgba(255,255,255,1), 0 0 8px 0 rgba(255,255,255,.8);
  color: #fff !important;
}
#services .col * {
  color: inherit;
}
#services .col img {
  width: 100%;
  display: block;
  overflow: unset;
}
#services .col:hover {
  border-radius: .2rem;
}
#services .col:hover img {
  filter: brightness(.85) saturate(1.4);
  border-radius: .2rem .2rem 0 0;
}
#services .col .txt_con {
  display: block;
  padding: 1.5% 1% 2.5% 1%;
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 900px) {
  #services {
    margin-top: 1rem;
  }
}
@media (max-width: 700px) {
  #services {
    justify-content: center;
  }
  #services .col {
    width: 48%;
    max-width: 258px;
    overflow: auto;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Job-Banner auf Homepage
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#paralax {
  width: 100%;
  height: 350px;
  background-color: #c1c1c1;
  background-image: url('../bilder/AdobeStock_172105626_Preview.jpg');
  background-position: 50% 0;
  background-size: cover;
}
#paralax .text_con {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(0,0,0,.6);
  color: #fff;
}
#paralax .text_con * {
  color: inherit;
}
#paralax .text_con h2 {
  margin-top: 0;
}
@media (max-width: 550px) {
  #paralax {
    height: 400px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 400px) {
  #paralax {
    padding-left: 4%;
    padding-right: 4%;
  }
  #paralax .text_con {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Segment Kontaktformular und Sprechzeiten
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@media (max-width: 750px) {
  #contact_segment .clc .col {
    width: 100%;
    margin: 0;
  }
  #contact_segment .clc .col:last-of-type {
    margin-top: 3rem;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Referenzen / Galerien
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gallery {
  overflow: auto;
}
.gallery .picture_list {
  display: block;
  overflow: auto;
}
.gallery .picture_list a {
  display: block;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 0;
  outline-offset: 1px;
  cursor: zoom-in;
  outline: none;
}
.gallery.per_row_4 .picture_list a {
  margin-right: 1%;
  margin-bottom: 1%;
}
/* .gallery .picture_list a.more {
  display: none;
}
.gallery .picture_list.showall a.more {
  display: block;
} */
.gallery.per_row_2 .picture_list a {
  width: 49%;
}
.gallery.per_row_3 .picture_list a {
  width: 32%;
}
.gallery.per_row_4 .picture_list a {
  width: 24.25%;
}
.gallery.per_row_2 .picture_list a:nth-of-type(2n+0) {
  margin-right: 0;
}
.gallery.per_row_3 .picture_list a:nth-of-type(3n+0) {
  margin-right: 0;
}
.gallery.per_row_4 .picture_list a:nth-of-type(4n+0) {
  margin-right: 0;
}
.gallery .picture_list a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.gallery .picture_list a:hover:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  outline: 1px solid #E30C25;
  outline-offset: -4px;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery a:hover img {
  filter: saturate(1.4) brightness(.8);
}
.gallery .picture_list a div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(25, 25, 25, .8);
  padding: .4em .2em .3em .3em;
  line-height: 1.2em;
  color: #fff;
}
.gallery .picture_list a:hover div {
  background-color: #017939;
}
@media (max-width: 800px) {
  .gallery.per_row_3 .picture_list a {
    width: 49%;
  }
  .gallery.per_row_3 .picture_list a:nth-of-type(3n+0) {
    margin-right: 2%;
  }
  .gallery.per_row_3 .picture_list a:nth-of-type(2n+0) {
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .gallery .picture_list a {
    width: 100% !important;
    max-width: unset;
    margin-right: 0 !important;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Kontaktformular
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#form_container {
  width: 90%;
  clear: both;
  /* margin-left: auto;
  margin-right: auto; */
  padding: 0;
  font-size: 1em;
}
#contact_form {
  display: block;
  overflow: auto;
  padding: .2em;
  margin: 0 auto;
  font-size: 1em;
}
#contact_form * {
  font-size: inherit;
}
#contact_form form .label {
  display: block;
  padding-top: .4em;
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
  font-weight: 300;
  font-size: 1em;
  line-height: .9em;
}
#contact_form form input[type=text],
#contact_form form textarea,
#contact_form form select {
  border: 1px solid #aaa;
  padding: .5em .6em;
  line-height: 1.2em;
  color: #000;
  background-color: #fff;
  outline-color: #538BEE;
  margin-top: .1em;
  margin-bottom: .8em;
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}
#contact_form form input[type=text],
#contact_form form textarea {
  width: 100%;
}
#contact_form form textarea {
  height: 8rem;
}
#contact_form form ::-webkit-input-placeholder { /* Edge */
  opacity: .7;
}
#contact_form form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: .7;
}
#contact_form form ::placeholder {
  opacity: .7;
}
#contact_form form input[type=submit] {
  margin-top: 1em;
}
#contact_form form .errormsg {
  font-style: italic;
  color: #691414;
  font-size: .8em;
  margin-top: -.85em;
  margin-bottom: 1em;
  padding: .2em .4em;
  background-color: rgba(240, 175, 175, .7);
}
#contact_form form .mailingmsg {
  display: none;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: .6em;
}
#contact_form form .mailingmsg.success {
  display: block;
  color: #07965C;
}
#contact_form form .mailingmsg.fail {
  display: block;
  color: #691414;
}
#contact_form .consent_con {
  margin-top: .5em;
  font-size: .9em;
}
#contact_form .consent_con .errormsg {
  margin-top: .5em;
}
#contact_form .consent_con input[type=checkbox],
#contact_form .newsletter input[type=checkbox] {
  float: left;
  font-size: 1em;
  height: 1em;
  width: 1em;
  margin: 0 .5em 0 0;
}
#contact_form .consent_con .consent_text,
#contact_form .newsletter .newsletter_text {
  text-align: left;
  line-height: 1em !important;
}
#contact_form .consent_con .consent_text *,
#contact_form .newsletter .newsletter_text * {
  font-size: inherit;
  color: inherit;
}
#contact_form .consent_con .consent_text a {
  white-space: nowrap;
}
@media (max-width: 800px) {
  #form_container h2 {
    text-align: left;
    margin-bottom: .7rem;
  }
}
@media (max-width: 750px) {
  #form_container {
    width: 100%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Google Maps On Demand
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gmod {
  width: 100%;
  height: 500px;
  outline: 1px solid rgba(0,0,0,.3);
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}
.gmod .bg_map {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  background-image: url('../bilder/gmod-bg.png');
  background-repeat: repeat;
  background-position: 0 0;
  filter: blur(.05rem);
}
.gmod .opt_in_banner {
  background-color: rgba(120,120,120,.8);
  color: #fff;
  padding: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: .85em;
}
.gmod .opt_in_banner .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.gmod .opt_in_banner .desc a {
  color: inherit !important;
}
.gmod .opt_in_banner .show_map_btn {
  display: inline-block;
  padding: .6em 1.2em;
  margin-bottom: .9em;
  background-color: #2AA549;
  color: #fff;
  border: none;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.3);
}
.gmod .opt_in_banner .show_map_btn:hover {
  background-color: #208039;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#footer {
  background-color: #3c3c3c;
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  padding: 1em 0;
  line-height: 2em;
}
#footer * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#footer .inner {
  overflow: visible;
}
#footer .clc .col.company {
  width: 38%;
}
#footer .clc .col.contact {
  width: 38%;
}
#footer .clc .col.menu {
  width: 18%;
}
#footer .contact .con_el {
  display: inline-block;
}
#footer .contact .con_el::before {
  font-family: 'Font Awesome 5 Free';
  font-size: .9em;
  display: inline-block;
  text-align: center;
  min-width: 1em;
  margin-right: .5em;
}
#footer .contact .phone::before {
  content: "\f879";
}
#footer .contact .mobile::before {
  content: "\f10b";
}
#footer .contact .email::before {
  content: "\f0e0";
}
#footer .footer_menu {
  text-align: right;
  overflow: visible;
}
#footer .footer_menu li a {
  padding: .5rem 0;
}
@media (max-width: 700px) {
  #footer {
    padding: 3em 0;
  }
  #footer .clc .col.company {
    width: 53%;
  }
  #footer .clc .col.contact {
    width: 43%;
  }
  #footer .clc .col.menu {
    width: 100%;
    text-align: center;
  }
  #footer .footer_menu {
    text-align: center;
  }
  #footer .footer_menu li {
    display: inline-block;
    margin: 0 1em;
  }
}
@media (max-width: 600px) {
  #footer .clc .col.company {
    width: 48%;
  }
  #footer .clc .col.contact {
    width: 48%;
  }
}
@media (max-width: 540px) {
  #footer .clc .col.company {
    width: 100%;
  }
  #footer .clc .col.contact {
    width: 100%;
  }
  #footer .footer_menu {
    text-align: left;
  }
  #footer .footer_menu li:first-of-type {
    margin-left: 0;
  }
}