 @font-face {
    font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
    src: url("../fonts/open-sans/light.woff");
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans/light.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans/regular.woff) format('woff');
}

 @font-face {
    font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
    src: url("../fonts/open-sans/semibold.woff");
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/open-sans/semibold.woff) format('woff');
}

 @font-face {
    font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
    src: url("../fonts/open-sans/bold.woff");
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans/bold.woff) format('woff');
}

 @font-face {
    font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
    src: url("../fonts/open-sans/extrabold.woff");
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../fonts/open-sans/extrabold.woff) format('woff');
}


html {
  margin: 0;
  padding:0;
  position: relative;
  min-height: 100%;
}
body {
  margin: 163px 0 0 0;
  padding:0;
  background-color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 767px) {
  body {
    margin: 50px 0 0 0;
  }
}



h1 {
  font-size: 23px;
  font-weight: 700;
  color: #003da5;
  text-transform: uppercase;  
  margin-bottom: 25px;
}

h2 {
  font-size: 23px;
  font-weight: 700;
  color: #003da5;
  margin-bottom: 20px;
}

#startseite h1 {
  font-size: 23px;
  font-weight: 700;
  color: #003da5;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #003da5;  
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #003da5;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  color: #003da5;
  text-transform: uppercase;
}
h6 {
  font-size: 14px;
  font-weight: 700;
  color: #003da5;
}

.subheadline {
  font-size: 16px;
  margin-bottom: 20px;
}
.subheadlineUpper {
  font-size: 16px;
  text-transform: uppercase;
}


hr { 
  background:#595959; 
  border:0; 
  height:1px; 
  margin: 10px 0 15px;
}
/* wenn hr nach einer h1 eingefügt wird */
h1 + hr {
  display: block;
  margin-bottom: 45px;
  height:1px; 
  background:#595959; 
  border:0; 
}

/* eingefuegt da reihenfolge in typo3 anders ist*/
/* wenn hr nach einer h1 eingefügt wird */
h1 + div > hr {
  background: #595959 ;
    border: 0 none;
    display: block;
    height: 1px;
    margin-bottom: 45px;
    margin-top: -15px;
}

b { font-weight: 700; }

.blau   {  color: #003da5; }
.weiss   {  color: #fff; } 
.grau   {  color: #555; }
.blaufett {  color: #003da5; font-weight: 700; }

.bg-dunkelblau { background-color: #003da5;}
.bg-hellblau { background-color: #2a6ebb;}
.bg-hellgrau { background-color: #e6e6e6;}

.right { text-align: right; }
.uppercase {  text-transform: uppercase !important; }

.test1 { background-color: #faa;}
.test2 { background-color: #afa;}

.blockquoteBlau {
  font-weight: 700;
  color: #003da5;
  text-transform: uppercase !important;
  margin: 20px auto;
}
.blockquoteGrau {
  font-weight: 700;
  color: #3d3d3d;
  margin: 20px auto;
}

span.fa-file-pdf-o::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-right: 10px;
}

.download-box-bottom .fa-file-pdf-o
{
  color:#fff;
  font-size:16px;
}

.fa-facebook-square
{
	font-size: 27px !important;
}

/**** BEGIN links allgemein ****/
a,
a:link,
a:visited {
    color: #2a6ebb;
    text-decoration: none;
}

a:hover
{
  color: #2a6ebb;
    text-decoration: underline;
}

/**** END links allgemein ****/

/********** BEGIN NAVIGATION **********/
.navbar-default {
  border:none;
}

.navbar {
  margin-bottom: 0px;
  height: 149px;
  background-color: #fff;
  color: #fff;
  z-index: 1001;
}

/* angepasst für Logo statt Text */
.navbar-brand {
  margin-top: 0px;
  padding: 0 0 0 15px;
  margin-bottom: 0px;
  height: 100%;
  float:left;
  display: inline-block; 
}



/* ---------------------------- SUCHE ---------------------------- */
.suche {
  position: absolute;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 599px) {
  .suche {
    margin-top: 12px;
    margin-left: 97px;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .suche {
    margin-top: 12px;
    margin-left: 97px;
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .suche {
    float: right !important;
    margin-top: 27px;
    margin-left: 515px;
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .suche {
    float: right !important;
    width: 200px;
    margin-top: 27px;
    margin-left: 728px;
  }
}
@media (min-width: 1200px) {
  .suche {
    float: right !important;
    width: 200px;
    margin-top: 27px;
    margin-left: 933px;
  }

}

.suche .input-group .form-control {
  border: none;
  border-radius: 0;
  height: 25px;
  padding: 2px 6px;
  box-shadow: none;
  font-size: 14px;
  background-color: #e9e9e9;
}
.btn-suche {
  border: none;
  border-radius: 0;
  height: 25px;
  padding: 2px 8px;
  color: #003da5;
  background-color: #e9e9e9;
}
 
/* Radius Suchfeld und Button */
@media (max-width: 767px) {
  .suche > .input-group > .form-control,
  .btn-suche {
    border-radius: 7px;
  }
  /* Radius rechts nullen für Suchfeld */
  .suche > .input-group > .form-control {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .suche{
    margin-left: 120px;
  }
}
/* ---------------------------- END SUCHE ---------------------------- */




/* ---------------------------- SPRACHWAHL FLAGGEN ---------------------------- */
/* Desktop: aktive Sprache farbig, inaktive ausgegraut */
.sprachwahl .flag {
  height: 22px;
  width: auto;
  vertical-align: middle;
  opacity: 0.45;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}
.sprachwahl li.active .flag,
.sprachwahl a:hover .flag,
.sprachwahl a:focus .flag {
  opacity: 1;
  filter: none;
}
/* Mobile-Dropdown: Flagge neben Label, voll farbig */
.dropdown-menu .flag {
  height: 18px;
  width: auto;
  margin-right: 6px;
  vertical-align: middle;
}
/* ---------------------------- END SPRACHWAHL FLAGGEN ---------------------------- */

#navbar {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width:768px) and (max-width: 991px) {
  #navbar {
    font-size: 12.2px;
    font-weight: 600;
  }
}


@media (min-width:768px)  {
  #navbar * a {
    color: #fff;
    text-transform: uppercase;
    background-color: #003da5;
    padding: 13px 10px 12px 10px;
  }

  #navbar .sprachwahl a {
    background-color: transparent;
    padding: 4px 6px;
  }
  #navbar .sprachwahl a:hover,
  #navbar .sprachwahl a:focus {
    background-color: transparent;
  }
  
  #navbar * a:hover, 
  #navbar * a:focus {   
    background-color:#2a6ebb; 
  }
  .navbar-brand img{
    width: auto;
    height: 60px;
    margin-top: 4px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  #navbar * a {
    padding: 5px 4px;
  }
}

@media (min-width: 992px) {
  /* Hauptmenü-Links (display:inline): 13px oben + ~18px Textzeile + 12px unten = 43px,
     die dunkelblaue Leiste ist aber nur 40px hoch -> 3px ragten unten raus (seit Schrift +2px).
     padding-bottom 9px schließt bündig mit der Leisten-Unterkante ab; Baseline/Text bewegt sich nicht.
     Bewusst NUR >=992px: im Tablet-Bereich gilt oben das eigene 5px-Padding. */
  #navbar .mainmenu > ul > li > a {
    padding-bottom: 9px;
  }
}




@media (min-width: 768px) {
  
  #navbar li.active > a:link {
    color:#2a6ebb;
  }

  .nav > li {   background-color: #003da5;  }
  .nav > li > a {  display: inline-block;  }

  .nav { 
    margin-top: 40px; 
    margin-left: 13px;
  }
  
  .navbar-nav > li:first-child {
    position: absolute;
    float: none !important;
    margin-bottom: 26px;
    font-weight: 400;
  }
  
  .sprachwahlNORMAL {
    position: absolute;
    float: none !important;
    margin-bottom: 41px;
    font-weight: 400;
  }
  .sprachwahlNORMAL li:first-child::after {
    content: "";
    margin-left: 0;
  }
  .sprachwahl {
    list-style: none;
    padding-left: 0;
  }
  .sprachwahl > li {
    float: left !important;
  }
  .sprachwahl > li:first-child > a {
    margin-left: 5px !important;
  }
  .sprachwahl > li > a {
    text-decoration:none;
    padding: 4px !important;
  }
  .sprachwahl > li.active > a:link,
  .sprachwahl > li.active > a:visited  {
    color: #2a6ebb !important;
    font-weight: 700;
  }

}




/* LOGIN BUTTON */
@media (min-width:768px) {
  #login a {
    background-color:#2a6ebb;
    font-size: 14px;
    font-weight: 600;
  }
  .navbar{
    height: 109px;
  }
}
@media (min-width:768px) and (max-width: 991px)  {
  #login a {
    font-size: 13px;
    margin-left: 5px;
  }
}
/*
@media (min-width:992px) { 
  #login a { margin-left: 75px; }
}
@media (min-width:1200px) {
  #login a { margin-left: 280px; }
}
*/
/* END LOGIN BUTTON */




/* BEGIN DROPDOWN CSS */
@media (min-width:768px) {
  
  
  
  .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    /* --- */
    background-clip: padding-box;
    background-color: #003da5; /* #003da5 */
    border: none;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    min-width: 130px;
    top: 100%;
    z-index: 1000;
  }
  
  .navbar-nav > li:nth-child(3) > .dropdown-menu { /* >> Produkte */
    margin-top: 9px;
    margin-left: -15px;
    padding: 0 !important; 
  }
  .navbar-nav > li:nth-child(3) > .dropdown-menu > li > a {
    padding: 11px 27px !important;
  }

  
  .dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 11px 12px !important;
    white-space: nowrap;
    text-transform: none !important;
  }
  
  
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background-color: #2a6ebb !important;
    color: #fff !important;
    text-decoration: none;
  }
  
  .alter-header .navbar-header{
    height: 69px; /* nur der weiße Bereich oberhalb der blauen Navi-Leiste (dunkelblauer-header ab 69px) — 109px stammt vom alten großen Logo und stanzte ein weißes Loch in die Leiste */
    background-color: #fff;
    width: 137px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li:nth-child(3) > .dropdown-menu > li > a { /* >> Produkte */
    padding-left: -10px !important;
  }
}
  
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu > li > a {
    font-size: 13px !important;
    padding: 9px 9px !important;
  }
}


