@charset "ISO-8859-1";
/* merriweather-sans-regular - latin_cyrillic-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-regular.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-regular.woff') format('woff');
}

/* merriweather-sans-600 - latin_cyrillic-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-600.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-600.woff') format('woff');
}

/* merriweather-sans-800 - latin_cyrillic-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-800.woff2') format('woff2')
       url('../fonts/merriweather-sans-v22-latin_cyrillic-ext-800.woff') format('woff');
}

:root {
	--hintergrund: #fff;
	--hintergrund_grau:	#f4f4f4;;
	--textfarbe: #555555;
	--textfarbe_blau: #428bca;
	--textfarbe_blau_hover: #2a6496;
	--aktivfarbe: #08b2af;
	--aktivfarbe_hover: #099999;
	--sekundaerfarbe: #ebbe09; /*#db3e15*/
	--sekundaerfarbe_hover: #c9a308;
	--highlightfarbe: #f5f5f5;
	--errorfarbe: #ff5a3f;
	--umrandung: #a4a4a4;
	--eingabefarbe: #000000;
	--placeholderfarbe: #b0b0b3;
}

html, body {
	height: unset;
}

html {
	overflow-y: hidden;
}
body {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--hintergrund);
	border-color: var(--umrandung);
}

textarea {
	max-width: 100%;
	border-color: var(--umrandung);
}

input, input.form-control {
	font-family: Merriweather Sans, Open Sans, Arial, sans-serif;
	min-width: 80px;
	border: 1px solid var(--umrandung);
	border-radius: 0.25rem;
}
input::placeholder {
	color: var(--textfarbe);
}

input.form-control {
	min-width: 80px;
	margin-bottom: 5px;
}

select, select.form-control {
	cursor: pointer;
	border-color: var(--umrandung);
	border-radius: 0.25rem;
}


div.headline_logo {
	background-image: url('../pic/mandant48/header.jpg');
}
/*div.headline_warenkorb_gesamt {
	background-image: url("../pic/mandant33/warenkorb.png");
	background-position: 14px 6px;
}*/

/*
.nav-item.warenkorb{
	background-image: url("../pic/mandant33/warenkorb.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.nav-item.login{
	background-image: url("../pic/mandant33/login.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 28px;
}
*/

#musterslider {
    background-image: url("../pic/mandant48/slideleft.gif");
}
#musterslider.open {
	background-image: url("../pic/mandant48/slideright.gif");
}

#welcometext {
    bottom: auto;
    font-size: 16px;
    left: 20px;
    right: auto;
    top: 30px;
    width: 400px;
    display: block;
    text-align: left;
    position: relative;
}

a.selcolor, a.selcolor:link, a.selcolor:visited, .selcolor {
	color: var(--aktivfarbe);
}

#welcometext a, #welcometext a:LINK, #welcometext a:VISITED {
	color: var(--textfarbe);
}

.navbar-dark .navbar-nav .nav-link.active{
	color: var(--aktivfarbe);
}
.navbar-nav .nav-link.active{
	color: var(--aktivfarbe);
}
.navbar-nav .nav-link:hover{
	color: var(--aktivfarbe);
}
a:hover{
	color: var(--aktivfarbe);
}
footer a:hover, #footer_header a:hover{
	color: var(--aktivfarbe);
}

.btn-primary{
	border-color: #d9d4ce;
	color: black;
	background-color: #f5f5f5;
	
	/*text-transform: uppercase;*/
}

a, a:link, a:visited{
	color: #000000;
}

#mainNav{
	background-color: var(--hintergrund);
}
a.nav-link.js-scroll-trigger:HOVER {
	color: #AAAAAA;
}

.nav, .navbar {
    font-size: 20px;
    background: var(--hintergrund);
    color: var(--textfarbe);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--textfarbe); /*rgba(255,255,255, 1);*/
}

.angebot img{
	margin-bottom: 10px;
	margin-top: 10px;
}

.angebot .thumbnail{
	border: none;
	text-align: center;
}

.angebot .preis{
	margin-left: auto;
	margin-right: auto;
	transform: translate(-50%, 0);
	left: 50%;
}
.angebot .detail_button{
	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 button{
	min-width: 210px;
}

.btn {
	display: grid;
    align-items: center;
	font-size: 16px;
	min-height: 40px;
    height: auto;
}
.btn:focus {
	box-shadow: none !important;
}

.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: black;
}
.btn-info:hover {
    color: #3f3f3f;
    background-color: #D9D4CE;
    border-color: #868e96;
}

