body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
* {margin: 0; padding: 0;}


body {
	font-family: 'Work Sans', serif;
	font-size: 1rem;
}

a {
	text-decoration: none;
}


.inside {
	margin: 0 auto;
	max-width: 1000px;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.flex .ce_item {
	width: 28%;
}

.center {
	text-align: center;	
}

.topline {
	text-align: center;
	background: #ed8679;
	height: 50px;
	line-height: 3rem;
	color: #ffffffd4;
	box-sizing: border-box;
	font-size: 1rem;
}

.header {
	background: linear-gradient(90deg, #fcf8f3 100%, #FAEBDD 0%);
	padding: 5vw 0 5vw;
}

h1 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Playfair Display', serif;
	color: #3b4263;
	text-align: center;
}

.substring, body.artikel .layout_full .info {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Work Sans', serif;
	color: rgb(59 66 99 / 70%);
	width: 50%;
	display: block;
	line-height: 1.5rem;
	text-align: center;
	margin: 0 auto;
}

.hero {
	background: #FAEBDD;
	background: linear-gradient(180deg, #FDF8F4 0%, #ffffff 100%);
	min-height: 200px;
	padding: 0 0 80px;
}

.hero.large img {
	width: 90%;
	margin: 0 50px;
}

.hero.small {
	text-align: center;
	padding: 8vw 0 0vw;
	min-height: auto;
	background: linear-gradient(0deg, #f0f0ee 0%, #ffffff 100%);
}

.hero.small img {
	width: 400px;
}

.back {
	background: #F0F0EE;
	padding: 2vw 0;
}


/* Artikel Seite */


body.artikel .mod_newsreader, #article-6, #cards.mod_article.drei-spalten {
	background: #F0F0EE;
	padding: 5vw 0;
}

body.artikel .layout_full {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 6vw;
}

body.artikel .layout_full .content-text:nth-child(3) {
	background: #34536c;
	padding: 25px 40px;
	margin: 30px 0;
	border-radius: 10px;
	color: #FFF;
	line-height: 1.5rem;
}

body.artikel .layout_full .content-text:nth-child(3) p {
	margin-bottom: 0;
}

body.artikel .layout_full .content-text {
	margin-bottom: 70px;
}

body.artikel .layout_full .content-text p {
	line-height: 1.3rem;
	margin-bottom: 50px;
}

body.artikel .layout_full .content-text img {
	border-radius: 5px;
	margin-bottom: 20px;
}

body.artikel .layout_full h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3F3F3F;
	text-align: center;
	border-bottom: 3px dashed #c5c5c5;
	padding-bottom: 10px;
}

body.artikel .layout_full h3 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3F3F3F;
	text-align: center;
	border-bottom: 3px dashed #c5c5c5;
	padding-bottom: 10px;
}


body.artikel .layout_full ul {
margin: 30px;
}

body.artikel .layout_full ul li {
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 1.4rem;
}

body.artikel .layout_full a:link, body.artikel .layout_full a:visited {
	text-decoration: none;
	color: #393939;
	transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
	background: transparent;
	border-bottom: 3px solid rgb(255 128 120 / 70%);
	box-shadow: inset 0 0px 0 rgb(255 128 120 / 70%);
	text-shadow: 0 10px 10px rgb(255 128 120 / 30%);
	padding: 0 2px;
}

body.artikel .layout_full a:hover {
	background: rgb(255 128 120 / 30%);
}


/* Cards */

#cards {
	background: #F0F0EE;
	padding: 8vw 0;
}

#cards .content-text {
	background: #FFF;
	border-radius: 10px;
	width: 30%;
	box-sizing: border-box;
	height: fit-content;
	position: relative;
}

#cards .content-text:nth-child(2) {
	margin-top: 60px;
}

#cards .content-text:nth-child(3) {
	margin-top: -20px;
}

#cards .content-text img {
	border-radius: 10px 10px 0 0;
}

#cards .content-text figure {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

#cards .content-text figure img {
	rotate: 0deg;
	transform: scale(1);
	transition: all .2s;
}

#cards .content-text figure:hover img {
	rotate: 3deg;
	transform: scale(1.1);
	transition: all .2s;
}

#cards .content-text h2 {
	padding: 20px 25px;
	color: #3b4263;
	font-style: initial;
	font-weight: 100;
}

#cards .content-text p {
	margin-bottom: 30px;
	line-height: 1.25rem;
	font-size: 0.9rem;
	padding: 0 20px 0 25px;
	color: #3b4263;
}

#cards .content-text p a:link, #cards .content-text p a:visited, .back a:link, .back a:visited, .more a:link, .more a:visited, .button {
	background: #FF8078;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 100px;
	margin: 20px 0;
	display: inline-block;
	border: 1px solid #FF8078;
	font-style: italic;
	font-weight: 400;
	font-size: 1rem;
}

#cards .content-text p a:hover, .back a:hover, .more a:hover {
	color: #FF8078;
	background: #FFF;
	transition: all 0.3s ease;
	border: 1px solid #FF8078;
}

#cards .content-text p.tag {
	background: #344255;
	border-radius: 5px;
	width: fit-content;
	font-size: 0.8rem;
	padding: 2px 6px;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #FFF;
}

#cards .button {margin: 4vw auto;
	text-align: center;
	width: fit-content;
	display: block;}
	
#cards .button:hover {
	color: #FF8078;
	background: #FFF;
	transition: all 0.3s ease;
	border: 1px solid #FF8078;
}	

#cards .button a {background: #DDD;}

#cards .mod_newslist {
	margin: 4vw 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#cards .mod_newslist .layout_latest {
	width: 46%;
	border-radius: 10px;
	background: linear-gradient(315deg, rgb(237 134 121 / 20%) 0%, rgb(255 246 221 / 52%) 70%);
	margin-bottom: 50px;
}