/* END DROPDOWN CSS */


/* ====================================================== */

/*** MOBIL NAVIGATION  < 768 ***/
@media (max-width: 767px) {
  .navbar {
    height: 50px;
    margin-left: -15px;
  }
  .logo { 
    height: 50px; 
    background-color: #fff;
  }

  
  /* BEGIN HAMBURGER */
  .navbar-default .navbar-toggle { /* Rahmen um Hamburger */
    border-color: transparent;
  }
  .navbar-toggle {
    position: relative;
    height:49px;
    padding: 2px 18px;
    background-color: #2a6ebb;
    background-image: none;
    border: none;
    border-radius: 0px;
    float: right;
    margin: 0;
  }
  .navbar-default .navbar-toggle:hover, /* Hamburger Hover/Focus Farbe */
  .navbar-default .navbar-toggle:focus {
    background-color: #2a6ebb;
  }
  .navbar-default .navbar-toggle .icon-bar { /* Hamburger-Striche */
    background-color: #fff;
    height: 3px;
    width: 17px;
    margin-bottom: -1px;
  }
  /* END HAMBURGER */
  
  
  
  
  #navbar {
    border: 0px;
    margin-left: auto;
    margin-right: -15px;
    padding: 0px;
    width: 230px; /* 230 */
    text-align: center;
    font-weight: 600;
    font-size: 13px;
  }
  
  
  
  /* Klappt nicht, Idee: Wenn Mobile navigation auf, Hintergrund wie bei Modal halbtransparent verdeckt*/
  .navbar-open-bg {
    display: none;  
  }
  
  .navbar-fixed-bottom .navbar-collapse, 
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%; /* 340 */
  }
  
  .navbar-nav {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
  }
  

  
  /* HAUPTmenüpunkte */
  .navbar-nav > li {
    border-bottom: 1px solid #111;
  }
  .navbar-default .navbar-nav > li > a {
    background-color: #3d446a;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li.dropdown.open > a {
    background-color: #03326c;
    color: #fff;
  }
  
  
  
  /* UNTERmenüpunkte */
  .dropdown-menu {
    padding: 0;
    font-size: 13px;
  }
  .dropdown-menu > li > a {
    background-color: #0069b4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, 
  .navbar-nav .open .dropdown-menu > li {
    border-bottom: 1px solid #003761;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    padding: 10px 25px 10px 25px;
    /*padding: 5px 15px 5px 25px;*/
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a.active  {
    background-color: #0086e6;
    color: #fff;
  }
  
  
  .navbar-default .navbar-nav > li.open > a:before, /* Icon UP vor und nach Sprachwahl */
  .navbar-default .navbar-nav > li.open > a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d8";
  }
  .navbar-default .navbar-nav > li.open > a:before { /* Abstand Icon */
    right: 10px;
  }
  .navbar-default .navbar-nav > li.open > a:after { /* Abstand Icon */
    left: 10px;
  }
  /* UNTERmenüpunkte */
  
  
  /* SPRACHWAHL */
  .navbar-default .navbar-nav > li:first-child > a {
    background-color: #212121;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .navbar-default .navbar-nav > li:first-child > a:before, /* Icon DOWN vor und nach Sprachwahl */
  .navbar-default .navbar-nav > li:first-child > a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d7";
  }
  .navbar-default .navbar-nav > li:first-child > a:before { /* Abstand Icon */
    right: 10px;
  }
  .navbar-default .navbar-nav > li:first-child > a:after { /* Abstand Icon */
    left: 10px;
  }
  
  .navbar-default .navbar-nav > li:first-child.open > a:before, /* Icon UP vor und nach Sprachwahl */
  .navbar-default .navbar-nav > li:first-child.open > a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d8";
  }
  .navbar-default .navbar-nav > li:first-child.open > a:before { /* Abstand Icon */
    right: 10px;
  }
  .navbar-default .navbar-nav > li:first-child.open > a:after { /* Abstand Icon */
    left: 10px;
  }
  
  .navbar-default .navbar-nav > li:first-child > a:hover,
  .navbar-default .navbar-nav > li:first-child > a:focus {
    background-color: #212121;
  }
  
  .navbar-default .navbar-nav > li:first-child > .dropdown-menu > li > a {
    background-color: #555;
  }
  /* END SPRACHWAHL */
  


  /* LOGIN */
  #login > a {
    background-color: #2a6ebb;
  }
  /* END LOGIN */
  
}
/*** END MOBIL NAVIGATION  <768 ***/


/* ****************** END NAVIGATION ****************************** */

/************ BEGIN CONTENT CSS ************/

/* ***** KATALOGBESTELLUNG ***** */
@media (min-width: 1480px) {
  .navbar > .container::after, 
  .navbar-collapse::after, 
  .navbar-header::after, 
  .navbar::after, 
  .navbar > .row::after {
    clear: none !important;
    display: inline !important;
  }

  .katalogbestellung {
    position: absolute;
    top: 60px;
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 0px;
    border: none;
    z-index: 1000;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    right: 7px;
    text-align: right;
  }

  .btn-katalog {
    display: inline-block;
    margin-top: 3px; /* zentriert den 32px-Button in der 40px-Leiste (4px Luft oben+unten); bei 5px sass er 6/2 */
    border-radius: 0px;
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 700;
    white-space: normal;
    color: #003da5;
  }
  .btn-katalog:hover {
    color: #003da5;
  }

  .visible-max1479 {  display: none;  }
  .visible-min1480 {  display: block; }

  .alter-header .navbar-header{
    height: 69px; /* siehe Regel im (min-width:768px)-Block: weiß nur oberhalb der blauen Navi-Leiste */
    background-color: #fff;
    width: 137px;
  }
}



@media (min-width: 768px) and (max-width: 1479px) {
  .katalogbestellung {
    position: absolute;
    transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: 0;
    margin-top: 180px;
    margin-right: -67px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background-color: #2a6ebb;
    border-radius: 0px;
    border: none;
  }
  
  .btn-katalog {
    display: inline-block;
    margin-top: 0;
    padding: 7px 10px 15px; 
    background-color: #2a6ebb;
    color: #fff;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 700;
    white-space: normal;
  }
  .btn-katalog:hover {
    background-color: #003da5;
    color: #fff;
  }
  
  .visible-min1480 {  display: none;  }
  .visible-max1479 {  display: block; color: #fff;  }

  .close {
    color: #fff;
    float: right;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: none;
    margin: 4px 8px 14px;
  }
  .close:hover,
  .close:focus {
    color: #fff;
    opacity: 1;
  }
}


@media (max-width: 767px) { 
  .katalogbestellung {
    position: absolute;
    transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: 0;
    top: 100px;
    margin-top: 120px;
    margin-left: -54px;
    border-radius: 0px;
    border: none;
    width: auto;
    height: auto;
    padding: 0px;
    background-color: #2a6ebb;
    z-index: 1000;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4);
  }
  
  .btn-katalog {
    display: inline-block;
    margin-top: 0;
    padding: 15px 10px 7px; 
    background-color: #2a6ebb;
    color: #fff;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 700;
    white-space: normal;
  }
  .btn-katalog:hover {
    background-color: #003da5;
    color: #fff;
  }
  
  .visible-min1480 {  display: none; }
  .visible-max1479 {  display: block; color: #fff;  }
  
  
  .katalogbestellung > .close {
    color: #fff;
    float: right;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: none;
    margin: 14px 10px 4px;
    /*padding: 5px;*/
  }
  .katalogbestellung > .close:hover,
  .katalogbestellung > .close:focus {
    color: #fff;
    opacity: 1;
  }
}
/* ***** END KATALOGBESTELLUNG ***** */



/* ***** MODAL ***** */
.modal {
  top: 14%;
  color: #555;
}
.modal-dialog {
    width: 350px;
  height: 330px;
}

.modal-header,
.modal-footer {
  border:none;
}


.modal-header > button.close {
  color: #111;
  background: transparent;
}

.modal-title {
  color: #003da5;
  font-weight: 700;
  font-size: 26px;
}
.modal-title + p {
  color: #003da5;
  font-weight: 400;
  font-size: 20px;
}

.modal-body {
  color: #000;
  padding: 0 15px;
}

.modal-content {
  background-clip: padding-box;
  background-image: url('../img/modal-bg.gif');
  border: 4px solid #fff;
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: 0 none;
  position: relative;
}

#modalform * input,
#modalform * textarea {
  border: none;
  border-radius: 0px;
  font-size: 14px;
  color: #3a3a3a;
}


