@charset "utf-8";
/*==========================================================================
    Style
============================================================================

    @name           otec.de
    @author         Regelmann
    @copyright      Regelmann
    @description    ---

============================================================================
    Contents
============================================================================

    - Imports (Normalize, Flexslider Colors, Fonts)
    - Base
    - Custom
    - Media Queries
  - Typo3 Styles
  
/* ==========================================================================
    normalize.css v3.0.0 | MIT License | git.io/normalize
   ========================================================================== */  
html {  font-family: sans-serif;  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;}
body {  margin: 0;}
article, aside, details, figcaption,figure,footer,header,hgroup,main,nav,section,summary {  display: block;}
audio,canvas,progress,video {  display: inline-block; /* 1 */  vertical-align: baseline; /* 2 */}
audio:not([controls]) {  display: none;  height: 0;}
[hidden], template {  display: none;}
a { background: transparent; text-decoration:none;}
a:active, a:hover, a:focus {  outline: 0;}
abbr[title] {  border-bottom: 1px dotted;}
b, strong {  font-weight: bold;}
dfn {  font-style: italic;}
h1 {  font-size: 2em;}
h1, h2, h3, h4, h5, h6, p, ul, ol {margin:0; padding:0;}
ul {list-style-type:none;}
mark {  background: #ff0;  color: #000;}
small {  font-size: 80%;}
sub, sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}
sup {  top: -0.5em;}
sub {  bottom: -0.25em;}
img {  border: 0;}
svg:not(:root) {  overflow: hidden;}
figure {  margin: 0;}
hr {  -moz-box-sizing: content-box;  box-sizing: content-box;  height: 0;}
pre {  overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace;  font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}
button {  overflow: visible;}
button, select {  text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {  -webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {  cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {  border: 0;  padding: 0;}
input {  line-height: normal;}
input[type="checkbox"], input[type="radio"] {  box-sizing: border-box;  padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {  height: auto;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;   box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}
legend {  border: 0;   padding: 0; }
textarea {  overflow: auto;}
optgroup {  font-weight: bold;}
table {  border-collapse: collapse;  border-spacing: 0;}
td,th { padding: 0;}  

/* ==========================================================================
   Flexslider
   ========================================================================== */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('../fonts/flexslider-icon.eot');
  src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/flexslider-icon.woff') format('woff'),
    url('../fonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100% !important; height: auto !important;  min-width:400px; display:block; }
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.flexslider { margin: 0 ; background: #fff; position: relative; zoom: 1; width:100%; margin:0 auto;}
.flex-viewport { max-height: 400px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; margin:0 auto; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none;   display: block;   width: 21px;   height: 45px;   margin: -10px 0 0 0;   position: absolute;   top: 50%;   z-index: 10;   overflow: hidden;   opacity: 0;   cursor: pointer;   color: rgba(0,0,0,0.8);   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);   -webkit-transition: all .3s ease;   -moz-transition: all .3s ease;   transition: all .3s ease;  background-image:url(../img/arrow_slider.png);   background-repeat:no-repeat;}
.flex-direction-nav .flex-prev { left:0; }
.flex-direction-nav .flex-next { right: 0; text-align: right; background-position:-21px 0; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-direction-nav a.flex-next:before  

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:hover  { opacity: 1; }

.flex-control-nav {width: 100%; position: absolute; bottom: 50px; text-align: center;}
.flex-control-nav li {margin: 0 8px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {  width: 45px;  height: 3px;  display: block;  background: #fff;  cursor: pointer;   border:none;  text-indent: -9999px;  -webkit-border-radius: 0;  -moz-border-radius: 0;  -o-border-radius: 0;  border-radius: 0;   }
.flex-control-paging li a:hover { background: #0044a3; }
.flex-control-paging li a.flex-active {background: #0044a3;  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-wrap{  position:absolute;  top:5%;  width:100%;  opacity:1;}
.flex-text h1 {  
  font-family:'Roboto Condensed', sans-serif;  
  font-weight:700;  
  text-transform:uppercase;  
  font-size:30px;  
  line-height:36px;  
  color:#0044a3;  
  margin:0 0 15px 0; 
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.flex-text p {  font-family:'Roboto Condensed', sans-serif;  font-weight:400;  color:#898d90;  font-size:16px;  line-height:24px;  letter-spacing:1px;  margin:0;}
.flex-text a, .flex-text a:hover, .flex-text a:visited {  display:block;  font-family:'Roboto Condensed', sans-serif;  font-weight:700;  font-size:18px;  margin:20px 0 0 0;}
.flex-text {background-color:rgba(255,255,255,.8); margin-top: 39px; padding:15px; -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; }
.lt-ie9 .flex-text {background-color:#fff;}


header.no-shrink + #wrapper > #slider {
   transition: all 0.5s ease;
 /* margin-top: 85px; */
}
header.shrink + #wrapper > #slider {
   transition: all 0.5s ease;
/*  margin-top: 0px; */
}



@media  (max-width: 1199px) {
.flex-text h1 {  font-size:30px;  line-height:34px;  }
.flex-text p {  font-size:15px;  line-height:22px;}
.flex-text a, .flex-text a:hover, .flex-text a:visited {  font-size:16px;  margin:30px 0 0 0;}
}

@media  (max-width: 767px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}

.flex-text {background-color:transparent; margin-top: 10px; margin-bottom: 10px; padding:0;}
.flex-wrap{  position:static;  top:100%;  background-color:#eaeaea;  opacity:1;}
.flexslider .slides > li {overflow:visible;}
.flex-viewport { max-height: 100%;}  
  
.flex-direction-nav a {top:15%;}
.flex-text a, .flex-text a:hover, .flex-text a:visited {margin-bottom:15px;}
.flex-control-nav {top: auto; bottom:auto; background-color:#6b7074; position:relative; padding:4px 0 0 0; height:23px; display:none;}
}

@media  screen and (min-width: 992px) {

}

@media  (min-width: 1200px) {
.flex-wrap {top: 5%;}
.flex-text { padding 25px; }
.flex-text h1 {  font-size:40px;  line-height:45px;  }
.flex-text p  {  font-size:25px;  line-height:30px;}
.flex-text a  {  font-size:20px;  line-height:27px;}
}


.flex-image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  min-height: calc(100vh - 155px);
}


#flex-down { display:none; }

.page-378 #flex-down {
    position: absolute;
    height: 30px;
    width: 50px;
  bottom: 20px;
  z-index: 5;
  left: calc(50% - 25px);
  cursor: pointer;
    transition: all 0.3s ease;
  opacity: 0.8;
  display: inline;
}

#flex-down:hover {
  bottom: 15px;
  transition: all 0.3s ease;
  opacity: 1.0;
}

#flex-down::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg,25deg);
    -moz-transform: skew(0deg,25deg);
    -ms-transform: skew(0deg,25deg);
    -o-transform: skew(0deg,25deg);
    transform: skew(0deg,25deg);
}

#flex-down::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 3px;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg,-25deg);
    -moz-transform: skew(0deg,-25deg);
    -ms-transform: skew(0deg,-25deg);
    -o-transform: skew(0deg,-25deg);
    transform: skew(0deg,-25deg);
}



@media (min-width: 768px) and (max-width: 991px) {
.flex-image{ min-height: 50vh; }
.flex-viewport { max-height: 50vh; }
#flex-down { display: none; }
.flex-control-nav { bottom: 30px; }
}
@media (min-width: 768px) {
ul.slides li > img { display:none!important; }
.flexslider.karriere ul.slides li > img , .flexslider.anwendung ul.slides li > img { display:block!important; }
body:not(.page-378) .flex-image { min-height: 300px; }
body:not(.page-378) .flex-viewport { max-height: 300px; }
}
@media (max-width: 767px) {
.flex-image{ background-image:none!important; min-height: auto; }
.page-378 #flex-down { display:none; }
.mm-wrapper_opened .cc-revoke.cc-bottom { display:none; }
}
@media  (min-width: 992px) {
body:not(.page-378) .flex-image{ min-height: 400px; }
body:not(.page-378) .flex-viewport { max-height: 400px; }
}
@media  (min-width: 1200px) {
body:not(.page-378) .flex-image{ min-height: 500px; }
body:not(.page-378) .flex-viewport { max-height: 500px; }
}

.flexslider.karriere .flex-viewport {
max-height:none;
}

.flexslider.karriere .slides img {

}

.flexslider.karriere .flex-text {
    background:none;
  padding:0px;
  display:flex;
  align-items:center;
  justify-content: center;
  margin-top:0;
  height:100%;
}

.flexslider.karriere .flex-description {
   width: 80%;
}

.flexslider.karriere .flex-control-nav {
  bottom:10px;
  }

.flexslider.karriere .flex-text p {
  color:#000;
  font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 26px;
line-height: 38px;
letter-spacing: 1.2px;    
}
.flexslider.karriere .flex-text p b {
font-size: 18px; 
}




@media (max-width:991px) {
.flexslider.karriere .flex-description {
   width: 90%;
  padding:0;
}
.flexslider.karriere .flex-text p {
  font-size: 20px;
line-height: 31px; 
}
.flexslider.karriere .flex-text p b {
font-size: 14px;
}
}

@media  (max-width: 767px) {
.flexslider.karriere .flex-text p {
font-size: 18px;
line-height: 28px;
letter-spacing: 1.2px;    
}

.flexslider.karriere .flex-description {
   width: 100%;
  padding:20px;
}

}

.flexslider.anwendung .flex-text { padding: 0;   background:none; margin-top:0;  }

.flexslider.anwendung .flex-text p {

  font-size: 12px;
margin: 0;
color:#898d90;
text-transform: uppercase;
font-weight: 700;
border-top: 1px solid #898d90;
  border-bottom: 1px solid #898d90;
  padding: 2px 0px; 
}

.flexslider.anwendung .flex-wrap { position: relative; }


.flexslider.anwendung  .flex-control-thumbs li {
    width: 12%;
}

.flexslider.anwendung .flex-control-thumbs li { background-color: #000; border: 1px solid #898d90; margin-right: 5px; margin-bottom: 5px; }

.flexslider.anwendung .flex-direction-nav {list-style-type: none!important; }
.flexslider.anwendung .flex-control-thumbs { margin:0; }

.flexslider.anwendung  .flex-direction-nav a { background-image: url(../img/arrow_slider_p.png); top: 35%; }

#tabs .tab-content ul.slides { padding-left: 0; }

/* ==========================================================================
   Colors
   ========================================================================== 

          Otec Blau   = #0044a3;
          100% Grau   = #6b7074;
          80% Grau    = #898d90;
          60% Grau    = #a6a9ac;
          
/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
html, body, input, button, select, textarea, p {  
  font-family: 'Roboto', sans-serif;
    font-weight:300;
    color:#000;
    font-size:14px;
    line-height:24px;
}
html, body {height:100%;}
body {overflow-y:scroll; /* padding-top: 70px; */ }

hr {width:100%; border:none; border-top:1px solid #c4c6c7; margin:40px 0; padding:0;}

::-moz-selection {    background: #0044a3; color:#fff;  text-shadow: none;}
::selection {    background: #0044a3;   color:#fff; text-shadow: none;}

a, a:focus, a:visited  { outline:none; text-decoration:none; color:#0044a3; transition:color 0.2s ease-in-out; cursor:pointer;}
a:hover, a:active      {outline:none; text-decoration:none; color:#6b7074;}

/* ==========================================================================
   Custom styles
   ========================================================================== */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width:100%;
  float:left;
  margin: 0 0 -60px 0; /* the bottom margin is the negative value of the footer's height */
}
#footerWrapper {height: 60px; /* '.push' must be the same height as 'footer' */}

header { 
position:fixed;
z-index: 1000;
  width:100%;
  top:0;
  background-color: #FFF;
  box-shadow: 0px 0px 4px rgba(70, 70, 70, 0.2)
}

header.no-shrink {
  height: 155px;
  padding-top:20px;
}
header.shrink {
  height: 70px;
  padding-top:10px;
}

header.no-shrink #logo img {
  width: 100%;
}
header.shrink #logo img {
  width: 65%;
}

header.auto { height: auto!important; }

header.shrink #headerNav { top: -250px; }
header.shrink #mainNav { margin-top: -45px; }

header.no-shrink #headerNav { top: 0; }
header.no-shrink #mainNav { margin-top: 0; }

header.no-shrink, header.shrink, header.no-shrink #logo img, header.shrink #logo img, header.no-shrink #headerNav, header.shrink #headerNav, header.no-shrink #mainNav, header.shrink #mainNav {
  transition: all 0.5s ease;
}

#headerNav {margin-top:23px;}
#extraNav {padding-left:0;}

#metaNav ul, #extraNav ul { float:right; font-size:13px; line-height:13px; margin-top:5px;}  
#extraNav ul {float:left;}

#slider {  width:100%; background-color:#f5f5f5; }
#contentWrap {  margin-top:40px; margin-bottom:100px;}
#left, #secondNav {margin-bottom:40px;}



@media (min-width: 992px) {
header + #wrapper > #slider {
  height: calc(100vh - 155px);
}
}

.sliderSmall .flex-text, .sliderSmall .flex-image {  display:none; }
.sliderSmall ul.slides li > img { display:block !important; } 

@media (max-width:767px) {
#headerNav { margin-top:0; margin-bottom: 20px;}
header.shrink #mainNav { margin-top: 0; transform: translateY(-47px); }
header.shrink #logo img { width: 100%; }
}

@media (min-width:768px) {
.sliderSmall {  height:244px; }
}

@media (min-width:992px) {
.sliderSmall {  height:318px; }
}

@media (min-width:1200px) {
.sliderSmall {  height:386px; }
}

@media (max-width:991px) {

header.shrink #logo img { width: 65%; }
header.shrink #logo {  margin-bottom:10px; }
header.no-shrink #logo {  margin-bottom:20px; }
header.no-shrink, header.shrink {
  height: auto;
}



header.shrink #mainNav > ul {
margin-top: -40px;
transition: all 0.3s ease-in-out;}
header.no-shrink #mainNav > ul {
margin-top: 20px;
transition: all 0.3s ease-in-out;}
header.no-shrink + #wrapper > #slider {
  margin-top: 100px;
}
header.shrink + #wrapper > #slider {
   margin-top: 30px;
}

.navbar-collapse { transition:none; }


}


/* ====================metaNav und ExtraNav==================== */

#metaNav ul li, #extraNav ul li {
  float:left;
  border-right:1px solid #6b7074;
  padding:0 10px;
  letter-spacing:0.3px; }

#metaNav ul li.last, #extraNav ul li.last {border-right:none; padding-right:0;}
#metaNav ul li.first, #extraNav ul li.first {padding-left:0;}

#metaNav ul li a, #metaNav ul li a:focus, #metaNav ul li a:visited,
#extraNav ul li a, #extraNav ul li a:focus, #extraNav ul li a:visited {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:300;
  text-transform:uppercase;
  color:#6b7074;
}
#metaNav ul li.active a, #metaNav ul li a:hover, #metaNav ul li a:active,
#extraNav ul li.active a, #extraNav ul li a:hover, #extraNav ul li a:active  {  color:#0044a3;}
#extraNav ul .dropdown-menu li.active a, #extraNav ul .dropdown-menu li a:hover, #extraNav ul .dropdown-menu li a:active  {  background-color:#f5f5f5;}

#extraNav ul.dropdown-menu {border-radius:0; padding:0;}
#extraNav ul.dropdown-menu li {border-right:0; padding:0;}


/* ====================Suche==================== */
form#suche {float:left; width:100%;}
form#suche .form-group {margin-bottom:0;}
form#suche .form-control {
  float:left;
  height: 24px;
  padding: 2px 4px;
  font-size: 12px;
  color: #a6a9ac;
  background-color: #fff;
  border: 1px solid #a6a9ac;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
  -webkit-transition: all ease-in-out .2s;
          transition: all ease-in-out .2s;
}
form#suche .form-control:focus {
  border-color: #6b7074;
  color: #6b7074;
  outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
}

