/*
 * Theme Name:  Barcelona. Child for BL
 * Description: Child theme of Barcelona theme for Business Leaders.
 * Template:    barcelona
 * Template Version: 1.5.1
 * Version: 1.0.0
 */

/* Full width layout */
.boxed-layout .container,
.boxed-layout-bg .container {
	width: auto;
}

/* Blue color */
.box-header .title,
.sidebar-widget .widget-title .title,
.breadcrumb,
.breadcrumb a:link,
.breadcrumb a:visited {
	color: #000000;
}

.btn.active {
	background-color: #acc6d9; /* blue bg darker */
}

.btn.active,
.title:hover {
	border-color: #011151;
}

a:link,
a:visited {
	color: #000000;
}

h2.post-title a:link,
h2.post-title a:visited {
	color: #000000; /* blue text light */
}
h2.post-title a:hover,
h2.post-title a:hover {
	color: #2668a1; /* blue text light */
}

/* Buttons */
.btn,
a.btn {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #2668a1;
	color: #2668a1;
	font-size: 13px;
	font-weight: bold;
}

.btn:active,
.btn:focus {
	border-color: #000;
	color: #000;
}

.btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Header background */
@media (min-width:768px) {
	.container {
		background: none;
	}

	body,
	body.boxed-layout {
		background: #fff url('static/images/header-bg.svg') no-repeat;
		background-size: contain;
	}
}

/* Header nav */
.navbar-dark .navbar-inner > .container {
	background: rgb(76, 103, 161);
	background: linear-gradient(90deg, #4c67a1 20%, #56c1e2 65%, #aef0cd 100%);
}

.navbar-collapse {
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav {
	margin-top: 5px;
}

.navbar-dark .navbar-nav {
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
}

.navbar-nav > li > a {
	font-weight: normal;
}

.nav > .current-menu-item > a {
	background: none;
	font-weight: bold;
}

.nav > li:hover > a {
	background-color: #314266;
	border: none;
}

@media (min-width:768px) {
	.navbar {
		height: calc(100vw * 0.21);
	}

	.navbar-dark .navbar-inner > .container {
		display: flex;
		background: none;
	}

	.navbar .container {
		padding-top: 0;
	}

	.container > .navbar-header {
		width: auto;
		margin-top: 10px;
		padding-bottom: 0;
	}

	/* Navi eine Zeile */
	/*.navbar-dark .navbar-nav {
		display: flex;
		justify-content: flex-end;
		background: none;
	}*/

	/* Navi zwei Zeilen */
	.navbar-dark .navbar-nav {
		display: flex;
		flex-wrap: wrap;
		background: none;
	}

	.navbar-nav > li > a {
		padding-right: 8px;
		font-size: 13px;
		text-transform: none;
	}

	.navbar-nav > li.search > .btn {
		height: 100%;
	}

	.nav > li:hover > a,
	.navbar-nav > li.search > .btn {
		background: none;
	}

	.navbar-nav > li.search > .btn:hover,
	.navbar-dark .navbar-nav > li > a:hover {
		color: #000;
	}
}

@media (min-width:992px) {
	.navbar-nav {
	  margin-top: 10px;
  }

	.navbar-nav > li > a {
		font-size: 15px;
	}
}

@media (min-width:1200px) {
	.navbar-dark .navbar-nav {
		justify-content: flex-end;
	}

	.navbar-nav > li > a {
		padding-left: 20px;
	}

	.navbar-nav > li.search > .btn {
		padding: 0 10px;
	}
}

/* Header logo */
.navbar-logo {
	padding: 5px 0;
	overflow: hidden;
}

@media (min-width:768px) {
	.navbar-logo {
		height: calc(100vw * 0.07);
		padding: 0;
	}
}

@media (min-width:992px) {
	.navbar-logo {
		margin-top: 20px;
	}
}

/* Bottom CTA */
.bl-bottom-cta {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #acc6d9;
	color: #fff;
}

.bl-bottom-cta .bl-text-1,
.bl-bottom-cta .bl-text-2 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.bl-bottom-cta .bl-text-2 {
	margin-bottom: 20px;
	color: #000;
}

.bl-bottom-cta .btn {
	width: 100%;
	font-size: 18px;
	white-space: normal;
}

@media (min-width:768px) {
	.bl-bottom-cta .row {
		display: flex;
		align-items: center;
	}

	.bl-bottom-cta .bl-text-1,
	.bl-bottom-cta .bl-text-2 {
		margin-bottom: 0;
		text-align: left;
	}
}

/* Footer */
.footer, .footer .container {
	background-color: #a3adc5;
	color: #fff;
}

.footer .container {
	padding-bottom: 10px;
}

@media (max-width:767px) {
	.footer .container {
		max-width: 400px;
	}
}

/* Footer logo, text and social media icons */
.footer .footer-widget.widget_text {
	margin-bottom: 0;
}

.bl-footer-logo {
	width: 100%;
	max-width: 350px;
}

.footer .footer-widget.barcelona-widget-social-media-icons {
	margin-top: 0;
}

.footer .footer-widget.barcelona-widget-social-media-icons .social-icons {
	display: flex;
	justify-content: center;
}

.footer .footer-widget.barcelona-widget-social-media-icons .social-icons li a {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 25px;
}

.footer .footer-widget.barcelona-widget-social-media-icons .social-icons li a:hover {
	background-color: transparent;
	color: #000;
}

/* Footer widget titles */
.footer .widget-title {
	margin-bottom: 10px;
}

.footer .widget-title::after {
	display: none;
}

.footer .widget-title .title {
	background-color: transparent;
	font-size: 16px;
}

/* Footer links */
.footer:not(.footer-light) a {
	color: #fff;
}

.footer:not(.footer-light) a:hover {
	color: #000;
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
	border-bottom-color: rgba(255, 255, 255, 0.4);
	text-transform: none;
}

/* Footer tag cloud */
/*.footer-widget .tagcloud a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px !important;
}

.footer-widget .tagcloud a:hover {
	background-color: transparent;
}*/

/* Footer copyright text */
.bl-footer-copyright-text {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
}

/* Contact form layer */
#bl-contact-layer {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: auto;
	z-index: 10000;
}

body.bl-show-contact-layer {
	position: relative;
	overflow: hidden;
}

body.bl-show-contact-layer #bl-contact-layer {
	display: flex;
}