#modalform * textarea {
  height: 8em;
}

.modal-body * .form-group {
    margin-bottom: 7px;
}
.modal-body * .form-group > textarea {
  margin-top: 5px;
}


.modal-footer {
  text-align: left;
  padding: 0 0 15px 0;
}

.btn-modal {
  display: inline-block;
  padding: 3px 6px;
  margin-top: 10px;
  border-radius: 0px !important;
  border: none !important;
  background-color: #003da5;
  text-transform: uppercase;
  font-size:13px !important;
  font-weight: 600;
  white-space: normal;
  color: #fff !important;
}
.btn-modal:focus {
  background-color: #003da5;
  color: #fff;
}
.btn-modal:hover {
  background-color: #2a6ebb;
  color: #fff;
}
.btn-modal:active,
.btn-modal:active:focus   {
  background-color: #0003a8;
  color: #fff;
}

@media (min-width: 360px) and (max-width: 767px) {
  .modal-dialog {
    margin: 5px auto;
  }
}

@media (max-width: 359px) {
  .modal {
    top: 10%;
  }
  .modal-dialog {
    margin: 5px auto;
     width: 310px;
    height: 330px;
  }
  
}
/* ***** END MODAL***** */







/* ***** CONTENT ***** */
.container-content { margin-bottom: 40px; }

.content-wrapper
{
  min-height: 400px;
}


.slider_header
{
  font-size: 23px;
  font-weight: 700;
  color: #003da5;
  text-transform: uppercase;  
  margin-bottom: 25px;
}


/* ***** PRODUKTBOXEN STARTSEITE ***** */

.produktboxen {
  /* Positionieren über Slider.
    Bei XS unter Slider. >> s. Mediaquery unten
  */
  margin-top: -194px
}

.produktbox { 

}

.produktbox .produktbild,
.produktbox:hover .produktbild {
  overflow: hidden !important;
}

