@charset "ISO-8859-1";
/* merriweather-sans-regular - latin_cyrillic-ext */
/* abeezee-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abeezee-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
--blau_color:#367676;
--button_color:#BAE8D2;
--text_color:#777;
--head_color:#555;
--background_color:#fff;
--headback_color:#e0e0e0;
--rand_color:#6a7780;
--hover_color:#2C5F5F;
}

body {
	font-family: "ABeeZee", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	background-color: var(--background_color);
}

#positionsinfo{
	color: var(--text_color);
}

.positionsinfo.col{
	background-color: var(--background_color);
	color: var(--text_color);
}

div.headline_logo {
	background-image: url('../pic/mandant33/header.jpg');
}

#musterslider {
    background-image: url("../pic/mandant33/slideleft.gif");
}
#musterslider.open {
	background-image: url("../pic/mandant33/slideright.gif");
}

#welcometext {
    bottom: auto;
    font-size: 16px;
    left: 20px;
    right: auto;
    top: 30px;
    width: 400px;
}

/*dunkles layout: */

#welcometext a, #welcometext a:LINK, #welcometext a:VISITED {
	color: var(--text_color);
}

.navbar-nav .nav-link.active{
	color: var(--blau_color);
}

#mainNav{
	background-color: var(--background_color);
}
a.nav-link.js-scroll-trigger:HOVER {
	color: var(--hover_color);;
}

.nav, .navbar{
	font-size: 18px;
	background-color: var(--headback_color);
	width: 100%;
}

.navbar-nav .nav-link {
    color: var(--blau_color);
    
}
.nav_gruppen {
	width: 100%;
	border-top: 1px none var(--rand_color);
	border-bottom: 1px none var(--rand_color);
}
.nav_gruppe_col {
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
    padding-top: 5px;
    cursor: pointer;
}
.nav_produktgruppe {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    cursor: pointer;
}
.nav_produktgruppe a,
nav .nav_produktgruppe a, 
nav .nav_produktgruppe a:link, 
nav .nav_produktgruppe a:visited{
    color: black;
    text-transform: uppercase;
}

section#index_kacheln {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kachel_text_background {
	background-color: rgba(106, 119, 128, 0.7);
	margin: -30px;
	margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
}
.kachel_gross {
	background-image: url('../pic/mandant33/kachel_gross.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	height: 290px;
	padding: 30px;
	background-color: #eceeef;
	color: #ffffff;
}
.kachel_klein {
	background-image: url('../pic/mandant33/kachel_klein.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	height: 290px;
	padding: 30px;
	background-color: #eceeef;
	color: #ffffff;
}
#index_kachel_1 {
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	background-image: url('../pic/mandant33/start/teaser_1.png');
}
#index_kachel_2 {
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	background-image: url('../pic/mandant33/start/teaser_2.png');
}
#index_kachel_3 {
	border-bottom: 10px solid white;
	background-color: #eceeef;
	background-image: url('../pic/mandant33/start/teaser_3.png');
}
#index_kachel_4 {
	border-right: 10px solid white;
	background-image: url('../pic/mandant33/start/teaser_4.png');
}
#index_kachel_5 {
	border-right: 10px solid white;
	background-image: url('../pic/mandant33/start/teaser_5.png');
}
#index_kachel_6 {
	background-image: url('../pic/mandant33/start/teaser_6.png');
}
#index_description{
	background-color: #eceeef;
	color: black;
}

.kachel_vorschau_text {
	font-size: 14px;
	/*color: #ffffff;*/
	padding-bottom: 30px;
}

#index_kacheln .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 30px;
    width: calc(100% - 60px);
}
#index_kachel_infos .container {
	font-size: 14px;
	padding: 30px;
	color: #000000;
	background-color: #edeef0;
}
#index_kachel_infos ul li {
	list-style: inside;
}
.kachel_info_head {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}
.kachel_h2_klein {
	font-size: 16px;
    display: inline;
}
.btn-secondary .weniger_anzeigen {
	display: none;
}
.weniger_anzeigen .weniger_anzeigen {
	display: block;
}
.weniger_anzeigen .mehr_erfahren {
	display: none;
}

.angebot {
	font-size: 14px;
    font-weight: bold;
	background-color: white;
	color: #000000;
	height: 285px;
	background-size: cover;
    background-repeat: no-repeat;
    border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
	/*min-width: 290px;
	max-width: 290px;
	margin-bottom: 20px;
	margin-right: 11px;
	min-height: 270px;*/
}

.thumb_zur_masskonfektion {
    background-color: #edeef0;
    padding: 30px;
    line-height: normal;
}

.angebot .detail_button {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	width: calc(100% - 60px);
}
.detail_button .btn.btn-primary {
	width: 100%;
}

.angebot .caption {
	margin-bottom: 80px;
	font-size: 22px;
}

.angebot img{
	margin-bottom: 10px;
	margin-top: 10px;
	max-height: 140px;
}

.angebot .thumbnail{
	border: none;
	text-align: center;
}

.angebot .preis{
	position: absolute;
	bottom: 55px;
	
	margin-left: auto;
	margin-right: auto;
	transform: translate(-50%, 0);
	left: 50%;
}
.angebot .detail_button{
	padding-bottom: 1rem;
	bottom: 10px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	transform: translate(-50%, 0);
	left: 50%;
}

.masse button, .anzahl button{
	width: 210px;
}

.masse a.dropdown-item, .anzahl a.dropdown-item{
	min-width: 210px;
}

.produktbeschreibung .btn{
	min-width: 210px;
	font-size: 28px;
	height: 55px;
	margin-bottom: 1rem;
}

.produktbeschreibung .btn span{
	position: relative;
	top: -15px;
}
.produktbeschreibung .btn span:hover, .produktbeschreibung i:hover{
	color: black;
}

.details .btn{
	font-size: 28px;
	height: 55px;
}

.details .btn span{
	position: relative;
	top: -15px;
}
.details .btn span:hover, .details i:hover{
	color: black;
}

.btn{
	font-size: 14px;
	padding-top: 9px;
	/* min-width: 200px; */
}
.btn-info {
    color: #3f3f3f;
    background-color: #D9D4CE;
    border-color: #868e96;
    height: 45px;
	padding-top: 0;
}
.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle, .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,  .open > .dropdown-toggle.btn-info {
	background-color: #D9D4CE;
    background-image: none;
    border-color: #868e96;
	color: #2b2c30;
}
.btn-info:hover {
    color: white;
    background-color: var(--hover_color);
    border-color: #868e96;
}

.btn-info .fa-angle-right{
	padding-left: 10px;
	top: -5px;
	position: relative;
}

.btn-primary, a.btn-primary {
	color: var(--text_color);
	background-color: var(--button_color);
    border: none;
	text-transform: uppercase;
	font-size: 14px;
	height: 40px;
}
.btn-primary:hover, .btn-primary.active, .btn-primary.focus{
	color: white !important;
	background-color: var(--hover_color);
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0px 0px 10px 0px #00000050;
}
a.btn-primary a, a.btn-primary a:link , a.btn-primary a:visited {
	color: white;
	font-size: 14px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0px 0px 10px 0px #00000050;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
	background-color: var(--button_color);
	box-shadow: 0px 0px 10px 0px #00000050;
	color: black;
}

.btn-secondary, a.btn-secondary, a.btn-secondary:link, a.btn-secondary:visited,
.btn-success, a.btn-success, a.btn-success:link, a.btn-success:visited {
/*	color: var(--text_color);*/
  	background-color: var(--blau_color);
  	border: none;
  	text-transform: uppercase;
  	font-size: 14px;
  	min-height: 40px;
  	min-width: 180px;
  	padding: 9px;  
}
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle,
.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
	background-color: #6a7780;
    background-image: none;
    border-color: #6a7780;
	color: #ffffff;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-success:hover,
