/*=====================================================================================*/
/* GLOBAL */
/*=====================================================================================*/

*{
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, ection, summary {
  display: block;
}

body {  
  color: #666666;
  font-family: arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
}

html, body{
  /*overflow-x: hidden;*/
  height: 100%;
}

a, button{
  cursor: pointer;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  color: #292d28;
  font-size: 1em;
  outline:none; 
  text-decoration: none;  
}

a:focus, a:active, a:hover{
  color: inherit;
  outline:none;
  text-decoration: none;  
}

h1{
  font-size: 3.5em;
  font-weight: 200;
  line-height: 1em;
}

h2{
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 40px;
}

h3{
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2em;
}

h4{
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

@media (max-width: 767px){
  h1{
    font-size: 2em;
  }

  h2{
    font-size: 1.5em;
  }
}
@media (max-width: 1000px){
  #kompass { display:none; }
}

.wrap-content .csc-textpic img{
  width: 100%;
  height: auto;
}

.wrap-content p{
  padding-bottom: 20px;
  line-height: 1.2em;
}

.wrap-content em,
.wrap-content i{
  font-style: italic;
  color: #ff4e4b;
}

.wrap-content b, 
.wrap-content strong{
  font-weight: 700;
}

.wrap-content ul.content-list{
  padding-left: 20px;
  list-style-type: none;
}

.wrap-content ul.content-list li{ 
  margin: 10px 0;
  position: relative;
}

.wrap-content ul.content-list li:before {
  content: "•";
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 1.5em;
  color: #666;
}

.wrap-content ul.content-list ul{
  font-weight: 300; 
  color: #292d28;
  list-style-type: none;
}

.wrap-content ul.content-list li ul li { 
  margin: 8px 0;
  padding-left: 25px;
  text-indent: -25px;
}

.wrap-content ul.content-list li ul li:before {
  content: "■";
  padding-right: 10px;
  color: #292d28; 
}

.wrap-content .container .row .inner {
  background-color:rgba(255,255,255,0.4);
  color:#000;
  padding:18px;
  margin-bottom:30px;
}

#sub-nav {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#sub-nav li {
  
}
#sub-nav li:first-child {
  font-family:'OfficinaSansITCStd-Bold';
}
#sub-nav li a {
  
}
#sub-nav li a:hover, #sub-nav li a.active {
  color:#c94f14;
}

/*--- FORMULAR ---*/
.tx-form fieldset{
  border: none;
  margin: 0;
  padding: 0;
}

.tx-form fieldset legend{
  display: none;
}

.tx-form fieldset label, .tx-form label{
  display: block;
  font-size: 1.0em;
  line-height: 1.0em;
  padding-bottom: 2px;
  padding-top: 10px;
  color:#666666;
  font-weight:600;
}

.tx-form form { margin-top:14px; }

.tx-form form ol { list-style-type:none; }

input[type=text] { font-size:0.75em; }

.tx-form input[type=text], 
.tx-form input[type=password],
.tx-form textarea{
  background: #d4d4d4;
  border: none;
  border-right:2px solid #5d5c5c;
  border-bottom:2px solid #5d5c5c;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 15px;
  resize: none;
  width: 100%;
  color:#272627;
}

.tx-form textarea{
  min-height: 130px;
  color:#272627;
  border: none;
  border-right:2px solid #5d5c5c;
  border-bottom:2px solid #5d5c5c;
}

.tx-form input[type=submit]{
  background: #272627;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 15px 50px;
  text-align: center;
  float:right;
}

@media (max-width: 767px){
  .tx-form input[type=submit]{
    width: 100%;
  }
}

/*--- Helper Classes ---*/
.img-responsive{
  max-width: inherit;
  min-width: 100%;
}

.no-padding{
  padding: 0!important;
}

.center{
  text-align: center;
}

.line-grey{
  width: 100%;
  border-top: 1px solid #d3cecc;
}

.round-corners{
  border-radius: 4px;
}

.spacer{
  height: 30px;
  width: 100%;
  float: left;
}

@media (max-width: 767px){
  .spacer{
    height: 15px;
  }
}

.table{
  display: table;
  margin-bottom: 0;
}

.table-cell{
  display: table-cell;
  vertical-align: middle;
}

