.aa24-ifr-content{
	padding:20px 10px;
	max-width: 1140px;
	margin: auto;
}
h1{
	margin: 10px 0;
	color: #0f228b;
}
/******************************

Listenansicht für einzelnes Fahrzeug-Objekt

*******************************/ 
.clear {clear:both;}
.half {width: 48%;}
.full {width: 100%;}
.left {float:left !important;}
.right {float:right !important;}
.tb20 {margin: 20px 0 !important;} 
.one-third {
	width: 30% !important;
	margin-right: 10px;
}
.h5 {
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0; 
}
h3.category {
	font-weight:600; 
	color: rgb(255, 133, 40); 
	font-size:16px;
}
/*Organge wurde blau*/
.orange {
	color: rgb(15, 34, 139) !important;
}
.aw-bl-wt {background-color: rgb(15, 34, 139) !important; color: #fff!important; transition-duration: 0.4s; cursor: pointer;}
.aw-lg-blue {color: rgb(15, 34, 139) !important; background-color: #f1f1f1!important;}
.red {color:red;}
/******* AJAX-LOADER ****/

#wbmc-mycar-content-1 {
	position: relative;
}
#ajax-load {
	z-index:98;
	/* position: absolute; */
	position: fixed;
	background: rgba(255,255,255,.8);
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	visibility:hidden;
}
#ajax-load img {
	/* position: sticky; */
	position: absolute;
	top:50%;
	left:40%;
}

/**************POPUP*****************/
/* Popup container */

.popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  bottom: 10px;
}

