@import url(rte.css);
@import url(plugins.css);
/* ------------------- GRUNDGERÜST ------------------- */
* {
  margin: 0px;
  padding: 0px; 
}

body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  background-color: #000;
  padding: 0 0 3.125em;
}

:last-child {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
}

.header {
  position: absolute;
  width: 100%;
}

.header .container {
  background: #b80000;
  background: -webkit-linear-gradient( to right, #a10000, #de0000  );
  background: -o-linear-gradient( to right, #a10000, #de0000  );
  background: linear-gradient( to right, #a10000, #de0000  );
  color: white;
  position: relative;
  z-index: 50;
  padding-top: 15px;
}

#HeadPic {
  /*margin: 0 0 40px;*/ 
  padding: 0;
  z-index: -1;
  position: relative;
}

#HeadPic img {
  width: 100%;
  margin-top: 108px;
  margin-top: 153px;
}

#HeadPic .HeadPicContent {
  color: #cdc3b3;
  font-family: "ITCGaramondW01-LightIt",serif;
  left: 52%;
  line-height: 1;
  position: absolute;
  top: 50%;
  font-size: 4.875em;
  margin: 0 0 30px;
}

#HeadPic .HeadPicContent span {
  color: white;
  font-family: Arial,sans-serif;
  font-size: 0.25641em;
  padding: 0 0 0 1em;
  text-transform: uppercase;
}

#HeadPic .HeadPicContent span.NameImage {
  display: block;
  font-size: 14px;
  padding-top: 2px;
  text-transform: none;
}

#Logo {
  padding-left: 31px;  
}

#AllContent{
}

#ContentTop {
  margin-top: 26px;
  
  /*position: absolute;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);*/
  width: 1170px;
  
}
#ContentTop .container{
  background-color: #ece9e5;
}
#ContentTop  .block-contact-boxes .box {
  margin-bottom: 3.75em;
  text-align: left;
}

#ContentTop  .boxRight select {
  width: 165px;
}

#ContentTop .box .boxInner {
  padding: 3.75em 2.5em;
  margin-bottom: 3.75em;
  padding-bottom: 0;
  float:left;
}

#ContentTop  .box .boxInner {
  background: #ece9e5 none repeat scroll 0 0;
  color: #8b8274;
}
#ContentTop .box{
  
}
#ContentTop .box:first-child{
  
}
#ContentTop  .box:first-child .boxInner {
  margin-right: 16.6px;
  margin-left: 0;
  padding-bottom: 15px;
}

#ContentTop  .box:last-child .boxInner {
  margin-right: 0;
  margin-left: 16.6px;
}

#ContentTop  .box .boxInner {
  margin-right: 8.3px;
  margin-left: 8.3px;
}

#Content {
  background: white none repeat scroll 0 0;
  /*border-top: 2.25em solid #b80000;*/
  padding: 15px;
  padding: 2.85714em 15px;
  /*margin-top: -16em;*/
}

/*
#Content > .row > .col-xs-12 > .csc-default{
background: white none repeat scroll 0 0;

padding: 15px;
padding: 2.85714em 0;
margin-top: 26px;
}

#Content > .row > .col-xs-12 > .csc-default:first-child {
border-top: 2.25em solid #b80000;
}

*/

#Content > .row > div.col-xs-12 > .csc-default {
  padding: 0 2.85714em;
}

#ContentBottom {
  margin-top: 26px;
  background: #b80000 none repeat scroll 0 0;
  color: white;
  padding: 15px;
}

#ContentBottom > .row > div.col-xs-12 {
  padding: 24px;
}

#Content ul,
#Content ol {
  margin: 5px 0px 5px 20px;
}

#ContentTwo ul,
#ContentTwo ol {
  margin: 5px 0px 5px 12px;
}

.aeb-content {
  margin-left: 40px;
}

/* ----------------------- HAUPTNAVIGATION --------------------- */

#NavH {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1.875em 0 0;
  text-align: center;
}

#NavH .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#NavH .dropdown-menu .caret {
  display: none;
}

#NavH .navbar-default {
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#NavH .navbar-default {
  background-color: transparent;
  border: none;
}

#NavH .navbar {
  min-height: inherit;
  position: relative;
}

#NavH .navbar-collapse {
  max-height: inherit;
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}

#NavH .navbar-default .navbar-collapse, #NavH .navbar-default .navbar-form {
  border: none;
}

#NavH ul.nav.navbar-nav {
  list-style-type:none;
  /*
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  */
  justify-content: space-between;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
}

#NavH ul.nav.navbar-nav {
  float: none;
}

