@charset "UTF-8";
/************************************/
/*                                  */
/*  JUEGER & GRAETER - STYLES       */
/*  Autor: TN34.de / Daniel Gmoser  */
/*  Version: 1.0                    */
/*                                  */
/************************************/
/********************************/
/*  JUEGER & GRAETER - PLUGINS  */
/********************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2.143em;
  margin: 1em 0;
  line-height: 1.25;
}

h2 {
  font-size: 1.714em;
  margin: 1em 0;
  line-height: 1.25;
}

h3 {
  font-size: 1.429em;
  margin: 0.571em 0;
  line-height: 1.25;
}

h4 {
  font-size: 1.286em;
  margin: 0.714em 0;
  line-height: 1.25;
}

h5 {
  font-size: 1.143em;
  margin: 0.857em 0;
  line-height: 1.25;
}

h6 {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.25;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/******************************/
/*  JUEGER & GRAETER - FONTS  */
/******************************/
@font-face {
  font-family: "icons";
  src: url("../fonts/jg.eot?xq6if8");
  src: url("../fonts/jg.eot?xq6if8#iefix") format("embedded-opentype"), url("../fonts/jg.ttf?xq6if8") format("truetype"), url("../fonts/jg.woff?xq6if8") format("woff"), url("../fonts/jg.svg?xq6if8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_mail:before {
  content: "";
}

.icon-icon_angle_down:before {
  content: "";
}

.icon-icon_angle_left:before {
  content: "";
}

.icon-icon_angle_right:before {
  content: "";
}

.icon-icon_angle_up:before {
  content: "";
}

.icon-icon_arrow_down:before {
  content: "";
}

.icon-icon_arrow_left:before {
  content: "";
}

.icon-icon_arrow_right:before {
  content: "";
}

.icon-icon_arrow_up:before {
  content: "";
}

.icon-icon_check:before {
  content: "";
}

.icon-icon_fax:before {
  content: "";
}

.icon-icon_load:before {
  content: "";
}

.icon-icon_location:before {
  content: "";
}

.icon-icon_phone:before {
  content: "";
}

.icon-icon_search:before {
  content: "";
}

*[data-icon]:before {
  content: attr(data-icon);
  font: 1em/1 "Icons";
}

html, body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media all and (max-width: 1350px) {
  html, body {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}

p,
li,
span {
  color: #262626;
  line-height: 1.65;
}

p {
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  p {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  margin-bottom: 0.75em;
}
@media all and (max-width: 1150px) {
  h1 {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}
h1 span {
  font-weight: 700;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 3.375rem;
  margin-bottom: 0.75em;
}
@media all and (max-width: 1150px) {
  h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  h2 {
    font-size: 2rem;
  }
}
h2 span {
  font-weight: 700;
}

.arial {
  font-family: Arial, sans-serif;
  color: inherit;
}

/*******************************/
/*  JUEGER & GRAETER - GLOBAL  */
/*******************************/
.ce_text p > a {
  color: #00778b;
}

.invisible {
  display: none;
}

.sc_flex_center .subc,
.sc_flex_center .subcl,
.sc_flex_center .subcr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc_flex_column .subc,
.sc_flex_column .subcl,
.sc_flex_column .subcr {
  display: flex;
  flex-direction: column;
}

.flex_spread {
  display: flex;
  justify-content: space-between;
}

.flex_bottom {
  display: flex;
  align-items: flex-end;
}

#wrapper {
  padding-top: 100px;
  overflow-x: hidden;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  #wrapper {
    padding-top: 55px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #00778b;
  transition: all 0.25s ease-out;
}
#header .inside .main {
  transition: all 0.25s ease-out;
  box-shadow: 0px -3px 19px #262626;
  position: relative;
  width: 100%;
}
#header .inside .main .inside {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.25s ease-out;
  height: 100px;
}
@media all and (max-width: 1350px) {
  #header .inside .main .inside {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #header .inside .main .inside {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .main .inside {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #header .inside .main .inside {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .main .inside {
    height: 60px;
  }
}
#header .inside .add_on {
  width: 100%;
  background: #efefef;
}
@media all and (max-width: 1024px) {
  #header .inside .add_on {
    display: none;
  }
}
#header .inside .add_on ul {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.25s ease-out;
  height: 70px;
}
@media all and (max-width: 1350px) {
  #header .inside .add_on ul {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #header .inside .add_on ul {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #header .inside .add_on ul {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #header .inside .add_on ul {
    width: calc(100% - 3.5rem);
  }
}
#header .inside .add_on ul li {
  position: relative;
  display: inline-flex;
  margin-left: 1.875rem;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 1250px) {
  #header .inside .add_on ul li {
    line-height: 1.35;
  }
}
#header .inside .add_on ul li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ea4301;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}
#header .inside .add_on ul li a, #header .inside .add_on ul li span {
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #00778b;
  transition: all 0.25s ease-out;
}
#header .inside .add_on ul li.active:after, #header .inside .add_on ul li:hover:after {
  opacity: 1;
}
#header .inside .add_on ul li.active a, #header .inside .add_on ul li.active span, #header .inside .add_on ul li:hover a, #header .inside .add_on ul li:hover span {
  color: #ea4301;
}
#header .logo {
  width: 7.188rem;
  margin: 0 0 18px 0;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1350px) {
  #header .logo {
    width: 5.188rem;
    margin: 0 0 32px 0;
  }
}
@media all and (max-width: 1024px) {
  #header .logo {
    width: 4.75rem;
    margin: 0 0 8px 0;
  }
}
#header .nav_block {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media all and (max-width: 1024px) {
  #header .nav_block .mod_navigation {
    display: none;
  }
}
#header .nav_block .mod_navigation ul {
  display: flex;
  height: 100%;
}
#header .nav_block .mod_navigation ul li {
  align-items: center;
  font-size: 1.125rem;
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-flex;
  height: 100%;
  padding: 0 0.275rem;
}
#header .nav_block .mod_navigation ul li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul li a, #header .nav_block .mod_navigation ul li span {
  color: #f8f8f8;
  font-weight: 400;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
}
@media all and (max-width: 1150px) {
  #header .nav_block .mod_navigation ul li a, #header .nav_block .mod_navigation ul li span {
    padding: 7px 10px;
  }
}
#header .nav_block .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  top: 100px;
  background: rgba(248, 248, 248, 0.9);
  height: auto;
  width: 16.875rem;
  z-index: 5;
  padding: 1rem 0;
  box-shadow: 2px 2px 14px #262626;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_2 li {
  font-size: 1rem;
  display: block;
  padding: 0;
  border-left: 0.313rem solid transparent;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_2 li:after {
  content: none;
}
#header .nav_block .mod_navigation ul.level_2 li a {
  padding: 0.938rem 1.563rem;
  color: #262626;
  font-size: 0.95rem;
  background: none;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li {
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li.first {
  margin-left: 0;
}
#header .nav_block .mod_navigation ul.level_1 li a {
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_navigation ul.level_1 li.trail, #header .nav_block .mod_navigation ul.level_1 li.active, #header .nav_block .mod_navigation ul.level_1 li:hover {
  background: #005260;
}
#header .nav_block .mod_navigation ul.level_1 li.trail:after, #header .nav_block .mod_navigation ul.level_1 li.active:after, #header .nav_block .mod_navigation ul.level_1 li:hover:after {
  opacity: 1;
}
#header .nav_block .mod_navigation ul.level_1 li.trail .level_2, #header .nav_block .mod_navigation ul.level_1 li.active .level_2 {
  display: none;
}
@media all and (min-width: 1025px) {
  #header .nav_block .mod_navigation ul.level_1 li:hover .level_2 {
    display: block;
  }
}
#header .nav_block .mod_navigation ul.level_2 li {
  margin-left: 0;
}
#header .nav_block .mod_navigation ul.level_2 li:hover {
  background: #005260;
  border-left: 0.313rem solid #ea4301;
}
#header .nav_block .mod_navigation ul.level_2 li:hover a {
  color: #efefef;
  background: none;
}
#header .nav_block .mod_changelanguage {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 1.343rem;
}
#header .nav_block .mod_changelanguage ul.active_lang {
  height: 100%;
}
#header .nav_block .mod_changelanguage ul.active_lang li {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .nav_block .mod_changelanguage ul.active_lang li a, #header .nav_block .mod_changelanguage ul.active_lang li span {
  color: #efefef;
  font-size: 0.875rem;
  padding: 0.45rem 0.75rem;
  line-height: 1;
  display: block;
  border: 1px solid #efefef;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li:hover a {
  color: #262626;
  background: #efefef;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu {
  display: none;
  position: absolute;
  top: 100px;
  width: 5rem;
  background: rgba(248, 248, 248, 0.9);
  z-index: 5;
  padding: 1rem 0;
  box-shadow: 2px 2px 14px #262626;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li {
  border: none;
  background: none;
  border-left: 5px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li a, #header .nav_block .mod_changelanguage ul.active_lang li .submenu li span {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  color: #262626;
  text-align: center;
  border: none;
  background: none !important;
  transition: all 0.25s ease-out;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover {
  border-left: 5px solid #ea4301;
  background: #005260;
}
#header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover a, #header .nav_block .mod_changelanguage ul.active_lang li .submenu li:hover span {
  color: #f8f8f8;
}
#header .nav_block .mod_changelanguage .active_lang:hover .submenu {
  display: block;
}
#header .nav_block .search_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  margin-left: 1.25rem;
  cursor: pointer;
}
#header .nav_block .search_toggle:before {
  content: "";
  font-family: "icons";
  transition: all 0.25s ease-out;
  color: #f8f8f8;
  font-size: 1.15rem;
}
#header .nav_block .search_toggle:hover:before {
  color: #005260;
}

.home #header {
  background: none;
}
.home #header .inside {
  height: 118px;
}
.home #header .inside .main {
  box-shadow: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:after {
  content: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:hover {
  background: none;
}
.home #header .nav_block .mod_navigation ul.level_1 li:hover a {
  color: #262626;
  background: #f8f8f8;
}
.home #header .nav_block .mod_navigation ul.level_2 li a {
  background: none !important;
}
.home #header .nav_block .mod_navigation ul.level_2 li:hover {
  background: #005260;
}
.home #header .nav_block .mod_navigation ul.level_2 li:hover a {
  color: #f8f8f8;
}
#header.noSubmenu.resized, #header.noSubmenu.headroom--unpinned {
  box-shadow: 0px -3px 19px #262626;
  background: #00778b;
}
#header.noSubmenu.resized .inside, #header.noSubmenu.headroom--unpinned .inside {
  height: 55px;
}
#header.noSubmenu.resized .inside .main .inside, #header.noSubmenu.headroom--unpinned .inside .main .inside {
  height: 55px;
}
#header.noSubmenu.resized .logo, #header.noSubmenu.headroom--unpinned .logo {
  width: 4rem;
  margin: 0 0 6px 0;
}
#header.noSubmenu.resized .nav_block .mod_navigation ul.level_2, #header.noSubmenu.headroom--unpinned .nav_block .mod_navigation ul.level_2 {
  top: 55px;
}
#header.noSubmenu.resized .nav_block .mod_changelanguage ul.active_lang li .submenu, #header.noSubmenu.headroom--unpinned .nav_block .mod_changelanguage ul.active_lang li .submenu {
  top: 55px;
}
#header.hasSubmenu.resized, #header.hasSubmenu.headroom--unpinned {
  top: -100px;
}
@media all and (max-width: 1024px) {
  #header.hasSubmenu.resized, #header.hasSubmenu.headroom--unpinned {
    top: 0;
  }
  #header.hasSubmenu.resized .logo, #header.hasSubmenu.headroom--unpinned .logo {
    width: 4.75rem;
    margin: 0 0 8px 0;
  }
  #header.hasSubmenu.resized .inside .main .inside, #header.hasSubmenu.headroom--unpinned .inside .main .inside {
    height: 60px;
  }
}
#header.hasSubmenu.resized .inside .add_on ul, #header.hasSubmenu.headroom--unpinned .inside .add_on ul {
  height: 55px;
}

