/* colors */
body,
a,
a:hover,
a:focus {
  color: #1a3661;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: #ededed;
}

.background-primary {
  background-color: #008b96 !important;
}

.background-secondary {
  background-color: #1a3661 !important;
}

.background-alternate {
  background-color: #dddddd;
}

.text-light {
  color: #ffffff !important;
}

.text-primary {
  color: #008b96 !important;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 600;
}

h2, .h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 30px;
}

h3, .h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.bigger-h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 37px;
  margin-top: 17px;
  margin-bottom: 0;
}

.medium-h3 {
  font-size: 24px;
  margin: 0;
}

h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.has-top-border {
  border-top: solid 2px #008b96;
  padding-top: 20px;
}

.has-checkmark {
  position: relative;
}

.has-checkmark:before {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  background: url("../img/check.png") no-repeat;
  position: absolute;
  left: -24px;
}

.no-border {
  border: none !important;
}

/* page setup */

.page-wrapper {
  max-width: 1280px;
  margin: auto;
  background: #FFFFFF;
}

.page-content {
  position: relative;
  padding-top: 163px; /* Höhe des fixed Header */
}

.padded {
  padding: 20px 10px;
}

.top-spaced {
  margin-top: 40px !important;
}

.strip-padding {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* header */

header {
  padding: 40px 67px 30px;
  background: #FFFFFF;
  max-width: 1280px;
  width: 100%;
  z-index: 200;
  position: fixed;
}

.logo a {
  background: url(../img/logo.svg) no-repeat top left;
  display: block;
  width: 276px;
  height: 92px;
  background-size: contain;
}

.no-svg .logo a {
  background: url(../img/schreiner_logo.png) no-repeat top left;
}

.affix .logo a {
  background: url(../img/logo_schmal.svg) no-repeat top left;
  width: 200px;
  height: 50px;
  background-size: contain;
}

.affix .no-svg .logo a {
  background: url(../img/logo_schmal.png) no-repeat top left;

}

.affix .menu-wrapper {
  margin-top: 10px;
}

header.affix {
  padding: 20px 70px 14px;
  -webkit-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.4);
}

/* search */

.search-box {
  position: absolute;
  top: 103px;
  right: 65px;
}

.search-box input {
  -webkit-appearance: none;
  border: solid #94a1a1 1px;
  padding: 1px 20px 1px 5px;
  border-radius: 8px;
  height: 17px;
  width: 122px;
  outline: none;
  background: url(../img/lupe.png) no-repeat 127px 3px;
}

/* main menu */
.menu-wrapper {
  margin-top: 65px;
}

.menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-wrapper li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.menu-wrapper a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 0 5px;
  letter-spacing: 0.8px;
  margin-left: 51px;
  display: inline-block;
}

/* sub menu */
.arrow-box {
  position: relative;
  background: #1a3661;
  left: -27px;
}

.arrow-box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(26, 54, 97, 0);
  border-bottom-color: #1a3661;
  border-width: 12px;
  margin-left: -15px;
}

.sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  padding-top: 20px;
  margin-left: 15px;
}

.sub-menu ul {
  padding: 19px 41px 27px 20px;
}

.sub-menu li {
  display: block;
  padding: 5px 0 3px 0;
}

.sub-menu a {
  color: #ffffff !important;
  margin: 0 !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.3px;
}

li.hover .sub-menu {
  display: block;
}

/* last sub menu */
.menu-wrapper li:last-child .sub-menu {
  right: 10px;
}

.menu-wrapper li:last-child .arrow-box {
  left: auto;
  right: -30px;
}

  /* hero slider */

.hero-slider {
  height: 660px;
  background-image: url(../img/hauptmotiv.min.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-slider .carousel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 530px;
  height: 397px;
  background: url(../img/slider_bg_item.png) no-repeat bottom right;
  background-size: contain;
}

.carousel-indicators {
  left: 140px;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 16px;
  height: 16px;
}

#carousel-teaser .item {
  padding: 100px 100px 80px 70px;
}

#carousel-teaser .item h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
}

#carousel-teaser .item p {
  font-size: 18px;
  line-height: 22px;
  padding-left: 40px;
}