#bl-contact-layer .bl-inner {
	padding: 10px;
}

#bl-contact-layer .bl-inner > .container {
	background-color: #fff;
	border-radius: 25px;
}

#bl-contact-layer .bl-inner > .container > .row {
	display: flex;
	align-items: center;
}

#bl-contact-layer .bl-logo {
	width: 100%;
	max-width: 250px;
}

#bl-contact-layer h2 {
	color: #2668a1;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#bl-contact-layer .wpcf7 {
	max-width: 430px;
	margin: 0 auto 30px;
}

#bl-contact-layer .bl-row-2,
#bl-contact-layer .bl-row-3,
#bl-contact-layer .bl-row-5 {
	display: flex;
	justify-content: space-between;
}

#bl-contact-layer .bl-row-2 > span,
#bl-contact-layer .bl-row-3 > span {
	width: calc(50% - 5px);
}

#bl-contact-layer input:not(.wpcf7-submit) {
	width: 100%;
}

#bl-contact-layer textarea {
	height: 80px;
}

#bl-contact-layer .wpcf7-submit {
	order: 3;
	width: 50%;
}

#bl-contact-layer .ajax-loader {
	order: 2;
}

#bl-contact-layer .bl-close {
	order: 1;
	margin-top: 10px;
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #b1b1b1;
	color: #fff;
}

#bl-contact-layer .bl-close:hover {
	background-color: #cdcdcd;
}

#bl-contac-layer .wpcf7 form .wpcf7-response-output {
	margin-top: 15px;
}

@media (min-width:768px) {
	body.bl-show-contact-layer {
		padding-right: 17px;
	}

	#bl-contact-layer .bl-inner {
		padding: 30px;
	}
}