/* The actual popup (appears on top) */
.popup .popuptext {
	font-size: 0.8em;
	visibility: hidden;
	width: 600px;
	background-color: #fff;
	color: #444;
	text-align: left;
	padding: 8px;
	position: absolute;
	z-index: 20;
	bottom: 125%;
	left: 50%;
	margin-left: -300px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.popup-list li {
	margin: 0;
}
.popuptext a {
	position: unset !important;
	color: #0f228b;
	font-weight: 500;
}
.popuptext a:hover {
	text-decoration: none;
	font-weight: bold;
}

.popuptext h4 {
	text-align: center;
	color: #0f228b; 
}
.popuptext table td {
	padding: 10px 0;
}

.popuptext .image-wrapper {
	text-align: center;
}
.popuptext .image-wrapper img {
	width: 200px;
	height: auto;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/***************************************/
/*************************************

		Pagination

*************************************/
.page-mobile {
	display: none;
}
.page-mobile, .page-desktop {
	margin-bottom: 10px;
}

/*************************************

		Menu

*************************************/

.detail-list-menu {
	width: 20%;
	padding-right: 10px;
	float:left;
}
.detail-list {
	width: 75%;
}

.fzg-list-wrapper {
	width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
    float: left;
	font-family: sans-serif;
	margin-bottom: 10px;
	position:relative;
}
.fzg-list-wrapper h3{
	padding: 0;
}	
div.fzg-list-wrapper a {
	width: 100%;
    height: 100%; /*position:absolute;*/
    left: 0;
    top: 0;
}

.fzg-list-wrapper:hover {
	background-color:#f6f6f6;
}
.fzg-wrapper-left {
	width: 25%;
	padding-right: 10px;
	float:left; 
}
.fzg-wrapper-right {
	width:74%;
	float:right;
}

/*Fahrzeugbild*/
	
.fzg-list-wrapper a {
	-webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
}

.fzg-list-wrapper a:hover {
	-webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
}

.fzg-list-wrapper a img {
	-webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
	float:left;
}
	
.img-container {
    text-align: center;
}

.prev-img-xx {
	width:100%;
}

/*************************

 Fahrzeugbeschreibung

*************************/
	
.fzg-list-headline, .odw-list-headline {
	color: rgb(15, 34, 139) !important;
	font-weight: 600;
	font-family: Montserrat;
	font-size: 1.1rem !important;
	margin-top: 0;
}
.detail-container td {
	padding: 0 5px;
	font-size: 0.8em;
	width:30%;
}

.detail-container table {
	margin-bottom: 15px;
}

.fzg-list-desc {
    color: #444;
    font-weight: bold !important;
	
}

.fzg-list-price {
	color: #22ff00; 
}

.fzg-list-desc-price {
	display: block;
	height: 40px;
    margin-right: 15px;
	float:right;
}

.fzg-list-desc-price span {
	font-size:0.7em;
}

.fzg-list-price {
    font-size: 1.2em;
	font-weight: bold;
    margin-left: 25px;
	float:right;
	height: 40px;
	/*margin-top:-4px;*/
}

.fzg-list-price-curr {
	color: #fff;
    font-weight: bold !important;
    margin-left: 5px;
	margin-right: 15px;
    font-size: 0.6em;
	height: 40px; 
}
.fzg-list-decs-bottom {
	width: 100%;
}

.tax-val {
    margin-top: -15px;
    font-size: 10px;
    color: #fff;
    padding-right: 10px;
    float: right;
	height:20px;
}

.button {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px !important;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    font-size: 0.8em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer; 
	float: left;
}

.button:hover {
	background-color:#e3e3e3;
}

.button-small {
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 6px 25px;
    border: 2px solid #0f228b;
    color: #0f228b;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    display: table;
}
.sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f228b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.sweep-to-right:hover, 
.sweep-to-right:focus, 
.sweep-to-right:active {
  color: #fff;
}
.sweep-to-right:hover:before, 
.sweep-to-right:focus:before, 
.sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/****CLICK-COUNTER****/
.count-views {
	position: absolute; 
	bottom: 10px;
	left: 10px;
    font-size: 12px;
}

/*****Stern Checkbox***/
#fzg-merken {width:40px;}
.star {
    visibility:hidden;
    font-size:40px;
    cursor:pointer;
}
.star:before {
	margin-top: -10px;
	margin-left:15px;
	content: "\2606";
	position: absolute;
	visibility:visible;
	color: #ddd;
}
.star:checked:before {
	margin-top: -10px;
	margin-left:15px;
	content: "\2605";
	position: absolute;
	color: #ff5722;
}
/**********************************

Fahrzeugfilter

**********************************/
.detail-search-mobile{display:none;}
/**Start**/
.start-h2 {
	color: rgb(15, 34, 139);
	margin:0;
	padding-left: 15px;
}
#search-start {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	float:left;
}
.content-box /*Detailseite*/{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}
.csf-left, .csf-right {
	width:49%; 
	padding: 15px;	
}
.csf-left {
	float:left;
}
.csf-right {
	float:right;
}
span.start-filter-desc {
	font-size: 12px;
	font-weight: bold;
}

.filter-select select, 
.start-filter-select select,
input.mycar-tf-plz{
	font-size:14px;
	width:100%;
	padding: 8px 10px;
	float:right;
	margin-bottom: 10px;
	background: #e6e6e6;
	border-radius: 2px;
	color:#7b7b7b;
}

.filter-select select option:checked, .filter-select select option:hover {
	font-weight: 600 !important;
	color: #fff !important;
	background-color: black;
}
.start-filter-select select:hover {
	background: #ccc;
	color: #000;
}
.start-filter-desc {
	float:left;
}
.los-button {
    background-color: #ff5722;
	color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px !important;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    margin: 4px 15px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer; 
}

.los-button:hover {
	background-color: #de5428;
	color: #fff;
}

.b2all-button {
	background-color: rgb(15, 34, 139);
	color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px !important;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    margin: 4px 15px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer; 
}

.b2all-button:hover {
	background-color: rgb(0, 13, 79);
	color: #fff;
}

.small {
	max-width: 250px !important;
	float: right;
}
.smaller {
	max-width: 300px !important;
	float:left;
	margin-right: 10px;
}
.medium-left {
	max-width: 350px !important;
	float:left;
}


/**********************************

		Detailsuche
		
**********************************/

.content-box {
	padding: 15px;
	margin: 10px;
}
.fs-wrapper {margin-left:-10px; padding-top:10px;}
.fs-wrapper ul {margin-bottom: 0;}
.la-cb-ist_online_kauf i {font-style: normal;  font-weight:700;padding-top:4px;color: #212529;}
.content-box h4 {
	font-size: 1.1em; 
	color: #595959;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 15px;
}

.valid-error {font-size: 0.8em; color:red;}

.filter-desc {
	font-size: 0.9em;
	color: #595959;
}
.farbe-opt > li,
.kategorie-opt > li,
.ga-opt > li,
.wa-opt > li,
/*.ho-opt > li,*/
.ftyp-opt > li,
.ist-online-kauf-opt > li {
	display: inline;
	margin-right:10px;
} 
.kategorie-opt > li > input[type=checkbox],
.ftyp-opt > li > input[type=checkbox],
.ga-opt > li > input[type=checkbox],
.za-opt > li > input[type=checkbox],
.ho-opt > li > input[type=checkbox],
.order-opt > li > input[type=checkbox],
.wa-opt > li > input[type=checkbox],
.ist-online-kauf-opt > li > input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

.kategorie-opt > li > input[type=checkbox] + label,
.ga-opt > li > input[type=checkbox] + label,
.za-opt > li > input[type=checkbox] + label,
.wa-opt > li > input[type=checkbox] + label,
.order-opt > li > input[type=checkbox] + label,
.ho-opt > li > input[type=checkbox] + label,
.ftyp-opt > li > input[type=checkbox] + label,
.ist-online-kauf-opt > li > input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 0.9em;
	color: #595959;
}

.kategorie-opt > li > input[type=checkbox] + label:before,
.ga-opt > li > input[type=checkbox] + label:before,
.za-opt > li > input[type=checkbox] + label:before,
.ho-opt > li > input[type=checkbox] + label:before,
.order-opt > li > input[type=checkbox] + label:before,
.wa-opt > li > input[type=checkbox] + label:before,
.ftyp-opt > li > input[type=checkbox] + label:before,
.ist-online-kauf-opt > li > input[type=checkbox] + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #ebebeb;
}