.btn-success:hover, 
div.weiter_button_sel a:hover, 
div.zurueck_button_sel a:hover
{
    color: white;
    background-color: var(--hover_color);
    border-color: #6a7780;
}

.btn-success{
    text-transform: uppercase;
}

.btn-success.focus{
	box-shadow: 0 0 0 3px black;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0px 0px 10px 0px #00000050;
}

/*
.btn-success{
    text-transform: uppercase;
}
.btn-success:hover, .btn-success.active, .btn-success.focus{
	color: white !important;
	background-color: #63BF43;
    border-color: #63BF43;
    text-transform: uppercase;
}
.btn-success:hover, .btn-success.active, .btn-success.focus{
	color: black !important;
	background-color: #fdc727;
    border-color: #fdc727;
}
.btn-success.focus{
	box-shadow: 0 0 0 3px #fdc727;
	background-color: #63BF43;
}
*/

#info_info .inhalt {
	font-size: 16px;
}



.dropdown-toggle {
    box-shadow: none;
}
.dropdown-menu {
	transform: translate3d(0px, 25px, 0px) !important;
}

.dropdown-item:hover {
	background-color: var(--hover_color);
	color: #6a7780;
}

.btn{
	border-radius: 0;
}


.zu_produkte .btn.btn-primary, .carousel-text .btn.btn-secondary {
	min-width: 200px;
}


#dropdownMasseButton{
	width: 250px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    border: 2px solid #c4c9cc;
    border-radius: 2px;
    padding: 10px;
}

#weiter_button_zubehoer{
	display: none;
}

.bestellnummer{
	font-size: 16px;
}

.viewport.row, .muster_scrollview.muster_index.row, 
#filter_muster_form.row, #filter_muster_form2.row {
	margin-left: 0;
	margin-right: 0;
}
.overview.col {
	padding-left: 0;
	padding-right: 0;
}


#hm_produktgruppen, #hm_gruppen {
	width: 100%;
}
#start_pg_1,#start_pg_2,#start_pg_3,#start_pg_4,#start_pg_5,#start_pg_16,#start_pg_17{
	/*height: 190px;
	width: 170px;*/
	background-repeat: no-repeat;
	background-position: center 5px;
	cursor: pointer;
	padding-top: 195px;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;	
}
span.index_pg1,span.index_pg2,span.index_pg4,span.index_pg5,span.index_pg16,span.index_pg17 {
	max-width: 170px;
	padding: 0;
	font-size: 22px;
}
.modellauswahl_text, #hm_produktgruppen li, #hm_gruppen li {
    font-size: 22px;
}
#hm_produktgruppen li, #hm_gruppen li {
    text-transform: none;
	text-align: center;
}
#hm_produktgruppen li {
	margin: 0;
    height: 275px;
    background-position: center center;
    background-size: cover;
}
span.index_pg1.selcolor,span.index_pg2.selcolor,span.index_pg4.selcolor,span.index_pg5.selcolor,span.index_pg16.selcolor,span.index_pg17.selcolor {
	color: rgb(99,191,67);
}
.transparent_text {
	text-shadow: none;
}
#hm_produktgruppen .menu_list li.selcolor{
	border-style: solid;
	border: 10px solid #ffffff;
	border-top: 0;
    border-left: 0;
}
li.selcolor .btn.btn-secondary {
    background-color: #f3005c;
    border-color: #f3005c;
    color: #ffffff;
}

#start_pg_1{
	background-image: url("../pic/mandant33/start_pg_1.png");
}
#start_pg_2{
	background-image: url("../pic/mandant33/start_pg_2.png");
}
#start_pg_3{
	background-image: url("../pic/mandant33/start_pg_3.png");
}
#start_pg_4{
	background-image: url("../pic/mandant33/start_pg_4.png");
}
#start_pg_5{
	background-image: url("../pic/mandant33/start_pg_5.png");
}
#start_pg_16{
	background-image: url("../pic/mandant33/start_pg_16.png");
}
#start_pg_17{
	background-image: url("../pic/mandant33/start_pg_17.png");
}

#start_pg_11{
	display: none;
}
.menu_list .selcolor{
	border: 4px solid #63BF43;
}

#modellauswahl span.auswahl_rahmen, #kategorieauswahl span.auswahl_rahmen, #oeffnungsartauswahl span.auswahl_rahmen,
#untergrundauswahl span.auswahl_rahmen, #lieferartauswahl span.auswahl_rahmen {
	width: auto;
	height: auto;
	border: none;
}
#modellauswahl li.auswahl, #kategorieauswahl li.auswahl {
	color: #000000;
	border: 0;
	margin: 0;
	padding: 0;
}
#modellauswahl li.auswahl i, #kategorieauswahl li.auswahl i {
	font-size: 25px;
	color: #000000;
}

.hinweis_kachel, .muster_hinweis {
	font-size: 14px;
    line-height: normal;
	border: solid 1px var(--headback_color);
	padding: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.auswahl a.open_overlay {
    position: relative;
    font-size: 20px;
    color: #000000;
    padding-right: 10px;
    transition: 0.3s;
}
.auswahl a.open_overlay:hover {
	color: #f2005b;	
}

#modellauswahl .auswahl a.open_overlay {
	position: absolute;
  	top: 182px;
  	right: -2px;
}

#musterauswahl li.selrahmen, #modellauswahl li.selrahmen, #oeffnungsartauswahl li.selrahmen span, #materialauswahl li.selrahmen span{
	overflow: hidden;
	border-color: #6a7780;
    border-width: 2px;
}

li.selrahmen .btn.btn-primary {
	background-color: var(--blau_color);
    border-color: #f3005c;
    color: white;
}

#preisinfo .preis_preis{
	color: #6a7780;
	font-size: 28px;
}
.modal-header{
	background-color: var(--headback_color);
}
.modal-body  {
	-webkit-overflow-scrolling: touch;
}

.modal-header{
	color: white;
}

.modal-body{
	color: black;
}

div.info_menu_links li {
	padding-top: 10px;
	border-width: 0;
}
li.info_menu_links span{
    font-size: 14px;
    display: flex;
    cursor: pointer;
}
li.info_menu_links.sel span{
	color: white;
}

li.info_menu_links.sel a{
	color: white;
	background-color: var(--blau_color);
}

.row.anzahl .dropdown-menu{
	margin-top: 100px;
}

#auswahl_bestellung .auswahl_feld{
	padding-left: 20px;
	padding-top: 10px;
}

@media screen and (min-width: 992px) {
	body.main_standard_formats_overview.einzelteil_modell_overview,
	body.main_standard_formats_overview.einzelteil_overview,
	body.main_made_to_measure.vermassung,
	body.main_special_offers.einzelteil_detail {
		/*background: url('../pic/mandant33/background_sb_produkte.jpg') no-repeat center top fixed;*/
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
}

.main_standard_formats_overview footer, .main_made_to_measure footer, .main_special_offers footer {
	padding-bottom: 1px;
}
/*
.footer_abstand_oben {
		background-color: #2B2C30;
		height: 20px;
    	margin-bottom: 0px;
}
.footer_abstand_unten {
	background-color: #2B2C30;
	height: 20px;
    margin-bottom: -20px;
}
*/
/* einige Infos für Stückware im Warenkorb ausblenden */
.pg_11 .wk_zubehoer_preis, .pg_11 .wk_zubehoer_anzahl_inline, .pg_11 .wk_zubehoer_bestellnummer, /*.pg_11 span.modellinfo_beschreibung,*/ .pg_11 .wk_modell_name{
	display: none;
}

.pg_11 span.modellinfo_beschreibung{
	float: left;
	margin-right: 5px;
}

.wk_zubehoer_txt{
	float: left;
	margin-right: 5px;
	font-size: 18px;
}
.wk_position_zubehoer_rechts {
	text-align: right;
}

#wk_rechnung {
	float: left;
	width: 50%;
}
#wk_hinweis {
	width: 50%;
}

