/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Font-Import
███████████████████████████████████████████████████████████████████████████████████████████████
*/
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/oswald-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oswald-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/oswald-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oswald-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../fonts/ubuntu-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    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, sub, 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;
}
body {
  font-size: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 50%, #eff0f0 50%, #eff0f0 100%);
  background: -webkit-linear-gradient(left,  #ffffff 50%,#eff0f0 50%,#eff0f0 100%);
  background: linear-gradient(to right,  #ffffff 50%,#eff0f0 50%,#eff0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f0',GradientType=1 );
}
body,
body * {
  box-sizing: border-box;
  /* font-family: 'Ubuntu', sans-serif; */
  font-family: 'Roboto', sans-serif;
  line-height: 1em;
  color: #636767;
  line-height: 1.4em;
  background-repeat: no-repeat;
}
h1, h1 *,
h2, h2 *,
h3, h3 * {
  /* font-family: 'Oswald', sans-serif; */
  color: #00A878;
}
h1, h2, h3 {
  display: block;
  clear: both;
  float: none;
  overflow: visible;
  font-weight: 700;
}
h1, .like_h1 {
  font-size: 1.9em;
  font-weight: 700;
  margin: -.3em 0 1.2em 0;
  letter-spacing: .05em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.65em;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: .4em;
}
h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 1.5em 0 .3em 0;
  padding: .05em;
}
p,
table {
  margin-bottom: 1.2em;
}
strong,
.bold {
  font-weight: 700;
}
.center {
  text-align: center;
}
.center > * {
  display: inline-block;
}
a {
  text-decoration: underline;
  color: inherit;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
  float: none;
}
table td {
  line-height: 1.3em;
  padding: .1em 0;
}
a.button {
  display: inline-block;
  border: none;
  padding: .5em 1em;
  background-color: #008C27;
  font-size: 1.1em;
  color: #FFF;
  box-shadow: 1px 1px 4px #DADADA;
  -moz-box-shadow: 1px 1px 4px #DADADA;
  -webkit-box-shadow: 1px 1px 4px #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  margin-bottom: 2em;
}
a.button:HOVER {
  background-color: #0A3188;
}
@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: 950px)  { body { font-size: 92.8%; } }
@media (max-width: 900px)  { body { font-size: 92.0%; } }
@media (max-width: 850px)  { body { font-size: 91.2%; } }
@media (max-width: 800px)  { body { font-size: 90.4%; } }
@media (max-width: 750px)  { body { font-size: 89.6%; } }
@media (max-width: 700px)  { body { font-size: 88.8%; } }
@media (max-width: 650px)  { body { font-size: 88.0%; } }
@media (max-width: 600px)  { body { font-size: 87.2%; } }
@media (max-width: 550px)  { body { font-size: 86.4%; } }
@media (max-width: 500px)  { body { font-size: 85.6%; } }
@media (max-width: 450px)  { body { font-size: 84.8%; } }
@media (max-width: 400px)  { body { font-size: 84.0%; } }
@media (max-width: 350px)  { body { font-size: 83.2%; } }
@media (max-width: 300px)  { body { font-size: 82.4%; } }
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Wrapper
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 30%, #eff0f0 30%, #eff0f0 100%);
  background: -webkit-linear-gradient(left, #ffffff 30%,#eff0f0 30%,#eff0f0 100%);
  background: linear-gradient(to right, #ffffff 30%,#eff0f0 30%,#eff0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f0',GradientType=1 );
}
#wrapper:BEFORE {
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 7em;
  background-color: #FFF;
}
@media (max-width: 1350px) {
  #wrapper {
    width: 96%;
  }
}
@media (max-width: 1200px) {
  #wrapper:BEFORE {
    height: 6em;
  }
}
@media (max-width: 1080px) {
  #wrapper:BEFORE {
    display: none;
  }
  body,
  #wrapper {
    filter: unset;
    background: unset;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#header {
  padding-top: 7em;
  overflow: hidden;
  position: relative;
}
#header .logo {
  display: inline-block;
  position: absolute;
  bottom: 1.1em;
}
#header .logo img {
  width: 100%;
}
@media (max-width: 1350px) {
  #header .logo {
    width: 27%;
  }
}
@media (max-width: 1200px) {
  #header {
    padding-top: 6em;
  }
}
@media (max-width: 1080px) {
  #header {
    padding-top: 3%;
  }
  #header .logo {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 318px;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Navigation
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#navi {
  line-height: 0;
  width: 70%;
  float: right;
}
#navi * {
  /* font-family: 'Oswald', sans-serif; */
  font-weight: 400;
  color: #636767;
  text-decoration: none;
}
#navi > ul {
  display: inline-block;
}
#navi > ul > li {
  display: block;
  float: left;
  margin: 0 .3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#navi > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 2em;
  padding: 1.4em 1.1em;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .13em;
}
#navi > ul > li:LAST-OF-TYPE > a {
  padding-right: 1px;
}
#navi li:HOVER a {
  color: #00A878;
  text-decoration: underline;
}
#navi li:HOVER,
.home #navi li.home a,
.zertifizierung #navi li.zertifizierung a,
.pruefung #navi li.pruefung a,
.forschung-entwicklung #navi li.forschung-entwicklung a,
.dokumente #navi li.dokumente a,
.partner #navi li.partner a {
  color: #00A878;
}
@media (max-width: 1330px) {
  #navi > ul > li {
    margin: 0 .2em;
  }
}
@media (max-width: 1300px) {
  #navi > ul > li {
    margin: 0;
  }
}
@media (max-width: 1080px) {
  #navi {
    width: 100%;
    text-align: center;
  }
  #navi > ul > li > a {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
}
@media (max-width: 940px) {
  #navi > ul > li {
    margin: 1em 0 !important;
  }
  #navi > ul > li > a {
    padding: 1em !important;
  }
}
@media (max-width: 860px) {
  #navi > ul > li {
    margin: .6em !important;
  }
  #navi > ul > li > a {
    padding: .5em !important;
  }
}
@media (max-width: 800px) {
  #navi {
    margin-bottom: 10%;
  }
  #navi > ul {
    display: block;
  }
  #navi > ul > li {
    width: 30%;
    margin: 3% 0 0 0 !important;
  }
  #navi > ul > li:nth-of-type(2),
  #navi > ul > li:nth-of-type(5) {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  #navi > ul > li > a {
    padding: .5em 0 !important;
    background-color: #00A878;
    color: #FFF !important;
  }
  .home #navi li.home a,
  .zertifizierung #navi li.zertifizierung a,
  .pruefung #navi li.pruefung a,
  .forschung-entwicklung #navi li.forschung-entwicklung a,
  .dokumente #navi li.dokumente a,
  .partner #navi li.partner a {
    outline: 1px solid rgba(255, 255, 255, .5);
    outline-offset: -3px;
  }
}
@media (max-width: 480px) {
  #navi {
    margin-top: 5%;
  }
  #navi > ul > li {
    width: 32%;
    margin: 2% 0 0 0 !important;
  }
  #navi > ul > li:nth-of-type(2),
  #navi > ul > li:nth-of-type(5) {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
