@charset "UTF-8";
/* CSS Document */


/* =====================================
   Farben
   =====================================

orange: #ff7d00
orange 50%: #fdbd85

dunkelgrau (Schrift): #4b4b4b
hellgrau: #f5f5f5
mittelgrau (50% K): #9c9c9c


===================================== */

/* =====================================
   Schriften
   =====================================

Thin   "proxima-nova"   100   normal   
Thin Italic   "proxima-nova"   100   italic   
Light   "proxima-nova"   300   normal   
Light Italic   "proxima-nova"   300   italic   
Regular   "proxima-nova"   400   normal   
Regular Italic   "proxima-nova"   400   italic   
Medium   "proxima-nova"   500   normal   
Medium Italic   "proxima-nova"   500   italic   
Semibold   "proxima-nova"   600   normal   
Semibold Italic   "proxima-nova"   600   italic   
Bold   "proxima-nova"   700   normal   
Bold Italic   "proxima-nova"   700   italic   
Extrabold   "proxima-nova"   800   normal   
Extrabold Italic   "proxima-nova"   800   italic   
Black   "proxima-nova"   900   normal   
Black Italic   "proxima-nova"   900   italic

===================================== */

/* Noch fehlende Inhalte */
.important {
  background: #ff5f5f;
}

/* auch für Größe SM hat die Klasse .container eine Breite von 100% definieren */

@media (max-width: 791px) {
  .container {
    width: 90%;
  }
}

@media (min-width:1140px) {
  .containerheadernav {
    width: 1120px;
  }
}

@media (max-width:1139px) {
  #quicksearch {
    position: absolute;
    right: 30px;
  }

  #quicksearch .quicksearch-sword {
    display: none;
  }
}


body {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: #4b4b4b;
  background: #FFF;
  /*-webkit-hyphens: auto;  Silbentrennung 
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}

@media (min-width: 568px) {

  /* alles außer XS */
  body {
    margin-top: 130px;

  }
}

@media (max-width: 791px) {

  /* XS und SM */
  body {
    margin-top: 50px;
    -webkit-hyphens: auto;
    Silbentrennung -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.btn-transparent {
  background-color: #fff;
  height: 35px;
  margin-top: 1px;
  margin-left: 1px;
}


h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: #000;
}

h1,
.h1_style {
  /*font-size: 35px;*/
  line-height: 1.2;
}

h2,
.h2_style {
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

h4 {}

a:link,
a:visited {
  text-decoration: none;
  color: #ff7d00;
}

a:hover,
a:active {
  text-decoration: none;
  color: #4b4b4b;
}

a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

hr {
  border-top: 1px solid #ccc;
}


/* =====================================
   Links, Buttons, Listen, etc.
   ===================================== */

a.button_orange,
a.button_weiss,
a.button_transparent {
  background: #ff7d00;
  padding: 7px 15px 5px 15px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
}

a.button_weiss {
  background: #FFF;
  color: #ff7d00;
}

a.button_transparent {
  background: transparent;
  color: transparent;
  padding: 353 px 15px 5px 15px;
}

a.button_schmal {
  padding: 5px 10px;
  text-transform: none;
}

a.link_orange_pfeil,
.link_orange_pfeil a {
  color: #ff7d00;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
}

a.button_orange:before,
a.button_weiss:before,
a.button_transparent:before,
a.link_orange_pfeil:before,
.link_orange_pfeil a:before {
  /* einfacher Pfeil nach rechts */
  content: "\e258";
  margin: 0 5px 0 -5px;
  font-family: 'Glyphicons Halflings';
  font-size: 13px;
  position: relative;
  top: 1px;
}

ul {
  padding-left: 0 !important;
}

ul li {
  list-style-type: none;
  margin-bottom: 10px;

  position: relative;
  padding-left: 20px;
}

ul li:before {
  content: "\e074";
  font-family: 'Glyphicons Halflings';
  color: #ff7d00;
  font-size: 75%;
  /* padding-right: 8px; */

  position: absolute;
  top: 2px;
  left: 0;
}



/* =====================================
   Allgemeine Klassen
   ===================================== */

.ohne_padding {
  padding: 0;
}

.schrift_gross_120 {
  font-size: 120%;
}

.orange {
  color: #ff7d00;
}

.orange_50 {
  color: #fdbd85;
}

.register-login {
  /*margin-left: 22.5% !important;*/
}


#c6173 h1.ce-headline-center {
  color: #ff7d00;

}

.dbm-my-espera h1 {
  color: #ff7d00;
  font-weight: bold;
}

.sectionmenu-bg {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectionmenu-bg .kachel-menu {
  margin-bottom: 30px;
}


.frame-layout-1 p {
  font-size: 25px;
  color: #4b4b4b;
}

#c6173 p {
  font-size: 25px;
  color: #4b4b4b;
}


.kachel-menu .kachel-content {
  padding-top: 15px;
}


.kachel-content h2 {
  text-transform: uppercase;
  font-size: 25px !important;
  margin-bottom: 10px;
}

.kachel-content p {


  margin-bottom: 20px;
}

.dbm-my-espera .content_produktseite {
  margin-bottom: 0 !important;
}


.dbm-my-espera .fancybox-content {
  background: #ffffff !important;
}

.dbm-my-espera section {
  padding-bottom: 0;
}

.dm-search .form-control {
  border-radius: 0;

}

@media(min-width: 1200px) {
  .dbm-my-espera .container {
    width: 1170px;
  }
}



.dbm-my-espera video {
  width: 100%;
  max-width: 1200px;
  height: auto;
}


.dbm-my-espera .leftCol #nav {


  border-radius: 0 !important;

}

