/*
Theme Name: ostseefreizeit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ostseefreizeit
Tags:

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.

ostseefreizeit is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/

@font-face {
   font-family: Desyrel;
   src: url('fonts/desyrel.ttf');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

.indevelopment{
  display: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', Arial, 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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

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 li {
/*	float: left;
 *	position: relative;
 *
 *  Änderung Bernd:
 */
    float: none;
    display: table-cell;
    text-align: center;
}

@media screen and (max-width: 930px) {
    #site-navigation .menu-hauptmenue-container, #primary-menu {
	height: 46px;
    }
    .main-navigation li {
        font-size:0.8em;
     }
}

@media screen and (max-width: 730px) {
    #site-navigation .menu-hauptmenue-container, #primary-menu {
	height: 35px;
    }
    .main-navigation li {
        font-size: 0.6em;
    }
}

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
	.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

/*--------------------------------------------------------------
# FRESHKONZEPT STYLES #
--------------------------------------------------------------*/


body {
	background: url(/wp-content/uploads/2017/04/bg_grass.jpg) no-repeat top right #007A3D;
	background-size: cover;
}

#page {
	max-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}

h1, h2, h3 {
	font-family: Desyrel;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

.entry-content a:hover {
	text-decoration: underline;
}

.menu-hauptmenue-container {
	background: #f0f4e0;
	height: 57px;
	border-bottom: 2px solid #007A3D;
}

#primary-menu {
	font-family: Desyrel;
	font-weight: normal;
/*  display: block;
 *
 *  Änderung Bernd: Unten stehendes und Zeile 553
 */
	display: table;
	width:94%;
/* --- */
	max-width: 1100px;
	height: 60px;
	margin: 0 auto;
}

#primary-menu li a {
	font-size: 1.5em;
	padding: 0.5em 5%;
}

@media screen and (max-width: 768px) {
     #main .su-column {
	width: 46% !important;
	margin: 2% 0 1.5em 2% !important;
   	float: left !important;
     }
     img {
	height: auto; /* Make sure images are scaled correctly. */
	width: 100%; /* Adhere to container width. */
     }
     .site-info img {
	width: inherit;
     }
}

@media screen and (max-width: 600px) {
    .menu-toggle {
	width: 100%;
	text-align: left;
	border: 0px none;
	border-radius: 0px;
	background: #f0f4e0;
	color: #007A3D;
	font-size: 1.5em;
	font-family: Desyrel;
    }

    .menu-toggle, .main-navigation.toggled div.menu-hauptmenue-container {
	display: block !important;
    }

    #site-navigation .menu-hauptmenue-container {
        display: none;
	height: 250px;
    }

    #primary-menu {
     	width: 100%;
    }

    .main-navigation li {
     	display: block;
	text-align: left;
    }
}

@media screen and (max-width: 400px) {
     #main .su-column {
	width: 100% !important;
	margin: 0 0 1.5em 0 !important;
   	float: none !important;
     }

}

#main .submenu {
	display: block;
	margin: 0;
	overflow: hidden;
}

#main .submenu li {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	list-style: outside none none;
	float: left;
	padding: 0.5em 2%;
}

#main .submenu li a {
	text-decoration: none;
	font-weight: normal;
}

#main .submenu li a:hover {
	text-decoration: none !important;
}

#main .submenu .current-menu-item a {
	font-weight: bold;
}

#main .flex-control-paging li a {
	background: #007A3D;
	box-shadow: none;
	height: 13px;
	width: 13px;
}

#main .flex-control-paging li a.flex-active {
	background: #96BB20;
}

#main .su-row {
	padding: 2.5%;
}

.hentry, .entry-content {
	margin: 0 !important;
}

#main .green {
	background: #f0f4e0;
	border-top: 2px solid #007A3D;
	margin: 0;
}

#main .green h2 {
	color: #007A3D;
}

h1.entry-title {
	display: none;
}

.site-info {
	padding: 1.5%;
	overflow: hidden;
}

.site-info a {
	text-decoration: none;
	color: #4b4b4b;
	font-weight: bold;
	padding: 0 0.5%;
}

