/* Contents:
 * 
 * 01 COMMON THINGS / typography
 * 02 ICONS
 * 03 NAVIGATION 
 * 04 FORMS 
 * 05 PAGE HEADER
 * 06 PAGE FOOTER
 * 07 PAGE CONTENTS
 * 08 MODULS 
 * 09 GRID
 * 10 REVIEWS
 * 11 COLORS
 */

/*** 01 COMMON THINGS / typography ***/
/**___ FONT ___**/
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'),
		url('../fonts/openSans/open-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/openSans/open-sans-v10-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
		url('../fonts/openSans/open-sans-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/openSans/open-sans-v10-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
		url('../fonts/openSans/open-sans-v10-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-600.woff') format('woff'), /* Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/openSans/open-sans-v10-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* open-sans-600italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'),
		url('../fonts/openSans/open-sans-v10-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-600italic.woff') format('woff'), /* Modern Browsers */
		url('../fonts/openSans/open-sans-v10-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/openSans/open-sans-v10-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* fontAwesome */
@font-face {
	font-family: 'FontAwesome';
	src: local('Font Awesome'), local('FontAwesome'),
	   url('../fonts/fontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('../fonts/fontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('../fonts/fontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body { font-family: 'Open Sans', Arial, sans-serif; font-weight:400; font-size: 15px; line-height:1.5; margin: auto; -webkit-font-smoothing: antialiased; }
strong, b { font-weight: 600; }

h1, h2, h3, h4, .h4, h5, h6 { font-weight: 600; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4, .h4, .lead, .info-box h4, .ad-article-content > blockquote { font-size: 1.1em; }
h5, h6 { font-size: 1em; }

h4, h5, h6 { margin: 0; }
h3 + h5, h5 + h4 { margin-top: .3em; }
.kde-item h3 { margin: 0!important; }

h4 + p { margin-top: .75em }
h2, h6 + p, .two-col > p { margin-top: 0; }
p { margin: .5em 0; }

p + h5, p + h4, p + h6 { margin: .7em 0 .3em; }
p + h2, p + h3 { margin: 1.2em 0 .8em; }
.p-v-margin { margin-top: .5em; margin-bottom: .5em; }

/* for big thumb mobile user */
/* max-width is important for responsive img tags inside of a tag */
a, a + span { display: inline-block; max-width: 100%; outline: 0!important; padding-top: .5em; padding-bottom: .5em;}
a.anchor { padding-top: 0; padding-bottom: 0; min-height: 1.5em }
label a { padding-top: 0; padding-bottom: 0; }
h3 > a:after{
	content: ' »';
	margin: auto 0;
}
h3 > a.hidden-wrap:after {
	position: absolute;
	right:0;
}
/* max-width is set for ie8 */
h3 > a { font-size:1em; padding-right: 1em; position:relative; text-decoration: underline; max-width:90%; }
h3 > a:hover,
a.no-underline:hover,
a span.icon { text-decoration: none; }

@media (min-width: 768px) {
	body { font-size: 14px; }
	p + h5, p + h6 { margin: 1em 0 .5em; }
	h1 {font-size: 1.8em; }
	h2 { font-size: 1.8em; }
	h3 { font-size: 1.57em; }
	h4, .h4 { font-size: 1.29em; }
	.lead { font-size: 1.2em; }
	a, a + span { padding-top:.2em; padding-bottom:.2em; }
}
@media (min-width: 992px) {
	body { font-size: 16px; }
	h1 {font-size: 2em; }
	h2 { font-size: 2em;}
	a, a + span { padding: 0; }
	.md-text-right { text-align:right; }
}

.xsmall { font-size:.8em; }
small, .small { font-size:.9em; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.em { font-style: italic; }

.block-center { margin-right:auto; margin-left:auto; }
.list-centered {
	float: left;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: auto;
}
.list-centered > li {
	right: 50%;
	text-align: center;
	width: auto;
}
.nowrap { white-space: nowrap; }
.reset-nowrap { white-space: normal; }
.reset-font-weight { font-weight: 400; }

.alert {
	border: 1px solid transparent;
	border-radius: 0;
	padding: 15px;
}

ul { list-style: outside none none; margin: 0; padding: 0; }

.border-top { border-top: 1px solid; }
.border-bottom { border-bottom: 1px solid; }

iframe { border: none; outline: none; }

/*** 02 ICONS _________________***/
.icon:before,
.icon:after {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-after:before,
.icon-before:after { content: '' !important; }

/* commons, stars and social stuff */
.stars:after,
.icon-after:after { position: absolute; right: 0; bottom:0; }
.stars:after {
	right: auto;
	left: 0;
	line-height:1.6;
	bottom: auto;
	letter-spacing: .2em;
}
.icon-before:before {
	position: absolute;
	top: .25em;
	left: 15px;
}
.icon-before, .icon-after { position: relative; }
.icon-before { padding-left: 3em; }
.icon-after { padding-right: 1.5em; }
.icon-size-2:before, .icon-size-2:after { font-size: 2em; bottom:0; }
.icon-size-1-5:before, .icon-size-1-5:after { font-size: 1.5em; }
.icon-after.icon-size-2 { padding-right: 2.5em;}

.icon-flow:before { padding-right: .5em }
.stars_0:after { content: '\f006\f006\f006\f006\f006'; }
.stars_0_5:after { content: '\f123\f006\f006\f006\f006'; }
.stars_1:after { content: '\f005\f006\f006\f006\f006'; }
.stars_1_5:after { content: '\f005\f123\f006\f006\f006'; }
.stars_2:after { content: '\f005\f005\f006\f006\f006'; }
.stars_2_5:after { content: '\f005\f005\f123\f006\f006'; }
.stars_3:after { content: '\f005\f005\f005\f006\f006'; }
.stars_3_5:after { content: '\f005\f005\f005\f123\f006'; }
.stars_4:after { content: '\f005\f005\f005\f005\f006'; }
.stars_4_5:after { content: '\f005\f005\f005\f005\f123'; }
.stars_5:after { content: '\f005\f005\f005\f005\f005'; }

/**___ phone/email icon ___**/
.phone-highlighted:before,
.email-highlighted:before {
	display: inline-block;
	font-size: 1.5em;
	text-align: center;
	vertical-align: -.1em;
	width: 1.2em;	
}
.email-highlighted:before { vertical-align: -.05em; }
.email-highlighted { line-height:1.4 }

.icon-chevron-down:before,
.icon-chevron-down:after { content: '\f078'; }
.icon-chevron-up:before,
.icon-chevron-up:after { content: '\f077'; }

.toggle-header.icon-before:before {
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: .5em;
	line-height: .5em;
}

/* stars */
.icon-star:before { content: "\f005"; }
.icon-star-half:before { content: "\f123"; }

/* phone / email */
.icon-phone:before { content: '\f095'; }
.icon-email:before { content: '\f003'; }

/* close / cancel */
.icon-cancel:before { content: '\f00d'; }

/* animate spin */
.icon-spin:before { content: '\f021'; }

/* service-provider-info */
.icon-before-star:before { content : "\f005"; }
.icon-before-search:before { content : "\f002"; }
.icon-before-chart:before { content : "\f012"; }
.icon-before-pin:before { content : "\f041"; }

/* social network */
.icon-after-twitter:after,
.icon-link-twitter:before { color: #55acee; content: '\f099'; }
.icon-after-google-plus:after,
.icon-link-google-plus:before { color: #dd4b39; content: '\f0d5'; }

.icon-after-facebook:after,
.icon-link-facebook:before { color: #3b5999; content: '\f230'; }
.icon-after-facebook.white:after,
.icon-link-facebook.white:before { color: #fff; }

/* form icons */
.icon-attention:before { content: "\f06a"; vertical-align: 0; }
.icon-info:before { content: "\f05a"; }
.icon-check:before { content: "\f058"; vertical-align: 0; }
.icon-minus:before { content: "\f056"; }
.icon-close-circle:before { content: "\f05c" }

.icon-flag:before { content: "\f024" }
.icon-flag-o:before { content: "\f11d" }
a.junk-review {opacity:.8}
a.junk-review:hover {opacity:1}

/*** 03 NAVIGATION _______________ ***/

/**___ mobile menu ___**/
.mobile-menu-button {
	border: 1px solid;
	clear: both;
	cursor: pointer;
	display: block;
	float: right;
	font-size: .9em;
	padding: .5em;
	margin: .4em 0;
	width: auto;
}
.mobile-menu-button.fixed {
	position: fixed;
	right: 15px;
	z-index: 1000;
}
.mobile-menu-hl {
	padding: 0 .5em 0 0;
	width: 50%;
	float: left;
}
.nav-toggler {
	background: transparent;
	border: none;
	display: block;
	float: right;
	padding: 0;
	position: relative;
	width: 35px;
}
.mobile-menu-button.active,
.mobile-menu-button:hover {
	background: #E7ECF0;
	border: 1px solid;
}
.nav-toggler:focus { outline: 0; }
.nav-toggler > .icon-bar { margin: 4px auto; }

.icon-bar {
	border-radius: 1px;
	display: block;
	position: relative;
	height: 2px;
	width: 80%;
	background: #fff;
}
.mobile-menu {
	left: 0;
	width: 100%;
}

/**___ vertical menu and common stuff ___**/
.v-menu {
	padding: 1em 15px;
	position: absolute;
	top: 100%;
}
.v-menu.nav-pills > li {
	float: none;
	display:block;
	border-top: 1px solid;
	margin-left: 2px;
	text-align: left;
}
.v-menu > li:last-child { border-bottom: 1px solid; }
.v-menu > li.spacer { height: 2.3em; }

.v-menu > li.hl {
	border-top: none;
	padding: .3em 0 .4em;
}
.v-menu.nav > li > a {
	display: block;
	white-space: normal; 
	padding: .5em 1em;
	text-align: left;
}

/* bootstrap rewrites */
.nav > li > a,
.nav > li > span {
	padding: .3em 1em .4em;
	display: inline-block;
	font-weight: 600;
	white-space: nowrap; /*ie 8*/
}

.nav-pill-highlighted { font-weight: 600; }

/**___ myspace nav (main header) ___**/
.myspace-container {
	position: absolute;
	top: 0;
	left: 0;
}
.myspace-nav {
	font-size:.95em;
	right: 0;
}

@media (min-width: 992px) {
	.myspace-container { left:auto; right:0; }
}

/**___ breadcrumbs ___**/
.kde-item .breadcrumb { 
	padding: 0; margin-top:.5em; margin-bottom: .5em; font-size: 80%; display: inline-block; 
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.breadcrumb > li.label + li:before { content: ''; padding: 0; }
.breadcrumb > li.label { font-weight: 400; }
.breadcrumb > li > a { padding-top:0; padding-bottom:0; white-space: nowrap; } /* nowrap is set for ie 8 */
@media ( min-width: 768px ) {
	.breadcrumb > li { display: inline-block; }
}

/**___ pagination ___**/
.pagination-nav { padding: 1em 0 0; }
.pagination-nav nav { margin: 0 -15px; }

/* TODO write special class for efficiency */
#more-slider-nav.pagination-nav { padding: 0; }

#sort-nav > h4 { float:left; }
#sort-nav select { margin: .2em .4em; }
#sort-nav { padding-bottom: .5em; }

#main-nav { display: none; }

.pagination-nav .nav, #sort-nav .nav { padding-left: 0; }

/** TODO: better solution for problem alphabetical filter nav and wraps and li + li = margin-left **/
.pagination-nav .nav-pills > li:first-child { margin-left: 2px; }
.pagination-nav .nav-pills > li { margin-bottom: 2px; }
.alphabetical-nav > li > a, 
.alphabetical-nav > li.active > span, 
.alphabetical-nav > li.inactive > span { width: 3em; text-align: center; }
.filter-nav > .nav-pills > li { float:none; display:inline-block; vertical-align:top; }
/**/

@media (min-width: 768px){
	.header-breadcrumb { 
		font-size: .85em; 
		margin-left: -.2em;
		margin-bottom: 0;
	}
	.header-breadcrumb > li > a {
		padding: .1em .2em .2em;
	}	
	.header-breadcrumb > li > a,
	.header-breadcrumb > li:before {
		opacity: .85; 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	}
	.header-breadcrumb > li > a:hover {
		opacity:.9;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		background: #2a5b7c;
	}
	
	.pagination-nav .nav { text-align:left; font-size: .9em!important; }
	.pagination-nav p { margin: .3em 0; text-align: left; }
	#main-nav {
		display: block;
		position: relative;
		margin-top: -1.5em;
		margin-bottom: 3em;
	}
	.kde-nav-divider { border-left: 1px solid #dedede; }
	/* bootstrap rewrites */
	#main-nav .nav-pills > li + li { margin-left: 0; }
}


/*** 04 FORMS _________________***/
form { position:relative; }
label { display: block; font-weight: 400; line-height: 1.3 }
input, textarea, select { border: 1px solid; padding: .25em .5em; width: 100%; line-height: 1.3; }
input[type=radio], input[type=checkbox],
input[type=submit] { width: auto; }
textarea { resize:vertical; }
select { padding-top: .2em; padding-bottom: .2em; }
#home select { width: auto; }

abbr[title] { border-bottom: none; }
.form-required { font-size: .8em; }
.form-messages { font-weight: 600; }

.has-error label { font-weight: 600; }

.form-cover-loading {
	background-image: url(/app2/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.g-recaptcha > .has-error > div { border: 1px solid; } 

.g-recaptcha {
	min-height: 80px;
}
.g-recaptcha > .has-error > div { border: 1px solid; } 

/**___ buttons ___**/
.btn { font-weight: 600; border: 1px solid; padding: .5em 1em; border-radius: 0; }
.btn.icon { line-height: 1; padding:0; }

a.btn { display: inline-block; float:none }
a.btn:hover, a.btn:focus { text-decoration: none; }

.btn.btn-small { font-size: .9em; padding: .3em .7em; }
.btn.btn-xxl { display: block; font-size: 1.57em; text-align: center; }
.btn-link-style {
	background: transparent;
	border: none;
	padding: 0 .5em;
}

form .no-right-padding { padding-right: .2em; }

/*___ facebook login button ___*/
.btn-signInFb { padding: .4em .7em .5em .6em; font-size: 14px; position: relative; margin-top: .5em; }
.btn-signInFb,
.btn-signInFb:hover,
.btn-signInFb:focus { background: #3b5998; border-color:transparent; }
.btn-signInFb > .icon-link-facebook { padding-left: 0; }
.btn-signInFb > .icon-link-facebook:before {
	font-size: 1.8em;
	line-height: 1.05em;
	vertical-align: -10%;
	left: 10px;
	font-weight: normal;
	/* reset absolute position */
	position: relative;
	left: 0;
	top: 0;
	padding-right: .5em;
}

/*___ google sign in button ___*/
.btn-gSignIn {
	display:inline-block;
	background: url('../img/btn-gSignIn.png') no-repeat 0 0;
	width: 184px;
	height: 50px;
	padding: 0;
	margin-left: -4px;
	float: left;
	margin-top: .7em;
}

@media (min-width: 768px) {
	.btn-gSignIn { margin-top: .2em; }
}

.btn-gSignIn + .icon {
	line-height: 3em;
}
.btn-gSignIn:focus,
.btn-gSignIn:hover {
	background-position: 0 -50px;
}
.btn-gSignIn:active {
	background-position: 0 -100px !important;
}
.btn-gSignIn.disabled,
.btn-gSignIn:disabled,
.btn-gSignIn.disabled:hover {
	background-position: 0 -150px;
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/**___ search form ___**/
.search-form {
	position: relative;
	width: 100%;
	height: 100%;
}
.search-form-query {
	display: block;
	padding: .5em 25% .5em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%!important;
	line-height: 1;
}
.search-form-suggestions {
	border: 1px solid;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.search-form-suggestions > li {
	border-top: 1px solid;
}
.suggestheader {
	padding: 5px 15px;
	font-weight:600;
}
.suggestitem {
	padding: 5px 30px;
	cursor: pointer;
}

/*** 05 PAGE HEADER________________ ***/
#main-header-home {
	display: none;
	margin-left: -15px;
	position: relative; 
	top: 30%; 
}
#main-header-home > .logo-row {
	width: auto; 
	padding: 10px 15px 0 15px;
	max-width: 250px;
}
#main-header-home > .search-row {
	position:relative; 
	max-width:60%; 
	padding:15px
}

#main-header {
	padding: .5em 0 1em;
	border-bottom: 1px solid;
}
#main-header h2 {margin-bottom: 0}
#main-header img.logo { margin:0; max-height: 32px; }

#main-header-2fadeIn { 
	padding-top: 0; 
	margin-top: 0; 
	display: none; 
}
#main-header-2fadeIn .phone-highlighted { font-size: 24px; max-height: 2em; position: absolute; right: 0; top: 0; }

.btn-login { padding: .5em 15px; width:100%; }
.btn-login:focus { outline: none; }

.anchor { padding-top:1em; margin-top:-1em; }

@media (max-width: 767px) {
	#main-header-home,
	#main-header-2fadeIn {
		display: none !important;
	}
	#main-header {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.user-area {
		position: absolute; 
		top: 0; 
		right: 0;
		width: 40%;
	}
	#main-header img.logo { margin:-10px 0 0; max-height: 44px; }
	#home #main-header-home { display:block; }
	#home #main-header { display:none; }
	
	#main-header { padding: 1.3em 0; }
	#main-header, #main-header-2fadeIn {
		height: 75px;
		/* don't change this fixed position, js is using it to indicates mobile perspective */
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;		
		border-bottom: 1px solid #bbb;
		margin: auto;
	}
	#main-header-2fadeIn h1{
		margin: 0;
		font-size: 24px;
		height: 44px;
	}
	
/* TODO unefficient -> we have so much a elements: change it */
	#main-header-2fadeIn a {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 1em;
	}
	/* anchor adjustments for fixed header and fixed mobile nav*/
	.anchor { 
		position: absolute; 
		padding-top: 85px; 
		margin-top:-85px;
		top: 0;
		left: 0;
	}
	.anchor-parent { position:relative; }
}

@media (min-width: 992px) {
	#main-header { padding: 1em 0; }
	#main-header img.logo { margin: 0; max-height: 48px; }
}
@media (min-width: 1200px) {
	#main-header img.logo { margin: -6px 0 0; }
}

/**___ main sub header ___**/
@media (min-width: 768px) {
	.main-subheader {
		max-height: 1.5em;
		left: 0;
		opacity: .75;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		overflow: hidden;
		position: absolute;
		right: 0;
		z-index: 1;
	}
	.main-subheader:hover {
		opacity: .9;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
}

/**___ content header ___**/
#service-provider > #main { background: url('../img/loading.gif') center 65px no-repeat; }
@media (min-width:768px) { #service-provider > #main { background-position: center 140px; } }
@media (min-width:1200px) { #service-provider > #main { background-position: center 190px; } }
#content-header-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	border-bottom: 1px solid;
	height: 150px;
	position: relative;
}
.ie8 #content-header-bg {
	background-position: center bottom;
	background-size: auto 100%;
}

#content-header-box {
	position: relative;
	height: 100%;
	clear: both;
	padding-top: 3em;
}

.w79 { width:79%; }
.w69 { width:69%; }
@media (min-width: 500px) {
	#content-header-bg { height: 230px; }
}
@media (min-width: 768px) {
	#content-header-h1{
		position: absolute;
		left:0;
		max-width: 100%;
		max-height: 3.2em;
	}
	
	.content-header-h1-bg {
		position: relative;
		display: inline-block;
		float: left;
		padding: 0 15px;
	}
	
	#content-header-bg {
		margin-top: 75px;
		margin-bottom: 0;
		height: 320px;
	}
	#content-header-bg.image > a.toggle-header,
	#content-header-bg.image > #content-header-box > a.toggle-header,
	#content-header-bg.image > #content-header-box > .cm-cover-parent {display: none;}
	
	#content-header-h1 {
		bottom: .5em;
		top: inherit;
	}
	#home #content-header-bg {
		margin-top: 0; 
		background-position: center 0;
	}
}
@media (min-width: 992px) {
	#content-header-bg {
		height: 370px;
	}
}
@media (min-width: 1200px) {
	#content-header-bg {
		height: 420px;
	}
	
	.ie #content-header-bg {
		background-size: auto 100%;
	}
}

@media (min-width:768px) {
	.content-header-teaser {
		position: relative;
		display: inline-block;
		z-index: 1;
	}
}

/*** 06 PAGE FOOTER __________________***/

/*** 07 PAGE CONTENTS _________________***/

/**___ common ___**/
@media (min-width: 768px ) {
	.two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;		
	}
}

aside { margin-bottom: 2em; }
section {
	padding-top:2em;
	padding-bottom:2em;
}
section.eye-catcher + section.eye-catcher { padding-top:0; }

aside,
section + article,
article + section {
	margin-top: 2em;
}
header + aside {
	margin-top: 0;
}

.combine-with-next-aside + aside {
	margin-top: 0;
}
.combine-with-next-aside + aside > div > .combine-with-toggle-header-left-padding {
	padding-left: 35px;
}
.eye-catcher .kde-item { border-left: 15px solid; }

.hidden-wrap,
.nav-list > li
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width:100%;
}
.nav-list > li,
h4.hidden-wrap, p.hidden-wrap { display: block; }

