@charset "utf-8";
/* CSS Document */

a.referenzen-links {
	width:100%;
}
div.referenzen-images {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 12vw;
    transition:.5s ease;
    transition-duration:.7s;
}
#references .product-box:hover .referenzen-images{
    opacity:0.1;
    transition-delay: .3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
	div.referenzen-images {
		height: 17vw;
	}
}
@media (max-width:991px) {
	div.referenzen-images {
		height: 28vw;
	}
}
#info-switch .active,
#info-switch:hover{
   color:#ff7000; 
}
body{
    position: relative;
    max-width:2000px!important;
    margin:0 auto;
}
h1{
 font-size: 55px;
}
h2{
    font-size:30px;
}
h3,h4{
    font-size: 28px;
}
h2, h3, h4{
color:#3e3e3e;
}
hr{
    border-color:#ff7000;
}
td{
    padding: 10px 0;
}
th{
    padding:0 5px;
    text-align:left;
}
#home .card {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    cursor: pointer;
}
#shop{
    max-width:1200px;
    margin:0 auto;
}
#shop .col-md-6{
    margin:0 auto;
}
#home .modal-body img{
    width:inherit;
}
#home .modal-body{
    max-heigth:400px;
}
#home .box{
 height: 160px;
}
#scroll-to-top{
	position:fixed;
	z-index:10;
	border-radius:20%;
	bottom:5%;
	right:5%;
    cursor:pointer;
	
  -webkit-box-shadow: 0px 0px 1px 1px #b92c28;
  -moz-box-shadow:    0px 0px 1px 1px #b92c28;
  box-shadow:         0px 0px 2px 1px #b92c28;
	}
#center-col {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#datenschutz #center-col,
#impressum #center-col{
    max-width:1000px;
}

