/* Less Document */
/* Less Document */
@font-face {
  font-family: 'Klavika';
  src: url("../fonts/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url("../fonts/KlavikaWebBasicBold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: 'Klavika';
  src: url("../fonts/KlavikaWebBasicLight.woff") format("woff");
  font-weight: 200;
}
/* LESS Document */
/* More Links */
.c-more {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 45px;
  width: 210px;
  border: 3px solid #00adef;
}
.c-more a:hover {
  color: #fff;
  background: #00adef;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.c-more a {
  color: #00adef;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 7px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.c-more-2 {
  margin-left: 30px;
  margin-bottom: 30px;
  height: 45px;
  width: 210px;
  border: 3px solid white;
}
.c-more-2 a:hover {
  color: #00adef;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.c-more-2 a {
  color: white;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 7px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/* LESS Document */
/* Slider */
/* LESS Document */
.cycle-slideshow {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.cycle-slideshow img {
  /*display: block;*/
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.bg-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
/* Slide Control */
.c-slide-control {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.r-slide-control {
  display: table-row;
}
.c-left-control,
.c-center-control,
.c-right-control {
  display: table-cell;
}
.c-left-control {
  width: 50px;
  cursor: pointer;
}
.c-center-control {
  width: 400px;
  vertical-align: middle;
}
.c-right-control {
  width: 50px;
  cursor: pointer;
}
.t-slide-position {
  display: table;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
}
.r-slide-position {
  display: table-row;
}
.c-slide-position {
  width: 100px;
  background-color: white;
  height: 6px;
  display: table-cell;
  vertical-align: middle;
}
.cell-active {
  background-color: #4e555d;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.cell-inactive {
  background-color: white;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.cbh2,
.cbsh2,
.cbh3,
.cbsh3 {
  display: none;
}
/* LESS Document */
.cycle-slideshow-rel {
  position: relative !important;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.cycle-slideshow-rel img {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.cycle-slideshow-rel img {
  /*display: block;*/
  width: 100vw;
  /*height: 100vh;*/
  object-fit: cover;
  background-size: cover;
}
.bg-slider-rel {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
/* Slide Control */
.c-slide-control-rel {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.r-slide-control-rel {
  display: table-row;
}
.c-left-control-rel,
.c-center-control-rel,
.c-right-control-rel {
  display: table-cell;
}
.c-left-control-rel {
  width: 50px;
  cursor: pointer;
}
.c-center-control-rel {
  width: 400px;
  vertical-align: middle;
}
.c-right-control-rel {
  width: 50px;
  cursor: pointer;
}
.t-slide-position-rel {
  display: table;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
}
.r-slide-position-rel {
  display: table-row;
}
.c-slide-position-rel {
  width: 100px;
  background-color: white;
  height: 6px;
  display: table-cell;
  vertical-align: middle;
}
.cell-active {
  background-color: #4e555d;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.cell-inactive {
  background-color: white;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.cbh2,
.cbsh2,
.cbh3,
.cbsh3 {
  display: none;
}
/* Navigation */
/* LESS Document */
/* Navigation */
.navbar {
  margin-top: 25px;
  margin-top: 0px;
}
.navbar-brand {
  height: 20px;
  padding: 5px 0px;
}
.navbar-brand img.logo {
  position: absolute;
  margin-top: 115px;
  width: 315px;
}
.navbar-nav {
  padding-top: 26px;
}
.nav li {
  margin-left: 20px;
}
.nav li a {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.nav li ul li a.active {
  color: #00adef;
}
.nav li ul li a:hover,
.nav li ul li a:focus,
.nav li ul li a.active:hover,
.nav li ul li a.active:focus {
  text-decoration: none;
  color: #00adef;
}
/* Shrink */
nav.shrink {
  height: 93px;
  margin-top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 1s ease-in-out;
  background-color: white;
}
nav.shrink .navbar-brand img.logo {
  width: 240px;
}
nav.shrink .nav li {
  margin-top: 0px;
  padding-top: 25px;
}
nav.shrink .nav li ul li {
  margin-left: 0px;
  margin-right: 20px;
  padding-top: 0px;
}
nav.shrink .navbar-nav {
  padding-top: 0px;
}
.shrink ul li a {
  color: #4e555d;
}
.shrink img.logo {
  margin-top: 0px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1 ease-in-out;
}
.nav-sub-sep {
  margin-left: 20px;
}
/* LESS Document */
/* Sub Navigation */
nav.wsubmenu {
  height: 165px;
  background-image: url(../img/submenu_background.png);
  background-repeat: repeat-x;
}
nav.wsubmenu li.active {
  background-color: #dcddde;
  padding-bottom: 20px;
}
nav.wsubmenu ul ul {
  position: absolute;
  text-align: center;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 0px;
  height: 70px;
  width: 1140px;
}
nav.wsubmenu ul ul li {
  float: left;
}
nav.wsubmenu ul ul {
  background-color: #dcddde;
}
/* LESS Document */
/* Footer Navigation */
ul.nav-footer {
  margin-top: 30px;
  padding-left: 0px;
}
ul.nav-footer li {
  list-style: none;
  margin: 5px 0px;
}
ul.nav-footer li a {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  font-weight: normal;
}
ul.nav-footer li a:hover {
  color: #00adef;
  text-decoration: none;
}
ul.nav-footer li ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #dcddde;
  font-weight: normal;
}
/* LESS Document */
/* Footer Meta Navigation */
ul.nav-meta {
  margin-top: 30px;
  padding-bottom: 40px;
  padding-left: 0px;
}
ul.nav-meta li {
  float: left;
  list-style: none;
  margin: 0px 15px;
}
ul.nav-meta li:first-child {
  margin-left: 0px;
}
ul.nav-meta li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #4e555d;
  font-weight: bold;
}
ul.nav-meta li a:hover {
  color: #00adef;
  text-decoration: none;
}
.m-meta-menu {
  background-color: #dcddde;
  margin-left: 0px;
  width: 1500px;
}
/* Boxes */
/* LESS Document */
/* Box Type 2 */
.r-box-type-2 {
  background-color: #4e555d;
  height: 450px !important;
  overflow: hidden;
}
.box-type-2-col {
  padding: 0;
}
.box-type-2-col-2 {
  width: 545px;
  padding: 30px;
  color: white;
}
.box-type-2-col-2 h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
/* LESS Document */
/* Box Type 3 - Cyamonica */
.cf-accordion {
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cf-accordion h1 {
  font-weight: lighter;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.box-type-3-row {
  margin-bottom: 3px;
}
.box-type-3-headline {
  background-color: #b9a867;
  height: 50px;
}
.box-type-3-headline h1 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 80px;
  cursor: pointer;
}
.box-type-3-text {
  float: left;
  padding: 40px;
  background-color: #dcddde;
}
.box-type-3-text p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: -20px;
  margin-bottom: 3px;
}
.box-type-3-headline-arrow {
  float: left;
  background-color: #4e555d;
  width: 65px;
  height: 100%;
  cursor: pointer;
}
.box-type-3-headline-arrow h1 {
  margin: 0;
  padding: 0;
}
.box-type-3-headline-arrow img {
  margin-top: 10px;
  margin-left: 30px;
}
.box-type-3-headline-arrow img.open {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-type-3-headline-arrow img.closed {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-type-3-text.open {
  display: block;
}
.box-type-3-text.closed {
  display: none;
}
/* LESS Document */
/* Box Type 3 - Cyamonica */
.cf-accordion-3a {
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cf-accordion-3a h1 {
  font-weight: lighter;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.box-type-3a {
  margin-bottom: 45px;
}
.kat1 .box-type-3a-headline {
  border-bottom: #7b2e7b 5px solid;
}
.kat2 .box-type-3a-headline {
  border-bottom: #f08500 5px solid;
}
.kat3 .box-type-3a-headline {
  border-bottom: #a2bf24 5px solid;
}
.kat1 .box-type-3a-text {
  border-bottom: #7b2e7b 5px solid;
}
.kat2 .box-type-3a-text {
  border-bottom: #f08500 5px solid;
}
.kat3 .box-type-3a-text {
  border-bottom: #a2bf24 5px solid;
}
.box-type-3a-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-type-3a-filter-kat1 {
  font-weight: bold;
  border: #7b2e7b 3px solid;
  margin-bottom: 10px;
  width: 210px;
  padding: 15px;
  text-transform: uppercase;
}
.box-type-3a-filter-kat2 {
  font-weight: bold;
  border: #f08500 3px solid;
  margin-bottom: 10px;
  width: 210px;
  padding: 15px;
  text-transform: uppercase;
}
.box-type-3a-filter-kat3 {
  font-weight: bold;
  border: #a2bf24 3px solid;
  margin-bottom: 10px;
  width: 210px;
  padding: 15px;
  text-transform: uppercase;
}
.no-kat {
  border-bottom: none !important;
}
.box-type-3a-row {
  margin-bottom: 3px;
}
.box-type-3a-headline {
  background-color: #dcddde;
  height: 150px;
  padding: 10px 80px 40px 90px;
}
.box-type-3a-headline h1 {
  color: #4e555d;
  font-size: 24px;
  font-weight: normal;
  padding-top: 5px;
  cursor: pointer;
}
.box-type-3a-text {
  float: left;
  padding: 0px 40px 40px 90px;
  background-color: #dcddde;
  margin-bottom: 45px;
  width: 100%;
}
.box-type-3a-text p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: -20px;
  margin-bottom: 3px;
}
.box-type-3a-headline-arrow {
  position: absolute;
  left: 25px;
  bottom: 15px;
  background-color: #4e555d;
  width: 50px;
  height: 60px;
  cursor: pointer;
}
.box-type-3a-headline-arrow h1 {
  margin: 0;
  padding: 0;
}
.box-type-3a-headline-arrow img {
  margin-top: 28px;
  margin-left: 16px;
}
.box-type-3a-headline-arrow img.open {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-type-3a-headline-arrow img.closed {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-type-3a-text.open {
  display: block;
}
.box-type-3a-text.closed {
  display: none;
}
.box-type-3a-sep {
  padding: 0 10px;
}
/* LESS Document */
/* Box Type 5 */
.c-box-type-5 {
  margin-top: 0px;
  margin-bottom: 60px;
}
.c-box-type-5 h3 {
  font-size: 46px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.c-box-type-5 h3 {
  font-size: 30px;
  font-weight: lighter;
}
.r-box-type-5 {
  color: #4e555d;
}
.box-type-5-col {
  margin-top: 60px;
}
.box-type-5-col-1 {
  background-color: #4e555d;
  color: white;
  padding: 30px;
}
.box-type-5-col-2 {
  background-color: #dcddde;
  padding: 30px;
}
.box-type-5 .c-more,
.box-type-5 .c-more-2 {
  margin: 0px;
}
/* LESS Document */
/* Box Type 6 */
.cf-box-type-6 {
  min-height: 550px;
  color: white;
}
.cf-box-type-6-v1 {
  background-color: #00adef;
}
.cf-box-type-6-v2 {
  background-color: #4e555d;
}
.cf-box-type-6-v3 {
  background-color: #b9a867;
}
.cf-box-type-6-v4 {
  background-color: #dcddde;
}
.r-box-type-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cf-box-type-6 h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.box-type-6 img {
  margin: 0 auto;
}
.box-type-6 .c-more-2 {
  margin: 0px;
  margin-left: 15px;
  margin-top: 20px;
}
/* LESS Document */
/* Box Type 7 */
.cf-box-type-7 {
  min-height: 550px;
  color: white;
  padding-top: 90px;
  padding-bottom: 30px;
}
.cf-box-type-7-v1 {
  background-color: #00adef;
  background-image: url(../img/banner/Header_blau.png);
  background-repeat: no-repeat;
}
.cf-box-type-7-v2 {
  background-color: #c7b269;
  background-image: url(../img/banner/Header_gold.png);
  background-repeat: no-repeat;
}
.cf-box-type-7-v3 {
  background-color: #4e555d;
  background-image: url(../img/banner/Header_grau.png);
  background-repeat: no-repeat;
}
.box-type-7 h1 {
  font-size: 56px;
  font-weight: 61px;
  color: white;
  font-weight: lighter;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 15px solid #000000;
  border-image: url('../img/corner_box.png') 34% repeat;
}
.c-box-type-7 h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: normal;
}
/* LESS Document */
/* Box Type 9 */
.cf-box-9 {
  background-color: #dcddde;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cf-box-9 .row {
  padding-bottom: 30px;
}
.cf-box-9 .row img {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cf-box-9 h2 {
  font-weight: lighter;
  font-size: 46px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.cf-box-9 h3 {
  font-weight: lighter;
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
/* Box Type 10 - Kunden */
.cf-box-10 {
  background-color: white;
  padding-top: 30px;
}
.cf-box-10:first-child {
  padding-top: 60px;
}
.c-box-10 {
  background-color: white;
}
.c-box-10 h1 {
  margin-top: 0px;
  font-size: 24px;
}
.col-box-10 {
  padding: 0px 15px;
  margin-bottom: 30px;
}
.col-box-10-c {
  float: left;
  padding: 30px 15px 30px 15px;
  background-color: #dcddde;
}
.col-box-10-1 {
  height: 170px;
  overflow: hidden;
}
.col-box-10-2 a {
  position: absolute;
  bottom: 0;
}
.col-box-10-2 {
  height: 170px;
  min-height: 170px;
}
/* Box Type 11 - Kundenlogos */
.cf-box-11 {
  background-color: white;
  padding: 30px 0px 30px 0px;
}
.c-box-11 {
  padding: 0px 30px 30px 30px;
  /*	background-color: @sse-grey-2;*/
}
.c-box-11 h1 {
  margin-top: 0px;
  font-size: 24px;
}
.col-box-11 {
  min-height: 125px;
  padding: 30px 15px 0px 15px;
  /* 	background-color: @sse-grey-2;*/
}
.col-box-11-img {
  display: flex;
  text-align: center;
  /*background-color: white;*/
  width: 100%;
  height: 100px;
  border: 1px #dcddde solid;
}
.col-box-11-img a {
  display: flex;
  text-align: center;
  width: 100%;
}
.col-box-11-img img {
  margin: auto;
}
/* Box Type 12 - Jobs Uebersicht */
.cf-box-type-12 {
  min-height: 550px;
  color: white;
  padding-top: 90px;
  padding-bottom: 30px;
}
.box-type-12-col {
  margin-bottom: 60px;
}
.cf-box-type-12-v1 {
  background-color: #042538;
  background-image: url(../../webpflege/bilder/jobs/Header_Jobs_Start_.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.cf-box-type-12-v2 {
  background-color: #c7b269;
  background-image: url(../img/banner/Header_gold.png);
  background-repeat: no-repeat;
}
.cf-box-type-12-v3 {
  background-color: #4e555d;
  background-image: url(../img/banner/Header_grau.png);
  background-repeat: no-repeat;
}
.box-type-12 h1 {
  font-size: 56px;
  font-weight: 61px;
  color: white;
  font-weight: lighter;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 15px solid #000000;
  border-image: url('../img/corner_box.png') 34% repeat;
}
.c-box-type-12 h2 {
  margin-top: 30px;
  color: #00adef;
}
.c-box-type-12 h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: normal;
  color: #00adef;
}
.box-type-12-img-thumb {
  margin-bottom: 30px;
}
.c-box-type-12 .c-more {
  margin-left: 0px !important;
}
.r-box-type-12-2 p {
  min-height: 0;
  margin-bottom: 30px;
}
/* Footer */
/* LESS Document */
/* Footer */
.rf-footer {
  overflow: hidden;
  background-color: #4e555d;
}
/* Footer About us; Kontakt; Adresse */
.r-about-us {
  margin-top: 30px;
}
.r-about-us h1,
.r-contact h1 {
  color: #b9a867;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.r-about-us p,
.r-contact p {
  font-size: 18px;
  font-weight: normal;
  color: white;
}
.r-contact a {
  color: white;
  text-decoration: underline;
}
.r-contact a:hover {
  color: #00adef;
  text-decoration: underline;
}
body {
  font-family: 'Klavika';
  background: #4e555d;
  /*	
	background-image: url(../img/BG_Slider_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	*/
  font-weight: normal;
  font-size: 18px;
}
a {
  color: #00adef;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00adef;
}
.start-c1 {
  overflow-x: hidden;
}
.r-content {
  min-height: 740px;
}
.r-content-auto {
  min-height: auto;
}
.r-footer {
  height: auto;
  padding-bottom: 100px;
  margin: 0;
}
.r-white {
  background-color: white;
}
.r-grey {
  background-color: #4e555d;
}
/* Custom Boxes */
.box-type-1 {
  min-height: 560px;
  float: left;
}
.variant-1 {
  background-color: #dcddde;
}
.r-start-1 {
  padding-top: 100px;
}
.box-type-1 .c-headline h1 {
  color: white;
  margin: 0;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-headline {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 220px;
  background-color: #4e555d;
}
.c-icon img {
  display: block;
  margin: 30px auto 30px auto;
}
.c-text p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #4e555d;
}
.c-subheadline h2 {
  color: #00adef;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
/* Banner Styles */
.cbmore1,
.cbmore2,
.cbmore3 {
  text-align: center;
  margin-top: 90px !important;
  margin: 0 auto;
}
.cbmore1 a,
.cbmore2 a,
.cbmore3 a {
  color: #00adef !important;
  background-color: white;
}
.cbmore2,
.cbmore3 {
  display: none;
}
.c-banner {
  margin: 0 auto;
}
.c-banner-headline {
  margin-top: 300px;
  text-align: center;
}
.c-banner-headline h1 {
  font-size: 84px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 15px solid #000000;
  border-image: url('../img/corner_box.png') 34% repeat;
}
.c-banner-subheadline {
  text-align: center;
}
.c-banner-subheadline h2 {
  margin-top: 50px;
  color: white;
  font-weight: 100;
  font-size: 38px;
  letter-spacing: 2px;
}
.c-banner-headline h1 a,
.c-banner-headline h2 a {
  text-decoration: none;
}
.c-mouse-scroll {
  position: absolute;
  bottom: 20px;
  margin: 0 auto 0 auto;
  width: 100%;
}
.c-mouse-scroll img,
.c-mouse-scroll span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-mouse-scroll img {
  margin-bottom: 10px;
}
.c-mouse-scroll span {
  text-align: center;
  font-size: 18px;
  color: white;
}
/* Banner Styles Subpage */
.cf-product {
  background-color: #dcddde;
}
.c-product-banner {
  padding-top: 135px;
  height: 280px;
}
.c-product-banner-headline h1 {
  font-size: 56px;
  color: white;
  font-weight: lighter;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 15px solid #000000;
  border-image: url('../img/corner_box.png') 34% repeat;
}
/* Hamburger */
.hamburger {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #00adef;
  z-index: 9999;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #4e555d;
}
/* Mobile Menu */
.c-nav-mobile {
  position: absolute;
  z-index: 2000;
  top: 93px;
  display: none;
  background-color: white;
  width: 100%;
}
ul.nav-mobile {
  margin: 0;
  padding: 0;
  background-color: white;
  list-style: none;
}
ul.nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-mobile li {
  background-color: #4e555d;
  width: 100%;
  padding-top: 4px;
  /*padding-bottom: 8px;*/
}
ul.nav-mobile li a {
  color: white;
  margin-left: 60px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.nav-mobile ul li {
  background-color: white;
  width: 100%;
}
ul.nav-mobile ul li a {
  color: #4e555d;
  margin-left: 120px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-nav-mobile-show {
  display: block;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=1);
  -webkit-transition: 2000ms ease;
  -moz-transition: 2000ms ease;
  -o-transition: 2000ms ease;
  transition: 2000ms ease;
}
.c-nav-mobile-hide {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 2000ms ease;
  -moz-transition: 2000ms ease;
  -o-transition: 2000ms ease;
  transition: 2000ms ease;
}
/* Product Banner */
.r-product-banner {
  background-color: #00adef;
  background-image: url('fileadmin/templates/img/banner/Header_Inhaltsseite_1.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.c-product-banner {
  height: 380px;
}
.body-products {
  background-color: white;
}
/* Bootstrap Overwrites */
.nav > li > a:hover,
.nav > li > a:focus {
  color: #00adef;
  background-color: transparent;
}
.dummy {
  margin-top: 165px;
  min-height: 500px;
}
.cf-standard {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.margin-small {
  padding-bottom: 0px;
}
.c-standard h1,
.c-standard h2,
.c-standard h3 {
  font-weight: lighter;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
/* TOP Link */
.goTop-link {
  bottom: 15px;
  color: #d9d9da;
  display: none;
  font-size: 25px;
  height: 60px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 60px;
  z-index: 20;
  cursor: pointer;
}
/* Links */
.cf-footer p a {
  border-bottom: 3px solid white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0px 15px;
  background-image: url('../img/IconTextLink_white.png');
  background-repeat: no-repeat;
  background-position: left top;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  background-position: left center;
}
.cf-footer p a:hover {
  border-bottom: 3px solid #00adef;
  text-decoration: none;
  padding: 0 0 0 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  background-position: -15px 0;
}
.rf-footer {
  padding-bottom: 90px;
}
.lupe {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
/* Gridlements */
.ge-container-bgcolor-1 {
  background-color: white;
}
/* Jobs */
.c-jobs .box-type-3-headline {
  background-color: #00adef;
}
/* Slideshow Inhaltsseite */
.c-cycle-slideshow-caption-c {
  position: absolute;
  width: 585px;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 40px;
}
.c-cycle-slideshow-caption .c-banner-headline {
  margin-top: 0;
}
.c-cycle-slideshow-caption h1 {
  font-size: 56px;
}
.c-cycle-slideshow-caption-c .c-mouse-scroll {
  position: relative;
  bottom: 0px;
  top: 30px;
}