.btn-info .fa-angle-right{
	padding-left: 10px;
	top: 4px;
	position: relative;
}

a.btn.btn-primary, a.btn.btn-primary:link, a.btn.btn-primary:visited, 
.btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:visited {
/*	width: 340px; */
	min-width: 170px;
	min-height: 40px;
    height: auto;
	color: #ffffff;
	background-color: var(--aktivfarbe);
/*	margin-top: 5px;
	margin-bottom: 5px;  */
	border: 1px solid var(--aktivfarbe);
	border-radius: .25rem;
}
a.btn.btn-primary:hover, a.btn-primary.active, a.btn-primary.focus,
.btn.btn-primary:hover, .btn-primary.active, .btn-primary.focus {
	color: #ffffff !important;
	background-color: var(--aktivfarbe_hover);
	border-color: var(--aktivfarbe_hover);
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
	background-color: var(--aktivfarbe_hover);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--aktivfarbe);
    border-color: var(--aktivfarbe);
}

.btn-secondary {
    color: #ffffff;
    background-color: var(--sekundaerfarbe);
    border: 1px solid var(--sekundaerfarbe);
	border-radius: .25rem;
}
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
	background-color: var(--sekundaerfarbe);
    background-image: none;
    border-color: var(--sekundaerfarbe);
	color: #ffffff;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: var(--sekundaerfarbe_hover);
    border-color: var(--sekundaerfarbe_hover);
}
.btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
	background-color: var(--sekundaerfarbe_hover);
}

.btn-success, a.btn-success {
	display: grid;
    align-items: center;
	color: #ffffff !important;
	background-color: var(--aktivfarbe);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--aktivfarbe);
	border-radius: .25rem;
}
.btn-success:hover, .btn-success.active, .btn-success.focus{
	color: #ffffff !important;
	background-color: var(--aktivfarbe_hover);
    border-color: var(--aktivfarbe_hover);
}
.btn-success.focus, .btn-success:focus {
	box-shadow: none;
	background-color: var(--aktivfarbe_hover);
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: var(--aktivfarbe_hover);
    border-color: var(--aktivfarbe_hover);
    box-shadow: none !important;
}

a.btn.btn-primary.edittext_button {
    width: 40px;
    min-width: unset;
    max-width: unset;
    height: 40px;
    min-height: unset;
    max-height: unset;
    margin: 10px;
}

.btn.open_overlay {
	display: block;
}

.dropdown-item:hover {
	background-color: #cbc4ca;
	color: black;
}

.custom-select {
	color: #495057;
	border-color: var(--umrandung);
}

.toggle.btn {
	border: 1px solid var(--umrandung);
}
.toggle-on.btn, .toggle-off.btn {
	align-self: center;
}
.toggle-on.btn {
	background-color: var(--aktivfarbe);
}
.toggle-off.btn {
	background-color: #919191;
}

/*
#start_pg_4{
	height: 150px;
	width: 150px !important;
	background-image: url("../pic/mandant33/start_pg_4.png");
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
*/
/*
#start_pg_5{
	height: 150px;
	width: 150px !important;
	background-image: url("../pic/mandant33/start_pg_5.png");
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
*/
#start_pg_11{
	display: none;
}
.menu_list .selcolor{
	border: 4px solid var(--aktivfarbe);
}

#musterauswahl span.selrahmen, #modellauswahl span.selrahmen,
#musterauswahl li.selrahmen, #modellauswahl li.selrahmen{
	border-color: var(--aktivfarbe);
}
li.selrahmen span.selrahmen {
	border: 0 !important;
}
li.selrahmen span.auswahl_text {
	color: var(--aktivfarbe);
}
li.auswahl a:hover {
	color: var(--aktivfarbe);
}
#preisinfo .preis_preis{
	color: var(--aktivfarbe);
}
.modal-header{
	/*background-color: var(--aktivfarbe);*/
	background-color: #ffffff;
}

.modal-dialog{
	color: black;
}

.modal-dialog .btn-success{
	width: 200px;
}

li.info_menu_links span{
	color: black;
}

.row.anzahl .dropdown-menu{
	margin-top: 100px;
}

