/*
Theme Name: Einfachwohnen (Easy-Peasy Boilerplate)
Author: Rumur
Author URI: https://github.com/rumur
Description: The simple starter theme for development.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easy
*/
.main .wrapper {
	position: relative;
}
.button-arrow--left {
	transform: rotate(180deg);
	position: absolute;
	background-color: #fff;
	left: 10px;
  	top: -23px;
	@media (min-width: 980px) {
		left: calc(3% + 50px);
  		top: 33px;
	}
}
.nav-active .button-arrow--left {
	display: none;
}

.single-slider__wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
	margin-bottom: 47px;
}
.single-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.single-slider .carousel__viewport,
.single-slider .carousel__track,
.single-slider .carousel__slide {
    width: 100% !important;
    height: 100% !important;
}

.single-slider .carousel__slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
	padding: 0;
}

.single-slider .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single .main .article-single ul {
	list-style-type: disc;
}
.article__img .button--info {
	background-color: #E61B5A;
}
.article.article--lg h1 span.text-primary {
	color: #E61B5A;
}
.article-wrap .article-btn-wrap .button.button--round {
	background-color: #E61B5A;
}