/* ============================================================
   BabyForum Contao — 6-legacy.css
   Rolle: legacy  |  Quelle: design/classes.md
   Rest der alten layout.css: Chrome-Regeln, die 3-layout-frame.css ueberschreibt.

   UNLAYERED — genau wie 3-layout-frame.css. Contao injiziert die alte
   layout.css weiterhin ungelayert; ein @layer-Wrapper wuerde dagegen
   verlieren. Wichtiger noch: @layer schlaegt Spezifitaet, ein Wechsel
   der Ebene wuerde also lautlos andere Regeln gewinnen lassen. Ungelayert
   bleibt die Kaskade exakt die der alten Einzeldatei.
   Reihenfolge der <link>-Tags in fe_page.html5 ist Teil des Vertrags:
   2 → 4 → 5 → 6 → 8 → 3-layout-frame (Frame zuletzt, gewinnt Gleichstand).
   Sprint C: 1:1 aus 6-legacy.css extrahiert. Selektoren, Werte und
   Reihenfolge unveraendert — diese Datei aendert die Optik nicht.
   ============================================================ */

#header { height: 80px; margin: 0 auto; padding-bottom: 10px; white-space: nowrap; }
#header .inside { text-align: center; }
#footer { background: var(--color-surface); width: 100%; margin: 0px auto 0 auto; padding-top: 40px; text-align: center; }
.verlinkungVarianteEins { padding: 0 15px 15px 15px; background: var(--color-surface-cool); float: left; width: 260px; margin: 15px 30px 0 0; }
.verlinkungVarianteZwei { padding: 0 15px 15px 15px; background: var(--color-border-soft); float: left; width: 260px; margin: 15px 0 0 0; }
#header .mod_customnav li:nth-child(5) { margin-left: 276px; }
/* Top Bar */
.topbar { background: var(--color-primary); height: 40px; color: var(--color-on-dark); text-align: right; }
.topbar ul li { margin: 0 0; list-style: none; display: inline-block; }
.topbar ul li a:link, .topbar ul li a:visited { border-bottom: 4px solid var(--color-primary); color: var(--color-on-dark); font-size: 13px; font-weight: bold; padding: 9px 7px 10px 7px; }
.topbar ul li a:hover { border-bottom: 3px solid var(--color-link); }
/* mastermenu */
.mastermenu { position: relative; margin: 0 auto; height: 140px; height: fit-content; text-align: center; white-space: nowrap; }
.isUser .mastermenu { padding-top: 40px; margin-bottom: 40px; }
.mastermenu ul { margin: 0 auto 0 auto; }
.mastermenu li { display: inline-block; color: var(--color-on-dark); margin: 0 5vw 0 0; vertical-align: top; margin-top: 22px; }
.mastermenu li > a:link, .mastermenu li > a:visited { width: 70px; height: 50px; display: table-cell; vertical-align: middle; color: var(--color-primary); }
.mastermenu li > a em { position: relative; top: 35px; font-style: normal; font-size: 0.9rem; padding-bottom: 6px; }
.mastermenu li > a:hover em { color: var(--color-accent); padding-bottom: 6px; }
/* TopMenu */
.categoriesHolder { text-align: center; margin: 0px auto 25px; position: relative; white-space: nowrap; animation: fadein 2.5s; }
.categoriesHolder ul { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1073px; margin: 0 auto; }
.categoriesHolder li { border: none; display: inline-block; padding: 11px 0px 10px 0; }
.categoriesHolder li a:link, .categoriesHolder li a:visited { border: none; margin-bottom: 4px; font-size: 0.9rem; padding: 12px 12px; text-align: center; font-weight: 400; color: var(--color-primary); border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
.categoriesHolder li a:hover { border-bottom: 3px solid var(--color-link); }
.categoriesHolder .schwangerAT:link, .categoriesHolder .schwangerAT:visited { border-bottom: 3px solid var(--cat-red); }
.categoriesHolder .schwangerAT:hover { border-bottom: 3px solid var(--color-accent); }
.categoriesHolder .karenzAT:link, .categoriesHolder .karenzAT:visited { border-bottom: 3px solid var(--color-success-soft); }
.categoriesHolder .karenzAT:hover { background: var(--color-success-soft); color: var(--color-on-dark); }
.categoriesHolder .kinderkramCOM:link, .categoriesHolder .kinderkramCOM:visited { border-bottom: 3px solid rgba(126, 56, 181, 0.3); }
.categoriesHolder .kinderkramCOM:hover { background: rgba(126, 56, 181, 0.6); color: var(--color-on-dark); }
.categoriesHolder .apps:link, .categoriesHolder .apps:visited { background: var(--color-link-bright); color: var(--color-on-dark); }
.categoriesHolder .apps:hover { background: color-mix(in srgb, var(--color-link-bright) 70%, transparent); }
/* aboveFooter */
#aboveFooter { margin: 5px auto 10px auto; width: 1000px; padding: 0px 0 0; }
#aboveFooter a:link, #aboveFooter a:visited { margin: 0px 0.67% 0; font-size: 0.9em; display: inline; font-weight: 400; padding: 7px 0 8px 0; color: var(--color-primary); line-height: 2.6em; }
#aboveFooter a:hover { color: var(--color-bookmark-hot); text-decoration: underline; }
/* Footer Menu - - */
#footer .mod_customnav { padding-top: 20px; }
#footer .mod_customnav ul li { margin-bottom: 3px; display: inline; list-style-type: circle; list-style-position: outside; }
#footer .mod_customnav ul li.active { font-size: 11px; background: var(--color-accent); color: var(--color-on-dark); border-radius: var(--radius-sm); }
#footer .mod_customnav ul li a:link, #footer .mod_customnav ul li a:visited { font-size: 11px; background: none; color: var(--color-muted); border: none; }
#footer .mod_customnav ul li a:hover { background: none; color: var(--color-primary); }

/* Artikel */

.content-text ul { margin: 10px 10px 30px 20px; }
.content-text li {
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 8px 0 8px 20px;
	padding-left: 10px;
	list-style: none;
	list-style-position: outside;
background: transparent url(../../files/_ratgeber/check.svg) 0 3px no-repeat;
background-size: 18px;
padding-left: 25px; }
.content-text p { margin-bottom: 20px; font-size: 1rem; line-height: 1.7rem; }

.Box { margin: 0; font-size: 1em; }
.Box p { font-size: 1.03em; }
.Box h4 { font-size: 1.7em; color: var(--color-ink-soft); text-align: center; font-weight: 700;  border-bottom: 3px solid var(--color-link); margin-bottom: 20px; padding-bottom: 10px; font-weight: normal; }
.Box .modulhead { display: block;  font-size: 1.5rem; color: var(--color-primary); text-align: center; margin-bottom: 20px; padding-bottom: 10px; font-weight: 500; margin-top: 55px; }

.whitebox { background: var(--color-surface); padding: 15px; border-radius: var(--radius-sm); vertical-align: top; }
.whitebox h2 { margin: 0 0 20px 0; padding: 0; }
.whitebox50, .whitebox51 { width: 47.8%; margin-right: 4%; display: inline-block; margin-bottom: 30px; }
.whitebox51 { margin-right: 0; }
.whitebox50 img, .whitebox51 img { border-radius: var(--radius-sm); }
.whitebox.nopadding { padding: 0 0 15px 0 !important; }
.whitebox.padding { padding: 30px; }

.boxWrapper { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 25px; }
	.boxWrapper .whitebox { width: 48%; padding: 25px; margin-bottom: 35px; position: relative; box-shadow: var(--shadow-lg); }
	.boxWrapper .whitebox.banderole { width: 100%; text-align: center; }
		.boxWrapper .whitebox.banderole .button { margin: 0 auto; }

.boxWrapper.Three {}
	.boxWrapper.Three .whitebox { width: 31%; }
	.boxWrapper .whitebox.padding { padding: 30px; }

/* Flex */

.flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
	/* .flex p {width: 47%; height: auto;} */

.banderole { width: 100%; padding: 30px 15% 60px; text-align: center; color: var(--color-primary); }

.banderole a:link, .banderole a:visited { background: var(--color-accent); border: var(--color-accent); border-radius: var(--radius-full); padding: 12px 25px; text-decoration: none; color: var(--color-on-dark); box-shadow: 0 0 10px color-mix(in srgb, var(--color-accent) 40%, transparent); display: table; margin: 20px auto; transition: background 0.2s; letter-spacing: 0.5px; font-weight: 400; }

.banderole a:hover { color: var(--color-accent); background: var(--color-surface); }
/* Colorbox */
.cboxElement img { border-radius: var(--radius-sm); border: 1px solid var(--color-border-soft); }
.easylogo { margin-right: 30px; }
/* Startseite */
.frontSchwanger h2, .frontKarenz h2, .frontMAM h2 { margin: 0; color: var(--color-on-dark); padding: 0; }
.frontSchwanger h2 a:link, .frontSchwanger h2 a:visited, .frontKarenz h2 a:link,.frontKarenz h2 a:visited, .frontMAM h2 a:link, .frontMAM h2 a:visited { margin: 0; color: var(--color-on-dark); }
.frontSchwanger h2 a:hover, .frontKarenz h2 a:hover, .frontMAM h2 a:hover { color: var(--color-primary); }
.frontSchwanger, .frontKarenz, .frontMAM { display: inline-block; border-radius: var(--radius-lg); margin-bottom: 20px; background: var(--color-bookmark-hot); padding: 20px; color: var(--color-on-dark); width: 48%; border-bottom: 3px solid var(--color-primary); vertical-align: top; }
.frontKarenz, .frontMAM { background: var(--color-webinar); margin-right: 2%; border-bottom: 3px solid var(--color-danger-strong); }
.frontMAM { margin-right: 30px; }
.frontSchwanger p { color: var(--color-on-dark); }
.frontKarenz .paragraph { font-size: 8em; position: absolute; left: 220px; font-weight: bold; opacity: 0.5; }
.frontMAM { border: 2px solid var(--color-link); background: var(--color-surface); border-radius: var(--radius-lg); border-bottom: 3px solid var(--color-btn-secondary); }
.frontMAM h2 a:link, .frontMAM h2 a:visited { color: var(--color-link); }
.frontMAM p { color: var(--color-link); margin-bottom: 8px; }
/* Modul Favoriten - - */
.frontGuide, .ausDemForum { margin-bottom: 30px; }
.favoriten { margin-bottom: 30px; }
.favoriten p { margin: 0 0 10px 0; }
.favoriten h2 { text-align: center; color: var(--color-btn-secondary); }
.favoriten a:link, .favoriten a:visited { border-radius: var(--radius-sm); background: var(--color-surface); padding: 2px 5px 2px 5px; }
.favoriten a:hover { box-shadow: 0px 0px 5px var(--color-muted); text-decoration: none; }
.frontGuide ul li { text-align: center; line-height: 2.3em; list-style: none; }
.frontGuide ul li a:link, .frontGuide ul li a:visited { font-size: 1.1em; background: var(--color-link); border-radius: var(--radius-sm); padding: 3px 7px; color: var(--color-on-dark); line-height: 1.5em; }
.frontGuide ul li a:hover { background: var(--color-primary); }
.frontGuide h2 { padding: 0; margin: 0; text-align: center; }
/* Aus dem Forum */
.ausDemForum { border-radius: var(--radius-sm); }
.ausDemForum p { vertical-align: middle; margin-bottom: 10px; }
.ausDemForum img { border-radius: var(--radius-sm); margin-right: 0; vertical-align: middle; }
.ausDemForum a:link, .ausDemForum a:visited { border-radius: var(--radius-sm); background: var(--color-surface); padding: 9px 5px 9px 5px; vertical-align: middle; }
.babyforumApp { margin-bottom: 30px; border-radius: 0 0 var(--radius-sm) var(--radius-sm);  padding: 20px; background: var(--cat-yellow); }


/* mod_newslist */

.mod_newslist { margin-top: 25px; overflow: hidden; padding: 0px 15px; }
.mod_newslist img { margin: 0; border-radius: var(--radius-sm) var(--radius-sm) 0 0; }

.mod_newslist { display: flex; justify-content: space-between; flex-wrap: wrap; }
.mod_newslist .layout_latest { margin-bottom: 35px; flex-basis: 47%; vertical-align: top; background: var(--color-surface); box-shadow: var(--shadow-lg); position: relative; }
.mod_newslist .layout_latest .teaser { margin: 0; text-align: left; padding: 0 35px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.mod_newslist .layout_latest .teaser p { padding-left: 0; background: none; }

#main .mod_newslist .layout_latest h2 { line-height: 33px;font-weight: 400; ; font-size: 1.8em; letter-spacing: 0; font-weight: normal; margin: 20px 0 10px 0 !important; padding: 0 25px; }
.mod_newslist .layout_latest h2 a:link, .mod_newslist .layout_latest h2 a:visited { font-size: 1.5rem; color: var(--color-primary); overflow: hidden; text-overflow: ellipsis; font-family: 'Inter'; font-style: normal; font-weight: 500; line-height: 2.1rem; display: block; letter-spacing: 0.02rem; padding-left: 0; }
.mod_newslist .layout_latest h2 a:hover { color: var(--color-accent); }
#main .mod_newslist .layout_latest p { margin: 10px 0 10px 0 !important;
	padding: 0 25px; }
.mod_newslist div.caption { display: none; }
.mod_newslist .layout_latest p.more a, p.back a { padding: 5px 20px 5px 8px; display: block; width: 130px; margin: 15px 0 25px 0; color: var(--color-primary); background: transparent; border-bottom: 3px solid var(--cat-red); box-shadow: inset 0 -1px 0 var(--cat-red); }
.mod_newslist .layout_latest p.more a:hover, p.back a:hover { border-bottom: 3px solid var(--color-accent); }
.mod_newslist .layout_latest .teaser p { font-size: 1rem; line-height: 1.5rem; }

.mod_newslist .image_container { position: relative; }
.mod_newslist figcaption { position: absolute; bottom: 5px; background: var(--color-primary-15); padding: 5px 9px; color: var(--color-on-dark); border-radius: 0 var(--radius-sm) 0 0; font-size: 0.75rem; }

/* BreadCrumbs */

.mod_breadcrumb {}
	.BreadcrumbsWrapper { margin: 3px auto 10px auto; }
	.mod_breadcrumb li { display: inline-block; color: var(--color-muted-50); margin-right: 3px; font-size: 0.75rem; }
	.mod_breadcrumb a { color: var(--color-muted-50); letter-spacing: 0; display: inline-block; font-size: 0.75rem; }
	.mod_breadcrumb a:hover { color: var(--color-text); }
	.mod_breadcrumb li:nth-child(2):before, .mod_breadcrumb li:nth-child(3):before, .mod_breadcrumb li:nth-child(4):before { content: "›"; font-weight: 700; margin-right: 5px; }
	.Crumb { color: var(--color-muted-50); font-weight: 700; margin: 0 3px 0 0; }


/* Opacity #2 */
.mod_newslist .layout_latest figure { background: var(--color-link); line-height: 0; border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
	.mod_newslist .layout_latest figure img { opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
	.mod_newslist .layout_latest figure:hover img { opacity: .5; }

/* KAWAI DESU - Blog */

.kawaiDescription p { text-align: center; }

h1.ce_headline { margin: 0; padding: 0 0 0 0; line-height: 1.3em; color: var(--color-gray-mid); /* color: var(--color-on-dark); background: var(--color-border-soft);*/ }
h3.ce_headline { margin: 0; padding: 0 0 0 0; line-height: 2em; color: var(--color-gray-mid); font-size: 40px;font-weight: 400; color: var(--color-primary); margin-bottom: 30px; font-weight: normal; }

#rechte-spalte-42 .mod_newslist .layout_latest { margin-bottom: 22px; width: 100%; vertical-align: top; }
#rechte-spalte-42 h1 { font-size: 2.3em; }


/* mod_newsreader */

.mod_newsreader { overflow: hidden; background: transparent; border-radius: var(--radius-sm); padding: 12px 0; }
.mod_newsreader.whitebox { background: transparent; }
.mod_newsreader img { margin: 0 0 20px 0; border-radius: var(--radius-sm); border-radius: var(--radius-sm); /* max-width: 640px; */ /* you can use % */ height: auto; }
.mod_newsreader img.blogbildmitte { margin: 0; float: none; clear: both; border-radius: var(--radius-sm); border-radius: var(--radius-sm); max-width: 640px; /* you can use % */ height: auto; }

.mod_newsreader .layout_full { margin-bottom: 22px;vertical-align: top; }
.mod_newsreader .layout_full.even { margin-right: 38px; }
.mod_newsreader .layout_full.odd { margin-right: 0; }
.mod_newsreader .layout_full h1 { margin: 35px auto; color: var(--color-primary); font-size: 2rem; line-height: 3rem; font-weight: 500; text-align: center; width: 70%; padding-bottom: 30px; border-bottom: 3px solid color-mix(in srgb, var(--color-link) 50%, transparent); display: inherit; }
#main .mod_newsreader .layout_full h2 { font-size: 1.7em; line-height: 1.1em;font-weight: 400; letter-spacing: 0; font-weight: normal; margin: 30px 0 25px 0; padding: 0; color: var(--color-primary); padding: 7px 55px; }
.mod_newsreader .layout_full h3 { font-size: 1.7em; line-height: 1.1em;font-weight: 400; margin: 8px 0 15px 0; }
.mod_newsreader .layout_full h2 a:link, .mod_newsreader .layout_full h2 a:visited { color: var(--color-link); }
.mod_newsreader .layout_full h2 a:hover { color: var(--color-accent);; }
.mod_newsreader .layout_full .teaser { margin: 0 0 8px 0; font-weight: bold; }
.mod_newsreader div.caption { visibility: hidden; }
#main .mod_newslist .layout_latest p.info, .mod_newsreader .layout_full p.info { color: var(--color-muted-50); font-size: 0.9rem !important; padding: 0 0 15px 0; margin: 15px 0; text-align: center; }
#main .mod_newslist .layout_latest p.info { text-align: left; padding-left: 25px; }

.mod_newsreader .layout_full ul li { margin: 5px 0 5px 10px; padding-left: 30px; padding-right: 70px; list-style: none; list-style-position: outside; }

.mod_newsreader .layout_full p.more a, p.back a { padding: 5px 20px 5px 8px;display: block;width: 130px;margin: 10px 0 45px 0;color: var(--color-primary);background: transparent;border-bottom: 3px solid var(--cat-red);box-shadow: inset 0 -1px 0 var(--cat-red); }
.mod_newsreader .layout_full p.more a:hover, p.back a:hover { border-bottom: 3px solid  var(--color-accent); }

#kawai-artikel .mod_newsreader { margin: 0; }
	#kawai-artikel .mod_newsreader .float_above img { display: block; float: none; }

/* .mod_newsreader .layout_full img {max-width: 700px;} */

/* Interview Style */
.mod_newsreader .layout_full .content-text em { color: var(--color-link); font-weight: 700; margin-top: 5px; display: block; font-weight: normal; font-size: 1em; border-bottom: 5px solid color-mix(in srgb, var(--color-link-light) 30%, transparent); padding: 12px 0px 8px; }
.interviewbox { margin: 20px 0 20px 0; display: block; font-weight: normal; font-size: 1em; background: var(--color-border-soft); padding: 12px 16px 0 16px; border-radius: var(--radius-sm); }
.interviewbox h3 { margin: 0 0 20px 0 !important; }
.interviewbox img { margin-right: 25px; }

.artikelbox { background: var(--color-surface-cool); border: 1px solid var(--color-border-soft); padding: 0 15px 15px 15px; border-radius: var(--radius-sm); }


.interview { background: var(--cat-pink); padding: 30px; border-radius: var(--radius-sm); font-style: italic; }
.interview p { font-style: italic; }
.interview em { color: var(--color-text) !important; padding: 0 !important; margin: 0 !important; border: none !important; }


/* Gallery */

.content-gallery { margin: 30px 0 40px; background: var(--color-surface-cool); padding: 15px; }
	.content-gallery  img { border-radius: var(--radius-sm); margin-bottom: 15px; max-width: none; float: none; margin: 0; width: 100%; border: none; }
	.content-gallery  h2 { color: var(--color-on-dark); text-align: center; width: 100%; }
	.content-gallery >ul  { display: flex; flex-wrap: nowrap; justify-content: space-between; }
	.content-gallery  li  { width: 24%; list-style: none !important; padding: 0 !important; margin: 0 !important; }


/* Comments */
.ce_comments { background: var(--color-quote-bg); padding: 20px 25px; border-radius: var(--radius-sm); margin-top: 20px; margin-bottom: 10px; width: 70%; margin: 0 auto; }
	body #main .ce_comments h2 { font-size: 1.5em; color: var(--color-primary);font-weight: 400; margin-bottom: 10px; }
	.ce_comments .kommentarHeadline { font-size: 14px; float: right; }
	.ce_comments label { font-size: 0.9em; display: inline-block; margin: 6px 9px 8px 10px; }
	.ce_comments input { border-radius: var(--radius-sm); border: 0; padding: 6px 5px 6px 5px; width: 40%; margin-bottom: 7px; }
	.ce_comments textarea { padding: 3px 5px 3px 5px; border: none; border-radius: var(--radius-sm); width: 97%; }
	.ce_comments .captcha { width: 30px; }
	.ce_comments input.checkbox { float: left; display: inline-block; width: 19px; margin: 11px 0; }
	.ce_comments #lbl_notify_0 { float: left; display: inline-block; }
	.ce_comments input.submit { cursor: pointer; color: var(--color-primary); padding: 6px 22px; line-height: 1.8rem; background: var(--color-highlight); width: auto; background: var(--color-accent); font-weight: 400; color: var(--color-on-dark); font-size: 1rem; border-radius: var(--radius-full); }
	.ce_comments input.submit:hover { color: var(--color-on-dark); background: var(--color-primary); }


/* MegaGewinnSpiel */

a.button:link, a.button:visited { max-width: 250px; padding: 12px 20px; font-size: 1rem; background: var(--color-link); display: block; margin: 20px auto 0; cursor: pointer; font-weight: 400; text-align: center; }
	a.button:hover { background: var(--color-highlight); color: var(--color-primary); }

.button a:link, .button a:visited { max-width: 250px;padding: 12px 20px; font-size: 1rem; background: var(--color-link);display: table;margin: 20px;cursor: pointer;color: var(--color-on-dark);border-radius: var(--radius-full); 	margin: 15px auto 0;
	width: 300px;
	font-size: 1rem;
	border: 1.5px solid var(--color-link);
	font-weight: 400;
	color: var(--color-link);
	background: var(--color-surface);
	padding: 8px;
	box-shadow: 0 0 10px color-mix(in srgb, var(--color-link) 30%, transparent);
	transition: background 0.2s;
	letter-spacing: 0.5px;
	text-align: center;}
	.button a:hover { background: var(--color-link); color: var(--color-on-dark); }

.mod_newsreader .content-text p.button a:link, .mod_newsreader .content-text p.button a:visited {    margin: 30px auto;
	font-size: 1rem;
	border: 1px solid var(--color-link);
	font-weight: 400;
	color: var(--color-link);
	background: var(--color-surface);
	padding: 12px 21px;
	box-shadow: 0 0 10px color-mix(in srgb, var(--color-link) 30%, transparent);
	transition: background 0.2s; width: fit-content; max-width: none; text-align: center;}
	.mod_newsreader .content-text p.button a:hover {    border: 1px solid var(--color-link);
	background: var(--color-link);
	color: var(--color-on-dark); max-width: none; width: content-fit;}

.socialButtons { width: 160px; margin-left: 100px; margin-top: 25px; }
.fbButton { float: left; }
.plusButton { float: right; }

.checkboxMenue { background: var(--color-surface); width: 263px; border-radius: var(--radius-sm); border: 1px solid var(--color-bookmark-hot); margin-bottom: -10px; }
#f3 #ctrl_35 span { display: block; }
#f3 #opt_35_3, #f3 #opt_35_7 { visibility: hidden; }

#f3 textarea { height: 38px; }

#f3 { padding: 20px 20px 20px 20px; background: var(--color-border-soft) url(../../files/_gewinnspiel/blumenBackground.png) bottom right no-repeat; margin: 0 8px 0 15px; }
#f3 .explanation p, #f3 .explano { font-size: 10px; line-height: 14px; color: var(--color-muted); padding-top: 20px; }
#f3 .multiselect { width: 250px; }

#f3 #ctrl_14 { margin-left: 20px; }
#f3 #ctrl_15 { margin-left: 16px; }
#f3 #ctrl_17 { margin-top: 10px; margin-bottom: -10px; }
#f3 #ctrl_17 label { margin-left: 0; }

#f3 input.submit { margin-top: 20px; width: 280px; font-size: 16px; background: var(--color-bookmark-hot); border: 1px solid var(--color-bookmark-hot); }
#f3 input.submit:hover { background: var(--color-link); border: 1px solid var(--color-link); color: var(--color-on-dark); }

#f3 p.error { color: var(--color-accent); }


.ersterKasten { float: left; width: 310px; }
.zweiterKasten { float: left; width: 300px; }
.dritterKasten { float: right; width: 255px; }

.zweiterKasten label, .zweiterKasten input { margin-bottom: 8px; }

.rechtsVonDanke { float: left; width: 600px; padding-top: 10px; }
.rechtsVonDanke p { font-size: 15px; color: var(--color-muted); text-align: left; margin-left: 45px; }

.dankeTeilnahme { background: var(--color-warning-bg); border: 1px solid var(--color-highlight); line-height: 30px; border-radius: var(--radius-md); border-radius: var(--radius-md); padding: 10px; text-indent: 0;display: block; }
/* Banner */
.skyscraper { display:none; }
.superbanner { width: 1085px; text-align: center; margin: 20px auto; }
.banner_right { margin-top: 15px; }
.rechteSpalte-Kinderkram { border-radius: var(--radius-sm); border-bottom: 3px solid var(--color-gray-mid); margin-bottom: 20px; cursor: pointer; display: block; text-align: center; margin: 0 auto; }
.facebookBox { border:none; overflow: hidden; height: 212px; background: var(--color-surface); }
.belowNavi a:link, .belowNavi a:visited { color: var(--color-on-dark); background: var(--color-accent); display: block; padding: 2px 12px 2px 12px; float: left; border-radius: 0 0 var(--radius-sm) var(--radius-sm); margin: -2px 0 0 20px; border-top: 2px solid var(--color-accent); text-align: center; }
.belowNavi a:hover { background: var(--color-accent); border-top: 2px solid var(--color-surface); }
.gutscheinrechts { width: 270px; border: 1px dashed var(--color-surface); padding: 10px 10px 20px 10px; border-radius: var(--radius-md); background: var(--color-link); color: var(--color-on-dark); }
.gutscheinrechts a:link, .gutscheinrechts a:visited { background: var(--color-accent); border-radius: var(--radius-sm); color: var(--color-on-dark); padding: 3px 25px 3px 25px; position: relative; top: 7px; }
.gutscheinrechts a:hover { background: var(--color-bookmark-hot); padding: 3px 25px 3px 25px; border-radius: var(--radius-sm); color: var(--color-on-dark); }
.gutscheinDownload:link, .gutscheinDownload:visited { float: left; width: 120px; height: 98px; background: transparent url(../../files/_design/gutscheinDownload.png) no-repeat; display: block; }
.gutscheinDownload:hover { float: left; width: 120px; height: 98px; background: transparent url(../../files/_design/gutscheinDownload.png) 0px -148px no-repeat; }
div.viernullvierbox { background: var(--color-surface); padding: 28px; border-radius: var(--radius-sm); text-align: left; margin: 50px auto 0 auto; width: 280px; box-shadow: 0 0 5px var(--color-muted); }
.fkmlogo { background: transparent; padding: 25px 10px 20px; text-align: center; margin: 10px 25% 25px 25%; }
.ankuender { margin: 0px 0% 40px; }
.slider-control .slider-menu b { margin: 4px 10px 0; }
/* Karten */
#karten { text-align: left; padding: 0 0 55px; }
#karten .headline, #footer .headline { display: block; padding: 12px 0; font-size: 1rem; color: var(--color-primary); }
#karten a:link, #karten a:visited { display: inline-block;
	border-radius: var(--radius-sm);
	padding: 4px 14px;
	margin: 3px 3px 6px 0;
	background: var(--color-surface);
	color: var(--color-primary);
	font-size: 0.9rem;
	border-radius: var(--radius-full); }
#karten a:hover { background: var(--color-primary); color: var(--color-on-dark); }
#marktplatz { text-align: center; }
/* Artikel in der App */
.inArticleApp { width: 100%; background: var(--color-surface-cool); border-radius: var(--radius-sm); padding: 10px; font-size: 1.2em; color: var(--color-text) !important; margin-bottom: 20px; display: block; box-shadow: inset 0 0 5px var(--color-muted); }
.inArticleApp:hover, .inArticleApp:focus { background: var(--color-border-soft); }
.inArticleApp strong { font-weight: 700; }
.inArticleApp .appname { text-align: left; font-size: 1.6em; margin: 11px 0 3px 0; display: block; }
.inArticleApp img { border-radius: var(--radius-md); vertical-align: top; box-shadow: 0 0 5px var(--color-muted); }
/* Urlaubscheck */
.urlaubscheck { margin-top: 20px; }
.urlaubscheck div { background: var(--color-footer-bg);
	padding: 20px 30px 20px;
	border-radius: var(--radius-sm); }
.urlaubscheck h3 { margin: 30px 0 10px 0; }
/* AppsBox */
#appsBox { width: 100%;text-align: center; padding: 30px 0; color: var(--color-primary); margin-bottom: 30px; }
.appDownload { margin: 15px 1% 0; width: 42%; max-width: 160px; display: inline-block; box-shadow: 0 0 10px var(--color-primary-15); border-radius: var(--radius-sm); background: var(--color-surface); line-height: 0; }
/* Socials */
#socials { color: var(--color-primary); padding: 1px 0 65px; text-align: center; }
#socials a { width: 40px; height: 40px; display: inline-block; border-radius: var(--radius-full); margin: 8px 20px; }
#socials a.facebook { background: transparent url(/themes/_icons/socialFacebook.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.twitter { background: transparent url(/themes/_icons/socialTwitter.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.pinterest { background: transparent url(/themes/_icons/socialPinterest.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.instagram { background: transparent url(/themes/_icons/socialInstagram.svg) 0 0 no-repeat; background-size: 100%; }
#socials a:hover { opacity: 1; }
/* Footer */
#footer { color: var(--color-on-dark);
	margin: 90px 0 0;
	background-color: var(--color-footer-bg);
	padding: 20px 0 0 0; }
#footer div .flex { margin-bottom: 20px; display: flex; justify-content: space-between; }
#footer div .flex div { width: 28%; }
#footer2 { background: var(--color-surface); color: var(--color-on-dark); padding-bottom: 60px; }
#footer2 div { text-align: center; }
#footer .flex p { width: 100%; }
#footer2 div .flex { margin-bottom: 20px; display: flex; justify-content: space-between; }
#footer2 div .flex div { width: 28%; }
.newsletterDiv a:link, .newsletterDiv a:visited { background: var(--color-surface) url(/themes/_icons/navNewsletter.svg) 13px 0 no-repeat;
		background-size: 65px; font-size: 1.1rem; border-radius: var(--radius-full); margin-top: 20px; padding: 25px 0px 23px 89px; display: block; text-align: left; text-indent: 0; min-height: 60px; color: var(--color-primary); transition: background 0.2s; }
.newsletterDiv a:hover { color: var(--color-on-dark); background: var(--color-primary) url(/themes/_icons/navNewsletter.svg) 6px 0 no-repeat; background-size: 65px; }
.gewinnspielDiv p { color: var(--color-primary); font-size: 1.1rem; line-height: 1.8rem; }
.gewinnspielDiv a:link, .gewinnspielDiv a:visited { border: none; margin-bottom: 7px; padding: 5px 20px; background: var(--color-accent); border-radius: var(--radius-sm); font-weight: 400; display: table; color: var(--color-on-dark); margin-top: 0; text-align: left; border-radius: var(--radius-full); }
.gewinnspielDiv a:hover { background: var(--color-primary); color: var(--color-on-dark); transition: background 0.2s; }
.linksDiv ul { margin: 0 0 20px 0; }
.linksDiv ul li { display: block; line-height: 28px; text-align: center; }
.linksDiv ul li.last { border: none; }
#footer .linksDiv ul li a { color: var(--color-primary); }
#footer .linksDiv ul li a:hover { color: var(--color-link); transition: background 0.2s; }
.copyright { font-size: 11px; color: var(--color-primary); }
#footerframe { border-bottom: 3px solid var(--color-link); }
/* Footer */
#footer { color: var(--color-on-dark); margin: 0px 0 0 0; }
#footer h4 { color: var(--cat-peach);
	font-family: "Fraunces";
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 38px;
	text-align: left; }