.badge { /* from 008b96 to 55b2b9 */
  background: #008b96;
  background: -moz-linear-gradient(top, #008b96 0%, #55b2b9 100%);
  background: -webkit-linear-gradient(top, #008b96 0%, #55b2b9 100%);
  background: linear-gradient(to bottom, #008b96 0%, #55b2b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008b96', endColorstr='#55b2b9', GradientType=0);
  position: absolute;
  top: 339px;
  left: 122px;
  width: 176px;
  height: 176px;
  border-radius: 88px;
  text-align: center;
}

.badge .price-pre {
  color: #ffffff;
  padding-top: 21px;
  font-size: 15px;
  line-height: 18px;
}

.badge .price {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  padding-top: 10px;
  letter-spacing: 1.2px;
  line-height: 26px;
}

.badge .price-sub {
  color: #ffffff;
  font-weight: 700;
  font-size: 19px;
}

.badge .price-post {
  line-height: 16px;
  padding-top: 4px;
}

.mwst {
  position: absolute;
  bottom: -15px;
  left: 30px;
  color: #FFFFFC;
}

/* benefits */

.benefits {
  overflow: hidden;
}

.benefits .card {
  overflow: hidden;
  padding: 0;
}

.benefits .card,
.benefits .card .front,
.benefits .card .back {
  height: 382px;
}

.benefits .card .front {
  padding-top: 58px;
  text-align: center;
}

.benefits .card .front img {
  width: 108px;
}

.benefits .card .front h2 {
  padding-top: 9px;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}

.benefits .card .front h2 em {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.benefits .card .back {
  background: #f6f6f6;
  padding: 35px 36px 0 24px;
  font-size: 16px;
}

.benefits .card .back ul {
  margin: 0 0 0 40px;
  padding: 0;
}

.benefits .card .back li {
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 21px;
}

.benefits .card-inner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  padding: 0;
}

.benefits .card.hover .card-inner {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.no-csstransforms3d .card.hover .front {
  display: none;
}

/* call-to-action */

.demo {
  background: url(../img/hintergund_icon_semitrans.png) no-repeat 82% 16%;
}

.call-to-action {
  overflow: hidden;
}

.call-to-action > div {
  padding: 77px 115px 60px 153px;
}

.call-to-action .order {
  background-image: url(../img/hintergrund_holz.jpg);
  background-size: cover;
}

.call-to-action h3 {
  margin-top: 10px;
}

.call-to-action p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
}

.call-to-action .button {
  display: inline-block;
  text-decoration: none;
  padding: 11px 13px;
  background-color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0 0 0;
  line-height: 18px;
}

/* fact-list */

.fact-list {
  padding: 30px 50px;
}

.fact-list-left,
.fact-list-right {
  padding-top: 50px;
}

.fact-image p {
  background: #1a3661;
  border-radius: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  width: 264px;
  margin: -50px auto 0 auto;
}

.fact-image img {
  width: 145px;
  height: 110px;
  display: block;
  margin: 0 auto;
}

.fact-list li {
  list-style-type: none;
  padding: 0 0 15px 25px;
  background: url(../img/check.png) no-repeat 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #1a3661;
}

.fact-list-left li {
  margin-left: 65px;
}

/* portrait */
.portrait {
  padding: 42px 0 65px 0;
  color: #FFFFFF;
}

.portrait .portrait-text h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 30px;
  padding-left: 185px;
}

.portrait .portrait-text p {
  font-size: 16px;
  line-height: 20px;
  background: url(../img/quotes.png) no-repeat 138px 0;
  padding: 5px 30px 0 185px;
}

.portrait_img {
  display: block;
  xmargin: 38px 0 0 -25px;
  margin: 96px 0 0 -25px;
}

.portrait_img_text {
  background: url(../img/fachmann_bg_item.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  right: 110px;
  width: 220px;
  height: 140px;
  background-size: contain;
  color: #1a3661;
  padding: 10px 10px 10px 10px;
}

.portrait_top_text {
  display: block;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 25px;
}

/* testimonials */

.testimonials {
  min-height: 379px;
}

.testimonials .carousel,
.testimonials .carousel-inner,
.testimonials .item {
  height: 100%;
}

.testimonial-item-left {
  padding: 85px 50px 20px 200px;
}

.testimonial-item-right {
  padding: 78px 163px 20px 97px;
}

.testimonials .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 71%;
  width: 1px;
  background: #008b96;
  margin-top: 5%;
}

.testimonial-item h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
}

.testimonial-item h2:before {
  content: "";
  display: block;
  background: url(../img/quotes_green.png) no-repeat center;
  width: 31px;
  height: 24px;
  position: absolute;
  left: -43px;
}

.testimonial-item p {
  font-size: 18px;
  margin-top: 5px;
  line-height: 26px;
}

/* news-reasons */

.news-reasons {
  overflow: hidden;
}

.news-reasons > div {
  padding: 0;
}

.news-reasons .item {
  padding: 28px 110px 30px 105px;
}

.news-reasons h2 {
  margin-bottom: 0;
}

.news-reasons h3 {
  font-weight: 700;
  font-size: 23px;
  margin-top: 10px;
}

.news-reasons p {
  font-size: 18px;
  line-height: 24px;
}

/* reason only slider */

.reasons-item {
  padding: 10px 120px 30px 110px;
  min-height: 200px;
  font-size: 18px;
}

/* sub-page */

.sub-header .sub-header-inner {
  background: url(../img/hintergund_icon_semitrans.png) no-repeat 94% 22%;
  padding: 87px 30px 30px 30px;
  min-height: 400px;
}

.sub-header .sub-header-inner p {
  margin-top: 10px;
  font-size: 24px;
  line-height: 37px;
}

.sub-header .img-col {
  background: url(../img/leistungen_bild.jpg) no-repeat center;
  background-size: cover;
}

.sub-header .img-support {
  background-image: url(../img/support.jpg);
}

.sub-header .img-support2 {
  background-image: url(../img/support2.jpg);
}

.sub-header .img-bestellung {
  background-image: url(../img/bestellung.jpg);
}

.sub-header .img-demo {
  background-image: url(../img/demo.jpg);
}

.sub-header .img-leistung {
  background-image: url(../img/leistung.jpg);
}

.sub-header .img-news {
  background-image: url(../img/news.jpg);
}

.benefits_horiz {
  padding: 56px 214px;
}

.benefits_horiz .img-responsive {
  max-width: 100px;
  display: block;
}

.benefits_horiz .checklist-icon img {
  padding-top: 21px;
}

.benefits_horiz .euro-icon img {
  padding-top: 29px;
}

.benefits_horiz ul {
  padding-left: 0;
  margin-top: 5px;
}

.benefits_horiz li {
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  background: url(../img/dot.png) no-repeat 0 12px;
  padding-left: 10px;
  margin-bottom: 5px;
}

/*
.benefits_horiz li:before {
  content: "·";
  margin-right: 5px;
}
*/

.benefits_horiz .row {
  margin-bottom: 15px;
}

.accordion {
  font-size: 15px;
}

.accordion .text-primary {
  font-size: 18px;
}

.accordion img.svg-img {
  width: 100px;
  margin: 30px auto 0 200px;
}
.accordion img.refsvg {
  width: 75px;
  margin: 30px auto 0 200px;
}

.accordion .panel {
  padding: 20px 0 40px 0;
}

.accordion .panel .panel-collapse > div {
  padding: 20px 15px;
}

.accordion-toggle {
  display: inline-block;
  margin: 70px 0 0 -15px;
  background: url(../img/up.svg) no-repeat;
  border: none;
  width: 30px;
  height: 31px;
  background-size: 30px;
  padding: 0;
  position: relative;
  left: 50%;
}
.accordion-toggle.collapsed {
  background-image: url(../img/down.svg);
  background-size: 28px;
}
.no-svg .accordion-toggle {
  background-image: url(../img/up.png);
}
.no-svg .accordion-toggle.collapsed {
  background-image: url(../img/down.png);
}

#support-accordion .accordion-toggle {
  margin-top: 19px;
}
#support-accordion .panel {
  padding: 20px 0;
}

