/*!
Theme Name: Stadt Waischenfeld
Theme URI: http://www.waischenfeld.de
Author: antsandelephants - Werbeagentur und Fotostudio
Author URI: http://www.antsandelephants.de
Description: Theme für Stadt Waischenfeld
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: normal;
	font-family: 'roboto_bold', sans-serif, Arial;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/* FONTS */

@font-face {
    font-family: 'andadaregular';
    src: url('fonts/andada-regular-webfont.woff2') format('woff2'),
         url('fonts/andada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'painted_brush_slantregular';
    src: url('fonts/painted_brush_slant-webfont.woff2') format('woff2'),
         url('fonts/painted_brush_slant-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bree_serifregular';
    src: url('fonts/breeserif-regular-webfont.woff2') format('woff2'),
         url('fonts/breeserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('fonts/Roboto-Regular-webfont.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('fonts/Roboto-Bold-webfont.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

body, html {font-family: 'roboto_regular', Arial, sans-serif; color: #707070; font-size: 15px; line-height: 22px;}
.edit-link {display: none !important;}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

.outer-wrapper {width: 100%; position: relative;}
.inner-wrapper {max-width: 1080px; margin: 0px auto; position: relative;}

.site-header {background: #009fe3; color: #fff; width: 100%; position: fixed; top: 0; left: 0; z-index: 10000;}

.site-branding {width: 450px; position: absolute; top: 10px; left:0px; transition: all ease 0.5s !important;}
.site-branding .logo-full {width: 100%; opacity: 1; transition: all ease 0.5s !important;}
.site-branding .logo-mini-link {display: none !important;}
.site-branding .logo-mini {width: 100%; opacity: 0; transition: all ease 0.5s !important;}
.site-branding.shrink {width: 180px; top: 5px;}
.site-branding.shrink .logo-full {opacity: 0; height: 0px !important;}
.site-branding.shrink .logo-mini-link {display: block !important;}
.site-branding.shrink .logo-full-link {display: none !important;}
.site-branding.shrink .logo-mini {opacity: 1;}

.main-navigation {float: right; width: auto; padding: 10px 0px 8px 0px;}

.main-navigation {line-height: 15px !important;}
.main-navigation li:first-child {padding-left: 0px !important; border-left: 0px !important;}
.main-navigation li:last-child {padding-right: 0px !important;}
.main-navigation li.astm-search-menu {padding-top: 2px !important;}
.main-navigation li {border-left: 1px solid #fff; padding: 4px 30px 0px 30px;}
.main-navigation a {color: #fff !important; line-height: 15px !important; transition: all ease 0.5s !important;}
.main-navigation a:hover {color: #b0dff9 !important;}
.main-navigation .current-menu-item a {color: #b0dff9 !important;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .ccchildpages ul {position: relative !important; display: block !important; top: auto !important; left: auto !important; box-shadow: none !important; float: none !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .ccchildpages ul li {float: none !important; display: block !important; padding: 0px 0px 10px 20px !important; border: 0px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .ccchildpages ul li a {color: #808080 !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-26 .ccchildpages ul li a:hover {color: #95c11f !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-25 .ccchildpages ul li a:hover {color: #009fe3 !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {line-height: 15px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child {padding-left: 0px !important; border-left: 0px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {padding-right: 0px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.astm-search-menu {padding-top: 2px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {border-left: 1px solid #fff; padding: 4px 30px 0px 30px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {color: #fff !important; line-height: 15px !important; transition: all ease 0.5s !important; padding: 0px 0px 0px 0px !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {color: #b0dff9 !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link {color: #b0dff9 !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {margin-top: 8px !important; padding-bottom: 20px !important;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {font-weight: normal !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_custom_html {padding-bottom: 0px !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text {padding-left: 0px !important; padding-bottom: 0px !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text h4.mega-block-title {display: none !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text h4.mega-block-title:hover {color: #95c11f !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text a.mega-block-title {text-transform: none !important; font-family: 'roboto_bold', Arial, sans-serif !important; color: #808080 !important; font-size: 15px !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text a.mega-block-title:hover {color: #95c11f !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text ul li a {color: #808080 !important; width: 100% !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_text ul li a:hover {color: #95c11f !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_custom_html h4.mega-block-title {font-weight: normal !important; background-color: #95c11f !important; color: #fff !important; font-family: 'painted_brush_slantregular' !important; font-size: 30px !important; line-height: 25px !important; text-transform: none !important; text-align: center !important; padding: 20px 0px 15px 0px !important;}

#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_custom_html {padding-bottom: 0px !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_text {padding-left: 0px !important; padding-bottom: 0px !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_text h4.mega-block-title {text-transform: none !important; font-family: 'roboto_bold', Arial, sans-serif !important; color: #808080 !important; font-size: 15px !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_text ul li a {color: #808080 !important; width: 100% !important; transition: all ease 0.5s !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_text ul li a:hover {color: #009fe3 !important;}
#mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_custom_html h4.mega-block-title {font-weight: normal !important; background-color: #009fe3 !important; color: #fff !important; font-family: 'painted_brush_slantregular' !important; font-size: 30px !important; line-height: 25px !important; text-transform: none !important; text-align: center !important; padding: 20px 0px 15px 0px !important;}

#is-popup-wrapper {background: rgba(0,159,227,0.75) !important;}
.is-form-style input.is-search-input {background: none !important; border: 1px solid #fff !important; color: #fff !important; border-radius: 0px !important; font-size: 20px !important; font-family: 'bree_serifregular' !important; padding: 20px 10px !important; font-weight: normal !important;}
.is-popup-search-form .is-search-icon {padding-top: 3px !important;}
.is-form-style input.is-search-submit, .is-search-icon {color: #fff !important; border-radius: 0px !important; background: none !important; border: 0px !important;}
.is-form-style button.is-search-submit {color: #fff !important; border-radius: 0px !important; background: none !important; border: 1px solid #fff !important; height: 42px !important;}
.is-form-style .is-search-submit path {fill: #fff !important;}
.is-form-style input::placeholder {color: #fff !important; font-weight: normal !important;}
.is-search-icon svg {width: 30px !important;}

.sticky-sidebar {position: fixed; top: 60px; right: 20px; width: 50px; z-index: 1001;}
.sticky-sidebar ul {margin: 0px; padding: 0px;}
.sticky-sidebar ul li {margin: 0px; padding: 0px; list-style-type: none;}
.sticky-sidebar ul li img {width: 100%;}

.et-db #et-boc .et-l .et_pb_slides .et_pb_slider_container_inner {vertical-align: bottom !important;}
.et-db #et-boc .et-l .et_pb_slides .et_pb_slider_container_inner h1 {font-family: 'painted_brush_slantregular'; font-size: 80px !important; line-height: 70px !important; margin-bottom: 30px !important; text-shadow: 0px 0px 5px #000 !important;}

.home-box-headline h2 {color: #fff !important; font-family: 'painted_brush_slantregular'; font-size: 40px !important; line-height: 35px !important; font-weight: 500 !important;}

.home-box-links ul {list-style-type: none !important; margin: 0px !important; padding: 0px !important;}
.home-box-links ul li {list-style-type: none !important; margin: 0px !important; padding: 2px 0px !important;}
.home-box-links ul li:before {content: '› '; font-size: 18px !important;}

.home-aktuelles {padding-left: 5% !important; padding-right: 5% !important;}
.home-aktuelles article {background: #f1f1f1 !important; clear: both !important; margin-bottom: 15px !important; padding: 10px 10px 10px 0px !important; min-height: 78px !important;}
.home-aktuelles article .entry-featured-image-url {width: 20% !important; position: absolute !important; top: 10px !important; left: 10px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; max-height: 58px !important; overflow: hidden !important;}
.home-aktuelles article .post-content p {margin-left: 0px !important; width: 100% !important;}
.home-aktuelles article h2, .home-aktuelles article p, .home-aktuelles article .post-content {width: 75% !important; margin-left: 25% !important;}
.home-aktuelles article h2 {margin: 0px 0px 0px 25% !important; padding: 0px 0px !important; font-size: 15px !important; line-height: 19px !important; font-family: 'roboto_bold' !important;}
.home-aktuelles article img {margin-bottom: 15px !important;}
.home-aktuelles article .post-meta {margin-bottom: 0px !important; font-size: 13px !important;}

.home-veranstaltungen-headline {position: absolute; bottom: 45px !important; left: 5% !important;}
.home-veranstaltungen-headline h3 {font-size: 30px !important; line-height: 30px !important; color: #fff !important; font-family: 'bree_serifregular' !important; margin-bottom: 25px !important; text-shadow: 0px 0px 5px #000 !important;}
.home-veranstaltungen-button {position: absolute !important; bottom: 31px !important;}

a.et_pb_button {font-family: 'roboto_bold' !important;}
a.et_pb_button:hover {background: #95c11f !important;}

.post, .page {margin-bottom: 0px !important;}

.parent-pageid-19 h2.schmuck-headline, .parent-pageid-19 h2.schwung-headline, .parent-pageid-19 h2.schwung-headline, .parent-pageid-19 h3.schmuck-headline, .parent-pageid-19 .breadcrumb strong, .page-id-19 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-347 h2.schmuck-headline, .parent-pageid-347 h2.schwung-headline, .parent-pageid-347 h2.schwung-headline, .parent-pageid-347 h3.schmuck-headline, .parent-pageid-347 .breadcrumb strong, .page-id-347 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-293 h2.schmuck-headline, .parent-pageid-293 h2.schwung-headline, .parent-pageid-293 h2.schwung-headline, .parent-pageid-293 h3.schmuck-headline, .parent-pageid-293 .breadcrumb strong, .page-id-293 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-309 h2.schmuck-headline, .parent-pageid-309 h2.schwung-headline, .parent-pageid-309 h2.schwung-headline, .parent-pageid-309 h3.schmuck-headline, .parent-pageid-309 .breadcrumb strong, .page-id-309 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-325 h2.schmuck-headline, .parent-pageid-325 h2.schwung-headline, .parent-pageid-325 h2.schwung-headline, .parent-pageid-325 h3.schmuck-headline, .parent-pageid-325 .breadcrumb strong, .page-id-325 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-333 h2.schmuck-headline, .parent-pageid-333 h2.schwung-headline, .parent-pageid-333 h2.schwung-headline, .parent-pageid-333 h3.schmuck-headline, .parent-pageid-333 .breadcrumb strong, .page-id-333 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-339 h2.schmuck-headline, .parent-pageid-339 h2.schwung-headline, .parent-pageid-339 h2.schwung-headline, .parent-pageid-339 h3.schmuck-headline, .parent-pageid-339 .breadcrumb strong, .page-id-339 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-321 h2.schmuck-headline, .parent-pageid-321 h2.schwung-headline, .parent-pageid-321 h2.schwung-headline, .parent-pageid-321 h3.schmuck-headline, .parent-pageid-321 .breadcrumb strong, .page-id-321 .breadcrumb strong {color: #009fe3 !important;}
.parent-pageid-19 h3.schmuck-headline:hover {color: #87a81b !important;}

h2.schmuck-headline {font-size: 30px !important; line-height: 30px !important; color: #87a81b !important; font-family: 'bree_serifregular' !important; margin-bottom: 15px !important;}
h2.schwung-headline {color: #87a81b !important; font-family: 'painted_brush_slantregular'; font-size: 80px !important; line-height: 70px !important; margin-bottom: 30px !important;}

h3.schmuck-headline {font-size: 30px !important; line-height: 30px !important; color: #87a81b !important; font-family: 'bree_serifregular' !important; margin-bottom: 15px !important; transition: all ease 0.5s !important;}
h3.schmuck-headline:hover {}

h4.schmuck-headline {font-size: 20px !important; line-height: 22px !important; color: #87a81b !important; font-family: 'bree_serifregular' !important; margin-bottom: 7px !important; transition: all ease 0.5s !important;}

.cmplz-service-header {background: rgba(239,239,239,.5) !important; text-decoration: none !important; margin-bottom: 10px !important;}
.cmplz-service-header h3 {font-family: 'bree_serifregular' !important; padding: 10px 10px !important;}
.cmplz-service-desc {margin-bottom: 30px !important;}

.kontakt h4 {font-size: 20px !important; line-height: 20px !important; font-family: 'bree_serifregular' !important; margin-bottom: 8px !important; padding-bottom: 0px !important;}
.kontakt h4.et_pb_module_header {font-size: 17px !important; line-height: 20px !important; font-family: 'bree_serifregular' !important; margin-bottom: 3px !important; padding-bottom: 0px !important;}
.kontakt .et_pb_blurb_container {padding-left: 5px !important;}

.et-db #et-boc .et-l .et_pb_with_background.tourismus-sightseeing .et_pb_row {width: 100% !important;}


/* Unterseite */

.breadcrumb {font-size: 13px; line-height: 20px;}
.breadcrumb strong {color: #87a81b !important; font-family: 'roboto_regular', Arial, sans-serif !important; margin-right: 20px !important;}
.breadcrumb span {color: #808080 !important;}
.breadcrumb span a {color: #808080 !important;}

.parent-pageid-440.et-db #et-boc .et-l .et_pb_module a.et_pb_button, .parent-pageid-444.et-db #et-boc .et-l .et_pb_module a.et_pb_button, .parent-pageid-442.et-db #et-boc .et-l .et_pb_module a.et_pb_button {color: #fff !important;}
.parent-pageid-440.et-db #et-boc .et-l .et_pb_module a, .parent-pageid-444.et-db #et-boc .et-l .et_pb_module a, .parent-pageid-442.et-db #et-boc .et-l .et_pb_module a {color: #87a81b !important;}

.et-db #et-boc .et-l .et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {background: none !important;}

.et-db #et-boc .et-l .et_pb_menu.unterseite-menu .et_pb_menu__menu>nav>ul>li.bsp-link a:before {content: none !important;}
.bsp-link a {position: absolute !important; bottom: -10px !important; right: 10px !important;}
.bsp-link img {width: 80px !important;}

.unterseite-box-headline {position: absolute !important; top: 0px !important; left: 5% !important; width: 90% !important; z-index: 1000 !important;}
.unterseite-box-headline h2 {color: #fff !important; font-family: 'painted_brush_slantregular'; font-size: 40px !important; line-height: 35px !important; font-weight: 500 !important;}

.et-db #et-boc .et-l .et_pb_menu.unterseite-menu .et_pb_menu__menu>nav>ul>li {display: block !important; width: 100% !important; float: none !important;}
.et-db #et-boc .et-l .et_pb_menu.unterseite-menu .et_pb_menu__menu>nav>ul>li a {padding-left: 3px !important; padding-bottom: 0px !important;}
.et-db #et-boc .et-l .et_pb_menu.unterseite-menu .et_pb_menu__menu>nav>ul>li a:before {content: '› ' !important; margin-right: 5px !important; font-size: 17px !important;}


/* Fotogalerie */

.dgwt-jg-effect-standard .dgwt-jg-caption span {font-weight: normal !important; font-family: 'bree_serifregular' !important;}
.wrapper-personal .field-wrapper {width: 50%; float: left;}
.wrapper-personal .field-wrapper:nth-child(6), .wrapper-personal .field-wrapper:nth-child(11) {clear: left;}

.field-wrapper-outer {}
.wrapper-foto .field-wrapper:nth-child(4), .wrapper-foto .field-wrapper:nth-child(5), .field-wrapper-outer .field-wrapper:nth-child(2), .field-wrapper-outer .field-wrapper:nth-child(3) {width: 50% !important; float: left !important;}
.codedropz-upload-wrapper {clear: both !important; border: 2px dashed #c5c5c5 !important; border-radius: 5px !important; margin-bottom: 10px !important; position: relative !important; text-align: center !important; padding: 20px 0px !important;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {padding: 8px 2% 8px 2% !important; border: 1px solid #ccc !important; border-radius: 0px !important; font-family: 'roboto_regular' !important; color: #505050 !important; margin-bottom: 20px !important; font-size: 16px !important; line-height: 20px !important; width: 98% !important;}
textarea {padding: 8px 2% 8px 2% !important; border: 1px solid #ccc !important; border-radius: 0px !important; font-family: 'roboto_regular' !important; color: #505050 !important; margin-bottom: 20px !important; font-size: 16px !important; line-height: 20px !important; width: 98% !important;}
select {padding: 0px 2% 0px 2% !important; border: 1px solid #ccc !important; border-radius: 0px !important; font-family: 'bree_serifregular' !important; color: #505050 !important; margin-bottom: 20px !important; font-size: 16px !important; line-height: 20px !important;}
.wpcf7-checkbox span {font-family: 'bree_serifregular';}
.field-wrapper-checkbox {background: #87a81b !important; color: #fff !important; padding: 20px 2% 2px 2% !important; clear: both !important; margin: 20px 0px 40px 0px !important; display: block !important;}
.field-wrapper-checkbox-inner {margin-top: 10px !important;}
.field-wrapper-checkbox a {color: #fff !important;}
.field-wrapper-checkbox-inner {margin-bottom: 20px !important;}

.wrapper-foto {margin-bottom: 15px !important;}
.field-wrapper-outer select {font-size: 15px !important; line-height: 19px !important; margin-top: 5px !important; margin-bottom: 10px !important;}
.field-wrapper-outer p {clear: left !important; float: none !important;}
.codedropz-upload-wrapper h4 {font-weight: normal !important; font-family: 'bree_serifregular' !important; color: #87a81b !important; margin-top: 5px; font-size: 25px !important; line-height: 30px !important;}
.dnd-upload-status .dnd-upload-details .name em {font-weight: normal !important; font-style: normal !important;}
.dnd-upload-status .dnd-upload-details .name {color: #505050 !important; font-family: 'bree_serifregular' !important;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {background: #87a81b !important;}
.dnd-upload-status .dnd-upload-image {background: #a5a5a5 !important;}
.dnd-upload-status .dnd-upload-image span {color: #fff !important;}
.dnd-upload-status .dnd-upload-details span.has-error {font-family: 'bree_serifregular' !important;}
.et-db #et-boc .et-l .et_pb_module a.cd-upload-btn {color: #87a81b !important;}

.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"] {border: 0px !important; border-radius: 0px !important; font-family: 'bree_serifregular' !important; background: #87a81b !important; color: #fff !important; font-size: 25px !important; line-height: 30px !important; padding: 10px 20px !important;}

.wpcf7-not-valid-tip {background: #dc3232 !important; color: #fff !important; font-family: 'bree_serifregular' !important; padding: 5px 5px 0px 5px !important; width: auto !important; display: inline-block !important;}

.wpcf7 form .wpcf7-response-output {margin-left: 0px!important; margin-right: 0px !important; font-family: 'bree_serifregular' !important; padding: 10px 10px 5px 10px !important;}

.page-id-3764 .wpcf7 .wpcf7-radio .wpcf7-list-item {display: block !important;}
.page-id-3764 .wpcf7 .abschlussessen .wpcf7-checkbox .wpcf7-list-item {display: block !important;}


/* Tourismus */

.sightseeing-boxen table {}

.tg  {border-collapse:collapse;border-spacing:0;border: 0px !important; margin: 0px 0px 0px !important;}
.tg td{border-style:solid;overflow:hidden; border-color: #f1f1f1;}
.tg th{border-style:solid;overflow:hidden; border-color: #f1f1f1;}
.tg .tg-0lax {text-align:center;vertical-align:bottom; background-size: cover !important; background-position: center center; padding: 220px 0px 50px 0px;}
.tg .tg-0lax a {font-size: 30px !important; line-height: 30px !important; color: #fff !important; font-family: 'bree_serifregular' !important; text-shadow: 0px 0px 5px #000 !important; border-bottom: 2px solid rgba(255,255,255,0.5) !important; margin-bottom: 20px !important; transition: all ease 0.5s !important;}
.tg .tg-0lax a:hover {color: #87a81b !important; border-bottom: 2px solid rgba(255,255,255,1) !important;}
.tg .tg-0lax.sight1 {}

.page-id-19 .et_pb_slide_content h1 {padding-left: 85px !important; position: relative !important;}
.page-id-19 .et_pb_slide_content h1:before {width: 69px !important; height: 75px !important; background: url('img/21_Stadtwappen_Stadt-Waischenfeld.gif') no-repeat !important; background-size: cover !important; content:'' !important; position: absolute !important; top: 0px !important; left: 0px !important;}

/* Aktuelles */

.aktuelles.et_pb_blog_grid_wrapper h2 {font-family: 'bree_serifregular' !important; font-size: 20px !important; line-height: 22px !important; font-weight: normal !important;}
.et-db #et-boc .et-l .aktuelles.et_pb_module h2 a {color: #87a81b !important; font-weight: normal !important;}
.et-db #et-boc .et-l .et_pb_fullwidth_section .et_pb_title_featured_container {height: 322px !important; border-top: 1px solid #ddd !important; border-bottom: 1px solid #ddd !important; padding: 10px 0px !important; overflow: hidden;}
.et-db #et-boc .et-l .et_pb_fullwidth_section .et_pb_title_featured_container img {max-height: 300px !important; width: auto !important;}
.et-db #et-boc .et-l .aktuelles .et_pb_image_container {margin-bottom: 10px !important;}
.et-db #et-boc .et-l .aktuelles .et_pb_post .entry-featured-image-url {margin-bottom: 10px !important;}
.single-post .et_pb_title_container h2.entry-title {font-family: 'bree_serifregular' !important; font-size: 30px !important; line-height: 30px !important; font-weight: normal !important; color: #87a81b !important; margin: 40px 0px 10px 0px !important;}
.single-post p.et_pb_title_meta_container {padding-bottom: 30px !important;}
.et-db #et-boc .et-l .aktuelles article.post {margin-bottom: 60px !important; min-height: 390px !important;}

.et-db #et-boc .et-l .aktuelles .et_pb_image_container {overflow: hidden !important;}
.et-db #et-boc .et-l .aktuelles .entry-featured-image-url {padding-top: 56.25%;}
.et-db #et-boc .et-l .aktuelles .entry-featured-image-url img {position: absolute; height: 100%; bottom: 0; object-fit: cover;}


.site-footer {background: #f1f1f1; padding: 30px 0px 0px 0px; font-size: 14px; line-height: 20px;}
h2.widget-title {font-size: 14px; line-height: 20px; font-family: 'roboto_bold' !important;}
.site-footer .widget:nth-child(1) {width: 35%;}
.site-footer .widget:nth-child(1) p {margin-bottom: 0px;}
.site-footer .widget {float: left;}
.site-footer .widget:nth-child(2) {width: 20%; margin-top: -10px;}
.site-footer .widget:nth-child(3) {width: 30%; margin-left: 10%;}
.site-footer .widget:nth-child(2) p {margin-top: 0px !important;}
.site-footer .widget img {margin-right: 0px !important; margin-bottom: 5px !important;}
.site-footer .widget a {text-decoration: none; color: #707070; transition: all ease 0.5s;}
.site-footer .widget a:hover {color: #36a9e1;}

.footer-tag {clear: both; padding-bottom: 25px; display: block;}
.footer-tag div {width: auto; float: left; display: inline; clear: left;}
.footer-tag p {display: inline; float: right; margin: 0px; padding: 0px;}

.unterseite-menu.et_pb_menu .et_pb_menu__menu,.unterseite-menu.et_pb_fullwidth_menu .et_pb_menu__menu {display: flex!important;} 
.unterseite-menu .et_mobile_nav_menu {display: none;}
.unterseite-menu .et_mobile_nav_menu {display: none !important;}

.cmplz-cookiebanner .cmplz-message {margin-bottom: 15px !important;}

/* 900 Jahre Spazierweg */

.page-child.parent-pageid-4525 .site-header,
.page-child.parent-pageid-4525 .site-footer,
.page-child.parent-pageid-4525 .sticky-sidebar {display: none !important;}
.page-child.parent-pageid-4525 .entry-content {margin-top: 0px !important;}
.page-child.parent-pageid-4525.et-db #et-boc .et-l .et_pb_with_background .et_pb_row {width: 100% !important;}
.et-db #et-boc .et-l .et_pb_audio_0.et_pb_audio_module h2 {font-size: 30px !important; line-height: 30px !important; font-family: 'bree_serifregular' !important; margin-bottom: 25px !important; transition: all ease 0.5s !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button:before {color: #606060 !important; font-size: 110px !important; top: -25px !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button::before, .et-db #et-boc .et-l .et_audio_container .mejs-volume-button button::before {color: #606060 !important;}
.et-db #et-boc .et-l .mejs-container .mejs-controls .mejs-time {color: #606060 !important;}
.et-db #et-boc .et-l .et_audio_container span.mejs-time-handle {background: #606060 !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {background: #606060 !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button {bottom: -12px !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {top: -3px !important;}
.mejs-time-float {display: none !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-controls div.mejs-time-rail {margin-left: 0px !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, .et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {background: rgba(0,0,0,0.1) !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-horizontal-volume-current {background: rgba(0,0,0,0.5) !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button {position: relative !important; display: block !important;}
.et-db #et-boc .et-l .et_audio_container .mejs-controls div.mejs-time-rail {margin-top: 10px !important;}
.page-child.parent-pageid-4525.et-db #et-boc .et-l .et_pb_row_1 {background-size: 100% 250px !important;}
.page-child.parent-pageid-4525.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0 {background-size: 200px auto !important; background-position: bottom 150px left -20px !important;}
.spazierweg-footer a {color: #fff !important; font-family: 'bree_serifregular' !important;}


/* RESPONSIVE */


/* Iframes */

.iframe-desktop, .iframe-tablet, .iframe-phone {display: none;}

@media ( min-width: 1033px ){
	
	.resp-container {position: relative;
    overflow: hidden;
    padding-top: 56.25% !important;}
	
	.iframe-desktop {display: block; position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	overflow-y: hidden !important;}
}

@media ( min-width: 799px ) and ( max-width: 1032px ) {
	
	.resp-container {position: relative;
    overflow: hidden;
    padding-top: auto !important;
	height: 1000px !important;}
	
	.iframe-tablet {display: block; position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	overflow-y: hidden !important;}
}

@media ( max-width: 798px ) {
	
	.resp-container {position: relative;
    overflow: hidden;
    padding-top: auto !important;
	height: 1000px !important;}
	
	.iframe-phone {display: block; position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	overflow-y: hidden !important;}
}



@media ( min-width: 1109px ) and ( max-width: 1299px ) {

	
	
}


@media ( min-width: 981px ) and ( max-width: 1108px ) {

	.site-branding {}
	.inner-wrapper {width: 96% !important;}
	.page-child.parent-pageid-4525 .et_section_regular .et_pb_row {width: 100% !important; margin-left: 0% !important;}
	.et_section_regular .et_pb_row {width: 96% !important; margin-left: 2% !important;}
	
	.et-db #et-boc .et-l .et_pb_with_background.tourismus-sightseeing .et_pb_row {width: 96% !important;}
	.tg .tg-0lax a {}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 {padding-top: 35px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_1.unterseite-box-headline, .page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_2.unterseite-box-headline {top: -35px !important;}
	
	.et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0, .et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0 .et_pb_slide {min-height: 600px !important;}
	.home .et_pb_slides .et_pb_container {height: 600px !important;}
	.home-aktuelles article .entry-featured-image-url {}
		
}

@media ( min-width: 700px ) and ( max-width: 980px ) {
	
	.site-branding {width: 180px !important; top: 7px !important;}
	.inner-wrapper {width: 96% !important;}
	
	.site-branding .logo-full-link {display: none !important;}
	.site-branding .logo-mini {opacity: 1 !important;}
	.site-branding .logo-mini-link {display: block !important;}
	
	.page-child.parent-pageid-4525 .et_section_regular .et_pb_row {width: 100% !important; margin-left: 0% !important;}
	
	.et_section_regular .et_pb_row {width: 96% !important; margin-left: 2% !important;}	
	.et-db #et-boc .et-l .et_pb_with_background.tourismus-sightseeing .et_pb_row {width: 96% !important;}
	.tg .tg-0lax a {font-size: 20px !important; line-height: 25px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 {padding-top: 35px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_1.unterseite-box-headline, .page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_2.unterseite-box-headline {top: 0px !important;}
	
	.et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0, .et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0 .et_pb_slide {min-height: 600px !important;}
	.home .et_pb_slides .et_pb_container {height: 600px !important;}
	.home .et_pb_section_6 .et_pb_column_10, .page-id-17 .et_pb_section_6 .et_pb_column_8 {margin-bottom: 60px !important;}
	.home .et_pb_section_6 .et_pb_column_11, .page-id-17 .et_pb_section_6 .et_pb_column_9 {height: 450px !important;}
	
	.aktuelles.et_pb_blog_grid_wrapper article {margin-bottom: 20px !important;}
	.et-db #et-boc .et-l .aktuelles article.post {min-height: 420px !important;}
	.home-aktuelles article {height: 100px !important;}
	.home-aktuelles article .entry-featured-image-url {max-height: 80px !important;}
	.home-aktuelles article .post-meta {margin-top: 10px !important;}
	
	h2.schwung-headline {font-size: 40px !important; line-height: 30px !important;}
	
	.et_pb_menu__menu {margin: 0px auto !important; width: 100% !important;}
	
}

@media ( min-width: 500px ) and ( max-width: 699px ) {

	.site-branding {width: 180px !important; top: 7px !important;}
	.inner-wrapper {width: 96% !important;}
	
	.site-branding .logo-full-link {display: none !important;}
	.site-branding .logo-mini {opacity: 1 !important;}
	.site-branding .logo-mini-link {display: block !important;}
	
	.sticky-sidebar {width: 40px !important; right: 17px !important;}
	
	.main-navigation {padding: 0px 0px !important;}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {border-left: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child {padding: 4px 30px 0px 30px !important; margin-top: 20px !important;}
	#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_custom_html h4.mega-block-title, #mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_custom_html h4.mega-block-title {font-size: 25px !important; line-height: 20px !important; padding: 10px 0px 5px 0px !important; margin-bottom: 5px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {margin-top: 0px !important; margin-bottom: 10px !important; padding-bottom: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {height: auto !important; padding: 10px 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding-top: 0px !important; padding-right: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {margin-bottom: 10px !important;}
	
	.page-child.parent-pageid-4525 .et_section_regular .et_pb_row {width: 100% !important; margin-left: 0% !important;}
	
	.et_section_regular .et_pb_row {width: 96% !important; margin-left: 2% !important;}	
	.et-db #et-boc .et-l .et_pb_with_background.tourismus-sightseeing .et_pb_row {width: 96% !important;}
	.tg .tg-0lax a {font-size: 20px !important; line-height: 25px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 {padding-top: 35px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_1.unterseite-box-headline, .page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_2.unterseite-box-headline {top: 0px !important;}
	
	.et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0, .et-db.home #et-boc .et-l .et_pb_fullwidth_slider_0 .et_pb_slide {min-height: 600px !important;}
	.home .et_pb_slides .et_pb_container {height: 600px !important;}
	
	.home .et_pb_section_6 .et_pb_column_10, .page-id-17 .et_pb_section_6 .et_pb_column_8 {margin-bottom: 60px !important;}
	.home .et_pb_section_6 .et_pb_column_11, .page-id-17 .et_pb_section_6 .et_pb_column_9 {height: 450px !important;}
	
	.aktuelles.et_pb_blog_grid_wrapper article {margin-bottom: 20px !important;}
	
	.page-id-19 .et_pb_slide_content h1 {padding-left: 0px !important; position: relative !important;}
	.page-id-19 .et_pb_slide_content h1:before {width: 51px !important; height: 55px !important; background: url('img/21_Stadtwappen_Stadt-Waischenfeld.gif') no-repeat !important; background-size: cover !important; content:'' !important; position: absolute !important; top: -3px !important; left: 0px !important;}

	
	h2.schwung-headline {font-size: 45px !important; line-height: 35px !important;}
	h2.schmuck-headline {font-size: 25px !important; line-height: 30px !important;}
	h3.schmuck-headline {font-size: 25px !important; line-height: 30px !important;}
	.single-post .et_pb_title_container h2.entry-title {font-size: 25px !important; line-height: 30px !important;}
	
	.et-db #et-boc .et-l .et_pb_slides .et_pb_slider_container_inner h1 {font-size: 60px !important; line-height: 50px !important; text-align: center !important;}
	
	.et_pb_menu__menu {margin: 0px auto !important; width: 100% !important;}
	
	.cmplz-cookiebanner .cmplz-header {display: block !important;}
.cmplz-cookiebanner .cmplz-header .cmplz-title {display: block !important; justify-self: center; grid-column-start: 1 !important;}

}

@media only screen and ( max-width: 499px ) {
	
	body, html {font-size: 14px; line-height: 20px;}
	
	.site-branding {width: 180px !important; top: 7px !important;}
	.inner-wrapper {width: 96% !important;}
	
	.site-branding .logo-full-link {display: none !important;}
	.site-branding .logo-mini {opacity: 1 !important;}
	.site-branding .logo-mini-link {display: block !important;}
	
	.sticky-sidebar {width: 35px !important; right: 15px !important;}
	
	.main-navigation {padding: 0px 0px !important;}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {border-left: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child {padding: 4px 30px 0px 30px !important; margin-top: 20px !important;}
	#mega-menu-wrap-menu-1 .mega-menu-item-26 .widget_custom_html h4.mega-block-title, #mega-menu-wrap-menu-1 .mega-menu-item-25 .widget_custom_html h4.mega-block-title {font-size: 25px !important; line-height: 20px !important; padding: 10px 0px 5px 0px !important; margin-bottom: 5px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {margin-top: 0px !important; margin-bottom: 10px !important; padding-bottom: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {height: auto !important; padding: 10px 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding-top: 0px !important; padding-right: 0px !important;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {margin-bottom: 10px !important;}
	
	.et_section_regular .et_pb_row {width: 96% !important; margin-left: 2% !important;}	
	.et-db #et-boc .et-l .et_pb_with_background.tourismus-sightseeing .et_pb_row {width: 96% !important;}
	.tg .tg-0lax a {font-size: 20px !important; line-height: 25px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 {padding-top: 35px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_1.unterseite-box-headline, .page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 .et_pb_text_2.unterseite-box-headline {top: 0px !important;}
	
	.home .et_pb_section_6 .et_pb_column_10, .page-id-17 .et_pb_section_6 .et_pb_column_8 {margin-bottom: 60px !important;}
	.home .et_pb_section_6 .et_pb_column_11, .page-id-17 .et_pb_section_6 .et_pb_column_9 {height: 300px !important;}
	.home.et-db #et-boc .et-l .et_pb_code_1 {margin-top: 0px !important; border: 0px !important;}
	
	.page .et_pb_slide_0 .et_pb_container {height: 250px !important;}
	.et-db #et-boc .et-l .et_pb_fullwidth_slider_0, .et-db #et-boc .et-l .et_pb_fullwidth_slider_0 .et_pb_slide {min-height: 100px !important;}
	.et-db #et-boc .et-l .et_pb_slides .et_pb_slider_container_inner h1 {margin-bottom: 0px !important; font-size: 45px !important; line-height: 45px !important; text-align: center !important; width: 75% !important; margin-left: 12.5% !important;}
	
	.et-db #et-boc .et-l .et_pb_section_1.breadcrumb {padding-top: 0px !important; font-size: 12px !important; line-height: 16px !important;}
	.et-db #et-boc .et-l .et_pb_section {padding: 15px 0px !important;}
	.home.et-db #et-boc .et-l .et_pb_row_3.et_pb_row {padding-top: 0px !important;}
	.home.et-db #et-boc .et-l .et_pb_section_6 .et_pb_text.home-box-headline {margin-top: -25px !important;}
	
	.home-aktuelles article {padding: 10px 10px 10px 10px !important;}
	.home-aktuelles article .entry-featured-image-url {width: 100% !important; position: relative !important; top: auto !important; left: auto !important; display: block !important;}
	.home-aktuelles article h2 {margin: 10px 0px 0px 0px !important;}
	.home-aktuelles article h2, .home-aktuelles article p, .home-aktuelles article .post-content {margin-left: 5% !important; width: 90% !important;}
	.home-veranstaltungen-headline h3 {font-size: 25px !important; line-height: 25px !important; margin-bottom: 10px !important;}
	
	.aktuelles.et_pb_blog_grid_wrapper article {margin-bottom: 20px !important;}
	
	.page-id-19 .et_pb_slide_content h1 {padding-left: 0px !important; position: relative !important;}
	.page-id-19 .et_pb_slide_content h1:before {width: 42px !important; height: 45px !important; background: url('img/21_Stadtwappen_Stadt-Waischenfeld.gif') no-repeat !important; background-size: cover !important; content:'' !important; position: absolute !important; top: 0px !important; left: 0px !important;}
	
	.page-id-17.et-db #et-boc .et-l .et_pb_section_6 .et_pb_text.home-box-headline {margin-top: -25px !important;}
	.page-id-17.et-db h2.schwung-headline {margin-bottom: 0px !important;}
	
	.et-db #et-boc .et-l .et_pb_text.unterseite-box-headline {padding-top: 15px !important; padding-bottom: 0px !important; margin-top: 10px !important;}
	.et-db #et-boc .et-l .et_pb_text.home-box-headline {padding-top: 15px !important; padding-bottom: 0px !important; margin-top: -70px !important;}
	.home-box-headline h2, .unterseite-box-headline h2 {font-size: 30px !important; line-height: 25px !important;}
	h2.schwung-headline {font-size: 30px !important; line-height: 25px !important;}
	h2.schmuck-headline {font-size: 20px !important; line-height: 22px !important;}
	h3.schmuck-headline {font-size: 20px !important; line-height: 22px !important;}
	.single-post .et_pb_title_container h2.entry-title {font-size: 20px !important; line-height: 22px !important; margin-top: 0px !important;}
	
	.aktuelles.et_pb_blog_grid_wrapper h2 {font-size: 20px !important; line-height: 22px !important; margin-bottom: 10px !important;}
	.et-db.page-id-19 #et-boc .et-l .et_pb_column {margin-bottom: 10px !important;}
	.et-db.page-id-19 #et-boc .et-l .et_pb_menu {padding-top: 40px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_2 .et_pb_row_1 {padding-top: 0px !important;}
	.page-id-19.et-db #et-boc .et-l .et_pb_section_1.breadcrumb {padding-bottom: 0px !important;}
	
	.bsp-link img {width: 70px !important;}
	
	.tg .tg-0lax {display: inline-block !important; width: 100% !important;}
	
	.et_pb_menu__menu {margin: 0px auto !important; width: 100% !important;}
	
	.site-footer {padding-top: 0px !important; text-align: center !important; font-size: 12px !important; line-height: 16px !important;}
	h2.widget-title {font-size: 12px !important; line-height: 16px !important;}
	.site-footer .widget:nth-child(1) {margin-top: 10px !important;}
	.site-footer .widget:nth-child(2) {width: 100% !important; float: none !important; margin: 0px auto !important; display: inline-block !important; clear: both !important;}
	.site-footer .widget:nth-child(2) p {margin-left: 2% !important;}
	.site-footer .widget:nth-child(2) img {width: 31.3% !important; margin-right: 2% !important;}
	.site-footer .widget:nth-child(3) {margin-bottom: 10px !important;}
	.site-footer .widget, .site-footer .widget:nth-child(1), .site-footer .widget:nth-child(3) {width: 90% !important; float: none !important; margin: 10px auto !important; display: inline-block !important; clear: both !important;}
	
	.cmplz-cookiebanner .cmplz-header {display: block !important;}
.cmplz-cookiebanner .cmplz-header .cmplz-title {display: block !important; justify-self: center; grid-column-start: 1 !important;}
	
	.page-child.parent-pageid-4525, .page-child.parent-pageid-4525 .et_pb_section_0 { max-height: 100% !important;}
	.page-child.parent-pageid-4525.et-db #et-boc .et-l .et_pb_section {padding-top: 0px !important;}
	.page-child.parent-pageid-4525 .et_section_regular .et_pb_row {margin-left: 0px !important;}
	.page-child.parent-pageid-4525.et-db #et-boc .et-l .et_pb_row_1 {background-size: 100% 200px !important;}
}