/* Colors
 *
 * red:     #9c242d
 * grey:    #383837
 *
 */


html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    color: #5b5b5b;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 2.75rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

h4 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 0.5rem 0;
}

h2 span,
h3 span,
h4 span {
    color: #9c242d;
}

a {
    color: #9c242d;
    text-decoration: none;
    outline: 0;
}

a:hover, 
a:active {
    color: #9c242d;
    text-decoration: none;
}

img {
    border: 0;
}

.text-small {
    font-size: 1rem;
    font-weight: 300;
}

.text-big {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
}

.text-red {
    color: #9c242d;
}

.align-center {
    text-align: center;
}

.container-fluid {
    padding: 0;
}

.container-grey {
    background-color: #ededed;
    padding: 70px 0;
}

.container-lines {
    background-image: url(../img/container_lines_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (min-width:1200px) {
    .container {
        width: 1100px;
    }
}

.container-no-space {
    margin: 20px -12px 0 -12px;
    padding: 20px;
}

.container-no-space h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.25rem;
}

.container-no-space img {
    margin: 20px 0;
}

.container-red {
    background: #9c242d;
    color: #fff;
}

.container-grey-light {
    background: #9a9a9a;
    color: #fff;
}

.container-grey-lighter {
    color: #383837;
    background: #e7e7e7;
    padding: 40px 0;
    font-size: 25px;
}

.container-grey-lighter p {
    margin: 0;
}

.container-grey-dark {
    background: #2e2e2e;
    color: #fff;
}

.container-yellow {
    background: #eeae00;
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
}

.container-yellow p {
    margin: 0;
}

.container-yellow b {
    font-weight: 500;
}


.invisible {
    opacity: 0;
}

.visible {
    opacity: 1;
}


/*
 * Header
 */
nav {
    background: #fff;
}

nav li a {
    color: #383837;
    text-transform: uppercase;
}

nav li.active a,
nav li > a:focus,
nav li > a:hover {
    background: none;
    color: #9c242d;
}

nav .navbar-main li a {
    font-size: 1.25rem;
    font-weight: 500;
}

nav .navbar-top li a {
    font-size: .8125rem;
}

nav .dropdown > .dropdown-menu {
    margin: 0;
}

nav .dropdown > .dropdown-menu li a {
    text-transform: none;
    padding: .25rem 1rem;
}

nav .dropdown:hover > .dropdown-menu {
    display: block;
}

nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}


/*
 * Teaser
 */
#teaser {
    padding-top: 114px;
/*
  position: fixed;
  top: 0;
  padding-top: 130px;
  height: 430px;
  width: 100%;
*/
}
 
/*
 * Content
 */
#content {
    min-height: 500px;
    padding-top: 30px;
    background: #fff;
    font-weight: 300;
}

#content .csc-textpic-imagewrap caption {
    font-size: 1rem;
    text-align: center;
}

#content .csc-textpic-center .csc-textpic-imagecolumn {
    margin: 0 10px;
}

#content div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img.col-xs-12 { 
    margin-bottom: 10px; 
}

#content #c44 {
    margin-top: -150px;
}

#content ul.contentlist {
    margin: 20px 0;
    padding: 0;
}

#content ul.contentlist li {
    list-style: none;
    padding: 0 0 10px 30px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 300;
}

#content ul.contentlist li:last-child {
    border-bottom: 0;
}

#content ul.contentlist li:before {
    content: "";
    position: relative;
    left: -15px;
    background-color: #d8d8d8;
    
    display:inline-block;
    width: 10px;
    margin-left: -10px;
    height: 10px;
    border-radius: 50%;
}


/*
 * Carousel
 */
.carousel-full {
    margin-bottom: 12px;
}

.carousel-full .item-inner {
    background-size: cover;
    background-position: center top;
    height: 800px;
}

.carousel-full .item-text {
    text-align: center;
    padding-top: 300px;
}

.carousel-full .item-text h1 {
    font-size: 3.5rem;
    line-height: 5rem;
    display: inline-block;
    color: #fff;
    background: #9c242d;
    margin: 0;
    padding: 0 1rem;
}

.carousel-full .item-text h3 {
    font-size: 2.5rem;
    line-height: 4rem;
    display: inline-block;
    color: #fff;
    background: #383837;
    font-weight: 300;
    margin: 0;
    padding: 0 1rem;
    text-transform: none;
}

.carousel-full .item-text h3 p {
    margin-bottom: 0;
}

.carousel-full .carousel-indicators {
    bottom: 0;
    margin-bottom: -12px;
    height: 26px;
}