.produktbox .produktbild img {
  /*transition: all .2s ease-in-out;*/
  /*transform: scale(1); Das sollte hier nicht stehen. Beim Hovern kommt sonst erst ein flackern, danach wird die Animation ausgefuehrt */
  -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -o-transition: all 0.2s ease; /* IE 9 */
    -ms-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.produktbox:hover .produktbild img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.produktbox:hover div.produktbezeichnung {
  background-color: #2a6ebb;
}
.produktbox a,
.produktbox a:link {
  color: #fff;
  display: block;
  text-decoration: none;
}
.produktbox a:visited {
  color: #eee;
}
.produktbox:hover a,
.produktbox:hover a:link,
.produktbox a:hover,
.produktbox a:active {
  color: #fff;
}


.produktbild {
  border: 1px solid #000;
}
.produktbild img {
  margin: auto;
}

div.produktbezeichnung {
  background-color: #003da5;
  color:#fff;
  padding: 5px 9px;
  font-size: 13px;
  /* 60px liessen den dreizeiligen Kacheltiteln (beta, delta) seit der
     Schriftvergroesserung keinen Abstand zum unteren Rand mehr. */
  height: 72px;
  /*hyphens: auto; DoNotUse */
  word-wrap: break-word;
}
div.produktbezeichnung p:first-child {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
  }
div.produktbezeichnung p:last-child {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .produktboxen {
    /* Positionieren über Slider.
      Bei XS unter Slider. >> s. Mediaquery unten
    */
    margin-top: -161px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .produktboxen {
    /* Positionieren über Slider.
      Bei XS unter Slider. >> s. Mediaquery unten
    */
    margin-top: -124px;
  }

  .produktbox { 
    padding-left:5px;
    padding-right:5px;
  }

  .produktbox a,
  .produktbox a:link {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .produktbox a:visited {
    color: #eee;
  }
  .produktbox:hover a,
  .produktbox:hover a:link,
  .produktbox a:hover,
  .produktbox a:active {
    color: #fff;
  }

  div.produktbezeichnung p:first-child {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 12.5px;
      word-wrap: break-word;
    }
  div.produktbezeichnung p:last-child {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    word-wrap: break-word;
  }

} /* END MEDIAQUERY */




@media (max-width: 767px) {

  .container-content { margin-bottom: 10px; }
  
  .produktboxen {
    /* Positionieren über Slider. 
      Bei XS unter Slider. */
    margin-top: 0;
  }

  .produktbox {
    float:left;
    position: relative;
    width: 33.33333%;
    padding: 1px 1px 33.33333% 4px;
  }
  
  .produktbild {
    display: none !important;
  }
  div.produktbezeichnung {
    position:absolute;
    height:90%; /* = 100% - 2*5% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 33% 5%;
    
    background-color: #2a6ebb;
    text-align: center;
  }
  div.produktbezeichnung p:first-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
  }
  div.produktbezeichnung p:last-child {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  
  
  .produktbox:hover div.produktbezeichnung {
    background-color: #03326c;
  }
  .produktbox a,
  .produktbox a:link {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .produktbox a:visited {
    color: #eee;
  }
  .produktbox:hover a,
  .produktbox:hover a:link,
  .produktbox a:hover,
  .produktbox a:active {
    color: #fff;
  }
  
} /* END MEDIAQUERY */

@media (min-width: 360px) and (max-width: 599px) {
  div.produktbezeichnung {
    padding: 23% 4%;
  }
  div.produktbezeichnung p:first-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
  }
  div.produktbezeichnung p:last-child {
    margin-top: 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
  }
} /* END MEDIAQUERY */ 



@media (max-width: 359px) {
  div.produktbezeichnung {
    padding: 21% 4%;
  }
  div.produktbezeichnung p:first-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 11px;
  }
  div.produktbezeichnung p:last-child {
    margin-top: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  
  
  .produktbox:hover div.produktbezeichnung {
    background-color: #03326c;
  }
  .produktbox a,
  .produktbox a:link {
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
  }
  .produktbox a:visited {
    color: #eee;
  }
  .produktbox:hover a,
  .produktbox:hover a:link,
  .produktbox a:hover,
  .produktbox a:active {
    color: #fff;
  }
  
} /* END MEDIAQUERY */

/* ***** END PRODUKTBOXEN STARTSEITE ***** */



/* ***** BREADCRUMB ***** */
.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    list-style: outside none none;
    margin-left: -15px;
  margin-bottom: 0px;
    padding: 8px 15px;
}
.breadcrumb > li + li::before {
    color: #555;
    content: "| ";
    padding: 0px;
}

.breadcrumb a.current  {  color: #666;  }
/* ***** END BREADCRUMB ***** */



/* ***** Suche und Suchergebnis ***** */
.input-group-insite {
  display: inline;
}

.input-group-insite p {
  font-size: 18px;
  color: #003da5;
}

.suchfeld-insite {
  background-color: #e6e6e6;
  border: none;
  border-radius: 0;
  width: 33% !important;
  float:none !important;
}
@media (max-width: 767px) {
  .suchfeld-insite {
    width: 75% !important;
  }
}

.btn-suche-insite {
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #2a6ebb;
  color: #fff;
  border: none;
  border-radius: 0;
}
.btn-suche-insite:hover,
.btn-suche-insite:active {
  background-color: #003da5;
  color: #fff;
}

.suchtreffer {
  display: block;
  margin-bottom: 20px;
}
.suchtreffer p { margin: 0; }

.suchtreffer p:first-child,
.suchtreffer p:last-child {
  font-weight: 700;
}

.tx-indexedsearch-redMarkup
{
  color:#555 !important;
}

.tx-indexedsearch-whatis
{
  display:none;
}

.tx-indexedsearch-browsebox
{
  margin-bottom:15px;
}

/* --- Suchergebnisseite, eigene Templates unter
   px_misc/Resources/Private/Extensions/IndexedSearch/ --- */

/* Suchfeld wie die Suchbox im Header, nur größer */
.hsb-searchbox {
  margin-bottom: 25px;
}
.hsb-searchbox-group {
  max-width: 640px;
}
.hsb-searchbox-group .form-control {
  height: 42px;
  border-radius: 0;
  border-color: #ccc;
  box-shadow: none;
}
.hsb-searchbox-group .btn-suche {
  height: 42px;
  padding: 2px 18px;
  background-color: #003da5;
  color: #fff;
  font-size: 16px;
}
.hsb-searchbox-group .btn-suche:hover,
.hsb-searchbox-group .btn-suche:focus,
.hsb-searchbox-group .btn-suche:active {
  background-color: #2a6ebb;
  color: #fff;
}
.hsb-searchbox-advanced {
  margin-top: 12px;
}
.hsb-searchbox-advanced .form-control {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

/* Suchwort + Anzahl. Beide Sätze liefen ohne Trenner ineinander -> Mittelpunkt */
.hsb-search-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
}
.hsb-search-info .tx-indexedsearch-info-sword {
  display: inline-block;
}
.hsb-search-count {
  display: inline-block;
}
.hsb-search-info .tx-indexedsearch-info-sword + .hsb-search-count::before {
  content: "\00b7";
  margin: 0 8px;
  color: #999;
}

/* Ein Treffer: Icon links, Inhalt rechts */
.hsb-searchresult {
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.hsb-searchresult-icon {
  flex: 0 0 auto;
  margin-right: 15px;
  color: #2a6ebb;
  font-size: 30px;
  line-height: 1;
}
.hsb-searchresult-body {
  flex: 1 1 auto;
  min-width: 0; /* sonst sprengen lange URLs den Flex-Container */
}
.hsb-searchresult-title {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.3;
}
.hsb-searchresult-title a {
  color: #003da5;
}
.hsb-searchresult-title a:hover,
.hsb-searchresult-title a:focus {
  color: #2a6ebb;
}

/* Zeile mit Datum und Relevanz */
.hsb-searchresult-meta {
  margin-bottom: 6px;
  color: #777;
  font-size: 13px;
}
.hsb-searchresult-date {
  margin-right: 15px;
}
.hsb-searchresult-rating {
  display: inline-block;
  white-space: nowrap;
}
.hsb-searchresult-rating-label {
  margin-right: 6px;
}
/* Balkenbreite kommt als Inline-Style aus dem Template */
.hsb-searchresult-rating-track {
  display: inline-block;
  width: 90px;
  height: 6px;
  vertical-align: middle;
  background-color: #e0e0e0;
}
.hsb-searchresult-rating-bar {
  display: block;
  height: 100%;
  max-width: 100%;
  background-color: #2a6ebb;
}

.hsb-searchresult-text {
  margin: 0;
  color: #333;
}
.hsb-searchresult-subresults {
  margin-top: 10px;
  padding-left: 15px;
  border-left: 2px solid #e0e0e0;
}
.hsb-searchresult-subresults .hsb-searchresult {
  border-bottom: none;
  padding: 8px 0;
}

.hsb-search-noresult {
  padding: 18px 0;
  color: #555;
}

/* Blätternavigation in HSB-Blau */
.hsb-pagination-wrap {
  margin: 20px 0 30px;
}
.hsb-pagination {
  margin: 0;
}
.hsb-pagination > li > a {
  color: #003da5;
  border-radius: 0;
}
.hsb-pagination > li > a:hover,
.hsb-pagination > li > a:focus {
  color: #fff;
  background-color: #2a6ebb;
  border-color: #2a6ebb;
}
.hsb-pagination > li.active > a,
.hsb-pagination > li.active > a:hover,
.hsb-pagination > li.active > a:focus {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}

@media (max-width: 767px) {
  .hsb-searchresult-icon {
    margin-right: 10px;
    font-size: 24px;
  }
  .hsb-searchresult-title {
    font-size: 16px;
  }
  .hsb-searchbox-group .form-control,
  .hsb-searchbox-group .btn-suche {
    height: 38px;
  }
}
/* ***** END Suche und Suchergebnis ***** */






/* ***** INFOBOX ***** */
.infobox {
  max-width: 160px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .infobox {
    max-width: initial;
  }
}
/* Dateiliste (Content-Element "Download-Box"): ersetzt seit 08/2026 die Kacheloptik.
   Die .infobox-Regeln darunter werden dadurch nicht mehr gerendert (geprüft: 0 Vorkommen
   auf allen 403 Seiten). Sie bleiben stehen, damit ein Rückbau auf Kacheln möglich ist. */
a.dateiliste-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  color: #003da5;
  text-decoration: none;
}
a.dateiliste-item:hover,
a.dateiliste-item:focus {
  color: #2a6ebb;
  text-decoration: underline;
}
.dateiliste-icon {
  flex: 0 0 auto;
  /* Feste Breite, damit die Titel trotz unterschiedlicher Icons untereinander bündig sind. */
  width: 18px;
  text-align: center;
}

.infobox:hover .infobox-top {
  /*box-shadow: 0px -3px 9px #999;*/
  background-color: #ccc;
  color: #222;
}
.infobox:hover .infobox-bottom {
  /*box-shadow: 0px 5px 8px #777;*/
  background-color: #2a6ebb;
}

.infobox-top {
  background-color: #e6e6e6;
  color: #555;
  /* min-height statt height: ein längerer Titel schiebt die Kachel auf statt ins
     Icon zu laufen. 144px = 5 Padding + 84 Titel + 37 Icon + Luft. */
  min-height: 144px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .infobox-top {
    padding: 5px 2px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .infobox-top {
    padding: 5px 2px;
    font-size: 13px;
  }
}
.infobox-top i {
  font-size:37px;
}

.infobox-text
{
  /* 84px = fünf Zeilen bei 14px, gemessener Maximalbedarf über alle Seiten.
     min-height, damit ein längerer Titel nicht wieder ins Icon läuft. */
  min-height: 84px;
}

.infobox-bottom {
  background-color: #003da5;
  color: #fff;
  height: 27px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.infobox-bottom p {
  margin: 0;
}
/* ***** END INFOBOX ***** */

/* ***** INFOBOX-LEGENDE ***** */
.infobox-legende {
  color: #676767;
}
@media (min-width: 992px) {
  .infobox-legende {
    max-width: 160px;
  }
}
.infobox-legende i {
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
}
.infobox-legende p {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .infobox-legende i {
    font-size: 18px;
  }  
  .infobox-legende p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .infobox-legende i {
    font-size: 18px;
  }  
  .infobox-legende p {
    font-size: 13px;
  }
}
/* ***** END INFOBOX-LEGENDE ***** */

/* ***** NACHOBEN ***** */
.nachoben {  
  margin-top: 40px;
  margin-bottom: -15px;
  height: 45px;
  text-align: center; 
}
.nachoben-box {
  display: inline-block;
  margin: 0 auto;
  background-color: #e6e6e6;
  color: #003da5;
  font-size: 13px;
  width: 76px !important;
  height: 45px !important;
  text-transform: uppercase;
  border-radius: 7px 7px 0 0;
}
.nachoben * a {
  text-decoration: none;
  width: 76px !important;
  height: 45px !important;
}
.nachoben-box i  {  font-size: 27px;  }
.nachoben-box p {  margin: 0;}

.nachoben:hover .nachoben-box,
.nachoben:active .nachoben-box {
  background-color: #ccc;
  text-decoration: none;
}
/* ***** END NACHOBEN ***** */

/* ***** PRODUKTE ***** */
.produktliste {
  list-style: outside none none;
  margin-left: -40px;

  font-weight: 700;
  color: #003da5;
  text-transform: uppercase;
  font-size: 17px;
}
.produktliste > li {
  margin-bottom: 30px;
}

.produktliste li a p {
  margin-bottom: 2px;
}
.produktliste li a,
.produktliste li a:link {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #003da5;
  margin-bottom: 2px;
  text-transform: none;

  padding-left: 5px;
  margin-left: -5px;

  /* "Leistungsübersichten" ist breiter als die Spalte und lief sonst in den Fließtext */
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
}
.produktliste li a p:nth-child(2),
.produktliste li a:link p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-transform: none;
}

.produktliste li a:visited {
  color: #349;
}
.produktliste li a:hover, 
.produktliste li a:active,
.produktliste li a.active {
  background-color: #2a6ebb;
  
  color: #fff;
  text-decoration: none;
}
.produktliste li a:hover p:nth-child(2), 
.produktliste li a:active  p:nth-child(2),
.produktliste li a.active p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}

.produktliste li > p { /* normaler Text */
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-transform: none;
}



/* BAUGRÖßEN */
.produktgroessen {
  list-style: none;
  margin-top: -15px;
  margin-left: -40px;
  font-size: 14px;
  font-weight: 700;
  color: #003da5;
  text-transform: uppercase;
}
.produktgroessen > li {
  padding-left: 10px;
}
.produktgroessen li a:link {
  display: block;
  color: #003da5;
  font-size: 14px;
  font-weight: 700;
  text-decoration:none;
  padding-left: 10px;
  margin-left: -10px;
}
.produktgroessen li a:visited {
  font-size: 14px;
  font-weight: 700;
  color: #349;
}
.produktgroessen li a:hover, 
.produktgroessen li a:active,
.produktgroessen li a.active{
  background-color: #2a6ebb;
  color: #fff;
  text-decoration:none;
}

.produktgroessen.show > li:nth-child(2)  {
  display: none;
}
/* END BAUGRÖßEN */

/* END Antriebsarten */

/* Produktbeschreibung */
.produktbeschreibung {
  margin-bottom: 20px;
}
.produktbeschreibung > h1 {
  margin-top: 40px;
}
.produktbeschreibung > h1:after {
  display: none;
}

h1.baugroessen,
h3.baugroessen { /* nur auf produkte-2-Seiten */
  margin-top: 0;
  text-transform: none;
}

.produktbeschreibung-bild {
  text-align: right;
  margin-bottom: 40px;
  padding-top: 0;
}
.produktbeschreibung-bild > img {
  display: initial;
}
.bildunterschrift {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .produktbeschreibung-bild {
    text-align: center;
  }
}


.prdouktbezeichnung {
  padding: 5px 0;
  font-weight: 300;
  font-size: 20px;
}

.technische-Daten {
}

.produktcontainer table {
  margin-bottom: 20px;
}
.produktcontainer table td:first-child {
  padding-right: 10px;
}

.technische-Daten ul {

  list-style: outside none none;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.technische-Daten ul li::before {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-right: 10px;
}

/* END Produktbeschreibung */









/* ***** PRODUKTE MOBILE ***** */
@media (max-width: 767px) {
  .breadcrumb-outer {
    display: none;
  }
  
  .produktliste {
    list-style: outside none none;
    margin-left: -55px;
    margin-right: -15px;
    margin-bottom: 30px;
    
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    /*
    background-color: #3d446a;
    */    
  }
  .produktliste > li {
    margin-bottom: 0px;
    padding: 0;
    background-color: #3d446a;
    color: #fff;
    text-align: center;
  }
  .produkthauptpunkt {
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
    text-transform: uppercase;
  }
  .produktliste li p,
  .produktliste li a p {
    margin-bottom: 0px;
  }
  .produktliste li a,
  .produktliste li a:link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 10px;
    z-index: 10;
  }
  .produktliste li a p:nth-child(2),
  .produktliste li a:link p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  
  .produktliste li a:after,
  .produktliste li a:link:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f101";
    top: 35%;
    right: 20px;
    font-weight: 400;
  }
  
  .produktliste li a:visited {
    color: #ddd; /* #349 */
  }
  .produktliste li a:hover, 
  .produktliste li a:active,
  .produktliste li a.active {
    background-color: #0086e6;
    color: #fff;
    text-decoration: uppercase;
  }
  .produktliste li a:hover p:nth-child(2), 
  .produktliste li a:active  p:nth-child(2),
  .produktliste li a.active p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  
  
  .produktliste li > p { /* normaler Text */
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-transform: none;
  }
  
  
  /* BAUGRÖßEN */
  .produktgroessen {
    list-style: none;
    margin-top: 0px;
    margin-left: -40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }
  .produktgroessen > li {
    padding-left: 10px;
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
  }
  .produktgroessen li a:link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration:none;
    padding-left: 10px;
    margin-left: -10px;
  }
  .produktgroessen li a:visited {
    font-size: 14px;
    font-weight: 700;
    color: #ddd; /* #349 */
  }
  .produktgroessen li a:hover, 
  .produktgroessen li a:active,
  .produktgroessen li a.active{
    
    color: #fff;
    text-decoration:none;
  }
  
  .produktgroessen.show > li:first-child {
    display: none;
  }
  .produktgroessen.show > li:nth-child(2) {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #03326c;
  }
  
  /* END BAUGRÖßEN */
  
  
  

  
  
  
  /* Zurück Button */
  .produkt-historyback {
    position: absolute;
    margin-top: 0;
    margin-left: -9px;
    height: 37px;
    padding-left: 15px;
    padding-right: 17%;
    z-index: 20;
    color: #fff;
    border: 0;
    background-color: transparent;
    /* 
    background-color: rgba(0, 0, 0, 0.1); 
    */
  }


} /* ***** END PRODUKTE MOBILE ***** */


/* ***** END PRODUKTE ***** */




.historieJahreszahl {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 32px;
  color: #003da5;
}

ul.liste { 
  list-style: none;
  padding-left: 0;
}
ul.liste li:before { 
  content:"•"; 
  font-size:8pt;
  margin-right: 5px;
} 




/****** DOWNLOAD-BOX ******/
.download-box-top {
  padding:5px 15px;
  background-color: #2a6ebb; 
  text-transform: uppercase;
  color: #fff;
  font-size:18px;
  font-weight: 700;
}
.download-box-top p {
  margin: 0;
}
.download-box-top i { 
  margin-right: 10px; 
  font-size: 26px;
  vertical-align: middle;
  text-decoration: none;
}

.download-box-bottom {
  padding: 10px 15px 1px 15px;
  background-color: #003da5; 
}
.download-box-bottom a,
.download-box-bottom a:link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}
.download-box-bottom a:visited {
  color: #bbb;
}
.download-box-bottom i {
  margin-right: 10px; 
}

/* ***** END DOWNLOAD-BOX ***** */




/* ***** VERTRIEBSSEITEN ***** */
.flagge-vertrieb {
  float: left;
  width: 33px;
  height: 23px;
}
.flagge-vertrieb + h1 {
  position: relative;
  top: -20px;
  left: 15px;
}


.vp-suche {
  margin-top: 20px;
}

.plz-label {
  margin: 5px 0px 5px 15px;
  padding-top: 4px;
  display: inline;
  float: left;
  text-align: left !important;
}
.plz-suche {
  margin: 5px 0px 5px 15px;
  padding: 0px 10px;
  height: 25px;
  
  background-color: #e6e6e6;
  background-image: none;
  border: none;/*1px solid #ccc;*/
  border-radius: 0px;
  box-shadow: none; /*0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
  display: inline;
  float: left;
  
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
  text-align: center;
  width: 60px; /* 100% */
}

.btn-VP-Suche {
  margin: 5px 0px 5px 15px;
  padding: 0px 10px;
  height: 25px;
  
  background-color: #003da5;
  border: none;
  border-radius: 0px;
  
  font-size: 14px;
  font-weight: 400;
  color: #fff;
    text-align: center;
  text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-VP-Suche:hover {
  background-color: #2a6ebb;
  color: #fff;
  border: none;
}
.btn-VP-Suche:active:hover,
.btn-VP-Suche.active:hover,
.btn-VP-Suche:active:focus,
.btn-VP-Suche.active:focus {
  background-color: #e6e6e6;
  color: #003da5;
  border: none;
}

@media (max-width: 359px){
  .btn-VP-Suche {
    font-size: 12px;
    padding: 0px 5px;
  }
}


.vp-ergebnis {
  margin-top: 15px;
}

.vp-treffer-head {
  font-weight: 700;
  color: #003da5;
  margin-bottom: 3px;
}


.vp-alle-anzeigen {
  margin-top: 30px;
}


#vp-alle .col-xs-6
{
  min-height:180px;
}

.vp-alle-anzeigen .col-xs-6 img{
  width: auto;
  height: 124px;
}

.solr-facets-available .nav{
  margin-left: 0;
}

.vp-ergebnis .col-xs-6 img{
  width: auto;
  height: 124px;
}

.vp-ergebnis .col-xs-6 {
  min-height: 180px;
}

.btn-VP-alle {
  margin-bottom: 20px;
  padding: 5px 10px 5px;
  height: 25px;
  width: 100%;
  
  background-color: #e6e6e6;
  border: none;
  border-radius: 0px;
  
  font-size: 14px;
  font-weight: 700;
  color: #003da5;
    text-align: center;
  text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
  outline:none
}
.btn-VP-alle:visited {
  background-color: #e6e6e6; /*#2a6ebb;*/
  color: #003da5;
  border: none;
  outline:none
}
.btn-VP-alle:hover {
  background-color: #ccc; /*#2a6ebb;*/
  color: #003da5;
  border: none;
  outline:none
}
.btn-VP-alle:active:hover,
.btn-VP-alle.active:hover,
.btn-VP-alle:active:focus,
.btn-VP-alle.active:focus,
.btn-VP-alle.focus,
.btn-VP-alle:focus {
  background-color: #e6e6e6;
  color: #003da5;
  border: none;
  outline:none
}
.btn-VP-alle:before,
.btn-VP-alle:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f107";
  font-weight: 400;
  margin-top: -4px;
}
.btn-VP-alle:before {
  left: 30px;
}
.btn-VP-alle:after {
  right: 30px;
}
.btn-VP-alle[aria-expanded=true]:before,
.btn-VP-alle[aria-expanded=true]:after {
  content: "\f106";
}


/* EUROPA / WWELTWEIT */
.landwahl {
  display: inline !important;
  float: left;
  
  margin: 5px 0px 5px 15px;
    padding: 2px 10px;
    height: 25px;
  border: none;
  border-radius: 0px;
  
    background-color: #e6e6e6;
    color: #003da5;
    font-size: 14px;
  width: auto;
    box-shadow: none;
}




.mapbox_aussen {
  z-index: 2000;
  padding: 0;
  max-height: 260px;
}
.mapbox-inner {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  margin: 5px 20px 20px 20px;
}
.mapbox {
  
  background-color: #fff;
  color: #555;
  max-height: 230px;
  padding: 0;
  overflow: auto;
}
/* ***** END VERTRIEBSSEITEN ***** */
















/************ BEGIN FOOTER   ************/

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here
  height:;  */
  padding: 0;
  margin-top: 15px;
  color: #fff;
}



