.citation_slideshow {
    list-style: none;
}

.citation {
	display: flex;
    margin-top: 50px;
}

.citation__text-container {
	color: rgb(0, 106, 126);
	flex: 1 73%;
}
.citation__text blockquote {
	font-size: 22px;
    font-family: KlavikaWebBasicMedium;
    padding-left: 85px;
	/*margin-right: 10%;*/
}
.citation__text::before {
    /* font-family: fontawesome; */
    content: "";
    background: url(/fileadmin/images/quote-in.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    line-height: normal;
    left: 15px;
    width: 60px;
    height: 60px;
}

.citation__name-and-arrow {
	display: flex;
	flex-direction: row-reverse;
	/*margin-right: 30px;*/
}
.citation__name-container {
	color: rgb(51, 95, 106);
	padding-right: 85px;
	margin-top: 1rem;
    position: relative;
}
.citation__name-container::after {
    /* font-family: fontawesome; */
    content: "";
    background: url(/fileadmin/images/quote-out.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    line-height: normal;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
}
.citation__name {
	font-weight: bold;
}
.citation__additiontext-container {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}


.citation__img {
	flex: 1 0 27%;
}
.citation__img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0px rgba(157,150,147,.7);
    border: 2px solid white;
}

.citation__arrow::before {
	font-family: fontawesome;
	color: rgba(0, 106, 126, 0.5);
	font-size: 120px;
}
.citation__arrow-left {
	margin-top: -70px;
	margin-right: 30px;
}
.citation__arrow-left::before {
	content: "\f101";
}
.citation__arrow-right {
	margin-top: -40px;
}
.citation__arrow-right::before {
	content: "\f100";
}




@media (max-width: 992px) {
    .citation {
        position: relative;
        /*padding-bottom: 100px;*/
    }

    .citation__img {
        /*position: absolute !important;*/
       /* bottom: 0;
        left: 0;*/
        margin-top: 15px;
        /* width: 300px; */
    }

    .citation img {
        height: auto;
        width: 120px;
    }
}

@media (max-width: 576px) {

    .citation {
        padding-bottom: 25px;
    }

    .citation__img {
        display: none;

        text-align: right;
        position: relative !important;
    }
    .citation__img img {
        padding-right: 85px;
    }

}
