/* =============================================================================
 * KONFIGURATOR CSS
 * ========================================================================== */
 

body{
	background-color: #F7F7F7;
}

#header{
	height: 80px;
}

#konfigurator1{
	padding-top: 110px;
}

.logo{
	height: 80px;
	width: 300px;;
}

/*Kopfteil mit Status etc. */

.konfig_titel {
	display: inline;
	width: 300px;
}

.back{
	float: right;
	display: inline;
}

.back .firstLink{
	display: inline;
	margin-right: 25px;
}

.back a{
	color: #3d7893;
}

.back a:hover{
	color: #b1dd2f;
}

span{
	color: #fff;
}

.konfig_status,
.link_back{
	margin-top: 30px;

}

.konfig_status{
	background-color: #3d7893;
	background-image: linear-gradient(to right, #3d7893 , #b1dd2f);
	border-radius: 40px;
	
}

.konfig_status ul{
	margin-bottom: 5px;
	margin-top: 4px;
}

.konfig_status li{
    /*border-bottom: 2px solid #555;*/
    font-size: 0.8em;
    display: inline;
    color: #fff;
    font-weight: bold;
}

.konfig_status li span{
	border-bottom: 2px solid #fff;
}

.link_back{
	font-size: 0.9em;
	float: right;
	text-align: right;
}

.link_back a:hover{
	color: #3d7893;
}

.link_back p{
	display: inline;
}

svg.fa-arrow-alt-circle-left{
	display: inline;
	margin-right: 5px;
}

i.fa-arrow-alt-circle-left{
	display: inline;
}



/*Artikelboxen*/

.konfig-element{
	border: solid #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.11);
}

.konfig-element:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.20);
}

.bg-color{
	border: solid #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.11);
    margin: 15px 0 15px 0;
}

.bg-color:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.20);
}

.bg-color figure.image_container{
	padding-top: 15px;
	padding-bottom: 15px;
}

.bg-color p{
	padding: 0 10px;
}

.bg-color img{
	width: 100%;
    max-width: 300px;
    height: auto;
}

/*Übersicht Liste
Formular CSS befindet sich in Styles*/

.row.uebersicht{
	display: flex;
	background-color: rgb(247, 247, 247);
	padding-top: 10px;
	margin: 0 10px 10px 10px;

}

.row.uebersicht img{
	border: 1px solid rgb(200, 200, 200);
	max-width:100%;
	height:auto;
}

.row.uebersicht-list{
	display: flex;
	/*padding-top: 10px;*/
	margin: 0 10px 10px 10px;
	margin-bottom: 0;
}

.preis{
    display: flex;
    justify-content: flex-end;
}

.d-flex{
	display: flex;
}

.d-flex .ce_hyperlink{
	margin:0;
	padding: 0 10px;
}

.col-md-3.image img{
	width: 100%;
	height: auto;
}

.information img{
	margin-left: 40px;
}

/*LIGHTBOX*/

#cboxOverlay{
	 opacity: 0.5!important;
}

#mbCenter{
	width: auto!important;
	height: auto!important;
	background-color: #3d7893;
	background-image: linear-gradient(to right, #3d7893 , #b1dd2f);
}

