 .news-single .ce-quote-teaser .quote-teaser .image-quote {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
    }
    .news-single     .text-xlarge {
        font-size: 18px;
        line-height: 26px;
    }
    .news-single     .quote-infos {
		padding: 10px 0px 0px 35px;
    }
    .news-single  .ce-quote-teaser .quote-teaser {
        margin-bottom: 20px;
    }

	.news-single  .ce-quote-teaser .quote-teaser .image-quote .quote:before {
        top: 5px;
    }


	.news-single .ce-quote-teaser .quote-teaser .image-quote .quote:after {
		bottom: 5px;
	}

	.news-quotes-teaser p {
		font-size: 18px;
		line-height: 26px;
	}


  .news-single .ce-text .text img {
    width: unset;
	max-width: 100%;
  }


  .news-single  .news-related  h4 {
    font-weight: 700;
	font-size: 14px;
  }





a.arrow-english, button.arrow-english, [type=button].arrow-english, a.arrow-german, button.arrow-german, [type=button].arrow-german {
    position: relative;
    padding-left: 36px;
    font-family: "Quicksand, sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.icon-arrow-english, a.arrow-english::before, button.arrow-english::before, .arrow-english[type=button]::before {
    height: 29px;
    width: 23px;
    background-image: url(../Img/Icons/icon-lang.svg);
}

a.arrow-english::before, button.arrow-english::before, [type=button].arrow-english::before, a.arrow-german::before, button.arrow-german::before, [type=button].arrow-german::before  {
    content: "";
    position: absolute;
    left: -2px;
    top: 2px;
}





.icon-arrow-german, a.arrow-german::before, button.arrow-german::before, .arrow-german[type=button]::before {
    height: 29px;
    width: 23px;
    background-image: url(../Img/Icons/icon-langde.svg);
}



 .icon-arrow-english, a.arrow-english::before, button.arrow-english::before, .arrow-english[type=button]::before, .icon-arrow-german, a.arrow-german::before, button.arrow-german::before, .arrow-german[type=button]::before {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

