/* LAYOUT */
.cb-readmore {
	background-color: var(--light-blue);
}
.cb-readmore.cb-color-alt {
	background-color: var(--light-grey);
}
.cb-readmore .cb-block-inner {
	display: flex;
}
.cb-readmore .cb-textcol {
	flex-basis: 50%;
	color: var(--white);
	padding: 5.5rem 9.375rem 7rem 0;
	font-size: 1.13em;
/* 	line-height: 22px; */
  	letter-spacing: 0;
	font-family: 'Neo Sans Std';
}
.cb-readmore.cb-color-alt .cb-textcol {
	color: var(--black);
}
.cb-readmore .cb-textcol svg g {
	stroke: var(--white);
}
.cb-readmore.cb-color-alt .cb-textcol svg g {
	stroke: var(--black);
}
.cb-readmore .cb-textcol a {
	color: var(--white);
}
.cb-readmore.cb-color-alt .cb-textcol a {
	color: var(--black);
}

.cb-readmore .cb-imgcol {
	flex-basis: 50%;
	margin-bottom: -3em;
}

.cb-readmore .cb-imgcol .swiper-slide img {
	object-fit: cover;
	border-radius: 15px;
	height: 100%;
	width: 100%;
}


.cb-readmore .cb-imgcol .swiper-slide {
	position: relative;
}

.cb-readmore .cb-imgcol .swiper-slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 1em;
	font-family: 'Neo Sans Std';
	font-size: 1.125rem;
	color: var(--dark-blue);
	background-color: rgba(216, 216, 216, 0.75);
	border-radius: 0 0 15px 15px;
	transition: all ease-in-out 0.4s;
	height: 80px;
	display: flex;
	align-items: center;
}

.cb-readmore .cb-imgcol .swiper-slide a {
	transition: opacity ease-in-out 0.5s;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 80%;
	left: 2rem;
}
 
.cb-readmore .cb-imgcol .swiper-slide:hover a {
	height: auto;
	opacity: 1;
	overflow: visible;
}

.cb-readmore .cb-imgcol .swiper-slide:hover span {
	border-radius: 15px;
	height: 100%;
	font-size: 1.75rem;
	padding: 2rem;
	align-items: flex-start;
}

.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(2),
.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(3) {
	width: 339px;
	height: 211px;
}

.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(1),
.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(4) {
	width: 339px;
	height: 356px;
}

.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(2) {
	margin-top: -1em;
}
.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(4) {
	margin-top: -6em;
}

.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(1) {
	margin-top: -3em;
	margin-right: 1em;
}

.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(3) {
	margin-top: 1em;
	margin-right: 1em;
}

.cb-readmore .swiper-wrapper {
	flex-flow: row wrap;
}


.cb-readmore h2 {
	font-size: 1.75em;
  	letter-spacing: 0;
	font-family: 'Neo Sans Std';
	margin-top: .5em;
}

.cb-readmore .cb-text p {
	font-family: 'Roboto';
	line-height: 25px;
	margin-top: 2em;
	font-size: 16px;
}

/* Button mit Pfeil mit weißem Hintergrund und blauem Pfeil */
.cb-readmore .cb-button-arrow {
	top: 2em;
	
}
.cb-readmore .cb-button-arrow:hover {
	color: var(--light-blue);
}

.cb-readmore .cb-button-arrow:after {
  	background-color: var(--white);
  	background-image: var(--arrow-blue);
}

.cb-readmore .cb-button-arrow:hover {
	color: var(--light-blue);
}

.cb-readmore .cb-button-arrow:hover:after {
  	width: 100%
  	transition: all ease 0.5s;
	color: var(--light-blue);
	background: var(--arrow-line-blue) 20px 48.5% / 14px no-repeat, var(--arrow-blue) 25px 49% / 10px no-repeat;
	background-color: var(--white);
}

/* SWIPER */
.cb-readmore .swiper {
	overflow: visible;
}

.cb-readmore .swiper-button-prev,
.cb-readmore .swiper-button-next {
	display: none;
}



/* Kleiner Bildschirm */
@media only screen and (min-width: 768px) {
	.cb-readmore .cb-block-inner {
		width: 100%;
	}
	.cb-readmore .cb-textcol {
		padding: 5.5rem 3rem 7rem 4rem;
	}
}

@media only screen and (min-width: 1441px) {
	.cb-readmore .cb-textcol {
		padding-left: 0;
	}
}

/* TABLET */
@media only screen and (max-width: 1024px) {
	.cb-readmore .cb-block-inner {
		flex-flow: column;
	}
	.cb-readmore .swiper {
		width: 80%;
		overflow:hidden;
	}
	.cb-readmore .swiper-wrapper {
		max-width: 100%;
	}
	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(2) {
		margin-top: 0;
	}
	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(4) {
		margin-top: 0;
	}

	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(1) {
		margin-top: 0;
	}

	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(3) {
		margin-top: 0;
	}
	.cb-readmore .swiper-button-prev,
	.cb-readmore .swiper-button-next {
		display: flex;
		border-radius: 50%;
		background-color: var(--white);
		width: 40px;
		height: 40px;
	}
	.cb-readmore .swiper-button-prev:after,
	.cb-readmore .swiper-button-next:after {
		font-size: 1.5em;
		font-weight: bold;
		color: var(--light-blue);
	}
	.cb-readmore .swiper-button-prev, 
	.cb-readmore .swiper-rtl .swiper-button-next {
		left: 6em;
		top: 45em;
	}
	.cb-readmore .swiper-button-next, 
	.cb-readmore .swiper-rtl .swiper-button-prev {
		right: 4.5em;
		top: 45em;
	}
	.cb-readmore .swiper-wrapper {
		flex-flow: unset;
	}
	.cb-readmore .swiper-slide {
		height: auto; 
	}
	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(2),
	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(3) {
		width: auto;
		height: auto;
	}

	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(1),
	.cb-readmore .cb-imgcol .swiper-slide:nth-of-type(4) {
		width: auto;
		height: auto;
	}
}

/* MOBILE */
@media only screen and (max-width: 768px) {
	.cb-readmore .cb-block-inner {
		flex-flow: column;
	}
	.cb-readmore .cb-textcol {
		padding: 3em 0 5em;
	}
	.cb-readmore .cb-block-inner {
		padding-left:0;
		width: 90%;
	}
	.cb-readmore .swiper-button-prev, 
	.cb-readmore .swiper-rtl .swiper-button-next {
		left: 5px;
		top: 42em;
	}
	.cb-readmore .swiper-button-next, 
	.cb-readmore .swiper-rtl .swiper-button-prev {
		right: 5px;
		top: 42em;
	}
		.cb-readmore .swiper {
		width: 100%;
		overflow:hidden;
	}
	.cb-readmore .cb-imgcol .swiper-slide img {
		height: 370px;
	}
}