#NavH ul li:first-child {
  border-left: 0px solid white;
}

#NavH ul li {
  margin:0;
  padding: 0;
  border-left: 1px solid white;
  
  
  flex: 1 1 auto;
  
  -webkit-box-flex: 1;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  
  line-height: 1;
  text-align: center;
}

#NavH ul li ul li {
  border: none;
}

.aNavH, a.aNavH:link, a.aNavH:active, a.aNavH:visited,
.nav-tabs.nav-justified > li > a,
.navbar-brand, .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  display:block;
  margin:0;
  color: #fff;
  text-decoration:none;
  padding: 0 0 1em;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  text-shadow: none;
}

.aNavHActive, a.aNavHActive:link, a.aNavHActive:active, a.aNavHActive:visited, a.aNavH:hover,
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.nav > li > a:hover, .nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.nav-tabs.nav-justified > li > a.aNavHActive,
.navbar-brand, .navbar-nav > li > a.aNavHActive,
.navbar-default .navbar-nav > li > a.aNavHActive  {
  border: 1px solid white;
  display:block;
  margin:0;
  color: #fff;
  text-decoration:none;
  background: white none repeat scroll 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 -1em 0 1px white, 0 -1px 0 1px white;
  -webkit-box-shadow:  0 -1em 0 1px white, 0 -1px 0 1px white;
  -moz-box-shadow: 0 -1em 0 1px white, 0 -1px 0 1px white;
  color: #b80000;
  padding: 0 0 1em;
  font-weight: bold;
  text-shadow: none;
}

a.aNavH:hover{
  font-weight:normal;
}
#NavH ul li ul li {
  text-align: left;
  width: 100%;
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  margin-top: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 0px solid #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  text-align: left;
  margin-left: -1px;
}
.dropdown-menu > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  padding: 6px 50px;
  width: 100%;
  /*color: white;*/
  text-transform: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { 
  background: #cdc3b3 none repeat scroll 0 0;
  color: #626262;
  background-image: none;
}




/* ----------------------- BREADCRUMBS ------------------- */

#BreadCr{
  background-color:#F4F4F4;
  color:#999;
  font-weight:normal;
  padding:8px 0 8px 23px;
}

a.aBreadCr, a.aBreadCr:link, a.aBreadCr:active, a.aBreadCr:visited{
  text-decoration:none;
  color:#999;
}

a.aBreadCr:hover {
  text-decoration:underline;
}

/* ----------------------- METANAVIGATION ------------------- */

#NavP{
  padding-right: 107px;
  text-align: right;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

#NavP ul {
  list-style: outside none none;
  padding-left: 0;
}

#NavP ul li{
  border-left: 1px solid white;
  font-weight: normal;
  display: inline-block;
}

#NavP ul li:first-child {
  border: medium none;
}

#NavP a {
  cursor: pointer;
  line-height: 1;
  padding: 0 4px 0 5px;
  display: block;
  position: relative;
}

a.aNavP, a.aNavP:link, a.aNavP:active, a.aNavP:visited {
  text-decoration: none;
  color: #fff;
}

a.aNavP:hover,
a.aNavPActive {
  text-decoration: underline;
  color: #fff;
}

/* ----------------------- FOOTER --------------------- */
#Footer{
  background: #ece9e5 none repeat scroll 0 0;
  color: #8b8274;
  margin-top: 26px;
}

#Footer .FooterImage {
  text-align: center;  
}

#Footer .box {
  padding: 24px 0;
}

#Footer a, a.aFooter, a.aFooter:link, a.aFooter:active, a.aFooter:visited{
  text-decoration:none;
  color: #8b8274;
}

#Footer a:hover, a.aFooter:hover {
  text-decoration:underline;
}

/* -------------------------- Suche ---------------------------- */
#Suche{
  
}

#Suche form{
  display:inline;
  padding:0px;
  margin: 0px;
}

/* ------------------------- FORMULARE --------------------------- */
input, select, textarea{
  border: 1px solid #b4b6b9;
  background-color: #fff;
}

legend{
  display: none;
}

fieldset, form{
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

/* -------------------------- DIVERSES ---------------------------- */
/* ---- clear the new way ----- */
.clearer, .Clearer {
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

a img{
  outline: 0;
  border: 0px none;
}

.hide{
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline; 
}

hr{
  border-top: 1px dashed #9a8a8d;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  margin: 20px -40px !important;
}



/* MEDIA QUERIES */



@media (max-width: 991px){
.header .container{
  padding-top:10px;
  padding-bottom:10px;
}
/*
#Content {
margin-top: -12em;
}
*/
#ContentTop {
  width: 970px;
}
#HeadPic img{
  margin-top:166px;
}
}


