/*!
Theme Name: Kinderparadies
Theme URI: http://underscores.me/
Author: Robert Schmidt
Author URI: http://www.it-crs.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kpk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kinderparadies is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* leckerli-one-regular - latin */
@font-face {
  font-family: 'Leckerli One';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/leckerli-one-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/leckerli-one-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/leckerli-one-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/leckerli-one-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/leckerli-one-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/leckerli-one-v16-latin-regular.svg#LeckerliOne') format('svg'); /* Legacy iOS */
}

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 925px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*

########     ###     ######  ####  ######  
##     ##   ## ##   ##    ##  ##  ##    ## 
##     ##  ##   ##  ##        ##  ##       
########  ##     ##  ######   ##  ##       
##     ## #########       ##  ##  ##       
##     ## ##     ## ##    ##  ##  ##    ##  
########  ##     ##  ######  ####  ######   

Colors:

Blue: #0063A6
Gray: #474747

font-family: 'Leckerli One', cursive;

*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;

  background: url(img/bg.png) no-repeat top center;
  overflow-x: hidden;
}
h1 {
  font-family: 'Leckerli One', cursive;
  font-size: 45px;
  line-height: 55px;
  color: #0063A6;
  font-weight: 400;
  margin: 30px 0px 0px 0px;
}
h1 + .subheader {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #464646;
  margin: 0px 0px 20px 0px;
}

h2 {
  font-family: 'Leckerli One', cursive;
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  /* text-align: center; */
  color: #0063A6;
  margin: 0px;
}
h2 + .subheader {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #464646;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

h3 {
  font-family: 'Leckerli One', cursive;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  color: #464646;
  margin: 0px;
}
h3 + .subheader {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #464646;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

p:first-child { margin-top: 0px; }

.entry-content ul { margin: 0px; }

.box {
  width: 925px;
  margin: 0px auto;
}

.cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cols-1-1 .col {
  width: 50%;
  padding: 20px;
}
.cols-1-1 col.col1 { padding-left: 0px; }
.cols-1-1 col.col2 { padding-right: 0px; }

.ab-block-container,
.is-style-full-width-padding {
  margin-left: calc(((100vw - 925px) / 2) * -1);
  margin-right: calc(((100vw - 925px) / 2) * -1);
}

.is-style-full-width-padding {
  padding-left: calc((100vw - 925px) / 2) !important;
  padding-right: calc((100vw - 925px) / 2) !important;
}

.ab-block-container.no-padding .ab-container-content {
  max-width: none !important;
}

.ab-block-layout-column-gap-2 { grid-gap: 0 20px; }

ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.post, .page {
  margin: 0px;
  padding: 0px;
}

#page {
  border-top: 5px solid transparent;
}

.page-content, .entry-content, .entry-summary { margin: 0px; }

.align-center { text-align: center !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }

.is-style-no-top-margin { margin-top: 0px; }
.is-style-no-bottom-margin { margin-bottom: 0px; }
.is-style-no-top-bottom-margin { margin-top: 0px; margin-bottom: 0px; }

.wp-block-image .alignleft { margin-top: 7px; }

/*
##     ## ########    ###    ########  ######## ########  
##     ## ##         ## ##   ##     ## ##       ##     ## 
##     ## ##        ##   ##  ##     ## ##       ##     ## 
######### ######   ##     ## ##     ## ######   ########  
##     ## ##       ######### ##     ## ##       ##   ##   
##     ## ##       ##     ## ##     ## ##       ##    ##  
##     ## ######## ##     ## ########  ######## ##     ## 
*/
.pre-header-elements {
  height: 7px;
  background: rgba(255,255,255,.44);
}
.pre-header-elements .box { position: relative; }

#opening-hours {
  right: 185px;
  top: 0px;
  position: absolute;
  width: 211px;
  height: 120px;
  background: url(img/openinghours.png) top center no-repeat;
}