#wk_finish .hr {
	height: 1px;
	width: 100%;
	background-color: #838383;
	margin-left: 0px;
	margin-bottom: 20px;
}
#wk_finish dd {
	font-style: italic;
	font-weight: normal;
}

#mass_input_masse{
	display: block;	
	right: 10px;
	bottom: 10px;
	position: absolute;
}
#mass_input_main{
	display: none;
}

.modellinfo_lr{
	white-space: normal;
}

.wk_zubehoer_groesse, .wk_zubehoer_farbe{
	display: inline;
	font-size: 18px;
}

.thumbnail .preis{
	padding-bottom: 1rem;
	font-size: 20px;
}

a.btn.btn-primary, a.btn.btn-primary:link, a.btn.btn-primary:visited {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 9px;
}
a.btn.btn-primary.modellauswahl_button {
	display: block;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.modell_beschreibung_kurz {
	font-size: 14px;
}

#special_offers .container, #standard_formats .container, #made_to_measure .container, #start_direktauswahl .container{
	max-width: 1000px;
}

#start_direktauswahl .container{
	padding: 0;
}

/*
.angebot:first-child { 
	margin-left: 0 !important; 
}
.angebot:last-child { 
	margin-right: 0 !important; 
}
*/
h1{
	font-size: 28px;
	font-weight: normal;
}
.col.masse h1, .warenkorb_anzahl_row h1, .row.farben h1 {
    font-size: 14px;
    font-weight: bold;
}
h2{
	font-size: 25px;
	font-weight: bold;
}

h6 {
	font-size: 14px;
} 

a.dropdown-item, a.dropdown-item:link, a.dropdown-item:visited{
	color: #000000;
	font-size: 14px;
	text-align: left;
}

.fa-3 {
    font-size: 35px;
}

.navbar-brand{
	color: #d9d4ce;
}

.nav-link{
	display: inline-flex;
}
.navbar-nav .nav-link:hover{
	color: #63BF43;
}

.nav-link .txt{
	font-weight: bold;
	font-size: 1px;
	display: inline-block;
	padding-top: 7px;
	padding-left: 10px;
}

.nav-link span.txt.authenticated{
	margin-top: -12px;
}

.navbar.sticky-top .nav_container {
	height: 100px;
}
.nav-icon {
    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 50%;
    cursor: pointer;
    color: var(--blau_color);;
}

.nav-icon:hover {
	color: #a0abb1
}
.nav-icon .txt {
	font-size: 14px;
	color: var(--blau_color);;
}

/* +++++++++ BIG TILES +++++++++ */

.bigtile{
	color: #6a7780 !important;
	font-size: 14px;
}

/* +++++++++++++++++++++++++++++ */

/* +++++++++ HIERARCHY BAR +++++++++ */

.hierarchy{
/*	display: block; */
	padding-top: 0.5rem;
	padding-left: 0;
	height: 40px;
	background-color: white;
	font-weight: bold;
	font-size: 14px;
}
.hierarchy .fas.fa-caret-right {
	font-size: 14px;
	color: #6a7780;
}

.container.hierarchy i.fas{
	margin-left: 20px;
}

.current{
	color: #6a7780 !important;
	font-size: 14px;
}

/* +++++++++++++++++++++++++++++ */

/* +++++++++ CAROUSEL +++++++++ */
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    overflow: visible;
}

#myCarousel .carousel-indicators > li {
    width: 70px;
    height: initial;
    text-indent: initial;
    border-top: 0;
    border-bottom: 0;
}

#myCarousel .carousel-indicators > li img {
	border: 2px solid #ffffff;
    border-radius: 2px;
}

#myCarousel .carousel-indicators > li.active img {
/*     opacity: 0.7; */
	border: 2px solid #f2005b;
    border-radius: 2px;
}

#myCarousel .carousel-inner{
	width: auto;
}

.vertical_images img {
	margin-bottom: 15px;
}

.carousel-control-next, .carousel-control-prev{
	width: 6%;
}

/* ++++++++++++++++++++++++++++ */

/* +++++++++ MAGNIFYING GLASS +++++++++ */

/* .mag { */
/*     width:200px; */
/*     margin: 0 auto; */
/*     float: none; */
/* } */
    
/* .mag img { */
/*     max-width: 100%; */
/* } */
        
  

/* .magnify { */
/*     position: relative; */
/*     cursor: none */
/* } */

/* .magnify-large { */
/*     position: absolute; */
/*     display: none; */
/*     width: 175px; */
/*     height: 175px; */

/*     -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 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, 255, 255, 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, 255, 255, 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%; */
/* } */

#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
}

/* ++++++++++++++++++++++++++++++++++++ */

/* +++++++++ SCROLL DOWN ARROW +++++++++ */

/* body { */
/*   background-color: #000; */
/* } */

/* *, */
/* :after, */
/* :before { */
/*   box-sizing: border-box; */
/*   margin: 0; */
/*   padding: 0; */
/* } */

section.scroll {
  height: 100vh;
  width: 100%;
  display: table;  
}

section.destination{
  background-color: #ffffff;
}
section#start_products {
    background-color: #eceeef;
    border-top: 1px solid #bac2c7;
    border-bottom: 1px solid #bac2c7;
    padding-top: 20px;
    padding-bottom: 20px;
}

section#start_products h2 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}
section#start_products .col {
	padding: 0;
	padding-right: 10px;
}
section#start_products .zu_produkte {
	padding: 0;
	padding-top: 10px;
}


section#einzelteil_details_zubehoer {
	background-color: #2B2C30;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -10px;
	color: white;
}
#einzelteil_details .container {
	background-color: white;
}

.scroll-down{
	position: absolute;
	left: 50%;
	margin-left: -16px;
	display: block;
	z-index: 2;

	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
 
  	background-image: url('../pic/mandant33/scrolldown.png');
	background-repeat: no-repeat;
    background-size: 46px auto;
	width: 46px;
	height: 46px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.scroll-button-div{
	visibility: visible;
	height: 0;
}

input.mass_input_change, textarea.mass_input_change{
	color: #2b2c30;
}


/* +++++++++++++++++++++++++++++++++++++ */

/* +++++++++ MOBILE ADJUSTMENTS +++++++++ */

@media (max-width : 992px){
	.mobile{
		padding-left: 10px !important;
	}
	.mobile-payment{
		padding-left: 25px !important;
	}
}
@media screen and (min-width: 394px) and (max-width: 575px) {
	.col-sm-12.mobile-payment {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ++++++++++++++++++++++++++++++++++++++ */

.col.col-md-9.col-sm-12.mobile-payment {
	padding-bottom: 15px;
}

.nav-item{
	margin-right: 40px;
}

.nav-item .dropdown-menu{
	left: auto;
	right: -30px;
	background-color: rgba(99,191,67,0.96);
	border: none;
	border-radius: 0;
	color: white;
}

.nav-item a.dropdown-item, #logout_button{
	text-align: right;
}

.nav-item .dropdown-menu a.dropdown-item, .nav-item .dropdown-menu a.dropdown-item:link, .nav-item .dropdown-menu a.dropdown-item:visited{
	color: white;
	font-size: 24px;
}

.nav-item .dropdown-menu div.dropdown-item.active, .nav-item .dropdown-menu a.dropdown-item:hover,  #logout_button:hover, .logout_button_in_menu{
	color: #6a7780;
	background-color: #edeff0;
	text-align: right;
	cursor: pointer;
}

.nav-item .dropdown-toggle:after{
	border-top: .4rem solid;
	border-right: .4rem solid transparent;
	border-left: .4rem solid transparent;
	margin-top: 16px;
}

.navbar .nav-item a:hover{
	color: rgb(99,191,67);
}

.fa-bars{
	font-size: 34px;
}

section{
	max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 0;
	background-color: white;
}

.standard_formats_overview h2{
	color: #2b2c30;
}
#standard_formats_overview .current.bigtile {
	font-size: 14px;
}