/* Contactform7 elements */
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea {
	background-color: #f6f7f9;
	border: 1px solid #f6f7f9;
	border-radius: 5px;
}

.wpcf7 input:not(.wpcf7-submit):focus,
.wpcf7 textarea:focus {
	border-color: #818a91;
}

.wpcf7-submit {
	background-color: #1967cc;
}

.wpcf7-submit:hover {
	background-color: #1f7bf2;
}

/* Home page top */
.bl-home-page-top {
	margin-bottom: 20px;
}

.bl-home-page-top .bl-content h1 {
	display: inline-block;
	position: relative;
	margin-bottom: 22px;
	color: #2668a1;
	font-size: 22px;
	font-weight: bold;
}

.bl-home-page-top .bl-content h1::after {
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #2668a1;
}

.bl-home-page-top .bl-content p {
	margin-bottom: 25px;
	color: #567a94;
	text-align: justify;
}

.bl-home-page-top .bl-btn-group {
	max-width: 350px;
	margin: 0 auto 30px;
}

.bl-home-page-top .bl-btn-group .btn {
	width: 100%;
	font-size: 16px;
}

.bl-home-page-top .bl-btn-group .btn:first-child {
	margin-bottom: 10px;
}

.bl-home-page-top .bl-image {
	margin-top: 30px;
}

.bl-home-page-top .bl-image img {
	width: 100%;
}

.bl-home-page-top .bl-stock-ticker {
	margin-top: 20px;
}


.bl-home-page-top .bl-stock-ticker .widgettitle {
	display: none;
}

@media (min-width:768px) {
	.bl-home-page-top {
		display: flex;
	}

	.bl-home-page-top .bl-btn-group {
		margin-bottom: 10px;
	}

	.bl-home-page-top .bl-right {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}

	.bl-home-page-top .bl-image {
		margin-top: -90px;
	}

	.bl-home-page-top .bl-stock-ticker {
		margin-bottom: 10px;
	}
}

@media (min-width:1110px) {
	.bl-home-page-top .bl-btn-group {
		max-width: none;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}

	.bl-home-page-top .bl-btn-group .btn {
		width: auto;
	}

	.bl-home-page-top .bl-btn-group .btn:first-child {
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.bl-home-page-top .bl-content {
		padding-top: 25px;
	}
}

@media (min-width:1200px) {
	.bl-home-page-top .bl-content h1 {
		font-size: 28px;
	}

	.bl-home-page-top .bl-image {
		margin-top: -130px;
	}
}

/* Home page enlarged first post */
.bl-home-page-first-post .post-summary,
.bl-home-page-first-post .post-summary .post-excerpt {
	margin-bottom: 0;
}

/* Home page business leaders */
.bl-widget-title {
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	font-size: 25px;
}

.bl-widget-title a:hover {
	color: #2668a1;
}

.bl-home-page-leaders {
	margin-top: 25px;
}

.bl-home-page-leaders .post-summary {
	margin-bottom: 0;
}

.bl-home-page-leaders .post-summary .post-image {
	margin-bottom: 5px;
}

.bl-home-page-leaders .col {
	padding-bottom: 30px;
}

.bl-home-page-leaders img {
	width: 100%;
}

.bl-home-page-leaders .bl-btn-show-contact {
	white-space: normal;
}

.bl-home-page-leaders .bl-leaders-pagination .col {
	text-align: center;
}

.bl-home-page-leaders .pagination {
	width: auto;
	margin: 0;
}

@media (min-width:768px) {
	.bl-home-page-leaders {
		margin-top: 0;
	}

	.bl-home-page-leaders hr	{
		display: none;
	}
}

@media (min-width:1200px) {
	.bl-home-page-leaders .bl-leaders-pagination {
		position: absolute;
		top: -5px;
		right: 25px;
	}

	.bl-home-page-leaders .bl-leaders-pagination .col {
		padding-bottom: 0;
	}

	.bl-home-page-leaders .pagination > .page-numbers {
		padding: 0 9px;
		line-height: 25px;
	}
}

/* Home page HR after business leaders */
#main > hr {
	margin-top: 0;
}