form#suche .btn {
  display: inline-block;
  height:24px;
  padding: 2px 4px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a6a9ac;
  background-color:#fff;
  border-radius: 0;
  color:#a6a9ac;
  float:right;
    -webkit-transition: all ease-in-out .2s;
          transition: all ease-in-out .2s;
}
form#suche .btn:hover, form#suche .btn:focus { color: #6b7074; border-color:#6b7074; text-decoration: none;}


/* ====================MainNav==================== */
.navbar-nav > li > a > .sub-arrow {display:none;}
.navbar-nav ul .sub-arrow {  position:absolute;  right:5px;  top:12px;  overflow:hidden;  vertical-align:middle;  font-size:16px;  line-height:16px;}
.navbar-nav ul .sub-arrow:after {  content: "\f105";  font-family: FontAwesome;  font-style: normal;  font-weight: normal;}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}

.navbar {  margin-bottom: 0;  border: none;  border-radius:0;}
.navbar-default {  background-color:transparent;}
.navbar-collapse {padding-left:0; padding-right:0;}

#mainNav ul { float:right; font-size:14px; line-height:14px; margin-top:20px;}  
#mainNav > ul > li{float:left; }
.lt-ie9 #mainNav ul.nav > li {   position:relative; zoom:1;  height: 100%;     overflow:visible; float:left; }
#mainNav .navbar-default .navbar-nav > li > a {
  position:relative;
  color: #6b7074;
  background-color: transparent;
  display:block;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  margin:0 34px 0 0;
  padding:0 0 13px 0;
  letter-spacing:1px;
  transition:0.3s ease-in-out all;
  width:100%;
  zoom:1;
}