#cards .mod_newslist .layout_latest:nth-child(even) {
	position: relative;
	top: 60px;
}

#cards .mod_newslist .layout_latest figure img {
	rotate: 0deg;
	transform: scale(1);
	transition: all .2s;
}

#cards .mod_newslist .layout_latest figure:hover img {
	rotate: 3deg;
	transform: scale(1.05);
	transition: all .2s;
}

#cards .mod_newslist .layout_latest h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 2.4rem;
	font-family: 'Playfair Display', serif;
	color: #ED8679;
	padding: 25px 30px 10px 35px;
	letter-spacing: 0px;
}

#cards .mod_newslist .layout_latest h2 a:link, #cards .mod_newslist .layout_latest h2 a:visited {
	color: #3b4263;
}

#cards .mod_newslist .layout_latest p {
	line-height: 1.25rem;
	font-size: 0.95rem;
	color: rgb(59 66 99 / 70%);
	padding: 0 35px;
}

#cards .mod_newslist .layout_latest p.more {
	margin: 20px 0 12px;
}

#cards.drei-spalten > .content-text:nth-child(1) {
	background: none;
	width: 100%;
	margin-bottom: 100px;	
}

#cards.drei-spalten .media--above.content-text {
	width: 29%;
	margin-bottom: 80px;
}

#cards.zwei-spalten > .content-text:nth-child(1) {
	background: none;
	text-align: center;
	width: 100%;
}

#cards.zwei-spalten .content-text p.substring {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

/* Home Tipps */

.inside.tipps {
	margin-bottom: 160px;
}

.tipps .content-image {
	text-align: center;
	margin-top: 100px;
}

.tipps img {
	width: 200px;
}

#cards .tipps .content-text {
	background: transparent;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#cards .tipps .content-text h2 {
	padding: 30px 0 0px;
	color: #373737;
	font-family: 'Playfair Display', serif;
	margin-bottom: 25px;
}

#cards .tipps p.substring {
	font-size: 1rem;
}

#cards .tipps p a {
	margin: 0px auto !important;
	width: 40%;
	display: block;
}


/* Slider Page */

.sliderWrapper {
	overflow: visible;
}

.content-slider {
	padding: 20px;
	margin: 4vw 0;
}

.content-slider .slideBox {
	background: #FFF;
	border-radius: 10px;
	min-height: 340px;
}

.content-slider p {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	line-height: 2rem;
	width: 80%;
	margin: 0 auto;
}

.content-slider p strong {
	font-size: 2.1rem;
	text-transform: uppercase;
	border: 6px solid #ee8679;
	color: #FFF;
	position: relative;
	top: -25px;
	border-radius: 100px;
	font-family: 'Work Sans', serif;
	height: 130px;
	width: 130px;
	box-sizing: border-box;
	padding: 42px 0;
	display: block;
	margin: 0 auto;
	font-weight: 700;
	transform: rotateZ(347deg);
	background: #ee8679;
	margin-bottom: 20px;
}

.content-slider .experte p strong {
	font-size: 1rem;
}

.content-slider p em, .AuthorWrap {
	font-size: 1.1rem;
	padding: 20px 50px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	/* top: -30px; */
	border-radius: 100px;
	font-family: 'Work Sans', serif;
	color: rgb(237 134 121 / 60%);
	width: 87%;
	text-align: center;
}


.slider-control {
	height: 30px;
	top: 58%;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.slider-control .slider-menu {
	font-size: 27px;
	text-align: center;
	top: 230px;
	position: relative;
}

.slider-control a {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	position: absolute;
	top: 20px;
	display: inline-block;
	text-indent: -9999px;
	background: #f6b7af;
}

.slider-control a.slider-next {
	position: absolute;
	top: 9px;
	display: inline-block;
	right: 0;
	left: auto !important;
	right: -30px;
	left: auto !important;
}



/* FOOTER */

footer {
	padding-bottom: 70px;
	padding-top: 70px;
	background: #ddd;
	font-size: 0.8em;
	position: relative;
	top: 0px;
	background: #344254 url(../../files/_img/backgroundWhite2.svg) repeat-y;
	background-size: 100%;
}

.disclaimer {
	font-size: 0.9rem;
	letter-spacing: 0.3px;
	text-align: center;
	color: #fff;
	margin: 0 10%;
	line-height: 1.5rem;
}

.disclaimer a {
	text-decoration: underline;
}

.copyright {
	font-size: 0.85rem;
	margin: 100px 0 0 0;
	text-align: left;
	color: #fff;
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.05rem;
}

.copyright img {
	width: 250px;
	display: block;
	margin: 30px auto;
}

.copyright a:link, .copyright a:visited {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
	font-size: 0.8rem;
}



@media only screen and (max-width: 800px) {

	.inside {
		padding: 0 6vw;
		padding-top: 4px;
	}

	.topline {
		font-size: 0.9rem;
		line-height: 1.3rem;
	}

	.header {
		padding: 10vw 0 7vw;
	}

	.hero {
		padding: 20px 0 50px;
	}
	
	.hero.large img {
		width: 100%;
		margin: 0 auto;
	}
	
	.hero.small {
		padding: 14vw 0 2vw;
	}
	
	h1 {
		font-size: 2.4rem;
		line-height: 3rem;
	}

	.substring {
		width: 80%;
		font-size: 1rem;
		line-height: 1.5rem;
		opacity: 0.7;
	}

	#cards .content-text, #cards .mod_newslist .layout_latest {
		width: 100%;
		margin-bottom: 40px;
	}
	
	#cards.zwei-spalten .content-text {
	width: 100%;
	margin-bottom: 40px;	
	}
	
	
}