#einzelteil_details, #special_offers_overview, #standard_formats_overview{
	background-image: url('../pic/mandant33/background_sb_produkte.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* 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: 16px;
}

#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: 16px;
}

.thumbnail h3, .thumbnail .preis{
	font-weight: bold;
}

#special_offers .container, #standard_formats .container, #made_to_measure .container{
	max-width: 1000px;
}

.angebot:first-child { 
	margin-left: 0 !important; 
}
.angebot:last-child { 
	margin-right: 0 !important; 
}

h1{
	font-size: 24px;
	font-weight: normal;
	/*font-family: MetaPro-Thin; */
}

a.dropdown-item, a.dropdown-item:link, a.dropdown-item:visited{
	color: grey;
	text-align: center;
}

.fa-3 {
    font-size: 35px;
}

.navbar-dark .navbar-brand{
	color: #d9d4ce;
}

.nav-link{
	display: inline-flex;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: var(--aktivfarbe);
}

.nav-link .txt{
	display: inline-block;
	padding-top: 7px;
	padding-left: 10px;
}

#FHsuchen {
	width: 100%;
	margin-top: 0;
	border: 1px solid #ced4da;
    border-radius: .25rem;
}

#wizard .navbar {
	border-color: transparent transparent var(--umrandung);
}
#wizard .navbar-inner {
	width: 100%;
	max-width: 100%;
}
#wizard li.nav-item {
	width: auto;
}
#wizard li a.nav-link {
	font-size: 16px;
	width: 100%;
	border-color: var(--umrandung);
}
#wizard li a.nav-link.active, #wizard li.active a.nav-link {
	background-color: var(--aktivfarbe);
	border-color: var(--aktivfarbe);
	border-bottom-color: var(--umrandung);
}

.container.warenkorb #wizard li a.nav-link {
    display: block;
    text-align: center;
    width: 180px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.container.warenkorb .vermassung_beschreibung {
	font-size: 16px;
    margin-bottom: 0;
}
td.warenkorb_finish {
	text-align: left;
}
div.agb_warenkorb_uebersicht a {
    color: var(--aktivfarbe);
    text-decoration: underline;
}
div.agb_warenkorb_uebersicht a:hover {
    color: var(--sekundaerfarbe);
}

#wk_rechnung, #wk_liefer, #wk_adresse, .wk_hinweis {
    display: inline-block;
    min-height: 300px;
    width: 48%;
    max-width: unset;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 0;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.wk_hinweis {
	margin-right: 0;
	margin-left: 1%;
	background-color: #f79140;
}



/* +++++++++ 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: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

#myCarousel .carousel-inner{
	width: auto;
}
/* ++++++++++++++++++++++++++++ */

.nav-item{
	margin-right: 20px;
}

.nav-item .dropdown-menu{
	left: auto;
	right: 0;
	background-color: rgba(154,183,21,0.8);
	border: none;
	border-radius: 0;
	color: white;
}

.nav-item a.dropdown-item{
	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;
}

.nav-item .dropdown-menu div.dropdown-item.active, .nav-item .dropdown-menu a.dropdown-item:hover{
	color: black;
	background-color: #fdc727;
	text-align: right;
}

.nav-item .dropdown-toggle:after{
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
	margin-top: 16px;
}

.fa-bars{
	font-size: 34px;
}

section:first-of-type{
	padding-top: 25px;
}

.standard_formats_overview h2{
	color: black;
}

.ueberschrift{
	color: black;
}

#made_to_measure_page .container{
	max-width: 1440px;
}

.card{
	border: 1px solid rgba(0,0,0,0.4);
}

.card-header{
	background-color: #D9D4CE;
	/*font-family: MetaPro-Thin; */
	font-size: 24px;
}

.h5, h5{
	font-size: inherit;
}

.musterauswahl_text {
  margin-top: 0px;
  margin-bottom: 0px;
}
#musterauswahl li.auswahl{
	max-width: 152px;
	border-color: var(--umrandung);
	border-width: 1px;
}

#modellauswahl li.auswahl.selrahmen, #kategorieauswahl li.auswahl.selrahmen, #musterauswahl li.auswah.selrahmen {
	border-color: var(--aktivfarbe);
}


a.info_button_rund{
	margin-top: 8px;
}

/*
a.btn.btn-primary.wk_loeschen_button{
	float: right;
}*/