#footer div .flex { margin-bottom: 20px; display: flex; justify-content: space-between; padding: 60px 0 80px; }
#footer div .flex div { width: 28%; }
.newsletterDiv a:link, .newsletterDiv a:visited { background: var(--color-surface) url(/themes/_icons/navNewsletter.svg) 13px 0 no-repeat;
		background-size: 65px;
		font-size: 1.1rem;
		border-radius: var(--radius-full);
		margin-top: 20px;
		padding: 25px 0px 23px 89px;
		display: block;
		text-align: left;
		text-indent: 0;
		min-height: 60px;
		color: var(--color-primary);
		transition: background 0.2s; }
.newsletterDiv a:hover { color: var(--color-ink);
		background: var(--color-highlight) url(/themes/_icons/navNewsletter.svg) 8px -4px no-repeat;
		background-size: 70px; }
.gewinnspielDiv p { color: var(--color-primary); font-size: 1.1rem; line-height: 1.8rem; }
.gewinnspielDiv a:link, .gewinnspielDiv a:visited { border: none; margin-bottom: 7px; padding: 5px 14px; background: var(--color-accent); border-radius: var(--radius-full); font-weight: 400; display: table; color: var(--color-on-dark); margin-top: 0; text-align: left; font-size: 1rem; }
.gewinnspielDiv a:hover { background: var(--color-primary); color: var(--color-on-dark); transition: background 0.2s; }
.linksDiv ul { margin: 0 0 20px 0; }
.linksDiv ul li { display: block; line-height: 28px; text-align: center; }
.linksDiv ul li.last { border: none; }
#footer .linksDiv ul li a { color: var(--color-primary); }
#footer .linksDiv ul li a:hover { color: var(--color-link); transition: background 0.2s; }
#footerNew { padding-bottom: 70px; margin-top: 0; padding-top: 70px; background: var(--color-border-soft); font-size: 0.8em; position: relative; top: 0; background: var(--color-primary); }
.copyright { font-size: 0.85rem; margin: 0; text-align: left; color: var(--color-on-dark); text-align: center; color: color-mix(in srgb, var(--color-on-dark) 40%, transparent); }
.copyright img { width: 250px; display: block; margin: 30px auto; }
.copyright a:link, .copyright a:visited { color: color-mix(in srgb, var(--color-on-dark) 50%, transparent); transition: all 0.3s ease; font-size: 0.8rem; }
.copyright a:hover { color: var(--color-accent); }
/* Socials */
#socials { color: var(--color-primary); padding: 1px 0 65px; text-align: center; font-size: 0.85rem; color: color-mix(in srgb, var(--color-on-dark) 40%, transparent); }
#socials a { width: 40px; height: 40px; display: inline-block; border-radius: var(--radius-full); margin: 8px 20px; }
#socials a.apple { background: transparent url(/themes/_icons/socialApple.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.play { background: transparent url(/themes/_icons/socialPlay.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.facebook { background: transparent url(/themes/_icons/socialFacebook.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.twitter { background: transparent url(/themes/_icons/socialTwitter.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.pinterest { background: transparent url(/themes/_icons/socialPinterest.svg) 0 0 no-repeat; background-size: 100%; }
#socials a.instagram { background: transparent url(/themes/_icons/socialInstagram.svg) 0 0 no-repeat; background-size: 100%; }
#socials a:hover { opacity: 1; }
.ratgeberIcons { margin: 0 auto; float: right; width: 70px; position: relative; z-index: 1; top: -15px; right: -10px; }
#bigheader { position: fixed; z-index: 101; width: 100%; }
.bigheader { border-bottom: 1px solid color-mix(in srgb, var(--color-border) 28%, transparent);
			height: 105px;
			background: linear-gradient(224deg,transparent,color-mix(in srgb, var(--color-surface) 29%, transparent) 47.39%,var(--color-surface) 65%),linear-gradient(336deg,var(--cat-magenta) .07%,var(--cat-purple) 16.73%,var(--cat-blue) 34.48%,var(--color-success-bg) 49.98%,var(--cat-green) 66.12%,var(--cat-yellow) 81.95%,var(--cat-peach) 99.9%);
			transition: all 0.2s; }
