/* Add here all your css styles (customizations) */
body {
  background-color: #FFF;
  color: #000 !important;
  font: 15px Verdana,sans-serif !important;
  line-height: 22px !important;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}

.caroufredsel_wrapper {
  width: 100% !important;
}

  .caroufredsel_wrapper img {
    max-width: 100% !important;
    height: auto !important;
  }

#wrapper {
  background-color: #e9e9e9;
}

a:hover {
  color: #000 !important;
}

#topcontrol:hover {
  background: #e27412 !important;
}


.linkOrange a, .linkOrange {
  color: #e27412 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 {
  text-align: center;
}

h3 {
  margin-top: unset !important;
}

p, li, li a, label {
  color: #000;
}

hr {
  color: #c6c7c7;
  background-color: #c6c7c7;
  border-top: 1px solid #c6c7c7;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
  background: #e8730a !important;
}


.header .navbar-toggle {
  border-color: #e8730a !important;
  margin-top: -25px;
}

.panel-default > .panel-heading {
  background: none !important;
}

.panel {
  background: none;
  border-top: 2px solid #c6c7c7;
  border-bottom: 2px solid #c6c7c7;
  border-left: 0px;
  border-right: 0px;
}


.acc-v1 .panel-heading a {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding: 15px;
  background: none;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}

.acc-yellow .panel-heading a {
  background-color: yellow;
}

.acc-yellow .panel {
  background-color: #FFF;
}


.acc-v1 .panel-heading a::after {
  content: "\f103";
  font-family: FontAwesome;
  float: right;
}

.acc-v1 .panel-heading a:hover {
  color: #000;
}

.panel-body ul {
  padding-left: 15px;
}

.acc-device .image_container {
  margin-bottom: 25px;
}

.deviceInfo a {
  color: #e27412;
}

.acc-device img {
  float: left;
  margin-right: 45px;
}

.acc-device .caption {
  font-size: 24px;
  line-height: initial;
}

.acc-device .col-md-6, .acc-device .col-md-12 {
  border: 5px solid #e9e9e9;
  background-color: #FFF;
  margin-top: 45px;
  padding: 25px;
}



  .acc-device .col-md-6 ul li:before {
    content: "\25BA";
    margin-right: 15px;
  }

  .acc-device .col-md-12 ul li:before {
    content: "\25BA";
    margin-right: 15px;
  }

.header {
  background-color: yellow;
  min-height: 25px;
  border-bottom: none;
  padding-bottom: 25px;
}

.mainNavigation {
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
}

  .mainNavigation ul {
    text-align: center;
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 0px;
  }

    .mainNavigation ul li {
      display: inline;
    }

      .mainNavigation ul li a {
        color: #000000;
        margin-right: 10px;
      }

        .mainNavigation ul li a:hover {
          color: #000000;
        }

.navbar-nav {
  float: none;
  display: inline-block;
}


.mainNavigation .invisible {
  display: none;
}

.mainNavigation .container {
  text-align: center;
}

.logo .caption {
  font-size: 18px;
  text-align: center;
}

  .logo .caption::before {
    content: "\f095 ";
    font-family: FontAwesome;
    margin-right: 15px;
  }

.logo img {
  max-width: 100%;
  height: auto;
  margin: 20px auto !important;
}

.mainContent {
  padding-bottom: 40px;
}

.price {
  color: #e27412;
  font-size: 30px;
  margin-left: 15px;
}

/* ADVANTAGES */

.divAdvantages {
  background-color: #FFF;
  padding: 25px;
  border-left: 20px solid #e9e9e9;
}

  .divAdvantages table {
    width: 100%;
  }

    .divAdvantages table tr td {
      padding: 5px;
    }

      .divAdvantages table tr td.col_first {
        padding-top: 8px;
      }

    .divAdvantages table tr:nth-child(odd) {
      background-color: #e4e4e4;
    }


  .divAdvantages ul li {
    list-style-image: url('../../_img/check.png');
  }

#reparaturablauf {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
  height: 420px;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
}

.boldIntend {
  margin-left: 55px;
}


/* FOOTER */

.footer {
  background-color: #FFF;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 25px;
}

  .footer img {
    float: right;
  }

.footerNavigation {
  text-align: center;
  list-style-type: none;
}

  .footerNavigation .invisible {
    display: none;
  }

/* Reparaturformular */

#reparaturformular .float_left {
  float: left;
  margin-right: 25px;
}



/* CAROUFREDSEL */
.mod_caroufredsel {
  background-color: #FFF;
  padding: 25px;
}

.ce_caroufredsel_gallery.col-md-6 {
  background: none;
  padding: 0px;
}

.mod_caroufredsel p, .mod_caroufredsel h2 {
  text-align: center;
}

.caroufredsel {
  width: auto !important;
}

  .caroufredsel div {
    text-align: center;
  }

.caroufredsel_skin {
  height: auto;
}

.caroufredsel_navi {
  position: relative;
  top: -200px;
}

.caroufredsel_next {
  float: right;
}

.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
  margin: 0px auto;
}

.panel-body .deviceInfo ul li {
  display: flex;
}


/* ########## Media queries for Bootstrap ########## */

@media (max-width: 1199px) {
  /* Medium device */
  .acc-device .col-md-6, .acc-device .col-md-12 {
    margin-top: 0px;
  }


  /*.caroufredsel_wrapper {
    min-height: 335px !important;
  }*/
}

@media (max-width: 991px) {
  /*Extra small and small devices */

  .header .caption {
    text-align: left;
  }


  .price {
    white-space: pre;
    margin-left: 0px !important;
    margin-top: 25px;
  }

  .boldIntend {
    white-space: pre;
    margin-left: 0px !important;
    margin-top: 12px;
  }

  .divAdvantages {
    border-left: none;
    margin-top: 25px;
  }

  .footer .navbar-nav > li {
    float: unset;
  }

  #reparaturablauf {
    -webkit-column-count: unset; /* Chrome, Safari, Opera */
    -moz-column-count: unset; /* Firefox */
    column-count: unset;
    height: unset;
  }

  .acc-device {
    text-align: center;
  }

    .acc-device .col-md-6, .acc-device .col-md-12 {
      text-align: left;
    }

    .acc-device img {
      float: unset;
      margin: 0px auto;
    }

    .acc-device .caption {
      display: inline-block;
      margin-top: 12px;
    }

  .footer img {
    float: none;
    margin: 0px auto;
  }

  .footer {
    text-align: center !important;
  }
}

@media (max-width:767px) {
  /* Extra small devices */
  .caroufredsel_navi {
    display: none;
  }

  .panel-body ul {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }

  .panel-body .deviceInfo ul {
    text-align: left;
  }


  .navbar-nav {
    margin: 0px;
  }
}