.slogan{
	/*font-family: MetaPro-Thin; */
	font-size: 25px;
}

footer{
	font-size: 16px;
}

div.auswahl_feld{
	font-size: 16px;
	font-weight: normal;
}

select.direktauswahl{
	font-size: 16px;
	width: calc(50% - 30px);
    min-width: calc(50% - 30px);
	max-width: calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	display: grid;
    align-content: center;
    border-color: var(--umrandung);
}

.dropdown.filter_dropdown {
	width: 50%;
	min-width: 50%;
    max-width: 50%;
    border-color: var(--umrandung);
}

.custom-select{
	/*height: calc(3.25rem + 2px);*/
	height: 40px;
	margin-bottom: 10px;
}

input.suchen_button.btn.btn-primary {
	width: 100%;
	min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

#schnell_artikel{
	font-size: 16px;
	height: 40px;
	width: calc(100% - 30px);
	border: 1px solid var(--umrandung);
	border-radius: 0.25rem;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 6px 12px;
}

.info_titel_klein, .info_menu_links_text, .eigenschaften, .inhalt{
	font-size: 18px;
}

div.info_menu_links li{
	width: 227px;
}

.info_menu_links_text{
	min-width: 227px;
}

.vermassung_beschreibung{
	font-size: 20px;
	color: var(--textfarbe);
	margin-bottom: 5px;
}

.hinweis{
	font-size: 16px;
}

#kundendaten_form, #vermassung_form, #zubehoer{
	font-size: 16px;
}

#kundendaten li.auswahl {
	margin-right: 0;
}

#aktuelle_auswahl_text, #preisinfo .preis_text, #preisinfo .preis_text_rabatt{
	font-size: 24px;
	height: auto;
	color: var(--aktivfarbe);
}

.modellinfo_lr, .preis_preis{
	font-size: 16px;
}

span.modellinfo_beschreibung, span.modellinfo_beschreibung, span.preisgruppe{
	font-size: 16px;
}

#preisinfo .preis_error{
	font-size: 16px;
}

#technische_aenderungen{
	font-size: 16px;
	bottom: auto;
	color: #919191;
	font-size: 15px;
}

.thumbnail h2, .thumbnail h3{
	font-size: 16px;
}

.box h3{
	font-size: 20px;
}

.info_hinweis{
	font-size: 16px;
}

.dropdown-menu{
	font-size: inherit;
}

.dropdown a.custom-select {
	display: grid;
    align-content: center;
    font-size: 16px;
}
#filter_muster_form .dropdown a.custom-select {
	font-size: 16px;
	width: 100%;
	padding-top: 0 !important;
	padding-left: 12px;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-color: var(--umrandung);
}
form#filter_dessin {
	margin-right: -15px;
    margin-left: -15px;
}

input.mass_input, input.mass_input_error {
    font-size: 16px;
    height: 40px;
    width: 118px;
    text-align: center;
	background-color: var(--hintergrund);
	border: 1px solid var(--umrandung);
}
input.mass_input_error {
	border-color: var(--errorfarbe);
}

select.mass_input_error{
	background-color: var(--hintergrund);
	border: 1px solid var(--errorfarbe);
}

#eingabe_lieferdatum label, #eingabe_montagetermin label, #eingabe_dlc label, #eingabe_bestellnummer label {
	margin-left: 0;
}

#eingabe_lieferdatum input, #eingabe_montagetermin input, #eingabe_dlc input, #eingabe_bestellnummer input {
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--umrandung);
	border-radius: .25rem;
}

#aktuelle_auswahl_text{
	margin-top: 18px;
}

.smallText{
	font-size: 14px;
}

#hinweis_warenkorb{
	font-size: inherit;
}

.rechts{
	padding-right: 0px;
}

.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: 16px;
	font-weight: bold;
}

.warenkorb_position_element .modellinfo_lr{
	font-size: 16px;
}

#aktuelle_auswahl .modellinfo_lr {
    max-width: auto;
}

#vermassung_meineauswahl #aktuelle_auswahl {
	top: 80px !important;
	position: sticky !important;
}

/* Zoom und offene Ansicht ausblenden */
#zoom_minus, #zoom_plus, #oeffnung_offen{
	display: none;
	top: -300px;
}

