/*INVENTIVE DEV - KH*/
section.section-wrap.space-evenly .teaser {
    justify-content: space-evenly!important;
}

.main-internal {
    max-width: unset;
}

 .blockquote .teaser__body {
	 flex: 0 1 65% !important;
	 padding: 0 !important;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 gap: 20px;
	 
}
 .blockquote .teaser__body.no-image {
	 flex: 0 1 100% !important;
	 padding: 2rem: !important;
}

.teaser {
	 
	 display: flex;
	 position: static;
}

.teaser.withoutImage {
    max-width: 40rem;
    padding: 2rem;
    margin: auto;
}

.teaser.withImage {
    max-width: 75rem;
}

.teaser .teaser__image{
    max-width: 300px;
    max-height: 300px;
	margin-right: 65px;
}

.teaser .teaser__image.hide-image {
    display: none;
}

.teaser.blockquote--swap {
	 flex-direction: row-reverse;
}
.teaser.blockquote--swap.teaser__image {
	 margin-right: 0px;
	 margin-left: 65px; 
}


/*-------------MEDIA BREAKPOINTS-----------*/

@media screen and (max-width: 576px) {
    .blockquote .teaser__body {
        margin-left: 0px!important;
    }
}

@media screen and (max-width: 768px) {
	 .blockquote {
		 margin: 1rem 0 1rem 0 !important;
	}
	 .blockquote .teaser{
	     flex-direction: column;
         align-items: flex-start;
		 margin-right: 0 !important;
		 padding-top: 10px !important;
		 margin-bottom: 0 !important;
		 margin-right: 0 !important;
	    justify-content: center;
	}
	 .blockquote .teaser__image {
		 align-self: center;
	}
	
}
 