.dbm-my-espera .leftCol #nav li {
  padding: 0;

  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}

.dbm-my-espera .leftCol #nav li:last-of-type {
  padding: 0;

  background: #f5f5f5;

}

.dbm-my-espera .leftCol #nav li a {
  border-radius: 0;
  color: #4b4b4b;
  text-transform: uppercase;
}

.dbm-my-espera .leftCol #nav li:hover a {
  background-color: #ff7d00 !important;
  color: #fff;
}

.dbm-my-espera .leftCol #nav li.active a {
  background-color: #ff7d00 !important;
  color: #fff;
  font-weight: bold;
}

.dbm-my-espera .leftCol #nav li#button-top a {
  background-color: #4b4b4b !important;
  color: #fff;
}

.dbm-my-espera td.download-file-button .btn-orange {
  margin: 0;
}


.dbm-my-espera #button-top {
  display: none;
}

.dbm-my-espera .navbar-form .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0 2px;
  font-size: 18px;
}

.dbm-my-espera .navbar-form .input-group .form-control {
  background-color: transparent;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;

  height: 36px;
  color: #fff;
}

:root {
  --fa-primary-color: #ff7d00;
  --fa-secondary-color: #ffffff;
}

.dbm-my-espera .navbar-form {
  margin: 0;
}

.dbm-my-espera .tx-downloadmanager {
  margin-bottom: 50px;
}


td.download-file-name {
  word-break: break-word;
}

td.download-file-name a {
  color: #4b4b4b !important;
}

.download-table .form-control {
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}


body.dbm-my-espera {
  position: relative;
}


.dbm-my-espera .affix-navbar .navbar-header {
  margin: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 0 !important;
}

div.dataTables_wrapper div.dataTables_length select {
  border-radius: 0 !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #4b4b4b;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  cursor: default;
}

.collection-wrapper .kachel-image {
  position: relative;
}

.collection-wrapper .kachel-image .big-image-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.collection-wrapper .kachel-image .big-image-icon i {
  color: #4b4b4b;
}


.collection-wrapper .kachel-menu {
  background-color: #f2f2f2;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}


.collection-wrapper .kachel-menu .kachel-content {
  padding: 15px;
}

.collection-wrapper .kachel-menu .kachel-image {
  height: 234px;
  overflow: hidden;
  background-color: #ffffff;
}


.collection-wrapper .kachel-menu .kachel-image.video {

  overflow: hidden;
  background-color: #ffffff;
  height: auto;
}


.btn-darkgrey {
  background: #4b4b4b;
  border-color: #4b4b4b;
  border-radius: 0;
  color: #f2f2f2 !important;
}

.btn-orange {
  background: #ff7d00;
  border-color: #ff7d00;
  color: #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  margin-top: 20px;
}

.dbm-template .frame-type-menu_subpages {
  background: #f2f2f2;
}


/* =====================================
   Formatierung Sections
   ===================================== */

section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.bg_weiss {
  background: #FFF;
}

.bg_hell {
  /* hellgrau */
  background: #f5f5f5;
}

.bg_mittel {
  background: #dadada;
}

.bg_dunkel {
  background: #4b4b4b;
}

.bg_orange {
  background: #ff7d00;
}

section h2:first-of-type {
  margin-top: 0;
}



#logo {
  margin-top: 10px;
}


#wrapper_navibereich {
  position: relative;
}

#navibereich_orange {
  position: relative;
  overflow: hidden;
  background: #ff7d00;
  height: 60px;
}

#topnavi {
  position: absolute;
  top: 0;
  right: 0;
}

#hauptnavi {
  clear: both;
}

#suchfeld {}

#page_1304 #text-1 {
  height: 42px !important;
}

#page_30 {}

/* =====================================
   Formatierung Carousel
   ===================================== */

.container.slider {
  padding-left: 0;
  padding-right: 0;
}

.koning-bootstrap-carousel .item {
  height: 500px;
}


.carousel-control.left,
.carousel-control.right {
  /* Verlauf rechts und links entfernen*/
  background-image: none;
}