.pre-header-elements .cloud {
  right: -90px;
  top: -13px;
  position: absolute;
  width: 191px;
  height: 133px;
  background: url(img/cloud.png) top center no-repeat;
}


#masthead {
  background: rgba(255,255,255,.52);
  border-bottom: 4px solid #fff;
}

.masthead-elements .box {
  position: relative;
}

.masthead-elements .hearts {
  position: absolute;
  background: url(img/hearts.png) center no-repeat;
  width: 347px;
  height: 144px;
  top: 75px
}
.masthead-elements .hearts-left {
  left: -150px;
}
.masthead-elements .hearts-right {
  right: -150px;
}

.custom-logo {
  margin-top: 40px;
  position: relative;
}


.header-row1 {
  background: url(img/head-bg-wave.png) center top no-repeat;
  min-height: 200px;
}

.header-row1 .cols { align-items: flex-end; }
.header-row1 .col2 { text-align: right; }

.header-row2 {
  margin-top: -10px;
  padding-bottom: 20px;
}

#mobile-navigation { display: none; }
.main-navigation {
  float: none;
}

.main-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.main-navigation li {
  float: none;
  border-radius: 5px;
  padding: 0px 8px;
  z-index: 20;
}

.main-navigation li.current-menu-item {

  background: #0063A6;
}
.main-navigation li.current-menu-item::before {
  content: '';
  background: url(img/herzchen.png) no-repeat center;
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -14px;
}

.main-navigation li a {
  color: #464646;
  font-size: 20px;
  line-height: 30px; 
  text-transform: uppercase;
}
.main-navigation li:hover a {
  color: #0063A6;
}

.main-navigation li.current-menu-item a {
  color: #fff;
}

.media-container {
  background: #EBE5D4;
}