.feature-block {
  padding-right: 20px;
  padding-left: 30px;
}

.feature-block .has-checkmark {
  font-weight: bold;
  margin-bottom: -12px;
}

.reference-column {
  padding: 0 40px 0 0;
}

.support-panel > div {
  margin-right: 80px;
  padding-right: 130px;
  padding-left: 30px;
}

.support-panel p {
  margin-top: 5px;
}

.support-panel a {
  position: relative;
}

.support-panel a:before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url("../img/play.png") no-repeat;
  position: absolute;
  left: -24px;
  top: 1px;
}

.data-table {
  padding: 0 0 40px 0;
}

.data-table .row {
  margin: 0 -2%;
}

.data-table .row > div {
  border-top: solid 2px #008b96;
  margin: 5px 2%;
  padding: 5px 0;
}

.data-table .row > div:first-child {
  font-weight: bold;
}

.data-table .row > div:last-child {
  padding-right: 20px;
}

.data-table .data-table-header > div {
  border: none;
  font-weight: bold;
  text-transform: capitalize;
  color: #008b96;
}

.data-table .colspan-wrapper {
  margin-top: 0 !important;
  padding: 0 4.4% 0 0 !important;
  border: none !important;
}
.data-table .colspan-wrapper .row > div:first-child {
  font-weight: normal;
  margin-right: 4.5%;
}