/**___ margin / padding and their resets ___*/
.content-padding-top { padding-top: 2em }
.content-padding-bottom { padding-bottom: 2em }
.no-padding { padding:0 !important; }
.no-bottom-padding { padding-bottom: 0 !important; }
.no-top-padding { padding-top: 0 !important; }
.no-left-padding { padding-left: 0; }
.no-right-padding { padding-right: 0; }

.no-margin { margin: 0 !important; }
.no-top-margin { margin-top:0; }
.no-bottom-margin { margin-bottom: 0 !important; }

.extra-top-margin { margin-top: 1em; }
.extra-bottom-margin { margin-bottom: 1em; }
.extra-left-margin { margin-left: 1em; }
.half-bottom-margin { margin-bottom: .5em; }
.half-top-margin { margin-top: .5em; }
.half-left-margin { margin-left: .5em; }
.half-right-margin { margin-right: .5em; }

.minus1-top-margin { margin-top:-1em; }
.minus1-right-margin { margin-right: -.5em; }
.minus1-left-margin { margin-left: -.5em; }
.minus3-top-margin { margin-top:-3em; }
.minus4-top-margin { margin-top:-4em; }
.minus1-bottom-margin { margin-bottom: -1em;}

@media (min-width: 768px ) { 	
	.fixed-header-margin { margin-top:75px; }
}