.media-container .box {
  height: 400px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.media-container .box::before {
  content: '';
  position: absolute;
  left: 0px; top: 0px;
  width: 100%; height: 100%;
  z-index: 5;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe5d4+0,ebe5d4+10,ebe5d4+90,ebe5d4+100&1+0,0+10,0+90,1+100 */
  background: -moz-linear-gradient(left,  rgba(235,229,212,1) 0%, rgba(235,229,212,0) 10%, rgba(235,229,212,0) 90%, rgba(235,229,212,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(235,229,212,1) 0%,rgba(235,229,212,0) 10%,rgba(235,229,212,0) 90%,rgba(235,229,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(235,229,212,1) 0%,rgba(235,229,212,0) 10%,rgba(235,229,212,0) 90%,rgba(235,229,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe5d4', endColorstr='#ebe5d4',GradientType=1 ); /* IE6-9 */
}

.media-container .text-container {
  display: table;
  width: 500px;
  height: 100%;
  margin: auto;
}

.media-container .text-container .inner {
  display: table-cell;
  vertical-align: middle;
}

.slider-headline p,
.header-headline {
  text-align: right !important;
  font-weight: 600 !important;
}

.header-headline { overflow: auto; }

.header-headline p {
  float: right;
  clear: both;
  margin: 0px;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}


.slider-headline p span,
.header-headline p {
  background: rgba(0, 99, 166, .6);
  padding: 0px 5px;
  font-size: 38px !important;
  line-height: 44px !important;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
}

.slider-headline p span:first-child {
  border-bottom-right-radius: 0;
}

.slider-headline p span:last-child {
  margin-right: -40px;
  border-top-left-radius: 0;
}

.slider-subheadline p,
.header-subheadline {
  text-align: center !important;
  margin-top: 50px !important;
}

.header-subheadline p {
  margin: 0px;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.slider-subheadline p span,
.header-subheadline p {
  background: rgba(0, 99, 166, .6);
  padding: 0px 5px;
  font-size: 28px !important;
  line-height: 34px !important;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}

.media-container-elements {
  position: relative;
}

.media-container-elements .cloud-with-play {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 119px;
  height: 85px;
  background: url(img/wolke-mit-sternen.png) center no-repeat;
  background-size: contain;
  z-index: 10;
}

.media-container-elements .cloth {
  position: absolute;
  top: -60px;
  right: -130px;
  width: 242px;
  height: 256px;
  background: url(img/strampler.png) center no-repeat;
  background-size: contain;
  z-index: 10;
}

.wave-container {
  background: url(img/geschwungene_linie_head.png) top center no-repeat;
  /*background-size: cover;*/
  height: 100px;
  margin-top: -47px;
  z-index: 10;
  position: relative;
}

.wave-container .box {
  position: relative;
}

.sticker {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.sticker-teddy {
  background-image: url(img/plueschtier.png);
  background-size: contain;
  width: 252px;
  height: 239px;
  left: -30px;
  top: -100px;
}

.sticker-pacifier {
  background-image: url(img/rosa-spielzeug.png);
  background-size: contain;
  width: 209px;
  height: 230px;
  left: 100px;
  top: -80px;
}

.sticker-bottle {
  background-image: url(img/trinkflasche.png);
  background-size: contain;
  width: 187px;
  height: 223px;
  right: 40px;
  top: -80px;
}

.entry-header {
  background: #fff;
  padding: 10px 0px;
}

.entry-header .box {
  position: relative;
}

.entry-header .box img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

/*
########  ##        #######   ######  ##    ##  ######  
##     ## ##       ##     ## ##    ## ##   ##  ##    ## 
##     ## ##       ##     ## ##       ##  ##   ##       
########  ##       ##     ## ##       #####     ######  
##     ## ##       ##     ## ##       ##  ##         ## 
##     ## ##       ##     ## ##    ## ##   ##  ##    ## 
########  ########  #######   ######  ##    ##  ######  
*/
.spacer { height: 0px; }
.spacer-desktop-20 { height: 20px; }
.spacer-desktop-40 { height: 40px; }
.spacer-desktop-50 { height: 50px; }
.spacer-desktop-80 { height: 80px; }
.spacer-desktop-100 { height: 100px; }
.spacer-desktop-150 { height: 150px; }

.cc-container {
  display: block;
  margin: 0px auto;
  text-decoration: none;
}

.cc-circle {
  width: 100px;
  height: 100px;

  background-position: center;
  background-repeat: no-repeat;

  border-radius: 50px;
  margin: 0px auto;
}

.cc-color-blue { background-color: #4987BD; }
.cc-color-red { background-color: #E75252; }
.cc-color-green { background-color: #5FB585; }
.cc-color-bright-green { background-color: #6AB13E; }
.cc-color-purple { background-color: #86569B; }
.cc-color-orange { background-color: #E7693A; }

.cc-text {
  text-align: center;
  margin-top: 10px;
}

.cc-text span {
  background: #fff;
  border-radius: 11px;
  line-height: 22px;
  padding: 2px 5px;
  color: #464646;
}

.recent-post-container {}
.recent-post-date { margin: 0px; }
.recent-post-title {
  margin: 0px;
  color: #0063A6;
  font-weight: 400;
  margin-bottom: 20px; 
}


.recent-post-excerpt {
  width: 270px;
  margin: 0px;
}


/*
 ######   #######  ##    ## ######## ######## ##    ## ######## 
##    ## ##     ## ###   ##    ##    ##       ###   ##    ##    
##       ##     ## ####  ##    ##    ##       ####  ##    ##    
##       ##     ## ## ## ##    ##    ######   ## ## ##    ##    
##       ##     ## ##  ####    ##    ##       ##  ####    ##    
##    ## ##     ## ##   ###    ##    ##       ##   ###    ##    
 ######   #######  ##    ##    ##    ######## ##    ##    ##    
*/
.content-bg-white #content {
  background: #fff;
}

.home-products {
  width: 580px;
  margin: 0 auto;
}

.wpcf7-email,
.wpcf7-text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: none; outline: none;
  /*text-transform: uppercase;*/
  padding: 20px;
  border-radius: 8px;
}

.wpcf7-submit,
input[type="submit"] {
  background: #0063A6;
  border: none; outline: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

#newsletter-anmeldung .hint {
  font-size: 14px;
  margin-top: 20px;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px !important;
  line-height: 24px;
}

.wpcf7-response-output {
  border: none !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.wpcf7-validation-errors { color: red; }

#newsletter-anmeldung-big .row {
  margin-bottom: 30px;
}

#newsletter-anmeldung-big .wpcf7-email,
#newsletter-anmeldung-big .wpcf7-text,
#newsletter-anmeldung-big .wpcf7-select {
  width: 600px;
}

#newsletter-anmeldung-big .wpcf7-select {
  height: 60px;
}


/*
########  #######   #######  ######## ######## ########  
##       ##     ## ##     ##    ##    ##       ##     ## 
##       ##     ## ##     ##    ##    ##       ##     ## 
######   ##     ## ##     ##    ##    ######   ########  
##       ##     ## ##     ##    ##    ##       ##   ##   
##       ##     ## ##     ##    ##    ##       ##    ##  
##        #######   #######     ##    ######## ##     ## 
*/
#colophon {
  background: #474747;
  color: rgba(255,255,255,.46);
  margin-top: 20px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

#colophon a {
  color: rgba(255,255,255,.46);
  text-decoration: none;
}

#colophon a:hover {
  text-decoration: underline;
}

#colophon .box { padding-top: 20px; }

#colophon h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255,255,255,.46);
  font-family: 'Roboto', sans-serif;
  text-align: left;
  margin-bottom: 10px;
}

#colophon img {
  margin-top: 20px;
}

#colophon .col5 {
  align-self: flex-end;
}

#menu-social-media {
  display: flex;
  flex-direction: row;
}

#menu-social-media li {
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#menu-social-media li:first-child {
  margin-left: 0px;
}

#menu-social-media li a {
  font-size: 0px;
  color: transparent;
  width: 27px;
  height: 27px;
  display: block;
}

#menu-social-media .fb {
  background-image: url(img/ico-fb.png);
}