.carousel-caption {
  text-align: left;
  width: 450px;
  text-shadow: none;
  padding-bottom: 50px;
  left: 15%;
}

.carousel-caption .caption_textbox {
  background: #4b4b4b;
  background: rgba(75, 75, 75, .8);
  padding: 15px;
  position: relative;
  margin-bottom: 40px;
}

.carousel-caption .caption_textbox p:first-line {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.carousel-caption .caption_textbox .lead {
  margin-bottom: 0;
  font-size: 17px;
  ;
}

.carousel-caption .caption_textbox a:link {}

.carousel-caption .caption_textbox:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 0.1em;
  border-top: 2px solid #ff7d00;
  z-index: 10;
}

/* -- Anpassung Slider -- */

@media (max-width: 791px) {
  /* XS und SM */

  .carousel-indicators {
    top: 210px;
  }

  .carousel-control {
    top: 120px;
    bottom: inherit;
  }

  .koning-bootstrap-carousel .item {
    height: 500px;
    background-size: auto 240px !important;
    background-position: top right !important;
  }

  .carousel-caption {
    top: 240px;
    left: 0;
    background: #4b4b4b;
    padding: 15px;
    width: 100%;
    margin-bottom: -20px;
  }

  .caption_textbox {
    padding: 0 !important;
  }

}

@media (min-width: 568px) and (max-width: 791px) {

  /* nur SM */
  .koning-bootstrap-carousel .item {
    height: 450px;
  }
}


/* =====================================
   Formatierung Startseite
   ===================================== */

/* -- Qualitätsversprechen --*/
.wrapper_piktos_quali {
  padding: 40px 0 0px 0;
  border-top: 2px dotted #9c9c9c;
  border-bottom: 2px dotted #9c9c9c;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  margin: 40px 0;
}

.wrapper_piktos_quali img {
  margin-right: 20px;
  float: left;
  position: relative;
  /*top: -17px;*/
}

.wrapper_piktos_quali div {
  margin-bottom: 20px;
}


/* -- Produktbereiche --*/

.box_produktbereiche {
  margin-bottom: 15px;
  height: 180px;
  position: relative;
  padding: 15px;
}

.box_produktbereiche:hover {
  background: #ebebeb;
  /* -webkit-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; */
}

.box_produktbereiche a {
  color: #4b4b4b;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 125px;
}

.box_produktbereiche a:hover {
  color: #000;
}


/* -- Aktuelles -- */

.box_aktuelles {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

.box_aktuelles img {
  float: left;
  margin-right: 30px;
}

.box_aktuelles .aktuelles_text {}

.box_aktuelles h3 {
  margin-top: 0;
}

.box_aktuelles a.link_orange_pfeil {
  position: absolute;
  bottom: -15px;
  left: 230px;
  padding: 10px;
}

@media (max-width: 567px) {

  /* XS */
  .box_aktuelles .aktuelles_text {
    clear: both;
  }

  .box_aktuelles a.link_orange_pfeil {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 0;
  }

  .box_aktuelles img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }


}

/* -- Facebook Widget -- */
.wrapper_fb_widget {
  border-left: 1px solid #ff7d00;
  height: 613px;
  padding-left: 45px;
}

.fb_widget {
  border: 1px solid #9c9c9c;
  height: 613px;
}

@media (max-width: 567px) {

  /* XS */
  .wrapper_fb_widget {
    padding-left: 15px;
    border-left: 0px solid #ff7d00;
  }
}

@media (min-width: 568px) and (max-width: 791px) {

  /* SM */
  .wrapper_fb_widget {
    padding-left: 15px;
    border-left: 0px solid #ff7d00;
  }
}

@media (min-width: 792px) and (max-width: 999px) {

  /* MD */
  .wrapper_fb_widget {
    padding-left: 15px;
  }
}

@media (min-width: 1000px) {
  /* LG */

}


/* -- Fachbereiche --*/

.box_fachbereiche {
  position: relative;
  margin-bottom: 30px;
  height: 350px;
}

.box_fachbereiche .button_orange {
  position: absolute;
  left: 15px;
  bottom: 0;
}


/* =====================================
   Formatierung Produktbereich
   ===================================== */

/* -- Produktgruppe --*/
.box_produktverlinkung {
  margin-bottom: 30px;
  height: 380px;
}

.box_produktverlinkung:hover {
  background: #ebebeb;
}

.produktgruppe_textbereich h1 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.produktgruppe_textbereich p {
  font-size: 18px;
  font-weight: 400;
}

.box_produktverlinkung .wrapper_img_produktverlinkung {
  background-color: #FFF;
  height: 175px;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.box_produktverlinkung img {
  height: 100%;
  width: auto;
}

#page_814 .box_produktverlinkung .wrapper_img_produktverlinkung {
  padding: 0;
}