.kategorie-opt > li > input[type=checkbox]:hover + label:before,
.ga-opt > li > input[type=checkbox]:hover + label:before,
.wa-opt > li > input[type=checkbox]:hover + label:before,
.order-opt > li > input[type=checkbox]:hover + label:before,
.za-opt > li > input[type=checkbox]:hover + label:before,
.ho-opt > li > input[type=checkbox]:hover + label:before,
.ftyp-opt > li > input[type=checkbox]:hover + label:before,
.ist-online-kauf-opt > li > input[type=checkbox]:hover + label:before {
	background: rgb(255, 71, 25);
}

.kategorie-opt > li > input[type=checkbox]:focus + label:before,
.ga-opt > li > input[type=checkbox]:focus + label:before,
.wa-opt > li > input[type=checkbox]:focus + label:before,
.za-opt > li > input[type=checkbox]:focus + label:before,
.order-opt > li > input[type=checkbox]:focus + label:before,
.ho-opt > li > input[type=checkbox]:focus + label:before,
.ftyp-opt > li > input[type=checkbox]:focus + label:before,
.ist-online-kauf-opt > li > input[type=checkbox]:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.kategorie-opt > li > input[type=checkbox]:checked + label:before,
.ga-opt > li > input[type=checkbox]:checked + label:before,
.wa-opt > li > input[type=checkbox]:checked + label:before,
.za-opt > li > input[type=checkbox]:checked + label:before,
.order-opt > li > input[type=checkbox]:checked + label:before,
.ho-opt > li > input[type=checkbox]:checked + label:before,
.ftyp-opt > li > input[type=checkbox]:checked + label:before,
.ist-online-kauf-opt > li > input[type=checkbox]:checked + label:before  {
	background: rgb(255, 71, 25);
}