#menu-social-media .insta {
  background-image: url(img/ico-insta.png);
}


/*
   ##       ##      ##     #####     #####   
  ##      ####    ####    ##   ##   ##   ##  
 ##         ##      ##   ##     ## ##     ## 
##          ##      ##   ##     ## ##     ## 
 ##         ##      ##   ##     ## ##     ## 
  ##        ##      ##    ##   ##   ##   ##  
   ##     ######  ######   #####     #####   
*/
@media screen and (max-width: 925px)
{
  .box {
    width: 100%;
  }

  .ab-block-container, .is-style-full-width-padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .is-style-full-width-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ab-block-container {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
  }

  .custom-logo {
    width: 40vw;
  }

  .menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 110;
    background: url(img/menu.svg) no-repeat center;
    background-size: 30px;
    font-size: 0px;
    color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
  }

  .menu-toggled .menu-toggle {
    position: fixed;
    background: url(img/ico-close-white.svg) no-repeat center;
    background-size: 30px;
  }

  #mobile-navigation { display: block; }
  #site-navigation { display: none; }

  #primary-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0063A6;
    opacity: 0;
    z-index: -1;
    display: block;
    padding-top: 50px;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }

  .menu-toggled #primary-mobile-menu {
    z-index: 100;
    opacity: 1;
  }

  #primary-mobile-menu li {
    text-align: center;
    margin-bottom: 10px;
  }

  .main-navigation li.current-menu-item::before { display: none; }

  #primary-mobile-menu li a { color: #fff; }

  .entry-content { padding: 0px 20px; }

  .entry-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  #colophon .box { padding: 20px; }
}