/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
#HeadPic{
  margin-top: 40px;
  padding-top: 64px;
  padding-top: 74px;
}

#HeadPic img {
  width: 100%;
  margin-top: -8px;
  margin-top: 0;
}

#HeadPic .HeadPicContent {
  font-size: 31px;
}
#Content {
  /*margin-top: -6.8em;*/
}
#ContentTop .box{
  border-left: none;
}
#HeadPic .HeadPicContent span {
  font-size: 11px;
}

#NavH {
  position:relative;
  margin-top: -2.3em;/*-8.5%*/
}

.header .container{
  padding-top:17px;
  padding-bottom:17px;
}
#ContentTop .container{
  background-color: transparent;
}
#ContentTop .box .boxInner {
  /*float:none;*/
}

#markerlist > div > a > div {
  float: none !important;
  margin-left: 0 !important;
}

.aNavHActive, a.aNavHActive:link, a.aNavHActive:active, a.aNavHActive:visited, a.aNavH:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .nav-tabs.nav-justified > li > a.aNavHActive, .navbar-brand, .navbar-nav > li > a.aNavHActive, .navbar-default .navbar-nav > li > a.aNavHActive {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 14px 28px;
  text-align: left;
}

.aNavH, a.aNavH:link, a.aNavH:active, a.aNavH:visited, .nav-tabs.nav-justified > li > a, .navbar-brand, .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 14px 28px;
  text-align: left;
}

#NavH ul.nav.navbar-nav {
  display: block;
}

#ContentTop {
  margin-top: 1.875em;
  position: relative;
  transform: none;
  -webkit-transform: none;
  width: 100%;
}

#ContentTop .box .boxInner {
  margin-bottom: 0;
}

#ContentTop .box .boxInner {
  padding: 21px 15px;
  margin-bottom: 15px;
}

#ContentTop .box{
  background-color: #ECE9E5;
  margin-bottom: 16.3px;
  padding-bottom: 25px!important;
}
#ContentTop .box:last-child .boxInner,
#ContentTop .box .boxInner,
#ContentTop .box:first-child .boxInner {
  margin-left: 0;
  margin-right: 0;
}

#ContentTop .box:last-child .boxInner {
  margin-bottom: 0;
}




.slickSlider .video-js.vjs-default-skin {
  height: 527px !important;
  width: 100% !important;
}

#HeadPic {
  margin: 0 0 26px;
  margin: 0;
}
#Content > .row > div.col-xs-12 > .csc-default {
  padding: 0 2.85714em;
  padding-left:0px;
}
.csc-default.TextundBild .csc-textpic-text {
  padding: 0em 2.5em 4.28571em;
  padding-left:0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}

}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
.header .container {
  padding-top:10px;
  padding-bottom: 0px;
}
#NavH {
  margin-top: 50px;
  font-size: 0.8em;
}

#HeadPic .HeadPicContent {
  font-size: 51px;
}

#HeadPic .HeadPicContent span {
  font-size: 17px;
}

#ContentTop {
  margin-top: 1.875em;
  position: relative;
  transform: none;
  width: 750px;
}

#ContentTop .box .boxInner {
  margin-bottom: 0;
  float:none;
}
#ContentTop .box{
  background-color: #ECE9E5;
  margin-bottom: 16.3px;
  padding-bottom: 25px!important;
}
.slickSlider .video-js.vjs-default-skin {
  height: 527px !important;
  width: 750px !important;
}

.box .boxInner > div {
  padding: 0;
}

#NavP{
  padding-right:5px;
}

}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

.slickSlider .video-js.vjs-default-skin {
  height: 527px !important;
  width: 970px !important;
}
#ContentTop{
  width: 970px;
}

}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {

}

/* Toggle Navigation < 992px */
@media(max-width:1199px) {

#NavH ul li ul.dropdown-menu li {
  border-top: 1px solid #b80000;
}


@media (max-width: 400px){
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: none;
}
.csc-textpic-responsive{
  margin-bottom: 25px;
}
.csc-textpic-responsive h3{
  margin-top:5px!important;
}
}


@media (max-width: 375px){
a.aFooter, a.aFooter:link, a.aFooter:active, a.aFooter:visited {
  display: block;
}
/*
#Content {
margin-top: -3.6em;
}
*/
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}



}
h1{
  margin-top: 0.5em!important;
}
h1.csc-firstHeader{
  margin-top: 0px;
}