.kategorie-opt > li > input[type=checkbox]:disabled + label,
.ga-opt > li > input[type=checkbox]:disabled + label,
.wa-opt > li > input[type=checkbox]:disabled + label,
.za-opt > li > input[type=checkbox]:disabled + label,
.ho-opt > li > input[type=checkbox]:disabled + label,
.order-opt > li > input[type=checkbox]:disabled + label,
.ftyp-opt> li > input[type=checkbox]:disabled + label,
.ist-online-kauf-opt > li > input[type=checkbox]:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.kategorie-opt > li > input[type=checkbox]:disabled + label:before,
.ga-opt > li > input[type=checkbox]:disabled + label:before,
.za-opt > li > input[type=checkbox]:disabled + label:before,
.wa-opt > li > input[type=checkbox]:disabled + label:before,
.order-opt > li > input[type=checkbox]:disabled + label:before,
.ho-opt > li > input[type=checkbox]:disabled + label:before,
.ftyp-opt > li > input[type=checkbox]:disabled + label:before,
.ist-online-kauf-opt > li > input[type=checkbox]:disabled + label:before 
 {
	box-shadow: none;
	background: #ddd;
}

.kategorie-opt > li > input[type=checkbox]:checked + label:after,
.ga-opt > li > input[type=checkbox]:checked + label:after,
.wa-opt > li > input[type=checkbox]:checked + label:after,
.za-opt > li > input[type=checkbox]:checked + label:after,
.order-opt > li > input[type=checkbox]:checked + label:after,
.ho-opt > li > input[type=checkbox]:checked + label:after,
.ftyp-opt > li > input[type=checkbox]:checked + label:after,
.ist-online-kauf-opt > li > input[type=checkbox]:checked + label:after  {
	content: '';
	position: absolute; 	
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white,
				4px 0 0 white,
				4px -2px 0 white,
				4px -4px 0 white,
				4px -6px 0 white,
				4px -8px 0 white;
	transform: rotate(45deg);
}


.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 20px 0;
}

.centered {
	width: 300px;
	margin: auto;
}

.title {
	text-align: center;
	color: #4571ec;
}