/**___ home ___**/
	
/** image boxes -> nav trade, nav cites, nav teaser **/
.teaser-item,	
.nav-item { 
	padding-top: 1em; 
	padding-bottom: 1em; 
	margin-bottom: 1em;
}
.teaser-header-bg
{
	position: relative;
	margin-bottom: 1em;
	background-image: url(/app2/img/subtrade/subtrade-min-saturation-v2.jpg);
}
.teaser-header-bg,
.nav-header-bg { 
	display: block; 
	padding-top: 20%;
	padding-bottom: 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nav-item-title {
	position:absolute;
	bottom: 0em;
	left: 0em;
	display: inline-block;
	padding:0 15px;
	margin: .5em 0;
	font-size: 1.1em;
}

#teaser-img-finanzberater { background-position: 0 0; }
#teaser-img-baufinanzierung { background-position: 0 11%; }
#teaser-img-steuerberater { background-position: 0 22%; }
#teaser-img-versicherungsmakler { background-position: 0 33%; }
#teaser-img-zahnarzt { background-position: 0 44%; }
#teaser-img-osteopathie { background-position: 0 55%; }
#teaser-img-kosmetikstudio { background-position: 0 66%; }
#teaser-img-haarverlaengerung { background-position: 0 77%; }
#teaser-img-friseur { background-position: 0 88%; }

#nav-dienstleistungen, #nav-auto-motorrad-verkehr, #nav-bauen-renovieren, #nav-bildung, #nav-bio,
#nav-computer-elektronik, #nav-einkaufen-bestellen, #nav-essen-trinken, #nav-garten, #nav-gesundheit,
#nav-hobby-freizeit-reisen, #nav-hochzeit, #nav-pflege, #nav-recht-geld, #nav-schoenheit-wellness,
#nav-sport-fitness, #nav-tiere, #nav-unternehmensbedarf, #nav-vereine, #nav-verleih-vermietung,
#nav-werbung-medien
{ background-image: url('../img/categories/categories-min-saturation.jpg'); }
 
#nav-dienstleistungen { background-position: 0 0%; }
#nav-auto-motorrad-verkehr { background-position: 0 5%; }
#nav-bauen-renovieren { background-position: 0 10%; }
#nav-bildung { background-position: 0 15%; }
#nav-bio { background-position: 0 20%; }
#nav-computer-elektronik { background-position: 0 25%; }
#nav-einkaufen-bestellen { background-position: 0 30%; }
#nav-essen-trinken { background-position: 0 35%; }
#nav-garten { background-position: 0 40%; }
#nav-gesundheit { background-position: 0 45%; }
#nav-hobby-freizeit-reisen { background-position: 0 50%; }
#nav-hochzeit { background-position: 0 55%; }
#nav-pflege { background-position: 0 60%; }
#nav-recht-geld { background-position: 0 65%; }
#nav-schoenheit-wellness { background-position: 0 70%; }
#nav-sport-fitness { background-position: 0 75%; }
#nav-tiere { background-position: 0 80%; }
#nav-unternehmensbedarf { background-position: 0 85%; }
#nav-vereine { background-position: 0 90%; }
#nav-verleih-vermietung { background-position: 0 95%; }
#nav-werbung-medien { background-position: 0 100%; }

#nav-aachen, #nav-augsburg, #nav-berlin, #nav-bonn, #nav-bremen,
#nav-dresden, #nav-duesseldorf, #nav-frankfurt-am-main, #nav-freiburg-im-breisgau, #nav-hamburg,
#nav-hannover, #nav-koeln, #nav-leipzig, #nav-luebeck, #nav-magdeburg,
#nav-mainz, #nav-muenchen, #nav-muenster, #nav-nuernberg, #nav-stuttgart
{ background-image: url('../img/cities/cities-min-saturation.jpg'); }
 
#nav-aachen { background-position: 0 0%; }
#nav-augsburg { background-position: 0 5%; }
#nav-berlin { background-position: 0 10%; }
#nav-bonn { background-position: 0 15%; }
#nav-bremen { background-position: 0 20%; }
#nav-dresden { background-position: 0 25%; }
#nav-duesseldorf { background-position: 0 30%; }
#nav-frankfurt-am-main { background-position: 0 35%; }
#nav-freiburg-im-breisgau { background-position: 0 40%; }
#nav-hamburg { background-position: 0 45%; }
#nav-hannover { background-position: 0 50%; }
#nav-koeln { background-position: 0 55%; }
#nav-leipzig { background-position: 0 60%; }
#nav-luebeck { background-position: 0 65%; }
#nav-magdeburg { background-position: 0 70%; }
#nav-mainz { background-position: 0 75%; }
#nav-muenchen { background-position: 0 80%; }
#nav-muenster { background-position: 0 85%; }
#nav-nuernberg { background-position: 0 90%; }
#nav-stuttgart { background-position: 0 95%; }

/**___ hybrid, category, city, search ___**/
/* pure css fallback */
#resultMap {
	height: 23em;
	border: 2px solid;
}