input#einzelteil_anzahl{
	width: 55px;
	float: left;
	margin-right: 10px;
}

#einzelteil_detail_beschreibung a.warenkorb{
	float: right;
}

input[type=checkbox], input[type=radio] {
	min-width: unset;
}

input[type="radio"]{
	margin-top: 0px;
	height: 22px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--aktivfarbe);
    border-color: var(--aktivfarbe);
}

form input.anzahl {
	min-height: 40px;
}
input.btn-primary.info_button_ok {
	min-height: 40px;
	width: auto;
	min-width: unset;
    height: auto;
    color: var(--aktivfarbe);
    margin: 0;
    background-color: #ffffff;
    border: 1px solid var(--aktivfarbe);
    border-radius: .25rem;
}

.agb_dsb_rahmen{
	width: auto;
	float: none;
	border-width: 0;
}

.infotext{
	font-size: 14px;
	padding-top: 10px;
}

.infotext .grau{
	display: none;
}
.bestellungen.profil.infotext .grau{
	display: inherit;
}
.bestellungen.profil.infotext input[type=submit] {
	margin-top: -1px;
}
.agb_dsb_content{
	padding: 40px 30px 30px 20px;
}

span.info_i {
    font-size: 25px;
}
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: none;
    min-width: unset;
    width: auto;
    height: fit-content;
    border: none;
    background: none;
    font-size: 16px;
    margin: 0;
    top: 0px;
    right: 4px;
    bottom: auto;
    padding: 0px;
    color: #919191;
}
a.info_button_rund.btn.btn-primary:hover {
	color: var(--aktivfarbe) !important;
}

.info_menu_links  a.btn.btn-primary {
	background-color: #ffffff;
	color: var(--aktivfarbe);
	border-color: var(--aktivfarbe);
}

#info_menu li {
	border: none;
	width: auto;
}
.sel a.btn.btn-primary {
	background-color: var(--aktivfarbe);
	border-color: var(--aktivfarbe);
	color: #ffffff;
}
li.info_menu_links.sel span {
	color: #ffffff;
}

a.btn.btn-primary .info_menu_links_hintergrund .info_menu_links_text {
	color: var(--aktivfarbe);
}

div.info_menu_links ul {
	padding-left: 0px;
	margin-top: -15px;
}

/* Drucken-Button für Infoseite ausblenden */
.infotext .no_print{
	display: none;
}

#fusszeile {
	display: block;
	position: relative;
	bottom: 0px;
	background-color: var(--hintergrund_grau);
	color: var(--textfarbe);
}
li.footline, li.separator {
	height: auto;
	background-color: var(--hintergrund_grau);
	color: var(--textfarbe);
}
li.separator { 
	color: var(--hintergrund_grau);
}
.footline{
	height: 50px;
	background-color: var(--hintergrund_grau);
}
ul.footline {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footline a {
	color: #ffffff;
}
.footline a:hover {
	color: #ffffff;
}
a.footline, a.footline:LINK, a.footline:VISITED {
	color: var(--textfarbe);
}

#menu {
	margin-top: 10px;
	padding: 0 10px;
	border-bottom: 2px solid #dadada;
}
div.menu_konfig li {
	width: auto;
}
.profil .menu_konfig_text {
	padding-left: 10px;
	padding-right: 10px;
}

#static_info {
	height: auto;
	min-height: calc(100vh - 265px);	
}

.form-group {
	margin-top: 1rem;
}


header.masthead{
	background-image: url('../pic/mandant48/titel.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	text-align: center;
	min-height: calc(100% - 107px);
}

.warenkorb_position_preis {
    left: 46px;
    position: relative;
}

.container.warenkorb{
	max-width: 1409px;
}

.warenkorb_position_text{
	display: none;
}

.nav-link .headline_warenkorb_anzahl{
	left: -16px;
    top: 3px;
    width: 30px;
    color: #ffffff;
    padding-top: 0px;
    padding-left: 0 !important;
    text-align: center;
}

.start_logo{
	display: grid;
    align-content: center;
	width: 367px;
	height: 69px;
	background-image: url('../pic/mandant48/start_logo_bootstrap_orig.png');
	background-repeat: no-repeat;
	background-size: contain;
	/*background-position-y: 16px;*/
	background-position-y: center;
}


/* Flash-Einbindung ausblenden */
#info_info object{
	display: none;
}