/*=====================================================================================*/
/* FARBEN UND ELEMENTE*/
/*=====================================================================================*/

/*--- Button ---*/
.button:not(div),
.button > a{
  display: inline-block;
  padding: 10px 20px;
  background-color: #292d28;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}
.button:not(div):after
.button > a:after{
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-size: 20px;
  content:'\E224';
  font-size: 11px;
  padding-left: 10px;
}

.button:not(div):hover,
.button > a:hover{
  background-color: #131412;
  color: #ffffff;
}

.button:not(div).red,
.button.red > a{
  background-color: #d6312d;
}

.button.red:not(div):hover,
.button.red > a:hover{
  background-color: #ff4e4b;
}

@media (max-width: 767px){
  .button:not(div),
  .button > a{
    width: 100%;
    margin-bottom: 5px;
  }
}
 
/*=====================================================================================*/
/* SEITENAUFBAU */
/*=====================================================================================*/

/*--- Head ---*/
#header-container {
  position:relative;
}

#wrap-head{
  background:#e7e7e7 url(../images/header_background.gif) repeat-x;
  position:relative;
  color:#fff;
  height:204px;
  width:100%;
}

.gs-header { height:81px; text-align:right; }
.radura-header { height:83px; }
.nav-header { height:40px; }

#logo-gs {
  display:inline-block;
  right:0px;
  top:0px;
  width:447px;
  height:32px;
  background:url(../images/logo_group_schumacher.png) no-repeat 0px 0px;
  overflow:hidden;
  line-height:1000px;
  margin-top:30px;
}

#logo-radura {
  display:block;
  width:204px;
  height:51px;
  background:url(../images/logo_radura.png) no-repeat 0px 0px;
  overflow:hidden;
  line-height:1000px;
  float:left;
  margin-top:20px;
}

#logo-parts {
  display:block;
  width:107px;
  height:28px;
  background:url(../images/parts_logo.png) no-repeat 0px 0px;
  overflow:hidden;
  line-height:1000px;
  float:right;
  margin-top:44px;
}

@media (max-width: 991px){

}

/*--- Main Navigation ---*/
.main-navi{
  width: 100%;
}

.main-navi > ul{
  height: 40px;
  list-style: none;
}

.main-navi > ul > li{
  height: 40px;
  float: left;
  position: relative;
}

.main-navi > ul > li > a{
  display: block;
  padding: 11px 35px;
  margin-left:2px;
  color: #FFFFFF;
  line-height: 1.5em;
  font-weight:600;
  font-size:0.85em;
  text-transform:uppercase;
  height:40px;
}

.main-navi > ul li a.active,
.main-navi > ul li a:hover{
  background:#555;
}


/*--- Dropdown Navigation ---*/
.main-navi > ul > li > ul{
  display: none;
  position: absolute;
  min-width: 150px;
  top: 41px;
  left: 2px;
  z-index: 3000;
  padding: 0;
  background: rgba(102,102,102,0.5);
  list-style: none;
  font-weight:600;
  font-size:0.8em;
  list-style-type:none;
}

.main-navi > ul > li.navi-last > ul{
  right: -1px;
  left: inherit;
}