/* Normal pages */
.box-header::after {
	display: none;
}

.fimg-no-thumb:not(.fimg-media) .featured-image .vm-middle::after {
	display: none;
}

.post-excerpt {
	text-align: justify;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-size: 30px;
}

.post-content a,
.post-content a:active {
	color: #2668a1;
}

.post-content a:hover {
	font-weight: bold;
}

/* Breadcrumbs */
.breadcrumb a,
.breadcrumb span {
	font-size: 14px;
}
.breadcrumb a:hover {
	color: #314266;
}

@media (min-width:768px) {
	.breadcrumb-wrapper {
		margin-top: 20px;
	}
}

/* Profile widget images */
.bl-profile-widget-image {
	margin-bottom: 5px;
	background-color: #000;
	overflow: hidden;
}

.bl-profile-widget-image .bl-no-image {
	background-color: #fff;
	background-image: url('static/images/no-image.png');
}

.bl-profile-widget-image a,
.bl-profile-widget-image div {
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bl-profile-widget-image a {
	display: block;
	transition: all 0.3s ease;
}

.bl-profile-widget-image a:hover {
	opacity: 0.8;
	transform: scale3d(1.05, 1.05, 1.05);
}

.bl-profile-widget-ad {
  position: relative;
  background-color: #fff;
}

/* No image placeholder (type 1) */
/*.bl-no-image {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	vertical-align: middle;
}

.bl-no-image::before {
	content: '';
	padding-top: 100%;
}

.bl-no-image div {
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 100%;
	background: url('static/images/no-image.png') 50% 50% no-repeat;
	background-size: contain;
}

.zoom-enabled .post-image > a {
	background-color: #000;
}

.zoom-enabled .post-image > a .bl-no-image {
	transition: all 0.3s ease;
}

.zoom-enabled .post-image > a:hover .bl-no-image {
	opacity: 0.8;
	transform: scale3d(1.05, 1.05, 1.05);
}*/

/* No image placeholder (type 2) */
/*.bl-no-image-2 {
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	vertical-align: middle;
}

.bl-no-image-2::before {
	content: '';
	padding-top: 100%;
}

.bl-no-image-2 div {
	width: 100%;
	padding-top: 100%;
	background: url('static/images/no-image-2.png') 0 100% no-repeat;
	background-size: contain;
}

.zoom-enabled .post-image > a {
	background-color: #000;
}

.zoom-enabled .post-image > a .bl-no-image-2 {
	transition: all 0.3s ease;
}

.zoom-enabled .post-image > a:hover .bl-no-image-2 {
	opacity: 0.8;
	transform: scale3d(1.05, 1.05, 1.05);
}*/

/* No image placeholder (type 3) */
/*.bl-no-image-3 {
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	vertical-align: middle;
}

.bl-no-image-3::before {
	content: '';
	padding-top: 100%;
}

.bl-no-image-3 div {
	width: 100%;
	padding-top: 100%;
	background: url('static/images/no-image-3.png') 50% 0 no-repeat;
	background-size: cover;
}

.zoom-enabled .post-image > a {
	background-color: #000;
}

.zoom-enabled .post-image > a .bl-no-image-3 {
	transition: all 0.3s ease;
}

.zoom-enabled .post-image > a:hover .bl-no-image-3 {
	opacity: 0.8;
	transform: scale3d(1.05, 1.05, 1.05);
}*/

/* Profile page */
.single-profile .post-title {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	word-wrap: break-word;
}

.single-profile h1.post-title {
	text-transform: uppercase;
}

.single-profile .post-content {
	margin-bottom: 0;
}

.single-profile .post-content > div {
	margin: 0 -15px 0;
}

.single-profile article.profile > .container > .row,
.single-profile ol.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
}

.single-profile ol.breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}

/* Profile page section 1*/
.bl-profile-section-1 {
	padding-bottom: 25px;
}

.bl-profile-section-1 .bl-picture {
	max-width: 500px;
	margin-bottom: 10px;
}