.ueberschrift{
	color: #2b2c30;
}

#made_to_measure_page .container{
	max-width: 1140px;
}

.card{
	border: 0;
	border-radius: 0;
	margin-bottom: 10px;
}

.card-header {
	background-color: #edeef0;
	font-size: 28px;
	border-bottom: 0;
}
.card-header:first-child {
	height: auto;
	border-radius: 0;
}

.thumbname{
	padding-bottom: 1rem;
	font-size: 22px;
}

img.inaktiv {
	border: 2px solid #c4c9cc;
	border-radius: 2px;
}
img.aktiv {
	border: 2px solid #f2005b;
	border-radius: 2px;
}

.h5, h5{
	font-size: inherit;
}

.musterauswahl_text{
	font-size: 14px;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 0;
	color: #000000;
	position: absolute;
	left: 35px;
}
li.selrahmen span.auswahl_text {
	color: var(--blau_color);
}
a.info_button_rund{
	margin-top: 8px;
    border-radius: 0;
    position: relative;
    right: auto;
    width: 90px;
    bottom: 0px;
}

a.info_button_rund.btn.btn-primary, a.info_button_rund.btn.btn-primary:link, a.info_button_rund.btn.btn-primary:visited{
    text-transform: uppercase;
}

ul.auswahl {
	margin-top: 0;
}

#musterauswahl li.auswahl{
	height: 89px;
	min-height: 89px;
	width: 32%;
    max-width: 32%;
    min-width: unset;
    margin: 0;
    margin-bottom: 35px;    
    border: 2px solid #ffffff;
    overflow: visible;
}
#musterauswahl li.auswahl.selrahmen {
	border: 2px solid var(--blau_color);
}
#musterauswahl .auswahl_rahmen {
	width: 100%;
	height: 100%;
}
li.auswahl a.muster_info_button {
	color: #000000;
    font-size: 20px;
    position: relative;
}

a.btn.btn-primary.wk_aendern_button{
	float: left;
	margin-right: 1rem;
}

.left_button{
	float: left;
	margin-right: 1rem;	
}

a.warenkorb_in_button.btn.btn-success  {
	width: 250px;
	height: 40px;
	padding-top: 9px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #f2005b;
	border-color: #f2005b;
	box-shadow: 0px 0px 10px 0px #00000050;
}
a.warenkorb_in_button.btn.btn-success:hover {
	color: #ffffff;
    background-color: #6a7780;
    border-color: #6a7780;
}
a.warenkorb_in_button.btn.btn-success:active {
	color: #ffffff;
    background-color: #6a7780;
    border-color: #6a7780;
}

a.montageanleitung {
	width: 250px;
	height: 40px;
}

div.warenkorb_in_button {
	display: inline;
}

.warenkorb_position_preis {
	left: 183px;
	position: absolute;
}

@media screen and (max-width: 360px) {
	a.warenkorb_in_button {
		font-size: 14px;
		padding-top: 12px;
		padding-left: 11px;
		padding-right: 11px;
		height: 46px;
		max-height: 47px;
		max-width: 70%;
	}
	.warenkorb_position_preis {
		left: 0;
		position: relative;
	}
	.warenkorb_position_anzahl_form {
		left: 0px;
		position: relative;
	}
}

.headline_warenkorb_anzahl, #headline_warenkorb_anzahl {
	color: #2b2c30;
	font-size: 15px;
	position: relative;
	left: -1px;
	top: -3px;
	width: 30px;
	text-align: center;
	margin: auto;
	padding: 0 0 0 0;
}

@media screen and (min-width: 768px) and (max-width: 778px) {
	#headline_warenkorb_anzahl {
		color: #2b2c30;
		font-size: 14px;
		position: relative;
		left: 1px;
		top: -4px;
		width: 30px;
		text-align: center;
		margin: auto;
		padding: 0 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	#headline_warenkorb_anzahl {
		color: #2b2c30;
		font-size: 14px;
		position: relative;
		left: 1px;
		top: -2px;
		width: 30px;
		text-align: center;
		margin: auto;
		padding: 0 0 0 0;
	}
	.kundendaten_content {
		top: -10px;
	}
}

.headline_warenkorb_icon{
	left: 0;
	color: var(--blau_color);
}

@media only screen and (min-width: 992px){ 
	a.btn.btn-primary.wk_loeschen_button{
	    float: right;
	}
	.br-toggle-1{
		display: none;
	}
	.br-toggle-3{
		display: none;
	}
	.right_button{
		float: right;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){ 
	a.btn.btn-primary.wk_loeschen_button{
	    float: left;
	    margin-bottom: 3px;
	}
	.br-toggle-3{
		display: none;
	}
	.right_button{
	    float: left;
	    margin-bottom: 3px;
	}
}

@media only screen and (min-width: 486px) and (max-width: 767px){ 
	a.btn.btn-primary.wk_loeschen_button{
	    float: right;
	}
	.br-toggle-1{
		display: none;
	}
	.br-toggle-3{
		display: none;
	}
	.right_button{
		float: right;
	}
}

@media only screen and (min-width: 1px) and (max-width: 487px){ 
	a.btn.btn-primary.wk_loeschen_button{
	    float: left;
	    margin-bottom: 3px;
	}
	.right_button{
	    float: left;
	    margin-bottom: 3px;
	}
}

.zb{
	padding-bottom: 1rem;
}

.overflow{
	overflow: auto;
}

div.auswahl_feld{
	font-size: 20px;
	font-weight: normal;
	padding: 0;
}

select.direktauswahl{
	font-size: 24px;
	margin: 0;
}

.custom-select{
	height: calc(3.25rem + 2px);
}
.custom-select:focus {
	box-shadow: none;
}

#schnell_artikel{
	/*display: none; */
	height: 40px;
	width: 24%;
}
#filter_muster_form .suchen_button,
#filter_muster_form2 .suchen_button
{
	display: none;
	margin-left: 0px;
}


div.info_menu_links li{
	width: 227px;
}

.info_menu_links_text{
	padding: 10px;
	margin: auto;
	min-width: 50px;
}
.info_menu_links a.btn.btn-primary {
  height: 55px;
  padding: 0px;
}
.info_titel_klein {
  font-size: 24px;
}
.vermassung_beschreibung{
	display: inline;
	font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.vermassung_beschreibung b{
	font-weight: bold;
}

.auswahl .radio_label{
	font-size: 14px;
}

.hinweis{
	font-size: 14px;
}

#auswahl_vermassung .hinweis{
	display: none;
}

#musterauswahl.auswahl_scrollbox {
	top: 10px;
	padding-left: 0;
    padding-right: 10px;
    font-family: inherit;
}

#materialauswahl li.auswahl {
    width: 250px;
}