#mainNav .navbar-default .navbar-nav > li.first > a {margin-right:34px;}

#mainNav .navbar-default .navbar-nav > li > a:hover,
#mainNav .navbar-default .navbar-nav > li > a:focus {  color: #0044a3;}
#mainNav .navbar-default .navbar-nav > .active > a,
#mainNav .navbar-default .navbar-nav > .active > a:hover,
#mainNav .navbar-default .navbar-nav > .active > a:focus {  color: #0044a3;}
#mainNav .navbar-default .navbar-nav > .open > a,
#mainNav .navbar-default .navbar-nav > .open > a:hover,
#mainNav .navbar-default .navbar-nav > .open > a:focus {  color: #0044a3;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {  background-color:fff;  padding:0;  margin:0;}


html:lang(ru) #mainNav .navbar-default .navbar-nav > li > a, 
html:lang(ru) #mainNav .navbar-default .navbar-nav > li.first > a {
  margin-right: 30px;
  }

#mainNav .navbar-default .navbar-nav > li.last > a, 
html:lang(ru) #mainNav .navbar-default .navbar-nav > li.last > a {margin-right:0;}

#mainNav .dropdown-menu {
  position: absolute;
    z-index: 1000;
     display: none;
  top: 100%;
    left: 0;
  min-width: 200px;
    max-width:250px;
    padding:0;
    margin: 0 ;
  background-color:transparent;
    border:none;
    border-radius: 0;
    -webkit-box-shadow:none;
          box-shadow:none;
  zoom:1;
}