.main-navi > ul > li > ul > li > a{
  display: block;
  color: #fff;
  padding: 2px 35px;
  border-bottom:0px;
}
.main-navi > ul > li > ul > li > a.active, .main-navi > ul > li > ul > li > a:hover { border-bottom:0px; color:#e5e5e5; }


.main-navi > ul > li > ul > li > ul > li > a{
  display: block;
  color: #fff;
  padding: 0px 30px;
  border-bottom:0px;
}
.main-navi > ul > li > ul > li > ul > li > a.active, .main-navi > ul > li > ul > li > ul > li > a:hover { border-bottom:0px; color:#e5e5e5; }


/*--- Breadcumbs ---*/
.breadcumbs a { color:#666666; }

/*--- Mobile Navigation ---*/
.menu-btn{
  content: ;
  height: 40px;
  width: 40px;
  float: left;
  cursor: pointer;
  color:#fff;
}

.menu-btn span{
  display: block;
}

.menu-btn span:before{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.6em;
  vertical-align: center;
  padding-top: 6px;
  margin-left: -15px;
}

.menu-btn:hover{
  color: #666666;
}

.pushy{
  background:#333333;
}

.pushy .btn-close{
  float: none;
  width: inherit;
  height: inherit;
  position: relative;
}

.pushy .btn-close span{
  display: inline-block;
  float: right;
}

.pushy .btn-close span:before{
  padding-top: 0;
  font-size: 1em;
  display: inline-block;
}

.pushy ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.pushy ul li.mobile-btn > a span{
  float: right; 
}

.pushy ul li.mobile-btn > a span:before{
  float: right;  
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: lr-tb;
}

.pushy ul li.mobile-btn > a.mobile-active span:before{
  float: right;  
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
}

.pushy ul li a{
  display: block;
  padding: 27px 20px 23px;
  color: #fff;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
}

.pushy ul li a:hover{
    background: #2b2b2b;
}

.pushy ul li a.mobile-active{
  background: #2b2b2b;
  border-bottom: 1px solid #000;  
}

.pushy ul li ul{
  display: none;
}

.pushy ul li ul li a{
  padding: 18px 20px 14px;
  background: #363636;
  border-bottom: 1px solid #000;  
  text-transform: inherit;
}

.pushy ul li ul li a:after{
  display: none;
}

.pushy ul li ul li a:hover{ 
  background: #2b2b2b;
}

#lang-select {
  font-size: 1em;
  position: absolute;
  right: 15px;
  top: 81px;
  z-index: 999;
  text-align:left;
  font-weight:bold;
  width:130px;
  cursor:pointer;
}
#lang-select img { 
  margin-right:5px;
}
#lang-select > span#current {
  display:block;
  background:#808080;
  color:#fff;
  padding:2px 4px;
}

#lang-select > ul {
  list-style-type:none;
  background:#808080;
  display:none;
  border-top:1px solid #555;
}
#lang-select > ul > li {

}
#lang-select > ul > li > a {
  display:block;
  background:#808080;
  color:#fff;
  padding:2px 4px;
  font-size:0.8em;
}
#lang-select > ul > li > a:hover {
  background:#555;
}

/*--- Footer ---*/
#wrap-footer{
  padding: 10px 0;
  min-height:150px;
  background-color: #0069b3;
  color:#fff;
  font-size:0.8em;
  width:100%;
  overflow-x:hidden;
}
#wrap-footer .container {
  position:relative;
}

#wrap-footer ul{
  margin: 15px 0;
  list-style: none;
}
#wrap-footer ul li ul { margin:5px 0; }

#wrap-footer ul > li{
  float: left;
  width:14.2%;
  padding-right:20px;
}
#wrap-footer  ul > li:last-child {
  padding-right:0px;
}

#wrap-footer ul li a {
  display:block;
  text-transform:uppercase;
  font-weight:bold;
}

#wrap-footer ul li ul li {
  float:none;
  font-size:0.9em;
  display:block;
  padding-right:0px;
  width:100%;
}

#wrap-footer ul li ul li a {
 border:none;
 padding-bottom:0px;
 font-weight:normal;
}

#wrap-footer a{
  color: #fff;
}

#col-footer-lastnav {
  text-align:right;
}

@media (max-width: 768px){
  #wrap-footer ul > li{
    float: none;
    width:100%;
    padding-right:0px;
    text-align:center;
  }
  
  #col-footer-address {
    text-align:center;
  }
  #col-footer-lastnav {
    text-align:center;
  }
}
@media (max-width: 991px){

}

#wrap-footer-bottom {
  background-color:#000000;
  color:#fff;
  padding: 10px 0;
  font-weight:bold;
}
#wrap-footer-bottom a {
  color:#fff;
  text-transform:uppercase;
}

/*=====================================================================================*/
/* CONTENT ELEMENTE */
/*=====================================================================================*/

.wrap-gallery {
  background:#afb0b3;
  width:100%;
  overflow-x:hidden;
}

#wrap-title {
  width:100%;
  height:50px;
  position:absolute;
  margin-top:-100px;
}
#hero-image-title {
  
}
#hero-image-title h1 {
  font-size:2.5em;
  color:#fff;
  background:none;
  text-align:right;
  margin:0px;
  padding:0px;
  height:50px;
  margin-right:15px;
  font-weight:bold;
}