/* BEGIN  FOOTER-HELLBLAU */
  /* #footer-hellblau {
    height: 40px;
    background-color:#2a6ebb;
    padding-top: 11px;
    padding-bottom: 0px; 
    font-size: 18px;
    font-weight: 600;
  }

  .footer-helblau-border{
    width: 100%;
    height: 40px;
    background-color: #2a6ebb;
  }

  @media (max-width: 767px) {
    #footer-hellblau {
      height: 31px;
      font-size: 13px;
      text-transform: uppercase;
      padding-top: 8px; 
    }
    #footer-hellblau .visible-xs {
      padding-right:0;
    }
    #footer-hellblau .col-xs-6.right {
      margin-left: 0;
      padding-left: 0;
    }
    
  } */

  /* BUTTON KONTAKT */
  .btn-kontakt {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    /* Zentrierung über line-height statt Padding: mit padding 10px brauchte die
       14px-Schrift 40px und wurde in der 33px-Fläche nach oben gedrückt. */
    padding: 0 5px;
    line-height: 33px;
    border-radius: 0px;
    border: none;
    background-color: #fff;

    text-align: center;
    color: #003da5;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    /* Muss einzeilig bleiben: bei Umbruch steht die zweite Zeile ausserhalb der
       weissen Fläche, blau auf blau (Kontrast 1,83:1). Höhe wie zuvor 33px. */
    width: auto;
    min-width: 150px;
    height: 33px;
    white-space: nowrap;
  }
  .btn-kontakt:hover {
    color: #003da5;
  }
  @media (max-width: 767px) {
    .btn-kontakt {
      margin-top: -3px;
      padding: 0 6px;
      line-height: 19px;
      /* Bei 13px braucht "Schreiben Sie uns!" 127px, die alte Festbreite 116px
         liess nur 112px zu -> Umbruch. Siehe Kommentar im Basisblock. */
      width: auto;
      min-width: 116px;
      height: 19px;
      white-space: nowrap;
      font-size:13px;
    }
  }


  
  