@media (max-width: 400px) {
  #navi > ul > li {
    width: 45%;
    margin: 2% 2.5% 0 2.5% !important;
  }
  #navi > ul > li:nth-of-type(2),
  #navi > ul > li:nth-of-type(5) {
    margin: 2% 2.5% 0 2.5% !important;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Slider
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#slider_area {
  width: 100%;
  margin: 0 auto 3em auto;
  -webkit-box-shadow: 14px 5px 10px -10px rgba(0,0,0,0.5), -14px 5px 10px -10px rgba(0,0,0,0.5);;
  -moz-box-shadow: 14px 5px 10px -10px rgba(0,0,0,0.5), -14px 5px 10px -10px rgba(0,0,0,0.5);
  box-shadow: 14px 5px 10px -10px rgba(0,0,0,0.5), -14px 5px 10px -10px rgba(0,0,0,0.5);
}
#slider_container {
  width: 100%;
  height: 388px;
  clear: both;
}
#slider_container * {
  margin: 0;
  padding: 0;
}
#slider li {
  width: 100%;
  padding-top: 388px;
  text-align: center;
  background-position: 50%;
  background-size: cover;
}
.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}
.bx-wrapper .bx-controls {
  position: relative;
}
.bx-wrapper .bx-controls-direction {
  position: absolute;
  right: 0;
}
.bx-wrapper .bx-controls-direction a {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  background-image: url("../img/bx-slider-controls.png?1");
  background-repeat: no-repeat;
  top: -29px;
  text-indent: -9999px;
}
.bx-wrapper .bx-next {
  background-position: -29px 0px;
  right: 0;
}
.bx-wrapper .bx-next:HOVER {
  background-position: -29px -29px;
}
.bx-wrapper .bx-prev {
  background-position: 0 0;
  right: 2px;
}
.bx-wrapper .bx-prev:HOVER {
  background-position: 0 -29px;
}
@media (max-width: 1300px) {
  #slider_container {
    /* height: 6.3%; */
    height: 2.3%;
  }
  #slider li {
    /* padding-top: 6.3%; */
    padding-top: 2.3%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    hline als Slider-Ersatz
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.hline {
  margin-top: 1em;
  margin-bottom: 3em;
  height: 3px;
  border: none;
  background-color: #00A878;
}
@media (max-width: 1080px) {
  .hline {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .hline {
    display: none;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Back-to-Top-Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#b2t_btn {
  background: #000;
  position: fixed;
  bottom: 8%;
  right: 2%;
  height: 3em;
  width: 3em;
  border-radius: 100em;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#b2t_btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: .9em;
  width: .9em;
  border: solid #FFF;
  border-width: .3em 0 0 .3em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 38%;
  left: 50%;
  margin-left: -21%;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
#b2t_btn:hover {
  opacity: 1;
}
#b2t_btn:hover::before {
  top: 30%;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Sidebar
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#sidebar {
  float: left;
  width: 30%;
}
#sidebar .branch {
  margin-bottom: 3.5em;
}
#sidebar .branch .branch_dataset {
  margin: 0 0 1em 45px;
  padding-left: 1em;
  display: block;
}
#sidebar .branch .email {
  text-decoration: none;
  color: inherit;
}
#sidebar .branch .branch_dataset:BEFORE {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -35px;
  margin-right: 15px;
  background-image: url('../img/branch-data-icon.png');
}
#sidebar .branch .telephone:BEFORE {
  background-position: 0 -17px;
}
#sidebar .branch .fax:BEFORE {
  background-position: 0 -34px;
}
#sidebar .branch .email:BEFORE {
  background-position: 0 -51px;
}
#sidebar .branch .mobile:BEFORE {
  background-position: 0 -68px;
}
@media (max-width: 1250px) {
  #sidebar .branch .branch_dataset {
    padding-left: 0;
    margin-left: 30px;
  }
  #sidebar .branch .branch_dataset:BEFORE {
    margin-left: -30px;
    margin-right: 10px;
  }
}
@media (max-width: 1080px) {
  #sidebar {
    width: 100%;
    margin-top: 1em;
    padding-top: 2em;
    border-top: 3px solid #00A878;
  }
  #sidebar .branch {
    width: 50%;
    float: left;
    padding-left: 10%;
  }
}
@media (max-width: 760px) {
  #sidebar .branch {
    padding-left: 2%;
  }
}
@media (max-width: 600px) {
  #sidebar .branch {
    width: 100%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Content
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content {
  padding: 0 0 0 1.5em;
  font-size: 100%;
  float: right;
  width: 70%;
  margin-bottom: 3em;
}
#content p {
  line-height: 1.6em;
}
#content p.right {
  text-align: right;
}
#content p.center {
  text-align: right;
}
#content ol {
  margin-left: 1em;
}
#content ul {
  margin-left: 1.3em;
  list-style-type: square;
}
#content li {
  padding: 5px 0;
}
#content ul li:FIRST-OF-TYPE {
  padding-top: 0;
}
#content ul li:LAST-OF-TYPE {
  padding-bottom: 0;
}
#content ul > li > ul,
#content ol > li > ul {
  margin-top: .6em;
}
#content .cert_listing > li {
  font-weight: 700;
  margin-top: 1em;
}
#content .cert_listing > li * {
  font-weight: 400;
}
#content .release_list {
  list-style: none;
  margin-left: 0;
  font-size: .9em;
}
#content .release_list li {
  margin: 1em 0 0 0;
  background-color: #FFF;
  padding: .6em 1.3em !important;
}
#content img.right {
  float: right;
  margin: 0 0 1.5% 1.5%;
}
#content img.full_width {
  width: 100%;
}
#content hr {
  width: 80%;
  height: 1px;
  border: none;
  background-color: #BBB;
  margin: 2em auto;
}
#content a {
  text-decoration: underline;
}
#job_banner {
  background-color: #00A787;
  color: #fff;
  padding: 2em;
  width: 100%;
  margin-bottom: 3em;
}
#job_banner * {
  color: inherit;
}
#job_banner strong {
  display: block;
  margin-bottom: .6em;
  font-size: 1.2em;
}
#hint_banner {
  border: 1px solid #E7C91F;
  border-radius: 5px;
  margin-bottom: 3em;
  overflow: hidden;
}
#hint_banner .heading {
  background-color: #F8F1C3;
  border-bottom: 1px solid #E7C91F;
  color: #806F0D;
  padding: .5em 1em;
}
#hint_banner .text {
  padding: .5em 1em;
  background-color: #fff;
}
@media (max-width: 1080px) {
  #content {
    width: 100%;
    padding-left: 0;
  }
  #content .release_list li {
    background-color: #EFF0F0;
  }
}
/*
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
    Bilder
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
*/
#content img.center {
  display: block;
  margin: 0 auto;
}
/*
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
    Leistungen-Box
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
*/
#box_services {
  background-color: #00A787;
  overflow: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