.list-box {
  margin: 40px 0 80px 0;
}

.list-box h3 {
  margin: 10px 0;
  font-size: 20px;
}

.list-box > .background-alternate {
  padding: 30px 10px 20px 10px;
}

.list-box > .background-alternate > div {
  padding: 0 80px 0 40px;
}

.list-box > .background-alternate > div > p {
  margin: 0 0 20px 0;
}

.news-wrapper img.svg-img {
  width: 100px;
  margin: -50px auto 0 auto;
  position: relative;
  top: 50%;
}
.news-wrapper img.svg-img.top-spaced {
  margin-top: -20px !important;
}

.news-wrapper .row {
  border-bottom: solid 2px #008b96;
  padding-bottom: 10px;
}

.news-wrapper .row:last-child {
  border-bottom: none;
}

.news-wrapper a {
  font-weight: bold;
  color: #008b96;
}

.order-teaser {
  background: url(../img/schreiner_bestellung.jpg) no-repeat 70% top;
  background-size: cover;
  padding: 20px 0 40px 50px;
  margin: 20px 0 20px 0;
  position: relative;
}

.order-teaser > h3 {
  width: 40%;
}

.order-teaser > a {
  display: inline-block;
}

.order-teaser > a > img {
  width: 300px;
  display: block;
  margin: 60px 0;
  max-width: 100%;
}

.order-teaser > img {
  width: 245px;
  display: block;
  max-width: 100%;
}