#mainNav .right .dropdown-menu {right:0; left:auto;}
#mainNav .dropdown-menu .dropdown-menu {left:100%; top:0;  margin-left:8px;}
#mainNav .right .dropdown-menu .dropdown-menu {left: auto; right:100%; margin-left:0; margin-right:8px;}
.dropdown-menu > li {width:100%; min-width: 200px;  max-width:250px; margin:0 0 2px 0;  position:relative;}
#mainNav .dropdown-menu > li > a {
  display: block;
  font-family:'Roboto Condensed', sans-serif;
     width:100%;
    font-size:13px;
    line-height:1;
   font-weight: 400;
  background-color:#fff;
  opacity:0.8;
  text-transform:uppercase;
    color: #6b7074;
     padding:15px 0 13px 15px;
  margin:0;
    clear: both;
  white-space: nowrap;
  transition:all 0.3s ease-in-out;
}
#mainNav .dropdown-menu > li:hover > a,
#mainNav .dropdown-menu > li:focus > a,
#mainNav .dropdown-menu > li > a:hover,
#mainNav .dropdown-menu > li > a:focus {  color: #0044a3;  text-decoration: none;  background-color:#fff;  opacity:0.9;}
#mainNav .dropdown-menu > .active > a,
#mainNav .dropdown-menu > .active > a:hover,
#mainNav .dropdown-menu > .active > a:focus,
#mainNav .dropdown-menu > .open > a,
#mainNav .dropdown-menu > .open > a:hover,
#mainNav .dropdown-menu > .open > a:focus {  color: #0044a3;  outline: 0;  background-color:#fff;  opacity:0.9;}

header.shrink #mainNav .dropdown-menu > li > a  {
background-color: rgba(107,112,116,1.0);
color:#FFF;
}

@media  (max-width: 1199px) {
#mainNav .navbar-default .navbar-nav > li > a {  text-transform:uppercase;  margin:0 22px 0 0;  letter-spacing:normal;}
#mainNav .navbar-default .navbar-nav > li.first >  a {margin-right:20px;}
}

@media  (max-width: 991px) {
.navbar-nav > li > a > .sub-arrow {display:block;}
.navbar-nav ul .sub-arrow:after {  content: "\f107";  font-family: FontAwesome;  font-style: normal;  font-weight: normal;}
.navbar-nav ul li.open > a .sub-arrow:after  {  content: "\f106";}

#mainNav .navbar-nav {position:relative; margin:0; float:left; width:100%;}
#mainNav .navbar-collapse {padding-left:0; padding-right:0; max-height:none;}
#mainNav .navbar-collapse.in {overflow:visible;}
#mainNav .navbar-default .navbar-collapse {border:none;}
.navbar-header {height:auto; float:right; }

#mainNav .navbar-brand { padding:9px 0 0 10px; text-transform:uppercase; font-weight:700; height:auto; color:#fff; font-size:14px; line-height:14px;}

.navbar-toggle, 
.navbar-toggle.collapsed:hover { display:inline; background-color: #0044a3; border: none; border-radius: 0; color:#f00; float: right; margin:5px 0 10px 0; padding: 9px 10px; position: relative;}

.navbar-toggle.collapsed { background-color: #eaeaea;}
.navbar-toggle.collapsed .icon-bar {background-color:#a6a9ac; }
.navbar-toggle .icon-bar, #mainNav .navbar-toggle:hover .icon-bar {background-color:#fff; }



}

#mmenu {
  display:none;
  width: 80vw;
}

#mmenu.mm-menu_opened {
  display:flex;
}

.mm-listitem a.active { color: #0044a3; font-weight:700; }

#mmenu .lang { background-color: var(--mm-color-background-highlight);
 text-transform: uppercase; }


/* ====================SECONDNAV==================== */
#secondNav > ul {  width: 80%;}
#secondNav ul {  }
#secondNav ul li {  }
#secondNav > ul li a{  display:block; text-transform:uppercase; font-family:'Roboto Condensed', sans-serif; line-height:16px;}
#secondNav > ul > li {margin-bottom:13px;}
#secondNav > ul > li > ul {margin-bottom:0; margin-top:10px;}
#secondNav > ul > li > ul > li {margin-bottom:8px;}
#secondNav > ul > li > ul > li > ul {margin-bottom:15px;  margin-top:5px;}
#secondNav > ul > li > ul > li > ul > li {margin-bottom:3px;}
#secondNav > ul > li > a { font-size: 14px; font-weight:400; color: #6b7074; letter-spacing:1px;}

#secondNav > ul > li > a:focus,
#secondNav > ul > li > a:hover,
#secondNav > ul > li.active > a{   color: #0044a3; font-weight:700;  letter-spacing:1px;}

#secondNav > ul > li > ul > li{  margin-left: 10px;}
#secondNav > ul > li > ul > li > a{ font-size: 13px; font-weight:400; color: #898d90; letter-spacing:0.5px;}
#secondNav > ul > li > ul > li > a:focus,
#secondNav > ul > li > ul > li > a:hover,
#secondNav > ul > li > ul > li.active > a {  color: #0044a3;  font-weight:700;}
 
#secondNav > ul > li > ul > li > ul > li > a{  font-weight:300;  font-size: 13px;  padding:2px 0;  color:#898d90;}
#secondNav > ul > li > ul > li > ul > li > a:focus,
#secondNav > ul > li > ul > li > ul > li > a:hover{  font-weight: 700;}

#secondNav > ul > li > ul > li > ul > li.active > a{ border-bottom: 1px solid #6b7074; border-top: 1px solid #6b7074; color: #0044a3; font-weight: 700; }


/* ====================TYPOGRAPHIE==================== */

h1 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size: 21px;
  line-height:25px;
  color: #0044a3;
  text-transform:uppercase;
  letter-spacing:1px;
  margin:0 0 15px 0;
}

h1 span {  color: #a6a9ac;  font-weight: 300;}

#contentHome h1 {
  font-weight:400;
  font-size:30px;
  line-height:34px;
  margin:0 0 3px 0;
}

#tabs h1 {font-weight:700; letter-spacing:normal; font-size:18px; line-height:22px; margin:0 0 10px 0;}

h2 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:24px;
  color:#898d90;
  letter-spacing:1.2px;
  margin:0 0 25px 0;
}  
h1 + h2 {margin:-12px 0 25px 0;}
#contentHome h1 + h2 {margin:0 0 25px 0;}