.card .custom-checkbox{
    position:absolute;
    top: 20px;
    right: 80px;
}
.custom-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.basket {
    width: 50px;
    margin-right: 10px;
    float: right;
    display: inline-block;
    position: absolute;
    right: 60px;
}
.navbar-right{
    margin-right:0;
}
.navbar-brand-xs{
    margin-left:10px;
}
.wishlist-block input{
    position:relative;
    opacity:0;
}
.wishlist-block{
    display:inline-block;
}
.modal-footer input{
    opacity:0;
    cursor:pointer;
    position:relative;
}
.checkmark {
    position: absolute;
    height: 30px;
    width: 30px;
    display:block;
    border-radius:5px;
    background-color: #ffffff;
    Border:solid 2px #ff7000;
    cursor:pointer;
}
.custom-checkbox input:checked ~ .checkmark,
.modal-footer input:checked ~ .checkmark{
    background-color: #ff7000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after,
.modal-footer input:checked ~ .checkmark:after{
    display: block;
}
.custom-checkbox .checkmark:after,
.modal-footer .checkmark:after{
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-default{
    background-color:#ffffff;
}
.navbar-fixed-top{
  z-index:10;  
  right: 0;
  left: 0;
  width:100%;
}
.container-fluid{
    text-align:center;
}
.modal-footer{
    text-align: center;
}
.mega-dropdown {
  position: static!important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 60%;
    min-width: 550px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-title{
    text-align: center;
}
.mega-dropdown-menu li {
  list-style: none;
}
.sub-menu{
    margin-top:10px;
    border-left: solid thin #ff7000;
    padding-left: 15px;
}
.sub-menu li{
    list-style-type: none;
}
.sub-menu a{
    color:#999999;
}
.schirm-collapse{
    word-spacing: 0.5em;
    display:none;
}
.prev-button {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
}
/*Abstand zu Elementen*/
.margin{
    width:100%;
    height:20px;
}
.btn-circle {
  border-radius: 50%;
}
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}
.btn-default.btn-outline{
    color:#ff7000;
}
.btn-default.btn-outline:hover {
    color: #fff;
}
.btn-transparent {
  background-color: transparent;
  border-radius:6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
/*universeller Code*/
/*weißer Text*/
.white{
    color:#ffffff;
}
/*oranger Text*/
.orange{
    color: #ff7000;
}
/*dunkler Text*/
.dark{
    color:#3e3e3e;
}
/*Referenzseite*/
.additional-info{
    display:table-cell;
    vertical-align:middle;
}
.switch-input{
    display:block;
}
.switch-input:checked~.text-section{
    height:100%;
}
.col-xs-6 .product-box{
    width:100%;
    padding:0;
}
    
#filter ul{
 width:100%; 
}
.carousel-control{
    font-size:4em;
    opacity:0.7;
}
.selector:hover,
.selector:focus,
.selector:active,
#object-select .btn:hover,
#object-select .btn:focus,
#object-select .btn:active{
    color:#ff7000;
}
#references .col-xs-6{
    padding:0 5px;
}
#references .text-section{
    position:absolute;
    text-align:center;
    transition-duration: 2s;
    transition: 1s ease;
    opacity:0;
    padding-bottom:10px;
    height:100%;
    top:0;
    display:table;
}
.reference-title{
    padding:10px;
    text-align: center;
    overflow:hidden;
    color:#3e3e3e;
    font-weight:bold;
}
#references .product-box:hover .reference-title{
    opacity:0;
    transition-delay: .3s;
}
#references .text-section p{
    margin-bottom:0;
}
#references .product-box:hover .text-section{
transition-delay: .3s;
opacity:1;
}
#referenzslider .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#referenzslider .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#referenzslider .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
.carousel-control .glyphicon{
    top:50%;
}
#referenzslider .carousel-indicators > li.active img {
    opacity: 0.7;
}
.carousel{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#einzelreferenz table,
#einzelreferenz .product{
    margin:0 auto;
}
#wishlist-content .card {
    width:100px;
    height:100px;
}
.product-info{
    width:90%;
    max-width:360px;
    margin:0 auto;
}
/*Filter
.filter-content {
    display: inline-block;
    width: 80%;
}
#gelb{background-color:#FFD700;}
#orange1{background-color:#ff8c00;}
#rot{background-color:#ff0000;}
#rosa{background-color:#ff82ab;}
#lila{background-color:#9370db;}
#blau{background-color:#0000ff;}
#gruen{background-color:#008b00;}
#beige{background-color:#f5f5dc;}
#braun{background-color:#8b5a2b;}
#grau{background-color:#c2c2c2;}
#weiss{background-color:#FFFFFF;}
#schwarz{background-color:#000000;}

#color-content .cr {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 5px 9px;
}

#bs-megadropdown-tabs .navbar-nav{
    width:100%;
}
.confirm-panel{
    border-top:solid thin #ff7000;
    width:80%;
    padding-top:20px;
    margin-top:10px;
}

.selection-content .row{
    width:90%;
    margin:0 auto;
}

.badge {
    min-width: 10px;
    padding: 0px 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #3e3e3e;
    border-radius: 5px;
    border-left: 2px solid #3e3e3e;
    border-right: 2px solid #3e3e3e;
    background-color: transparent;
}

.tick {
border: solid #ff7000;
border-width: 0 3px 3px 0;
display:inline-block;
padding:3px;
height:14px;
width:5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.filter-button{
    border-radius: 9px;
    padding: 1px 7px;
    background-color:#ff7000;
    color:#fff;
    cursor:pointer;
    font-size:0.9em;

  -webkit-box-shadow:  0px 1px 3px 0px #3e3e3e;
  -moz-box-shadow:     0px 1px 3px 0px #3e3e3e;
    box-shadow:          0px 1px 3px 0px #3e3e3e;

}

.filter-button span{
    font-weight: 100;
    font-size:0.8em;
}
.selection-content label{
    cursor:pointer;
}
label input[type="checkbox"] {
  display: none;
}

label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: .5em;
padding: 0px 3px 4px 4px;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
}
*/
/*Stoffseite*/
.addtolist {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    z-index: 9;

}
.modal-title h4 {
    font-size:20px;
}
.modal td{
    text-align:left;
}
.card p{
    color:#ff7000;
    font-weight:bold;
    margin:5px 0 10px 0;
}
.card{
    border-radius:6px;
    text-align: center;
}
.box {
    margin:10px auto;
    cursor: pointer;
    float: none;
    width:100%;
}
.box img {
    max-width: 90%;
}
.stoff-container{
    max-width:1000px;
    margin:0 auto;
    width:90%;
}
.stoff-container .row-eq-height > [class*='col-'],
#pflege .row-eq-height > [class*='col-'],
#eigenschaften .row-eq-height > [class*='col-'],
#home .row-eq-height > [class*='col-']{
  display: block;
}
#eigenschaften .breadcrumb,
#pflege .breadcrumb,
#veredelung .breadcrumb,
#stoffauswahl .breadcrumb,
#wishlist-content .breadcrumb,
#adresse .breadcrumb{
    margin-top:90px;
    margin-bottom:0;
}
#wishlist-content .titelbild,
#adresse .titelbild{
    height:40vh; 
    min-height:300px;
}
.modal-body {
    position: relative;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
table a{
    text-decoration: none;
}
.magnify{
    position: relative;
    cursor: none
}

.magnify-large{
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
	
    -webkit-box-shadow: 0 0 0 7px rgba(255, 112, 0, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 112, 0, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 112, 0, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}
/*Checkout*/
.next-button{
    float: right;
}

.checkout-step p {
    margin-top: 10px;
    color:#e3e3e3;
}
.checkout-step.active p{
    color:#3e3e3e;
}
.checkout-row {
    display: table-row;
}
.checkout {
    display: table;     
    width: 100%;
    position: relative;
    height:150px;
    overflow:hidden;
    margin-top:50px;
}
.checkout-step button[disabled] {
    border-color:#e3e3e3;
    color:#e3e3e3;
}
.checkout-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.checkout-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
/*Eigenschaftsseite*/

/*Angebotsseite*/
.artikel-box{
    width:500px;
    max-width:100%;
    height:400px;
    border-radius:5px;
    border: solid #ff7000;
}
.small{
    font-size:0.8em;
}
.btn{
    white-space:normal;
}
.product{
    margin-bottom:5px;
}
.product a:hover{
    text-decoration: none;
}
.product-box{
    position: relative;
    border:1px solid #e3e3e3;
    padding: 10px;
    border-radius:5px;
    width:90%;
    margin:10px auto;
    max-width:360px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.product-box table{
    width:100%;
}
.product-box td{
    font-size:1em;
}
/*
.button-box {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom:5px;
}
*/
.product-box .btn{
    margin-top:10px;
    width:100%;
}
/*
.product-box .btn{
    width:90%;
    position: absolute;
    bottom:0;
    left:5%;
    right:5%;
}
*/
.img-section{
    padding-top: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
}
.img-section img{
    width: 100%;
    height:100%;
}

.text-section{
    padding: 0 10px;
    width: 100%;
    bottom: 0;
    text-align: left;
}
.text-section h4{
    font-size:18px;
}
.product-title{
    height:60px;
}
.product-description,
.product-cart{
    min-height:70px;
}
.product-options{
    height:200px;
}
.product-cart p{
    font-size:20px;
    margin-bottom:0;
}
#filter [class*='col-']{
    padding:0;
}
.product-cart > [class*='col-'] {
    padding:0;
}
#filter nav > li {
    display: inline;
}
#products a{
    color:#3e3e3e;
}
#products a:hover,
#products a:focus,
#products a:active{
    color:#ff7000;
    text-decoration: none;
}
/*Hintergrundfarbe E-books und Reparatur*/
#dark-blue{
    background-color: #294084;
}
#turqouise{
        background-color: #03484e;
}
.padding{
    padding:5px 30px;
}
.col-sm-6{
    padding:0;
}
.table-cell{
    width:inherit;
    height:inherit;
    display: table-cell;
    vertical-align: middle;
    position:absolute;
    z-index: 1;
    text-align:center;
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: row;
}