.carousel-full .carousel-indicators li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c3c2c2;
    border: 3px solid #fff;
    border-radius: 20px
}

.carousel-full .carousel-indicators .active {
    width: 26px;
    height: 26px;
    margin: 2px;
    background-color: #9c242d;
}

.carousel-full .carousel-control-prev {
    left: 20px;
}

.carousel-full .carousel-control-next {
    right: 20px;
}

.carousel-notebook {
    margin: 60px auto 0;
    background: url(../img/slider_notebook.png) no-repeat center top;
    padding-top: 82px;
}

.carousel-notebook .carousel-inner {
    width: 675px;
    height: 550px;
    margin: 0 auto;
}

.carousel-notebook .carousel-inner .item-image {
    position: relative;
}

.carousel-notebook .carousel-inner .item-image .item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #f5545c;
    background: rgba(245, 84, 92 , .9);
    padding-top: 50px;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

.carousel-notebook .carousel-inner .item-image:hover .item-text {
    opacity: 1;
}

.carousel-notebook .carousel-inner h4 {
    margin-top: 100px;
    text-align: center;
}

.carousel-display {
    margin: 60px auto 0;
    background: url(../img/slider_display.png) no-repeat center top;
    padding-top: 48px;
}

.carousel-display .carousel-inner {
    width: 740px;
    height: 570px;
    margin: 0 auto;
}

.carousel-display .carousel-inner .item-image {
    position: relative;
}

.carousel-display .carousel-inner h4 {
    margin-top: 110px;
    text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
    width: 120px;
    height: 80px;
    filter: none;
    opacity: .8;
    top: 50%;
    margin-top: -40px;
}

.carousel-control-prev {
    background: none;
    filter: none;
    background: url(../img/slider_prev.png) center center no-repeat;
}

.carousel-control-next {
    background: none;
    filter: none;
    background: url(../img/slider_next.png) center center no-repeat;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    filter: none;
    opacity: 1;
}


/*
 * Teaser
 */
.teaser {
    background-size: cover;
    background-position: center top;
    height: 300px;
}