.site-info a.social {
	font-size: 2em;
	vertical-align: middle;
}

.site-info a.link-text {
	line-height: 2em;
}



.site-info a.logo_link {
	float: right;
}

.site-info a.logo_link_klein img {
  width: 50px;
  max-width: 50px;
}


.site-info img.footer_logo {
	float: right;
}

.kontakt_logo_nahsh {
  margin-left: 5px;
}

footer {
	display: block;
	width: 100%;
	height: inherit;
}

footer.site-footer {
	color: #ffffff;
	padding: 2.5%;
	background: url(/wp-content/uploads/2017/04/klecks_footer_barfusspark.png) no-repeat top right #007A3D;
	background-size: 200px 200px;
}

footer.site-footer h3 {
	color: #ffffff;
}

footer.site-footer hr {
	background: #ffffff;
	max-width: 980px;
	margin: 0;
}

footer.site-footer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 0.85em;
}

footer .su-row {
	margin-bottom: 0;
	margin-top: 1em;
}

footer.entry-footer .su-row {
	padding: 0.5em 2.5%;
}

#post-7 .entry-footer {
	display: none;
}

a.button_sidebar {
	color: inherit;
	text-decoration: none;
}

a.button_sidebar img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 2.5%;
}

img.logo {
	padding: 5%;
	marign: 0;
}

img.bild {
	margin: -10px 0 0 0;
}

h1.abstand_sidebar {
	visibility: hidden;
}

i.icon_sidebar {
	font-size: 1.75em;
	vertical-align: middle;
	margin: 5px 5px 10px 0;
}

/* ################# Barfusspark #007A3D ################# */
.barfusspark a.button_sidebar,
.barfusspark .submenu li a,
#primary-menu #menu-item-44 a,
.barfusspark h1,
.barfusspark h2,
.barfusspark h3,
.barfusspark h4 {
	color: #007A3D;
}

#primary-menu #menu-item-44 a:hover,
.barfusspark #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #007A3D;
}

.menu-hauptmenue-container {
	border-bottom: 2px solid #007A3D;
}

.barfusspark .submenu,
.metaslider {
	border-bottom: 2px solid #007A3D;
}

.start_barfusspark .logo,
.barfusspark .submenu,
footer.entry-footer {
	background-color: rgba(46,120,66,0.1);
}

.barfusspark footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_barfusspark.png) no-repeat top right #007A3D;
	background-size: 200px 200px;
}

/* ################# Ostseeferien #005A76 ################# */
.ostseeferien a.button_sidebar,
.ostseeferien .submenu li a,
#primary-menu #menu-item-45 a,
.ostseeferien h1,
.ostseeferien h2,
.ostseeferien h3,
.ostseeferien h4,
.ostseeferien i {
	color: #005A76;
}

.ostseeferien h4 {
	font-size: 1.2em;
	display: inline-block;
}

#primary-menu #menu-item-45 a:hover,
.ostseeferien #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #005A76;
}

.ostseeferien .menu-hauptmenue-container {
	border-bottom: 2px solid #005A76;
}

.ostseeferien .submenu,
.ostseeferien .metaslider {
	border-bottom: 2px solid #005A76;
}

.start_ostseeferien .logo,
.ostseeferien .submenu,
.ostseeferien footer.entry-footer {
	background-color: rgba(37,90,116,0.1);
}

.ostseeferien footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_ostseeferien.png) no-repeat top right #005A76;
	background-size: 200px 200px;
}

.ostseeferien h4 {
	margin-bottom: 15px;
}

/* ################# Ostseeferien Urlaub mit dem Hund #005A76 ################# */
/* ################# Teilweise CSS im WP inline ################# */
.page-id-959 #main .su-row {
	padding: 0 2.5% 0 2.5%;
	margin: 0;
}


/* ################# Eventscheune #831F82 ################# */
.eventscheune a.button_sidebar,
.eventscheune .submenu li a,
#primary-menu #menu-item-46 a,
.eventscheune h1,
.eventscheune h2,
.eventscheune h3,
.eventscheune h4,
.eventscheune i {
	color: #831F82;
}

