
.cc-banner {
	background-color: white;
	font-size: 12px;
	z-index: 200;
}

.tx-powermail .checkbox input[type=checkbox] {
	position: static;
	height: auto;
}
.tx-powermail .checkbox.parsley-error + .powermail_field_error_container .parsley-errors-list {
	margin-top: 0;
}

input[type=checkbox] + label {
	background-position: 0 0;
}

.frame header {
	height: auto;
	z-index: initial;
	background-color: transparent;
}
.frame header:after {
	content: none;
}

/* #10890 fix admpanel visibility - override styles from Modules/_feedit.scss */
#TSFE_ADMIN_PANEL_FORM .typo3-adminPanel	{
	position: static;
	top: auto;
	left: auto;
	background-color: transparent;
	opacity: 1;
}

#TSFE_ADMIN_PANEL_FORM .typo3-adminPanel.typo3-adminPanel-state-open .typo3-adminPanel-body {
	overflow: scroll !important;
	flex-basis: 82vh; /* IE11 flexbox scroll fix */
}

#TSFE_ADMIN_PANEL_FORM input[type='checkbox']:not(#typo3AdminPanelCollapse):not(#typo3AdminPanelEnable) {
	display: block !important;
	position: static;
	height: auto;
	clip: auto;
}

.newsletter-subscribe-form > h2,
.newsletter-subscribe-form .text-label {
	margin: 0 0 1.25rem;
	float: none;
	color: #131b1d;
	font-size: 1.125rem;
	font-family: open_sansbold,Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1.625rem;
}

.newsletter-subscribe-form .row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.extbase-debugger input[type="checkbox"] {
	clip: unset;
}

.infobar .meta-menu-top a {
	float: left;
}

.countryreport-cols-wrapper > .ce-image {
	display: inline-block;
	flex: 0 1 auto;
	width: 33.3333%;
	transition: all .3s ease;
	border: .625rem solid #fff;
}

.countryreport-cols-wrapper > .ce-image img {
	width: auto;
	height: 18.75rem;
}

@media (max-width: 991px) {
	.countryreport-cols-wrapper > .ce-image {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.countryreport-cols-wrapper > .ce-image {
		border: none;
		width: 100%;
	}

	.countryreport-cols-wrapper > .ce-image .ce-outer,
	.countryreport-cols-wrapper > .ce-image .ce-inner,
	.countryreport-cols-wrapper > .ce-image .ce-column {
		width: 100%;
	}

	.countryreport-cols-wrapper > .ce-image figure {
		display: block;
	}

	.countryreport-cols-wrapper > .ce-image img {
		width: 100%;
		height: auto;
	}
}

.media2click-placeholder.media2click-haspreview {
	display: flex;
	align-items: flex-end;
	width: 500px;
	height: 280px;
	padding: 2em;
	text-shadow: none;
	text-align: left;
	color: white;
	content: 'linear-gradient(0deg, rgba(102, 102, 102, .85), rgba(102, 102, 102, .85))';
}

.media2click-placeholder.media2click-haspreview a {
	color: white;
}

.logo-menu-wrapper > div {
	width: 100%;
}
