/*
Theme Name: indiva
Theme URI: https://indiva.pechschwarzmedia.de
Author: PSMJonas
Author URI: https://pechschwarzmedia.de
Version: 1.0.0
*/

/* COOKIE CONSENT */

#cookie-notice {
	font-size: 16px;
	font-family: inherit;
}

#cookie-notice #cn-notice-text a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice #cn-accept-cookie {
	font-size: 16px;
	background-color: #fff;
	background-image: none;
	line-height: 1;
	padding: 15px 25px;
	color: #b69167 !important;
	font-weight: bold;
	font-family: inherit;
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin-left: 50px;
}

@media screen and (max-width: 1300px) {
	#cookie-notice {
		text-align: center;
	}
	#cookie-notice #cn-notice-text {
		display: block;
	}
	#cookie-notice #cn-accept-cookie {
		margin-left: 0;
		margin-top: 30px;
	}
}

/* WPML */

header .top-header {
    color: #fff;
}

.wpml-ls {
    border: none;
    padding: 0;
    display: inline-block;
    margin-left: 15px;
}

.wpml-ls ul {
    line-height: 1.5 !important;
}

.wpml-ls ul li {
    margin-right: 10px !important;
    line-height: 1.5;
}

.wpml-ls ul li:last-child {
    margin-right: 0 !important;
}

.wpml-ls a {
    color: #fff;
    padding: 0;
    line-height: 1.5;
}

.main-slider .main-slider__nav .dots .slick-dots li:only-child {
	display: none;
}