/* BEGIN  FOOTER-DUNKELBLAU */
  #footer-dunkelblau {
    background-color: #003da5;
    font-size: 14px;
    line-height:1.34;
  }
  .footer-logo-wrapper{
    text-align: center;
  }

  .footer-logo{
    height: 160px;
    background-color: #fff;
    width: 137px;
  }

  .footer-logo img {
    margin-top: 44px;
  }

  /* .mini-kontakt{
    padding-left: 0;
  } */

  /* #footer-hellblau .container{
    width: auto !important;
    padding-right: 0;
  } */

  #footer-hellblau .btn-kontakt{
    color: #2a6ebb;
  }
  .footer-menu{
    margin-top: 30px;
  }
  .footer-address{
    margin-top: 25px;
  }

  #footer-dunkelblau .footer-abstand{
    margin-top: -40px;
  }
  #footer-dunkelblau a.btn-kontakt{
      line-height: 11px;
      height:25px;
  }
  @media (max-width: 991px) {
    .footer-logo img {
      margin-top: 0px;
    }
    #footer-dunkelblau {
      font-size: 12.7px;
    }
    .footer-logo{ 
      height: 115px;
    }
    .footer-menu{
      margin-top: 12px;
    }
  }
  @media (max-width: 767px) {
  #footer-dunkelblau a.btn-kontakt {
    line-height: 20px;
  }
}
  @media (max-width: 359px) {
    #footer-dunkelblau {
      font-size: 11.6px;
    }
  }

  #footer-dunkelblau * a { 
    color:#fff; 
    text-decoration: none;
    line-height: 20px;
    padding-right: 5px;
  }
  #footer-dunkelblau * a:last-child {
    border: none;
  }

  #footer-dunkelblau * a:hover,
  #footer-dunkelblau * a:focus, 
  #footer-dunkelblau * a:active { 
    color:#2a6ebb; 
  }
  
  
  .kontaktdaten {
    height: 75px;
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .kontaktdaten {
      max-height: 50px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 359px) {
    .kontaktdaten {
      max-height: 50px;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .footnav {
      padding-right: 0;
    }
  }
  
  

  .footer-nav {
    list-style: outside none none;
    margin: -20px 0 0 0;
    text-transform: uppercase;
  }
  
  .footer-nav > li {
    float: left;
    border-right: 1px solid #003da5;
    margin-right: 5px;
  }
  .footer-nav > li:last-child {
    border: none;
    padding-right: 0;
  }

  .mainmenu .dropdown-menu{
    background-color: #003DA5;
  }
  
  .footerright {
    padding-right: 0;
    padding-left: 0;
  }
  .footerright > ul {  
    float: right;  
    padding: 0;
  }
  @media (max-width: 767px)  {
    .footerright {
      text-align: center;
      background-color: #2a6ebb;
      padding: 5px 0;
      margin-bottom: -12px;
    }
    .footerright > ul {  
      float:none;
      display: inline-block;
      /*margin: auto;*/
      margin-left: auto;
      margin-right: auto;
      margin-top:3px;
    }
  }

  .footer-padding {
    padding-bottom: 15px;
  }
  
  
/** Kontaktformular secure **/
.secure-question {
  display:none !important;
}


/************ BEGIN Google-Maps *****************/

.map_infobox {
    margin: 10px;
    background:#fff;
  border: 1px #929292 solid;
    color:#000;
    padding: 10px;
  position: relative;
    z-index: -1;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.map_infobox h4 {
  margin-bottom: 3px;
  margin-top: 5px;
}

.infobox_aussen img {
  width:auto !important;
}

.map_pfeil {
  position:absolute;
  bottom:-20px;
  left:123px
}


#maps {
  margin-bottom:26px;
  height:550px;
}

.is_weltweit {
  height:320px !important;
}

.map_infobox a:link,
.map_infobox a:hover,
.map_infobox a:visited {
  color:#003da5;
}

.map_kontaktdaten {
  width: 70px;
    float: left;
}

/************ END Google-Maps *****************/

/****** FAQs ***** */
.panel {
    box-shadow: none !important; /*0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.panel-group .panel {
    border-radius: 0px;
  border: transparent;
}
.panel-group .panel + .panel {
    margin-top: 2px;
}

.faq-panel-default-outer {
  box-shadow: none !important;
}

.faq-panel-heading-main {
  border: 1px solid #7778b5 !important;
  background-color: #003da5 !important;
  color: #fff !important;
  border-radius: 0px !important;
}

.faq-main-number {
  font-size: 20px;
  font-weight: 700;
}

.panel a, 
.panel a:link, 
.panel a:visited {
    color: #fff;
    text-decoration: none;
}

.panel .panel-body p a:link,
.panel .panel-body p a:hover,
.panel .panel-body p a:visited {
  color:#0e4194 !important;
}


.panel-title a,
.panel-title a:link {
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
}
.panel-title a:before,
.panel-title a:link:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f0d8";
  font-weight: 400;
  margin-left: -5px;
  margin-right: 5px;
  text-decoration: none !important;
  color: transparent;
}
.panel-title a[aria-expanded="true"]:before,
.panel-title a[aria-expanded="true"]:link:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f0d8";
  font-weight: 400;
  margin-left: -5px;
  margin-right: 5px;
  text-decoration: none !important;
  color: inherit;
}


.faq-panel-default-sub {
  margin-bottom: 0px !important;
}
.faq-panel-heading-sub {
  background-color: #2a6ebb !important;
    border-color: #a4abcf !important;
    color: #fff !important;
  border-radius: 0px !important;
}
.faq-panel-body-sub {
  padding: 0 !important;
  border: 1px solid transparent !important; /* -top: 1px solid #ddd;*/ 
}


.faq-panel-body-content {
  padding: 10px 10px 10px 28px !important;
}
@media (max-width: 767px) {
  .faq-panel-body-content {
    padding: 10px 10px 10px 15px !important;
  }
}

.faq-panel-body-content p.blaufett {
  margin-bottom: 0px;
}

/* ***** END FAQs ***** */





/* ***** BEGIN Produkte ***** */

p.produktbezeichnung {
    padding: 5px 0;
    font-weight: 300;
    font-size: 20px;
}


.produktcontainer .container-content {
  width: 100% !important;
}

.produktcontainer .container {
  padding: 0 !important;
  margin-bottom: 20px;
}


/* STEP 1 */
@media (max-width: 767px) {
  .produkthauptpunkt {
    display: none;
  }
}












/* STEP 2 */
.produktantriebsart {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {

.produktantriebsart {
  list-style: outside none none;
  margin-left: 0px; padding-left: 0px; /* Listeneinrückung links nullen */
  /*background-color: red; /*#e6e6e6;*/
  margin-right: auto;
}

a.antriebsartlink,
a.antriebsartlink:link  {
  display: block;
  pointer-events: none !important;  cursor: default; /* Link deaktivieren*/
  background-color: #003da5;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 0px;
}


.dropdown-menu.produkte {
  display: block;
  border: 0 none;
  border-radius: 0px;
  box-shadow: none;
  float: none;
  position: static;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  text-align: left;
  background-color: #e6e6e6;
}

.dropdown-menu.produkte li a,
.dropdown-menu.produkte li a:link {
  padding: 3px 15px !important;
  background-color: #e6e6e6;
  font-size: 14px !important;
  font-weight: 400;
  color: #003da5;
  
}
.dropdown-menu.produkte li a:focus,
.dropdown-menu.produkte li a:hover,
.dropdown-menu.produkte li a.active  {
  background-color: #2a6ebb !important;
  color: #fff;
}
  
  
} /* END MEDIAQUERY */

/* Höhe Antriebsartl-Link */
@media (min-width: 768px) and (max-width: 991px) {
  a.antriebsartlink,
  a.antriebsartlink:link  {
    padding: 10px 0px 10px 10px;
    min-height: 96px;
  }
}
@media (min-width: 992px) {
  a.antriebsartlink,
  a.antriebsartlink:link  {
    padding: 10px 15px;
    min-height: 60px;
  }
}
/* END Höhe Antriebsartl-Link */

@media (max-width: 767px) {

  ul.produktantriebsart {
    background-color: #ccf;
    padding: 0;
    margin-bottom: 0;
  }

  .antriebsart-hinweis {
    margin: -1px -15px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #03326c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .antriebsartbox {
    position:relative;
    display: block;
    text-align: center;
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
  }
  
  
  a.antriebsartlink, 
  a.antriebsartlink:link {
    white-space: nowrap;
    background-color: #3d446a;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  a.antriebsartlink:after,
  a.antriebsartlink:link:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f103";
    right: 20px;
    font-weight: 400;
  }
  a.antriebsartlink[aria-expanded=true]:after, 
  a.antriebsartlink:link[aria-expanded=true]:after {
    font-family: 'FontAwesome';
    content: "\f102" !important;
  }
  
  a.antriebsartlink:hover, 
  a.antriebsartlink:active,
  a.antriebsartlink.active {
    background-color: #0086e6;
  }
  

  
  /* UNTERmenüpunkte */
  .dropdown-menu.produkte {
    border: 0 none;
    border-radius: 0px;
    box-shadow: none;
    float: none;
    position: static;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .dropdown-menu.produkte li {
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
  }
  .dropdown-menu.produkte li:last-child {
    border-bottom: none;
  }
  
  .dropdown-menu.produkte li a,
  .dropdown-menu.produkte li a:link {
    padding: 10px 0;
    background-color: #0069b4;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .produkt a:after,
  .produkt a:link:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f101";
    right: 20px;
    font-weight: 400;
  }
  .dropdown-menu.produkte li a:focus,
  .dropdown-menu.produkte li a:hover,
  .dropdown-menu.produkte li a.active  {
    background-color: #0086e6 !important;
    color: #fff;
  }
  /* UNTERmenüpunkte */
  
  
} /* END MEDIAQUERY */

.produktantriebsart {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {

.login_input label{
  width: 30%;
}

.tx-felogin-pi1 .login_button{
  margin-top: 21px;
}

.produktantriebsart {
  list-style: outside none none;
  margin-left: 0px; padding-left: 0px; /* Listeneinrückung links nullen */
  margin-right: auto;
}

a.antriebsartlink,
a.antriebsartlink:link  {
  display: block;
  pointer-events: none !important;  cursor: default; /* Link deaktivieren*/
  background-color: #003da5;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 0px;
}

.mainmenu ul li{
  float: left;
}

.dropdown-menu.produkte {
  display: block;
  border: 0 none;
  border-radius: 0px;
  box-shadow: none;
  float: none;
  position: static;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  text-align: left;
  background-color: #e6e6e6;
}

.dropdown-menu.produkte li a,
.dropdown-menu.produkte li a:link {
  padding: 3px 15px !important;
  background-color: #e6e6e6;
  font-size: 14px !important;
  font-weight: 400;
  color: #003da5;
  
}
.dropdown-menu.produkte li a:focus,
.dropdown-menu.produkte li a:hover,
.dropdown-menu.produkte li a.active  {
  background-color: #2a6ebb !important;
  color: #fff;
}
  
.mainmenu{
  margin-top: 82px;
}

.mainmenu ul{
  margin-left: 110px;
}

} /* END MEDIAQUERY */

.katalogbestellung .button_katalog_bestellen{
  color: #003da5;
  border-radius: 2px;
  /* width: 150px; */
}

#footer-hellblau .btn-kontakt{
  font-weight: bold;
}

/* Höhe Antriebsartl-Link */
/* Höhen tragen den laengsten Namen ("R/L-Lineareinheit mit Spindelantrieb"), damit alle
   Kopfzeilen einer Reihe gleich hoch bleiben - seit der Schriftvergroesserung bricht er
   in der schmalen Spalte vierzeilig. */
@media (min-width: 768px) and (max-width: 991px) {
  a.antriebsartlink,
  a.antriebsartlink:link  {
    padding: 10px 0px 10px 10px;
    min-height: 96px;
  }
}
@media (min-width: 992px) {
  a.antriebsartlink,
  a.antriebsartlink:link  {
    padding: 10px 15px;
    min-height: 60px;
  }
}
/* END Höhe Antriebsartl-Link */

@media (max-width: 767px) {
  
  .mainmenu{
    margin-top: 0;
  }

  .mainmenu ul li{
    width: 100%;
    border-bottom: 1px black solid;
  }

  .mainmenu ul li:last-of-type{
    border-bottom: none;
  }

  .mainmenu ul{
    padding-left: 0;
  }

  .mainmenu ul li > a{
    background-color: #2a6ebb;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
  }

  .dunkelblauer-header{
    display: none;
  }
  
  ul.produktantriebsart {
    background-color: #ccf;
    padding: 0;
    margin-bottom: 0;
  }

  .antriebsart-hinweis {
    margin: -1px -15px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #03326c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .antriebsartbox {
    position:relative;
    display: block;
    text-align: center;
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
  }
  
  
  a.antriebsartlink, 
  a.antriebsartlink:link {
    white-space: nowrap;
    background-color: #3d446a;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  a.antriebsartlink:after,
  a.antriebsartlink:link:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f103";
    right: 20px;
    font-weight: 400;
  }
  a.antriebsartlink[aria-expanded=true]:after, 
  a.antriebsartlink:link[aria-expanded=true]:after {
    font-family: 'FontAwesome';
    content: "\f102" !important;
  }
  
  a.antriebsartlink:hover, 
  a.antriebsartlink:active,
  a.antriebsartlink.active {
    background-color: #0086e6;
  }
  
  a.antriebsartlink.active + .dropdown-menu.produkte {
    display: block
  }
  
  /* UNTERmenüpunkte */
  .dropdown-menu.produkte {
    border: 0 none;
    border-radius: 0px;
    box-shadow: none;
    float: none;
    position: static;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1001;
  }

  .dropdown-menu.produkte li {
    border-top: 1px solid #646ea0;
    border-bottom: 1px solid #282d47;
  }
  .dropdown-menu.produkte li:last-child {
    border-bottom: none;
  }
  
  .dropdown-menu.produkte li a,
  .dropdown-menu.produkte li a:link {
    padding: 10px 0;
    background-color: #0069b4;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .dropdown-menu.produkte li a:focus,
  .dropdown-menu.produkte li a:hover,
  .dropdown-menu.produkte li a.active  {
    background-color: #0086e6 !important;
    color: #fff;
  }
  /* UNTERmenüpunkte */
  
  
} /* END MEDIAQUERY */



/* ***** END Produkte ***** */


/* ***** BEGIN Login ***** */

#login {
  position:absolute;
  right: 22px;
}

#login .dropdown-menu {
    margin-left: -235px;
    padding: 0 22px 0px;
    width: 315px;
}

.tx-felogin-pi1 h3 {
  color: #fff;
}

.input_login {
  color: #000;
  height: 25px;
  width: 200px;
}

.login_input {
  margin-bottom: 5px;
  width: 30%;
  float: left;
}

.tx-felogin-pi1 .login_button{
  float: left;
}

.tx-felogin-pi1 .login_button .login_submit{
  background-color: #003da5;
  color: #fff;
}

.login_input label{
  color: #003da5;
  padding-right: 11px;
}

.faq-login{
  padding: 15px 15px 0 15px;
}

.faq-login h2{
  margin-top: 0;
}

.login_submit {
  background-color: #2a6ebb;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  border: 0;
  padding: 5px 10px;
}

@media (max-width: 767px) {

  .login_input {
    width: 100%;
  }
  
  .tx-felogin-pi1 .login_button{
    margin-top: 10px;
  }

  #login {
    position:relative;
    right: 0;
  }
  
  #login .dropdown-menu {
    margin-left: 0;
    padding: 1px 22px 0px;
    width: auto;
    background-color: #0069b4;
  }
  .input_login {
    float: none;
    color: #000;
    width: 100%;
  }
}

/* ***** END Login ***** */


/* ***** BEGIN Nav Edit ***** */

.rel_pos_nav {
  position: relative;
}


@media (max-width: 1479px) {
  
  .hidden-under-1480 {
    display:none;
  }
  .hidden-over-1479 {
    display:block;
  }
  
} /* END MEDIAQUERY */

@media (min-width: 1480px) {

  .hidden-under-1480 {
    display:block;
  }
  .hidden-over-1479 {
    display:none;
  }  
  
} /* END MEDIAQUERY */

/* ***** END Nav Edit ****** */

/* ***** BEGIN Downloads ***** */

.download-container h1 {
  margin-top: 0;
}

/* ***** END Downloads ***** */
.cc_container .cc_btn
{
  background-color:#2a6ebb !important;
  color:#fff !important;
}

.popup:after {
  content: "\f00e";
}

.popup
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:22px;
  text-align:right;
  align:bottom;
  max-width:100%;
}