.cover-close-btn {
	float: right;
	display: none; 
	padding: 0em .7em .3em;
}

/**___ service provider ___**/
.o-day { position:absolute; }
.o-time { display:block; margin-left:4ex;}
.circle-90 {
	width:90px; 
	height:90px; 
	border-radius:50%;
	overflow: hidden;
}

.col-reset-xp { padding-left:0!important; padding-right:0!important; }
.col-reset-yp { padding-top:0!important; padding-bottom:0!important; }
@media (min-width:768px) {
	.col-sm-reset-xp {padding-left:0;padding-right:0}
	.force-col-height { height:10em; }
}
@media (min-width:992px) {
	.col-md-reset-xp {padding-left:0;padding-right:0}
	.force-col-height { height:9em; }
}
.sp-logos > img + img { margin-top:15px; }
.sp-logo-placeholder { 
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	word-wrap: break-word;
	max-width:100%;
	padding:0 5px 5px;
	margin: 15px 0;
	text-align:justify;
	opacity: .7;
}

@media (min-width: 768px) {
	.sp-logos { 
		max-height:545px; 
		padding: 15px 0; 
	}
/* cleanup sp-eye-catcher if it will not used for verified company */
	.sp-eye-catcher { 
		margin-bottom:-1.3em;
		max-height: 300px;
		max-width: 30%; 
		padding: 10px 12px 8px;
		position: absolute; bottom: 0; right: 0;
		text-align: center; 
		width: auto;
		z-index:2;
	}

	.image-map-toggler > #image-map-preview {
		width:8em;
		height:5em;
	}
	/* .image-map-toggler child styles */
	.map > #image-map-preview { background-position:center top; }
	.image > #image-map-preview { background-position: center center; }
	.map > .image-link { display:none; }
	.image > .map-link { display:none; }

}