#kundendaten_form, #vermassung_form, #zubehoer{
	font-size: 18px;
}

.hinweis_vermassung_email{
	float: right;
}
.hinweis_vermassung_tel{
	float: none;
}

#aktuelle_auswahl_text, #preisinfo .preis_text, #preisinfo .preis_text_rabatt{
	font-size: 28px;
	height: auto;
}

.modellinfo_lr, .preis_preis{
	font-size: 16px;
}

span.modellinfo_beschreibung, span.modellinfo_beschreibung, span.preisgruppe{
	font-size: 16px;
}

#preisinfo .preis_error{
	font-size: 16px;
	height: auto;
}

div#login_page span.formError {
	display: block;
	font-size: 1rem;
	width: max-content;
	margin-top: 15px;
	margin-bottom: 0px;
}

span.formError.smallText {
	font-size: 16px;
	font-weight: bold;
}

span.formError{
	font-size: 18px;
}

span#agb.errors {
	font-size: 18px;
	font-weight: bold;
}

#error_page, div#error_page {
	margin: 50px;
	max-width: 940px;
}
#error_page .info_button3.btn.btn-success {
	height: 42px;
	text-align: center;
	width: 330px;
	display: table;
}
#error_page .info_button3.btn.btn-success.zurueckbutton, .info_button3.btn.btn-success.zurueckbutton {
	margin-top: 20px;
}
.errormsg.fas.fa-exclamation-triangle {
	color: #f3005c;
	float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.masswertname {
	font-size: 14px;
	color: #000000;
}

@media screen and (max-width: 575px) {
	#error_page, div#error_page {
		margin: 30px;
		text-align: justify;
	}
	#error_page .info_button3.btn.btn-success {
	    width: 100%;
	    margin-top: 20px;
	    height: 42px;
	    text-align: center;
	}
	
	#wk_rechnung, #wk_liefer, #wk_adresse, .wk_hinweis {
		max-width: 290px;
	}
	.wk_hinweis {
		width: 40%;
	}
	table.wk_uebersicht {
		font-size: 15px;
	}
	.warenkorb_finish a.weiter_button_sel {
		font-size: 15px;
	}
	.warenkorb_finish div.weiter_button_sel {
		text-align: left !important;
    	padding-left: 10px;
	}
	.wk_uebersicht .uebersicht_info_zeile td {
		padding: 0px;
	}
}

#technische_aenderungen{
	font-size: 18px;
	bottom: auto;
	color: #919191;
	font-size: 15px;
}

.hinweis_ueberschrift{
	font-weight: normal;
	font-size: 28px;
}

.box h3{
	font-size: 20px;
}

.info_hinweis{
	font-size: 18px;
}
.dropdown-menu{
	font-size: inherit;
}

div.dropdown.filter_dropdown {
	padding: 0;
}

#filter_muster_form .filter_dropdown, #filter_muster_form .direktauswahl, 
#filter_muster_form2 .filter_dropdown, #filter_muster_form2 .direktauswahl
{
	font-size: 14px;
	font-weight: bold;
    text-align: left;
    text-transform: none;
	height: 40px;
	max-width: 24%;    
    margin-right: 1%;
    cursor: pointer;
    color: #000000;
    border: 1px solid #c4c9cc;
    border-radius: 2px;
}

#filter_muster_form .filter_dropdown.dropdown,
#filter_muster_form2 .filter_dropdown.dropdown 
{
	border: 0;
}

#filter_muster_form .filter_dropdown a,
#filter_muster_form2 .filter_dropdown a
{
	width: 100%;
	height: 36px;
}
#filter_muster_form a.dropdown-item,  #filter_muster_form a.dropdown-item:link,  #filter_muster_form a.dropdown-item:visited 
#filter_muster_form2 a.dropdown-item, #filter_muster_form2 a.dropdown-item:link, #filter_muster_form2 a.dropdown-item:visited
{
	margin-top: 0px;
    margin-bottom: 5px;
}
a.dropdown-item .filter_muster_color {
    margin: -4px 10px 0 0;
}
.custom-select .filter_muster_color {
	width: 26px;
    height: 26px;
}
span.combobox_text {
    margin-top: 3px;
    display: block;
}
.custom-select .combobox_text {
	margin-top: 0;
}


input.mass_input, input.mass_input_error {
   font-size: 14px;
    width: 150px;
    height: 40px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #cbcfd2;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 10px;
}

input.mass_input_error {
	color: #f3005c;
}

select.mass_input_error{
	background-color: #e9e9e9;
	border: 1px solid #909090;
}

#aktuelle_auswahl_text{
	margin-top: 18px;
}

.smallText{
	font-size: 14px;
}

#hinweis_warenkorb{
	font-size: inherit;
}

.rechts{
	padding-right: 0px;
	width: 300px;
}

.gesamt_sel_1{
	font-size: inherit;
}

#auswahl_bestellung table{
	font-size: 20px;
}

#auswahl_bestellung table .alignright{
	text-align: right;
	padding-right: 5px;
}

#auswahl_bestellung td.hinweistext{
	padding-left: 5px;	
}

.warenkorb_position_element span.modellinfo_beschreibung{
	font-size: 18px;
	font-weight: bold;
}

.warenkorb_position_element .modellinfo_lr{
	font-size: 18px;
}

#aktuelle_auswahl .modellinfo_lr {
    max-width: auto;
}

/* Zoom und offene Ansicht ausblenden */
#zoom_minus, #zoom_plus, #oeffnung_offen{
	display: none;
	top: -300px;
}

#einzelteil_anzahl, select.wkanzahl, input.anzahl_in_warenkorb{
	margin-right: 10px;
	margin-bottom: 10px;
    height: 40px;
    max-height: 47px;
    width: 90px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border: 2px solid #c4c9cc;
    border-radius: 2px;
    cursor: pointer;
}

#einzelteil_detail_beschreibung h2{
	font-size: 25px;
    font-weight: bold;
}

#einzelteil_detail_beschreibung .price{
	font-size: 20px;
}

#einzelteil_detail_beschreibung a.warenkorb{
	float: right;
}

#einzelteil_detail_hinweis {
    font-size: 14px;
    margin-top: 10px;
    padding: 30px;
    background-color: #edeef0;
}

.detail_button a.einzelteil_detail_button {
	display: block;
	height: 100%;
	width: 100%;
}

div.einzelteil_beenden_button {
    display: block;
    position: relative;
    float: right;
    margin-right: -45px;
    right: 30px;
    height: 25px;
    width: 25px;
    min-width: 25px;
    text-align: center;
    padding: 0;
    padding-top: 2px;
    padding-left: 1px;
    border-width: 0;
    cursor: pointer;
}

input[type="radio"]{
	margin-top: 0px;
}

.agb_dsb_rahmen{
	width: auto;
	float: none;
	border-width: 0;
}

.infotext{
	font-size: 14px;
}

.infotext .grau{
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	background-color: #dadada;
}

.agb_dsb_content{
	padding: 40px 40px 0px 30px;
	text-align: justify;
}

#haftung, #urheber{
	text-align: justify;
}

#agb_neukunde {
	padding-top: 5px;
}
#agb_neukunde input {
	width: auto;
	margin-right: 20px;
}

/* Drucken-Button für Infoseite */
.infotext .no_print {
	float: right;
	margin-top: 10px !important;
	margin-right: 10px !important;
	position: static;
}
a.no_print_a, a.no_print_a:link, a.no_print_a:visited {
	color: white;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}

.infotext.container {
	color: black;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.infotext.container #kontakt {
    margin-top: 0px;
    margin-left: 40px;
}