#tabs h2 {font-weight:400; letter-spacing:normal; font-size:16px; line-height:20px; margin:0 0 3px 0;}
#tabs p + h2, #tabs h2 + h2, #tabs ul + h2 {margin-top:15px;}

h3 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size:15px;
  line-height:20px;
  color:#0044a3;
  text-transform:uppercase;
  margin:0 0 7px 0;
}
#tabs h3 {font-size:13px; font-weight:700; margin:7px 0 0  0;}

h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:20px;
  color:#6b7074;
  text-transform:uppercase;
  margin:0 0 7px 0;
  padding:0 0 3px 0;
  border-bottom:1px solid #6b7074;
}

p {margin:0 0 30px 0;}
.uebersicht p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 25px;
}

#tabs p {font-size:12px; line-height:20px; margin:0 0 7px 0;}
#tabs p:last-child {margin:0 0 5px 0;}

#content #tabs .tab-content ul li {
    font-size: 12px;
  line-height: 20px;
    margin-bottom: 5px;
}

.more {display:block;}
.pdf {display:inline-block;}
.more:before, .pdf:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin:0 5px 0 0;}
.pdf:before{  content: "\f1c1";}

.flex-text .more:before {font-weight:bold;}



 /* ====================LIST==================== */ 
ul li span.list {
  color: #0044a3;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display:block;
  position:relative;
}

ul li span.list:before {
  /* content: "\f45c";
  font-family: 'FontAwesome';
  font-size: 10px; 
  color: #0044a3; */
  content: "";
  height: 8px;
  width: 8px;
  top: 5px;
  background-color: #0044a3;
  position:absolute;
  left:-17px;
}
ul li span.listSmall {
  display:block;
  position:relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

/* 

ul li span.listSmall:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #0044a3;
  position:absolute;
  left:-20px;
}

*/

ul li span.listSmall:before {
  content: "";
  height: 8px;
  width: 8px;
  top: 8px;
  background-color: #0044a3;
  position:absolute;
  left:-17px;
}

@media (max-width: 767px) {
ul li span.list:before, ul li span.listSmall:before { left:0; } 
ul li span.list, ul li span.listSmall { padding-left:20px; }
}
#content ul li {
  font-size:13px;
  line-height: 22px;
  margin-bottom: 15px;
}
#tabs .tab-content ul {list-style-type:circle; padding-left:10px;}

#content ul.aufzaehlung li { margin-left: 16px; font-size: 14px; margin-bottom: 5px!important; position:relative; }
#content ul.aufzaehlung li:before {  
  content: "";
  height: 6px;
  width: 6px;
  top: 7px;
  background-color: #0044a3;
  position:absolute;
  left:-16px; }
h2 + ul.aufzaehlung { margin-top: -15px; }
ul.aufzaehlung { margin-bottom: 25px; }