.bigheader-alt { box-shadow: 0 0 10px var(--color-primary-15);
			transition: all 0.2s;
			border-bottom: 1px solid color-mix(in srgb, var(--color-border) 28%, transparent);
			height: 105px;
			background: linear-gradient(224deg,transparent,color-mix(in srgb, var(--color-surface) 29%, transparent) 47.39%,var(--color-surface) 65%),linear-gradient(336deg,var(--cat-magenta) .07%,var(--cat-purple) 16.73%,var(--cat-blue) 34.48%,var(--color-success-bg) 49.98%,var(--cat-green) 66.12%,var(--cat-yellow) 81.95%,var(--cat-peach) 99.9%);
			height: 50px; }
.bigheader-alt .headerLogo { width: 55px; top: 9px !important; transition: all 0.2s; }
.bigheader-alt .headerLogo:hover { width: 55px; left: 25px; }
.bigheader-alt .mastermenu li { margin-top: -9px; transition: all 0.2s; }
.bigheader-alt .mastermenu li ul li { margin-top: 0; }
.bigheader-alt .userMeModule { top: 48px; right: 15px; transition: all 0.6s; }
nav.mastermenu { background: none; margin-left: 15vw; padding-top: 8px; }
nav.mastermenu ul { display: flex; background: none; }
nav.mastermenu ul li { position: relative; }
nav.mastermenu ul > li:before { content: "";
				/* background: var(--color-muted-50); */
				width: 10px;
				height: 10px;
				display: block;
				margin: 0 auto;
				border-radius: 100%;
				position: absolute;
				top: 20px;
				left: -30%; }