/*
   ##       ##     #####    #######  ##        
  ##      ####    ##   ##  ##     ## ##    ##  
 ##         ##   ##     ##        ## ##    ##  
##          ##   ##     ##  #######  ##    ##  
 ##         ##   ##     ## ##        ######### 
  ##        ##    ##   ##  ##              ##  
   ##     ######   #####   #########       ##  
*/
@media screen and (max-width: 1024px)
{

  .spacer-tablet-20 { height: 20px; }
  .spacer-tablet-40 { height: 40px; }
  .spacer-tablet-50 { height: 50px; }
  .spacer-tablet-80 { height: 80px; }
  .spacer-tablet-100 { height: 100px; }
  .spacer-tablet-150 { height: 150px; }

}

/*
   ##    ########  #######    #####   
  ##     ##    ## ##     ##  ##   ##  
 ##          ##   ##     ## ##     ## 
##          ##     #######  ##     ## 
 ##        ##     ##     ## ##     ## 
  ##       ##     ##     ##  ##   ##  
   ##      ##      #######    #####   
*/
@media screen and (max-width: 780px)
{
  h1 {
    margin-top: 60px;
    font-size: 40px;
    line-height: 50px;
  }

  h1 + .subheader {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
  }

  .h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .spacer-phone-20 { height: 20px; }
  .spacer-phone-40 { height: 40px; }
  .spacer-phone-50 { height: 50px; }
  .spacer-phone-80 { height: 80px; }
  .spacer-phone-100 { height: 100px; }
  .spacer-phone-150 { height: 150px; }

  .cols { flex-direction: column; }
  .cols .col { width: auto; }


  #opening-hours { display: none; }
  .pre-header-elements .cloud { display: none; }
  .masthead-elements .hearts-right { display: none; }
  .masthead-elements .hearts-left { left: -280px; }

  .header-row1 {
    background: url(img/head-bg-wave.png) center bottom no-repeat;
    min-height: 110px;
  }
  .header-row1 .box { display: block; }
  .header-row1 .col { padding-top: 0px; padding-bottom: 0px; }

  .custom-logo { width: 200px; margin-top: 10px; }
  .header-row1 .col2 { text-align: left; }

  .header-row1 .col2 img { width: 200px; margin-left: 82px; }

  .media-container .box {
    height: 250px;
  }

  .media-container-elements .cloud-with-play {
    left: 10px;
    width: 90px;
    height: 64px;
  }

  .media-container-elements .cloth {
    top: -42px;
    right: -70px;
    width: 150px;
    height: 160px;
  }

  .slider-headline p span,
  .header-headline p {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .slider-subheadline p span,
  .header-subheadline p {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .header-subheadline p { margin: auto; }

  .sticker-teddy {
    width: 152px;
    height: 145px;
    left: -34px;
    top: 0px;
  }
  
  .sticker-pacifier {
    width: 135px;
    height: 150px;
    left: 34px;
    top: 0px;
  }
  
  .sticker-bottle {
    width: 137px;
    height: 165px;
    right: -50px;
    top: -5px;
  }

  .entry-header .box img {
    bottom: auto;
    top: -110px;
    width: 50vw;
  }

  .home-products {
    max-width: 580px;
    width: auto;
  }

}

@media screen and (max-width: 600px)
{
  .media-container .text-container { width: 90%; }

  .cc-container { margin-bottom: 20px; }

  .ab-block-layout-column {
    margin-bottom: 40px;
  }
  .ab-block-layout-column:last-child { margin-bottom: 0px; }
}



/* R.S. Fixing 2024 */

.home__news {
  background: url(img/bg-news.png) center no-repeat;
  background-size: cover;
}

.home__news .wp-block-query h4 {
  margin-top: 0;
  color: #0063A6;
  font-weight: 400;
  margin-bottom: 20px;
}

.is-style-subheadline {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #464646;
  margin: 0px 0px 20px 0px;
}

h2 {
  font-weight: 400;
}