.toTop{
  margin-top:8px;
  cursor:pointer;
  text-align:right!important;
}

#ContentTwo div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px;
}
div.csc-textpic-left .csc-textpic-imagewrap{
  float:none;
}


.mapBackLink a{
  color: black;
}

.dropdown-meta{
  margin-bottom: 25px!important;
}
.dropdown-meta li{
  border: none!important;
}


.dropdown-meta li a{
  margin:0px!important;
  padding: 7px 14px!important;
  font-weight: normal!important;
  border:none!important;
}




.gesamteBreite .row  .col-xs-1:first-child, .gesamteBreite .row  .col-sm-1:first-child, .gesamteBreite .row  .col-md-1:first-child, .gesamteBreite .row  .col-lg-1:first-child, .gesamteBreite .row  .col-xs-2:first-child, .gesamteBreite .row  .col-sm-2:first-child, .gesamteBreite .row  .col-md-2:first-child, .gesamteBreite .row  .col-lg-2:first-child, .gesamteBreite .row  .col-xs-3:first-child, .gesamteBreite .row  .col-sm-3:first-child, .gesamteBreite .row  .col-md-3:first-child, .gesamteBreite .row  .col-lg-3:first-child, .gesamteBreite .row  .col-xs-4:first-child, .gesamteBreite .row  .col-sm-4:first-child, .gesamteBreite .row  .col-md-4:first-child, .gesamteBreite .row  .col-lg-4:first-child, .gesamteBreite .row  .col-xs-5:first-child, .gesamteBreite .row  .col-sm-5:first-child, .gesamteBreite .row  .col-md-5:first-child, .gesamteBreite .row  .col-lg-5:first-child, .gesamteBreite .row  .col-xs-6:first-child, .gesamteBreite .row  .col-sm-6:first-child, .gesamteBreite .row  .col-md-6:first-child, .gesamteBreite .row  .col-lg-6:first-child, .gesamteBreite .row  .col-xs-7:first-child, .gesamteBreite .row  .col-sm-7:first-child, .gesamteBreite .row  .col-md-7:first-child, .gesamteBreite .row  .col-lg-7:first-child, .gesamteBreite .row  .col-xs-8:first-child, .gesamteBreite .row  .col-sm-8:first-child, .gesamteBreite .row  .col-md-8:first-child, .gesamteBreite .row  .col-lg-8:first-child, .gesamteBreite .row  .col-xs-9:first-child, .gesamteBreite .row  .col-sm-9:first-child, .gesamteBreite .row  .col-md-9:first-child, .gesamteBreite .row  .col-lg-9:first-child, .gesamteBreite .row  .col-xs-10:first-child, .gesamteBreite .row  .col-sm-10:first-child, .gesamteBreite .row  .col-md-10:first-child, .gesamteBreite .row  .col-lg-10:first-child, .gesamteBreite .row  .col-xs-11:first-child, .gesamteBreite .row  .col-sm-11:first-child, .gesamteBreite .row  .col-md-11:first-child, .gesamteBreite .row  .col-lg-11:first-child, .gesamteBreite .row  .col-xs-12:first-child, .gesamteBreite .row  .col-sm-12:first-child, .gesamteBreite .row  .col-md-12:first-child, .gesamteBreite .row  .col-lg-12:first-child{
  padding-right:0;  
}


.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 15px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 2px;
  box-sizing: border-box;
  border: 8px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
  transform: rotate(900deg);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
  transform: rotate(1800deg);
}
}

.mapBackLink a {
    background: #a3170c;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    animation: ;
    float: right;
    margin-top: 10px;
}
.mapBackLink a:hover, .powermail_submit:hover {
    background: #8b8274;
  }

/*### neue karriereseite #### */
body.karriere {
  background: #e5e5e5;
}

.align-center.bg-grey {
  background: #ededed;
  padding: 3px 30px 33px;
  color: #e40521;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  margin-top: 44px;
  min-height: 110px;
}

.align-center.bg-grey h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  color: #e40521;
  font-weight: 600;
  font-size: 21px;
}

#c7721 {
  background: #ededed;;
}
#c7726 {
  padding: 20px;
}

#c7721 .col-xs-12.col-sm-4.col-md-6, #c7721 .col-sm-4 {
  margin-bottom: 0!important;
}

#c7729 a:hover {
  filter: grayscale(100%);
}

body.karriere #ContentTwo {
  background: #fff;
  margin-top: 30px;
  padding: 58px;
}
body.karriere #ContentTop {
  display: none;
}