#filter_muster_form .dropdown a.custom-select,
#filter_muster_form2 .dropdown a.custom-select
{ 
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    height: 40px;
    padding-top: 9px !important;
    margin: 0;
    color: #000000;
    border: 1px solid #c4c9cc;
    border-radius: 2px;
    padding: 10px;
}

.footer_ueberschrift{
	font-size: 18px;
}

a, a:link, a:visited {
   	color: var(--text_color);
    text-decoration: none;
}
.weiter_button a, .weiter_button a:link, .weiter_button a:visited,
.weiter_button_sel a, .weiter_button_sel a:link, .weiter_button_sel a:visited {
	color: white;
} 
a:hover{
	color: black;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: var(--blau_color);
  text-decoration: none;
}

#accordion #collapseproduktgruppe {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
#accordion #collapsemodell {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
#accordion #collapsemuster {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
#collapsemodell .auswahl_feld {
	display: none;
}


#accordion h5 a, #accordion h5 a, #accordion h5 a:link, #accordion h5 a:visited {
	color: #000000;
    padding: 20px;
    padding-left: 30px;
    font-weight: bold;
}
#accordion .card-header h5 a {
	padding: 20px;
	padding-top: 15px;
	padding-left: 30px;
}
#accordion .card-header.active h5 a {
	height: auto;
	min-height: 90px;
	padding: 30px;
}

.pghinweis {
	display: none;
}
#headingproduktgruppe.active .pghinweis {
	display: block;
	font-size: 14px;
	padding-top: 20px;
}

#accordion h5 a:hover{
	color: black;
}

.close{
	font-size: 40px;
}

/*horizontal scrollen:*/
/*#musterauswahl.auswahl_scrollbox .viewport {
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}*/

/* vertikal scrollen: */
#musterauswahl.auswahl_scrollbox .viewport {
	width: auto;
	white-space: normal;
	overflow-x: auto;
	overflow-y: auto;
}


.muster_hinweis{
	font-size: 14px;
	margin-top: 10px;
}

li.auswahl_zubehoer{
    border-bottom: 1px lightgrey solid;
    margin-bottom: 6px;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
}

li.auswahl_zubehoer:first-child{
    border-top: 1px lightgrey solid;
    padding-top: 10px;
    margin-top: 15px;
}

.switch-button-label{
	font-size: 16px !important;
	position: relative;
	/*top: 21px;*/
}
.magnet .switch-button-background {
	margin-top: 6px;
}
.magnet .switch-button-label {
    margin-right: 24px;
}

.switch-button-label.on{
	color: #adadad !important;
}

#title_bg {
	text-align: center;
	width: 100%;
}

.bgwidth img { position: relative; width: 100%; margin-left: auto; margin-right: auto;}
.bgheight img { position: relative; height: 100%; margin-left: auto; margin-right: auto;}

header.masthead{
	background: url('../pic/mandant33/titel.jpg') center center fixed;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.welcometext{
	font-size: 60px;
	color: orange;
	position: relative;
	display: block;
}

.welcometext_oben{
	padding-top: 7%;
}

.welcometext_unten{
	padding-bottom: 3%;
}	

.title_logo{
	position: relative;
	padding-top: 1%;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
}

.slogan .txt {
    font-size: 14px;
    display: block;
    color: #000000;
}

.start_images{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 207px;
	overflow-x: visible;
	white-space: nowrap;
}

.info_line {
	font-size: 14px;
	color: #ffffff;
	height: 35px;
	width: 100%;
	background-color: black;
}
.info_line .col_content {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    height: 35px;
    float: right;
    padding-top: 7px;
    padding-left: 20px;
}
.col_content i {
    padding-right: 5px;
}

a.social {
	margin: 0;
	background-image: none;
}
.footer_kontakt .col, .footer_informationen .col {
	font-size: 14px;
	padding: 0;
}

.trennstreifen {
	width: 100%;
	border-bottom: 1px solid white;
	margin-bottom: 25px;
}
.trennstreifen_dunkel {
	width: 100%;
	border-bottom: 1px solid #6a7780;
	margin-top: 15px;
    margin-bottom: 10px;
}
.trennstreifen_grau {
	width: 100%;
	border-bottom: 2px solid #c4c9cd;
	margin-top: 0px;
    margin-bottom: 5px;
}







.no_display {
	display: none;
}

/*XS, SM, MD*/
@media ( max-width : 992px) {
	.slogan .txt{
		margin-top: auto;
	}

	.start_images img{
		width: 110px;
	}

}

@media ( max-width : 778px){

	.welcometext{
		font-size: 30px;
	}
	
/* 	a.btn.btn-primary.wk_loeschen_button{ */
/* 		float: none; */
/* 	} */
	
	body{
		font-size: 20px;
	}
	
	.info_titel_klein, .info_menu_links_text, .eigenschaften, .inhalt{
		font-size: 16px;
	}
	
	#info_info .inhalt table{
		width: auto;
	}

	.fa-bars, .fa-user, .fa-3{
		font-size: 30px;
	}
	
	.nav-item {
    	margin-right: 20px;
	}

	.vermassung_beschreibung{
		font-size: 20px;
	}

/*	.angebot:first-child { 
		margin-left: 10px !important; 
	}
*/	

	.start_col{
		height: auto;
	}

	.slogan {
		top: 0px;
		font-size: 16px;	
		height: auto;	
		padding: 0;
	}
	
	.start_images img{
		width: 80px;
	}

	/* Muster vertikal scrollen */	
	#musterauswahl.auswahl_scrollbox .viewport {
		width: auto;
		white-space: normal;
		overflow-x: auto;
		overflow-y: auto;
	}
}

@media (max-width: 575px) {
	#einzelteil_details_zubehoer .angebot.column {
		margin-left: auto;
		margin-right: auto;
	}
	#einzelteil_details_zubehoer .container .row:nth-child(1) {
		padding-left: 15px;
	}
}

@media ( max-width : 540px){

	.start_images img{
		width: 50px;
	}
	
	.hinweis .hinweis_vermassung_email {
		float: none;
	}

}

#ambienteonlinebutton {
    position: absolute;
	top: 324px;
}
#weiter_button_ambienteonline a.weiter_button_sel{
	background-image: url('../pic/mandant33/btn_ambienteonline.png');
}
#weiter_button_ambienteonline a.weiter_button_sel:hover{
	background-image: url('../pic/mandant33/btn_ambienteonline_o.png');
	cursor: pointer;
}
#weiter_button_ambienteonline div.weiter_button_sel {
    width: 70px;
    height: 70px;
    float: left;
}
#ambienteonlinebutton div.weiter_button_sel a.weiter_button_sel, #ambienteonlinebutton div.zurueck_button_sel a.zurueck_button_sel {
    width: 100%;
    height: 100%;
    display: block;
}

a#weiter_button_sel, #weiter_button_sel {
	width: fit-content;
    float: right;
}

@media screen and (min-width: 373px) and (max-width: 991px) {
	a#weiter_button_sel, #weiter_button_sel {
		font-size: 16px;
	    text-align: center;
	    width: 100%;
	}
	#accordion .weiter_button_sel {
		width: auto;
	}
}

@media screen and (max-width: 372px) {
	a#weiter_button_sel, #weiter_button_sel {
		font-size: 13px;
		text-align: center !important;
		width: 100%;
	}
	#accordion .weiter_button_sel {
		text-align: center;
	}
}

#footer_header ul{
	margin-left: auto;
	margin-right: auto;
}
	
#footer_header li{
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}

.footer-col{
	text-align: center;
}