/* ====================TABS==================== */  
#tabs {margin-top:15px;}
#left #tabs {margin-top:4px;}
.tab-content {  display: block;  padding: 30px;  border:1px solid #898d90;  border-top:none;}
.tab-content .margin-top figure.csc-textpic-image  { margin-top: 35px; }
.nav-tabs {  border-bottom: 1px solid #898d90;}
.nav-tabs > li, #content .nav-tabs > li{  float: left;  margin-bottom: -1px;}
.nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1.42857143;
  font-size:11px;
  border: 1px solid #a6a9ac;
  border-bottom-color: transparent;
  border-radius: 0;
  color: #a6a9ac;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 8px;
}
#left .nav-tabs > li > a {padding: 6px 25px; font-size:14px;}
  
.nav-tabs > li > a:hover {  border-color: #a6a9ac;  color:#a6a9ac;  border-bottom-color: transparent;  background-color:transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {  color: #0044a3;  cursor: default;  background-color: #fff;  border: 1px solid #898d90;  border-bottom-color: transparent;} 



/* ====================Teaser==================== */  
.teaser {position:relative; overflow:hidden; }
.teaser .csc-textpic-text{
  position:absolute;
  bottom:0;
  height:60px;
  width:100%;
  transition:0.3s all ease-in-out;
  opacity:1;
  background-color: #6b7074;
  
}
.teaser:hover .csc-textpic-text {background-color:#0044a3; opacity:1;bottom:0; height:80px}
.teaser .csc-textpic-text p {margin:0; display:block; height:100%;}
.teaser .csc-textpic-text a {color:#fff; text-transform:uppercase; font-weight:700;   font-family:'Roboto Condensed', sans-serif; font-size:16px; line-height:20px; padding:10px 15px; display:block; letter-spacing:1px; height:100%; }

/* ====================Table==================== */  
table {font-size:12px; line-height:17px; width:100%;}
table th, table td {padding:10px 15px; }
table th {  font-weight:700;  color:#fff;  vertical-align:top;  background-color:#6b7074;  border-right:1px solid #fff;  padding-top:4px;  padding-bottom:4px;}
table td { white-space: nowrap; vertical-align:top; }
table tr.tr-odd td {background-color:#e1e2e3; }
table tr.tr-even td {background-color:#f0f0f1; }
table tr td {border-right:1px solid #fff; }
table th.td-last, table td.td-last {border-right:none;}
#col12073-3, #col12073-4, #col12060-2, #col12060-3, #col12060-4, #col12060-5, #col12060-6, #col12089-4 {text-align:center;}
table.sicherheit th.td-last,
table.sicherheit td.td-last {width:20%;}


table tr:nth-child(1n+1) {
  background-color: #e1e2e3;
}

table tr:nth-child(2n+2) {
  background-color: #f0f0f1;
}



/* ====================Download==================== */  
.download img {border:1px solid #6b7074;}
.download .col-sm-3 {padding-right:0;}


/* ====================FOOTER==================== */
footer { background-color:#6b7074; overflow:hidden; color:#fff; font-size:11px; line-height:11px; text-transform:uppercase;}
#firstFooter {margin-top:20px; margin-bottom:10px;}

#footerToggle {background-color:#fff; width:100%; position:relative;height:35px; visibility:hidden;}
#footerSpace {background-color:#6b7074; height:15px; width:100%;}

a.footerToggle {
  display:block;
  position:relative;
  height:20px;
  width:86px;
  background-image:url(../img/footer_toggle.png);
  background-repeat:no-repeat;
  margin:0 auto;
  color:#fff;
  background-position:0 -20px ;
}
a.footerToggle.closed{  background-position:0 0 ;}
footer .clearfix {margin:0 0 15px 0;}


ul#socialNav {float:right;}
ul#socialNavtop {float:left;}
#metaNav #socialNavtop li { border-right: 0px solid #6b7074; }
ul#socialNav li {float:left; margin-left:10px;}
ul#socialNavtop li {float:left; margin-left:0px;}
ul#socialNav li a, ul#socialNavtop li a {
  display:block;
  width:30px;
  height:30px;
  background-image:url(../img/social_media.svg);
  background-repeat:no-repeat;
  background-size: 120px 60px; }


ul#socialNav li a.xing, ul#socialNavtop li a.xing {width:18px; background-position: -30px 0;}
ul#socialNav li a.facebook, ul#socialNavtop li a.facebook {width:14px; background-position: -60px 0;}
ul#socialNav li a.linkedin, ul#socialNavtop li a.linkedin{width:27px; background-position: -82px 0;}
ul#socialNav li a.youtube:hover, ul#socialNavtop li a.youtube:hover {background-position: 0 -30px;}
ul#socialNav li a.xing:hover, ul#socialNavtop li a.xing:hover {background-position: -30px -30px;}
ul#socialNav li a.facebook:hover, ul#socialNavtop li a.facebook:hover {background-position: -60px -30px;}
ul#socialNav li a.linkedin:hover, ul#socialNavtop li a.linkedin:hover {background-position: -82px -30px;}

#bottom h1, #bottom .psw {
  color:#898d90;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:300;
  font-size:12px;
  line-height:12px;
  margin:12px 0 0 0;
  text-transform: uppercase;
letter-spacing: 1px;
}

footer ul  {margin:0 0 20px 0;}
footer ul li {margin:0 0 7px 0; }
footer a,
footer a:focus,
footer a:visited,
footer ul li,
footer ul li a,
footer ul li a:focus,
footer ul li a:visited{
  font-family:'Roboto Condensed', sans-serif;
  font-weight:300;
  font-size:11px;
  line-height:13px;
  color:#e1e3e3;
  text-decoration:none;}
footer a:hover,
footer a:active,
footer ul li a:hover,
footer ul li a:active {  color:#fff;  text-decoration:none;}
#map, #map_canvas {
   width:100%;
   height:130px;
   margin:0;
   padding:0;
   float:left;
   color:#000;
   margin:0;
}

#map_lg {
   width:100%;
   height:350px;
   margin:0;
   padding:0;
   float:left;
   color:#000;
   margin:0;
}

#secondFooter { margin-bottom:10px;}
footer #adresse{ margin-bottom:20px; letter-spacing: 0.2px; line-height: 15px; text-transform: none; }
#secondFooter p {font-size:11px; line-height:15px; color:#fff; margin:0 0 10px 0;}
footer h3,
footer ul li h3 a,
footer ul li h3 a:focus,
footer ul li h3 a:visited {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  font-size:14px;
  padding:0 0 3px 0;
  border-bottom:1px solid #fff;
  margin:0 0 7px 0;
  color:#fff;
}
footer ul li h3 a,
footer ul li h3 a:focus,
footer ul li h3 a:visited {  border:none; }

@media  (min-width: 1200px) {
footer #adresse, footer #adresse a { 
font-size: 13px;
}
}
/*.modal-header button.close {border:1px solid #000; width:25px; height:25px; margin:3px 0 0 0; padding:0 0 2px 0; transition:0.3s all ease-in-out;}

.modal-content {
    background-color:transparent;
    border: none;
    border-radius:0;
    box-shadow: none;
}

.modal-header {
  background-color:rgba(255,255,255,.80);
  margin:0 0 3px 0;
  border: 1px solid #a6a9ac;
  padding:10px 20px;
  min-height:1px;
}
.modal-body {
  padding:0;
  margin:0 -4px;

}
.modal-body > div {padding:0 4px;}
h4.modal-title {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  color:#0044a3;
  font-size:20px;
  text-transform:uppercase;
  
}
.btn-sprache {
    color: #6b7074;
    background-color:rgba(255,255,255,.80);
    border-color: #a6a9ac;
    border-radius:0;
    display:block;
    margin:0 0 2px 0;
    transition:all 0.3s ease-in-out;
    font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  font-size:15px;
}
.btn-sprache:hover,
.btn-sprache:focus,
.btn-sprache:active,
.btn-sprache.active,
.open .dropdown-toggle.btn-sprache {
  color: #fff;
  background-color:rgba(0,68,163,.80);
  border-color: #0044a3;
}
.btn-sprache:active,
.btn-sprache.active,
.open .dropdown-toggle.btn-sprache {
  background-image: none;
}
.btn-sprache.disabled,
.btn-sprache[disabled],
fieldset[disabled] .btn-sprache,
.btn-sprache.disabled:hover,
.btn-sprache[disabled]:hover,
fieldset[disabled] .btn-sprache:hover,
.btn-sprache.disabled:focus,
.btn-sprache[disabled]:focus,
fieldset[disabled] .btn-sprache:focus,
.btn-sprache.disabled:active,
.btn-sprache[disabled]:active,
fieldset[disabled] .btn-sprache:active,
.btn-sprache.disabled.active,
.btn-sprache[disabled].active,
fieldset[disabled] .btn-sprache.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-sprache .badge {
  color: #fff;
  background-color: #333;
}

*/



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media  (max-width: 991px) { 
#extraNav ul {float:right;} 
#extraNav {margin:10px 0 0 0;} 
#metaNav {margin:5px 0 0 0; }
}
@media  (max-width: 767px) { 
#metaNav ul, #extraNav ul {float:left;} 
#extraNav {margin-top:12px; padding-left:15px;}
#metaNav {margin:2px 0 0 0; } 
#mainNav {margin:20px 0 ;} 
.navbar { min-height:30px;}
#bottom h1 {font-size:11px;} 
#bottom {margin-bottom:8px;} 
#secondNav {display:none;} }
@media  (min-width: 1200px) {
form#suche > div > div.col-xs-10 {padding-right:5px;}
}



/* ==========================================================================
   Typo3 Styles
   ========================================================================== */
/* ====================Example Style for CssStyledContent==================== */
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {display:block;}
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner{position:relative; right: auto; float:none;}

.csc-textpic-caption { font-size: 12px; font-weight: 700; line-height: 14px; padding-top:8px; margin-bottom: 28px; }
.inline-caption figure.csc-textpic-image figcaption { left: 10px; position: absolute; top: 12px; font-size: 14px; line-height: 17px; padding-top:0px;}

.csc-textpic-imagewrap {  margin-bottom: 12px;}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-bottom:0;}
figcaption.csc-textpic-caption {    display: block;}

.csc-textpic-intext-left .csc-textpic-imagerow,
.csc-textpic-intext-right .csc-textpic-imagerow,
.csc-textpic-intext-left-nowrap .csc-textpic-imagerow,
.csc-textpic-intext-right-nowrap .csc-textpic-imagerow {  margin-top:4px;}

.csc-textpic-intext-right .csc-textpic .csc-textpic-imagecolumn {float: left;}

div.csc-textpic div.csc-textpic-imagecolumn {float:none;}
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {width:50%;}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {margin-right:15px; padding-right:15px;}
div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {margin-left:15px; padding-left:15px;}

.margin-top figure.csc-textpic-image  { margin-top: 35px; }

@media (max-width: 767px) {
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {width:100%; padding:0;}

/*  div.csc-textpic-intext-right .csc-textpic-imagewrap {float:none;margin:10px 0 0 0;}*/
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {margin: 0 0 5px 0;}
}


/* ====================Indexed Search==================== */    
.form-horizontal .control-label {text-align:left;}
.tx-indexedsearch-rules p{font-size:12px; line-height:20px;}
.form-control {border-radius:0;}
.tx-indexedsearch-percent {text-align:right;}
.tx-indexedsearch-title {text-transform:uppercase; font-size:16px; font-weight:700;}
.tx-indexedsearch-res {margin:0 0 25px 0;}
.tx-indexedsearch-info {padding:5px 15px; font-size:12px; line-height:20px; margin:10px 0 0 0;}
.tx-indexedsearch-browsebox { display:table; }
.tx-indexedsearch-browsebox li { float:left; margin-right: 10px; } 
.tx-indexedsearch-redMarkup { color: red; }
.tx-indexedsearch-info { background: #eeeeee; padding: 10px 0 10px 10px; margin-bottom:35px; margin-top:0px; }
.tx-indexedsearch-description { margin-bottom: 15px; }
.tx-indexedsearch-info dt { float: left; margin-right: 5px; }
.tx-indexedsearch-info a, .tx-indexedsearch-info p { font-size: 12px; line-height: 1.42857143; margin-bottom: 0;}

@media  (max-width: 767px) {
.form-group > .col-sm-5 + .col-sm-5 {margin-top:10px;}
}
.btn {border-radius:0;}
.csc-form-element-submit input[type=submit],
button.csc-form-element-submit {
/*
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  */
  
      color: #ffffff;
    text-transform: uppercase;
    background-color: #0044a3;
    padding: 8px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 15px;
    display: table;
    border: none;
    line-height: 24px;
}

.csc-form-element-submit input[type=submit]:focus,
.csc-form-element-submit input[type=submit]:active:focus,
.csc-form-element-submit input[type=submit].active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}

.csc-form-element-submit input[type=submit]:hover,
.csc-form-element-submit input[type=submit]:focus,
button.csc-form-element-submit:hover,
button.csc-form-element-submit:focus { /* color: #333; */  text-decoration: none; color: #ffffff; background-color: #6b7074;}
.csc-form-element-submit input[type=submit]:active,
.csc-form-element-submit input[type=submit].active { background-image: none;  outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {width:auto;}

.space { margin-top: 20px; }


/* ====================Händlersuche==================== */ 
#addr {margin-top:30px; font-size:12px; line-height:20px; }
#addr h2 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:20px;
  color:#6b7074;
  text-transform:uppercase;
  margin:0 0 3px 0;
  padding:0 0 3px 0;
  border-bottom:1px solid #6b7074;
  letter-spacing:0;
  
/*   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
-ms-flex-direction: row;
   -webkit-box-align: end; 
  -moz-box-align: end;
   -ms-flex-align: end;
   -webkit-align-items: end;
   align-items: flex-end;
  min-height:45px;
  */
}
#addr h3 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size:13px;
  line-height:20px;
  color:#0044a3;
  text-transform:uppercase;
  margin:0 0 7px 0;
}
#addr p {font-size:12px; line-height:20px; margin:0 0 7px 0;}

#addr .contact-wrapper {
min-height:285px;
}
@media  (max-width: 991px) { 
#addr .contact-wrapper {
min-height:385px;
}
}
@media  (max-width: 767px) {
#addr .contact-wrapper {
min-height:260px;
}
}

@media  (min-width: 768px) {
.contact-wrapper.schmuckHaendler {
margin-right: 66.66667%;
}
}

.youtubeVideo iframe {border:none; }

input[type="file"].form-control { height:auto; }


.pulsfinish:after {
  content:"";
  background-image:url(../img/otec_pulsfinish.jpg);
  background-repeat:no-repeat;
  width:98px;
  height:18px;
  position: absolute;
  margin-left:7px;
  margin-top:-1px;
}

iframe.otrs {
  border:  #898d90 1px solid;
}

.cc-window {
border-radius: 0!important;
  background-color: rgb(238, 238, 238,0.9)!important;
  font-family: 'Roboto', sans-serif !important;
font-weight: 300;
font-size: 14px !important;
line-height: 22px !important;
}
#dp--cookie-marketing, label[for=dp--cookie-marketing] {
display:none !important;
}
.dp--cookie-check {
    justify-content: center !important;
}
.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: none!important;
    transform: none!important;
    font-family: 'Roboto', sans-serif !important;
font-weight: 300 !important;
font-size: 14px !important;
}

.mm-wrapper__blocker {z-index:10000;}

a.cc-btn.cc-dismiss{
border-radius: 0!important;
}

a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
background-color: #6b7074!important;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.youtube-player:hover {
cursor: pointer;
}
.videoSpace25 {margin-bottom:25px;}