#gesamtauswahl{
	border: 1px solid lightgray;
	padding: 15px;
}

.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;
}

a.social{
	height: 20px;
	width: 20px;
	background-size: 20px;
	margin-right: 10px;
	margin-top: 2px;
}

.auswahl_zubehoer .bestellnummer{
	display: inline;
}

#check_endkundenlieferung {
	display: none;
}

.weiter_button_sel.no_print {
	display: block;
}
.no_print_a {
	display: none;
}
.back_btn {
	display:block;
}
.modal-header #ModalLabel img {
	display: none;
}

.modellauswahl_text {
    font-size: 15px;
    font-weight: bold;
    color: var(--textfarbe_blau);
}
#modellauswahl li.auswahl a:hover .modellauswahl_text, #kategorieauswahl li.auswahl a:hover .modellauswahl_text {
	color: var(--textfarbe_blau_hover);
    text-decoration: underline;
}

#raumbild {
	margin: 0 10px !important;
}
#raumbild img.img-fluid {
	height: 100%;
    width: 100%;
    object-fit: contain;
}

#button_background {
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
#button_background_container #button_musterversand, #button_background_container #weiter_button_vermassung {
	display: grid;
    align-content: center;
    justify-content: end;
    margin: 0;
}
#vermassung_content_bottom {
	border-left: 1px solid var(--umrandung);
}
#vermassung li.auswahl {
	border-width: 1px;
	border-color: var(--umrandung);
}

#modellauswahl li.auswahl, #kategorieauswahl li.auswahl {
	border-color: var(--umrandung);
    border-width: 1px;
}

.trennstreifen {
    width: calc(100% - 30px);
    height: 1px;
    margin: 10px 15px;
    background-color: var(--umrandung);
    max-width: 100%;
}

#weiter_button_zubehoer .weiter_button_sel {
	padding: 0;
}

.preisform_drittel {
	margin-bottom: 5px;
}
#static_info.profil select.form-control {
	min-width: fit-content;
	margin-bottom: 5px;
}

.preisform_drittel input.form-control.startDatum, .preisform_drittel input.form-control.ablaufDatum  {
	min-width: 120px;
}
.preisform_drittel input.form-control.aktion_beschreibung {
	min-width: 200px;
}

form#versandkosten_form {
    padding: 15px;
}
form#versandkosten_form .table {
	width: 100%;
    max-width: unset;
}

.menu_konfig_text {
	font-size: 16px;
	max-width: 100%;
}
.infotext.bestellungen.profil {
	padding: 20px;
}

#login_logout {
	padding: 5px 10px;
}

.container.login_container {
    padding-left: 25px;
}

div.warenkorb_in_button {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
select.wkanzahl.custom-select {
	min-width: 80px;
    width: auto;
}
a.warenkorb_in_button.open_info {
    width: calc(100% - 80px) !important;
    min-width: calc(100% - 80px) !important;
    height: 40px;
    margin: 0 0 0 10px;
}

#login_page .form-group.row.offset-md-4 {
    display: block;
    width: calc(50% - 15px);
}
#login_page .btn.btn-success {
	margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
    left: 10px;
}
#login_page input {
	color: #495057;
}



/*XL*/
@media ( min-width : 1200px) {
	span.small_text {
	    font-size: 0.9em;
	}
	.container {
		max-width: 1440px;
	}
}

/*LARGE*/
@media ( max-width : 1199px) {
	
}