#page_814 .box_produktverlinkung img {
  height: auto;
  width: 100%;
}

.pdf_description strong {
  margin-bottom: 0 !important;
}

a.pdf_download {
  color: #4b4b4b;
}

a.pdf_download:hover {
  color: #ff7d00;
}

.pdf_element {
  margin-bottom: 4rem;
}

.pdf_preview {
  margin-bottom: 1rem;
}

.pdf_preview img {
  max-width: 100%;
  height: auto;
}

a.pdf_download:hover strong {
  color: #ff7d00 !important;
}

.box_produktverlinkung h2 {
  margin-bottom: 5px;
  margin-top: 30px !important;
  font-size: 25px;
}

.box_produktverlinkung .button_orange {
  background: #ff7d00;
  padding: 7px 15px 5px 15px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  cursor: pointer;
}

.button_orange:before {
  /* einfacher Pfeil nach rechts */
  content: "\e258";
  margin: 0 5px 0 -5px;
  font-family: 'Glyphicons Halflings';
  font-size: 13px;
  position: relative;
  top: 1px;
}

@media (max-width: 791px) {

  /*  ab SM */
  .box_produktverlinkung {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}


.box_produktverlinkung .link_produktbox {
  display: block;
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  bottom: 0;
}


/* -- Produktseite --*/

.container.header_produktseite {
  position: relative;
  height: 340px;
}

.headerbild {
  position: absolute;
  top: -30px;
  right: 15px;
}

.textbox_headerbild {
  margin-top: 30px;
  position: absolute;
}

.text_headerbild p.lead {
  border-bottom: 2px solid #ff7d00;
  padding-bottom: 30px;
}

.link_header h2 a {
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #ff7d00;
  padding: 7px 15px 5px 15px;
}

.link_header h2 a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  padding-left: 10px;
  position: relative;
  top: 3px;
}

/* -- Header anpassen -- */

@media (max-width: 791px) {
  /* XS und SM */

  .container.header_produktseite {
    position: relative;
    height: auto;
    margin-bottom: -30px;
  }

  .headerbild {
    right: 0px;
  }

  .headerbild img {
    /* height: 240px; */
    width: auto;
  }

  .textbox_headerbild {
    margin-top: 210px;
    position: relative;
    background: #4b4b4b;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .textbox_headerbild h1 {
    color: #fff;
  }

}

/* Ende @media */


@media (min-width: 568px) and (max-width: 791px) {

  /* nur SM */
  .textbox_headerbild {
    margin-top: 300px;
  }
}


section.content_produktseite {
  padding-top: 60px;
  margin-bottom: 30px;
  min-height: 400px;
}

.produktseite_textbereich h2 {
  margin-bottom: 10px;
  color: #ff7d00;
}

.produktseite_textbereich p:first-of-type b,
.produktseite_textbereich p:first-of-type strong {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  color: #000;
}

.produktseite_textbereich h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 18px;
  margin-top: 40px;
  color: #000;
}


.download-tabelle ul li {
  clear: both;
  border-bottom: 1px solid #CCC;
  position: relative;
  padding-left: 0;
}

.download-tabelle ul li:before {
  content: "";
}

.download-tabelle ul li a {
  display: block;
  height: 50px;
  background: url(/fileadmin/bilder/grafikelemente/Pikto_PDF.png) right -9px no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.download-tabelle .ce-uploads-description {
  position: absolute;
  top: 25px;
  left: 0;
}


/* -- Formular -- */
.form_produktseite form {
  width: 405px;
  max-width: 100%;
}

.form_produktseite .form-element {
  margin-bottom: 17px;
}

.form_produktseite label,
.form_produktseite .form-label {
  display: block;
  font-weight: 300;
  width: auto;
  margin-bottom: 5px;
}

.form_produktseite input.form-control,
.form_produktseite select.form-select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 8px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}

.form_produktseite select.form-select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.form_produktseite .form-navigation .btn-primary {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 6px 15px 5px;
  border-radius: 0;
  border: 0;
  background: #ff7d00;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.25;
}

.form_produktseite .form-navigation .btn-primary:hover,
.form_produktseite .form-navigation .btn-primary:focus,
.form_produktseite .form-navigation .btn-primary:active {
  background: #e66f00;
  color: #fff;
}


/* -- Video-Vorschau -- */

.produktseite_videos {
  background: #f5f5f5;
  padding: 15px;
}

.produktseite_videos .ce-gallery {
  width: 100%;
  margin-bottom: 0px !important;
}

.produktseite_videos .ce-column {
  width: 100%;
}

.produktseite_videos figure {
  width: 100%;
}

.produktseite_videos iframe {
  float: left;
  margin-right: 15px;
  width: 200px;
  height: auto;
}

.produktseite_videos figcaption {
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  font-size: 19px;
  margin-top: 55px;
}