.popup:hover
{
  text-decoration:none;
}

.indent
{
  padding-left:20px;
}

/** BEGIN Solr Autocomplete **/
.ui-autocomplete {
  z-index:9999;
}

.ui-widget-content {
  background-image:none !important;
  background-color:#fff !important;
  border:1px solid #fff !important;
  color:#000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border:1px solid #003da5 !important;
  background-image:none !important;
  color:#003da5 !important;
  background-color:#fff !important;
}
/** END Solr Autocomplete **/

.mfp-title h1,
.mfp-title h2,
.mfp-title h3,
.mfp-title h4 {
  color: #fff !important;
}


/************* NEWS ****************/
.news_start h4
{
  margin:0px 0 7px 0;
  padding:0;
}

.news_start .news_date
{
  font-size:15px;
}

.news_date
{
  font-size:16px;
  padding-top:10px;
}

p.news_date
{
  margin-bottom:5px;
}

.news-latest-container h3
{
  margin:0 0 10px 0;
}

.row-news
{
  border-bottom:1px solid #003da5;
  padding:15px 0;
}  

.news_header
{
text-transform:none;
margin:0 0 10px 0;
}

.news-latest-container {
  padding: 10px;
}

.row-news {
  border-bottom: 1px solid #000275;
  padding: 15px 0;
}