.teaser .teaser-inner {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.teaser .teaser-inner-left {
    top: 35%;
    transform: translateY(-35%);
}

.teaser .teaser-inner-right {
    top: 100%;
}

.teaser .teaser-inner h1 {
  font-size: 58px;
  line-height: 1.1em;
  display: inline-block;
  color: #fff;
  background: #9c242d;
  margin: 0;
  padding: 10px 15px;
}

.teaser .teaser-inner h3 {
  font-size: 40px;
  line-height: 1.1em;
  display: inline-block;
  color: #fff;
  background: #383837;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  text-transform: none;
}

.teaser .teaser-link {
    text-align: center;
    top: 50%;
    position: relative;
}

.teaser-special .teaser-inner h1 {
    font-size: 80px;
    padding: 10px 25px;
}

.teaser-special .teaser-inner h3 {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 35px;
}

.teaser-special .teaser-inner h3 span {
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    margin: 5px 0 0 0;
    line-height: 1.2em;
    background: rgba(56, 56, 55, .8);
}



/*
 * Gallery
 */
.gallery .gallery-image {
  height: 360px;
  margin-bottom: 20px;
  position: relative;
}

.gallery .gallery-image a {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.gallery .gallery-image a img {
  margin: 0 auto;
}

.gallery .gallery-image a.active {
  display: block;
}


.gallery .gallery-caption {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 0 0 20px 0;
  text-align: center;
}

.gallery .gallery-thumbs {
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}

.gallery .gallery-thumbs .col-sm-3 {
  padding-left: 0;
  padding-right: 20px;
}

.gallery .gallery-thumbs .gallery-thumb {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  background: #d8d8d8;
}

.gallery-fade { 
    position: relative;
}

.gallery-fade > div { 
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}


/*
 * Video
 */
.video {
  margin: 0 auto;
  width: 933px;
  height: 557px;
  background: url(../img/slider_notebook.png) no-repeat;
  padding: 80px 0 0 120px;
}

.video-inner {
  width: 695px;
  height: 405px;
}


/*
 * Jobs
 */
.job {
    margin-bottom: 30px;
}

.job h3 {
  font-size: 24px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0 0 20px 0;    
}

.jobs tr.clickable-row:hover {
    background-color: #f5e9ea;
    cursor: pointer;
}

/*
 * Forms
 */
.form-control {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #5b5b5b;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #5b5b5b;
    opacity: 1;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #5b5b5b;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #5b5b5b;
    font-weight: 300;
}

textarea.form-control {
  height: 235px;
}

label strong {
  font-weight: 300;
  color: #9c242d;
  font-size: 14px;
}

.form-submit {
  margin-top: 15px;
}

.btn-info,
a.btn-info {
    color: #fff;
    background-color: #f5b02c;
    border: none;
    line-height: 60px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
}

.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:hover {
    color: #fff;
    background-color: #f5b02c;
    border: none;
}

.btn:active,
.btn:hover {
    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)
}

.btn-round,
a.btn-round {
    color: #fff;
    background-color: #9c242d;
    border: none;
    line-height: 130px;
    height: 130px;
    width: 130px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 65px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-round:focus,
.btn-round:active,
.btn-round:active:focus,
.btn-round:active:hover,
.btn-round:hover {
    color: #fff;
    background-color: #9c242d;
    -webkit-box-shadow: none;
    box-shadow: none;
}




/*
 * Footer
 */
footer {
  padding-bottom: 70px;
  color: #fff;
  background: #9c242d;
}

footer a,
footer a:visited, 
footer a:hover, 
footer a:active, 
footer a:link {
    color: #fff;
}

footer .row-content {
  padding: 50px 0;
  line-height: 1.8em;
  font-size: 14px;
}

footer .row-content .col-sm-6 {
  padding-right: 50px;
}

footer .row-content .text-big {
  font-size: 24px;
  line-height: 1.4em;
}

footer .row-content .text-big b {
  font-weight: 500;
}

footer .row-nav .col-sm-3 {
  padding: 30px 15px;
}

footer .row-nav .col-bg-dark {
  background: #7d1d24;
}

footer .row-nav .col-bg-light {
  background: #8c2028;
}


footer .nav > li > a {
  padding: 5px 0;
  font-size: 20px;
}

footer .nav > li > a:focus, 
footer .nav > li > a:hover {
  background: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/*
 * Table
 */
table.contenttable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table.contenttable > thead > tr > th,
table.contenttable > tbody > tr > th,
table.contenttable > thead > tr > td,
table.contenttable > tbody > tr > td {
    padding: 8px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

table.contenttable tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.contenttable tr:nth-of-type(even) {
    background-color: #fff;
}


@media (max-width: 991px) {

  body {
      font-size: 18px;
  }
  
  h1 {
      font-size: 40px;
  }
  
  h2 {
    font-size: 40px;
  }
  
  h3 {
    font-size: 16px;
  }
  
  h4 {
    font-size: 24px;
  }

  .text-small {
    font-size: 14px;
  }

  .text-big {
    font-size: 22px;
  }

  #header {  
      height: 110px;
  }

  #header .nav > li > a {
      padding: 10px 0 0 15px;
  }
  
  #header .navbar-main > li > a {
    font-size: 18px
  }

  #header-navi {
    padding-top: 40px;
  }
  
  #header-top {
    position: absolute;
    right: 15px;
    top: 5px;
  }
  
  #teaser {
    padding-top: 110px;
  }

  #content .csc-textpic-imagewrap caption {
    font-size: 16px;
  }
  
  .carousel-full .item-text h1 {
    font-size: 36px;
  }
  
  .carousel-full .item-text h3 {
    font-size: 28px;
  }

  .carousel-full .item-inner {
      background-position: center center;
      height: 500px;
  }
  
  .carousel-full .item-text {
    text-align: center;
    padding-top: 200px;
  }

  .carousel-control {
      width: 59px;
      height: 40px;
      margin-top: -20px;
  }
  
  .carousel-control.left {
    background: url(../img/slider_prev_small.png) no-repeat;
  }
  
  .carousel-control.right {
    background: url(../img/slider_next_small.png) no-repeat;
  }

  .carousel-notebook {
    margin: 30px auto 0;
    background: none;
    padding-top: 20px;
  }
  
  .carousel-notebook .carousel-inner h4 {
    margin-top: 15px;
    text-align: center;
  }
  
  .carousel-notebook .carousel-control {
      top: 40%;
      margin-top: -40px;
  }
  
  .carousel-display {
    margin: 30px auto 0;
    background: none;
    padding-top: 20px;
  }
  
  .carousel-display .carousel-inner {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  
  .carousel-display .carousel-inner h4 {
    margin-top: 15px;
    text-align: center;
  }

  .teaser .teaser-inner h1 {
    font-size: 48px;
  }
  
  .teaser .teaser-inner h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  h2 {
    font-size: 28px;
  }
  
  h4 {
    font-size: 20px;
  }

  #header {  
      height: auto;
  }
  
  #header #logo {
    width: 75%;
    padding: 30px 0 20px 0;
  }
  
  #header button {
    padding: 0;
    margin: 45px 0 0 0; 
  }

  #header button i {
    color: #9c242d;
  }
  
  #header-navi {
    padding-top: 0px;
  }
  
  #header ul.navbar-nav {
    margin-top: -10px;
    padding-bottom: 15px;
  }
  
  #header-top {

  }

  #header-top .dropdown-menu {
      min-width: 80px;
  }

  #header-top .navbar-nav .open .dropdown-menu {
    position: relative;
    padding: 5px 0;
    margin: 2px 0 0;
    -webkit-background-clip: padding-box;
          background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  
  #header-top .navbar-nav .open .dropdown-menu > li > a,
  #header-top .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
  }
  
  #header-top .navbar-nav .open .dropdown-menu > li > a {
    line-height: 13px;
  }
  
    #header-top .navbar-nav {
        float: right;
        margin: 5px 0 0 0;
    }

    #header-top .navbar-nav > li {
        float: left
    }


  #teaser {
    padding-top: 100px;
  }
  
  .carousel-full .item-text h1 {
    font-size: 20px;
  }
  
  .carousel-full .item-text h3 {
    font-size: 16px;
  }

  .carousel-full .item-inner {
      background-position: center center;
      height: 400px;
  }
  
  .carousel-full .item-text {
    text-align: center;
    padding-top: 230px;
  }

  .carousel-notebook .carousel-inner {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  
  .carousel-display .carousel-inner {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  .teaser .teaser-inner h1 {
    font-size: 30px;
  }
  
  .teaser .teaser-inner h3 {
    font-size: 24px;
  }
  
  #footer {
    padding-bottom: 0;
  }
  
  #footer .row-content {
    padding-bottom: 20px;
  }
  
  #footer .csc-textpic-imagewrap {
    display: none;
  }

  #footer .csc-textpic-text {
    margin-right: 0 !important;
  }

  #footer .row-content .text-big {
    font-size: 20px;
  }

  #footer .row-eq-height {
    display: block;
  }

  #footer .row-nav .col-xs-12 {
    padding: 0 15px 0 15px;
  }

  #footer .row-nav .col-bg-light {
    background: #7d1d24;
  }
  
  #footer .nav > li > a {
    font-size: 16px;
  }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  h1 {
      font-size: 40px;
  }
  
  h2 {
    font-size: 40px;
  }
  
  h3 {
    font-size: 16px;
  }
  
  h4 {
    font-size: 24px;
  }

  .carousel-full .item-text h1 {
    font-size: 48px;
  }
  
  .carousel-full .item-text h3 {
    font-size: 32px;
  }

  .carousel-control {
      width: 59px;
      height: 40px;
      margin-top: -20px;
  }
  
  .carousel-control.left {
    background: url(../img/slider_prev_small.png) no-repeat;
  }
  
  .carousel-control.right {
    background: url(../img/slider_next_small.png) no-repeat;
  }

  .teaser .teaser-inner h1 {
    font-size: 48px;
  }
  
  .teaser .teaser-inner h3 {
    font-size: 30px;
  }

}