/* =====================================
   Formatierung Servicebereich
   ===================================== */

/* --- Accordion Service-Module --- */

.panel-group {}

.panel-group .panel {
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}

.panel h4 a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #000;
  display: block;
  position: relative;
}

.service .panel h4 a {
  /*padding-left: 70px;*/
}

.panel h4 a.collapsed:after {
  /* zugeklappt */
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  position: absolute;
  top: 0;
  right: 0;
  color: #ff7d00;
}

.panel h4 a:after {
  /* aufgeklappt */
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  position: absolute;
  top: 0;
  right: 0;
  color: #ff7d00;
}

.panel h3 {
  display: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ff7d00;
}

.panel-body {
  border-bottom: 1px solid #ff7d00;
  margin-top: 5px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.panel-body img {
  /* Größe Piktogramme */
  width: 70px;
  height: auto;
  margin-right: 10px;
}

.panel-heading {
  border-radius: 0px;
  background: #f5f5f5
}


/*
.service .panel-group .panel:nth-child(1) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M1.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(2) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M2.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(3) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M3.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(4) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M4.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(5) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M5.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(6) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M6.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(7) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M7.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }

.service .panel-group .panel:nth-child(8) .panel-heading {
  background: #f5f5f5 url(/fileadmin/bilder/service/module_pfeile/M8.png) 0px 0px no-repeat;
  background-size: 70px 100px;
  }
/*

/* --- Graue Infobox --- */
.infobox {
  background: #f5f5f5;
  padding: 15px 15px 5px 15px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.infobox h3 {
  margin-top: 0;
}

.infobox p:first-of-type b,
.infobox p:first-of-type strong {
  margin-bottom: 10px;
}

.infobox img {
  width: 240px;
  height: auto;
}

.infobox figcaption {
  display: none;
}

.infobox .ce-right .ce-gallery {
  position: absolute;
  top: 0px;
  right: 0px;
}

.infobox .ce-left .ce-gallery {
  position: absolute;
  top: 0px;
  left: 0px;
}

.infobox.bild_rechts {
  padding: 15px 260px 5px 15px;
}

.infobox.bild_links {
  padding: 15px 15px 5px 260px;
}

/* -- Anpassungen -- */

@media (max-width: 791px) {
  /* XS und SM */

  .infobox.bild_rechts {
    padding-right: 110px;
  }

  .infobox.bild_links {
    padding-left: 110px;
  }

  .infobox img {
    width: 100px;
  }

  .infobox {
    -webkit-hyphens: auto;
    Silbentrennung -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}



/* --- Linkbox orange --- */

.linkbox_orange {
  background: #ff7d00;
  padding: 15px;
  padding-right: 90px;
  padding-bottom: 1px;
  color: #FFF;
  font-size: 18px;
  position: relative;
}

.linkbox_orange:hover {
  background: #e57000
}

.linkbox_orange h4,
.linkbox_orange h4 a {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 2px 0;
  color: #FFF;
}

/*
.linkbox_orange h4 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  }

.linkbox_orange h4 a:hover {
  background: #e57000;
  }
*/

.linkbox_orange:after {
  content: "\e258";
  margin: 0 5px 0 -5px;
  font-family: 'Glyphicons Halflings';
  font-size: 23px;
  position: absolute;
  top: 12px;
  right: 15px;
  background: #FFF;
  color: #ff7d00;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-top: 8px;
}

a.link_linkbox_orange {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* -- Anpassungen -- */

@media (max-width: 567px) {
  /* XS */



}


/* =====================================
   Formatierung Downloadbereich
   ===================================== */

.downloadbereich ul li:before {
  content: '';
  padding: 0;
}

.downloadbereich ul li {
  padding: 0;
  border-bottom: 1px solid #CCC;
  margin: 0;
  padding: 15px 0;
}

.downloadbereich ul li img {
  border: 1px solid #CCC;
  padding: 0;
  margin-right: 30px;
  height: 125px;
  width: auto;
}

.downloadbereich ul li span.ce-uploads-fileName {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.downloadbereich ul li span.ce-uploads-filesize {
  background: #f5f5f5;
  padding: 5px;
  margin-top: 10px;
  display: inline-block;
}


.downloadbereich.download_videos .ce-gallery {
  width: 100%;
  margin-bottom: 0px !important;
}

.downloadbereich.download_videos .ce-column {
  width: 100%;
}

.downloadbereich.download_videos figure {
  width: 100%;
  margin-bottom: 15px;
}

.downloadbereich.download_videos iframe {
  float: left;
  margin-right: 15px;
  width: 200px;
  height: auto;
}

.downloadbereich.download_videos figcaption {
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  font-size: 19px;
  margin-top: 55px;
}


/* =====================================
   Formatierung Unternehmensbereich
   ===================================== */

.textbox_headerbild_schwarz {
  background: rgba(75, 75, 75, .8);
  padding: 10px 15px 15px 15px;
  color: #FFF;
  /* margin-top: 150px; */
  position: absolute;
  bottom: 0;
}

/* -- Header anpassen -- */

@media (max-width: 791px) {

  /* XS und SM */
  .textbox_headerbild_schwarz {
    margin-top: 210px;
    position: relative;
    background: #4b4b4b;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media (min-width: 568px) and (max-width: 791px) {

  /* nur SM */
  .textbox_headerbild_schwarz {
    margin-top: 300px;
  }
}


.textbox_headerbild_schwarz h1 {
  color: #FFF;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.textbox_headerbild_schwarz p.lead {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 17px;
}

/* -- Über uns - Mitarbeiter -- */

section.mitarbeiter {
  padding-bottom: 0;
}

.box_mitarbeiter {
  height: 250px;
}

.box_mitarbeiter img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.box_mitarbeiter h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

/* -- Standorte -- */

div.standorte_auswahl h3 {
  margin-top: 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #000;
}

div.standorte_auswahl select {
  width: 100%;
  padding: 5px;
  border-radius: 0;
  border: 0px;
}

div#adresse {
  margin-top: 30px;
}

/* -- Qualitätsversprechen -- */

section.quali_versprechen img {
  margin-top: 30px;
  margin-right: 15px;

}


/* -- Termine -- */

table.contenttable td {
  vertical-align: top;
  padding: 10px 5px 10px 0;
}

table.contenttable td:nth-child(1) {
  /* -- Datum -- */
  width: 80px;
}

table.contenttable td:nth-child(2) {
  /* -- Messename -- */
  font-weight: 500;
  width: 120px;
}

table.contenttable td:nth-child(3) {
  /* -- Messe Logo -- */
  width: 148px;
  height: 60px;
}

table.contenttable td:nth-child(4) {
  /* -- Ort -- */
  width: 134px;
}

table.contenttable td:nth-child(5) {
  /* -- Vertretung -- */
  width: 134px;
}

table.contenttable td img {
  max-width: 120px;
  height: auto;
  position: relative;
  top: -5px;
}

@media (max-width: 791px) {

  /* XS und SM */
  table.contenttable td img {
    max-width: 70px;
  }
}


/* =====================================
   Formatierung Kontakt / Impressum
   ===================================== */

.produktseite_textbereich.impressum p:first-of-type b,
.produktseite_textbereich.impressum p:first-of-type strong {
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 0;
  display: inline;
  color: inherit;
}

.produktseite_textbereich.impressum h2 {
  margin-bottom: 30px;
}


.impressum .panel-group {
  margin-top: 30px;
}

.impressum .panel-body img {
  width: 150px;
  height: auto;
}

.impressum .panel-body {
  font-size: 13px;
  line-height: 17px;
  padding-left: 0;
}

.impressum .panel-body .ce-uploads-fileName {
  display: none;
}

.impressum .panel-body .ce-uploads-description {
  padding-top: 18px;
}

.impressum .panel-body li {
  padding-left: 0;
}

.impressum .panel-body li:before {
  content: '';
}


/*--- Kontakt-Formular ---*/

#kontaktformular {
  margin-top: 30px;
}

#kontaktformular label {
  font-weight: 300;
  width: 120px;
  padding: 4px 0;
  margin: 3px 0;
}

#kontaktformular input,
#kontaktformular textarea {
  padding: 4px;
  margin: 3px 0;
  width: 80%;
  border: 1px solid #dadada;
}

#kontaktformular .fieldset_produkte {
  background: #f5f5f5;
  margin: 30px 0;
}

#kontaktformular .fieldset_produkte legend {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #CCC;
  margin: 0 15px;
  width: 585px;
}