#box_services * {
  color: #FFF;
}
#box_services .text {
  float: left;
  width: 70%;
  padding: 2em 2em 1em 2em;
}
#box_services h2 {
  margin-top: 0;
  display: inline-block;
}
#box_services strong {
  display: block;
}
#box_services p:LAST-OF-TYPE {
  margin-bottom: 0;
}
#box_services:BEFORE {
  content: ' ';
  width: 30%;
  height: 343px;
  float: left;
  background-image: url('../img/schlagwort-wolke.jpg');
  background-position: 50% 50%;
}
@media (max-width: 1200px) {
  #box_services:BEFORE {
    height: 350px;
  }
}
@media (max-width: 1080px) {
  #box_services:BEFORE {
    width: 35%;
    height: 336px;
  }
  #box_services .text {
    width: 65%;
    padding: 1.5em;
  }
}
@media (max-width: 1000px) {
  #box_services:BEFORE {
    display: none;
  }
  #box_services .text {
    width: 100%;
    float: none;
    padding: 2em;
  }
}
/*
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
    Kontakt-Box (Karte & Kontaktformular)
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
*/
#box_contact {
  width: 100%;
  margin-bottom: 44px;
  overflow: auto;
}
#box_contact .map {
  width: 30%;
  height: 470px;
  border: none;
}
#contact_form {
  display: block;
  width: 70%;
  float: right;
  padding: 0 10%;
}
#contact_form label {
  display: block;
}
#contact_form label[for=formfield_consent] {
  font-size: .9em;
}
#contact_form input,
#contact_form textarea {
  width: 100%;
  border: 1px solid #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  outline: none;
  font-size: 1em;
  margin-bottom: 12px;
}
#contact_form textarea {
  height: 9em;
}
#contact_form input[type=checkbox] {
  height: 1em;
  width: 1em;
  margin: 0 .5em 0 0;
  float: left;
}
#contact_form .error {
  border-color: #FF928F;
}
#contact_form input[type=submit] {
  width: auto;
  text-align: center;
  letter-spacing: .07em;
  border: none;
  margin-top: 1em;
  padding: .5em 1.5em;
  background-color: #00A787;
  color: #FFF;
  cursor: pointer;
}
#contact_form input[type=submit]:HOVER {
  background-color: #007860;
}
#contact_form form .errormsg {
  font-style: italic;
  color: #F00;
  font-size: .8em;
  margin-top: -1em;
  margin-bottom: .6em;
}
#contact_form .consent_con {
  margin-bottom: .5em;
}
#contact_form .consent_con .errormsg {
  margin-top: .5em;
}
#contact_form .consent_con input[type=checkbox] {
  float: left;
  font-size: 1em;
  height: .9em;
  width: .9em;
  margin: .2em .5em 0 0;
}
#contact_form .consent_con .consent_text {
  font-size: .9em;
}
#contact_form form .mailingmsg {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 1.2em;
}
#contact_form form .mailingmsg.success {
  color: #22B722;
}
#contact_form form .mailingmsg.fail {
  color: #E76A6A;
}
.grecaptcha-badge {
  bottom: 13% !important;
  opacity: .85;
}
@media (max-width: 1080px) {
  #box_contact .map {
    width: 35%;
    height: 450px;
  }
  #contact_form {
    width: 65%;
    padding: 0 0 0 3%;
  }
  #contact_form input,
  #contact_form textarea {
    border-color: #DDD;
  }
}
@media (max-width: 800px) {
  #box_contact .map {
    width: 100%;
    height: 300px;
  }
  #contact_form {
    width: 100%;
    padding: 0 10%;
    margin-top: 3em;
  }
}
@media (max-width: 650px) {
  #contact_form {
    padding: 0;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#footer {
  overflow: auto;
  font-size: 90%;
  padding: 3em 0;
}
#footer * {
  color: inherit;
  text-decoration: none;
}
#footer a:HOVER {
  text-decoration: underline;
}
#footer .copyright {
  float: left;
}
#footer .footerlinks {
  float: right;
}
#footer .footerlinks a {
  margin-left: 2em;
}
#footer .footerlinks a:FIRST-OF-TYPE {
  margin-left: 0;
}
@media (max-width: 1080px) {
  #footer {
    background-color: #EFF0F0;
    -webkit-box-shadow: -100px 0px 0px 0px rgba(239,240,240,1), 100px 0px 0px 0px rgba(239,240,240,1);
    -moz-box-shadow: -100px 0px 0px 0px rgba(239,240,240,1), 100px 0px 0px 0px rgba(239,240,240,1);
    box-shadow: -100px 0px 0px 0px rgba(239,240,240,1), 100px 0px 0px 0px rgba(239,240,240,1);
  }
}
@media (max-width: 820px) {
  #footer {
    text-align: center;
  }
  #footer .copyright,
  #footer .footerlinks {
    float: none;
    width: 100%;
  }
  #footer .footerlinks {
    margin-top: 2em;
  }
  #footer .footerlinks a {
    margin-left: 1em;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Google Maps On Demand
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gmod {
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  float: left;
}
.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;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Bildquelle
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.psc {
  position: relative;
}
.pic_source {
  font-family: Arial, Verdana, Helvetica, sans-serif !important;
  position: absolute;
  z-index: 1;
  left: 3px;
  bottom: 3px;
  display: inline-block;
  background-color: #777;
  color: #fff;
  vertical-align: top;
  line-height: 1em;
  padding: 1px 0 0 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 300;
  margin-bottom: 0;
}
.pic_source.top {
  bottom: unset !important;
  top: 3px;
}
.pic_source * {
  color: inherit !important;
  vertical-align: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  margin: 0 !important;
  font-size: inherit !important;
  text-transform: none !important;
}
.pic_source::before {
  content: '\00A9';
  display: block;
  float: left;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.05em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.pic_source input[type=checkbox] {
  display: none;
}
.pic_source span {
  display: none;
  padding-top: 1px;
  padding-right: .5em;
  line-height: 1em;
}
.pic_source input[type=checkbox]:checked ~ span {
  display: inline-block;
}
.pic_source input[type=checkbox]:checked ~ span:first-of-type {
  padding-left: .1em;
}