#footer {
  margin-top: 6.25rem;
}
#footer .inside .main .inner,
#footer .inside .meta .inner {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1350px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  #footer .inside .main .inner,
#footer .inside .meta .inner {
    width: calc(100% - 3.5rem);
  }
}
#footer .inside .main {
  border-top: 1px solid #005260;
}
#footer .inside .main .inner {
  padding: 2rem 0;
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#footer .inside .main .inner .contact {
  display: flex;
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact {
    width: calc(100% - 9.375rem);
  }
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .contact {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 440px) {
  #footer .inside .main .inner .contact {
    flex-direction: column;
    align-items: center;
  }
}
#footer .inside .main .inner .contact .ce_image {
  margin-right: 1.875rem;
}
@media all and (max-width: 1200px) {
  #footer .inside .main .inner .contact .ce_image {
    max-width: 195px;
    margin-right: 3rem;
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .main .inner .contact .ce_image {
    max-width: 170px;
    margin-right: 2rem;
  }
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact .ce_image {
    display: none;
  }
}
#footer .inside .main .inner .contact .ce_text h3 {
  font-weight: 400;
}
#footer .inside .main .inner .contact .ce_text p {
  line-height: 1.5;
}
#footer .inside .main .inner .contact .ce_text p a {
  color: #262626;
}
#footer .inside .main .inner .contact .ce_text + .ce_text {
  margin-left: 16.25rem;
}
@media all and (max-width: 1500px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 10rem;
  }
}
@media all and (max-width: 1200px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 7rem;
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 5rem;
  }
}
@media all and (max-width: 930px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 10%;
  }
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 0;
  }
}
@media all and (max-width: 440px) {
  #footer .inside .main .inner .contact .ce_text + .ce_text {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
#footer .inside .main .inner .ce_toplink a {
  display: flex;
  align-items: center;
  color: #262626;
  transition: all 0.25s ease-out;
}
#footer .inside .main .inner .ce_toplink a:after {
  content: "";
  font-family: "icons";
  font-size: 1rem;
  margin-left: 1.875rem;
}
#footer .inside .main .inner .ce_toplink a:hover {
  color: #00778b;
}
@media all and (max-width: 600px) {
  #footer .inside .main .inner .ce_toplink a {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .inside .main .inner .ce_toplink a:after {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
#footer .inside .meta {
  background: #005260;
}
#footer .inside .meta .inner {
  padding: 1.375rem 0;
}
@media all and (max-width: 440px) {
  #footer .inside .meta .inner {
    flex-direction: column;
    align-items: center;
  }
}
#footer .inside .meta .inner p, #footer .inside .meta .inner a, #footer .inside .meta .inner span {
  color: #efefef;
  font-size: 1rem;
}
#footer .inside .meta .inner .col {
  display: flex;
}
#footer .inside .meta .inner .col #copyright {
  width: calc(1.875rem + 260px);
}
@media all and (max-width: 1200px) {
  #footer .inside .meta .inner .col #copyright {
    width: calc(3rem + 195px);
  }
}
@media all and (max-width: 1000px) {
  #footer .inside .meta .inner .col #copyright {
    width: calc(2rem + 170px);
  }
}
@media all and (max-width: 440px) {
  #footer .inside .meta .inner .col #copyright {
    width: auto;
    margin-bottom: 1rem;
  }
}
#footer .inside .meta .inner .col .mod_navigation ul li,
#footer .inside .meta .inner .col .mod_customnav ul li {
  display: inline-block;
  margin-right: 1.563rem;
}
@media all and (max-width: 1200px) {
  #footer .inside .meta .inner .col .mod_navigation ul li,
#footer .inside .meta .inner .col .mod_customnav ul li {
    margin-right: 0.75rem;
  }
}
#footer .inside .meta .inner .col .mod_navigation ul li.last,
#footer .inside .meta .inner .col .mod_customnav ul li.last {
  margin-right: 0;
}
@media all and (max-width: 930px) {
  #footer .inside .meta .inner .col .mod_navigation {
    display: none;
  }
}

.mm-menu {
  top: 86px;
  left: 0;
  right: 0;
  box-shadow: none !important;
  width: calc(100% - 0.666rem) !important;
  margin: 0 auto !important;
  display: none;
}
.mm-menu.mm-menu_opened {
  display: block;
}
@media all and (max-width: 630px) {
  .mm-menu {
    top: 74px;
  }
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  padding: 0;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 50px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 21px;
}
.mm-menu.mm-vertical .mm-list > li:nth-child(1) > a.mm-subopen {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-list > li > a, .mm-list > li > span {
  font-size: 15px;
  padding: 15px 1rem 15px 2.333rem;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}

/*********************************/
/*  JUEGER & GRAETER - ELEMENTS  */
/*********************************/
.spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.spacer.spacer-180 {
  height: 11.25rem;
}
@media all and (max-width: 1200px) {
  .spacer.spacer-180 {
    height: 8.75rem;
  }
}
.spacer.spacer-100 {
  height: 6.25rem;
}
.spacer .line {
  display: block;
  width: 16.25rem;
  height: 1px;
  background: #ea4301;
}
@media all and (max-width: 1200px) {
  .spacer .line {
    width: 12.25rem;
  }
}

.ce_hyperlink.button a {
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  color: #f8f8f8;
  padding: 0 1rem 0 4.875rem;
  background: #ea4301;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 767px) {
  .ce_hyperlink.button a {
    height: 3.25rem;
  }
}

a.special {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.25rem;
  display: inline-flex;
  color: #00778b;
  font-weight: 400;
}
a.special:before {
  content: "";
  font-family: "icons";
  margin-right: 1rem;
  font-size: 1.75rem;
}
@media all and (max-width: 1150px) {
  a.special:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  a.special:before {
    font-size: 1.312rem;
  }
}
a.special:hover {
  color: #005260;
}

.anchor_link {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.anchor_link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.625rem;
  color: #efefef;
  text-transform: uppercase;
}
.anchor_link a svg {
  width: 20px;
  margin-top: 10px;
}
.anchor_link a svg path {
  fill: #efefef;
}

.accent-color_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ea4301;
  width: 100%;
  padding: 4.75rem 0 3.75rem;
}
@media all and (max-width: 930px) {
  .accent-color_block {
    padding: 4rem 0 3.75rem;
  }
}
.accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #efefef;
  text-align: center;
  padding: 0 2.125rem 1.375rem;
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 1350px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 1350px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    padding: 0 1.5rem 1.25rem;
  }
}
@media all and (max-width: 930px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    width: 70%;
  }
}
@media all and (max-width: 930px) {
  .accent-color_block h1, .accent-color_block h2, .accent-color_block h3 {
    width: calc(85% - 3rem);
  }
}
.accent-color_block h1:after, .accent-color_block h2:after, .accent-color_block h3:after {
  content: "";
  width: 100%;
  height: 20px;
  border: 1px solid #efefef;
  border-top: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 930px) {
  .accent-color_block h1:after, .accent-color_block h2:after, .accent-color_block h3:after {
    height: 40px;
  }
}

#scroller {
  width: 200%;
}
@media all and (max-device-width: 540px) {
  #scroller {
    width: 100%;
    height: calc(100vh - 55px);
  }
}