#kontaktformular .fieldset_produkte ol {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#kontaktformular .fieldset_produkte li {
  float: left;
  display: block;
  width: 50%;
  padding: 5px;
  margin: 0;
}

#kontaktformular .fieldset_produkte label {
  width: 80%;
  float: right;
  padding: 0;
  margin: 0 30px 0 0;
}

#kontaktformular .fieldset_produkte input {
  width: auto;
  float: left;
}

#kontaktformular input.button_orange {
  background: #ff7d00;
  padding: 5px 15px 3px 15px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
  border: none;
  margin-top: 15px;
  width: 100%;
}


#kontaktformular .parsley-required {
  padding-left: 20px;

}




/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid black;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* default styles for extension "tx_form" */
div.csc-mailform ol,
div.csc-mailform ol li {
  margin: 0;
  padding: 0;
}

div.csc-mailform ol li {
  overflow: hidden;
}

div.csc-mailform fieldset {
  margin: 0;
  padding: 0;
  position: relative;
}

div.csc-mailform legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}

div.csc-mailform fieldset ol {
  padding: 1em 1em 0 1em;
}

div.csc-mailform fieldset li {
  padding: 0.5em;
  margin-bottom: 0.5em;
  list-style: none;
}

div.csc-mailform fieldset.submit {
  border-style: none;
}