nav.mastermenu ul li ul li:before { content: none; }
nav.mastermenu ul li:hover,
			nav.mastermenu ul li:focus-within { background: none; cursor: pointer; }
nav.mastermenu ul li:focus-within a { outline: none; }
nav.mastermenu ul li a:not(.BigButton):not(.Button):not(.button) { color: var(--color-primary); background: none !important; }
nav.mastermenu ul li ul li a:not(.BigButton):not(.Button):not(.button) { color: var(--color-on-dark); }
.headerLogo { position: absolute; left: 25px; top: 25px; display: block; width: 90px; height: 50px; background: url(https://www.babyforum.at/babyForumHeadLogo.svg) no-repeat; background-size: 100%;  z-index: 1000; transition: all 0.2s ease-out; }
.mastermenu li.headerLogo a img { width: 120px; }
.headerLogo:hover { left: 21px; top: 21px; width: 110px; height: 60px; }
nav.mastermenu ul li ul { background: var(--color-dropdown); visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top: 1rem; left: 0; display: none; z-index: 10000; width: 215px; box-shadow: var(--shadow-lg); margin-top: 0;     border-radius: var(--radius-sm);
			box-shadow: var(--shadow-md); animation: fadein 0.2s; }
nav.mastermenu ul li ul:before { content: "";
			position: absolute;
			width: 1px;
			height: 1px;
			border: 5px solid transparent;
			border-bottom-color: var(--color-dropdown);
			left: 10%;
			top: -11px;
			margin-left: -5px; }
nav.mastermenu ul li:hover > ul,
		nav.mastermenu ul li:focus-within > ul,
		nav.mastermenu ul li ul:hover,
		nav.mastermenu ul li ul:focus { visibility: visible; opacity: 1; display: block; }
nav.mastermenu ul li ul li { clear: both; width: 100%; display: block; margin: 0; }
nav.mastermenu ul li ul li a:link, nav.mastermenu ul li ul li a:visited { color: var(--color-on-dark);
			padding: 9px 15px;
			width: 100%;
			height: auto;
			font-size: 0.8rem;
			display: block;
			text-align: left;
			margin-left: 0;
			font-weight: 400; }
.mySearchModule { width: 190px; }
nav.mastermenu a:link, nav.mastermenu a:visited, header nav span { font-size: 0.9rem; font-weight: 400; font-family: "Inter", serif; letter-spacing: 0.5px; }
nav.mastermenu a:hover { color: var(--color-danger-bright); }
nav.mastermenu ul li ul li a:hover:after { background: color-mix(in srgb, var(--color-on-dark) 18%, transparent);
			position: absolute;
			left: 0;
			top: 0;
			height: 43px;
			width: 100%;
			border-radius: initial; }
nav.mastermenu ul li a:after { border-radius: 1em; content: ""; position: absolute; right: 100%; left: 0; transition: right .4s cubic-bezier(0,.5,0,1); }
nav.mastermenu ul li ul li a:after { content: "";
			position: absolute;
			transition: width .4s cubic-bezier(0,.5,0,1);
			width: 0; }
nav.mastermenu a.button.red:link, a.button.yellow:visited { background: var(--color-accent) !important;
				color: var(--color-on-dark) !important; top: 1px; width: fit-content; padding: 2px 15px; max-width: 200px; font-size: 0.9rem; font-family: "Inter", serif; letter-spacing: 0.5px; margin-top: 9px; font-weight: 400; border: none; }
nav.mastermenu a.button.red:hover { background: var(--color-accent-light) !important; color: var(--color-accent) !important; }
.mastermenu li { display: inline-block;
				color: var(--color-on-dark);
				margin: 0 3vw 0 0;
				vertical-align: top;
				margin-top: 20px;
				transition: all 0.2s; }
/* My Search Module */
.mastermenu li.mySearchModule { position: absolute;
				right: 0;
				top: 16px; }
.mySearchModule { margin: 25px 0; border: 1px solid color-mix(in srgb, var(--color-border) 28%, transparent); height: 35px; animation: fadein 0.5s; border-radius: var(--radius-full); }
.mySearchModule input.InputBox { display: inline-block;
				width: 100% !important;
				border-radius: var(--radius-full);
				padding: 10px 60px 8px 17px;
				position: relative;
				border: none;
				font-size: 0.8rem; }
.mySearchModule #Form_Go { width: 35px;
				height: 33px;
				position: absolute;
				background: var(--color-border);
				color: var(--color-on-dark);
				border-radius: var(--radius-full);
				padding: 2px 3px;
				right: 0;
				top: 0;
				font-size: 0.8rem;
				border: none; }
.mySearchModule #Form_Go:hover { background: var(--color-accent); }
#menuuu { border-top: 3px solid var(--color-link); }
#menuu ul { width: 47%; }
#toggle { position: fixed; width: 30px; height: 30px; top: 21px; left: 15px; z-index: 1000000; cursor: pointer; display: none; }
#toggle span { display: block; height: 2px; width: 26px; border-radius: var(--radius-sm); background: var(--color-text); transition: all 0.3s ease; cursor: pointer; }
#toggle span:nth-child(2), #toggle span:nth-child(3) { margin-top: 6px; }
#toggle span:nth-child(2) { width: 22px; }
#toggle span:nth-child(3) { width: 15px; }
#toggle.active span:nth-child(1) { opacity: 0; }
#toggle.active span:nth-child(2), #toggle.active span:nth-child(3) { margin-top: 6px; transform: rotate(45deg); position: relative; left: -1px; background: var(--color-surface); width: 26px; }
#toggle.active span:nth-child(3) { transform: rotate(-45deg); left: -1px; top: -9px; }
.registrieren, .hidden { display: none; }
#menuuu { display: block; width: 100%; min-width: 100%; height: auto; position: fixed; top: 0; left: 0; background: var(--color-surface); z-index: 1000; padding: 20px; box-shadow: 0 0 10px var(--color-muted-30); }
#menuuu .flex strong { margin: 10px 3px; display: block; text-transform: uppercase; color: var(--color-muted-50); }
#menuuu .flex ul { margin-top: 50px; width: 15%; }
#menuuu .flex ul li { list-style: none; }
#menuuu .flex ul a:link, #menuuu .flex ul a:visited { padding: 4px 3px 7px; color: var(--color-primary); font-size: 0.9rem; border-bottom: 1px solid var(--color-muted-10); margin-bottom: 5px; display: block; font-style: normal; }
#menuuu .segment { width: 100%; text-align: center; }
#menuuu .segment span { display: block; margin: 40px auto 10px; text-align: center; font-size: 1rem; color: var(--color-primary); }
#menuuu { top: 0; padding: 0; animation: fadein 0.5s; }
.menuuuhead { background: var(--color-primary); position: relative; }
#menuuu .flex { background: var(--color-primary); padding-top: 10px; height: 100%; }
#menuuu .flex.naviii { padding: 50px 15px 0; }
#menuuu .flex ul { width: 30%; margin: 0; }
#menuuu .flex ul li.menuuuName { border: none; text-indent: 2px; text-transform: uppercase; margin-bottom: 4px; font-size: 0.9rem; color: var(--color-muted-75); }
#menuuu .flex ul li.noborder { border: none; }
#menuuu .flex ul li a:link, #menuuu .flex ul li a:visited { color: var(--color-on-dark); line-height: 1.65rem; margin-bottom: 0; }
#menuuu .flex.naviii .fullwidth { width: 100%; display: flex; flex-wrap: wrap; }
#menuuu .flex.naviii .fullwidth .menuuuName { width: 100%; }
#menuuu .flex.naviii .fullwidth li a:link, #menuuu .flex.naviii .fullwidth li a:visited { border: 1px solid color-mix(in srgb, var(--color-on-dark) 20%, transparent); margin-right: 10px; padding: 2px 7px; border-radius: var(--radius-sm); }
#menuuu .flex.naviii .schwanger { display: block; border: 1px solid color-mix(in srgb, var(--color-on-dark) 20%, transparent); margin-right: 10px; padding: 2px 7px; border-radius: var(--radius-sm); margin-bottom: 50px; }
/* - - - - - - - - - - - */
/* - - MOBILE QUERY - - */
/* - - - - - - - - - - */
@media screen and (max-width: 992px) {
	#bigheader {height: auto; border: none; position: fixed;}
	.bigheader-alt .headerLogo {width: 80px; top: 10px !important; transition: all 0.2s;}
	
	#header {height: 50px; background: transparent;}
	#main {padding: 0;}
	#right {margin-bottom: 50px;}
	body.right 	#main {padding-right: 0;}
	body.centered #container {padding-left: 0vw; padding-right: 0vw;}	
	
	.content-text ul {margin: 10px 10px 20px 0;}
	.content-text li {margin-left: 0; margin-bottom: 10px;}
	.mod_newsreader .layout_full ul li {margin: 5px 0 10px 10px;}
	.tipp {width: 84%; margin: 30px 8%;}
	#main .mod_newsreader .layout_full h2 {line-height: 2.1rem; padding: 7px 10px 7px 55px;}
	
	#toggle, .registrieren {display: block;}
	.registrieren:link, .registrieren:visited {position: fixed; right: 10px; top: 16px; z-index: 100000; padding: 6px 10px; background: var(--color-accent); color: var(--color-on-dark); border-radius: var(--radius-sm); font-size: 0.9rem;}

	#menuuu {height: 100%;}
			#menuuu .flex ul {margin-top: 30px; width: 47%;}

	.mastermenu {height: auto; background: transparent;}
	.mastermenu ul li {display: none;}
	
	.headerLogo, .headerLogo:hover {left: 50px; top: 10px; width: 80px; position: fixed; z-index: 999; transition: none;}
	.categoriesHolder {display: none;}
	
	.teaser {margin: 0 20px 25px;}
	.boxWrapper .whitebox, .boxWrapper.Three .whitebox {width: 48%;}	
	
	.mod_breadcrumb {text-align: center;}
	
	.mod_newslist .layout_latest {flex-basis: 100%;}
	body.fullsize #main {padding-right: 0;}
	
	.banner_right, .rechteSpalte-Kinderkram {text-align: center;}
	.ausDemForum, .favoriten {padding: 0 15px; margin: 40px auto; }
	
	body.right #main {padding-right: 0;}
	.produkttest #main, .produkttest #right {padding: 0 10px;}
	body.right 	#main {padding-right: 25px;}
	.produkttest h2 {font-size: 2rem; line-height: 3rem; text-align: center;}
	.produkttest .mamlogo, .produkttest .joolzlogo {text-align: center;}
	.produkttest .joolzlogo img {max-width: 70%; text-align: center; margin-top: 25px;}
	.produkttest #right h2 {margin-top: 30px;}
	.produkttest .gewinnspielForm {width: 100%; max-width: 450px; margin: 0 auto;}
	.produkttest .gewinnspielForm .facebookStream {text-align: center;}
	body #main h2.alpha {font-size: 1.8rem; line-height: 2.6rem;}
	.produkttest .ankuender {margin: 0 0 40px;}
	
	body.ratgeberArtikel #main h3, .mod_newsreader .layout_full h3 {
		line-height: 32px;
	}
	
	.flexChild70, .flexChild30 {width: 100%;}
	
	#footer2 div .flex div {width: 100%; padding: 0 15px; margin-bottom: 40px;}
	
		#footer {padding: 0 0; margin: 0;}
		#footer div .flex {flex-wrap: wrap; padding: 0 25px;}
			#footer div .flex div {width: 100%;}
			#footer h4, #footer div {text-align: center;}
			#footer .flex > div {margin-bottom: 30px;}
			
	.gewinnspielDiv a:link, .gewinnspielDiv a:visited {margin: 0 auto 10px;}
	
	#karten {margin-top: 30px; padding-bottom: 0;}
	
	body.produktproben .whiteform.breit {width: 100%;}
	#f11 input, #f11 .explanation {width: 100%;}
	#f11 #ctrl_182:before, #f11 #ctrl_183:before, #f11 #ctrl_184:before, #f11 #ctrl_186:before {display: block; margin-bottom: 10px;}
	#f11 .radio_container span {width: 49%;}
	#f11 div.vorname, #f11 div.nachname {width: 100%;}
	
	#main .event.layout_full h1 {margin: 0; line-height: 2rem;}
	.event.layout_full .infobox, .event.layout_full .information {width: 100%;}
	
	.teaser h4 {font-size: 1.3rem;}
	
	.skyscraper {display: none;}
	
	#produkttest div.left, #produkttest div.right {width: 100%;}
	
	body.guide #main .whitebox h2, body.guide #main .whitebox h2 {padding: 2px 15px 2px 15px; top: 0; font-size: 1.3rem; 		left: 0;
		border-radius: var(--radius-sm) 0;}
	
	body.centered .mod_article {padding: 0;}	
	
	/* Ratgeber */
	body.ratgeberArtikel .content-text {margin: 0 0vw;}	
	
	#kawai-artikel .mod_newsreader {margin: 0 0vw;}

	