.scrollbox {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 930px) {
  .scrollbox {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.scrollbox .slideItem {
  position: relative;
  width: 12.5%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
  transition: all 0.25s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.scrollbox .slideItem .content {
  position: relative;
  z-index: 3;
}
.scrollbox .slideItem .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 82, 96, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.scrollbox .slideItem.hover h2, .scrollbox .slideItem.hover p, .scrollbox .slideItem.hover a {
  color: #efefef;
  padding: 0 4.375rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2, .scrollbox .slideItem.hover p, .scrollbox .slideItem.hover a {
    padding: 0 1.75rem 0 2.25rem;
  }
}
.scrollbox .slideItem.hover h2 {
  font-size: 2rem;
  transition: all 0.25s ease-out;
  position: relative;
  font-weight: 700;
  margin-bottom: 100px;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.hover h2 {
    font-size: 1.312rem;
  }
}
.scrollbox .slideItem.hover h2 span.plus {
  position: absolute;
  left: 2.5rem;
  top: -5.313rem;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
}
.scrollbox .slideItem.hover h2 span.plus:before, .scrollbox .slideItem.hover h2 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.scrollbox .slideItem.hover h2 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.scrollbox .slideItem.hover h2 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 1.15rem;
    top: -3.75rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 2.5rem;
    top: -5.313rem;
    width: 2.063rem;
    height: 2.063rem;
  }
}
@media all and (max-width: 480px) {
  .scrollbox .slideItem.hover h2 span.plus {
    left: 2.5rem;
    top: -5.313rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.scrollbox .slideItem.hover p {
  font-size: 1.125rem;
}
.scrollbox .slideItem.hover span.onHover, .scrollbox .slideItem.hover a.onHover {
  position: absolute;
  bottom: -300px;
}
.scrollbox .slideItem.hover a.onHover {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.125rem;
  display: inline-flex;
}
.scrollbox .slideItem.hover a.onHover:before {
  content: "";
  font-family: "icons";
  font-size: 1.75rem;
  color: #f8f8f8;
  margin-right: 1rem;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.hover a.onHover:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.hover a.onHover:before {
    font-size: 1.312rem;
  }
}
.scrollbox .slideItem.hover:hover {
  box-shadow: 2px 2px 14px #262626;
  z-index: 4;
}
.scrollbox .slideItem.hover:hover h2 {
  margin-bottom: 2.188rem;
}
.scrollbox .slideItem.hover:hover p {
  margin-bottom: 3.75rem;
}
.scrollbox .slideItem.hover:hover a {
  margin-bottom: 15.625rem;
}
.scrollbox .slideItem.hover:hover a.onHover, .scrollbox .slideItem.hover:hover span.onHover {
  position: relative;
  bottom: auto;
}
.scrollbox .slideItem.hover:hover .overlay {
  opacity: 1;
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem {
    width: 25%;
    height: 50%;
  }
  .scrollbox .slideItem .overlay {
    opacity: 1;
  }
  .scrollbox .slideItem.hover {
    justify-content: center;
  }
  .scrollbox .slideItem.hover h2 {
    margin-bottom: 2rem;
    margin-top: 7rem;
  }
  .scrollbox .slideItem.hover p {
    margin-bottom: 2.813rem;
  }
  .scrollbox .slideItem.hover a {
    margin-bottom: 0;
  }
  .scrollbox .slideItem.hover span.onHover, .scrollbox .slideItem.hover a.onHover {
    position: relative;
    bottom: auto;
  }
  .scrollbox .slideItem.hover:hover {
    box-shadow: none;
  }
  .scrollbox .slideItem.hover:hover h2 {
    margin-bottom: 2rem;
    margin-top: 7rem;
  }
  .scrollbox .slideItem.hover:hover p {
    margin-bottom: 2.813rem;
  }
  .scrollbox .slideItem.hover:hover a {
    margin-bottom: 0;
  }
}
.scrollbox .slideItem.intro {
  padding: 0;
}
.scrollbox .slideItem.intro > div {
  position: relative;
  margin: 0 2.5rem 45px;
  width: calc(100% - 12.501rem);
  padding: 20px 4.688rem 2.188rem 2.813rem;
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem.intro > div {
    margin: 0 2rem 45px;
    width: calc(100% - 11.501rem);
  }
}
.scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
  font-size: 3.375rem;
  position: relative;
  line-height: 0.65;
  color: #00778b;
  margin-bottom: 0;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div h1, .scrollbox .slideItem.intro > div h2, .scrollbox .slideItem.intro > div h3 {
    font-size: 2rem;
  }
}
.scrollbox .slideItem.intro > div h1 span, .scrollbox .slideItem.intro > div h2 span, .scrollbox .slideItem.intro > div h3 span {
  color: #00778b;
}
.scrollbox .slideItem.intro > div h1 span.plus, .scrollbox .slideItem.intro > div h2 span.plus, .scrollbox .slideItem.intro > div h3 span.plus {
  position: absolute;
  left: -4.063rem;
  top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}
.scrollbox .slideItem.intro > div h1 span.plus:before, .scrollbox .slideItem.intro > div h1 span.plus:after, .scrollbox .slideItem.intro > div h2 span.plus:before, .scrollbox .slideItem.intro > div h2 span.plus:after, .scrollbox .slideItem.intro > div h3 span.plus:before, .scrollbox .slideItem.intro > div h3 span.plus:after {
  content: "";
  background: #005260;
  position: absolute;
}
.scrollbox .slideItem.intro > div h1 span.plus:before, .scrollbox .slideItem.intro > div h2 span.plus:before, .scrollbox .slideItem.intro > div h3 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.scrollbox .slideItem.intro > div h1 span.plus:after, .scrollbox .slideItem.intro > div h2 span.plus:after, .scrollbox .slideItem.intro > div h3 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.scrollbox .slideItem.intro > div p {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.25;
  color: #262626;
  margin-top: 0;
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.412rem;
  }
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1150px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .scrollbox .slideItem.intro > div p {
    font-size: 1.5rem;
  }
}
.scrollbox .slideItem.intro > div:after {
  content: "";
  width: 100%;
  height: 8.75rem;
  border: 1px solid #262626;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1550px) {
  .scrollbox .slideItem.intro > div:after {
    height: 5.5rem;
  }
}
@media all and (max-width: 930px) {
  .scrollbox .slideItem.intro > div:after {
    height: 3.75rem;
  }
}

.page_teaser {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
}
.page_teaser .ratio {
  z-index: 3;
}
.page_teaser .ratio .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 3.438rem;
  padding-bottom: 3.438rem;
  padding-left: 6.563rem;
  padding-right: 6.563rem;
}
@media all and (max-width: 1350px) {
  .page_teaser .ratio .text {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .page_teaser .ratio .text {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .page_teaser .ratio .text {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .page_teaser .ratio .text {
    padding-right: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text {
    padding-right: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .page_teaser .ratio .text {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .page_teaser .ratio .text {
    padding-right: 1.75rem;
  }
}
.page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6, .page_teaser .ratio .text p {
  color: #f8f8f8;
  margin: 0;
}
.page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
  font-size: 3.375rem;
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .page_teaser .ratio .text h1, .page_teaser .ratio .text h2, .page_teaser .ratio .text h3, .page_teaser .ratio .text h4, .page_teaser .ratio .text h5, .page_teaser .ratio .text h6 {
    font-size: 2rem;
  }
}
.page_teaser .ratio .text h1 span, .page_teaser .ratio .text h2 span, .page_teaser .ratio .text h3 span, .page_teaser .ratio .text h4 span, .page_teaser .ratio .text h5 span, .page_teaser .ratio .text h6 span {
  color: #f8f8f8;
}
.page_teaser .ratio .text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 1150px) {
  .page_teaser .ratio .text p {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .page_teaser .ratio .text p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .page_teaser .ratio .text p {
    font-size: 1.312rem;
  }
}
.page_teaser .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 82, 96, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.page_teaser:hover .overlay {
  opacity: 1;
}

.jobs_block {
  padding-bottom: 1rem;
}

.job {
  position: relative;
  padding-left: 2.813rem;
  margin-bottom: 3.75rem;
}
.job:before {
  content: "";
  font-family: "icons";
  font-size: 1.5rem;
  color: #00778b;
  line-height: 1.25rem;
  position: absolute;
  top: 0.188rem;
  left: 0;
}
@media all and (max-width: 1150px) {
  .job:before {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .job:before {
    font-size: 1.2rem;
  }
}
.job .info h2, .job .info h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00778b;
  line-height: 1.25;
}
@media all and (max-width: 1150px) {
  .job .info h2, .job .info h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .job .info h2, .job .info h3 {
    font-size: 1.2rem;
  }
}
.job .hidden_block {
  display: none;
}

.toggle {
  font-size: 1.125rem;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  color: #00778b;
  margin-top: 1.5rem;
}
.toggle.hide {
  display: none;
}

.mod_newslist {
  margin-bottom: 4.375rem;
}
.mod_newslist .news_home {
  display: flex;
  align-items: center;
  padding-left: 6.563rem;
  padding-right: 6.563rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .mod_newslist .news_home {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home {
    padding-right: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home {
    padding-right: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .mod_newslist .news_home {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-right: 1.75rem;
  }
}
.mod_newslist .news_home .date {
  padding: 0.25rem 2.5rem;
  margin-right: 1.875rem;
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date {
    padding: 0.25rem 1.5rem;
    margin-right: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date {
    padding: 0.5rem 1rem;
    margin-right: 1.25rem;
  }
}
.mod_newslist .news_home .date p {
  font-size: 3rem;
  font-weight: 300;
  color: #f8f8f8;
}
@media all and (max-width: 1150px) {
  .mod_newslist .news_home .date p {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist .news_home .date p {
    font-size: 2rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .date p {
    font-size: 1.5rem;
  }
}
.mod_newslist .news_home .date p span {
  font-weight: 700;
  color: #f8f8f8;
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home .date p {
    text-align: center;
  }
}
.mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
  font-size: 2.25rem;
}
@media all and (max-width: 1350px) {
  .mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist .news_home .title h2, .mod_newslist .news_home .title h3 {
    font-size: 1.312rem;
  }
}
.mod_newslist .news_home.even .date {
  background: #00778b;
}
.mod_newslist .news_home.even .title h1, .mod_newslist .news_home.even .title h2, .mod_newslist .news_home.even .title h3, .mod_newslist .news_home.even .title h4, .mod_newslist .news_home.even .title h5, .mod_newslist .news_home.even .title h6, .mod_newslist .news_home.even .title a, .mod_newslist .news_home.even .title span {
  color: #00778b;
  margin: 0;
}
.mod_newslist .news_home.odd .date {
  background: #ea4301;
}
.mod_newslist .news_home.odd .title h1, .mod_newslist .news_home.odd .title h2, .mod_newslist .news_home.odd .title h3, .mod_newslist .news_home.odd .title h4, .mod_newslist .news_home.odd .title h5, .mod_newslist .news_home.odd .title h6, .mod_newslist .news_home.odd .title a, .mod_newslist .news_home.odd .title span {
  color: #ea4301;
  margin: 0;
}
@media all and (max-width: 540px) {
  .mod_newslist .news_home {
    padding-top: 2.75rem;
  }
  .mod_newslist .news_home + .news_home {
    padding-top: 0;
  }
}
.mod_newslist .pagination {
  display: none;
}
.mod_newslist.archive .news_item {
  margin-bottom: 4.063rem;
}
.mod_newslist.archive .news_item:nth-last-child(1) {
  margin-bottom: 0;
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .flex_box {
    flex-direction: column;
  }
}
.mod_newslist.archive .news_item .col.image {
  width: 16.25rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.image {
    width: 12.5rem;
  }
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .col.image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.mod_newslist.archive .news_item .col.image img {
  max-width: 100%;
  height: auto;
}
.mod_newslist.archive .news_item .col.text {
  width: calc(100% - 18.125rem);
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text {
    width: calc(100% - 14.375rem);
  }
}
@media all and (max-width: 630px) {
  .mod_newslist.archive .news_item .col.text {
    width: 100%;
  }
}
.mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 1150px) {
  .mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text h1, .mod_newslist.archive .news_item .col.text h2, .mod_newslist.archive .news_item .col.text h3 {
    font-size: 1.2rem;
  }
}
.mod_newslist.archive .news_item .col.text .date {
  margin-bottom: 0.35rem;
}
.mod_newslist.archive .news_item .col.text .date p {
  font-size: 1.125rem;
  color: #ea4301;
}
.mod_newslist.archive .news_item .col.text .button {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #00778b;
  margin-top: 1.25rem;
  cursor: pointer;
}
.mod_newslist.archive .news_item .col.text .button:before {
  font-size: 1.5rem;
  margin-right: 0.938rem;
}
@media all and (max-width: 1150px) {
  .mod_newslist.archive .news_item .col.text .button:before {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .mod_newslist.archive .news_item .col.text .button:before {
    font-size: 1.2rem;
  }
}
.mod_newslist.archive .news_item .col.text .button.news_toggle:before {
  content: "";
  font-family: "icons";
}
.mod_newslist.archive .news_item .col.text .button.news_close:before {
  content: "";
  font-family: "icons";
}
.mod_newslist.archive .news_item .col.text .button.hide {
  display: none;
}
.mod_newslist.archive .news_item .hidden_block {
  display: none;
}
.mod_newslist.archive .news_item .ce_download .download .col.image {
  width: 2.688rem;
}

#infscr-loading {
  display: flex;
  justify-content: center;
}
#infscr-loading img {
  display: none;
}

.inf_trigger {
  font-size: 1.75rem;
  line-height: 1;
  color: #00778b;
  padding-left: 3.125rem;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 1150px) {
  .inf_trigger {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .inf_trigger {
    font-size: 1.312rem;
  }
}
.inf_trigger:before {
  content: "";
  font-family: "icons";
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
}
.inf_trigger.load:before {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media all and (max-width: 1150px) {
  .address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .address_block h2, .address_block h3,
.gm-style-iw h2,
.gm-style-iw h3 {
    font-size: 1.2rem;
  }
}
.address_block p,
.gm-style-iw p {
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0.813rem 0;
}
.address_block span,
.gm-style-iw span {
  align-items: center;
  display: inline-flex;
}
.address_block span:before,
.gm-style-iw span:before {
  font-size: 1rem;
  color: #00778b;
  margin-right: 1rem;
}
.address_block span.address,
.gm-style-iw span.address {
  align-items: flex-start;
}
.address_block span.address:before,
.gm-style-iw span.address:before {
  content: "";
  font-family: "icons";
}
.address_block span.phone:before,
.gm-style-iw span.phone:before {
  content: "";
  font-family: "icons";
}
.address_block span.fax:before,
.gm-style-iw span.fax:before {
  content: "";
  font-family: "icons";
}
.address_block span.email:before,
.gm-style-iw span.email:before {
  content: "";
  font-family: "icons";
}

.ce_dlh_googlemaps {
  width: 100%;
  height: 100%;
}

.dlh_googlemap {
  position: relative;
  width: 100%;
  padding-bottom: 0 !important;
  overflow: hidden;
  height: 100%;
}

.google-marker {
  overflow: hidden;
}

.gm-style-iw p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.gm-style-iw a {
  transition: all 0.25s ease-out;
  color: #005260;
}
.gm-style-iw a:hover {
  color: #00778b;
}
.gm-style-iw .routinglink {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gm-style-iw .routinglink form input {
  height: 1.75rem;
  outline: none;
}
.gm-style-iw .routinglink form input.text {
  padding: 0;
  box-sizing: border-box;
}
.gm-style-iw .routinglink form input.submit {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: all 0.25s ease-out;
  position: relative;
  top: 1px;
  font-size: 1rem;
  width: 40px;
  background: #005260;
  color: #efefef;
  text-transform: uppercase;
  border: none;
  padding: 0;
}
.gm-style-iw .routinglink form input.submit:hover {
  background: #00778b;
}

.address_block .standort_toggle {
  font-size: 1.125rem;
  position: relative;
  color: #00778b;
  font-weight: 700;
  margin-top: 2rem;
  padding-left: 1.75rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.address_block .standort_toggle .icon {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
}
.address_block .st_open .icon {
  position: absolute;
}
.address_block .st_open .icon:before, .address_block .st_open .icon:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.address_block .st_open .icon:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.address_block .st_open .icon:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.address_block .st_close {
  display: none;
  color: #ea4301;
}
.address_block .st_close .icon:before {
  content: "";
  background: #ea4301;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
}

.hidden_content {
  display: none;
}

.mod_rocksolid_slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4.688rem;
}
.mod_rocksolid_slider .rsts-nav-bullets {
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  bottom: -0.5rem;
  margin: 0 auto;
}
.mod_rocksolid_slider .rsts-nav-bullets a {
  width: 0.938rem;
  height: 0.938rem;
  margin: 0 0.313rem;
  border: 1px solid #d0d0d0;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.25s ease-out;
}
.mod_rocksolid_slider .rsts-nav-bullets a:hover, .mod_rocksolid_slider .rsts-nav-bullets a.active {
  border: 1px solid #ea4301;
  background: #ea4301;
  box-shadow: none;
}
.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 3.75rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -1.875rem;
  text-indent: 0;
}
.mod_rocksolid_slider .rsts-prev span,
.mod_rocksolid_slider .rsts-next span {
  display: none;
}
.mod_rocksolid_slider .rsts-prev:before,
.mod_rocksolid_slider .rsts-next:before {
  font-size: 3.25rem;
  color: #ea4301;
}
.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover {
  border: none;
  background: none;
}
@media all and (max-width: 767px) {
  .mod_rocksolid_slider .rsts-prev:before,
.mod_rocksolid_slider .rsts-next:before {
    font-size: 2.5rem;
  }
}
.mod_rocksolid_slider .rsts-prev {
  left: 1rem;
}
.mod_rocksolid_slider .rsts-prev:before {
  content: "";
  font-family: "icons";
}
.mod_rocksolid_slider .rsts-next {
  right: 1rem;
}
.mod_rocksolid_slider .rsts-next:before {
  content: "";
  font-family: "icons";
}
.mod_rocksolid_slider .rsts-slide-image > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.mod_rocksolid_slider .rsts-slide-image > div img {
  width: calc(100% - 8rem) !important;
  height: auto !important;
  margin: 0 !important;
}
.mod_rocksolid_slider .rs-columns {
  width: 85%;
  margin: 0 auto;
}
.mod_rocksolid_slider .rs-columns .rs-column {
  display: flex;
  align-items: center;
}
.mod_rocksolid_slider img {
  display: block;
}

.branchenslider_mobile {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
}
.branchenslider_mobile .rsts-prev {
  left: 1rem;
}
.branchenslider_mobile .rsts-next {
  right: 1rem;
}
.branchenslider_mobile .branche_mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
}
.branchenslider_mobile .branche_mobile .inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  width: 60%;
}
.branchenslider_mobile .branche_mobile .inner h2, .branchenslider_mobile .branche_mobile .inner p, .branchenslider_mobile .branche_mobile .inner a {
  color: #efefef;
  transition: all 0.25s ease-out;
}
.branchenslider_mobile .branche_mobile .inner h2 {
  font-size: 2rem;
  transition: all 0.25s ease-out;
  position: relative;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media all and (max-width: 1150px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .branchenslider_mobile .branche_mobile .inner h2 {
    font-size: 1.312rem;
  }
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus {
  position: absolute;
  left: -0.75rem;
  top: -3rem;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:before, .branchenslider_mobile .branche_mobile .inner h2 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.branchenslider_mobile .branche_mobile .inner h2 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.branchenslider_mobile .branche_mobile .inner p {
  font-size: 1.125rem;
}
.branchenslider_mobile .branche_mobile .inner a {
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 1.125rem;
  display: inline-flex;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}
.branchenslider_mobile .branche_mobile .inner a:before {
  content: "";
  font-family: "icons";
  font-size: 1.75rem;
  color: #f8f8f8;
  margin-right: 1rem;
}
@media all and (max-width: 1150px) {
  .branchenslider_mobile .branche_mobile .inner a:before {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .branchenslider_mobile .branche_mobile .inner a:before {
    font-size: 1.312rem;
  }
}
.branchenslider_mobile .branche_mobile.intro .inner .ce_text {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 4.5rem;
}
.branchenslider_mobile .branche_mobile.intro .inner .ce_text:after {
  content: "";
  width: 100%;
  height: 4.5rem;
  border: 1px solid #262626;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 {
  font-size: 2.75rem;
  font-weight: 300;
  position: relative;
  line-height: 0.65;
  color: #00778b;
  margin-bottom: 0;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 span {
  color: #00778b;
  font-weight: 700;
}
.branchenslider_mobile .branche_mobile.intro .inner h2 span.plus:before, .branchenslider_mobile .branche_mobile.intro .inner h2 span.plus:after {
  background: #00778b;
}
.branchenslider_mobile .branche_mobile.intro .inner p {
  color: #262626;
}

.ce_form form .formbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.ce_form form .formbody .widget {
  position: relative;
  width: calc(50% - 0.938rem);
  margin-top: 2.5rem;
}
@media all and (min-width: 768px) {
  .ce_form form .formbody .widget:nth-of-type(1), .ce_form form .formbody .widget:nth-of-type(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget {
    width: 100%;
  }
}
.ce_form form .formbody .widget label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  @inlude transition;
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget label {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget label {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget label .mandatory {
  color: #ea4301;
  margin-left: 2px;
}
.ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
  border: none;
  border-bottom: 1px solid #005260;
  outline: none;
  @inlude transition;
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget input, .ce_form form .formbody .widget textarea {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget input {
  width: 100%;
  height: 3.75rem;
}
.ce_form form .formbody .widget textarea {
  padding: 1.35rem 0;
  height: 10.65rem;
}
.ce_form form .formbody .widget.fw {
  width: 100%;
}
.ce_form form .formbody .widget.fw input {
  width: calc(50% - 0.938rem);
}
.ce_form form .formbody .widget.fw textarea {
  width: 100%;
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget.fw input {
    width: 100%;
  }
}
.ce_form form .formbody .widget.hasInput label, .ce_form form .formbody .widget.clicked label {
  font-size: 1rem;
  top: -1rem;
  line-height: 1rem;
}
.ce_form form .formbody .widget.clicked input, .ce_form form .formbody .widget.clicked textarea {
  border-bottom: 1px solid #ea4301;
}
.ce_form form .formbody .widget [type=checkbox]:not(:checked),
.ce_form form .formbody .widget [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.ce_form form .formbody .widget [type=checkbox]:checked + label {
  position: relative;
  padding: 0 0 0 3.125rem;
  cursor: pointer;
  font-weight: 300;
}
.ce_form form .formbody .widget [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.ce_form form .formbody .widget [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.ce_form form .formbody .widget .checkbox_container label {
  position: relative;
  padding: 0 0 0 3.125rem;
}
.ce_form form .formbody .widget .checkbox_container label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.938rem;
  border: 1px solid #005260;
  box-sizing: border-box;
  background: none;
}
.ce_form form .formbody .widget .checkbox_container label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../icons/icon_check.svg) no-repeat center;
  background-size: 1.15rem;
  transition: all 0.25s ease-out;
}
.ce_form form .formbody .widget.widget-checkbox,
.ce_form form .formbody .widget.send-copy {
  margin-top: 3.75rem;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container,
.ce_form form .formbody .widget.send-copy .checkbox_container {
  border: none;
  margin: 0;
  padding: 0;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container > span,
.ce_form form .formbody .widget.send-copy .checkbox_container > span {
  display: flex;
}
.ce_form form .formbody .widget.widget-checkbox .checkbox_container .checkbox,
.ce_form form .formbody .widget.send-copy .checkbox_container .checkbox {
  width: auto;
}
.ce_form form .formbody .widget.widget-checkbox label,
.ce_form form .formbody .widget.send-copy label {
  font-size: 1.25rem;
  position: relative;
  top: auto;
  line-height: 1.875rem;
}
.ce_form form .formbody .widget.widget-checkbox.hasInput label, 
.ce_form form .formbody .widget.widget-checkbox.clicked label,
.ce_form form .formbody .widget.send-copy.hasInput label, 
.ce_form form .formbody .widget.send-copy.clicked label {
  top: auto;
  line-height: 1.875rem;
}
.ce_form form .formbody .widget-submit {
  margin-top: 3.75rem;
}
.ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  color: #efefef;
  padding: 1.125rem 8.438rem;
  background: #005260;
  border: none;
  -webkit-appearance: none;
}
@media all and (max-width: 1150px) {
  .ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_form form .formbody .widget-submit input, .ce_form form .formbody .widget-submit button {
    font-size: 1.2rem;
  }
}
.ce_form form .formbody .widget-submit input:hover, .ce_form form .formbody .widget-submit button:hover {
  background: #00778b;
}

.tooltip_image {
  position: relative;
}
.tooltip_image .tooltip {
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  z-index: 1;
}
@media all and (max-width: 1350px) {
  .tooltip_image .tooltip {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media all and (max-width: 630px) {
  .tooltip_image .tooltip {
    height: 1.85rem;
    width: 1.85rem;
  }
}
.tooltip_image .tooltip.active {
  z-index: 3;
}
.tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
  width: 100%;
  height: 100%;
  background: #efefef;
  border-radius: 100%;
  border: 0.625rem solid #ea4301;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1350px) {
  .tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
    border: 0.5rem solid #ea4301;
  }
}
@media all and (max-width: 630px) {
  .tooltip_image .tooltip .tooltip_toggle,
.tooltip_image .tooltip .tooltip_close {
    border: 0.375rem solid #ea4301;
  }
}
.tooltip_image .tooltip .tooltip_content {
  box-shadow: 2px 2px 14px #262626;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #f8f8f8;
  width: 18.75rem;
}
.tooltip_image .tooltip .tooltip_content > div {
  padding: 1.563rem;
}
.tooltip_image .tooltip .tooltip_content > div p {
  font-size: 1rem;
}
.tooltip_image .tooltip .tooltip_content > div p:nth-of-type(1) {
  margin-top: 0;
}
.tooltip_image .tooltip .tooltip_content > div p:nth-last-of-type(1) {
  margin-bottom: 0;
}

table thead tr th {
  font-size: 1.75rem;
  color: #ea4301;
  font-weight: 300;
  text-align: left;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem;
}
@media all and (max-width: 1150px) {
  table thead tr th {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  table thead tr th {
    font-size: 1.312rem;
  }
}
table thead tr th:nth-last-of-type(1) {
  padding-right: 0;
}
table tbody tr td {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem;
}
@media all and (max-width: 1150px) {
  table tbody tr td {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  table tbody tr td {
    font-size: 1.2rem;
  }
}
table tbody tr td:nth-last-of-type(1) {
  padding-right: 0;
}

.ce_download,
.ce_downloads {
  margin-top: 4.688rem;
}
.ce_download h4,
.ce_downloads h4 {
  margin-bottom: 1.527rem;
}
.ce_download .download,
.ce_downloads .download {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.875rem;
}
.ce_download .download:nth-last-of-child(1),
.ce_downloads .download:nth-last-of-child(1) {
  margin-bottom: 0;
}
.ce_download .download a,
.ce_downloads .download a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ce_download .download .col.image,
.ce_downloads .download .col.image {
  width: 2.688rem;
  margin-right: 1rem;
}
.ce_download .download .col.info span,
.ce_downloads .download .col.info span {
  display: block;
  line-height: 1.25;
}
.ce_download .download .col.info span.title,
.ce_downloads .download .col.info span.title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ea4301;
}
.ce_download .download .col.info span.size,
.ce_downloads .download .col.info span.size {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.ce_tabcontrol.nav-tabs.nav {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #00778b;
}
@media all and (max-width: 630px) {
  .ce_tabcontrol.nav-tabs.nav {
    flex-direction: column;
    border-bottom: none;
  }
}
.ce_tabcontrol.nav-tabs.nav li {
  background: #d8d8d8;
  margin: 0 0.5rem;
}
.ce_tabcontrol.nav-tabs.nav li a {
  display: block;
  font-size: 1.375rem;
  color: #00778b;
  line-height: 1;
  padding: 1.25rem 1.875rem 1rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_tabcontrol.nav-tabs.nav li a {
    padding: 1.25rem 1.35rem 1rem;
  }
}
.ce_tabcontrol.nav-tabs.nav li a.active {
  background: #f8f8f8;
  border: 1px solid #00778b;
  border-bottom: none;
  margin-bottom: -1px;
  color: #262626;
  padding-bottom: calc(1rem + 1px);
  outline: none;
}
.ce_tabcontrol.nav-tabs.nav li .current-info {
  display: none;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_tabcontrol.nav-tabs.nav li {
    margin: 0 0.25rem;
  }
}
@media all and (max-width: 630px) {
  .ce_tabcontrol.nav-tabs.nav li {
    margin: 0.5rem 0 0 0;
    border: 1px solid #00778b;
  }
  .ce_tabcontrol.nav-tabs.nav li.first {
    margin-top: 0;
  }
  .ce_tabcontrol.nav-tabs.nav li.current {
    border: 1px solid #00778b;
    margin-bottom: 0;
  }
}

.tab-content {
  padding: 3.75rem 2.5rem 0 0;
}
@media all and (max-width: 1350px) {
  .tab-content {
    padding: 2.75rem 0 0 0;
  }
}
.tab-content .tab-pane {
  visibility: hidden;
  max-height: 0;
}
.tab-content .tab-pane.active, .tab-content .tab-pane.show {
  visibility: visible;
  max-height: 100%;
}
.tab-content .tabhead {
  display: none;
}
.tab-content .rs-columns {
  width: 100%;
}
.tab-content .mod_rocksolid_slider {
  max-width: 100%;
  padding-bottom: 4.813rem;
}
.tab-content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: -2.5rem;
}
.tab-content .mod_rocksolid_slider .rs-columns {
  width: 85%;
}
@media all and (max-width: 767px) {
  .tab-content .mod_rocksolid_slider .rs-columns {
    flex-direction: column-reverse;
    justify-content: center;
    width: 75%;
    padding: 1.5rem 0 0;
  }
  .tab-content .mod_rocksolid_slider .rs-columns .rs-column {
    width: 100%;
    margin-top: 1.75rem;
  }
  .tab-content .mod_rocksolid_slider .rs-columns .rs-column + .rs-column {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .tab-content .mod_rocksolid_slider .rs-columns {
    width: calc(100% - 8rem);
  }
}

.ce_accessible_tabs .tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #00778b;
}
@media all and (max-width: 630px) {
  .ce_accessible_tabs .tabs-list {
    flex-direction: column;
    border-bottom: none;
  }
}
.ce_accessible_tabs .tabs-list li {
  background: #d8d8d8;
  margin: 0 0.5rem;
}
.ce_accessible_tabs .tabs-list li a {
  display: block;
  font-size: 1.375rem;
  color: #00778b;
  line-height: 1;
  padding: 1.25rem 1.875rem 1rem;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_accessible_tabs .tabs-list li a {
    padding: 1.25rem 1.35rem 1rem;
  }
}
.ce_accessible_tabs .tabs-list li.current {
  background: #f8f8f8;
  border: 1px solid #00778b;
  border-bottom: none;
  margin-bottom: -1px;
}
.ce_accessible_tabs .tabs-list li.current a {
  color: #262626;
  padding-bottom: calc(1rem + 1px);
}
.ce_accessible_tabs .tabs-list li .current-info {
  display: none;
}
@media all and (min-width: 631px) and (max-width: 767px) {
  .ce_accessible_tabs .tabs-list li {
    margin: 0 0.25rem;
  }
}
@media all and (max-width: 630px) {
  .ce_accessible_tabs .tabs-list li {
    margin: 0.5rem 0 0 0;
    border: 1px solid #00778b;
  }
  .ce_accessible_tabs .tabs-list li.first {
    margin-top: 0;
  }
  .ce_accessible_tabs .tabs-list li.current {
    border: 1px solid #00778b;
    margin-bottom: 0;
  }
}
.ce_accessible_tabs .content {
  padding: 3.75rem 2.5rem 0 0;
}
@media all and (max-width: 1350px) {
  .ce_accessible_tabs .content {
    padding: 2.75rem 0 0 0;
  }
}
.ce_accessible_tabs .content .tabhead {
  display: none;
}
.ce_accessible_tabs .content .rs-columns {
  width: 100%;
}
.ce_accessible_tabs .content .mod_rocksolid_slider {
  max-width: 100%;
  padding-bottom: 4.813rem;
}
.ce_accessible_tabs .content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: -2.5rem;
}
.ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
  width: 85%;
}
@media all and (max-width: 767px) {
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
    flex-direction: column-reverse;
    @incude flex-h-center;
    width: 75%;
    padding: 1.5rem 0 0;
  }
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns .rs-column {
    width: 100%;
    margin-top: 1.75rem;
  }
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns .rs-column + .rs-column {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .ce_accessible_tabs .content .mod_rocksolid_slider .rs-columns {
    width: calc(100% - 8rem);
  }
}

#cboxLoadedContent {
  border: 2px solid #000;
}

#colorbox #cboxContent {
  margin-top: 30px;
}
#colorbox #cboxCurrent {
  display: none !important;
}
#colorbox button {
  width: 28px;
  height: 65px;
}
#colorbox button#cboxNext {
  background: url(../icons/arrow_right_orange.svg) no-repeat center;
  background-size: contain;
  right: 1rem;
}
#colorbox button#cboxPrevious {
  background: url(../icons/arrow_left_orange.svg) no-repeat center;
  background-size: contain;
  left: 1rem;
}
#colorbox button#cboxClose {
  width: 30px;
  height: 30px;
  background: #000;
  top: -30px;
  right: 0;
  background: url(../icons/icon_close.svg) no-repeat center;
  background-size: 20px;
}

/*******************************/
/*  JUEGER & GRAETER - LAYOUT  */
/*******************************/
.ce_text ul, .ce_text ol {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.ce_text ul li, .ce_text ol li {
  font-size: 1.5rem;
}
@media all and (max-width: 1150px) {
  .ce_text ul li, .ce_text ol li {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text ul li, .ce_text ol li {
    font-size: 1.2rem;
  }
}
.ce_text table {
  width: 100%;
  margin: 2.5rem 0;
}
.ce_text table tbody tr {
  border: 1px solid #00778b;
}
.ce_text table tbody tr td {
  padding: 1.5rem;
}
.ce_text table tbody tr td + td {
  border-left: 1px solid #00778b;
}
.ce_text table tbody tr + tr {
  border-top: none;
}

.flex_box {
  display: flex;
  position: relative;
}
.flex_box.fh {
  min-height: calc(100vh - 100px);
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  .flex_box.fh {
    min-height: calc(100vh - 55px);
  }
}
.flex_box.h_spread {
  justify-content: space-between;
}
.flex_box.h_center {
  justify-content: center;
}
.flex_box.h_left {
  justify-content: flex-start;
}
.flex_box.h_right {
  justify-content: flex-end;
}
.flex_box.v_center {
  align-items: center;
}
.flex_box.wrap {
  flex-wrap: wrap;
}
.flex_box.column {
  flex-direction: column;
}

#wrapper.resized .flex_box.fh {
  height: calc(100vh - 55px);
}

.rs-columns {
  display: flex;
  justify-content: space-between;
}
.rs-columns .rs-column.-large-col-2-1 {
  width: 50%;
}
.rs-columns.content .rs-column.-large-col-2-1 {
  width: calc(50% - 0.938rem);
}
@media all and (max-width: 1250px) {
  .rs-columns.content .rs-column.-large-col-2-1 {
    width: calc(50% - 1.750rem);
  }
}

.has_ratio {
  position: relative;
}
.has_ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.has_ratio .ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seitenbild {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
  position: relative;
  margin-top: 4.375rem;
}
@media all and (max-width: 1024px) {
  .seitenbild {
    margin-top: 0;
  }
}
.seitenbild .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.35rem 0;
}
@media all and (max-width: 930px) {
  .seitenbild .inner {
    padding: 4.75rem 0;
  }
}
.seitenbild .inner .ce_text h1, .seitenbild .inner .ce_text h2, .seitenbild .inner .ce_text h3, .seitenbild .inner .ce_text p {
  color: #f8f8f8;
}
.seitenbild .inner .ce_text h1, .seitenbild .inner .ce_text h2, .seitenbild .inner .ce_text h3 {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.seitenbild .inner .ce_text h1 span, .seitenbild .inner .ce_text h2 span, .seitenbild .inner .ce_text h3 span {
  color: #f8f8f8;
  line-height: 1;
}
.seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -1.85rem;
  left: -7.188rem;
}
.seitenbild .inner .ce_text h1 span.plus:before, .seitenbild .inner .ce_text h1 span.plus:after, .seitenbild .inner .ce_text h2 span.plus:before, .seitenbild .inner .ce_text h2 span.plus:after, .seitenbild .inner .ce_text h3 span.plus:before, .seitenbild .inner .ce_text h3 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.seitenbild .inner .ce_text h1 span.plus:before, .seitenbild .inner .ce_text h2 span.plus:before, .seitenbild .inner .ce_text h3 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.seitenbild .inner .ce_text h1 span.plus:after, .seitenbild .inner .ce_text h2 span.plus:after, .seitenbild .inner .ce_text h3 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.25rem;
    left: -4.75rem;
  }
}
@media all and (max-width: 767px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 2.75rem;
    height: 2.75rem;
    top: -1.1rem;
    left: -3.75rem;
  }
}
@media all and (max-width: 480px) {
  .seitenbild .inner .ce_text h1 span.plus, .seitenbild .inner .ce_text h2 span.plus, .seitenbild .inner .ce_text h3 span.plus {
    width: 2rem;
    height: 2rem;
    top: -0.85rem;
    left: -2.5rem;
  }
}
.seitenbild .inner .ce_text p {
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media all and (max-width: 1150px) {
  .seitenbild .inner .ce_text p {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .seitenbild .inner .ce_text p {
    font-size: 1.2rem;
  }
}

.mod_article.section {
  height: 100vh;
}
.mod_article .inner {
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .mod_article .inner {
    width: 70%;
  }
}
.mod_article .inner-xl {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .mod_article .inner-xl {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .mod_article .inner-xl {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .mod_article .inner-xl {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .mod_article .inner-xl {
    width: calc(100% - 3.5rem);
  }
}

#main:before, #main:after {
  background: #000;
}
/*
#main .mod_article.first {
  padding-top: 55px;
}
*/
#main .mod_article:nth-of-type(1) {
  padding-top: 55px;
}

/******************************/
/*  JUEGER & GRAETER - PAGES  */
/******************************/
.home #wrapper {
  padding-top: 0;
}
.home #main .mod_article {
  position: relative;
}
/*
.home #main .mod_article.first {
  padding-top: 0;
}
*/
.home #main .mod_article:nth-of-type(1) {
  padding-top: 0;
}
.home #main .mod_article.intro:before {
  content: "";
  width: 100%;
  height: 22.813rem;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(#262626, transparent);
  background: -o-linear-gradient(#262626, transparent);
  background: -moz-linear-gradient(#262626, transparent);
  background: linear-gradient(#262626, transparent);
}
@media all and (max-width: 930px) {
  .home #main .mod_article.intro .flex_box.h_left {
    justify-content: center;
  }
}
.home #main .mod_article.intro .ce_headline {
  display: block;
  margin-left: 11.5%;
}
@media all and (max-width: 930px) {
  .home #main .mod_article.intro .ce_headline {
    margin-left: 0;
  }
}
.home #main .mod_article.intro .ce_headline h1 {
  font-size: 5rem;
  position: relative;
  padding: 0 4.688rem 2.188rem 4.688rem;
  color: #f8f8f8;
  line-height: 5rem;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 4rem 2.188rem 4rem;
    line-height: 4.5rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 2.75rem 2rem 2.75rem;
    line-height: 3.5rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 {
    padding: 0 2.25rem 1.5rem 2.25rem;
    line-height: 2.5rem;
  }
}
.home #main .mod_article.intro .ce_headline h1 span {
  color: #f8f8f8;
  line-height: 5rem;
}
.home #main .mod_article.intro .ce_headline h1 span.plus {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -1.875rem;
  left: -2.5rem;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:before, .home #main .mod_article.intro .ce_headline h1 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.home #main .mod_article.intro .ce_headline h1 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 4.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.25rem;
    left: -1.75rem;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 3.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 2.75rem;
    height: 2.75rem;
    top: -1rem;
    left: -1.25rem;
  }
}
@media all and (max-width: 480px) {
  .home #main .mod_article.intro .ce_headline h1 span {
    line-height: 2.5rem;
  }
  .home #main .mod_article.intro .ce_headline h1 span.plus {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    left: -1.25rem;
  }
}
.home #main .mod_article.intro .ce_headline h1:after {
  content: "";
  width: 100%;
  height: 8.125rem;
  border: 1px solid #f8f8f8;
  border-top: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.intro .ce_headline h1:after {
    height: 6rem;
  }
}
.home #main .mod_article.teaser .page_teaser.has_ratio:before {
  padding-top: 56.75%;
}
@media all and (min-width: 541px) and (max-width: 767px) {
  .home #main .mod_article.teaser .page_teaser.has_ratio:before {
    padding-top: 70%;
  }
}
@media all and (max-width: 540px) {
  .home #main .mod_article.teaser .rs-columns {
    flex-direction: column;
  }
  .home #main .mod_article.teaser .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
}
.home #main .mod_article.standorte .has_ratio .ratio {
  display: flex;
  align-items: center;
  padding-left: 6.563rem;
  padding-right: 3.125rem;
}
@media all and (max-width: 1350px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .has_ratio .ratio {
    position: relative;
  }
}
.home #main .mod_article.standorte .has_ratio .ratio .ce_text p {
  font-size: 1.25rem;
}
.home #main .mod_article.standorte .has_ratio:before {
  padding-top: 75%;
}
@media all and (max-width: 1550px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 90%;
  }
}
@media all and (max-width: 1250px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 110%;
  }
}
@media all and (max-width: 930px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 150%;
  }
}
@media all and (max-width: 767px) {
  .home #main .mod_article.standorte .has_ratio:before {
    padding-top: 185%;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .has_ratio:before {
    content: none;
  }
}
@media all and (max-width: 700px) {
  .home #main .mod_article.standorte .rs-columns {
    flex-direction: column;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column {
    position: relative;
    margin-top: 6.5rem;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column:before {
    content: "";
    display: block;
    padding-top: 56.75%;
  }
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column .ce_dlh_googlemaps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 630px) {
  .home #main .mod_article.standorte .rs-columns .rs-column + .rs-column:before {
    padding-top: 100%;
  }
}