.card:hover,
.product-box:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.5s;
}
/*vorübergehen für Planung*/ 
.planbox{
    width:800px;
    height:400px;
    display:table;
    position:relative;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
}
.shopbox{
    width:400px;
    height:250px;
    position:relative;
    margin: 20px auto;
}
/*Abstand von Section zu Section*/
section{
 padding-top:10px;
}
/*Farbenfelder Konfigurator*/
.colorbox{
    width:60px;
    height:60px;
    border-radius:6px;
}
#dessin1{
	background-image: url(/img/default/fotos/gelborange.jpg);
}
#dessin2{
	background-image:url(/img/default/fotos/gelborange-gepunktet.jpg);
}
#dessin3{
	background-image:url(/img/default/fotos/gelborange-melange.jpg);
}
#dessin4{
	background-image: url(/img/default/fotos/safran.jpg);
}
#dessin5{
	background-image: url(/img/default/fotos/apricot.jpg);
}
#dessin6{
	background-image: url(/img/default/fotos/orange.jpg);
}
#dessin7{
	background-image:url(/img/default/fotos/orangerot.jpg);
}
/*Konfigurator Schirm*/
#gelborange{
   background-image:url(/img/default/fotos/fortero_gelborange.png);
}
#gelborange-gepunktet{
   background-image:url(/img/default/fotos/fortero_gelborange-gepunktet.png);
}
#gelborange-melange{
   background-image:url(/img/default/fotos/fortero_gelborange-melange.png);
}
#safran{
   background-image:url(/img/default/fotos/fortero_safran.png);
}
#apricot{
   background-image:url(/img/default/fotos/fortero_apricot.png);
}
#orange{
   background-image:url(/img/default/fotos/fortero_orange.png);
}
#orangerot{
   background-image:url(/img/default/fotos/fortero_orangerot.png);
}
#fortero_hellgrau{
	background-image:url(/img/default/fotos/fortero_hellgrau.png);
    display:block;
}
#confi-text{
    position: absolute;
}
.legal table{
    margin-bottom:0;
    width:auto;
    float:right;
    margin-right:20px;
    font-size:0.8em;
}
.legal table a{
    text-decoration: none;
    color:#3e3e3e;
}
.legal table a:hover{
    color:#ff7000;
}
.configurator{
    width:521px;
    height:400px;
    position:relative;
    z-index:1;
    margin:0 auto;
    display:none;
}
#confi-text {
    position: absolute;
    margin-left: 30px;
    margin-top: 180px;
    width: 350px;
    text-align: left;
}
/*seitliche Navigation*/
.navbar-vertical{
    position:fixed;
    z-index:1000;
    width:210px;
    height:100vh;
    padding-left:15px;
    overflow:hidden;
    background-color: #ffffff;
    border-right:solid thin #ff7000;
    box-shadow: 1px 1px 2px #ff7000;
}
.navbar-toggle{
  border-color: #ffffff;
  background-color:#3e3e3e;
  margin-right:0;
  margin-top:0;
}
.table-responsive{
    max-width:700px;
    margin:0 auto;
}
.navbar-toggle:hover,
.navbar-toggle:focus{
  background-color: #ff7000;
}