body .advertorial {margin: 40px 0; padding-top: 25px; padding-bottom: 25px;}
	body .advertorial.media figure {width: 100%; float: none; margin: 0;}
	body .advertorial.media figure img {border-radius: var(--radius-md);}

.advertorial .advertorialMark { float: right;}	
	
	.content-gallery>ul {flex-wrap: wrap;}
	.content-gallery li {width: 48%; margin-bottom: 10px !important;}
	
	.ce_comments {
		margin: 0 4vw 50px;
		width: 92vw;
	}
	
	
	.produkttestseite .flexChild70 .content-text.below {
		padding-top: 20px;
	}
	
	.produkttestseite ul {
		margin: 20px 10px 20px 10px;
	}
	
	.produkttestseite .below img {
		margin: 20px 10px 20px 10px;
	}
	
	.flexChild70 .below figure {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

	.flexChild70 .below figure img {
		margin: 0px 0 20px 10px;
		float: right;
	}
	
.gewinnspielForm .widget.widget-checkbox input {
	margin: 3px 15px 0px 10px;
	transform: scale(1.2);
	}
	
	.gewinnspielForm form input.submit {
		margin-bottom: 50px;
	}
	
	/* CE Player */
	
	.content-player, .content-youtube {
		position: relative;
		border-radius: var(--radius-sm) 0 0 var(--radius-sm);
		margin: 30px 0 20px 0;
		float: none;
		max-width: none;
	}
	
	.content-player video, .content-youtube video {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	#socials a {
		margin: 8px 14px;}

}
@media screen and (min-width: 993px) {
  #menuuu { display: none; }
}
.content-text, .content-image, .boxWrapper, .flexWrapper, .mod_eventlist, #curator-feed-babyforumat-layout, .mod_newslist, .mod_eventreader, #footer .inside, p.back, 	.mod_newsreader .videoWrapper iframe, .mod_breadcrumb, .teaser, .content-player, .ce_form, .content-youtube { padding: 0 15vw; }
.content-player { padding: 0 15vw 0 0; }
.boxWrapper .content-image { padding: 0; width: 100%; }
@media screen and (max-width: 993px) {
  .content-text, .content-image, .boxWrapper, .flexWrapper, .mod_eventlist, #curator-feed-babyforumat-layout, .mod_newslist, .mod_eventreader, #footer .inside, p.back, 	.mod_newsreader .videoWrapper iframe, .mod_breadcrumb, .teaser, .content-player, .ce_form, .content-youtube { padding: 0 4vw; }
}
@media screen and (min-width: 1600px) {
  .content-text, .content-image, .boxWrapper, .flexWrapper, .mod_eventlist, #curator-feed-babyforumat-layout, .mod_newslist, .mod_eventreader, #footer .inside, p.back, 	.mod_newsreader .videoWrapper iframe, .mod_breadcrumb, .teaser, .content-player, .ce_form, .content-youtube { padding: 0 20vw; }
  .content-player { padding: 0 20vw 0 0; }
}
.information .content-text { padding: 0	; }
/* CSS Animations */
@keyframes fadein {
from { opacity: 0; } to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; } to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; } to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; } to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; } to { opacity: 1; }
}
.forumbubble { background: var(--color-surface);
	border-radius: var(--radius-md);
	padding: 20px; }