@media (min-width: 1200px) {
	.sp-eye-catcher { max-height: 400px; }
}

.pull-right.add-margin { margin-left: 3em; margin-bottom: 1em; }
.pull-left.add-margin { margin-right: 3em; margin-bottom: 1em; }

.ad-article-content > p { margin-bottom: 1em; }

/**___ static pages ___**/
/*_ agb _*/
ol { padding: 0 0 .5em; }
ul.list-style-disc { list-style-position: outside; list-style-type: disc; margin-left: 1em; }

ol, ol.level1 {
	counter-reset: listenpunkt_level1;
	list-style-type: none;
}
ol > li, ol.level1 > li {
	padding-left: 2em;
	padding-top: .5em; 
}
ol.level1 > li { font-weight: 600; }
ol > li:before, ol.level1 > li:before {
	content: counter(listenpunkt_level1) ". ";
	counter-increment: listenpunkt_level1;
	position: absolute;
	left: 1em;
}
ol.level2 {
	counter-reset: listenpunkt_level2;
	list-style-type: none;
}
ol.level2 > li {
	padding-left: 3em; 
	padding-top: .5em;
	font-weight: 400;
}
ol.level2 > li:before {
	content: counter(listenpunkt_level1) "." counter(listenpunkt_level2,decimal) ". ";
	counter-increment: listenpunkt_level2;
	position: absolute;
	left: 3em;
}

/* service provider info page */
ul.list-style-check > li {
	margin: .5em 0 .5em 25px;
}

ul.list-style-check > li:before {
	content: '\f00c';
	font-family: "FontAwesome";
	margin-left: -27px;
 	padding-right: 10px;
}

/* TODO REMOVE when layout is changed to layout with header image */
nav .nav-links li {
	display:inline-block;
	margin-left: -15px;
}
/**/
blockquote {
	display: block;
	font-style: italic;
	margin: 0;
	padding: 1.5em 15px .5em 3em;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 600;
	position:absolute;
	top: 0; left: 5px;
}
blockquote + strong {
	display: block;
	text-align: right;
	font-size: .9em;
}
blockquote + strong > a {
	font-weight:400;
}
.blockquote-list > li {
	padding: .5em 15px;
	border-bottom: 1px solid #fff;
}

/*** 08 MODULS ***/

/**___ table ___**/

.table-row-underlined > thead > tr > th,
.table-row-underlined > tbody > tr > td {
    border-bottom: 1px solid #e7ecf0;
    padding:.5em;
    text-align: left;
}

/**___ toggle element ___**/
.toggle-header{ position: relative; display: block; }

a.toggle-header {
	outline: none;
}

.toggle-header-left-padding { padding-left: 35px; }
.toggle-content { display:none; }
/* css fallback */
/* .toggle-header:target + .toggle-content { display: block; } */
.toggle-header.icon-toggle-header { padding: .5em 15px .5em 50px; }

.quotes-toggle-header { border-bottom:1px solid #fff; }

/**___ modul cover ___**/
.cover {
	position:absolute !important;
	display:block; 
	width:100%; 
	height:100%; 
	top: 0; left:0;
	cursor: pointer;
}
a.cover { margin:0; padding:0; }

.cover + nav {
	position: relative;
	z-index: 2;
}

/*___ modul info-box (change to map, myspace box home, form messages) ___*/
.info-box {
	border:1px solid; 
	height: auto;
	margin:auto; 
	max-width:100%;
	width: 70%;
	padding:.5em 15px;
	position:absolute;
	overflow:auto;
	z-index:99;
}
.info-box > h5 { padding-right: 2em; }

/* change to map confirmation */
#confirm-google-map {
	height: 9em;
	max-height: 100%;
	top:0; left:0; bottom:0; right:0;
	width: 300px;
}

/* form success messages */
.info-box.form-confirm,
.info-box.activation-message {
	left: 0;
	right: 0;
	margin-top: 20px;
}

@media (min-width: 992px ) {
	.info-box.form-confirm,
	.info-box.activation-message {
		width: 50%;
		margin-top: 0;
		top: 15%;
	}
}

/* "log in?" info */
.continue-container .info-box {
	bottom: 4em;
}

@media (max-width: 767px ) {
	.continue-container .info-box {
		left: 15px;
		right: 15px;
		width: auto;
	}
}

.confirm-content {
	padding: .5em 0px;
}

.confirm-content a { padding: 0px !important; }

/* close button */
.icon-cancel {
	position:absolute;
	top:0;
	right:0;
	padding:.25em .75em;
	cursor: pointer;
}