.bl-profile-section-1 .bl-picture div {
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bl-profile-section-1 .bl-picture div.bl-no-image {
	background-image: url('static/images/no-image.png');
}

.bl-profile-section-1 .bl-address,
.bl-profile-section-1 .bl-social-media {
	padding-top: 20px;
}

.bl-profile-section-1 .bl-social-media a {
	margin-left: 5px;
	color: #000;
}

.bl-profile-section-1 .bl-social-media a:hover {
	color: #2668a1;
}

.bl-profile-section-1 .bl-social-media span {
	margin-left: 5px;
	font-size: 20px;
}

.bl-profile-section-1 .bl-social-media a span {
	margin-left: 0;
}

.bl-profile-section-1 .bl-row-contact {
	margin-top: 40px;
}

.bl-profile-section-1 .bl-row-contact a {
	color: #000;
}

.bl-profile-section-1 .bl-row-contact .fa {
	width: 16px;
	text-align: center;
}

.bl-profile-section-1 .bl-contact {
	white-space: nowrap;
}

.bl-profile-section-1 .bl-btn-show-contact {
	width: 100%;
	max-width: 275px;
	margin-top: 20px;
	font-size: 20px;
}

@media (min-width:768px) {
	.bl-profile-section-1 .bl-row-profile {
		display: flex;
	}

	.bl-profile-section-1 .bl-picture {
		margin-bottom: 0;
	}

	.bl-profile-section-1 .bl-picture div {
		padding-bottom: 0;
		height: 100%;
	}

	.bl-profile-section-1 .bl-address,
	.bl-profile-section-1 .bl-social-media {
		padding-top: 0;
	}

	.bl-profile-section-1 .bl-social-media {
		text-align: right;
	}

	.bl-profile-section-1 .bl-social-media {
		margin-top: 10px;
		margin-right: -25px !important;
	}
}

/* Profile page section 2 */
.bl-profile-section-2 {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f8f7f8;
}

.bl-profile-section-2 .bl-career,
.bl-profile-section-2 .bl-qualification {
	padding-bottom: 20px;
}

@media (min-width:768px) {
	.bl-profile-section-2 .bl-qualification {
		padding-bottom: 0;
	}
}

@media (min-width:992px) {
	.bl-profile-section-2 .bl-career {
		padding-bottom: 0;
	}

	.bl-profile-section-2 .bl-qualification {
		padding-bottom: 20px;
	}
}

/* Profile page section 3 */
.bl-profile-section-3 {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #edeced;
}

.bl-profile-section-3 .bl-company-info,
.bl-profile-section-3 .bl-table {
	margin-bottom: 20px;
}

.bl-profile-section-3 .bl-table > div > div:first-child {
	white-space: nowrap;
}

.bl-profile-section-3 .bl-company-logo {
	text-align: center;
}

.bl-profile-section-3 .bl-company-logo img {
	max-width: 250px;
}

.bl-profile-section-3 .bl-company-activity {
	font-weight: bold;
}

.bl-profile-section-3 .bl-more-links {
	word-wrap: break-word;
	word-break: break-all;
}

@media (min-width:768px) {
	.bl-profile-section-3 .bl-company-info{
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.bl-profile-section-3 .bl-table {
		display: table;
	}

	.bl-profile-section-3 .bl-table > div {
		display: table-row;
	}

	.bl-profile-section-3 .bl-table > div > div {
		display: table-cell;
	}

	.bl-profile-section-3 .bl-table > div > div + div {
		padding-left: 10px;
	}
}

/* Profile page section 4 */
.bl-profile-section-4 {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f8f7f8;
	border-top: 1px solid #edeced;
}

.bl-profile-section-4 .bl-banner {
	text-align: center;
}

.bl-profile-section-4 .bl-banner img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 5px;
}

.bl-profile-section-4 .bl-transparency {
	margin-top: 20px;
}

.bl-profile-section-4 .bl-ampel {
	position: relative;
	width: 112px;
	height: 35px;
	margin: -5px auto 20px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArJJREFUeNrsV01PFEEQfd09u7PLDsuiK6skYjQGoigCxhgDEY8ePMjJo/4I7+Lf8KRnD/IHDGIgGL8ADQeJCUYTDGhggdmBWXu6rZ4eZAEjXE2mMpWunn7VVVNvLo8tP7qv+eQswGAdDet2TK6vXkTQ4rWGm7LqNmV688s/p/mH+Z28bXfIM9ZZXiDq71vzlShJpZBvyd7OrS0+YysLFpfdjYdIVtdDVO4f9/3whoJGoeiOZNX8A+gle84TdxpiMq2PQEbdT2q18J7ZFwruY0fM3WVsBXtNxXhAkitdgZKdD/1aOALGUPDcF370fijUfnz+y+BU4hTXzTuKS85pFFT78EZQH2WCI+c5X6bX354KZIg63S8jINQszq9HpiA9lNfjdaLCy321oD7T5GZKVeavvvrxkc6YgQCR7U0rm2OaNfvBEz1wDFn86fP9g9/jWkqwW0PxxwrOISbegY293sHwZHXJc9Z1swOey4Cf66M5aDj0UfzTG7DvsxaXT0jLNcTmvdcK7ZXB+fG4niPoYn+KSizYSYsGshp+Ls3aIcRJcJazfYp1iicJsriPsGQORJYh4TQyThfVo8uIMKm/Yl2+RE2tIiTQFg3SDNzGwGaytmV60FsYjnM4zeRzMIep6hjW6lsI6N4tCQSUa7CBtARouqd61Medys24D1NzYmkGo9/GacbMEpVglbJNKpkQqP/8m6n9L5YSlhKWWkpYailhKWGppYSltt8cNXBpl0D+l3DWsTAgXUdrNHgZvNh8oHBW5y+QniD5SyJCRgpO1xWwY+UDhbPKdUD5IYxwlpFGtukaaaYzu4XzXh1GwjmKioQLbZ8UMzGAvwlnvS0fmWmhgogUsTKizOxZB4rOdbiHEM5SWlVrvvGs142N0iYOI5xVZGdpag629VJNcSjh/FuAAQAwYlZbZ0sEhwAAAABJRU5ErkJggg==') no-repeat bottom left;
}

.bl-profile-section-4 .bl-ampel p {
	height: 24px;
	position: absolute;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAECAYAAABcDxXOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNpiYGBgYAPiTUD8HwveDsQcDFAAUrgRXcH///8ZQBgZICsEm4BNEUxhNRCzgzgwRQABBgBKZx/JLc1EkAAAAABJRU5ErkJggg==') no-repeat right bottom;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

.bl-profile-section-4 .bl-ampel span {
	border-bottom: 2px solid #000;
	width: 30px;
	display: block;
	right: 0px;
	position: absolute;
	right: -10px;
}

.bl-profile-section-4 .bl-transparency p {
	max-width: 400px;
	margin: 0 auto;
}

.bl-profile-section-4 .bl-scoredex-btn {
	width: 100%;
	max-width: 350px;
	margin-top: 30px;
	font-size: 16px;
}

@media (min-width:420px) {
	.bl-profile-section-4 .bl-scoredex-btn {
		font-size: 20px;
	}
}

@media (min-width:768px) {
	.bl-profile-section-4 .bl-banner {
		display: flex;
		justify-content: center;
	}

	.bl-profile-section-4 .bl-banner a {
		margin: 0 5px;
	}

	.bl-profile-section-4 .bl-transparency {
		margin-top: 0;
	}
}

/* Profile page section 5 */
.bl-profile-section-5 {
	padding-top: 35px;
	border-top: 1px solid #edeced;
}

.single-profile article.profile > .container.bl-profile-section-5 > .row {
	max-width: none;
	margin: 0 -15px;
}

/* Profile page section 6 */
.bl-profile-section-6 .bl-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 25px;
	overflow: hidden;
	text-align: justify;
}

/* Profile page section 7 */
.bl-profile-section-7 {
	padding-top: 25px;
	background-color: #f8f7f8;
	border-top: 1px solid #edeced;
}

/* Profile page section 8 */
.bl-profile-section-8 {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #edeced;
}

.bl-profile-section-8 .bl-leader {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.bl-profile-section-8 .bl-leader .post-image {
	margin-bottom: 0;
}

.bl-profile-section-8 .bl-leader img {
	width: 100%;
}

.bl-profile-section-8 .bl-leader .bl-btn-show-contact {
	white-space: normal;
}

/* Links */
.bl-profil-section-1 a:hover,
.bl-profil-section-2 a:hover,
.bl-profil-section-3 a:hover,
.bl-profil-section-4 a:hover,
.bl-profil-section-5 a:hover,
.bl-profil-section-6 a:hover,
.bl-profil-section-7 a:hover,
.bl-profil-section-8 a:hover,
.more_links a:hover,
.bl-row-contact a:hover {
	color: #2668a1;
	font-weight: bold;
}

a:link strong, a:visited strong, a:active strong, a:link b, a:active b, a:active b, a:hover strong, a:hover b {
	color: #2668a1 !important;
}

/* Single page (Policy, Imprint, Compliance) */
.lead {
	border-bottom: 3px solid #2668a1;
}

@media (min-width:768px) {
	.page-id-196 .post-title,
	.page-id-524 .post-title,
	.page-id-526 .post-title {
		width: 100%;
		padding: 0 0 0 48px;
		border-bottom: 3px solid #2668a1;
	}

	.page-id-196 .post-title::before,
	.page-id-524 .post-title::before,
	.page-id-526 .post-title::before 	{
		content: ':B';
		display: block;
		height: 100%;
		position: absolute;
		left: 0;
		padding: 0 5px 0 3px;
		background-color: #2668a1;
		color: #fff;
	}

	.page header {
		margin-top: 25px;
	}
}

@media (min-width:992px) {
	.page header,
	.page .post-content {
		width: auto;
		max-width: 1140px;
	}

	.page header {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Search page */
.in-search-box {
	background-color: #2668a1;
}

.in-search-box .btn {
	background-color: #1f5381;
}

.row .bl-row-person a, .row .bl-row-person a:active, .row .bl-row-person a:link {
	color:#000000;
}
.row .bl-row-person a:hover {
	color:#2668a1;
}

/* Interview page */
.single-interview .fimg-wrapper {
	margin-top: 60px;
	margin-bottom: 70px;
}

.single-interview .fimg-wrapper .vm-middle {
	width: 90%;
}

.single-interview .fimg-wrapper h1.post-title {
	text-transform: uppercase;
}

.single-interview .fimg-wrapper p {
	display: inline-block;
	max-width: 650px;
	margin: 20px auto 0;
	color: #fff;
	font-size: 18px;
}

.single-interview .bl-interview {
	max-width: 800px;
	margin: 0 auto 50px;
}

.single-interview .acf-fields > .acf-field {
	padding-left: 0;
	padding-right: 0;
}

.single-interview .acf-label label {
	display: none;
}

.single-interview .acf-form-submit {
	padding-top: 40px;
	border-top: #eee solid 1px;
	text-align: center;
}

.single-interview .acf-form-submit .btn {
	font-size: 18px;
}

.single-interview .bl-spinner-spacer {
	display: inline-block;
	width: 20px;
	visibility: hidden;
}

.single-interview .acf-spinner {
	display: inline-block;
	visibility: hidden;
}

.single-interview .acf-spinner.is-active {
	visibility: visible;
}

@media (max-width:767px) {
	.single-interview .acf-field[data-name="medien"],
	.single-interview .acf-field[data-name="interview_foto"] {
		width: auto !important;
		float: none;
		border-left: none !important;
	}
}

@media (min-width:768px) {
	.single-interview .acf-field[data-name="medien"] {
		padding-right: 10px;
	}

	.single-interview .acf-field[data-name="interview_foto"] {
		padding-left: 10px;
	}
}
@media (min-width:768px) {
	.post-date {
		max-width:300px;
		text-align:center;
		font-size:14px;
	}
}
@media (max-width:747px) {
	.post-date {
		text-align:center;
		font-size:13px;
	}
}