/**
		 * Normal label
		 * Left aligned, in front of input
		 */
div.csc-mailform li label {
  float: left;
  width: 13em;
  margin-right: 1em;
  vertical-align: baseline;
}

div.csc-mailform li input+label,
div.csc-mailform li textarea+label,
div.csc-mailform li select+label {
  float: none;
  width: auto;
  margin-right: 0;
  margin-left: 1em;
}

div.csc-mailform li textarea+label {
  vertical-align: top;
}

label em,
legend em {
  display: block;
  color: #060;
  font-size: 85%;
  font-style: normal;
  text-transform: uppercase;
}

legend em {
  position: absolute;
}

label strong,
legend strong {
  display: block;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}

legend strong {
  position: absolute;
  top: 1.4em;
}

/**
		 * Labels alignment right
		 */
.labels-alignment-right label,
.labels-alignment-right .fieldset-subgroup legend,
.labels-alignment-right.fieldset-subgroup legend {
  text-align: right;
}

/**
		 * Horizontal fieldset
		 */
fieldset.fieldset-horizontal {
  border-width: 0;
}

fieldset.fieldset-horizontal ol {
  padding: 0;
}

fieldset.fieldset-horizontal li {
  float: left;
  padding: 0;
  margin-right: 1em;
}

fieldset.fieldset-horizontal.label-below label {
  display: block;
  margin-left: 0;
  margin-top: 0.2em;
  font-size: 90%;
  color: #999999;
  text-align: left;
}

fieldset.fieldset-horizontal label em {
  display: inline;
}

/**
		 * Subgroup fieldset
		 */
fieldset.fieldset-subgroup {
  margin-bottom: -2em;
  border-style: none;
}

fieldset.fieldset-subgroup legend {
  margin-left: 0;
  padding: 0;
  font-weight: normal;
  width: 13em;
}

fieldset.fieldset-subgroup ol {
  position: relative;
  top: -1.4em;
  margin: 0 0 0 14em;
  padding: 0;
}

fieldset.fieldset-subgroup li {
  padding: 0;
}

fieldset.fieldset-subgroup input+label {
  float: none;
  width: auto;
  display: inline;
  margin: 0 0 0 1em;
}

/**
		 * Labels as block
		 * Labels displayed above or below the input fields
		 */
.labels-block label {
  display: block;
  float: none;
  margin: 0 0 0.5em;
  width: auto;
}

.labels-block input+label,
.labels-block textarea+label {
  margin: 0.5em 0 0;
}

.labels-block fieldset.fieldset-subgroup,
fieldset.labels-block.fieldset-subgroup {
  margin-bottom: 0;
}

.labels-block .fieldset-subgroup legend,
.labels-block.fieldset-subgroup legend {
  width: auto;
}

.labels-block .fieldset-subgroup legend em,
.labels-block.fieldset-subgroup legend em {
  position: relative;
}

.labels-block .fieldset-subgroup legend strong,
.labels-block.fieldset-subgroup legend strong {
  position: relative;
  top: 0;
}

.labels-block .fieldset-subgroup ol,
.labels-block.fieldset-subgroup ol {
  top: 0;
  margin: 0;
  padding: 0.5em 0 0;
}

/* default styles for extension "tx_felogin_pi1" */
.tx-felogin-pi1 label {
  display: block;
}








/*--- Kontakt-Adressen ---*/

.kontaktadressen .col-lg-8 {
  margin-top: -20px;
}

.kontaktadressen h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 18px;
  margin-top: 20px;
  color: #000;
}

/* =====================================
   Formatierung Servicebalken
   ===================================== */

.servicebalken {
  background: #ff7d00;
  color: #FFF;
  font-size: 30px;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  padding: 15px 0;
  line-height: 1.1;
}

.servicebalken .kontakttext {
  position: relative;
  top: 5px;
}

.servicebalken .kontaktdaten {
  font-weight: 500;
}


.servicebalken .kontaktdaten p {
  margin: 0;

}

.servicebalken .kontaktdaten a {
  color: #FFF;
}

.servicebalken .kontaktdaten b,
.servicebalken .kontaktdaten strong {
  font-size: 60%;
  font-weight: 300;
  color: #fdbd85;
}

@media (min-width: 792px) {

  /* MD und größer*/
  .servicebalken .kontaktdaten {
    font-size: 115%;
  }
}




/* =====================================
   Formatierung Footer
   ===================================== */

.footer {
  background: #4b4b4b;
  font-size: 13px;
}

.footer h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
}

.footer ul {
  margin: 0 20px 15px 0;
  padding: 0;
}