.footer-col p{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

footer{
	font-size: 16px;
}

footer .row{
	margin-bottom: 0px;
	color: var(--text_color);
}

footer i{
	margin-right: 5px;
}

footer{
	background-color: var(--background_color);
    bottom: 0;
    width: 100%;
    min-height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_headline {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.footer_ueberschrift{
	margin-bottom: 10px;
}

footer a, footer a:link, footer a:visited, #footer_header a, #footer_header a:visited{
	color: var(--text_color);
}
footer a:hover, #footer_header a:hover{
	color: #2B2C30;
}

#oeffnung_halb, #oeffnung_zu{
	width: 40px;
	height: 40px;
}

#oeffnung_halb a img, #oeffnung_zu a img{
	display: none;
}
#oeffnung_halb{
	right: 60px;
}
#oeffnung_halb a, #oeffnung_zu a{
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	margin-right: 5px;
}
#oeffnung_halb a{
	background-image: url('../pic/mandant33/rollo_halb.png');
}
#oeffnung_zu a{
	background-image: url('../pic/mandant33/rollo_zu.png');
}

#vermassung_content_top{
	display: none;	
}
#vermassung_content_bottom{
	display: block;	
}

#standard_formats .row{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

#made_to_measure .row{
	margin-bottom: 5px;
}

#standard_formats .container{
	padding-right: 0;
	padding-left: 0;
}

.container.einleitung_text {
    font-size: 14px;
    background-color: #edeef0;
    color: #000000;
    padding: 30px;
}
#standard_formats_overview {
	background-color: #ffffff;
	padding-bottom: 140px;
}

#angebote_img{
	position: absolute;
	right: 56px;
	top: 104px;
}

#angebote_img img{
	margin: 5px;
}

#vermassung_meineauswahl{
	order: 0;
}
/*
#vermassung_meineauswahl #aktuelle_auswahl {
	display: none;
}*/

.box .farben div {
    float: left;
    margin-top: 15px;
}

.box .farben div.col div {
	margin-top: 0;
	margin-bottom: 0;
}

.box div.masse, .box div.masse div, .box div.farbe .col {
    margin-top: 15px;
    margin-top: 0px;
}
.box div.masse .dropdown {
	max-width: 250px;
}

.fe_mass {
	font-size: 14px;
}

.individuelle_produktion_zeichen {
	display: inline;
}

#fusszeile{
	display: block;
	background-color: #707070;
	height: 36px;
}

.profil #static_info, .admin_body{
	color: #2b2c30;
}
.profil #menu a, .profil #menu a:link, .profil #menu a:visited{
	color: #2b2c30;
}
.profil #menu a.selcolor, .profil #menu a.selcolor:link, .profil #menu a.selcolor:visited, .profil #menu .selcolor{
	color: var(--blau_color);
}

.admin_head{
	height: 75px;
	font-size: 18px;
}

.admin_body{
	font-size: 18px;
}

#login_logout{
	font-size: 18px;
	height: auto;
}

li.footline, li.headline1, li.separator, li.separator1{
	height: 35px;
}

.admin_body a, .admin_body a:link, .admin_body a:visited{
	color: gray;
}
.admin_body a:HOVER{
	color: rgb(99,191,67);
}

/* Extra small devices (landscape phones, 576px and under) */
@media (max-width: 576px) {
	body#page-top {
		overflow: unset;
	}
	.container.hierarchy {
		/*margin-top: -35px;*/
		margin-top: 0px;
		margin-bottom: 10px;
	}
	footer.text-left {
		height: auto;
	}
	.info_line {
		height: auto;
    	display: flex;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
	.nav-item .dropdown-toggle::after{
		display: none;
	}
	header.masthead {
	    background: url('../pic/mandant33/titel_500.jpg') no-repeat center center fixed;
  	}

	.produktbeschreibung .btn, 
	.details .btn, 
	#preisinfo .preis_preis, 
	h1, .card-header,#aktuelle_auswahl_text, 
	#preisinfo .preis_text, 
	#preisinfo .preis_text_rabatt, 
	.hinweis_ueberschrift {
		font-size: 24px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	header.masthead {
	    background: url('../pic/mandant33/titel_1000.jpg') no-repeat center center fixed;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	header.masthead {
	    background: url('../pic/mandant33/titel_1500.jpg') no-repeat center center fixed;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	header.masthead {
	    background: url('../pic/mandant33/titel_1920.jpg') no-repeat center center fixed;
	}
}

#odr {
	display: none;
}

#anmeldung_button {
	width: 100%;
}

.keine_muster {
	text-align: center;
	display:table;
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	padding-top: 5%;
}

#anzahl_muster_anzeige, #hinweis_muster_anzeige {
	font-size: 14px;
	text-align: center;
	position: relative;
	display:block;
	top: 0px;
	color: #6a7780;
}

.dropdown.show .pre-scrollable.show, .dropdown-menu.pre-scrollable.show {
	max-height: 352px;
    overflow-y: scroll;
}

.gesamt_mwst td.links {
	width: 155px;
}

.kundendaten_beschreibung {
	float: left;
	width: 50%;
}

.kundendaten_content{
	float: right;
	width: 50%;
	margin-right: -15px;
}

#impressum {
	border-radius: 0;
}

@media screen and (max-width: 1199px) {
	.kundendaten_beschreibung {
		float: left;
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	#gesamtauswahl{
		position: fixed;
		width: 354px;
	}
}

/*
@media screen and (min-width: 992px) {
	#aktuelle_auswahl{
		position: fixed;
		z-index: 100;
		min-width: 450px;
		background-color: gray;
	}
} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.kundendaten_content {
		float: right;
		width: auto;
	}
}
@media screen and (max-width: 991px) {
	.kundendaten_content {
		float: left;
		width: auto;
	}
	
	table.login_hinweise td {
	    width: 100%;
	    float: left;
	    text-align: justify;
	}
	.info_line .container {
	    max-width: 100%;
	}
	.info_line .col_content {
		font-size: 12px;
		padding-top: 8px;
	}
}

@media screen and (max-width: 385px) {
	.kundendaten_content .weiter_button_sel {
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	#impressum {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		background-color: #dadada;
		font-size: 14px;
		margin-top: 20px;
		padding: 20px;
	}
	login_page {
		margin: 20px;
    	width: 87%;
    	text-align: justify;
	}
	table.login_hinweise td {
		width: 100%;
	    float: left;
	    text-align: justify;
	}
	
	#musterversand {
		margin: 0px;
	}
	
	.modal-footer.vermassung_popup {
		display: block;
	}
	#weiter_button_vermassung_popup {
		width: 100%;
	}
	#btn_vermassung_weiter {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#btn_vermassung_schliessen {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
}

/* Zugabe umstylen */
/*
.zugabe input{
	border: none;
	background-color: white;
	left: calc(29% + 40px);
	position: absolute;
	color: black;
}

.zugabe label .wertebereich{
	display: none;
}

.zugabe label:after{
	content: ':';
}*/

.zahlungsarten .li{
	margin-right: 10px;
}

.zahlungsart{
	background-color: white;
	width: 100px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	font-size: 16px;
}

.zahlungsarten{
	height: 30px;
}

.zahlungsarten img{
	height: 30px;
}

.footer_row_profil li a{
	color: grey;
}
.footer_row_profil li a:hover{
	color: black;
}

.footer_row_profil i{
	padding: 0;
}

footer .footer_menu{
	margin-top: 15px;
	margin-bottom: 15px;
}

footer .footer_menu li{
	padding-top: 5px;
}

footer .footer_menu li span{
	white-space: no-wrap;
}

footer .zahlungsarten_title{
	margin-top: 20px;
}