.farbe-opt > li > input[type=checkbox]{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.farbe-opt > li > input[type=checkbox] + label {
	padding-left:55px;
	height:50px; 
	display:inline-block;
	line-height:50px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.farbe-opt > li > input[type=checkbox]:checked + label {
	background-position: 0 -50px;
}
.farbe-opt > li > label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.farbe-opt > li > label i {display:none;}

/**Farben**/

.farbe-opt > li > label.la-cb-schwarz {background-image: url(/pics/autowelt-mycar-pics/colors/black.png);}
.farbe-opt > li > label.la-cb-grau {background-image: url(/pics/autowelt-mycar-pics/colors/gray.png);}
.farbe-opt > li > label.la-cb-weiss {background-image: url(/pics/autowelt-mycar-pics/colors/white.png);}
.farbe-opt > li > label.la-cb-blau {background-image: url(/pics/autowelt-mycar-pics/colors/blue.png);}
.farbe-opt > li > label.la-cb-silber {background-image: url(/pics/autowelt-mycar-pics/colors/silver.png);}
.farbe-opt > li > label.la-cb-gold {background-image: url(/pics/autowelt-mycar-pics/colors/gold.png);}
.farbe-opt > li > label.la-cb-orange {background-image: url(/pics/autowelt-mycar-pics/colors/orange.png);}
.farbe-opt > li > label.la-cb-gruen {background-image: url(/pics/autowelt-mycar-pics/colors/green.png);}
.farbe-opt > li > label.la-cb-violett {background-image: url(/pics/autowelt-mycar-pics/colors/violett.png);}
.farbe-opt > li > label.la-cb-gelb {background-image: url(/pics/autowelt-mycar-pics/colors/yellow.png);}
.farbe-opt > li > label.la-cb-beige {background-image: url(/pics/autowelt-mycar-pics/colors/beige.png);}
.farbe-opt > li > label.la-cb-braun {background-image: url(/pics/autowelt-mycar-pics/colors/brown.png);}
.farbe-opt > li > label.la-cb-rot {background-image: url(/pics/autowelt-mycar-pics/colors/red.png);}

/**Fehler**/
.mycar-plz-error {
	color:red;
	font-size:12px;
	font-weight:bold;
}
/**Auswahl**/
.mycar-plz-adresse {
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	color: #595959;
}

/**Fzg-Liste**/

#car-filter {
	width:100%;
	max-width:700px;
	height:auto;
	min-height:80px;
	position:relative;
	word-wrap:normal;
}

.filter-col {
	width:19%;
	float:left;
	position:relative;
	padding-right:5px;
}
.sort {
	margin-bottom:5px;
}

.sort, .filter-col {
	font-size:13px;
	font-family: Montserrat;
	font-weight: 600;
}

/**** FILTER SIDEBAR ****/
.btn-filter-section{
	display: none;
}
.sidebar-filter {
	font-size: 14px !important;
	padding: 5px 8px; 
	width: 20%;
	float:left;
	border: 1px solid lightgray;
	background: #fff;
}
.filter-results {
	float: right;
	width: 78%;
}
.block ul.ftyp-opt > li {
    display: block !important;
}

/*.filter-select select{
	font-size:14px;
	width:100%;
}*/
/******Hinweis Umweltdaten****/
.envi p{
	font-size: 0.7em;
}
/******Hinweis Lieferzeit***/
.dod {font-size:13px; font-weight: 600; color:#444; font-style: italic;}

/********************************

Ribbon

*********************************/

 .ribbon-wrapper {
	position: relative;
    width: 250px;
	height: 60px;
    z-index: 98;
    right: -40px;
    float: right;
}
  .ribbon-front {
	background-color: #151515;	
	height: 60px;
	width: 240px;
	position: relative;
	left:-10px;
	z-index: 2; 
	font:20px/50px bold Verdana, Geneva, sans-serif;
	color:#fff; 
	text-align:center;
	border-radius: 0 0 0 30px;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 60px;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 220px;
	border-color: transparent transparent transparent rgb(0, 13, 79);
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 5px 10px;
}


@-webkit-keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}

/*********************************

Fahrzeuge in der Nähe-Karten Startseite

*********************************/
/*.l50 {
	left: -50px !important;
	border-radius: 50%;
}
.r40 {
	right: -2% !important;
	border-radius: 50%;
}*/
.fzg-card-object {
	position: relative;
	display: block;
	max-width: 45%;
	/*overflow: hidden; */
	border: 1px solid #ddd;
	padding:10px;
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
}
.fzg-card-object:hover {
	background-color: #efefef; 
}
.fzg-card-object:hover a {
	text-decoration: none;
}
.fco-header {
	min-height: 78px;
	max-height: 78px;
	overflow: hidden;
}
.fco-top {
	min-height: 153px;
	max-height: 153px;
	background-color: #ddd;
	overflow: hidden; 
}
.fco-middle {
	min-height: 230px;
	max-height: 230px;
	overflow: hidden;
}
.fco-headline {
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	color: #0f228b;
}
.fco-category {
	color: #ff5722 !important;
	font-size: 13px !important;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: 600;
}
.fco-details {
	font-size: 11px !important;
	color: #444; 
}
.fco-price-pref {
	float: left;
}
.fco-price {
	float: right; 
	font-weight: 600;
	font-size: 18px; 
	color: #444;
}
.fco-bottom {
	padding-top: 15px;
}
.fco-price-pref img, .bvfk-badge img {
	width: 50px;
}
.bvfk-badge {position: absolute;bottom: 10px;}

.l50 {
	left: 0 ;
	border-radius: 0;
	opacity: 0.75;
}
.r40 {
	right: 43px !important;
	border-radius: 0;
	opacity: 0.75;
	}
.w3-button {
	padding: 16px 16px !important;
	font-size: 40px !important;
	}
.w3-display-left, .w3-display-right {
	top: 30% !important;
	}

/*********************************

Objekt der Woche



.fzg-odw-wrapper {
	max-width: 580px;
    padding: 10px;
    background: #efefef;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    float: left;
	font-family: Montserrat;
}

.odw-img-container a img {
    width: 300px;
	min-width: 196px;   
}
.odw-text-content {
	width: 100%;
	margin-top:15px;
}
.odw-list-headline {
	text-align: center;
}
.odw-list-desc-price {
	line-height: 2.0em;
}
.odw-list-price {
	font-size: 1.8em;
	margin-left: 25px;
	float:right;
	margin-top:-4px;
}
.odw-button {
	background-color: #0f228b;
    color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px !important;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    font-size: 0.8em;
	font-family: Montserrat; 
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.odw-button:hover {
	background-color: #4286f4;
}
.top-offer {
	z-index: 20;
    position: absolute;
    margin-top: -29px;
    margin-left: -31px;
}
*********************************/
/*********************************

Media Queries

*********************************/

@media all and (max-width: 1199px) {
	.fco-top {
		min-height: 135px;
		max-height: 135px;
	}
.r40 {
	right: 33px !important;
	}
}

@media all and (max-width: 991px) {
	.fco-top {
		min-height: 175px;
		max-height: 175px;
	}
	div.fcoSlide {
		visibility:hidden;
		display:none; 
		} 
	div.fcoSlide#slideAktu { 
		visibility:visible; 
		display:block; 
		}
	.fzg-card-object {
		max-width: 100%;
	}
	.fco-header {
		min-height: 45px;
		max-height: 45px;
	}
	.r40 {
	right: 10px !important;
	}
	.w3-display-left, .w3-display-right {
		top: 15% !important;
	}
	.detail-search-mobile{
		display:block;
		width: 100%;
		background: #f7f7f7;
		padding: 10px 0; 
		position: fixed;
		bottom: 0;
		z-index: 2;
	}
}