/*MEDIUM*/
@media ( max-width : 991px) {
	.nav-item.warenkorb{
		width: auto;
	}
	#modellauswahl ul.auswahl {
		display: inline-block;
	}
	#modellauswahl li.auswahl, #kategorieauswahl li.auswahl {
	    width: 48%;
	    max-width: 48%;
	    min-width: 48%;
	    margin-right: 2%;
	    float: left;
	}
	div#vermassung_meineauswahl {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.nav-link .txt {
		font-size: 16px;
	}
	.txt.headline_warenkorb_name, .nav-item.login .txt{
		padding-top: 7px;
	}
	#wizard li.nav-item {
		width: 100%;
	    min-width: 100%;
	    max-width: 100%;
	}
	#wizard li a.nav-link {
		width: 100%;
	}
	#wizard.container {
	    border-top: 1px solid var(--umrandung);
	    padding-top: 20px;
	}
	
	input.suchen_button.btn.btn-primary {
		min-width: calc(50% - 30px);
	}
	.start_logo {
		width: 300px;
	}
	#vermassung_content_bottom {
		border-left: 0;
	}
	#wizard li a.nav-link.active, #wizard li.active a.nav-link {
		border-bottom: 1px solid var(--aktivfarbe);
	}
	
	.btn, .btn-primary, .btn-secondary, .btn-success,
	a.btn, a.btn-primary, a.btn-secondary, a.btn-success {
		width: 100%;
	}
	
	#static_info {
		min-height: calc(100vh - 139px);
	}
	
	#login_page {
		padding: 25px 0;
	}
	.table-respsonsive {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.btn.warenkorb_button_grau {
		width: 100%;
	    min-width: unset;
	    max-width: unset;
	    margin: 0 auto 5px auto;
	}
	.preisform_drittel input.form-control {
		width: calc(100% - 15px);
	}
	#static_info.profil select.form-control {
		width: calc(100% - 15px);
		min-width: calc(100% - 15px);
	}
	div.menu_konfig li {
		width: 25%;
	}	
	.container.login_container {
	    max-width: 100%;
	    width: 100%;
	    padding: 0 25px;
	}
	#login_logout {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}

/*SMALL*/
@media ( max-width : 767px) {
	.footline li.separator{
		display: none;
	}
	.footline li{
		display: block;
		text-align: center;
		float: none;
		margin-top: 0;
	}
	#fusszeile {
		height: auto;
	}
	ul.footline {
	    height: auto;
	    padding-top: 10px;
	}
	#modellauswahl li.auswahl, #kategorieauswahl li.auswahl {
		display: grid;
		width: 100%;
    	max-width: 100%;
    	margin-top: 0px;
    	margin-bottom: 20px;
	}
	#static_info {
		min-height: calc(100vh - 205px);
	}
	input.suchen_button.btn.btn-primary {
	    min-width: calc(100% - 30px);
	}
	#login_page .form-group.row.offset-md-4 {
		width: 100%;
	}
	
	.modal-footer.vermassung_popup {
	    display: block;
	}
	#weiter_button_vermassung_popup {
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	    margin: 0;
	    padding: 0;
	}
	.weiter_button_sel {
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	}
	#btn_vermassung_weiter {
		margin-top: 0;
	}
	#btn_vermassung_schliessen {
	    margin: 10px 0 0 0;
	}
	
	.ausrufezeichen {
		font-size: 14px;
	}
	label.input_label {
		display: block;
	    font-size: 14px;  
    	margin-top: -5px;
	}
	#zubehoer_form li.auswahl_zubehoer {
		position: relative;
		display: grid;
		padding: 10px 5px;
		border-top: 1px solid var(--umrandung);
	}
	li.auswahl_zubehoer span.einheit {
		position: absolute;
	    top: 22px;
	    left: 50%;
	    margin-left: 10px;
	}
	li.auswahl_zubehoer span.seperator {
		display: none;
	}
	.auswahl_zubehoer .bestellnummer {
		padding-left: 0;
	}
	input.mass_input_zub {
		width: 50%;
		order: 1;
	}
	span.input_label.zubehoer_tooltip_bootstrap {
		order: 2;
		font-weight: 700;
	}
	span.input_label.zubehoer_tooltip_bootstrap span,
	span.input_label.zubehoer_tooltip_bootstrap i {
		font-weight: 500;
	}
	#zubehoer_form select {
		order: 3;
	}
	.input_label.zubehoer_tooltip_bootstrap i {
	    display: block;
	    font-size: 14px;
	}
	.modal-footer {
		align-items: center;
		justify-content: center;
	}
	.modal-footer>:not(:last-child) {
		margin: auto;
	}
	.add_position_footer.weiter_button {
	    float: none;
	    width: 100%;
	}
	.container.warenkorb #wizard li a.nav-link {
		width: 100%;
		border-radius: 0;
	}
	a.btn.open_overlay {
		display: inline;
	    width: auto !important;
	    min-width: auto !important;
	}
}