.hero-image {
  height:313px;
  background-position:center center;
  background-size:cover;
}

#wrap-hero-box {
  width:100%;
  height:87px;
  position:absolute;
  margin-top:-87px;
}
#wrap-hero-box .hero-image-box {
  opacity:0.8;
  height:87px;
  width:477px;
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease;
}
#wrap-hero-box .hero-image-box:hover {
  opacity:1;
}
#wrap-hero-box .hero-image-box  a {
  display:block;
  height:87px;
  width:447px;
  padding:57px 0 0 57px;
}
#wrap-hero-box .hero-image-box h1 {
  margin:0px;
  padding:0px;
  color:#fff;
  text-shadow:none;
  font-size:1.6em;
  font-weight:bold;
}
#wrap-hero-box .hero-image-box a {
  color:#fff;
}

@media (max-width: 767px){
  #hero-image-title h1 { font-size:2em; margin-right:30px; }
  #wrap-title { margin-top:-50px; }
  
  #wrap-hero-box {margin-top:-174px;}
  
}

/*--- Content ---*/
.wrap-content{
  min-height: 400px; 
  background-size: cover;
  width:100%;
  overflow-x:hidden;
}

.wrap-content > .container{
  padding-top: 20px;
  position:relative;
}

@media (max-width: 767px){
  .wrap-content > .container{
    padding-top: 20px;
  }
}

/*--- Slideshow Home/Head---*/
.slideshow{
  width: 100%;
  position: relative;
  max-height:450px;
  overflow:hidden;
}

.slick-slider {
  margin-bottom: 0px;
}

@media (max-width: 991px){
  .slick-slide img{
    width: 100%;
    height: auto;
  }
}

.slideshow .slick-next,
.slideshow .slick-prev,
.slideshow-referenz-galery .slick-next, 
.slideshow-referenz-galery .slick-prev {
  width: 50px;
  height: 50px;
  background-color: rgb(73, 78, 71); 
  background-color: rgba(73, 78, 71, 0.8); 
  margin-top: -25px;
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease;
}

.slideshow .slick-next:before,
.slideshow .slick-prev:before,
.slideshow-referenz-galery .slick-next:before, 
.slideshow-referenz-galery .slick-prev:before {
  font-family: "Glyphicons Regular";
  color: #fff;
}

.slideshow .slick-next:before,
.slideshow-referenz-galery .slick-next:before {
  content:'\E224';
}

.slideshow .slick-next,
.slideshow-referenz-galery .slick-next {
  right: -80px;
  opacity:0;
}

.slideshow:hover .slick-next,
.slideshow-referenz-galery:hover .slick-next {
  right: 25px;
  opacity:1;
}
.slideshow-referenz-galery:hover .slick-next { right:41px; }

.slideshow .slick-prev:before, 
.slideshow-referenz-galery .slick-prev:before {
  content:'\E225';
}

.slideshow .slick-prev, 
.slideshow-referenz-galery .slick-prev {
  left: -80px;
  opacity:0;
}

.slideshow:hover .slick-prev, 
.slideshow-referenz-galery:hover .slick-prev {
  left: 25px;
  opacity:1;
}

.slideshow .slick-dots{
  bottom: 20px;
  text-align: center;
}

.slideshow .slick-dots li{
  margin: 0 10px;
}

.slideshow .slick-dots li button{
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  padding: 0;
}

.slideshow .slick-dots li.slick-active button{
  background: #fff;
}

.slideshow .slick-dots li button:before{
  display: none;
}

.slideshow .slick-slide{
  position: relative;
}

.slideshow .slideshow-content{
  width: 100%;
  height:88px;
  top:80px;
  position: absolute;
  left: 0px;
  z-index: 2000;
}

.slideshow .slideshow-content .slideshow-content-square{
  color: #fff;
  width:100%;
  text-align:center;
}

.slideshow .slideshow-content .slideshow-content-square h1{
  font-size: 3.75em;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 100;
  color:#fff;
  display:inline-block;
  padding:45px 70px;
  margin-top:0px;
}
.slideshow .slideshow-content .slideshow-content-square a {
  display:inline-block;
  background:#000;
  color:#fff;
  font-size:2.0em;
  font-weight:bold;
  padding:20px 60px;
  margin-top:45px;
}