.navbar-toggle > .icon-bar{
  background-color: #ffffff;
}
.verticalnav-content{
    padding: 25px 0;
    width:100%;
    overflow: hidden;
}
.verticalnav-content > ul{
    padding:0;
}
.nav-hidden{
left:-165px;
} 
.nav-open{
left:0;
}
.open-nav{
margin-left:210px;
}
.closed-nav{
margin-left:50px;
}
.nav-hidden,
.nav-open,
.open-nav,
.closed-nav{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;  
}
.nav-tabs > li {
    width: 100%;
    border-bottom:thin #e3e3e3 solid;
}
.nav-tabs > li > a {
    border:none;
    font-weight: bold;
    color:#ff7000;
}
.nav > li > a > img {
    position: absolute;
    right: 5px;
}
.nav-tabs > li > a:hover {
    border-bottom: solid;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #3e3e3e;
    border-bottom: 2px solid #ff7000;
    cursor: default;
    border-top:none;
    border-left:none;
    border-right:none;
}
/*titelbild*/
.titelbild,
.section-titelbild{    
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: table;
    text-align: center;
}
/*Überschrift auf Bild*/
.hero-text {
    width: inherit;
    padding: 0 10%;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}
.hero-text .img-responsive{
    margin: 0 auto;
}
.jumbotron .hero-text{
    width:100%;
    display: block;
}
.hero-text .btn{
    margin-top:30px;
}

.hero-