/*
 * Landing Page
 */
.landingpage #header {
    height: 102px;
    background: transparent;
}

.landingpage #header #logo {
    padding: 15px 20px;
    background: #fff;
    display: inline-block;
}

.landingpage #header #logo img {
}

.landingpage #header-lp {
    padding-top: 20px;
}

.landingpage #header-lp a {
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 50px;
    background: url(../img/navi_arrow.png) no-repeat right center;
    font-weight: 500;
}

.landingpage #content {
    padding: 0 0 50px 0;
}

.landingpage .teaser .teaser-inner h1 {
    font-size: 80px;
    padding: 10px 25px;
}

.landingpage .teaser .teaser-inner h3 {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 35px;
}

.landingpage .teaser .teaser-inner h3 span {
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    margin: 5px 0 0 0;
    line-height: 1.2em;
    background: rgba(56, 56, 55, .8);
}

.landingpage .teaser .teaser-link {
    text-align: center;
    top: 50%;
    position: relative;
}

.landingpage h2 {
    font-weight: 500;
}

.landingpage h4 {
    font-weight: 500;
}

@media (min-width:1200px) {
    .landingpage .container {
        width: 1180px;
    }
}

.animate-special {
    margin-top: -350px;
}

.animate-special h4 {
    color: #fff;
    margin-bottom: 20px;
}