form input.anzahl.form-control {
	width: 53px;
	appearance: textfield;
}

#zubehoer_form select, #einzelteil_form select, #befestigung_form select, #elektrozubehoer_form select {
	min-width: 120px;
}

#loeschenPopupTitle {
	font-size: 20px;
	padding: 5px;
	text-transform: uppercase;
}

a.selcolor, a.selcolor:link, a.selcolor:visited, .selcolor {
    color: #63BF43;
}

#infoueberschrift, #infoueberschrift2 {
	font-size: 18px;
	padding-left: 0px;
}

.modell567 .info_modellauswahl, .modell569 .info_modellauswahl, .modell607 .info_modellauswahl, .modell570 .info_modellauswahl, .modell608 .info_modellauswahl{
	top: 33px;
}
.modell573 .info_modellauswahl, .modell568 .info_modellauswahl, .modell574 .info_modellauswahl{
	top: 67px;
}

li.fuehrungsschiene div.enum_input_div input {
	float: left;
	margin-right: 10px;
}

li.fuehrungsschiene div.enum_input_div label {
	display: block;
}

li.fuehrungsschiene .enum_input_radio {
	margin-left: 0px;
	float: none;
}

.bedienart_info .img_konstrukt.img_info{
	border: none;	
}

#collapsebestellung .clear_left{
	display: none;
}

.logout_button_in_menu{
	background-color: transparent;
	color: var(--text_color);
	font-size: 17px;
	text-align: right;
	border: none;
	margin-right: -9px;
	width: 100%;
}

#register_form{
	font-size: 20px;
}

#bestelldatum {
	color: rgb(99,191,67);
}

@supports (-webkit-overflow-scrolling: touch) {
	.modal-body .overlay .inhalt {
		overflow-x: hidden;
	}
}

#stickyButtonArray, #stickyButtonArray1, #stickyButtonArray2 {
	right: -50px;
	width: 50px;
	min-height: 100px;
	position: absolute;
	z-index: 1;
	/*display: block;*/
	display: none;
}
#stickyButtons, #stickyButtons1, #stickyButtons2 {
	position: -webkit-sticky;
	position: sticky;
	bottom: 10px;
	top: 10px;
}
#page_top, #page_bottom {
	right: 0;
	position: -webkit-sticky;
  	position: sticky;
  	bottom: 10px;
	top: 10px;
	width: 28px;
}

a#pageBottom {
	position: relative;
	bottom: 500px;
}
a#pageTop {
	position: relative;
	bottom: 50px;
}

#accordion .collapse {
	overflow: unset;
}

/*@media only screen and (-webkit-min-device-pixel-ratio; 1) {
	::i-block-chrome, .modal-body .inhalt {
		overflow-x: hidden;
	}
}*/

.profil .btn{
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.carousel-caption {
	background-color: rgba(106, 119, 128, 0.7);
    padding: 20px;
    padding-top: 20px;
    height: 270px;
    width: 100%;
    top: calc(50% - 135px);
    left: 0;
    right: 0;
    
}
.slide-in-content .warenkorb_in_button.open_info {
	height: 46px;
	width: 63%;
	margin-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 14px;
    padding-top: 13px;
}
.slide-in-content select.wkanzahl.custom-select {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 4%;
    margin-right: 0px;
    width: 25%;
}
.slide-in-content .preis_preis {
    color: #63BF43;
    font-size: 25px;
}
.slide-in-content .preis_mwst {
    color: #63BF43;
    font-size: 14px;
}
.slide-in-content .preis_text {
	font-size: 22px;
}
.slide-in-content .preis_error {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #D78003;
    font-size: 15px;
    font-weight: bold;
}
.slide-in-content .warenkorb_in_button {
	margin-top: 10px;
}

input.checkbox_input {
	background-color: transparent;
}

.kettenlaenge .mass_select{
	width: 119px;
}

.masshinweis{
	font-style: italic;
}

.font_lesbar {
    font-size: 1.3rem;
}

/* zum Ausblenden von Title über Bildern */
#info_popup img{
	pointer-events: none;
}

.musterinfo_global{
	color: black;
}

ul.social{
	margin-top: 20px;
}

#musterauswahl span.selrahmen {
	border-style: none;
}

h2.start{
	font-size: 28px;
	font-weight: normal;
}

#slideshow{
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.carousel-text {
    width: 450px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.carousel-inner h3 {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}
.carousel-inner p {
    font-size: 14px;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 11;
}
.carousel-indicators {
	bottom: calc(50% - 135px);
	margin-bottom: 5px;
}

/* Bedienart Motor ausblenden für Rollos*/
.bedienart_285{
	display: none;
}

/* Zubehör Ladekabel ausblenden für Rollos */
li.zubehoer1960{
	display: none;
}

#musterauswahl span.selrahmen,
#modellauswahl span.selrahmen,
#kategorieauswahl span.selrahmen{
	border-color: #6a7780;
}

/* ++++++++++ INTERNET EXPLORER 11 START +++++++++++ */
_:-ms-fullscreen,
:root #einzelteil_anzahl {
    width: 90px;
}
_:-ms-fullscreen,
:root div.wk_anzahl {
    width: 90px;
}
_:-ms-fullscreen,
:root div.wkanzahl .custom-select {
    width: 90px;
}

_:-ms-fullscreen,
:root .add_position_footer{
	position: relative;
	width: auto;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
	flex-basis: auto;
	flex-grow: auto;
	max-width: auto;
}

_:-ms-fullscreen,
:root #headline_warenkorb_anzahl{
	top:4px;
}

/* ++++++++++ INTERNET EXPLORER 11 ENDE +++++++++++ */


span.auswahl_rahmen img {
  max-height: 200px;
}
.dropdown .filter_muster_color {
  margin-top: -4px;
}


a.btn.info_button_rund.btn-primary {
	font-size: 20px;
	background-color: inherit;
}
a.btn.info_button_rund.btn-primary:hover {
	color: #6a7780 !important;
}
#preisinfo .preis_error {
  color: #f3005c; /*#d2ab3c; */
	}

div.wk_kundendaten_button a.btn,
#auswahl_login a.btn,
#auswahl_neukunde a.btn,
#auswahl_gast a.btn,
#weiter_button_zahlung a.btn,
#auswahl_vorkasse a.btn,
#auswahl_paypalplus a.btn,
#auswahl_postbank a.btn,
#auswahl_payrexx a.btn,
#weiter_button_kasse a.btn
 {
	color: #ffffff;
	background-color: #f2005b;
	border-color: #f2005b;
	box-shadow: 0px 0px 10px 0px #00000050;
}
.wk_button_area .wk_print_button {
	display: none;
}
#eingabe_agb a.btn {
	background-color: inherit;
}
#eingabe_agb a.btn:hover {
	color: inherit !important;
}
#button_background_container {
	display: none;
}
.modell_beschreibung {
  max-width: 600px;
}
img.img_konstrukt.paket_bild {
	margin: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--hover_color);
  border-color: var(--hover_color);
}


a.vermassung_info {
	float: right;
}
a.vermassung_info i.fas {
	font-size: 30px;
}
a.vermassung_info, a.info_button_rund2 {
	font-size: 30px;
}
.auswahl.pg16 a.btn, .auswahl.pg17 a.btn {
	min-height: 57px;
}

span.masshinweis.gesamtflaeche {
	display: none;
}

.btn.toggle-on, .btn.toggle-off {
  background-color: var(--headback_color);
  color: #6c757d;
}
div.toggle.btn.btn-success {
	border: 2px solid #cbcfd2;
	border-radius: .25rem;
	margin-top: 5px;
}
