
.T2901 .block_wrapper { display: flex; flex-direction: column; }

.T2901 .col {
	flex-grow: 1;
	max-width: 595px;
	box-sizing: content-box;
	margin: 0 50px 0 0;
}

.T2901 .hyphens { hyphens: auto; }

.T2901 .col2 { margin: 0; }

.T2901 .col2 :is(img,video) { width: 100%; height: auto; aspect-ratio: 595 / 350; max-width: 595px; object-fit: cover; }

.T2901 .col2 .video {
	display: block;
	position: relative;
}

.T2901 .col2 .video:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.25%;
}
.T2901 .col2 .video > .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.T2901 .col2 .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.T2901 .col2 .video .play i {
	font-size: 100px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/* Für Tabellen im Textfeld */
.T2901 .text:has(table) { overflow-x: scroll; }


.T2901 .headline {
	margin: 20px 0px;
	width: 90%;
}
.T2901 .intro {
	margin-bottom: 24px;
	margin-top: -20px;
}


/* Weil manche Seiten seltsame Schrift-Dicken haben ~Michi, 06.10.17 */
.T2901 strong { font-weight: bold; }
.T2901 .subheadline { font-weight: bold; margin-bottom: 15px; }



.T2901 .button2 {
	text-decoration: none;
	padding: 4px 15px;
	font-weight: bold;
}

.T2901 .motiv {
	margin: 0px auto 10px auto;
	width: 100px;
}


/* Schatten Box */
.S5514 .block_wrapper {
	background-color: #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}

.S5514 .col { width: 575px; }

.T2901.S5514:not(.S7790) .col1 {
	padding: 20px 0px 20px 40px !important;
}

/* Schatten Bild  */
.S6127 .col2 :is(img,video) {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}

/* Großes Bild  */
.T2901.S4666 .col1 { max-width: 287px; }
.T2901.S4666 .col2 { max-width: none; margin: 0; }
.T2901.S4666 .col2 :is(img,video) { aspect-ratio: 862 / 525; }

/* Mittleres Bild */
.T2901.S6712 .col1 { max-width: 662px; }
.T2901.S6712 .col2 { max-width: none; margin: 0;  }
.T2901.S6712:not(.S7715):not(.S6382) .col2 :is(img,video) { aspect-ratio: 287 / 175; }

/* Kleineres Bild  */
.T2901.S4667 .block_wrapper { flex-direction: row;}
.T2901.S4667 .col1 { max-width: 75%; }
.T2901.S4667.S7790 .col1 { max-width: 75%; flex-shrink: 0; } /* umgedreht */
.T2901.S4667 .col2 { max-width: none; width: 25%; margin: 0; flex-grow: 0; }
.T2901.S4667:not(.S7715):not(.S6382) .col2 :is(img,video) { aspect-ratio: 370 / 220; }

@media all and (max-width: 567px) {
	.T2901.S4667 .block_wrapper { flex-direction: column; align-items: center; }
	.T2901.S4667 .col2 { max-width: 75% !important; }
	.T2901.S4667 .col1 { max-width: 100% !important; }
}


/* Kleines Bild */
.T2901.S7524 .col1 { max-width: 85%;}
.T2901.S7524 .col2 { max-width: 115px; width: 15%; margin: 0; flex-grow: 0; }
.T2901.S7524:not(.S7715):not(.S6382) .col2 :is(img,video) { aspect-ratio: 115 / 70; }

/* Hochformat erzwingen */
.T2901.S5306 .col2 :is(img,video) { aspect-ratio: 287 / 462 !important; }

/* Originalauflösung  */
.T2901.S6225 .col2 :is(img,video) { aspect-ratio: auto !important; }

/* Quadratisch */
.T2901.S7715 .col2 :is(img,video) { aspect-ratio: 1 / 1; }

/* Rundes Bild */
.S6382 .col2 .Bild {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.S5514.S6382 .col2 {
	padding: 20px;
}

.T2901.S6382 .col2 :is(img,video) { aspect-ratio: 1 / 1; }


/* Zwei Bilder */
.two_pictures_c {
	display: flex;
	flex-direction: row;
}

 .T2901:not(.S7715) .two_pictures_c :is(img,video) { 
	aspect-ratio: 287 / 462 !important; 
} 

.two_pictures_1,
.two_pictures_2 {
	flex-grow: 1;
	width: 25%;
}

.two_pictures_1 {
	margin-right: 0.5rem !important;
}

.two_pictures_2 {
	margin-left: 0.5rem !important;
}

/* Dunkler Hintergrund  */
.S7812 .background {
	color: #fff !important;
	padding: 40px 40px 0px 40px;
}

.S7812 .color {
	color: #7b237d !important;
}


.T2901.S7812 .col {
	margin: 0;
}

.T2901.S7812 .col2{
	margin: 0 !important;
}

/* Weißer Hintergrund */
.S5028 { background-color: #fff;  }
.S5028 .col { width: 575px; }
.S5028 .col2 { padding-top: 0px; }
.S5028 .col1 { box-sizing: content-box ;padding-top: 30px; padding-left: 40px; }

/* Überschrift in Großbuchstaben */
.T2901.S9265 .headline { text-transform: uppercase; }

/* Dachzeile in Großbuchstaben */
.T2901.S9266 .subheadline { text-transform: uppercase; }

/* Reihenfolge  umdrehen */
.T2901.S7790 .col1 { order: 2; margin: 0; }
.T2901.S7790 .col2 { order: 1; margin: 0 50px 0 0; }

.T2901.S7790 .subheadline { padding-top:12px; }

.T2901.S6712.S7790 .col { flex-basis: 50% !important; }


.T2901.S6712.S7790 .intro { margin-top: 0 !important; }

/* Tablet / Desktop umdrehen */
@media (min-width: 567px) {
	.T2901.S9264 .col1 { order: 2; margin: 0; }
	.T2901.S9264 .col2 { order: 1; margin: 0 50px 0 0; }


	.T2901.S9264 .subheadline { padding-top:12px; }

	.T2901.S6712.S9264 .col { flex-basis: 50% !important; }

	.T2901.S6712.S9264 .intro { margin-top: 0 !important; }
}

/* VOlle Bildschrimbreite */
.T2901.S9230 .block_wrapper {
	width: 100% !important;
	padding: unset !important;
	margin: unset !important;
	justify-content: space-between;
}

.T2901.S9230 .col {
	max-width: none !important;
	margin: unset !important;
	width: 50%;
}

.T2901.S9230 .col1 {
	display: flex;
	justify-content: center;
}

.T2901.S9230 .col1 .wrapper {
	max-width: 662px;
	padding: 1rem;
}

.T2901.S9230 .col2 .Bild, .T2901.S9230 .col2 picture, .T2901.S9230 .col2 picture :is(img,video)  {display: block;height: 100%}
.T2901.S9230 .col2 :is(img,video) {
	max-width: unset;
	object-fit: cover;
}

@media (min-width: 567px) {
	.T2901.S9230 .col1 .wrapper { padding: 1.2rem; }
}

@media (min-width: 768px) {
	.T2901.S9230 .col1 .wrapper { padding: 1.3rem; }
}

@media (min-width: 1024px) {
	.T2901.S9230 .col1 .wrapper { padding: 1.6rem; }
}

@media (min-width: 1280px) {
.T2901.S9230 .col1 .wrapper { padding: 2rem; }
}



/* Schmuckmotiv Linksbündig */
.T2901.S9231 .motiv {
	margin: 0px auto 10px 0px;
}

/* Schmuckmotiv Rechtsbündig */
.T2901.S9232 .motiv {
	margin: 0px 0px 10px auto;
}

/*  Schrift bündig mit Bildoberkante */
.T2901.S8977 .headline { margin-top: 0px !important; }

/* image_rounded_light  */

.T2901 .image_rounded_light .col2 .Bild {
	border-radius: 3rem;
	overflow: hidden;
}

/* block_rounded_light  */

.T2901 .block_rounded_light.block_wrapper {
	border-radius: 3rem;
	overflow: hidden;
}
/*  block_image_overlay  */

.T2901 .block_wrapper.block_image_overlay {
	background-color: transparent !important;
	background-image: linear-gradient(180deg, var(--bg_color), 59%,var(--bg_color),59%, transparent, 100%,transparent);
}
.T2901 .block_wrapper.block_image_overlay .Bild { margin: 0 0.5rem; }

/* In kombination mit umgedreht */
.T2901.S7790 .block_wrapper.block_image_overlay {
	background-image: linear-gradient(0deg, var(--bg_color), 59%,var(--bg_color),59%, transparent, 100%,transparent);
}

@media (min-width: 567px) {
	.T2901 .block_wrapper.block_image_overlay {
		background-color: transparent !important;
		background-image: linear-gradient(90deg, var(--bg_color), 59%,var(--bg_color),59%, transparent, 100%,transparent);
	}

	.T2901.S7790 .block_wrapper.block_image_overlay {
	background-image: linear-gradient(-90deg, var(--bg_color), 59%,var(--bg_color),59%, transparent, 100%,transparent);
	}

	.T2901 .block_wrapper.block_image_overlay .Bild { margin: 2rem 0; }
}



/* Responsive  */
@media all and (min-width: 1024px) and (max-width: 1279px) {

	.T2901 .col { max-width: 440px; }
	.T2901 .col2 {  max-width: 450px; margin: 0; }
	.T2901 .col :is(img,video) { width: 100%; height: auto; }

	.T2901 .col2 .video .play i { font-size: 85px; }

	.T2901.S4666 .col1 { width: 40%; margin-right: 5%; }
	.T2901.S4666 .col2 { width: 55%; }

	.T2901.S4667 .col1 { width: 60%; padding: 0 20px 0 0; }
	.T2901.S4667 .col2 { width: 35%; }

	.T2901.S7524 .col1 { width: 77%; }
	.T2901.S7524 .col2 { margin: 0; width: 14%; }

}

@media all and (min-width: 768px) and (max-width:1023px) {

	.T2901 .col {
		width: 47.5%;
		margin: 0 5% 0 0;
		box-sizing: border-box;
	}

	.T2901 .col1 {
		padding-left: 20px !important;
		box-sizing: border-box;
	}

	.T2901 .col2 { margin: 0; }

	.T2901.S7790 .col1 { margin: 0; }
	.T2901.S7790 .col2 { margin: 0 5% 0 0 !important; padding: 0 0 0 20px !important; }

	.T2901 .col :is(img,video) { width: 100%; height: auto; }

	.T2901 .col2 .video .play i { font-size: 75px; }


	.T2901.S4666 .col1 { width: 40%; margin-right: 5%; }
	.T2901.S4666 .col2 { width: 55%; }

	.T2901.S4667 .col1 { width: 60%; margin-right: 5%; flex-shrink: 0; }
	.T2901.S4667 .col2 { width: 35% !important; margin: 0 5% 0 0; }

	.T2901.S7524 .col1 { width: 77%; }
	.T2901.S7524 .col2 { margin: 0; width: 14%; }

}

@media all and (min-width: 568px) and (max-width: 767px) {

	.T2901 .col {
		width: 47.5%;
		margin: 0 5% 0 0;
		box-sizing: border-box;
	}


	.T2901 .col1 {
		padding: 15px 20px !important;
		box-sizing: border-box;
	}
	.T2901 .col2 { margin: 0; }

	.T2901.S7790 .col1 { margin: 0; }
	.T2901.S7790 .col2 { margin: 0 5% 0 0 !important; padding: 0 0 0 20px !important; }

	.T2901 .col :is(img,video) { width: 100%; height: auto; }
	.T2901 .col2 .video .play i { font-size: 65px; }

	.T2901.S4666 .col1 { width: 100%; }
	.T2901.S4666 .col2 { width: 100%; }

	.T2901.S4667 .col1 { width: 60%; }
	.T2901.S4667 .col2 { width: 35%; }

	.T2901.S7524 .col1 { width: 77%; }
	.T2901.S7524 .col2 { margin: 0; width: 14%; }

}

@media all and (max-width: 567px) {

	.T2901 .col {
		max-width: none;
		width: auto !important;
		margin: 0 0 20px 0 !important;
	}

	.T2901.S5514 .col1 {
		padding: 15px 20px !important;
		box-sizing: border-box;
	}

	.T2901.S7790 .col1 { margin: 0; padding: 15px 0px !important;}
	.T2901.S7790 .col2 { margin: 0 0 20px 0;}

	.T2901 .col :is(img,video) { width: 100%; height: auto; }
	.T2901 .col2 .video .play i { font-size: 55px; }

	.T2901.S4666 .col1 { width: 100%; }
	.T2901.S4666 .col2 { width: 100%; }

	.T2901.S4667 .col1 { width: 100%;  }





	.T2901.S5028 .col1 { margin: 0 20px; padding-left: 15px; padding-right: 15px; padding-top: 10px;  }

	.T2901.S7524 .col1 { width: 100%; }
	.T2901.S7524 .col2 { width: 100%; }

}

@media (min-width: 567px) {
 	.T2901 .block_wrapper { flex-direction: row; } 
	.T2901 .motiv { width: 110px; }

}

@media (min-width: 768px) {
	.T2901 .block_wrapper { align-items: center; }
	.T2901 .motiv { width: 120px; }
}

@media (min-width: 1024px) {
	.T2901 .motiv { width: 140px; }
}

@media (min-width: 1280px) {
	.T2901 .motiv { width: 150px; }
}