.forumbubble em { text-align: right; }
.linkstext p { text-align: left; width: 100%; border: none; }
.linkstext h3 { margin-top: 0; }
.linkstext .float_right { width: 50%; padding-left: 50px; margin-top: 0; }
.linkstext figure { width: 50%;
	margin-left: 40px;
	margin-bottom: 40px;
}


.tipp, .wichtig, .achtung, .zitat, .elterncheck, .faq {
padding: 32px 25px 32px 200px !important;
	border-radius: var(--radius-md);
	width: 70%;
	margin: 30px 15%;
	content: "";
	background-size: 50%;
}

.wichtig, .achtung {
	background: color-mix(in srgb, var(--color-webinar) 10%, transparent) url(/files/_design/_icons/boxWichtig.svg) 4% 45% no-repeat;
	background-size: 140px;
}
.tipp {
	background: color-mix(in srgb, var(--cat-mint) 60%, transparent) url(/files/_design/_icons/boxTipp.svg) 4% 45% no-repeat;
	background-size: 140px;
}
.zitat {
	background: color-mix(in srgb, var(--color-highlight) 10%, transparent) url(/files/_design/_icons/boxZitat.svg) 4% 45% no-repeat;
	background-size: 140px;
}

@media screen and (max-width: 992px) {
	.tipp, .wichtig, .zitat, .experte, .achtung, .elterncheck, .faq {
		padding: 24px 24px !important;
		border-radius: var(--radius-md);
		width: 90%;
		margin: 30px 5%;
		content: "";
		background-size: 140px;
		box-sizing: border-box;
	}
	.wichtig, .achtung {
		background: color-mix(in srgb, var(--color-webinar) 10%, transparent) url(/files/_design/_icons/boxWichtig.svg) 110% 30px no-repeat;
		background-size: 140px;
	}
	.tipp {
		background: color-mix(in srgb, var(--cat-mint) 60%, transparent) url(/files/_design/_icons/boxTipp.svg) 110% 30px no-repeat;
		background-size: 140px;
	}
	.zitat {
		background: color-mix(in srgb, var(--color-highlight) 10%, transparent) url(/files/_design/_icons/boxZitat.svg) 110% 30px no-repeat;
		background-size: 140px;
	}
	
	.linkstext figure {
		width: 100%;
		margin-left: 0;
	}

	
}


@media screen and (max-width: 992px) {
	.linkstext .float_right {width: 100%; padding-left: 0; margin-bottom: 30px;}
}

.gewinnspielForm {padding: 0;}

/* Der umschließende Container behält das 16:9-Verhältnis bei */
.content-youtube figure {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Seitenverhältnis (9 / 16 * 100) */
	height: 0;
	overflow: hidden;
	margin: 0; /* Verhindert ungewollte Abstände von figure */
}

/* Der Iframe füllt das figure-Element komplett aus */
.content-youtube figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: var(--radius-sm);
}

.boxWrapper h2.content-text {padding: 0;}
}
