/*
	* Copyright © 2018 krähativ design GmbH i.G., Werbeagentur Heidenheim. All rights reserved.
	* Website http://www.kraehativ-design.de
	* Adapted for 'es-foto.de – Elmar Stampfer' in 2018
*/

::selection {
	background: #000;
	color: #fff;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

*:focus {
	outline: none !important;
}

html {
    scroll-behavior: smooth;
}

@font-face {
	font-family: OpenSans;
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: OpenSans;
	font-weight: 400;
	font-style: italic;
	src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
	font-family: OpenSans;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: OpenSans;
	font-weight: 700;
	font-style: italic;
	src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: Merriweather;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
}

body, html {
	overflow-x: hidden;
}

body {
	font-family: OpenSans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	color: #444;
}

@media screen and (max-width: 991px) {
	[class*="col-md-"] {
		width: 100%
	}
}

.col-wlg-1,
.col-wlg-2,
.col-wlg-3,
.col-wlg-4,
.col-wlg-5,
.col-wlg-6,
.col-wlg-7,
.col-wlg-8,
.col-wlg-9,
.col-wlg-10,
.col-wlg-11,
.col-wlg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	float: left;
}

@media screen and (min-width: 1960px) {
	.col-wlg-6 {
		width: 50%;
	}
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	background-color: #fff;
}

.container-fluid:first-of-type {
	margin-top: 0;
}

.container-fluid:last-of-type {
	margin-bottom: 0;
}

.flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
	.navbar-default .container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.flex-row-desktop {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.flex-aic {
	align-items: center;
}

/* Header */
.navbar {
	margin: 0;
	height: auto;
	border-radius: 0;
	z-index: 2;
}

.navbar-default {
	border-width: 0 0 2px;
	border-color: #fff;
	background-color: #000;
	z-index: 99999;
}

.navbar-default.fixed {
	position: fixed;
	left: 0;
	right: 0;
}

.navbar-header .brand {
	width: 450px;
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	height: auto;
	display: block;
	padding: 0;
	margin: 50px auto;
}

.navbar-header {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	background-color: #000;
}

@media screen and (min-width: 768px) {
	.navbar-header {
		width: 100%;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
	}

	.navbar-default .navbar-nav {
		float: none;
		display: inline-block;
		margin: 25px 0 15px;
	}
}

.navbar-default .navbar-nav > li > a {
	font-family: OpenSans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 5px;
	margin: 0 18px 5px 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav > li:hover::before {
	content: '';
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 25px;
}

.navbar-default .navbar-nav > li:hover:first-child::before {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	left: 5px;
}

.navbar-default .navbar-nav > li:hover:last-child::before {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	left: 25px;
}

.navbar-default .navbar-nav > li::after {
	content: '·';
	font-family: OpenSans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 1;
}

.navbar-default .navbar-nav > li:first-child > a {
	margin-left: 0;
}

.navbar-default .navbar-nav > li:last-child > a {
	margin-right: 0;
}

.navbar-default .navbar-nav > li:last-child::after {
	content: none;
}

.navbar-default .navbar-nav > li > a:hover::before {
	color: #fff;
}

.social-btns {
	position: absolute;
	bottom: 18px;
	right: 30px;
}

@media screen and (max-width: 767px) {
	.social-btns {
		display: none;
	}
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.social-btns {
		top: 30px;
		bottom: auto;
	}
}

.social-btns > a {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
}

.social-btns > a + a {
	margin-left: 5px;
}

.social-btns i {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
}

.social-btns > a:hover,
.social-btns > a:focus,
.social-btns > a:active {
	text-decoration: none;
}

.social-btns > a:hover i,
.social-btns > a:focus i,
.social-btns > a:active i {
	color: #000;
}

.social-btns a:last-child {
	margin-top: 10px;
}

.navbar-default .navbar-nav > .active::before {
	content: '';
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 25px;
}

.navbar-default .navbar-nav > li:first-child.active::before {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	left: 5px;
}

.navbar-default .navbar-nav > li:last-child.active::before {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	right: 5px;
}

.navbar-default .navbar-toggle {
	float: none;
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
	border: 0;
	text-transform: uppercase;
	border-radius: 0;
	font-family: OpenSans, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle.active {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li:hover::before,
	.navbar-default .navbar-nav > li.active::before {
		width: -webkit-calc(100% - 33px);
		width: -moz-calc(100% - 33px);
		width: calc(100% - 33px);
		left: 15px;
	}

	.navbar-default .navbar-nav > li:hover:first-child::before,
	.navbar-default .navbar-nav > li:first-child.active::before {
		width: -webkit-calc(100% - 23px);
		width: -moz-calc(100% - 23px);
		width: calc(100% - 23px);
		left: 5px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		margin: 0 10px 5px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse {
		padding: 0;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 15px;
		font-size: 18px;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > li > a:hover {
		background-color: #fff;
		color: #000;
	}

	.navbar-default .navbar-nav > li::after,
	.navbar-default .navbar-nav > .active::before {
		content: none;
	}

	.navbar-default .navbar-nav li > a > span > svg {
		width: 30px;
		height: 30px;
		fill: #fff;
		display: block;
		float: left;
		margin: -7px 10px 0 0;
	}

	.navbar-default .navbar-nav > .active > a > span > svg,
	.navbar-default .navbar-nav > .active > a:focus > span > svg,
	.navbar-default .navbar-nav > .active > a:hover > span > svg,
	.navbar-default .navbar-nav > li > a:hover > span > svg {
		fill: #fff;
	}
}

/* Content */
.space-between-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.space-between-5-bottom {
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
}

.space-between-5-top {
	margin-top: 5px;
	margin-bottom: 0;
	position: relative;
}

.more-space {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.hover-img {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	padding: 15px 15px 25px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all ease-out .3s;
}

.more-space:not(.slider):hover .hover-img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.img-responsive {
	width: 100%;
}

.startseite .more-space:hover::after {
	background-color: #f1f1f1;
	opacity: 1;
}

.content {
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
	.content,
	body:not(.startseite) .content {
		padding: 50px 0;
	}	
}

.content.pb-0 {
	padding-bottom: 0 !important;
}

.full-modal .content.pb-10 {
	padding-bottom: 10px;
}

.more-content {
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.preise .more-content {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}	
}

.more-content > .content {
	padding: 30px;
}

.startseite .more-space::after,
.bhr::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
	opacity: .6;
	transition: all ease-out .3s;
}

.slider-wrapper .more-space::after {
	content: none;
}



.startseite-slider .carousel-control {
	background: none;
	width: 100px;
	opacity: 1;
	line-height: 1;
	text-shadow: none;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	opacity: .8;
}

.startseite-slider .carousel-control > i.fa {
	font-size: 100px;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0,0,0,.2);
}

.startseite-slider .carousel-control:hover {
	opacity: 1;
}

.startseite-slider .carousel-control.left {
	left: calc(10% + 30px);
}

.startseite-slider .carousel-control.right {
	right: calc(50% + 30px);
}

@media screen and (max-width: 767px) {
	.startseite-slider .carousel-control {
		display: none;
	}
}

.quote-box {
	position: relative;
	height: 100%;
	background-color: #f0f0f0;
	padding: 20px 50px 30px 10px;
}

@media screen and (max-width: 991px) {
	.quote-box > .container	{
		width: 100%;
	}
}

.img-flex img {
	width: 100%;
}

.img-flex-bg {
	background: none;
}

@media screen and (min-width: 768px) {
	.img-flex-bg {
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 1200px) {
	.img-flex {
		position: relative;
		height: 100%;
		overflow: hidden;
	}

	.img-flex > img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 100%;
		width: auto;	
		max-width: 200%;
	}
}

.intro-image {
	position: relative;
	overflow: hidden;
	height: 450px;
}

@media screen and (min-width: 768px) {
	.intro-image {
		height: 320px;
	}

	.parallax {
		background-image: url("../img/startseite/es-foto-elmar-stampfer-intro-bg.jpg");
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 992px) {
	.intro-image {
		height: 500px;
	}
}

.intro .quote {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.intro .quote h2 {
	font-family: Merriweather, serif;
	font-size: 32px;
	color: #fff;
}

.intro .quote h2::after {
	background-color: #fff;
}

.intro .scroll-to,
.intro .scroll-to:focus {
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	color: #000;
	border-radius: 50%;
}

.intro .scroll-to > i {
	font-size: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.intro .scroll-to:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

.intro .quote-box,
.modal .quote-box {
	background-color: #f8f8f8;
	padding: 85px 50px 100px;
}

.quote-box::before {
	content: '\f10e';
	font-family: FontAwesome;
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ddd;
	color: rgba(0, 0, 0, .1);
}

.quote-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ddd;
	background-color: rgba(0, 0, 0, .1);
}

.intro .quote-box::before,
.modal .quote-box::before {
	color: rgba(0, 0, 0, .2);
	right: 30px;
	top: 15px;
	font-size: 60px;
}

.intro .quote-box::after,
.modal .quote-box::after {
	background-color: rgba(0, 0, 0, .2);
}

.img-round {
	position: relative;
	border-radius: 50%;
	width: 400px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.img-round {
		margin: 0 auto 30px;
	}
}



.ce90-list,
.ce90-list-check {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none;
}

.ce90-list li,
.ce90-list-check li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.ce90-list li {
	padding-left: 15px;
}

.ce90-list li::before,
.ce90-list-check li::before {
	content: "·";
	font-size: 18px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
}

.ce90-list-check li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 16px;
	top: 1px;
}

.more-content .ce90-list {
	margin-bottom: 0;
}

.more-content .ce90-list li::before {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.zweispaltig {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
}

/* Footer */
footer {
	background-color: #fff;
	padding: 25px 0;
	font-size: 75%;
	line-height: 1.5;
}

footer .flex-row {
	justify-content: space-between;
}

footer .footer-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

footer .footer-nav li {
	display: inline-block;
}

footer .footer-nav li:nth-child(2) {
	margin: 0  10px;
}

footer p {
	color: #000;
	margin: 0;
}

footer a,
footer a:active,
footer a:focus {
	color: #000;
	margin: 0;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	footer {
		text-align: center
	}

	footer p,
	footer a {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footer-nav {
		margin: 0 auto;
	}
}

/* Fonts */
h1,
.h1,
.quote-box .h1,
.modal .quote-box .h1 {
	font-family: Merriweather, sans-serif;
	font-size: 48px;
	text-align: center;
	color: #000;
	line-height: 1.2;
	position: relative;
	margin: 0 0 30px;
	padding: 0;
}

h2 {
	font-family: OpenSans, sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #000;
	margin: 0 0 50px;
	padding: 0 0 50px;
	line-height: 1.5;
	position: relative;
}

h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background-color: #000;
}

.quote-box .h1,
.modal .quote-box .h1,
.quote-box h2,
.quote-box p,
.quote-box a {
	color: #000;
}

.quote-box h2::after {
	background-color: #000;
}

.more-content h2 {
	color: #fff;
}

.more-content h2::after {
	background-color: #fff;
}

body.datenschutz h2 {
	margin-top: 50px;
}

body.datenschutz h2:first-of-type {
	margin-top: 0;
}

.startseite .instagram-wrapper {
	border-top: 10px solid #f1f1f1;
}

h3 {
	font-family: OpenSans, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px;
	line-height: 1.3;
}

.intro h3,
.modal .quote-box h3 {
	font-size: 32px;
	margin-bottom: 0;
	text-transform: none;
	color: #000;
}

.more-content h3 {
	color: #fff;
}

h4 {
	font-family: OpenSans, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

.price {
	font-family: Merriweather, sans-serif;
	font-size: 48px;
	color: #000;
	line-height: 1.2;
	position: relative;
	margin: 50px 0 20px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.price {
		margin-top: 0;
	}

	.full-modal .price {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1070px) {
	.full-modal .price.first-box {
		margin-top: 116px;
	}
}

@media screen and (min-width: 1900px) {
	.full-modal .price.first-box {
		margin-top: 88px;
	}
}

.origin {
	font-family: OpenSans, sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	line-height: 1.6;
	color: #444;
	display: block;
}

b, strong {
	font-weight: 700;
}

a,
a:hover,
a:focus,
a:active {
	color: #000;
}

.impressum p {
	margin-bottom: 0;
}

/* Btns */
.btn-prime,
.btn-prime:focus {
	font-family: OpenSans, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	margin: 30px 0 0;
	background-color: #000;
	color: #fff;
	border: 0;
	border-radius: 0;
	position: relative;
	display: inline-block;
}

.btn-prime:hover,
.btn-prime:active {
	background-color: #000;
	color: #fff;
	box-shadow: none;
}

.btn-prime:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	opacity: .1;
}

.btn-prime:active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	opacity: .2;
}

.intro .btn-prime {
	margin: 50px auto 0;
	background-color: #fff;
	color: #000;
}

/* Formular */
.error-message-wrapper {
	padding: 25px 30px;
	border-radius: 0;
	background-color: #000;
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.error-message-wrapper {
		padding: 15px;
	}
}

.error-message-wrapper > h4 {
	color: #fff;
	line-height: 1.6;
}

.form-group {
	position: relative;
}

/* remove standard-styles */
input[type='radio'],
input[type='radio']:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	display: inline-block;
	position: relative;
	visibility: visible;
}

input[type='radio']:checked {
	background-color: transparent;
}

input[type='radio']::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 2px solid #444;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	bottom: -1px;
	cursor: pointer;
	visibility: visible;
}

.anrede input[type='radio']::before {
	font-size: 18px;
	left: 5px;
}

.anrede label {
	font-weight: 400;
	cursor: pointer;
}

.anrede p {
	display: inline-block;
	margin-bottom: 0;
}

.anrede label:last-of-type {
	margin-left: 45px;
}

input[type='radio']:checked::before {
	content: '';
	background-color: #444;
}

.preise input[type='radio']::before {
	border: 2px solid #fff;
}

.preise input[type='radio']:checked::before {
	background-color: #fff;
}

input[type='checkbox'],
input[type='checkbox']:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	display: inline-block;
	position: relative;
	visibility: visible;
}

input[type='checkbox']::before {
	content: '\f096';
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	visibility: visible;
}

input[type='checkbox']:hover::before {
	color: #000;
}

input[type='checkbox']:checked::before {
	content: '\f14a';
	color: #000;
}

input[type='checkbox'],
input[type='checkbox'] + p {
  float: left;
}

input[type='checkbox'] + p {
  padding-left: 25px;
}

.check-description,
.getcopy {
  display: inline-block;
  width: 100%;
}

.check-description + .w-star-before,
.getcopy + .w-star-before {
  clear: both;
}

.check-description p,
.getcopy p {
	font-size: 80%;
	margin-bottom: 0;
}

.form-control {
	padding: 10px 15px;
	height: auto;
	font-size: 16px;
	line-height: 1.6;
	background-color: #f8f8f8;
	color: #444;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid #f8f8f8;
	transition: all ease-out .2s;
}

.form-control:hover {
	box-shadow: none;
	border-bottom: 2px solid #000;
	border-bottom: 2px solid rgba(107, 108, 124, 0.4);
}

.form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid #000;
}

textarea.form-control {
	background-color: #f8f8f8;
	max-width: 100%;
	min-height: 100px;
}

.form-group {
	position: relative;
	margin-bottom: 10px;
}

form h4 {
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
}

.i-block {
	display: inline-block;
}

.form-group-captcha {
	position: relative;
	display: block;
	float: left;
}

@media screen and (max-width: 767px) {
	.form-group-captcha {
		width: 100%;
	}
}

.refresh-icon {
	display: block;
	float: left;
	margin: 18px 0 0 15px;
}

.input-captcha {
	display: block;
	float: left;
	width: auto;
}

@media screen and (min-width: 768px) {
	.form-group-captcha {
		margin-top: 10px;
		margin-left: 15px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
	.form-group-captcha {
		margin-top: 10px;
		margin-left: 15px;
	}
}

.w-star::after {
	content: '\f005';
	font-family: FontAwesome;
	font-size: 40%;
	position: relative;
	float: right;
	margin-left: 5px;
	color: #000;
}

.w-star-before::before {
	content: '\f005';
	font-family: FontAwesome;
	font-size: 40%;
	position: relative;
	float: left;
	margin-right: 3px;
	color: #000;
}

/* Formular inside .more-content */
.more-content .error-message-wrapper {
	background-color: #f8f8f8;
	margin-top: 0;
}

.more-content .error-message-wrapper > h4 {
	color: #000;
}

.more-content input[type='radio']:hover::before,
.more-content input[type='radio']:checked::before,
.more-content input[type='checkbox']:hover::before,
.more-content input[type='checkbox']:checked::before,
.more-content .w-star::after,
.more-content .w-star-before::before {
	color: #fff;
}

.more-content .form-control:hover {
	border-bottom: 2px solid #f8f8f8;
	border-bottom: 2px solid rgba(107, 108, 124, 0.4);
}

.more-content .form-control:focus {
	border-bottom: 2px solid #f8f8f8;
}

.more-content textarea.form-control,
.more-content .form-control {
	background-color: #fff;
}

.more-content h4 {
	color: #fff;
	font-weight: 400;
}

.more-content .btn-prime {
	background-color: #fff;
	color: #000;
}

.lila {
	color: #000;
}

.white {
	color: #fff;
}

.ns {
	margin-top: 100px;
}

/* Modal */
.full-modal {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #f1f1f1;
}

.full-modal .modal-body {
	padding: 0;
}

.full-modal .icon-close {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: transparent;
  fill: none;
  stroke: #000;
  stroke-width: 1;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .full-modal .icon-close {
    right: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    stroke-width: 0.5;
  }
}

.full-modal .icon-close:hover,
.full-modal .icon-close:hover {
	stroke: #f8f8f8;
}

.highlight-box {
	padding: 100px 30px 30px;
	background-color: #f8f8f8;
	margin-top: 0;
	height: 100%;
}

.gray-box {
	position: relative;
	padding: 100px 30px 30px;
	background-color: #f0f0f0;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.gray-box {
		padding: 50px 15px 15px;
	}

	.gray-box,
	.highlight-box {
		width: 100vw;
	}
}

@media screen and (max-width: 767px) {
	.gray-box {
		padding: 50px 15px 15px;
	}
}

.full-modal .highlight-box::before {
	content: 'Meist gekauftes Paket!';
	font-family: OpenSans, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	padding: 15px 15px 10px 15px;
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
	.full-modal .highlight-box::before {
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.preise .full-modal .ce90-list-check {
	margin-bottom: 0;
}

.flow-mask {
	z-index: 999998;
}

.flow-overlay {
	z-index: 999999;
}

#portfolioAlbums i::before,
#portfolioAlbums i::after {
	font-family: "FontAwesome";
	font-size: inherit;
	font-style: normal;
}

#portfolioAlbums.flow-gallery .flow-menu,
.flow-gallery .flow-menu li:hover, .flow-gallery .flow-menu li.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#portfolioAlbums.flow-gallery .flow-menu.album-menu {
	margin-top: -64px;
	margin-bottom: 0;
}

.flow-gallery {
	margin-bottom: 0;
}

.flow-gallery a:hover {
	color: #fff;
	text-decoration: none;
}

#portfolioAlbums .flow-menu.all-albums {
	display: none;
}

#portfolioAlbums .card-title,
#portfolioAlbums .show-info,
.flow-overlay .overlay-content .item-title {
	display: none;
}

.flow-gallery .flow-menu.album-menu .album-name > span {
	text-transform: uppercase;
	max-width: 100%;
	margin-bottom: 4px;
	color: #000;
}

.flow-gallery .albums {
	padding-top: 0;
}

.flow-gallery .albums.tiled figcaption {
	background: none;
	transition: all ease-out .3s;
}

.flow-gallery .albums.tiled figcaption:hover {
	background: rgba(0, 0, 0, 0.3);
}

.flow-gallery .albums.tiled figcaption .title {
	font-family: OpenSans, sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: none;
	transition: all ease-out .3s;
	width: 100%;
	height: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: capitalize;
}

.flow-gallery .albums.tiled figcaption:hover .title {
	display: block;
}

.flow-gallery .albums.tiled figcaption .number {
	width: auto;
	height: auto;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 6px;
	bottom: 20px;
	line-height: 1.6;
	display: none;
}

.flow-gallery .albums.tiled figcaption:hover .number {
	display: block;
}

@media screen and (min-device-width: 375px) and (max-device-width: 1024px) {
	.flow-gallery .albums.tiled figcaption {
		background: rgba(0, 0, 0, 0.3);
	}

	.flow-gallery .albums.tiled figcaption .title,
	.flow-gallery .albums.tiled figcaption .number {
		display: block;
	}
}

.flow-gallery .card-image .show-source {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	text-align: center;
	top: 0;
	left: 0;
}

.flow-gallery .card-image .show-source i {
	position: absolute;
	line-height: 1;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.flow-gallery .add-items {
	background-color: #000;
}

.flow-gallery .albums ul {
	text-align: center;
	width: auto;
	margin-left: -5px;
	margin-right: -5px;
}

.flow-gallery .albums li {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding-left: 5px;
	padding-right: 5px;
}

.flow-gallery .albums li:last-child {
	margin-bottom: 0;
}

.flow-gallery .albums li {
	height: 500px;
}

@media (min-width: 768px) {
	.flow-gallery .albums li {
		width: 50%;
	}

	.flow-gallery .albums li:nth-child(2n+1):nth-last-child(-n+2),
	.flow-gallery .albums li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.flow-gallery .albums li {
		width: 20%;
	}

	.flow-gallery .albums li:nth-child(4n+1):nth-last-child(-n+4),
	.flow-gallery .albums li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}

.flow-gallery .flow-menu .mdi-navigation-arrow-back {
	font-weight: 600;
	color: #000;
	font-size: 25px;
}

.flow-gallery .card,
.flow-gallery .albums.tiled figure {
	box-shadow: none;
}

.flow-gallery .flow-menu .mdi-navigation-arrow-back::before {
	content: '\f060';
}

.flow-overlay .next-item {
	right: 15px;
}

.flow-overlay .prev-item {
	left: 15px;
}

.flow-gallery .albums.tiled figcaption .number i {
	font-size: 11px;
}

/* Flow-Gallery end */

.mdi-action-pageview::before {
	content: '\f0fe';
}

.mdi-image-collections::before {
	content: '\f1c5';
}

.mdi-image-navigate-next::before {
	content: '\f105';
}

.mdi-image-navigate-before::before {
	content: '\f104';
}

.mdi-content-add::before {
	content: '\f067';
}

.bg-gray {
	background-color: #f8f8f8;
}

.morecontent span {
	display: none;
}

.morelink {
	display: inline-block;
	color: #000;
	font-weight: 700;
}

.morelink:focus {
	text-decoration: none;
}

.morelink:focus:hover {
	text-decoration: underline;
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 15px;
	top: auto;
	left: auto;
	cursor: pointer;
	color: #fff;
	display: none;
	background-color: #000;
	padding: 20px;
	border-radius: 50%;
	z-index: 999999;
}

.scroll-top::after {
	content: '\f106';
	font-family: FontAwesome;
	font-size: 18px;
	text-transform: none;
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
	color: #fff;
}

.scroll-top:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

/* Carousel */
.instagram-carousel {
	z-index: 2;
}

.instagram-carousel .cloneditem-1,
.instagram-carousel .cloneditem-2,
.instagram-carousel .cloneditem-3,
.instagram-carousel .cloneditem-4,
.instagram-carousel .cloneditem-5,
.instagram-carousel .cloneditem-6,
.instagram-carousel .cloneditem-7,
.instagram-carousel .cloneditem-8,
.instagram-carousel .cloneditem-9,
.instagram-carousel .cloneditem-10,
.instagram-carousel .cloneditem-11 {
	display: none;
}

@media all and (min-width: 320px) {
	.instagram-carousel .carousel-inner .cloneditem-1,
	.instagram-carousel .carousel-inner .cloneditem-2,
	.instagram-carousel .carousel-inner .cloneditem-3 {
		display: block;
	}
}

@media all and (min-width: 320px) and (transform-3d), all and (min-width: 320px) and (-webkit-transform-3d) {
	.instagram-carousel .carousel-inner > .item.active.right,
	.instagram-carousel .carousel-inner > .item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.active.left,
	.instagram-carousel .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.left,
	.instagram-carousel .carousel-inner > .item.prev.right,
	.instagram-carousel .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media all and (min-width: 768px) {
	.instagram-carousel .carousel-inner .cloneditem-4,
	.instagram-carousel .carousel-inner .cloneditem-5 {
		display: block;
	}
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.instagram-carousel .carousel-inner > .item.active.right,
	.instagram-carousel .carousel-inner > .item.next {
		-webkit-transform: translate3d(16.66666667%, 0, 0);
		transform: translate3d(16.66666667%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.active.left,
	.instagram-carousel .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-16.66666667%, 0, 0);
		transform: translate3d(-16.66666667%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.left,
	.instagram-carousel .carousel-inner > .item.prev.right,
	.instagram-carousel .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media all and (min-width: 992px) {
	.instagram-carousel .carousel-inner .cloneditem-6,
	.instagram-carousel .carousel-inner .cloneditem-7,
	.instagram-carousel .carousel-inner .cloneditem-8,
	.instagram-carousel .carousel-inner .cloneditem-9,
	.instagram-carousel .carousel-inner .cloneditem-10,
	.instagram-carousel .carousel-inner .cloneditem-11 {
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.instagram-carousel .carousel-inner > .item.active.right,
	.instagram-carousel .carousel-inner > .item.next {
		-webkit-transform: translate3d(8.33333333%, 0, 0);
		transform: translate3d(8.33333333%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.active.left,
	.instagram-carousel .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-8.33333333%, 0, 0);
		transform: translate3d(-8.33333333%, 0, 0);
		left: 0;
	}
	.instagram-carousel .carousel-inner > .item.left,
	.instagram-carousel .carousel-inner > .item.prev.right,
	.instagram-carousel .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.mobile-mb-50 {
		margin-bottom: 50px;
	}	
}

.pdf::before {
	content: '\f1c1';
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	color: #000;
	position: relative;
	margin-right: 5px;
}

.readmore {
	display: none;
}

.maps {
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0;
	padding: 0;
}

.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* phips */
.preis-card > img {
	border-radius: 50%;
	height: 200px;
	width: 200px;
}
#preise > div:nth-child(3) > div > h2 > i, #preise > div:nth-child(1) > div > h2 > i {
	font-size: 22px;
}
.preis-card > h2 > span {font-size: 18px;}
.preise, .preise > .container-fluid {background-color: #f8f8f8;}
.preis-card > p > i{margin-right: 5px;}
.preis-card > p {text-align: left;}
.preis-card {
	justify-content: center;
	text-align: center;
	padding: 60px 30px;
	height: 100%;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

/* Carousel */

.start-carousel .carousel-item {
    height: 100vh;
}

.start-carousel .carousel-item {
    background-position: center top;
    background-size: cover;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar .nav-item>a {
    transition: font-size 0.5s;
    font-size: 26px;
    color: #fff;
}

.navbar-nav {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 70px;
    align-items: center;
    width: 100%;
}

.navbar {
    background-color: transparent;
    transition: background-color 0.5s;
    z-index: 99;
}


@media only screen and (min-width: 993px) {
    .navbar.scroll {
        background-color: black;
    }
    
    .navbar.scroll .navbar-nav {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px;
        width: 100%;
    }
    
    .navbar.scroll .nav-item>a {
        font-size: 20px;
        color: #fff;
    }
    
    .navbar-logo>img {
        width: 100%;
    }
    
    .navbar.scroll {
        padding: 20px;
    }
    
    .navbar.scroll .navbar-logo>img {
        max-width: 200px;
    }
    
    .navbar-logo-mobile {
        display: none;
    }
    .nav-item {
        text-align: center;
        width: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        background-color: black;
    }
    .navbar .nav-item>a {
        font-size: 20px;
        color: #fff;
    }
    .navbar-logo {
        display: none;
    }
    .navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        padding: 40px;
    }
    .navbar-logo-mobile {
        display: block;
        margin: 0 auto;
    }
    .navbar-toggler {
        position: absolute;
        left: 25px;
        top: 45px;
    }
    .navbar-logo-mobile>img {
        width: 200px;
        padding: 20px 0;
    }
    .navbar {
        padding: 0;
    }
	.start-carousel .carousel-item {
		height: 60vh;
	}
	.start-carousel {
		margin-top: 115px;
	}
}

/* Galerie */

.galerie-modal .modal-content {
	background-color: transparent;
	position: relative;
	border: 0;
}

.galerie-modal .modal-body {
	padding: 0;
}

.galerie-modal .modal-dialog {
	max-height: 100vh !important;
	max-width: unset !important;
	overflow: hidden;
	margin: 0;
}

.galerie-modal .btn-close {
	background: none !important;
	position: absolute;
	font-size: 40px;
	z-index: 1000;
	color: #fff;
	right: 0;
	top: 15px;
}

.galerie-modal .btn-close:hover {
	cursor: pointer;
}

.galerie-modal .carousel-item>img {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.galerie-modal {
	padding-right: 0 !important;
}

@media only screen and (orientation: landscape) {
	.galerie-modal .carousel-item>img {
		max-height: 1000px;
		overflow: hidden;
		margin: 0 auto;
		height: 100%;
		width: auto;
	}
	.galerie-modal .modal-body {
		padding: 0 !important;
	}
	.galerie-modal .carousel-item {
		height: 100vh;
	}
}

@media only screen and (orientation: portrait) {
	.galerie-modal .carousel-item>img {
		max-width: 100vh;
		overflow: hidden;
		margin: 0 auto;
		height: auto;
		width: 100%;
	}
	.galerie-modal .carousel-item,
	.galerie-modal .modal-content {
		height: 100vh;
	}
	.galerie-modal .carousel,
	.galerie-modal .modal-body {
		height: 100%;
	}
}

.modal-backdrop {
	opacity: 0.8 !important;
}

/* Modal */

.custom-modal>.modal-dialog>.modal-content>.modal-header,
.custom-modal>.modal-dialog>.modal-content>.modal-footer {
	border: none;
}

@media only screen and (min-width: 768px) {
	.custom-modal>.modal-dialog {
		max-width: 1000px;
	}
	.custom-modal>.modal-dialog>.modal-content>.modal-body {
		padding: 0 60px;
	}
}

.galerie-image-item:hover {
	cursor: pointer;
}

.dark-header .first-section {
	margin-top: 115px;
}

.dark-header .navbar {
	background-color: black;
}

.dark-header .navbar .navbar-nav {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 20px;
	width: 100%;
}

.dark-header .navbar .nav-item>a {
	font-size: 20px;
	color: #fff;
}

.dark-header .navbar-logo>img {
	width: 100%;
}

.dark-header .navbar.scroll {
	padding: 20px;
}

.dark-header .navbar .navbar-logo>img {
	max-width: 200px !important;
}

@media only screen and (min-width: 980px) {
	.dark-header .navbar-nav {
		padding: 40px !important;
	}
}

/* Socials */

.socials {
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	display: block;
	width: 100px;
}

.socials>a {
	text-decoration: none;
}

.socials>a:not(:last-of-type) {
	margin-right: 5px;
}

/* Menu für Elmar nochmal kleiner */

@media only screen and (max-width: 768px) and (max-height: 900px) {
    .navbar-nav {
        padding: 0 0 10px 0;
    }
    .navbar-logo-mobile>img {
        padding: 20px 0;
        width: 160px;
    }
    .nav-link {
        font-size: 18px !important;
        padding: 5px 0;
    }
    .navbar-toggler {
        top: 36px;
    }
    .start-carousel {
        margin-top: 100px !important;
    }
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #000 !important;
  border-color: #000 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #000 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #000 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #000 !important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #000 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #000 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #000 !important;
}