#primary-menu #menu-item-46 a:hover,
.eventscheune #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #831F82;
}

.eventscheune .menu-hauptmenue-container {
	border-bottom: 2px solid #831F82;
}

.eventscheune .submenu,
.eventscheune .metaslider {
	border-bottom: 2px solid #831F82;
}

.start_eventscheune .logo,
.eventscheune .submenu,
.eventscheune footer.entry-footer {
	background-color: rgba(140,30,125,0.1);
}

.eventscheune footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_eventscheune.png) no-repeat top right #831F82;
	background-size: 200px 200px;
}


/* ################# Minigolf #C41215 ################# */
.minigolf a.button_sidebar,
.minigolf .submenu li a,
#primary-menu #menu-item-47 a,
.minigolf h1,
.minigolf h2,
.minigolf h3,
.minigolf h4,
.minigolf i {
	color: #C41215;
}

#primary-menu #menu-item-47 a:hover,
.minigolf #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #C41215;
}

.minigolf .menu-hauptmenue-container {
	border-bottom: 2px solid #C41215;
}

.minigolf .submenu,
.minigolf .metaslider {
	border-bottom: 2px solid #C41215;
}

.start_minigolf .logo,
.minigolf .submenu,
.minigolf footer.entry-footer {
	background-color: rgba(180,27,30,0.1);
}

.minigolf footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_minigolf.png) no-repeat top right #C41215;
	background-size: 200px 200px;
}

/* Über uns #fdc300 */
.ueber-uns a.button_sidebar,
#primary-menu #menu-item-48 a,
.ueber-uns h1,
.ueber-uns h2,
.ueber-uns h3,
.ueber-uns h4,
.ueber-uns i {
	color: #fdc300;
}

#primary-menu #menu-item-48 a:hover,
#primary-menu #menu-item-48.current-menu-item a,
.ueber-uns #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #fdc300;
}

.ueber-uns .menu-hauptmenue-container {
	border-bottom: 2px solid #fdc300;
}

.ueber-uns .metaslider {
	border-bottom: 2px solid #fdc300;
}

.ueber-uns footer.entry-footer {
	background-color: rgba(237,195,21,0.1);
}

.ueber-uns footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_weitere.png) no-repeat top right #fdc300;
	background-size: 200px 200px;
}


/* ################# Aktuelles #96BB20 ################# */
.page-id-14 a.button_sidebar,
#primary-menu #menu-item-49 a,
.page-id-14 h1,
.page-id-14 h2,
.page-id-14 h3,
.page-id-14 h4,
.page-id-14 i {
	color: #96BB20;
}

#primary-menu #menu-item-49 a:hover,
#primary-menu #menu-item-49.current-menu-item a,
.aktuelles #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #96BB20;
}

.page-id-14 .menu-hauptmenue-container {
	border-bottom: 2px solid #96BB20;
}

.page-id-14 .metaslider {
	border-bottom: 2px solid #96BB20;
}

.page-id-14 footer.entry-footer {
	background-color: rgba(159,187,55,0.1);
}

.page-id-14 footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_weitere.png) no-repeat top right #96BB20;
	background-size: 200px 200px;
}

/* Anpassungen Corona 2020 */
.coronaaktuelles{
	background-color: #96BB20;
  margin-top: 20px;
  border: 8px dashed #fff;
}
.coronaaktuelles h1, .coronaaktuelles p{
	color:#fff;
  text-align: center;
}
.coronaaktuelles p{
  margin-bottom: 40px !important
}
.start_corona_info{
  display: none !important;
  text-align: center;
  background-color: #F0F4E0;
  border: 8px dashed #fff;
  padding: 2em 6em 4em;
}
.start_corona_info h2{
  color:#C41215;
  font-size: 2.2em;
}
.start_corona_info p strong{
  color:#C41215;
}
.site-header{
  position: relative;
}
.site-header .infobutton{
  display: none;
  position: absolute;
  z-index: 99;
  right: -173px;
  top: 340px;
}
.page-id-7 .site-header .infobutton{
  display: none;
}
body{
  overflow-x: hidden;
}
#cmplz-document{
  max-width: 100% !important;
}