/*XS*/
@media ( max-width : 575px) {

	#welcometext {
	    font-size: 14px;
	    left: 5px;
	    right: auto;
	    top: 30px;
	    width: 350px;
	    display: block;
	    text-align: left;
	    position: relative;
	}
	
	.nav-item.login{
		display: none;
	}
	
	.nav-item.warenkorb{
		margin-right: 0px;
	}
	
	#ModalLabel img {
		display: none;
	}
	
	#info_titel, .info_titel_klein{
		font-size: 12px;
	}
	.modal-header{
		padding: 0px;
	}
	.modal-header h1{
		font-size: 14px;
		font-weight: bold;
	}

	.inhalt{
		min-width: 0;
		max-width: none;
		font-size: 12px;
	}
	.modell_beschreibung table img{
		display: none;
	}
	
	#info_info .inhalt table{
		width: 240px;
	}
	
	.start_logo{
		width: 131px;
		height: 58px;
		background-image: url('../pic/mandant48/start_logo_bootstrap.png');
		background-repeat: no-repeat;
	}
	
	#static_info {
		min-height: calc(100vh - 194px);
	}
	
	#login_page .btn.btn-success {
		left: 15px;
	}
	#static_info.profil .table tr, 
	#static_info.profil .table th {
		display: grid;
		border: 0;
	}
	#static_info.profil .table tr {
		border-top: 1px solid var(--umrandung);
	}
	#static_info.profil .infotext .grau {
		display: none;
	}
	.profil_preis_update {
		margin: 0 0 10px 0;
		float: none;
	}
	#versandkosten_form td input {
		display: inline;
		width: calc(100% - 16px);
	}
	#info_menu li {
		width: 100%;
	}
	a.btn.btn-primary, a.btn.btn-primary:link, a.btn.btn-primary:visited, 
	.btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:visited, 
	a.btn.btn-secondary, a.btn.btn-secondary:link, a.btn.btn-secondary:visited,
	.btn.btn-secondary, .btn.btn-secondary:link, .btn.btn-secondary:visited,
	a.btn.btn-success, a.btn.btn-success:link, a.btn.btn-success:visited,
	.btn.btn-success, .btn.btn-success:link, .btn.btn-success:visited,
	a.btn, a.btn:link, a.btn:visited, .btn, .btn:link, .btn:visited {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	#info_titel {
		height: 55px;
	}
	.close.modal_hide {
	    margin: 0px;
	}
	
	#musterauswahl li.auswahl {
		width: calc(33.3333% - 10px);
		margin: 5px 5px 5px 0;
	}
	.musterauswahl_text {
	    margin-top: 0px;
	    margin-bottom: 0px;
	    width: 100%;
	    max-width: 100%;
	}
	span.auswahl_rahmen {
	    width: 100%;
	    height: 100px;
	}
	
	.vermassung_beschreibung {
		font-size: 16px;
	}
	
}
/*Mobile klein*/
@media ( max-width : 370px) {
	#musterauswahl li.auswahl {
	    width: calc(50% - 10px);
	    margin: 5px 5px 5px 0;
	}
}

.ajaxLoading {
	background-image: url('../pic/mandant48/ajax-loader-bert2.gif');	
	background-image: none;	
}
.ajaxLoading .spinner {
	border: 16px solid #f3f3f3; /* Light grey */
  	border-top: 16px solid var(--aktivfarbe); /* Blue */
  	border-bottom: 16px solid var(--aktivfarbe); /* Blue */
  	border-radius: 50%;
  	width: 120px;
  	height: 120px;
  	animation: spinner 2s linear infinite;
  	
	position: relative;
	left: calc(50% - 60px);
	top: calc(50% - 60px);  	
}
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

div.hinweis_vermassung_tel {
	display: none;
}
div.hinweis_vermassung_email {
	text-align: right;
}

#preisinfo .preis_preis_rabatt {
  text-decoration: none;
}
#preisinfo .preis_preis_rabatt .preis_mwst {
	display: none;
}
#preisinfo .preis_text_rabatt {
  font-size: 15px;
  float: left;
  color: black;
}
#eingabe_kommission div.vermassung_beschreibung {
	display: none;
}

div.profil #page_top, div.profil #page_bottom {
	display: block;
}

#mp_zusatzeinstellungen {
	display: none;
}

#hotline {
	display: none;
}

div.artikelbezeichnung a.muster_info_button {
	float: right;
	margin-top: -14px;
}

div.weiter_button_sel a.btn-secondary {
  margin-left: auto;
  width: 340px;
  margin-right: auto;
}