.slideshow .slideshow-content .slideshow-content-square .line {
  width:100%;
  height:6px;
  background:url(../images/gallery_line.png) no-repeat center 0px;
}

.slick-list { max-height:450px; overflow:hidden; }

.slick-slide img { height:313px; }

.responsive-gallery .large { position:relative; margin-bottom:20px; }
.responsive-gallery .large a { display:block; overflow:hidden; position:absolute; top:0px; }
.responsive-gallery .large img {  }
.responsive-gallery .small { margin-bottom:40px; }
.responsive-gallery .small img { width:25%; height:auto; display:block; float:left; margin-right:20px; cursor:pointer; }
.responsive-gallery .small img:last-child { margin-right:0px; }

@media (max-width: 1199px){
  .slideshow .slideshow-content { top:40px; }
  .slideshow .slideshow-content .slideshow-content-square h1{ font-size: 2em; }
  .slideshow .slick-dots{ opacity:0; }
  .reflink { display:none; }
}

@media (max-width: 991px){


}

/*--- Content Elemente ---*/
.align-center { text-align:center; }

.content-element{
  margin-bottom: 40px;
}

@media (max-width: 767px){
  .content-element{
    margin-bottom: 20px;
  }
}

.wrap-content h1 { text-shadow:none; margin:25px 0; font-size:2.0em; font-weight:600; }
.wrap-content h2 { text-shadow:none; margin:0 0 15px 0; font-size:1.375em; font-weight:600;}
.wrap-content p { }

.col-center a { display:inline-block; padding:4px 30px; background:#666666; color:#fff; font-weight:600; }

.wrap-content hr { width:100%; height:31px; border:0px; border-top:1px solid #767676; }

.section { padding:20px 0px; margin:20px 0px; }
.section.layout-1 { background-color:#999999; color:#fff; }
.wrap-content .section.layout-1 ul.content-list li:before { color:#fff; }
.section.layout-2 { background-size:cover; }

/*--- TT:Content Sitemap ---*/
.sitemap{
  margin-top: 40px;
}

.sitemap ul{
  list-style: none;
}

.sitemap ul li a{
  display: block;
  padding: 10px;
  font-size: 1.2em;
}

.sitemap ul li a:hover{
  color:#fff;
  background: #d6312d;
}

.sitemap ul li .title{
  padding-right: 5px;
}

.sitemap > ul > li > a{
  display: none;
}

.sitemap > ul > li > ul > li{
  font-weight: 500;
  height: 450px;
}

@media (max-width:992px){
  .sitemap > ul > li > ul > li{
    height: inherit;
  }
}

.sitemap > ul > li > ul > li > ul{
  margin-bottom: 30px;
}

.sitemap > ul > li > ul > li > ul > li{
  font-weight: 300;
  border-bottom: solid 1px #cccccc;
}

.sitemap > ul > li > ul > li > ul > li > ul{
  display: none;
}

/*--- Formular ---*/
#kontaktformular ol{
  list-style: none;
}


/*--- Box mit Icon ---*/
.box {
  background-color:#fff;
  position:relative;
}
.box img {
  margin-bottom:70px;
  max-height:210px;
}
.box .icon-wrapper {
  text-align:center;
  width:100%;
  position:absolute;
  margin-top:-110px;
}
.box .icon-wrapper-inner {
  display:block;
  margin:0px auto;
  height:80px;
  width:80px;
  border-radius:50%;
  padding:10px;
  background:rgba(255,159,23,0.7);
  font-size:3.0em;
  color:#fff;
  
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;

  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;

  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;

  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}
.box h1 {
  text-align:center;
  text-transform:none;
}
.box .box-content {
  text-align:center;
}

#to-top {
  height:50px;
  width:50px;
  background:url(../images/to_top.png) no-repeat;
  cursor:pointer;
  
  position:absolute;
  right:0px;
  top:-60px;
}

.grey-background {
  font-size:1.2em;
  background:#cdcdce;
}
.grey-background .row {
  border:2px solid #272627;
  padding:60px;
}
.image-embed-item {
  max-width: 100%;
  height: auto;
  display:block;
}