.jumbotron img{
    margin:0 auto;
}
.jumbotron{
    width:100%;
}
#contact-footer td{
    padding: 10px 0;
}
/*Hintergrundbilder*/
#startseite-bild{
    background-image:url(/img/default/fotos/startseite-lg.jpg);
}
#planung-bild{
    background-image:url(/img/default/fotos/planung.jpg);
}
#kontakt-bild{
    background-image:url(/img/default/fotos/support.jpg);
    background-attachment: local!important;
}
#referenzen-bild{
    background-image:url(/img/default/fotos/referenzen-titel.jpg);
}
#stoffe-bild{
    background-image:url(/img/default/fotos/stoffe1.jpg);
}
#restposten-bild{
    background-image: url(/img/default/fotos/restposten.jpg);
    background-position: right;
}
#reparatur-bild{
    background-image:url(/img/default/fotos/reparatur.jpg);
    background-size: cover;
}
#ebooks-bild{
    background-image:url(/img/default/fotos/ebooks.png);
    background-repeat: no-repeat;
    background-color: #03484e;
}
#eigenschaften-bild{
    background-image:url(/img/default/fotos/tropfen_03.jpg); 
    background-size: cover;
}
#pflege-bild{
    background-image:url(/img/default/fotos/buerste_01.jpg); 
    background-size: cover;
}
#veredelung-bild{
    background-image:url(/img/default/fotos/veredelung-muster1.jpg); 
    background-size: cover;
}
#glatzshop{
background-image:url(/img/default/fotos/glatz.jpg);
background-size: cover;
}
#shademakershop{
background-image: url(/img/default/fotos/shademaker.jpg);
background-size: cover;
}
#suncomfortshop{
background-image: url(/img/default/fotos/suncomfort.jpg);
background-size: cover;
}
#qdshop{
background-image: url(/img/default/fotos/qd.jpg);
background-size:cover;
}
#praesentation{
background-image:url(/img/default/fotos/praesentation.jpg);
background-size: cover;
}
#einmassplan{
background-image:url(/img/default/fotos/einmaßplan.jpg);
background-size: cover;
}
#standort{
background-image: url(/img/default/fotos/standort.jpg);
background-size: cover;
}
.breadcrumb{
    margin:0;
    padding:5px;
    border:none;
    color:#ff7000;
    text-align:left;
    background-color: none;
}
.breadcrumb a{
    color:#ff7000!important;
}
footer{
    text-align:right;
    word-spacing: 2em;
}
footer a{
    color:#3e3e3e;
}
/*Planung-Section*/
.kontakt-optionen{
    display:table;
    position: relative;
    margin:0 auto;
    z-index:2;
}
.kontakttext{
    font-size:17px;
    display:table-cell;
    vertical-align: middle;
    height:inherit;
    width:inherit;
}
.computer{
    text-align:center;
    width: 286px;
    height:138px;
    display:table;
    position:absolute;
    z-index:2;
    margin-top:16px;
}
.phone{
    text-align:center;
    width:160px;
    height:197px;
    display:table;
    position:absolute;
    z-index:2;
    margin-top:32px;
}
.kontaktforumular{
    text-align:center;
    width:203px;
    height:67px;
    display:table;
    position:absolute;
    z-index:2;
    margin-top:38px;
}
/*Kontakt*/
#kontakt-bild .col-md-8{
    float:right;
}
#kontakt-bild table{
    width:100%;
}

@media screen and (max-width:1200px) and (min-width:770px){
.titelbild,
.section-titelbild{    
    background-attachment: local;
    height: 60vh;
    min-height: 400px;
}
}
/*Größe SM*/
@media screen and (max-width:996px){
.titelbild{
    height: 40vh;
    min-height: 350px;
    }
.shopbox,
.planbox{
    width:500px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}
}
/*alles was schmaler ist als 1200px*/
@media (max-width:1200px){
#center-col{
    max-width:700px;
    }
 .navbar-vertical .navbar-toggle {
    display: block;
  }
.shopbox{
    width:450px;
    height:280px;
}
.titelbild,
.section-titelbild{
    background-attachment: local;     
    }
}
/*alles was breiter ist als 1200px*/
@media (min-width: 1200px){
    .shopbox{
    width:500px;
    height:300px;
} 
.planbox{
    width:800px;
    height:400px;
}
.navbar-vertical .navbar-toggle {
    display: none;
  }
.titelbild{
    height: 50vh;
    min-height: 550px;
    }
.section-titelbild{
    height:50vh;
    min-height:400px;
    }
}
@media (min-width: 2000px) {
.nav-open{
    left:auto;    
    }
.open-nav{
    margin-left:auto;     
    }
.navbar-fixed-top{
    left:auto;
    right:auto;
    width:1790px;
    }
.container-fluid{
    margin-left: 210px;
    }
#eigenschaften .breadcrumb, #pflege .breadcrumb, #veredelung .breadcrumb, #stoffauswahl .breadcrumb, #wishlist-content .breadcrumb, #adresse .breadcrumb{
    margin-left:210px;
    }
#home .titelbild{
    background-position: center bottom;
    }
.product-box{
    max-width:100%;        
    }
}
/*Größe XS*/
@media screen and (max-width:767px){
.reference-title{
    padding:5px;
}
#references .product-box:hover .referenzen-images{
    opacity:1;
    transition-delay:none;
}
#references .product-box:hover .reference-title {
    opacity:1;
}
#references .text-section .glyphicon{
    top:10px;
    color:#3e3e3e;
    }
#references .text-section{
     overflow: auto;   
    }
#references .text-section h4 {
    margin: 0;
    font-weight: bold;
}
.next-button,
.prev-button{
        width:100%;
    }