.demo-teaser {
  background: url(../img/schreiner_demo.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 20px 50px;
  margin: 20px 0 20px 0;
}

.demo-teaser > h3,
.demo-teaser > p {
  width: 35%;
}

.demo-teaser > a {
  display: inline-block;
}

.demo-teaser > a > img {
  width: 250px;
  display: block;
  margin: 60px 0 160px 140px;
  max-width: 100%;
}

.screenshots {
  font-weight: bold;
  margin: 20px !important;
  font-size: 18px;
}

.screenshots > div {
  text-align: center;
}

.screenshots > div > a {
  background: #008b96;
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: auto;
  line-height: 28px;
}

.screenshots > div > p {margin: 20px;}

/* footer */
footer {
  padding: 18px 27px;
  font-weight: 400;
  font-size: 18px;
}

.home-footer {
  background-image: url(../img/hintergrund_footer.jpg);
  background-size: cover;
  min-height: 80px;
  background-position: center;
  overflow: hidden;
}

.sub-footer {
  background: #1a3661;
  color: #FFFFFF;
  min-height: 80px;
  overflow: hidden;
}

.sub-footer a {
  color: #FFFFFF;
}

footer nav {
  white-space: nowrap;
}

footer a {
}

footer a:after {
  content: "|";
  display: inline-block;
  padding: 0 0 0 5px;
}

footer a:last-child:after {
  content: "";
}

/* carousel overrides */
.carousel {
  height: 100%;
}

.carousel-control {
  width: 90px;
  background-color: transparent !important;
  background-image: none !important;
}

.carousel-control .glyphicon-chevron-right:before {
  content: " ";
  display: block;
  background: url(../img/testimonial_arrow_right.png) no-repeat;
  width: 32px;
  height: 42px;
}

.carousel-control .glyphicon-chevron-left:before {
  content: " ";
  display: block;
  background: url(../img/testimonial_arrow_left.png) no-repeat;
  width: 32px;
  height: 42px;
}

/* lightbox overrides */


.ekko-lightbox-nav-overlay a {
  opacity: 1 !important;
}
.ekko-lightbox-nav-overlay a:before {
  content: " ";
  display: block;
  width: 130px;
  height: 100%;
  position: absolute;
}

.ekko-lightbox .glyphicon-chevron-left:before {
  background: url(../img/arrow-shadow-left.png) no-repeat center;
  right: 100%;
}

.ekko-lightbox .glyphicon-chevron-right:before {
  background: url(../img/arrow-shadow-right.png) no-repeat center;
  left: 100%;
}


/* Sonstiges */
.img-col {
  padding: 0;
}

.img-responsive {
  width: 100%;
}

.row {
  margin: 0;
}

/* SVG Fallbacks */

.png-img {
  display: none !important;
}

.no-svg .png-img {
  display: block !important;
}

.no-svg .svg-img {
  display: none;
}

.no-svg .rechner-icon {
  background: url(../img/rechner.png) no-repeat center 70px;
}

.no-svg .benefits_horiz .rechner-icon,
.no-svg .benefits_horiz .checklist-icon,
.no-svg .benefits_horiz .euro-icon,
.no-svg .benefits_horiz .uhr-icon {
  background-position: 0 0;
  height: 108px;
}

.no-svg .checklist-icon {
  background: url(../img/checkliste.png) no-repeat center 70px;
}

.no-svg .euro-icon {
  background: url(../img/euro.png) no-repeat center 70px;
}

.no-svg .uhr-icon {
  background: url(../img/uhr.png) no-repeat center 70px;
}

.no-svg .benefits .card .front {
  padding-top: 175px;
}

.no-svg .fact-image {
  background: url(../img/monitor.png) no-repeat center top;
}

.mobile_menu_item {
  display: none;
}

/* Modal: Vertical Centering */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/* Modal: Style */

.modal-backdrop.in {
  opacity: .8;
}
.modal-content {
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal-header {
  display: none;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  background: transparent;
  border: none;
  color:  #ffffff;
  font-weight: bold;
  text-align: center !important;
  font-size: 18px;
}

/* Responsive Anpassungen */

@media (max-width: 1200px) {
  .accordion img.svg-img {
	margin: 30px auto 0 auto;
  }

  .ekko-lightbox .glyphicon-chevron-left:before {
	right: auto;
	left: -95px;
  }

  .ekko-lightbox .glyphicon-chevron-right:before {
	left: auto;
	right: -95px;
  }

}

@media (max-width: 1175px) {

  .benefits .card .back {
	padding: 25px 25px 0 20px;
  }

}

@media (max-width: 1120px) {

  .logo a {
	width: 220px;
  }

  .ekko-lightbox .glyphicon-chevron-left:before {
	right: auto;
	left: 0;
  }

  .ekko-lightbox .glyphicon-chevron-right:before {
	left: auto;
	right: 0;
  }
}

@media (max-width: 1080px) {

  .benefits .card .back {
	padding: 25px 15px 0 10px;
  }

  header {
	padding: 40px 28px 20px 28px;
  }

  header.affix {
	padding: 20px 50px 14px;
  }

  .menu-wrapper {
	margin-top: 55px;
  }

  .menu-wrapper a {
	margin-left: 45px;
  }

  .reasons-item {
	padding: 10px 90px 20px 90px;
  }
}

@media (max-width: 992px) {

  header {
	padding-top: 20px;
  }

  .menu-wrapper {
	margin-top: 13px;
  }

  .logo a,
  .affix .logo a {
	width: 180px;
	height: 43px;
  }

  header.affix {
	padding: 20px 28px 14px;
  }

  .menu-wrapper a {
	margin-left: 16px;
  }

  .sub-menu {
	margin-left: -25px;
  }

  .page-content {

	padding-top: 83px; /* Höhe des fixed Header */
  }

  .portrait .portrait-image img {
	margin: auto;
  }

  .portrait_img_text {
	left: 50%;
  }

  .badge {
	top: 40px;
	left: 40px;
  }

  .call-to-action > div {
	padding: 20px 70px 20px 90px;
  }

  .fact-list-left li {
	margin-left: 0;
  }

  .testimonial-item-right {
	padding: 58px 70px 20px 75px;
  }

  .testimonial-item-left {
	padding: 65px 50px 20px 100px;
  }

  .news-reasons .item {
	padding: 28px 70px 10px 65px;
  }

  .reasons-item {
	padding: 10px 60px 20px 60px;
  }

  .carousel-control {
	width: 40px;
  }

  .sub-header .img-col {
	height: 340px;
  }

  .sub-header .sub-header-inner {
	padding-top: 20px;
	min-height: 0;
  }

  .benefiz_horiz-icon {
	padding-bottom: 20px;
  }

  .benefiz_horiz-icon img {
	margin: auto;
  }

}

@media (max-width: 768px) {

  .mobile_menu_item {
	display: block;
	width: 35px;
	height: 26px;
	background: url(../img/burger.svg) no-repeat top left;
	float: right;
	margin-top: 7px;
  }

  header {
	max-height: 100%;
	overflow: auto;
  }

  .no-svg .mobile_menu_item {
	background: url(../img/burger.png) no-repeat top left;
  }

  .opened .mobile_menu_item {
	background: url(../img/close.svg) no-repeat top left;
  }

  .no-svg .opened .mobile_menu_item {
	background: url(../img/close.png) no-repeat top left;
  }

  header {
	padding: 20px 30px 20px 30px;
  }

  .mainmenu {
	display: none;
	margin-top: 60px;
  }

  .mainmenu li {
	display: block;
	margin-bottom: 10px;
  }

  .menu-wrapper.pull-right {
	float: none !important;
	text-align: center;
  }

  .menu-wrapper a {
	margin-left: 0;
  }

  .sub-menu {
	display: block;
	position: static;
	background: none;
	padding-top: 0;
	margin-left: 0;
  }

  .sub-menu li {
	margin-bottom: 5px;
  }

  .arrow-box {
	display: none;
  }

  .sub-menu ul {
	padding: 0;
  }

  .sub-menu .background-secondary {
	background: none !important;
  }

  .sub-menu a {
	color: #008b96 !important;
	}

  .opened .mainmenu {
	display: block;
  }

  .hero-slider .carousel {
	width: 100%;
	background: rgba(26, 54, 97, .7);
	height: 330px;
  }

  .hero-slider .carousel .item {
	padding: 50px 50px 80px 50px !important;
  }

  .call-to-action > div {
	padding: 0 50px 30px 50px;
  }

  .testimonials .item:before {
	display: none;
  }

  .testimonial-item {
	padding: 20px 70px 20px 110px !important;
  }

  .portrait .portrait-text h2,
  .portrait .portrait-text p {
	padding-left: 70px;
	background-position: 30px 0;
  }

  .benefits_horiz {
	padding: 50px 90px;
  }

  .mwst {
	top: 0;
	bottom: auto;
  }

  .order-teaser .mwst {
	top: auto;
	bottom: -15px;
	left: auto;
	right: 10px;
  }

  .support-panel > div {
	padding-right: 0;
  }

  .data-table-wrapper > .row {
	padding-left: 10px;
  }

  .news-wrapper img.svg-img,
  .news-wrapper img.svg-img.top-spaced {
	margin: 20px auto 0 auto !important;
  }

  .order-teaser {
	padding: 20px;
  }

  .demo-teaser {
	padding: 20px;
  }
  .demo-teaser > h3,
  .demo-teaser > p {
	width: 45%;
  }

  .demo-teaser > a > img {
	margin: 50px auto 70px 30%;
  }

}

@media (max-width: 447px) {

  .hero-slider .carousel .item {
	padding: 20px 20px 80px 20px !important;
  }

  .fact-image p {
	font-size: 20px;
	width: 238px;
	padding: 74px 10px 10px 10px;
	height: 238px;
  }

  .portrait .portrait-text h2, .portrait .portrait-text p {
	padding-left: 44px;
	background-position: 0 0;
  }

  .portrait_img {
	width: 300px;
	height: 300px;
  }

  .portrait_img_text {
	left: auto;
	right: 10px;
  }

  .call-to-action > div {
	padding: 0 30px 30px 30px;
  }

  .testimonial-item {
	padding: 20px 60px !important;
  }

  .testimonial-item h2:before {
	display: none;
  }

  .carousel-control {
	width: 50px;
  }

  .news-reasons .item {
	padding: 20px 60px 20px 60px;
  }

  .reasons-item {
	padding: 20px 60px !important;
  }

  .sub-header .sub-header-inner p {
	font-size: 20px;
	line-height: 30px;
  }

  .benefits_horiz {
	padding: 50px 20px;
  }

  .feature-block {
	width: 100%;
  }

  .support-panel > div {
	margin-right: 30px;
  }

  .data-table .row > div:last-child {
	padding-right: 0;
  }
  .list-box > .background-alternate > div {
	padding-right: 40px;
  }

  .order-teaser > h3 {
	width: auto;
	margin: auto;
  }

  .demo-teaser > h3,
  .demo-teaser > p {
	width: auto;
	margin: auto;
  }

  .demo-teaser > a > img {
	margin-left: 0;
  }

  .ekko-lightbox .glyphicon-chevron-left:before {
	right: auto;
	left: -25px;
	background-size: 25%;
  }

  .ekko-lightbox .glyphicon-chevron-right:before {
	left: auto;
	right: -25px;
	background-size: 25%;
  }

}

@media print {
  .page-wrapper {
	max-width: 100%;
  }

  header {
	position: static;
  }

  .page-content {
	position: static;
	padding-top: 0;
  }

  .sub-header .sub-header-inner {
	background: none;
	padding: 0;

  }

  .sub-header .sub-header-inner h4,
  .sub-header .sub-header-inner h3,
  .sub-header .sub-header-inner p {
	color: #000000;
	font-size: 16px;
  }

  .medium-h3,
  .benefits_horiz li {
	font-size: 18px;
  }

  .sub-header .img-col,
  .call-to-action .button,
  .sub-footer a,
  .home-footer .pull-right a,
  .hero-slider {
	display: none;
  }

  .sub-header .sub-header-inner,
  .fact-list,
  .fact-list-left {
	padding: 0;
  }

  .pull-left {
	float: none !important;
  }

  .logo a {
	background: url(../img/schreiner_logo.png) no-repeat top left;
	display: block;
	width: 276px;
	height: 92px;
	background-size: contain;
	-webkit-print-color-adjust: exact;
  }

  .benefits_horiz {
	padding: 0;
	text-align: center;
  }

  .affix {
	position: static !important;
  }

  .sub-header .col-md-8 {
	height: auto !important;
  }

  .text-light {
	color: #000000 !important;
  }

  .benefits,
  .benefits .card {
	overflow: visible;
  }

  .benefits .card, .benefits .card .front, .benefits .card .back {
	height: auto;
  }

  .call-to-action .demo,
  .call-to-action .order {
	height: auto !important;
  }

  .fact-list {
	text-align: center;
  }

  .portrait-text {
	width: 100%;
	padding: 0;
	color: #000000;
  }

}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
	   url('/fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'),
	   url('/fonts/open-sans-v13-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
	   url('/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
	   url('/fonts/open-sans-v13-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
	   url('/fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
	   url('/fonts/open-sans-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
	   url('/fonts/open-sans-v13-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/fonts/open-sans-v13-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.bora {border-radius:0.4em;}