/* resend form button */
.btn-resend {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* button container for inner box buttons */
.button-container {
	padding: 1em 0 .5em 0;
	border-top: 1px solid;
	margin-top: 1em;
}

.button-container .btn { font-size: .9em; }

.button-container .btn-logout,
.button-container .btn-signIn {
	float: right;
	margin-left: 1em;
}

@media (max-width: 991px ) {
	.button-container .btn { font-size: 1em; }
}

/**___ modul myspace box (index > content header > myspace_nav) ___**/
#content-header-box .myspace-nav h4 {
	font-size: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.myspace-container.info-box { top: 50px; width: 300px; }

/**___ modul video ___**/
.btn-play {
	position:absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	margin:auto;
	width:0;
	height:0;
	padding: 30px 0 0 60px
}

.btn-play:before{
	font-family: "FontAwesome";
	content: '\f16a';
	font-size: 60px;
	position: absolute;
	top:0;
	left:0;
	margin-top:-30px;
}

/**___ modul slider ___**/
.slider {
	position: relative;
	height: auto;
}
.slider-viewport {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.slider-canvas {
	position: relative;
	display: block;
	left: 0;
	width: auto;
}
.slider-canvas > .slide {
	display: inline-block;
	margin: 0;
}

.slide > iframe {
	border: none;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}

/* content-md-slider */
.content-md-slider .slide {
	display: block;
}

@media (max-width: 991px) {
	.content-md-slider .slide + .slide {
		display: none;
	}
	.content-md-slider .slider-canvas {
		left: 0!important;
	}
}
.content-md-slider .slider-button {
	display: none;
}
@media ( min-width: 992px ) {
	.slider p.fixed-min-height {
		min-height: 8em;
	}
	.content-md-slider .slide {
		margin-top: -130px;
		padding-top: 130px;
		display: inline-block;
	}
	.content-md-slider .slider-button {
		display: block;
	}
}

/* slider-canvas */
.slider-canvas > .anchor {
	display: inline-block;
}

.slider-canvas > .anchor {
	position: static;
	height: 0;
	overflow: visible;
}

/* pure css fallback (gallery slider) */
/*.no-js .slider-canvas > .img-parent:last-child {
	display:block;
	left:0;
}
.no-js .slider-canvas > .img-parent {
	display: none;
	position: relative;
	top: 0;
	left: 100%;
}
.no-js .slider-canvas > *:target ~ .img-parent:last-child {
	display:none;
	left: 100%;
}
.slider-canvas > *:target + .img-parent,
.slider-canvas > *:target + .img-parent:last-child {
	display: block;
	left: 0;
}*/
/** end of pure css fallback **/

.slider-button {
	color: #fff;
	background: transparent; 
	border: none;
	height: 100%;
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position:absolute;
	top: 0;
	text-shadow: 1px 0 3px #2a5b7c;
	width: 30px;
}
.slider-button:hover,
.slider-button:active,
.slider-button:focus {
	border: none;
	color: #2a5b7c;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	outline: 0;
	text-shadow: 0 0px 8px #fff;
}
.slider-button:before {
	font-family: "FontAwesome";;
	font-size: 60px;
	position: relative;
	left: 0;
}
.slider-button-right {
	right: 0;
}
.slider-button-right:before {
	content: '\f105';
}
.slider-button-left {
	left: 0;
}
.slider-button-left:before {
	content: '\f104';
}

@media ( min-width:768px ) 
{
	.slider-button {
		color: #2a5b7c;
		opacity: .3;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
	.slider-button-right {
		margin-right:-30px;
		padding-right: 0;
	}
	.slider-button-left {
		margin-left: -30px;
		padding-left: 0;
	}
}	

/**___ modul magazin teaser ___**/
/* TODO combine with pre defined styles img parent to avoid dublicates */

.magazine-teaser-img {
	border: 2px solid;
	min-width: 100%;
}
.magazine-teaser-img-parent {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 50% 0 0;
	position: relative;
	width: 100%;
	background: url('/app2/img/loading.gif') center center no-repeat;
}
.magazine-teaser-img-parent > .magazine-teaser-img {
	bottom: 0;
	display: block;
	left: 0;
	margin: -25% auto;
	height: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width:768px) {
	.magazine-teaser-img-parent {
		padding: 130% 0 0;
	}
	.magazine-teaser-img-parent > .magazine-teaser-img {
		max-width: none;
		margin: auto;
		height: 100%;
	}
}
@media (min-width:992px) {
	.magazine-teaser-img-parent {
		padding: 100% 0 0;
	}
	.magazine-teaser-img-parent > .magazine-teaser-img {
		max-width: 100%;
		height: auto;
	}
}
@media (min-width:1200px) {
	.magazine-teaser-text p {
		line-height: 1.6;
	}
	.magazine-teaser-text {
		padding: 30px;
	}
}
.magazine-teaser + .magazine-teaser {
	margin-top: 2em;
}

/**___ here map ___**/
.H_ib {fill:#fff;}
svg.H_icon, .H_ib_close, .H_ib_tail {fill:rgba(42,91,124,.85)!important;}
.H_btn > svg.H_icon {fill:#fff!important}
.H_disabled {display:none;}
.H_ctl {margin:0}
.H_btn {background:rgba(42,91,124,.85);border-radius:0!important;color:#fff}
.H_ib_body {background: #fff;color: #486071;min-width: 12em;padding: .5em 1.5em .5em .5em;}
.H_ib_content {font-size: 13px;}
.H_ib_content > h3,.stars {font-size:1.1em;}
.H_ib_content > a { padding:.25em;}

/*** 09 GRID ________________________________***/
.kde-item + .kde-item { margin-top: 1em; }

.kde-divider-top { border-top:1px solid }
.kde-divider { border-bottom: 1px solid; }
.col-xs-6.kde-divider { border-bottom: none; }
.col-xs-6.kde-divider:nth-child(odd) { border-right: 1px solid; }
.divider-bold { border-width: 4px!important; }

@media (max-width: 767px) {
	.xs-clearfix { clear: both;	}
}
@media (max-width: 991px) {
	.sm-clearfix { clear: both; }
}

@media (min-width: 768px) {
	.container { max-width: 94%; }
	.container .container { width: 100%; max-width: 100%; }
	
	.col-sm-6.kde-divider:nth-child(even) { border-right: none; }
	
	.col-xs-6.kde-divider,
	.col-sm-1.kde-divider, 
	.col-sm-2.kde-divider,
	.col-sm-3.kde-divider,
	.col-sm-4.kde-divider,
	.col-sm-5.kde-divider,
	.col-sm-6.kde-divider,
	.col-sm-7.kde-divider,
	.col-sm-8.kde-divider,
	.col-sm-9.kde-divider,
	.col-sm-10.kde-divider,
	.col-sm-11.kde-divider {
		border-bottom: none;
		border-right: 1px solid;
	}
	
	.col-sm-height.kde-divider:last-child {
		border-right:none;
	}
}
	
@media (min-width: 992px) {
	.kde-divider {
		border-right: 1px solid;
		border-bottom: none;	
	}
	
	.col-md-4.kde-divider:nth-child(3),
	.kde-divider:last-child {
		border-right: none;
	}

	.row.kde-divider {
		border-bottom: 1px solid;
		border-right: none;
	}
}
@media (max-width:1199px) { .col-lg-6.kde-divider { border-bottom: 1px solid; border-right: none; } }

/**___ Grid Layout as Table to force same column height ___**/
.vertical-bottom {
	vertical-align: bottom!important;
}
.vertical-center {
	vertical-align: middle!important;
}
	
.container-xs-height {
	padding-left:0px;
	padding-right:0px;
}
.row-xs-height {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:0;
}
.col-xs-height {
	display:table-cell;
	float:none;
	vertical-align:top;
}

@media (min-width: 768px) {
	.container-sm-height {
		padding-left:0px;
		padding-right:0px;
	}
	.row-sm-height {
		display:table;
		table-layout: fixed;
		width:100%;
		margin:0;
	}
	.col-sm-height {
		display:table-cell;
		float:none;
		vertical-align:top;
	}
}

@media (min-width: 992px) {
	.container-md-height {
		padding-left:0px;
		padding-right:0px;
	}
	.row-md-height {
		display:table;
		table-layout: fixed;
		width:100%;
		margin:0;
	}
	.col-md-height {
		display:table-cell;
		float:none;
		vertical-align:top;
	}
}

.row-padding,
.col-padding,
.col-md-height, 
.col-sm-height,
.col-xs-height { 
	padding-top: .5em; 
	padding-bottom: .5em;
}

.img-parent {
	position: relative;
	display: block;
	height: 0;
	padding: 75% 0 0 0;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom:15px;
	border: 1px solid; 
}

.img-parent > a,
.img-parent > .img-responsive {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*** 10 REVIEWS ____________________ ***/

/**__ highlight review in list __**/
.review-article.highlight {
	border-left: 15px solid;
}

/* TODO combine css (fixed-width style and separate width? see also opening hours) */
#reviews-overview .label { vertical-align:.5em; }
#reviews-overview .label.fixed-width { display: inline-block; width: 5em; }
#reviews-overview .bar { display:inline-block; width: 100px; height: 1.57em; }
#reviews-overview .bar > .bar-filled { display: inline-block; height: 1.57em; }
.review-details > p .label.fixed-width { display: inline-block; width: 7em; }
.review-details.hide { display:none; }
.review-gallery ul li {
	float: left;
	margin: 0px 15px 0px 0;
	padding: .5em 0;
}

/**___ star icons ___**/
.stars, .star-ratio { position:relative; font-size: 1.57em; }
.stars { min-height:1.57em; }
.stars.small, .star-ratio.small { font-size:1.29em; }
.stars > .star-ratio { font-size:1em; }
h4 + p.stars { margin-top: .5em }
.star-ratio { font-weight: 600; letter-spacing: .1em; }
.star-ratio > strong { letter-spacing:0em; padding-right: .1em; }
.star { padding-left: 1.2em; }
.stars_0, .stars_1, .stars_1_5, .stars_2, .stars_2_5, .stars_3, .stars_3_5, .stars_4, .stars_4_5, .stars_5 { padding-left: 6em; }

.review-comment { padding: 15px; margin: .5em 0; }

/**___ rating stars ___**/
.rating-input-group { display: inline-block; margin-left: -.5em; }
.rating-input-group > .radio-icon, 
.rating-input-group > .icon-star,
.rating-input-group > .rating-wording { float:right; }

.rating-input-group > .btn-radio-reset {
	position: absolute;
	right: 0;
	z-index: 0;
	display: none;
}

.radio-icon {
	position: absolute;
	display: inline-block;
	width: auto;
	border: none;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.radio-icon:focus { outline:none; }
.radio-icon + label {
	display: inline-block;
	padding-left: 2.25em;
	position: relative;
	width:0;
}
.radio-icon + label:before {
	cursor: pointer;
	font-size: 1.57em;
	line-height: 1;
	position: relative;
	margin-left: -1.1em;
}

.rating-section {
	padding: .3em 0;
	position:relative;
}

@media (max-width: 430px) {
	.rating-section > .label,
	.rating-section > .rating-input-group {
		float: none !important;
	}
	.rating-section > .label {
		display: block !important;
		padding-bottom: .5em;
	}
}
@media (min-width:992px) and (max-width:1230px) {
	.rating-section > .label,
	.rating-section > .rating-input-group {
		float: none !important;
	}
	.rating-section > .label {
		display: block !important;
		padding-bottom: .5em;
	}
	.rating-section {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.radio-icon + label {
		padding-left: 1.75em;
	}
	.radio-icon + label:before {
		margin-left: -.75em;
	}
}

/* value info box */
.rating-wording {
	display: inline-block;
	position: relative;
	width: auto;
	line-height: 1.2;
	padding: .5em .5em .5em 1em;
}

/*___ review form ___*/

#service-provider-review-form textarea { height: 170px; }
.auth-options > li {border: 1px solid #e7ecf0; margin-right:3px;margin-left:0!important;margin-bottom:-1px;}
.auth-options > li.review-continue-label { float: none; margin-left: -15px; }
@media (min-width: 768px) { 
	.auth-options li.review-continue-label { float: left; } 
	#service-provider-review-form textarea { height: 290px; }
}

label.checkbox,
label.radio {
	position: relative;
	padding: .4em 0 .4em 20px;
	cursor: pointer;
}
label.checkbox > input[type=checkbox],
label.radio > input[type=radio] {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto auto -20px;
}
label > span { display:inline-block; margin-left: .5em; }

@media (min-width: 768px) { label.checkbox, label.radio { padding: .2em 0 .2em 20px; } }
@media (min-width: 992px) { label.checkbox, label.radio { padding: 0 0 0 20px; } }

.continue-container {
	position: relative;
	padding: .5em 15px;
	margin-top: .5em;
}
.continue-container .form-messages small { font-size: 1em; } /* reset font-size for continue method messages */
#googleHelpLink { padding-top: 1.1em; }

@media (min-width: 768px) { .log_me_in { border: 0 !important; } .log_me_in .form-group { padding: .5em 0; } }


/*** 11 COLORS ____________________ ***/

/**___ text ___**/

/* transparent bootstrap resets */
.breadcrumb > li + li:before {
	color: inherit;
}
/* darkgrey - common text-color */
body,
.suggestheader,
.text-color,
.breadcrumb > .active, 
.star-ratio > strong,
h3.stars > small,
.main-action-bg input,
.eye-catcher header h3 { color: #486071; }

/* don't change label color and font weight of continue type options */
.has-error > input,
.has-error > textarea { color: #486071 !important; }

/* don't change info-box close button */
.info-box .icon-cancel { color: #486071 !important; }

@media (max-width: 767px) {
	h1.visible-xs-block + h2 { color: #486071; }
}

/* grey */
.icon-star,
.notation,
.star-ratio,
input:disabled + label,
label > input:disabled + span { color: #768894; }

*::-webkit-input-placeholder { color: #8295a1; font-size: .9em; }
*:-moz-placeholder { color: #8295a1; font-size: .9em; } /* FF 4-18 */
*::-moz-placeholder { color: #8295a1; font-size: .9em; } /* FF 19+ */
*:-ms-input-placeholder { color: #8295a1; font-size: .9em; } /* IE 10+ */

/* lightgrey */
blockquote:before,
.mobile-menu > li.hl { color: #bfcdd7; }

/* blue link-color */
.btn.btn-link-style,
.search-form-suggestions,
.phone-highlighted, 
.email-highlighted, 
a { color: #1C64AC; }

/* gold */
/* TODO css solution is not needed when using js, seperated for ie8 */
.highlight-color,
.icon-star-half.active,
.icon-star.active,
.radio-icon:hover ~ .icon-star,
.radio-icon:checked ~ .icon-star { color: #c4974c !important; }

#main-nav li > a.nav-pill-highlighted,
.nav-pill-highlighted, 
.stars, h1, h2, h3, 
h3 > a, 
h3 > a:hover,
h3 > a:focus, 
h3 > a:active
{ color: #c4974c; }

/* gold on darkblue */
.main-action-bg .phone-highlighted,
.main-action-bg .phone-highlighted > a,
.main-action-bg .phone-highlighted > a:hover,
.main-action-bg a.nav-pill-highlighted { color: #F8C44B; }

/* white */
.cover-close-btn,
#cookiebox,
#cookiebox a,
#cookiebox a:hover,
#cookiebox a:focus,
.main-action-bg,
.main-action-bg a,
.main-action-bg a:hover,
.main-action-bg a:focus,
.btn, 
.btn:hover, 
.btn:focus { color: #fff; }

/* darkblue */
.btn.btn-link-style:active,
.btn.btn-link-style:focus,
.btn.btn-link-style:hover,
a:hover, a:focus,
#main-nav li > a,
.main-action-bg .nav-pills a:hover,
.main-action-bg a.nav-pill-highlighted:hover,
.mobile-menu-button.active,
.main-action-bg a.mobile-menu-button:hover,
.review-continue li a:hover,
.review-continue li a.active { color: #2a5b7c; }

/* green, red -> feedback colors */
textarea:focus + .icon-attention,
input:focus + .icon-attention,
.has-error > .icon-attention,
.has-error { color: #B00339; }

.has-error > input,
.has-error > textarea,
.has-error > select { border-color: #B00339; }

textarea:focus + .icon-check,
input:focus + .icon-check,
.has-success { color: #007A4A; }

.inherit-color { color: inherit; }

.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-error .notation { color: #a94442; }

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success .notation { color: #3c763d; }


/**___ borders ___**/

/* grey medium */
#main-header,
.img-parent, 
input, 
textarea,
select,
.border-top,
.border-bottom,
.button-container { border-color: #bfcdd7; }

/* blue medium */
.search-form-suggestions,
input:focus, 
textarea:focus,
.info-box { border-color:#407eab; }

/* blue grey */
.mobile-menu-button,
.mobile-menu-button.active,
.mobile-menu-button:hover,
.v-menu.nav-pills > li { border-color: #6a8da4; }

.search-form-suggestions > li,
.kde-divider-top, .kde-divider, 
.editorial-bg .eye-catcher .kde-divider,
.search-form-suggestions > li { border-color: #e7ecf0!important; }

/* white */
#content-header-bg,
#resultMap, 
.magazine-teaser-img,
.kde-item-bg-2 .kde-divider,
.eye-catcher .kde-divider, 
.editorial-bg .kde-divider,
.kde-item-bg-2 .border-top,
.kde-item-bg-2 .border-bottom,
.kde-item .border-top,
.kde-item .border-bottom { border-color: #fff!important; }

/* gold */
.eye-catcher .kde-item { border-color: #c4974c; }
.review-article.highlight { border-left-color: #c4974c !important; } 

/**___ background ___**/
/* transparent - bootstrap reset*/
.breadcrumb { background: transparent; }

/* lightgrey */
body,
.blockquote,
.eye-catcher > .kde-item,
.editorial-bg .kde-item,
.editorial-bg .eye-catcher,
.kde-item-bg-2,
#reviews-overview .bar, 
#more-slider-nav.pagination-nav a.active,
#more-slider-nav.pagination-nav a:hover,
#more-slider-nav.pagination-nav a:active,
#more-slider-nav.pagination-nav a:focus,
.mobile-menu-button.active,
.mobile-menu-button:hover,
/* bootstraps rewrites */
.nav > li > a:hover, .nav > li > a:focus,
.review-continue li a:hover,
.review-continue li a.active { background-color: #e7ecf0 }

/* gold */
#reviews-overview .bar > .bar-filled { background-color:#c4974c; }

/* darkblue */
.mobile-menu-button.active .nav-toggler .icon-bar,
.mobile-menu-button:hover .nav-toggler .icon-bar,
.main-action-bg { background-color: #2a5b7c; }

/* white */
.search-form-suggestions,
.circle-100 ,
#main-nav,
.sp-eye-catcher,
.editorial-bg .eye-catcher .kde-item,
.info-box,
.content-header-h1-bg,
.nav-item, 
.nav-item-title,
.teaser-item,
.kde-item,
.eye-catcher,
.editorial-bg { background-color: #fff; }

/* darkblue + alpha */
.map-cover {
	background-color: rgba(42, 91, 124, .1);
}
/* with gradient filter map is not covered*/
.ie8 .map-cover {
	background-color: #2a5b7c;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.cover-close-btn,
#main-header-home > .logo-row,
#main-header-home > .search-row {
	background-color: rgba(42,91,124,.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D92a5b7c,endColorstr=#D92a5b7c); 
}

/* white + alpha */
.form-cover {
	background-color: rgba(255,255,255,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff); 
}

#cookiebox {
	background-color: #3d3d3d;
}

/**___ text and background combinations ___**/
/* white on medium grey */
.sp-logo-placeholder,
.alphabetical-nav > li.inactive > span { background-color: #bfcdd7; color: #fff; }

.suggestitem.active,
.pagination-nav li a { background: #407eab; color: #fff; }

.pagination-nav li.active a,
.pagination-nav li.active a:hover,
.pagination-nav li.active span,
.pagination-nav li a:hover,
.pagination-nav li a:active,
.pagination-nav li a:focus,
.pagination-nav li a.active,
#sort-nav li.active a,
#sort-nav li.active a:hover,
#sort-nav li a:hover { background-color: #fff; color: #224963; }

.btn { border-color:transparent; }
.btn-default {
	background:#407eab;	
	border-top-color: #4b96cc;
	border-right-color: #1d384d; 
	border-bottom-color: #1d384d;
	border-left-color: #4b96cc;
}
.btn-default:hover,
.btn-default:focus {
	background: #2f5b7c;
	border-top-color: #1d384d;
	border-right-color: #4b96cc;
	border-bottom-color: #4b96cc;
	border-left-color: #1d384d;
}
.btn-highlighted {
	background: #c4974c;
	border-top-color: #e5b967;
	border-right-color: #a67f41;
	border-bottom-color: #a67f41;
	border-left-color: #e5b967;
}
.btn-highlighted:hover, 
.btn-highlighted:focus {
	background:#b38946;
	border-top-color: #a67f41;
	border-right-color: #e5b967;
	border-bottom-color: #e5b967;
	border-left-color: #a67f41;
}
.btn-signInFb.disabled,
.btn-signInFb[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default.focus[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
	background-color: #768894 !important;
	border-color: #768894 !important;
	cursor: wait;
}

/* Ticket #19830 */
.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.col-flex {
	display: flex;
	flex-direction: column;
}
.formatted-pre {
	word-wrap: break-word;
	white-space: pre-line;
	font-family: inherit
}
@media (max-width: 767px) {
	.mb-xs {
		margin-bottom: 1em;
	}
}