.branchen .mod_article:nth-of-type(1) {
  padding-top: 0 !important;
}

.branche .mod_article:nth-of-type(1) {
  padding-top: 0;
}
.branche .mod_article:nth-of-type(1) .intro {
  display: flex;
  justify-content: flex-start;
  width: 75%;
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .intro {
    width: 60%;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text {
  width: 50%;
}
@media all and (max-width: 1350px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 60%;
  }
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 70%;
  }
}
@media all and (max-width: 1024px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text {
    width: 90%;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1, .branche .mod_article:nth-of-type(1) .intro .ce_text h2, .branche .mod_article:nth-of-type(1) .intro .ce_text p {
  color: #f8f8f8;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  position: relative;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span {
  line-height: 1.25;
  color: #f8f8f8;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
  position: absolute;
  top: -0.813rem;
  left: -5.625rem;
  width: 3.75rem;
  height: 3.75rem;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:before, .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.5rem;
    left: -4rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.45rem;
    left: -3.25rem;
    width: 2.063rem;
    height: 2.063rem;
  }
}
@media all and (max-width: 480px) {
  .branche .mod_article:nth-of-type(1) .intro .ce_text h1 span.plus {
    top: -0.3rem;
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.branche .mod_article:nth-of-type(1) .intro .ce_text p {
  font-size: 1.25rem;
}
.branche .mod_article:nth-of-type(1) .button {
  position: absolute;
  top: calc(16.875rem - 100px);
  right: 6.563rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1024px) {
  .branche .mod_article:nth-of-type(1) .button {
    top: calc(10rem - 55px);
  }
}
@media all and (max-width: 930px) {
  .branche .mod_article:nth-of-type(1) .button {
    right: 5.75rem;
  }
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .button {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 3;
  }
}
.branche .mod_article:nth-of-type(1) .button:before {
  content: "";
  font-family: "icons";
  font-size: 2.75rem;
  color: #f8f8f8;
  line-height: 3.75rem;
  position: absolute;
  left: 0.938rem;
  top: 0;
}
@media all and (max-width: 1150px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    font-size: 1.412rem;
  }
}
@media all and (max-width: 767px) {
  .branche .mod_article:nth-of-type(1) .button:before {
    line-height: 3.25rem;
  }
}
@media all and (max-width: 630px) {
  .branche .resized .mod_article:nth-of-type(1) .button {
    top: 60px;
  }
}

.branchendetail_block {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .branchendetail_block {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .branchendetail_block {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .branchendetail_block {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .branchendetail_block {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block {
    flex-direction: column-reverse;
  }
}
.branchendetail_block .col.image {
  width: 32.75%;
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.image {
    width: 40%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.image {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.branchendetail_block .col.info {
  width: 67.25%;
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.info {
    width: 60%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info {
    width: 100%;
  }
}
.branchendetail_block .col.info .inner {
  width: 90%;
  padding-left: 10%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .branchendetail_block .col.info .inner {
    width: 92.5%;
    padding-left: 7.5%;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner {
    width: 100%;
    padding-left: 0%;
  }
}
.branchendetail_block .col.info .inner h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #00778b;
  margin-bottom: 2.513rem;
}
@media all and (max-width: 1350px) {
  .branchendetail_block .col.info .inner h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h2 {
    font-size: 1.312rem;
  }
}
.branchendetail_block .col.info .inner h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #262626;
  margin-bottom: 0;
}
@media all and (max-width: 1350px) {
  .branchendetail_block .col.info .inner h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h3 {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 630px) {
  .branchendetail_block .col.info .inner h3 {
    font-weight: 400;
  }
}
.branchendetail_block .col.info .inner h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #262626;
  margin-top: 2.813rem;
}
@media all and (max-width: 1150px) {
  .branchendetail_block .col.info .inner h4 {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .branchendetail_block .col.info .inner h4 {
    font-size: 1.312rem;
  }
}
.branchendetail_block .col.info .inner p:nth-of-type(1) {
  margin-top: 0.5rem;
}
.branchendetail_block .col.info .inner a.special {
  font-size: 1.25rem;
  color: #ea4301;
}

.service_nav ul li {
  cursor: pointer;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #00778b;
  transition: all 0.25s ease-out;
}
.service_nav ul li:hover {
  color: #ea4301;
}

.service_teaser {
  display: flex;
  background: #f8f8f8;
  margin-top: 0.313rem;
}
.service_teaser:nth-of-type(even) {
  background: #efefef;
}
@media all and (max-width: 630px) {
  .service_teaser {
    flex-direction: column;
  }
}
.service_teaser .col {
  display: flex;
  align-items: center;
  width: 50%;
}
@media all and (max-width: 630px) {
  .service_teaser .col {
    width: 100%;
  }
}
.service_teaser .col.image {
  background-size: cover !important;
}
@media all and (max-width: 630px) {
  .service_teaser .col.image {
    position: relative;
  }
  .service_teaser .col.image .inside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .service_teaser .col.image:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
.service_teaser .col .inner {
  width: 70%;
  padding: 6.875rem 20% 6.875rem 10%;
  margin: 0;
}
@media all and (max-width: 930px) {
  .service_teaser .col .inner {
    width: 80%;
    padding: 4.75rem 10%;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner {
    width: calc(100% - 13.126rem);
    margin: 0 auto;
    padding: 4rem 0;
  }
}
@media all and (max-width: 630px) and (max-width: 1350px) {
  .service_teaser .col .inner {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 630px) and (max-width: 1150px) {
  .service_teaser .col .inner {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 630px) and (max-width: 1024px) {
  .service_teaser .col .inner {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 630px) and (max-width: 540px) {
  .service_teaser .col .inner {
    width: calc(100% - 3.5rem);
  }
}
.service_teaser .col .inner h2 {
  font-size: 2.75rem;
  color: #00778b;
  font-weight: 700;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner h2 {
    font-size: 2.291rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner h2 {
    font-size: 1.833rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner h2 {
    font-size: 1.412rem;
  }
}
.service_teaser .col .inner p {
  font-size: 2rem;
  font-weight: 300;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner p {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner p {
    font-size: 1.312rem;
  }
}
.service_teaser .col .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 2.813rem 0 3.438rem;
}
.service_teaser .col .inner ul li {
  padding: 0.438rem 0.562rem;
  background: #005260;
  font-size: 1.125rem;
  color: #efefef;
  margin-right: 0.313rem;
  margin-bottom: 0.313rem;
}
.service_teaser .col .inner ul li:nth-last-child(1) {
  margin-right: 0;
}
.service_teaser .col .inner .button {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #00778b;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2.375rem;
}
@media all and (max-width: 1150px) {
  .service_teaser .col .inner .button {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  .service_teaser .col .inner .button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_teaser .col .inner .button {
    font-size: 1.312rem;
  }
}
.service_teaser .col .inner .button span {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1.375rem;
}
.service_teaser .col .inner .button.service_toggle span {
  position: absolute;
  position: relative;
}
.service_teaser .col .inner .button.service_toggle span:before, .service_teaser .col .inner .button.service_toggle span:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.service_teaser .col .inner .button.service_toggle span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_teaser .col .inner .button.service_toggle span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.service_teaser .col .inner .button.service_close {
  color: #ea4301;
}
.service_teaser .col .inner .button.service_close span {
  position: absolute;
  position: relative;
  transform: rotate(45deg);
}
.service_teaser .col .inner .button.service_close span:before, .service_teaser .col .inner .button.service_close span:after {
  content: "";
  background: #00778b;
  position: absolute;
}
.service_teaser .col .inner .button.service_close span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_teaser .col .inner .button.service_close span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
.service_teaser .col .inner .button.service_close span:before, .service_teaser .col .inner .button.service_close span:after {
  background: #ea4301;
}
.service_teaser .col .inner .button.hide {
  display: none;
}

.service_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  padding-top: 7.5rem;
  margin-bottom: 1.875rem;
  background: #f8f8f8;
}
@media all and (max-width: 1350px) {
  .service_content {
    padding-top: 6rem;
  }
}
@media all and (max-width: 930px) {
  .service_content {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 630px) {
  .service_content {
    padding-top: 1rem;
  }
}
.service_content:nth-of-type(even) {
  background: #efefef;
}
.service_content .product {
  padding-bottom: 5.75rem;
}
.service_content .product + .product:before {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
  content: "";
  height: 1px;
  background: #d8d8d8;
  margin: 0 auto 5rem;
  display: block;
}
@media all and (max-width: 1350px) {
  .service_content .product + .product:before {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .product + .product:before {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .product + .product:before {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .product + .product:before {
    width: calc(100% - 3.5rem);
  }
}
.service_content .columns_block {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .columns_block {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .columns_block {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .columns_block {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .columns_block {
    width: calc(100% - 3.5rem);
  }
}
.service_content .rs-columns {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .rs-columns {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .rs-columns {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .rs-columns {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .rs-columns {
    width: calc(100% - 3.5rem);
  }
}
@media all and (max-width: 930px) {
  .service_content .rs-columns {
    flex-direction: column;
  }
}
.service_content .rs-columns .rs-column.-large-col-2-1 {
  width: calc(50% - 0.938rem);
}
@media all and (max-width: 1250px) {
  .service_content .rs-columns .rs-column.-large-col-2-1 {
    width: calc(50% - 1.750rem);
  }
}
@media all and (max-width: 930px) {
  .service_content .rs-columns .rs-column.-large-col-2-1 {
    width: 100%;
  }
}
.service_content .rs-columns + .rs-columns {
  margin-top: 1.5rem;
}
.service_content h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #00778b;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 1350px) {
  .service_content h3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  .service_content h3 {
    font-size: 1.312rem;
  }
}
.service_content h4 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 1150px) {
  .service_content h4 {
    font-size: 1.531rem;
  }
}
@media all and (max-width: 767px) {
  .service_content h4 {
    font-size: 1.312rem;
  }
}
.service_content .ce_text p:nth-of-type(1) {
  margin-top: 0;
}
.service_content .ce_text.no_hl {
  margin-top: 3.438rem;
}
.service_content .reference_links {
  flex-wrap: wrap;
}
.service_content .reference_links .linkbox {
  position: relative;
  width: calc(100% / 3 - 1.25rem);
  margin: 0 1.875rem 2.5rem 0;
}
@media all and (max-width: 1150px) {
  .service_content .reference_links .linkbox {
    width: calc(100% / 3 - 0.7rem);
    margin: 0 1rem 2.5rem 0;
  }
}
@media all and (max-width: 1150px) {
  .service_content .reference_links .linkbox {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.service_content .reference_links .linkbox img {
  width: 100%;
  height: auto;
}
.service_content .reference_links .linkbox p {
  margin: 0 0 0 0.625rem;
}
.service_content .reference_links .linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service_content .reference_links .linkbox:nth-child(3n+3) {
  margin-right: 0;
}
.service_content .reference_links .linkbox:nth-child(n+4) {
  margin-bottom: 0;
}
.service_content .branchen_links {
  padding-left: calc(100% / 3 + 0.750rem);
}
@media all and (max-width: 930px) {
  .service_content .branchen_links {
    padding-left: 0;
    margin-top: 3.5rem;
  }
}
.service_content .ce_table {
  margin-bottom: 5rem;
}
@media all and (max-width: 930px) {
  .service_content .ce_table {
    margin-bottom: 3.5rem;
  }
}
.service_content .ce_gallery {
  margin-top: 3.438rem;
}
.service_content .ce_gallery ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul {
    flex-direction: column;
  }
}
.service_content .ce_gallery ul.cols_3 li {
  width: calc(100% / 3 - 1.250rem);
}
@media all and (max-width: 1150px) {
  .service_content .ce_gallery ul.cols_3 li {
    width: calc(100% / 3 - 0.700rem);
  }
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul.cols_3 li {
    width: 100%;
  }
}
.service_content .ce_gallery ul.cols_3 li + li {
  margin-left: 1.875rem;
}
@media all and (max-width: 1150px) {
  .service_content .ce_gallery ul.cols_3 li + li {
    margin-left: 1.05rem;
  }
}
@media all and (max-width: 480px) {
  .service_content .ce_gallery ul.cols_3 li + li {
    margin-left: 0;
  }
}
.service_content .ce_accessible_tabs {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .service_content .ce_accessible_tabs {
    width: calc(100% - 3.5rem);
  }
}
.service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-prev {
  left: 1rem;
}
.service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-next {
  right: 1rem;
}
.service_content .button {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.25rem 1rem;
  margin-top: 3.438rem;
  color: #f8f8f8;
  background: #ea4301;
  cursor: pointer;
}
@media all and (max-width: 1150px) {
  .service_content .button {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .service_content .button {
    font-size: 1.2rem;
  }
}
.service_content .button span {
  position: absolute;
  position: relative;
  transform: rotate(45deg);
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  margin-right: 0.625rem;
}
.service_content .button span:before, .service_content .button span:after {
  content: "";
  background: #f8f8f8;
  position: absolute;
}
.service_content .button span:before {
  top: 50%;
  height: 1px;
  width: 100%;
}
.service_content .button span:after {
  left: 50%;
  width: 1px;
  height: 100%;
}
@media all and (max-width: 930px) {
  .service_content .tooltip_image {
    margin-top: 3.75rem;
  }
}

.reference .service_block .service_teaser:nth-of-type(even) {
  flex-direction: row-reverse;
}
.reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider .rsts-nav-bullets {
  bottom: 0;
}
@media all and (max-width: 930px) {
  .reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider {
    margin-top: 3.75rem;
  }
}
@media all and (max-width: 630px) {
  .reference .service_block .service_content .ce_accessible_tabs .content .mod_rocksolid_slider {
    margin-top: 3rem;
  }
}

.company .historie .ce_image {
  position: relative;
  width: 100%;
}
.company .historie .ce_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.company .historie .ce_image .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.company .historie .ce_image .image_container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media all and (max-width: 930px) {
  .company .organisation .rs-columns,
.company .philosophie .rs-columns {
    flex-direction: column;
  }
  .company .organisation .rs-columns.content .rs-column.-large-col-2-1,
.company .philosophie .rs-columns.content .rs-column.-large-col-2-1 {
    width: 100%;
  }
  .company .organisation .ce_image {
    margin-top: 1.5rem;
  }
}

@media all and (max-width: 630px) {
  .contact .standorte .rs-columns {
    flex-direction: column;
  }
}
.contact .standorte .rs-columns .rs-column.-large-first {
  padding-left: 6.563rem;
  width: 34.312rem;
  padding-top: 5.625rem;
  padding-right: 1rem;
  padding-bottom: 10rem;
  background: #00778b;
}
@media all and (max-width: 1350px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 5rem;
  }
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    padding-left: 1.75rem;
  }
}
@media all and (max-width: 1350px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: 35.875rem;
  }
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: calc(50% - 4.750rem);
  }
}
@media all and (max-width: 1024px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: calc(50% - 3.500rem);
  }
}
@media all and (max-width: 630px) {
  .contact .standorte .rs-columns .rs-column.-large-first {
    width: 100%;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.contact .standorte .rs-columns .rs-column.-large-first h1, .contact .standorte .rs-columns .rs-column.-large-first h2, .contact .standorte .rs-columns .rs-column.-large-first h3, .contact .standorte .rs-columns .rs-column.-large-first p, .contact .standorte .rs-columns .rs-column.-large-first span, .contact .standorte .rs-columns .rs-column.-large-first a {
  color: #f8f8f8;
}
.contact .standorte .rs-columns .rs-column.-large-first .address_block span:before {
  color: #f8f8f8;
}
.contact .standorte .rs-columns .rs-column.-large-last {
  width: calc(100% - 41.875rem);
}
@media all and (max-width: 1150px) {
  .contact .standorte .rs-columns .rs-column.-large-last {
    width: 50%;
  }
}
@media all and (max-width: 630px) {
  .contact .standorte .rs-columns .rs-column.-large-last {
    position: relative;
    width: 100%;
  }
  .contact .standorte .rs-columns .rs-column.-large-last:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .contact .standorte .rs-columns .rs-column.-large-last .ce_dlh_googlemaps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 930px) {
  .contact .standorte .standorte_block {
    padding-top: 2rem;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .standorte_block {
    width: 70%;
  }
}
.contact .standorte .standorte_block .address_block {
  padding: 4.375rem 0 5.313rem;
}
@media all and (max-width: 930px) {
  .contact .standorte .standorte_block .address_block {
    width: 50%;
    padding: 3.375rem 0 0;
  }
}
@media all and (max-width: 540px) {
  .contact .standorte .standorte_block .address_block {
    width: 100%;
  }
}

.search-results .mod_search {
  width: calc(100% - 13.126rem);
  margin: 0 auto;
}
.search-results .mod_search form .formbody {
  align-items: flex-end;
}
.search-results .mod_search form .formbody .widget {
  width: calc(100% - 21.563rem);
}
@media all and (max-width: 930px) {
  .search-results .mod_search form .formbody .widget {
    width: calc(100% - 12.500rem);
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget-submit {
    width: 100%;
    margin-top: 1.75rem;
  }
}
.search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
  width: 21.563rem;
}
@media all and (max-width: 930px) {
  .search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
    width: 12.5rem;
    padding: 1.125rem 0;
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search form .formbody .widget-submit input, .search-results .mod_search form .formbody .widget-submit button {
    width: 100%;
  }
}
@media all and (max-width: 1350px) {
  .search-results .mod_search {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 1150px) {
  .search-results .mod_search {
    width: calc(100% - 7.5rem);
  }
}
@media all and (max-width: 1024px) {
  .search-results .mod_search {
    width: calc(100% - 5rem);
  }
}
@media all and (max-width: 540px) {
  .search-results .mod_search {
    width: calc(100% - 3.5rem);
  }
}
.search-results .mod_search .result {
  margin-bottom: 2.5rem;
}
.search-results .mod_search .result h2 {
  margin-bottom: 1rem;
}
.search-results .mod_search .result h2 a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00778b;
  line-height: 1.25;
}
@media all and (max-width: 1150px) {
  .search-results .mod_search .result h2 a {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .search-results .mod_search .result h2 a {
    font-size: 1.2rem;
  }
}
.search-results .mod_search .result p {
  margin-top: 0;
}
.search-results .mod_search .result p .highlight {
  color: #ea4301;
}
.search-results .inf_trigger {
  display: none;
  margin-top: 6.25rem;
}
.search-results.showLoader .inf_trigger {
  display: block;
}

.home #header .nav_block .mod_navigation ul li a.petrol-link {
  background-color: #00778b;
  color: #f8f8f8;
}

.home #header .nav_block .mod_navigation ul li a.petrol-link:hover {
  color: #262626;
  background: #f8f8f8;
}

/****************************/
/*  JUEGER & GRAETER - SFX  */
/****************************/
.mmenu_trigger {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}
.mmenu_trigger a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 1.563rem;
  height: 1.25rem;
}
.mmenu_trigger a span {
  transition: all 0.25s ease-out;
  display: block;
  width: 100%;
  height: 1px;
  background: #f8f8f8;
}
.mmenu_trigger a:hover span {
  background: #005260;
}
@media all and (min-width: 1025px) {
  .mmenu_trigger {
    display: none;
  }
}

.mm-menu {
  top: 60px;
  margin: 0 !important;
  width: 100% !important;
  height: calc(100vh - 60px);
}
/*
.mm-menu ul.level_1 li.last {
  padding-bottom: 12.5rem;
}
*/
.mm-menu ul.level_2 li.last {
  padding-bottom: 0;
}
.mm-menu.mm-light {
  background: #00778b;
  color: #f8f8f8;
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.075);
}

.mm-list > li > a, .mm-list > li > span {
  color: #f8f8f8;
  padding-left: 3.75rem;
}

.bg_multiply {
  background-blend-mode: multiply;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#scrollLink {
  background: #efefef;
  transition: transform 0.23s;
  box-shadow: 2px 2px 14px #262626;
}
#scrollLink a {
  display: inline-block;
  color: #262626;
  padding: 2rem;
}

body.killScroll {
  overflow: hidden;
}

#scroller.reduceWidth {
  width: 100% !important;
}

.slideItem.fixed {
  position: fixed;
  width: 100%;
  z-index: 4;
}

#main:before, #main:after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
  transition: all 0.25s ease-out;
}
#main:before {
  top: 0;
}
#main:after {
  bottom: 0;
}
#main.overlay:before, #main.overlay:after {
  height: 50%;
}
#main .search_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}
#main .search_overlay .ce_form {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 540px) {
  #main .search_overlay .ce_form form .formbody {
    width: 80%;
    margin: 0 auto;
  }
}
#main .search_overlay .ce_form form .formbody .widget {
  width: 100%;
}
#main .search_overlay .ce_form form .formbody .widget input {
  font-size: 2.25rem;
  background: none;
  height: 7.5rem;
  color: #f8f8f8;
}
@media all and (max-width: 1350px) {
  #main .search_overlay .ce_form form .formbody .widget input {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  #main .search_overlay .ce_form form .formbody .widget input {
    font-size: 1.312rem;
  }
}
#main .search_overlay .ce_form form .formbody .widget label {
  color: #f8f8f8;
  font-size: 2.25rem;
  line-height: 7.5rem;
  transition: all 0.25s ease-out;
}
@media all and (max-width: 1350px) {
  #main .search_overlay .ce_form form .formbody .widget label {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 630px) {
  #main .search_overlay .ce_form form .formbody .widget label {
    font-size: 1.312rem;
  }
}
#main .search_overlay .ce_form form .formbody .widget.clicked label {
  font-size: 1rem;
  line-height: 1rem;
}
#main .search_overlay .ce_form form .formbody .widget-submit {
  width: 100%;
}
#main .search_overlay .ce_form form .formbody .widget-submit input, #main .search_overlay .ce_form form .formbody .widget-submit button {
  width: 100%;
}
#main .search_overlay .close_search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#main.search .search_overlay {
  height: 100%;
}

.contact_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 14px #262626;
  transition: all 0.25s ease-out;
  position: fixed;
  width: 3.75rem;
  height: 3.75rem;
  background: #f8f8f8;
  top: 16.875rem;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
.contact_toggle:before {
  content: "";
  font-family: "icons";
  font-size: 1.875rem;
  color: #00778b;
}
@media all and (max-width: 1024px) {
  .contact_toggle {
    top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .contact_toggle {
    width: 3.25rem;
    height: 3.25rem;
  }
  .contact_toggle:before {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 630px) {
  .contact_toggle {
    position: relative;
    width: auto;
    height: 100%;
    background: none;
    top: auto;
    right: auto;
    margin-left: 1.25rem;
    box-shadow: none;
  }
  .contact_toggle:before {
    transition: all 0.25s ease-out;
    font-size: 1rem;
    color: #f8f8f8;
  }
  .contact_toggle:hover:before {
    color: #005260;
  }
}

.contact_slide {
  position: fixed;
  top: 16.875rem;
  right: -23rem;
  z-index: 6;
  width: 22.813rem;
  background: #f8f8f8;
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 14px #262626;
}
@media all and (max-width: 1024px) {
  .contact_slide {
    top: 10rem;
  }
}
@media all and (max-width: 480px) {
  .contact_slide {
    width: 20rem;
  }
}
.contact_slide.open {
  right: 0;
}
.contact_slide .ce_text {
  padding: 1.875rem;
}
.contact_slide .ce_text a {
  color: #262626;
}
.contact_slide .ce_text a.special {
  line-height: 1;
  color: #00778b;
}
.contact_slide .ce_text span {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.contact_slide .ce_text span:before {
  font-size: 1rem;
  color: #00778b;
  margin-right: 1rem;
}
.contact_slide .ce_text span.headline {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 1150px) {
  .contact_slide .ce_text span.headline {
    font-size: 1.312rem;
  }
}
@media all and (max-width: 767px) {
  .contact_slide .ce_text span.headline {
    font-size: 1.2rem;
  }
}
.contact_slide .ce_text span.phone:before {
  content: "";
  font-family: "icons";
}
.contact_slide .ce_text span.fax:before {
  content: "";
  font-family: "icons";
}
.contact_slide .ce_text span.email:before {
  content: "";
  font-family: "icons";
}
.contact_slide .close_slide {
  position: absolute;
  top: 2rem;
  right: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../icons/close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.ce_text .twoColumns {
  column-count: 2;
  column-gap: 3.25rem;
}
@media all and (max-width: 1250px) {
  .ce_text .twoColumns {
    column-count: 1;
  }
}

.cookiebar {
  background-color: #e3e3e3;
  color: #8c8c8c;
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
.cookiebar--position-top {
  top: 0;
  left: 0;
}
.cookiebar--position-bottom {
  bottom: 0;
  left: 0;
}
.cookiebar--active {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px;
}
@media (min-width: 48em) {
  .cookiebar--active {
    padding: 22px 55px;
    flex-wrap: nowrap;
  }
}
.cookiebar__text {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 48em) {
  .cookiebar__text {
    flex: 1 1 0px;
  }
}
.cookiebar__text a {
  color: #00778b;
  text-decoration: underline;
}
.cookiebar__button {
  background: #ec6707;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.75s ease-out;
  padding: 10px 22px;
}
@media (min-width: 48em) {
  .cookiebar__button {
    margin-left: 55px;
    height: 55px;
    padding: 0 55px;
  }
}
.cookiebar__button:hover {
  background: #cdcdcd;
}
.cookiebar__link {
  color: #fff;
  display: block;
  margin: 22px 0;
}
@media (min-width: 48em) {
  .cookiebar__link {
    display: inline-block;
    margin: 0;
  }
}

.mod_mmenu {
  display: none;
}
.mod_mmenu.mm-menu--opened {
    display: block;
}

/******************************/
/*  JUEGER & GRAETER - FIXES  */
/******************************/
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ios input,
.ios select,
.ios textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

a, button {
  outline: none;
}

.ce_form form .formbody .widget.widget-submit {
  margin-top: 3.75rem;
}

/*# sourceMappingURL=style.css.map */