.csc-space-before-medium { margin-top:30px; }
.csc-space-before-after{ margin-bottom:30px; }

a[data-rel^=lightcase] { font-size: 14px; text-align: center; display:block; }


.btn-wtn {
      color: #ffffff;
    text-transform: uppercase;
    background-color: #0044a3;
    padding: 2px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 15px;
    display: table;
    border: none;
    line-height: 21px;
  margin-bottom:25px;
  cursor: pointer;
}
.btn-wtn:hover, .btn-wtn:focus {
  background-color: #6b7074;
  }


.btn-wtn:before {
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  content: "\002b";
  font-size:12px;
  margin-right:6px;
    }
.wtn-hl {
  color: #0044a3;
  font-weight: 700;
  margin-bottom: 5px;
}

li.csc-form-element-header {
list-style-type:none; 
  margin-bottom: 15px;
}



/* ==========================================================================
   Powermail Formular
   ========================================================================== */

fieldset {
  border: none;
  margin:0;
  padding:0;
 }

label.col-sm-3 {
  padding-left:0;
  }

.tx-powermail .col-sm-9, .tx-powermail .container-fluid {
  padding-left: 0;
  padding-right:0;
  }

.tx-powermail h3 {
  font-size:21px;
  margin:0 0 15px 0;
  line-height:25px;
  letter-spacing:1px;
  }