#main .overlay_adventuregolf_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  padding: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.5);
  background-color: #ffffff;
  display: none;
  opacity: 0;
}

#main .overlay_adventuregolf {
  width: 100%;
}

#main .overlay_adventuregolf img {
  padding: 0;
  display: block;
  border: 2px solid #ffffff;
}

#main .overlay_adventuregolf_closeicon {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 25px;
  cursor: pointer;
  opacity: 0.3;
}




@media screen and (max-width: 1500px) {
  .site-header .infobutton{
    right: -50px;
    max-width: 200px;
  }

  #main .overlay_adventuregolf_box {
    width: 90%;
  }

}
@media screen and (max-width: 1000px) {
  .site-header .infobutton{
    right: -30px;
    top: 200px;
  }
  #main .overlay_adventuregolf_box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #main .su-column.start_corona_info{
    width: 100% !important;
    margin: 2% 0 1.5em !important;
  }
  #main .coronaaktuelles .su-column{
    width: 100% !important;
    margin: 2% 0 1.5em !important;
  }
  #main .overlay_adventuregolf_box {
    width: 90%;
  }
  #main .overlay_adventuregolf {
    width: 100% !important;
    margin: 0 !important;
  }

  #main .overlay_adventuregolf img {
    padding: 0;
    display: block;
    border: 2px solid #ffffff;
  }

  #main .overlay_adventuregolf_closeicon {
    width: 30px !important;
    top: 8px;
    margin: 0 !important;
  }

}
@media screen and (max-width: 500px) {
  .site-header .infobutton{
      top: 120px;
  }
}
@media screen and (max-width: 300px) {
  .site-header .infobutton{
      top: 80px;
  }
}
/* ################# Kontakt #009de0 ################# */
.page-id-15 a.button_sidebar,
#primary-menu #menu-item-50 a,
.page-id-15 h1,
.page-id-15 h2,
.page-id-15 h3,
.page-id-15 h4,
.page-id-15 i {
	color: #009de0;
}

#primary-menu #menu-item-50 a:hover,
#primary-menu #menu-item-50.current-menu-item a,
.kontakt #primary-menu .current-page-ancestor a {
	color: #ffffff !important;
	background-color: #009de0;
}

.page-id-15 .menu-hauptmenue-container {
	border-bottom: 2px solid #009de0;
}

.page-id-15 .metaslider {
	border-bottom: 2px solid #009de0;
}

.page-id-15 footer.entry-footer {
	background-color: rgba(0,157,224,0.1);
}

.page-id-15 footer.site-footer {
	background: url(/wp-content/uploads/2017/04/klecks_footer_weitere.png) no-repeat top right #009de0;
	background-size: 200px 200px;
}

.su-tooltip.hilfebutton {
    margin: 0 0 -10px 90%;
}
.su-tooltip.hilfebutton a.su-button.su-button-style-default {
    background-color:#005a76 !important;
    border-color:#005a76 !important;
}
.qtip-blue {
    background-color: #fff !important;
    border-color: #005a76 !important;
    color: #005a76 !important;
}
#iw-bookingwidget {
    background-color: #fff !important;
    padding: 1% !important;
    width: 98% !important;

}
.su-lightbox.buchungimframe {
    background-color: #005a76;
    display: block;
    width: 100%;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    cursor:pointer;
    /* box-shadow: 3px 3px 3px #333; */
}
a.buchungimframe {
    background-color: #005a76;
    display: block;
    width: 100%;
    padding: 5px;
    color: #fff !important;
    text-align: center;
    border-radius: 16px;
    cursor:pointer;
    /* box-shadow: 3px 3px 3px #333; */
}

.svg-inline--fa.fa-mobile-alt.fa-w-10.icon_sidebar {
    margin-right: 6px;
}

/* ############# Datenschutz DS-GVO 2018 ################# */

.page-id-16 ul,
.page-id-16 ol {
	margin-left:0;
	padding-left:0;
}

.page-id-16 ol li {
	padding-left: 3px;
	margin-left: 15px;
}


.page-id-16 ol li > ul {
	padding-left: 0;
	margin-left: -15px;

}