.footer ul li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer ul li:before {
  content: '';
  padding-right: 0;
}

.footer ul li a {
  display: block;
  color: #9c9c9c;
  padding: 2px 0;
}

.footer .adresszeile {
  color: #9c9c9c;
  border-top: 1px solid #9c9c9c;
  margin: 30px 12px 30px 12px;
  padding-top: 25px;
}

.footer .adresszeile a {
  color: #9c9c9c;
}

@media (max-width: 567px) {

  /* XS */
  .footer .adresszeile img {
    margin-right: 10px;
  }
}




/* =====================================
   my ESPERA
   ===================================== */

.downloadbereich.myESPERA.myLogin legend {
  display: none;
}

.downloadbereich.myESPERA.myLogin fieldset {
  margin-top: 20px;
  border-top: 1px solid #CCC;
  padding-top: 18px;
}

.downloadbereich.myESPERA.myLogin fieldset input[type=submit] {
  background: #ff7d00;
  color: #FFF;
  border: 0px;
  margin-top: 15px;
  padding: 3px 10px;
}

.downloadbereich.myESPERA.myVideo .produktseite_textbereich ul li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e009";
  font-size: 440%;
  color: #efefef;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}

.trainings-search-bar .settings .search label::before {

  font-family: 'Glyphicons Halflings';
  content: "\e003"

}


.trainings-search-bar .settings .training-typ a.alle-trainings::before {
  background: #888;
}

.downloadbereich.myESPERA.myVideo .produktseite_textbereich ul li {
  padding-left: 90px;
}

.downloadbereich.myESPERA.myFoto ul li img {
  border: 0px;
  height: 75px;
  width: auto;
  position: absolute;
  top: 13px;
  left: 0;
}

.downloadbereich.myESPERA.myFoto ul li div {
  margin-left: 140px;
}

.downloadbereich.myESPERA.myAnzeigen ul li img {
  float: none;
  display: block;
  margin-bottom: 10px;
}

.datenschutzlabel {
  float: right;
  width: 80%
}



@media (max-width: 650px) {
  #image-reel img {
    width: 320px !important;
    height: 256px !important;
  }

  #image-reel {
    width: 320px !important;
    height: 256px !important;
  }
}

@media (max-width: 520px) {
  .datenschutzlabel {
    width: 90%
  }
}

@media (min-width: 791px) {
  .datenschutzlabel {
    max-width: 455px;
    width: 100%;
  }
}



@media (min-width: 1000px) {
  .datenschutzlabel {
    max-width: 585px;
    width: 100%
  }
}


#c3023 #kontaktformular {
  margin-top: 0 !important;
}

#c3023 li.e_mail {
  margin-bottom: 18px;
}

.slider {
  position: relative;
}


.button_holder {
  position: absolute;
  z-index: 50;
  display: none;
  top: 74px;
  right: 71px;
}


@media (min-width: 791px) {
  .button_holder {
    top: 22px;
  }
}

#parsley-id-19 {
  width: 100%;
}

#kontaktformular .fieldset_produkte li.others {
  display: none;
}

#page_30 label {
  width: 100px;
}

.case_kachel_bild img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;

}

.case_kachel_bild {
  height: 150px;
  overflow: hidden;
}

.case_kachel {
  height: auto !important;
  background-color: #fff !important;
}

.case_kachel h2 {
  color: #4b4b4b;
  margin-bottom: 5px;
  margin-top: 30px !important;
  font-size: 25px;

}

.case_kachel h2 {
  margin-bottom: 5px;
  margin-top: 1rem !important;
  font-size: 25px;
}

.case_kachel .button_orange {
  position: relative !important;
  bottom: 0 !important;
  width: 100% !important;
  margin-bottom: 3rem;
}


@media(max-width: 832px) {

  .register-login {
    left: 0 !important;
  }

  .register-login .content {
    padding: 1rem;
  }

  .tx-sf-event-mgt .training-details .content {
    display: table !important;
  }

  .tx-sf-event-mgt .training-details .content .left-content {
    padding: 10px;
  }

  .tx-sf-event-mgt .training-details .content .right-content {
    padding: 10px;
  }

  .enjoy-form {
    padding: 15px;
  }

  .enjoy-form .form-elements {
    display: table;
  }
}

/* Trainingskalender */
.header-img-wrapper {
  position: relative;
  height: auto;
  width: 100%;
}

.header-img-wrapper img {
  height: auto;
  width: 100%;
}

.header-img__content {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-img__content a.button_orange {
  width: fit-content;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}

.header-img__content a.button_orange::before {
  font-size: 19px;
}

@media(max-width: 920px) {
  .header-img__content a.button_orange {
    font-size: 15px;
  }

  .header-img__content a.button_orange::before {
    font-size: 13px;
  }

  .header-img-wrapper img {
    min-height: 500px;
    object-fit: cover;
  }
}