.next-button .btn, 
.prev-button .btn{
    width:100%;
}
.prev-button{
    text-align: left;
    }
.card .custom-checkbox{
    position:absolute;
    top: 20px;
    right: 70px;
}
.carousel-control{
    font-size:2em;
    }
.selector{
    width:100%;
    min-height:50px;  
    }
.legal table{
    float:none;
    width:90%;
    margin:0 auto;
    max-width:300px;
}
.selection-content{
    height: 94vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
    }   
.openfilter{
    width:100%!important;
}
#filterbox{
    height: 100%;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 0;
    padding-top: 60px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
}
#einzelreferenz h1{
    text-align:left;
}
#einzelreferenz h1{
    font-size:1.5em;
    }
#references .container-fluid{
    padding: 0 10px;
    }
header{
   margin-top:50px;
    }    
.breadcrumb{
    margin-bottom:0;    
    margin-top:50px;
    font-size:14px;
}
.magnify-large{
    display: none;
    }
.product-title,
.product-description,
.product-options{
    height:auto;        
    }
.section-titelbild{
    padding-top: 10px;
    padding-bottom: 10px;   
    }
.navbar-toggle{
    margin-right: 15px;
    } 
#kontakt table,
#planung table{
    width:100%;
    max-width:400px;
    margin:0 auto;
    }
.modal-dialog{
     width:100%;
     height:auto;
     overflow:auto;
     margin:90px 0 0 0;
} 
#computer,
#phone, 
#kontaktforumular{
    width:100%;
    height:0;
    }
.kontakt-optionen{
    margin:0;
    }
.row-eq-height > [class*='col-'],
.row-eq-height{
  display: block;
}
#confi-text{
     position: relative;
    }
#computer, #phone, #kontaktforumular {
    position: relative;
}
.planbox,
.shopbox{
    width:100%;
    height:0;
    padding-top: 56.25%;
    }
.planbox .hero-text,
.shopbox .hero-text{
    position: absolute;
    text-align:center;
    top:0;
    height:100%;
    }
.planbox .hero-text .btn,
.shopbox .hero-text .btn{
     margin-top:0;   
    }
#ueberuns img{
    width:30px;
    height:30px;
    }
h1{
  font-size: 45px; 
    }
h2, h3{
    font-size: 20px;
}
.hero-text{
        text-align: left;
    }
.configurator{
        width:80%;
        height:auto;
        margin:0 auto;
    }
.container-fluid{
     text-align: left;   
    }
.closed-nav,
.open-nav{
    margin-left:0;
} 
.titelbild{
  background-position: center;      
    }
#wishlist-counter{
    width:50%;
    } 
.navbar-xs{
    width:100%;
    height:auto;
    z-index: 10001;
    background-color:#ffffff;
    border-bottom: solid 1px #ff7000;
    -webkit-box-shadow: 0px 1px 3px 0px;
    -moz-box-shadow: 0px 1px 3px 0px;
    box-shadow: 0px 1px 3px 0px;  
    }     
.navbar-xs .row{
    height:inherit;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    } 
.navbar-xs .row .col-xs-6{
    padding-right:0;
    } 
.navbar-xs-overlay{
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    z-index: 10000;
    overflow: auto;   
    padding-top:10px;
    height:100vh;
    overflow-x:hidden;
}
.overlay-open{
    left:0;
    }   
.overlay-closed{
   left:100%;
    }
.navbar-xs-overlay ul{
   padding-left:0;
   list-style:none;
    }
.nav-tabs{
    padding:10px 10px;
    border-bottom:solid 1px #e3e3e3;
    }

.nav-tabs a:hover,
.back a:hover{
    color:#ff7000;    
    } 

.nav-tabs > li > a {
    color:#3e3e3e;
}
.caret-right,
.caret-left{
    top:0;
    bottom:0;
    margin:auto;
    display: inline-block;
    }
.caret-right{
    position: absolute;
    right:0;
    }
.caret-left{
    left:0;       
    }
.submenu{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    background-color:#ffffff;
    }
.sub-closed{
    left:100%;
    }
.sub-open{
    left:0;
    }
.sub-closed,
.sub-open,
.overlay-open,
.overlay-closed{
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    } 
.submenu-header{
    width:100%;
    padding:8px 0;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
    background-color:#ff7000;
    }
.submenu-body,
.back{
   width:100%;
   padding:10px 0;
    }
}
ul.carousel-indicators img.img-fluid {
    width: 90px;
}