@media all and (max-width: 767px) {
	#search-start {
		width: 100%; 
	}
	.img-container {
		overflow: hidden;
	}
	.fzg-list-headline {margin-top: 5px;}
	.fco-top {
		min-height: 320px;
		max-height: 320px;
	}
	.fzg-card-object {
		padding: 5px;
		margin-right: 5px;
	}
	.fco-category {
		font-size: 12px !important; 
	}	
	.fco-header {
		min-height: 60px;
		max-height: 60px;
	}
	.r40 {
		right: 5px !important;
	}
	.fzg-wrapper-left {
		width: 100%;
	}
	.fzg-wrapper-right {
		width: 100%;
	}
	.half {width: 100%;}
}

@media all and (max-width: 680px) {
	.fco-top {
		min-height: 310px;
		max-height: 310px;
	}
}
@media all and (max-width: 620px) {
	.w3-content {
		max-height:720px;
	}
	.l50 {
		left: 0 !important;
		border-radius: 0;
		opacity: 0.75;
	}
	.r40 {
		right: 5px !important;
		border-radius: 0;
		opacity: 0.75;
	}
	.w3-button {
		padding: 16px 16px !important;
		font-size: 40px !important;
	}
	.w3-display-left, .w3-display-right {
		top: 40% !important;
	}
}
@media all and (max-width: 500px) {
	.fco-top { 
		min-height: 310px;
	}
}

@media all and (max-width: 980px) {
	.page-mobile {
		display:block;
	}
	.page-desktop {
		display:none;
	}
}

@media screen and (max-width: 500px){
	.filter-col, .filter-select select {
		width:100%;
	}
	.filter-select {
		margin-bottom:5px;
	}
	.fzg-list-wrapper {
		width: 96%;
	}
}