.powermail_legend {
  font-weight:400;
  font-size:15px;
  line-height:20px;
  text-transform:uppercase;
  margin:0 0 15px 0;
  padding:0 0 3px 0;
  border-bottom:1px solid #6b7074;
  color:#6b7074;
  }

.tx-powermail .col-sm-9 {
  color:#0044a3;
  font-weight:700;
  font-size:14px;
  line-height:24px;
  }

.btn-wtn {
  margin-top:0;
  }

.powermail_fieldwrap_type_html {
  margin-bottom:0;
  }

.powermail_fieldwrap_type_text {
  margin-bottom:5px;
  }

.checkbox label {
  color:#000;
  }

.tx-powermail input.btn.btn-primary {
  background-color: #0044a3;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight:700;
  font-size:16px;
  transitin: all 0.3s ease-in-out 0s;
  margin-top:15px;
  border:none;
  line-height: 24px;
  }

.tx-powermail input.btn.btn-primary:focus, .tx-powermail input.btn.btn-primary:active {
  background-color:#6b7074;
  }


.csc-space-before-extra-large { margin-top: 3rem; }
.csc-space-before-large { margin-top: 2rem; }
.csc-space-before-medium { margin-top: 1.5 rem; }
.csc-space-before-small { margin-top: 1rem; }
.csc-space-before-extra-small { margin-top: 0.5rem; }


.csc-space-after-extra-large { margin-bottom: 3rem; }
.csc-space-after-large { margin-bottom: 2rem; }
.csc-space-after-medium { margin-bottom: 1.5rem; }
.csc-space-after-small { margin-bottom: 1rem; }
.csc-space-after-extra-small { margin-bottom: 0.5rem; }

.shariff .orientation-horizontal.button-style-standard li {
  max-width: 25%!important;
  }

.boxGrau {
background-color: #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
}

.boxGrau p {
margin-left: 15px;
  margin-bottom: 0;
  font-size:14px;
  line-height: 20px;
}
.boxGrau p:first-child {
font-weight: 700;
  font-size:17px;
}

.boxGrau p a {
color: #000000;
}
.boxGrau picture {
  position: absolute;
  top: -4px;
  right: 20px;
  }
.boxGrau + div > div > hr {
margin-top:15px;
  margin-bottom:12px;
}

a.boxGrau {
display:block;
padding: 0;
}

a.boxGrau + a.boxGrau {
margin-top: 7px;
}

/* ---------------------------------------------------------------- */
/* Cookie-Banner                               
/* ---------------------------------------------------------------- */
.rfs-cc-open {
  overflow-y: hidden !important
}
.rfs-cc-open .rfs-cc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}
.rfs-cc__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6)
}
.rfs-cc__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 60px);
  max-width: 800px;
  max-height: calc(100% - 100px);
  overflow: hidden;
  background-color: #fff;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.rfs-cc__content-inner {
  height: 100%;
  padding: 30px;
  overflow-y: auto;
  scrollbar-width: 8px;
  scrollbar-color: #6c757d #dee2e6
}
.rfs-cc__content-inner:hover {
  scrollbar-color: #545b62 #dee2e6
}
.rfs-cc__content-inner::-webkit-scrollbar {
  width: 8px
}
.rfs-cc__content-inner::-webkit-scrollbar-track {
  background-color: #dee2e6
}
.rfs-cc__content-inner::-webkit-scrollbar-thumb {
  background-color: #6c757d
}
.rfs-cc__content-inner::-webkit-scrollbar-thumb:hover {
  background-color: #545b62
}
.rfs-cc__header {
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0044a3;
  text-transform: uppercase;
  margin-bottom:10px;
}
.rfs-cc__description {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.rfs-cc__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size:1.2rem;
}
@media (min-width:768px) {
  .rfs-cc__categories {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.rfs-cc__categories .custom-control:first-child {
  padding-left: 5px;
}
.rfs-cc__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  transition: all .2s ease-in-out
}
.rfs-cc__details-content {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .2s ease-in-out
}
.rfs-cc__compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px
}
@media (min-width:768px) {
  .rfs-cc__compliance {
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.rfs-cc__iframe {
  position: relative;
  display: inline-block
}
.rfs-cc__iframe--denied .rfs-cc__iframe-inner {
  display: -ms-flexbox;
  display: flex
}
.rfs-cc__iframe-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff
}
.btn-rfs-cc--show-details {
  margin-bottom: 1rem;
  margin-left: auto;
  cursor: pointer
}
.rfs-cc-visible {
  max-height: 1000px !important;
  visibility: visible !important
}
.label:not(.form-check-label):not(.custom-file-label), label:not(.form-check-label):not(.custom-file-label) {
  margin-top: .5rem
}
input[type=number] {
  -moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.btn-primary, .btn-primary:hover {
  color: #fff
}
.btn-primary:active, .btn-primary:focus {
  color: #fff !important
}
.btn-secondary, .btn-secondary:hover {
  color: #fff
}
.btn-secondary:active, .btn-secondary:focus {
  color: #fff !important
}
.btn-clear {
  padding: 0;
  font-size: 1rem;
  color: #fff
}
.btn-clear:hover {
  color: #10bbef;
  text-decoration: none
}
.btn-clear:active, .btn-clear:focus {
  color: #10bbef !important
}

.rfs-cc__categories .custom-control {
  margin-right: 30px;
}
.btn-rfs-cc--confirm-selection {
color: #b4b4b4;
  background-color: #f5f5f5;
}
.btn-rfs-cc--confirm-all {
background-color: #0044a3;
  border-color: #0044a3;
  margin-left:15px;
}
.btn-rfs-cc--confirm-all:hover  {
background-color: #6b7074;
  border-color: #6b7074;
}
.btn-rfs-cc {
  font-size: 18px;
}

.rfs-cc__categories .form-check-input {
  margin-right: 10px;
scale: 1.5;
}