.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin: 0;
}

.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0;
}

.news .article .news-img-wrap a {
  border:0;
  padding: 0;
}

.news-single .news-container .frame-type-image .ce-column{
  width: 31%;
  margin-bottom: 10px ;
}

.news-single .news-backlink-wrap{
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news-single .news-container .frame-type-image .ce-column{
    width: 100%;
  }
}

/** News END **/

.ce-gallery .lightbox img {
  max-width: 100%;
  height: auto;
}

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

.page-navigation ul li {
  font-size: 16px;
}

.page-navigation .pager-last,
.page-navigation .pager-backward,
.page-navigation .pager-first,
.page-navigation .pager-forward {
  padding: 3px;
}

#footer-hellgrau {
  background-color: #c4c7c8;
  font-size: 14px;
  line-height:1.34;
}

.footer-dunkelblau-border{
  width: 100%;
  height: 40px;
  background-color: #003da5;
}

#footer-hellgrau .footer-abstand{
  margin-top: -40px;
  color: #003da5;
}
#footer-hellgrau .footer-abstand a{
  color: #003da5;
}
#footer-hellgrau .footer-abstand .row{
  color: #003da5;
}
#footer-hellgrau a.btn-kontakt{
    line-height: 11px;
    height:30px;
    margin-right: 5px;
}

@media (max-width: 991px) {
  #footer-hellgrau {
  font-size: 12.7px;
  }
}
@media (max-width: 767px) {
  #footer-hellgrau a.btn-kontakt {
  line-height: 22px;
  height: 25px;
  }
}
@media (max-width: 359px) {
  #footer-hellgrau {
  font-size: 11.6px;
  }
}

#footer-hellgrau * a:last-child {
  border: none;
}

#footer-hellgrau * a:hover,
#footer-hellgrau * a:focus, 
#footer-hellgrau * a:active { 
  color:#2a6ebb; 
}

#footer-hellgrau #footer-hellblau {
  height: 40px;
  background-color:#003da5;
  padding-top: 11px; /*18*/
  padding-bottom: 0px; /*18*/
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#footer-hellgrau #footer-hellblau .row div{
    color: #fff;
}

#footer-hellgrau .footer-menu .footer-nav li a{
    margin-right: 5px;
}

.mainmenu ul li{
  list-style: none;
}

.mainmenu ul.dropdown-menu{
  margin-left: 0;
}

.mainmenu ul.dropdown-menu li{
  width: 100%;
}

.alter-header .dunkelblauer-header{
  width: 100%;
  height: 40px;
  position: absolute;
  margin-top: 69px;
  background-color: #003DA5;
  /* Die Leiste endet exakt an der Unterkante der fixierten (weißen) .navbar. Auf Retina-
     Displays bzw. bei Browser-Zoom kann durch Subpixel-Rundung ein heller Haarstrich der
     navbar unter der Leiste durchscheinen – die navbar ist fixed und liegt über dem Slider.
     Der box-shadow verlängert das Blau um 1px nach unten, rein malerisch und ohne
     Layout-Einfluss, und deckt die Naht ab (eine Rundungsnaht ist immer < 1px). */
  box-shadow: 0 1px 0 0 #003DA5;
}

.faq-login-wrapper{
  margin: 15px 0;
  background-color: #c4c7c8;
}

@media (min-width: 1200px) {
  .login_input label{
    width: auto;
  }

  .tx-felogin-pi1 .login_button{
    margin-top: 0;
  }
}

.vertriebspartner-hauptsitz img{
  max-width: 100%;
  height: 130px;
}

.vertriebspartner-hauptsitz-text{
  margin-top: 20px;
}

.vertriebspartner-hauptsitz{
  margin-top: 20px;
}

/* Die Trefferliste verschachtelt .row direkt in .row. Die negativen Margins
   addieren sich sonst und schieben die Liste 15px aus dem Viewport. */
.vp-ergebnis .row{
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

#navbar .sprachwahl a:hover{
  color: #fff !important;
}

.slick-prev, .slick-next{
  z-index: 898 !important;
}

a.btn-cta-kontakt{
  border-radius: 0;
  border-color: #08aaa8;
  background-color: #08aaa8;
  color: #fff;
  box-shadow: 3px 3px 3px #bbb;
}

.ctaformular{
  margin-top: 30px;
}

.zertifikat-klein img, .zertifikat-gross img{
  width: 34px;
  margin-bottom: 15px;
}

.zertifikat-klein{
  margin-top: 10px;
}

.footer-address img{
    width: 20px;
    padding-left:3px;
}

.footer-address .facebook{
  float: left;
}

.lib-klein .footer-nav{
  display: inline-block;
}

.lib-klein .footer-nav li a{
  color: #fff !important;
}

.visible-sm .facebook img{
    width: 20px;
}

@media (max-width: 762px) {
  .text-right.footer-address{
    margin-top: 5px;
  }
}

@media (min-width: 998px) {
  .text-right.footer-address a{
    padding-left: 25px;
  }
  .footer-nav > li {
    border: none;
    line-height: 65px;
  }
  .footer-nav > li:first-of-type a{
    border-right: 1px solid #003da5 !important;
    padding-right: 12px;
  }
  .footer-menu{
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .text-right.footer-address a{
    padding-left: 31px;
  }
}

.mainmenu .dropdown-menu li a span {
  display: inline;
}

.mainmenu .dropdown-menu li span {
  display: none;
}

/**************** NEW ****************/

/**** FOOTER IMAGE (START) ****/
#hsb-special {
  display: block;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  #hsb-special {
    margin-left: -15px;
  }
}
@media screen and (min-width: 998px) {
  #hsb-special {
    margin-bottom: 0;
  }
}

#hsb-special img {
  width: 137px !important;
  height: auto;
  margin-left: -12px;
}
/**** FOOTER IMAGE (END) ****/

/**** CAPTCHA (START) ****/
.tx-srfreecap-captcha {
  padding-bottom: 7px;
}
.tx-srfreecap-captcha label {
  font-family:"Open Sans", Arial, sans-serif;
}
.tx-srfreecap-captcha + dd #sjbr-freecap-captcha-response {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 7px;
  font-family:"Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

img.tx-srfreecap-image {
  margin-top: 7px;
  width: 100%;
}

span.tx-srfreecap-cant-read {
  margin: 7px 0 7px 0;
  font-family:"Open Sans", Arial, sans-serif;
  display: inline-block;
}

.form-group .captcha-font-color {
  color: #555;
  font-size: 14px;
}

/**** CAPTCHA (END) ****/


/**** BEGIN DCE YOUTUBE****/

.dce--youtube-video {
  width: 100%;
  text-align: center;
}
.dce--youtube-video iframe {
  max-width: 100%;
  width: 100%;
}

.dce--youtube-video .dce--youtube-video-bg {
  padding: 24px 0;
}

.dce--youtube-video button {
  padding: 10px 20px;
  color: #FFFFFF;
  
  border: none;
  background-color: #003da5;
  transition: all 0.3s ease-in-out;
}

.dce--youtube-video button:hover {
  background-color: #2a6ebb;
  color: #E6E6E6;
}
/**** END DCE YOUTUBE****/


/**** BEGIN HORIZONTALER SCROLL ****/

/* Ein verschachtelter .container erzwingt sonst seine feste Bootstrap-Breite
   (750/970/1170px) und sprengt die umgebende Spalte. */
.container .container {
  width: 100%;
}

/* Lange Komposita wie "Whistleblower/Hinweisgebersystems" haben keinen
   Umbruchpunkt und sprengen schmale Spalten. */
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* E-Mail-Adressen in den halbbreiten Spalten der Trefferliste. */
.vp-ergebnis a {
  overflow-wrap: break-word;
}

/* Die Boxen sind nur 115 bis 165px schmal; bei 23px passt "Mechanische" in
   keine Zeile. 21px entspricht dem bisherigen Stand. */
.produktbox h1,
.produktbox h2,
.produktbox h3,
.produktbox h4 {
  font-size: 21px;
  hyphens: auto;
}

/* Mobil behalten die Produktbilder sonst ihre feste Breite. */
@media (max-width: 767px) {
  .produktbox img {
    max-width: 100%;
    height: auto;
  }
}

/**** HORIZONTALER SCROLL (END) ****/
