@charset "utf-8";
/*
Theme Name:   Grend Theme (Twenty Nineteen Child)
Author:       Marek Eggemann
Author URI:   https://www.marek-eggemann.de
Theme URI:    https://de.wordpress.org/themes/twentynineteen/
Description:  Grend Theme (Twenty Nineteen Child Theme)
Template:     twentynineteen
Version:      1.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.social-navigation {
	display: none;
}

.hidden-logo {
	display: none !important;
}

/** Anpassungen Seite id-3570 **/
/** LAYOUT **/
::selection {
	background-color: #57ac3a;
}

.page-id-3570 .site-footer {
	min-height: 120px;
}

.page-id-3570 #primary article .entry-content {
	padding-top: 15px;
}


/** SCHRIFT und LINKS **/
.page-id-3570 h2, .page-id-3570 h3, .page-id-3570 h4, .page-id-3570 h5 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.page-id-3570 p, .page-id-3570 li {
    line-height: 1.5em;
	margin: 0px 0px 25px 0px;
}

.page-id-3570 li {
	margin-bottom: 10px;
}

.page-id-3570 .site-content .entry-content p a, .page-id-3570 .site-content .entry-content li a, .page-id-3570 .site-content .entry-content .wp-block-file a {
	font-family: "overpass light", sans-serif;
	color: #000;
	background: #f9f8f2;
	padding: 6px 7px 4px 7px;
	border: 1px solid #000;
	margin-right: 3px;
	transition: none;
}


.page-id-3570 .site-content .entry-content p a:hover, .page-id-3570 .site-content .entry-content p a:active, .page-id-3570 .site-content .entry-content p a:focus, .page-id-3570 .site-content .entry-content li a:hover, .page-id-3570 .site-content .entry-content li a:active, .page-id-3570 .site-content .entry-content li a:focus, .page-id-3570 .site-content .entry-content .wp-block-file a:hover, .page-id-3570 .site-content .entry-content .wp-block-file a:active, .page-id-3570 .site-content .entry-content .wp-block-file a:focus {
	color: #fff;
	/**background: #fff;**/
	/**background: #d4d4d4;
	border: 1px solid #000;**/
	background: #57ac3a;;
	border: 1px solid #57ac3a;;
}


.page-id-3570 .marginalie-grend a {  
	font-family: "overpass light", sans-serif;
	color: #000;
	/**background: #edebd855;**/
	/**padding: 5px 6px 3px 6px;**/
	padding: 0px;
	/**border: 1px solid;**/
	border-bottom: 1px solid #e30045;
	/**margin-right: 3px;**/
	/**border-radius: 6px;**/
	border-radius: 0px;
	text-decoration: none;
	box-decoration-break: clone;
	transition: none;
}

.page-id-3570 .marginalie-grend a:hover, .page-id-3570 .marginalie-grend a:focus, .page-id-3570 .marginalie-grend a:active {  
	border: 0px solid #d3d3d3;
	text-decoration: none;
	color: #000;
	/**background: #d3d3d3;**/
}

.page-id-3570 #primary article .entry-content p:last-child:after {
	content: url('images/ae.png');
	width: 20px;
	height: 20px;
	position: relative;
	bottom: unset;
	right: unset;
	margin-top: -25px;
	top: 19px;
	left: 11px;
	display: inline-block;
}

/** Bilder **/
.page-id-3570 .wp-block-image {
    margin: 0;
}

.page-id-3570 .wp-block-image .alignleft {
	margin: 10px 25px 6px 0px;
}

.page-id-3570 .wp-block-image .alignright {
	margin: 10px 0px 6px 25px;
}

.page-id-3570 .site-content .entry-content p img {
    margin-right: 25px;
}
	

.post-password-required + .marginalie-grend {
	display: none;
}

.page-id-3570 #primary {
	display: flex;
}

.page-id-3570 #primary article {
	width: 65%;
	padding-right: 25px;
}

.page-id-3570 #primary .marginalie-grend {
	top: 50px;
	width: 35%;
	box-shadow: -2px -1px 5px #0003;
	padding: 45px 30px 30px 30px;
	height: max-content;
	position: relative;
	background-color: #fff;
}

.page-id-3570 #masthead.featured-image ~ .site-content #primary .marginalie-grend {
	top: -250px;
}

body.page-id-3570 {
	font-size: 20px;
}

.page-id-3570 p, .page-id-3570 ul, .page-id-3570 li {
    font-family: "overpass light", sans-serif;
}

.page-id-3570 ul {
	padding-left: 25px;
	margin-bottom: 35px;
}

.page-id-3570 .site-footer {
    margin-top: 100px;
    padding-left: 120px;
	width: calc(98% - 120px);
	max-width: 100vw;
}

.page-id-3570 .site-footer:before {
    content: '';
    height: 250px;
    width: calc(100vw - 830px);
    right: 0;
    display: block;
    position: absolute;
    background: #e30045;
    bottom: 0;
    box-shadow: -7px 8px 7px #00000042;
	opacity: 0.9;
}

/** Beitragsbild **/
.page-id-3570 .site-featured-image {
	top: 90px;
	position: relative;
	/**width: auto;**/
	transform: rotate(358deg);
	/**max-width: 75vw;**/
	max-width: calc(90vw - 60px);
	max-height: none /** 65vh **/;
	left: 60px;
	overflow: visible;
	margin: 0px;
	transition: none;
	z-index: 1;
}

.page-id-3570 .site-featured-image figure img {
	width: auto;
	max-height: 80vh;
	/**min-height: 550px;**/
	min-height: 65vh;
	max-width: none;
}

.page-id-3570 #masthead::after {
    content: '';
    background-image: url('images/textur-01.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-blend-mode: multiply;
    position: absolute;
    right: 0px;
    top: -50px;
    width: 42%;
    height: 440px;
    background-color: #009ee0;
    z-index: 0;
    box-shadow: -2px 4px 6px #bcbbae;
}

.page-id-3570 #masthead.featured-image::after {
	width: 47%;
	height: 65vh;
}

.page-id-3570 #masthead::before {
    content: '';
    background-repeat: no-repeat;
    background-position-x: right;
    background-blend-mode: multiply;
    position: absolute;
    right: 20vw;
    top: -55px;
    width: 55%;
    height: 25vh;
    background-color: #bac600e6;
    z-index: 1;
    box-shadow: 4px 4px 4px #0000004a;
    transform: rotate(358deg);
}

/**
.page-id-3570 #content:after {
	content: '';
	background-image: url('images/textur-01.jpg');
	background-blend-mode: multiply;
	position: absolute;
	right: 0px;
	top: -50px;
	width: 50%;
	height: 60vh;
	background-color: #009ee0;
	transform: rotate(358deg);
	z-index: 0;
	box-shadow: -4px 3px 6px #00000042;
}
**/

.page-id-3570 .site-featured-image figure {
    height: auto;
    width: auto;
	overflow: hidden;
	max-height: 65vh;
	max-width: max-content;
	box-shadow: 6px 6px 3px #0003;
}

/** Seitentitel **/
.page-id-3570 .site-featured-image .entry-header {
    margin-left: 0;
    bottom: 10px;
    top: unset;
    left: -45px;
	max-width: calc(65vw - 40px);
}

.page-id-3570 h1.entry-title, .page-id-3675 h1.entry-title /** Entwicklungsseite Start **/ {
	font-family: 'overpass regular', sans-serif;
	margin: 0px;
    font-size: 3.25rem;
	line-height: 110%;
    text-shadow: 3px 3px 0px #000, -3px -1px 0px #000, -1px 3px 0px #000, 1px -1px 0px #000;
    color: #edebd8;
	color: #fff;
	width: auto;
}

.page-id-3675 h1.entry-title /** Entwicklungsseite Start **/ {
		width: max-content;
		max-width: 92vw;
}

.page-id-3675 h1.entry-title /** Entwicklungsseite Start **/ {
	    transform: rotate(358deg);
}

.page-id-3675 .headerbild-startseite /** Entwicklungsseite Start **/ {
	overflow: hidden;
	left: 0px;
	width: 100%;
	/** max-height: calc(75vh + 80px); **/
	height: 760px;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 17% 100%, 0 100%);
}

.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap .caption, .page-id-3675 .metaslider .flexslider ul.slides .caption-wrap {
	/**width: max-content !important; **/
	width: 50vw !important;
	transition: none !important;
	bottom: unset !important;
	text-transform: uppercase;
	font-size: 19px !important;
	background: #ffffff00 !important;
	opacity: 1;
	z-index: 4;
} 

.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap {
	top: 343px;
	transform: rotate(358deg) !important;
	/**min-width: 70vw !important;**/
	max-width: 90vw !important;
}

.page-id-3675 .headerbild-startseite .metaslider /** Entwicklungsseite Start **/ { 
	overflow: hidden;
}

@media all and (min-width: 2400px) {
.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap {
    max-width: 1500px !important;
}
}

.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap .caption {
	text-align: left !important;
	padding-left: 140px !important;
	text-shadow: 1px 2px 0px #000, -1px -2px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
	letter-spacing: 0.3em;
	max-width: calc(99vw - 96px);
}

/** .page-id-3675 .metaslider .flexslider ul.slides .caption-wrap {
	z-index: 3;
	opacity: 1;
} **/

.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap a {
	color: #fff;
	text-decoration: none;
}

.page-id-3675 .metaslider .flexslider ul.slides .caption-wrap a:hover, .page-id-3675 .metaslider .flexslider ul.slides .caption-wrap a:active, .page-id-3675 .metaslider .flexslider ul.slides .caption-wrap a:focus, .page-id-3675 .metaslider .flexslider ul.slides li a:hover + .caption-wrap a, .page-id-3675 .metaslider .flexslider ul.slides li a:focus + .caption-wrap a, .page-id-3675 .metaslider .flexslider ul.slides li a:active + .caption-wrap a  {
	color: #57ac3a;
	text-decoration: none;
}

.page-id-3675 .metaslider .slide-control /** Entwicklungsseite Start **/ {
	top: 40vh !important;
	right: 110px !important;
	display: none !important; /** zu viele Informationen & Unruhe auf Seite, darum ausgeblendet **/
}

.page-id-3675 .headerbild-startseite .metaslider /** Entwicklungsseite Start **/ {
    width: 100%;
    /**transform: rotate(358deg);**/
    left: 66px;
    /**top: 85px;**/
	top: 0px;
}

/**.page-id-3675 .metaslider::before  Entwicklungsseite Start  {
    width: 391px;
    content: " ";
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/grend-maske-slideshow-3675.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
	height: calc(75vh + 115px);
	margin-left: auto;
	margin-right: 0px;
	z-index: 3;
	right: unset;
	background-size: cover;
}**/

/** .page-id-3675 .metaslider ul.slides li .caption-wrap .caption {
	z-index: 4;
	position: relative;
} 

.page-id-3675 .metaslider .slides li img {
	z-index: 2;
	position: relative;
} **/

/**  .page-id-3675 .metaslider .slides li > a::before, .page-id-3675 .metaslider .slides li > a::before, **/ 
.page-id-3675 .metaslider .flexslider ul.slides li .caption-wrap:after /** Entwicklungsseite Start **/ {
    width: 391px;
    content: " ";
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/grend-maske-slideshow-3675b.png");
	background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/grend-maske-slideshow-3675.png");
    background-repeat: no-repeat;
    position: absolute;
    /**left: 0;**/
	left: -1px;
    /**height: calc(75vh + 115px);**/
	height: 805px;
    margin-left: auto;
    margin-right: 0px;
    z-index: 1;
    right: unset;
    background-size: cover;
	/** top: -360px; **/
	top: -366px;
	transform: rotate(2deg);
}

.page-id-3675 .metaslider .flexslider ul.slides li .caption-wrap .caption a /** Entwicklungsseite Start **/ {
	z-index: 2;
	position: relative;
	height: 120px;
	position: absolute;
	display: block;
	max-width: calc(99vw - 96px);
}

.page-id-3675 .metaslider .slides li > a img {
	transition: all 0.3s ease-in-out;
}

.page-id-3675 .metaslider .slides li > a img:active, .page-id-3675 .metaslider .slides li > a img:focus, .page-id-3675 .metaslider .slides li > a img:hover, .page-id-3675 .metaslider .slides li > a:hover img, .page-id-3675 .metaslider .slides li > a:active img, .page-id-3675 .metaslider .slides li > a:focus img /** Entwicklungsseite Start **/ {
	/**opacity: 0.5;**/
	opacity: 1;
	/**-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%); **/
}

/** .page-id-3675 .metaslider .slides li {
	background-color: #57ac3a;
} **/

.page-id-3675 .headerbild-startseite::before /** Entwicklungsseite Start **/  {
    background-image: none;
    width: 100%;
    height: 80px;
    position: absolute;
	bottom: -40px;
    top: unset;
    /** content: ""; abgeschaltet, wg clip-path **/
	content: none;
    z-index: 3;
    margin: 0px;
        margin-right: 0px;
    margin-right: 0px;
    padding: 0px;
    display: block;
    right: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #edebd8;
    transform: rotate(358deg);
    right: -15px;
} 

/**.page-id-3675 .metaslider::after {
    width: 40vw;
    content: " "; **/
    /** background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.91)); **/
	/*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
    background-repeat: no-repeat;
    right: 0;
    height: calc(75vh + 80px);
    z-index: 3;
    position: absolute;
    top: 0;
}**/



/** .page-id-3675 .metaslider::after { **/
/** .page-id-3675 .metaslider .slides::after { **/
    /**width: 1400px; 
	width: calc(100vw - 400px);
    content: " ";
    background-image: linear-gradient(12.5deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
    background-repeat: no-repeat;
    right: 0;
    height: 350px;**/
/** AB HIER STIMMEN DIE WERTE WEITGEHEND    z-index: 2;
    position: absolute;
    top: 0;
	right: 0;
	width: calc(100vw - 400px);
	content: " ";
	background-image: linear-gradient(25deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
	background-repeat: no-repeat;
	height: calc(50vw - 200px);
} **/

.page-id-3675 .metaslider .caption::after {
    /**width: 1400px; 
	width: calc(100vw - 400px);
    content: " ";
    background-image: linear-gradient(12.5deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
    background-repeat: no-repeat;
    right: 0;
    height: 350px;**/
/** AB HIER STIMMEN DIE WERTE WEITGEHEND **/   z-index: 0;
    position: absolute;
    top: 0;
	top: -360px;
	/**right: 0;
	right: -40vw;**/
	right: -50vw !important;
	width: calc(100vw - 400px);
	content: " ";
	background-image: linear-gradient(25deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgb(0, 0, 0));
	background-repeat: no-repeat;
	height: calc(50vw - 200px);
}



.page-id-3675  .metaslider .flexslider .flex-direction-nav {
	display: none !important;
}

.page-id-3675 .site .site-content /** Entwicklungsseite Start **/ {
    width: calc(100% - 18px);
    margin-left: 18px;
	/** top: 50vh; **/
	top: 470px;
	margin-bottom: 470px;
	padding-bottom: 0px;
}

.page-id-3675 .site-content article > header.entry-header /** Entwicklungsseite Start **/ {
	position: relative;
	top: 0px;
}

.page-id-3675 .news-widget-start .excerpt /** Entwicklungsseite Start **/ {
	display: none;
	height: 0px;
	width: 0px;
}

.page-id-3675 #ca-sidebar-485.news-widget-start li /** Entwicklungsseite Start **/ {
    /** transform: rotate(358deg); **/
    margin-bottom: 25px;
	float: right;
	max-width: max-content;
	text-align: right;
}

.page-id-3675 .news-widget-start .listing-item .title /** Entwicklungsseite Start **/ {
    font-family: 'overpass regular', sans-serif;
    margin: 0px;
    font-size: 1.2rem;
    line-height: 110%;
    text-shadow: 1px 2px 0px #000, -1px -2px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
    /**color: #edebd8;**/
	color: #fff;
	position: relative;
	transition: none;
}

.page-id-3675 .news-widget-start .listing-item .title:hover, .page-id-3675 .news-widget-start .listing-item .title:active, .page-id-3675 .news-widget-start .listing-item .title:focus /** Entwicklungsseite Start **/ {
	color: #57ac3a;
	text-shadow: 1px 2px 0px #000, -1px -2px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
}

.page-id-3675 .site-branding-container {
    width: auto;
}

/**.page-id-3675 .news-widget-start .listing-item .title:hover:before, .page-id-3675 .news-widget-start .listing-item .title:active:before, .page-id-3675 .news-widget-start .listing-item .title:focus:before  Entwicklungsseite Start {
	background-image: none;
} **/

/** .page-id-3675 .news-widget-start .listing-item .title:before  Entwicklungsseite Start  {
	content:'';
	background-image: url('images/kreis-gruen.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	position: absolute; 
	left: -35px;
	top: 12px;
	z-index: 99;
	display: block;
	height: 15px;
	width: 15px;
} **/

.page-id-3675 .news-widget-start /** Entwicklungsseite Start **/ {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	/**overflow-x: hidden; **/
	min-width: auto;
}

.page-id-3675 .news-widget-start .display-posts-listing /** Entwicklungsseite Start **/ {
	top: 10px;
	position: relative;
	right: 50px;
	margin-right: 0px;
}

.page-id-3675 .news-widget-start .display-posts-listing + p /** Entwicklungsseite Start **/ {
    right: 50px;
    position: relative;
    margin-top: 10px;
}

.page-id-3675 .site-footer /** Entwicklungsseite Start **/ {
		min-height: 120px;
		z-index: 3;
}

.page-id-3675 .site-footer::before /** Entwicklungsseite Start **/ {
    content: '';
    height: 250px;
    width: calc(100vw - 830px);
    right: 0;
    display: block;
    position: absolute;
    background: #e30045;
    bottom: 0;
    box-shadow: -7px 8px 7px #00000042;
    opacity: 0.9;
}

.page-id-3675 .site-content .entry-content p a /** Entwicklungsseite Start **/ {
	transition: ease-in 0.1s;
}

.page-id-3675 .site-content .entry-content #vsel a /** Entwicklungsseite Start **/ {
	transition: ease-in 0s;
}

.page-id-3675 .metaslider .flexslider .slides img /** Entwicklungsseite Start **/ {
	min-height: 760px;
	min-width: 100vw;
	width: auto;
	/**max-height: 100vh;**/
}

.page-id-3675 #masthead.shrink nav.main-navigation, .page-id-3570 #masthead.shrink nav.main-navigation /** Entwicklungsseite Start **/ {
	position: fixed;
	top: 20px;
	/**width: 100vw;
	background: #edebd8;**/
}

.page-id-3675 #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 /** Entwicklungsseite Start **/ {
	left: 0px !important;
}

.page-id-3675 #masthead.shrink #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after, .page-id-3570 #masthead.shrink #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
	margin-left: 5px !important;
} 

@media all and (max-width: 1205px) {
.page-id-3675 .news-widget-start /** Entwicklungsseite Start **/ {
    position: relative;
}
.page-id-3675 .headerbild-startseite {
    position: absolute;
}
.page-id-3675 .metaslider::after /** Entwicklungsseite Start **/ {
    width: 0px;
    content: " ";
    background-image: none;
    background-repeat: no-repeat;
    right: 0;
    height: 0px;
    z-index: 2;
    position: absolute;
    top: 0;
}
}


/**.page-id-3675 .news-widget-start::after  Entwicklungsseite Start  {
    content: '';
    background-repeat: no-repeat;
    background-position-x: right;
    background-blend-mode: multiply;
    position: absolute;
    right: 0px;
    top: 0px;
	width: 20vw;
	height: 50vh;
    background-color: #bac600e6;
    z-index: -1;
    box-shadow: 4px 4px 4px #0000004a;
    transform: rotate(0deg);
} **/

/**.page-id-3675 .news-widget-start::before  Entwicklungsseite Start   {
    content: '';
	background-image: url('images/textur-01.jpg');
	background-repeat: no-repeat;
	background-position-x: right;
	background-blend-mode: multiply;
	position: absolute;
	right: 10vw;
	top: -50px;
	width: 50vw;
	height: 20vh;
	background-color: #50af31;
	z-index: -2;
	box-shadow: -2px 4px 6px #000000b8;
	transform: rotate(358deg);
}**/



/** Navigation**/
.page-id-3570 #mega-menu-wrap-menu-1 .mega-menu-toggle, .page-id-3675 #mega-menu-wrap-menu-1 .mega-menu-toggle /** Entwicklungsseite Start **/ {
    margin-top: 60px;
}


.page-id-3570 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle, .page-id-3675 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle {
    margin-top: 0px;
}

.page-id-3570 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle::after, .page-id-3675 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle::after {
	content: '';
	width: 100vw;
	width: calc(100vw + 30px);
	height: 71px;
	position: absolute;
	z-index: -1;
	/**background-color: #edebd8;**/
	background-color: rgba(237, 235, 216, 0.94);
	box-shadow: 2px 2px 2px #0000004d;
	top: -32px;
	left: -13px;
	left: -30px;
	/**transform: rotate(-3deg);**/
}

.page-id-3570 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after, .page-id-3675 .shrink #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
    font-size: 30px !important;
	transition: all 0.2s;
}

.page-id-3570 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after, .page-id-3675 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after /** Entwicklungsseite Start **/ {
    color: #000;
}

.page-id-3570 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:hover::after, .page-id-3675 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:hover::after /** Entwicklungsseite Start **/ {
    color: #57ac3a;
}


.page-id-3570 #masthead ~ #content.site-content {
	top: 240px;
	margin-left: 25px;
	width: calc(100% - 25px);
	margin-bottom: 250px;
}

.page-id-3570 #masthead.featured-image ~ #content.site-content {
	top: 120px;
	width: calc(100% - 120px);
	margin-bottom: 0px;
	margin-left: 120px;
}

.page-id-3570 #primary article > .entry-header {
    left: 0px;
    transform: rotate(358deg);
    max-width: 55vw;
    margin-bottom: 50px;
}

.page-id-3570 #masthead.featured-image ~ .site-content #primary article > .entry-header {
	margin-bottom: 0px;
}

.page-id-3570 #primary article header + .entry-content {
	margin-left: 95px;
}

.page-id-3570 #masthead.featured-image ~ #content.site-content article .entry-content {
	margin-left: 0px;
}

.page-id-3570.mega-menu-menu-1-mobile-open #masthead::before, .page-id-3570.mega-menu-menu-1-mobile-open #masthead.featured-image::after {
    opacity: 0.1;
    filter: blur(6px);
}

.page-id-3570 a.button-zur-marginalie {
	display: none;
}

@media all and (max-width: 1200px) {
.page-id-3570 h1.entry-title {
    font-size: 2.25rem;
}
}

@media all and (max-width: 950px) {
body.page-id3570 {
	hyphens: auto;
	-moz-hyphens: auto;
}

.page-id-3570 #primary {
    display: block;
    padding-right: 60px;
}

.page-id-3570 #primary article {
	width: 100%;
	padding-right: 0;
}

.page-id-3570 .site-featured-image .entry-header {
	max-width: calc(100vw - 40px);
}

.page-id-3570 .site-content p {
    padding-right: 0px;
}

.page-id-3570 #masthead.featured-image ~ .site-content #primary .marginalie-grend {
    top: 0;
    margin-top: 50px;
    display: block;
    float: none;
    clear: both;
    width: calc(100% - 60px);
    margin-left: 0;
}

/**.page-id-3570 a.button-zur-marginalie {
    display: block;
    font-family: "overpass light", sans-serif;
    color: #000;
    background: #f9f8f2;
    padding: 8px 9px 4px 9px;
    border: 1px solid #000;
    margin-right: 3px;
    transition: none;
    font-weight: normal;
    text-decoration: none;
    border-radius: 6px;
    font-size: 19px;
    max-width: max-content;
    position: absolute;
    top: 95px;
    right: 40px;
    z-index: 5;
    transform: rotate(358deg);
}**/

.page-id-3570 a.button-zur-marginalie {
    display: block;
    font-family: "overpass light", sans-serif;
    color: #000;
    background: #f9f8f2;
    padding: 8px 9px 4px 9px;
    border: 1px solid #000;
    margin-right: 3px;
    transition: none;
    font-weight: normal;
    text-decoration: none;
    border-radius: 6px;
    font-size: 19px;
    max-width: max-content;
    position: relative;
    float: right;
    margin: 0;
    right: 35px;
    margin-top: 0px;
    z-index: 5;
    transform: rotate(358deg);
	top: 60px;
}

.page-id-3570 .site-featured-image .entry-header {
    bottom: 30px;
}

.page-id-3570 a.button-zur-marginalie:hover, .page-id-3570 a.button-zur-marginalie:active, .page-id-3570 a.button-zur-marginalie:focus {
    color: #fff;
    background: #57ac3a;
    border: 1px solid #57ac3a;
}
.page-id-3570.mega-menu-menu-1-mobile-open a.button-zur-marginalie {
	opacity: 0.1;
    filter: blur(6px);
}
}

@media all and (max-width: 850px) {
.page-id-3570 .site-featured-image figure {
    max-height: 45vh;
}

.page-id-3570 #masthead.featured-image::after {
	height: 45vh;
}

.page-id-3570 .site-featured-image figure img {
    width: auto;
    max-height: none;
    min-height: 45vh;
    max-width: none;
    height: 45vh;
}
}

@media all and (max-width: 650px) {
.page-id-3570 h1.entry-title, .page-id-3675 h1.entry-title {
    font-size: 1.75rem;
	text-shadow: 2px 2px 0px #000, -2px -1px 0px #000, -1px 2px 0px #000, 1px -1px 0px #000;
}

.page-id-3675 h1.entry-title {
	margin-bottom: 30px;
}

.page-id-3570 #primary {
    padding-right: 25px;
}
}

@media all and (max-width: 465px) {
.page-id-3570 #masthead.featured-image ~ #content.site-content {
    width: calc(100% - 35px);
    margin-left: 35px;
}


.page-id-3570 .site-footer {
    width: calc(100% - 70px);
	padding: 30px 35px 30px 35px
}
}

@media all and (max-width: 350px) {
.page-id-3570 h1.entry-title {
	font-size: 1.25rem;
	text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
}
}

@media all and (max-height: 725px) {
.page-id-3570 #masthead::before {
	height: 200px;
}

.page-id-3570 #masthead.featured-image::after {
    height: 300px;
}

.page-id-3570 .site-featured-image, .page-id-3570 .site-featured-image figure, .page-id-3570 .site-featured-image figure img {
    height: 300px;
}
.page-id-3570 .site-featured-image figure {
    max-height: 100vh;
}
}

@media all and (max-height: 775px) and (max-width: 400px) {
.page-id-3570 h1.entry-title {
    font-size: 1.25rem;
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
}
}







/** VSEL TEST **/
/** Beitragsbilder nicht anzeigen **/
.vsel-image-info { /** Testeinstellungen für Redesign 07-2024 **/
	display: none !important;
	width: 0px;
	height: 0px;
	float: unset;
	clear: both;
	position: relative;
}

.karten-bestellen {
	display: none;
}

#event-3148 {
	display: none;
}

/** Button News auf Startseite für Mobile **/
.button-news-mobile {
	display: none;
}

/** VERSTECKT FÜR PRÄSENTATION **/
.main-menu-more, .site-title, .site-description {
	display: none;
}

a {
	transition:ease-in 0.2s;
}

.site-content .entry-content p a, .site-content .entry-content li a, .site-content .entry-content .wp-block-file a {
	transition: 0s;
	/**font-family: "overpass bold", sans-serif;**/
	font-family: "overpass regular", sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
    border-bottom: 0px solid #009ee0;
    background: #009ee0;
	/**padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;**/
	border-radius: 6px;
	padding: 7px 9px 5px 9px;
	font-size: 19px;
}

.site-content .entry-content li a {
	line-height: 1.75em;
}

.site-content .entry-content .wp-block-file__button {
	display: none;
}

.site-content .entry-content p a:hover, .site-content .entry-content p a:active, .site-content .entry-content p a:focus, .site-content .entry-content li a:hover, .site-content .entry-content li a:active, .site-content .entry-content li a:focus, .site-content .entry-content .wp-block-file a:hover, .site-content .entry-content .wp-block-file a:active, .site-content .entry-content .wp-block-file a:focus {
	color: #000;
    background-color: #d3d3d3;
}

.home .site-content .entry-content p a, .page-id-99 .site-content .entry-content p a, .page-id-3675 .site-content .entry-content p a {
	background: none;
	border-radius: 0px;
	padding:0px;
	border: none;
}

.home .site-content .entry-content p a:hover, .home .site-content .entry-content p a:active, .home .site-content .entry-content p a:focus, .page-id-99 .site-content .entry-content p a:hover, .page-id-99 .site-content .entry-content p a:active, .page-id-99 .site-content .entry-content p a:focus, .page-id-3675 .site-content .entry-content p a:hover, .page-id-3675 .site-content .entry-content p a:active, .page-id-3675 .site-content .entry-content p a:focus {
	color: #000;
    background-color: none;
}


/** Gibt es noch nicht in CSS 
p:nth-letter(3) {
	font-family: "overpass bold", sans-serif;
}
**/



.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;
}

@font-face {
    font-family: overpass italic;  
    src: url('f/overpass/overpass-italic.otf');  
    font-weight: normal;  
}

@font-face {
    font-family: overpass regular;  
    src: url('f/overpass/overpass-regular.otf');  
    font-weight: normal;  
}

@font-face {
    font-family: overpass bold;  
    src: url('f/overpass/overpass-bold.otf');  
    font-weight: normal;  
}

@font-face {
    font-family: overpass extrabold;  
    src: url('f/overpass/overpass-extrabold.otf');  
    font-weight: normal;  
}

@font-face {
    font-family: overpass mono bold;  
    src: url('f/overpass-mono/overpass-mono-bold.otf');
	font-weight: normal;  
}


body, html {
	font-size: 22px;
	margin:0px;
	padding:0px;
	background-color: #edebd8
}

.home .site .site-content, .page-id-99 .site .site-content, .page-id-3675 .site .site-content {
    width: 80%;
    margin-left: 20%;
}

.site .site-content {
    width: 60%;
    margin-left: 20%;
}

.site-content p {
	padding-right: 30px;
}

h1, h2, h3, h4, h5, h6, h7, p, ul, li {
	font-family: "overpass regular", sans-serif;
	font-weight: normal;  
}

h2, h3, h4 {
	font-family:"overpass bold", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0px;
	margin-bottom: 0px;
}

p, li {
	line-height:1.4em;
}

.site-content .has-3-columns p {
	padding-right: 0px;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.site-content .has-3-columns p a {
   -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
}

.site-content .entry-content p img {
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
    padding-top: 5px;
}

strong {
	font-family: "overpass extrabold", sans-serif;
	font-weight: normal;
}

h1 {
	font-family: "overpass bold", sans-serif;
	font-size:1.4rem;
}

.home .site-content .entry-header .entry-title, .page-id-99 .site-content h2:first-child, .page-id-3675 .site-content h2:first-child {
	font-size: 1.75em;
	text-shadow: 1px 1px 4px #000;
    color: #fff;
	margin: 0px;
}

.page-id-99 .site-content h2:first-child {
	line-height: 1.45em;
}

.page-id-99 .entry-content h2:first-child + p {
	margin-top: 12px;
	margin-bottom: 30px;
}

.site-featured-image .entry-header {
	position: absolute;
	top: 44px;
	margin-left: 360px;
	z-index:4;
}

h1.entry-title {
	margin: 0px;
	font-size: 1.75em;
	text-shadow: 1px 1px 4px #000;
	color: #fff;
}

.home .site-content .entry-header .entry-title {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	font-family: "overpass bold", sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

h3, h4, h5 {
	font-family: "overpass bold", sans-serif;
	font-size:1.3em;
}

.page-id-142 #vsel .theater-freudenhaus h3 {
	font-size:1em;
	font-weight: normal;
	display:none;
}

.site-content figcaption {
	text-align: right;
	font-family: "overpass regular", sans-serif;
}


/** Seitenlayout **/
.news-widget-start {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 5;
}

.news-widget-start h3 {
	display: none;
}
.news-widget-start ul {
	width: 340px;
	width: 100%;
}

.news-widget-start li, .news-widget-start li a {
	color: #fff;
} 

.news-widget-start ul {
	list-style-type: none; 
	padding: 0;
}

.news-widget-start li a {
	text-decoration: none;
}

.news-widget-start li {
	/**text-shadow: 1px 1px 4px #000; **/
	text-shadow: 3px 3px 12px #282823;
	font-size: 0.8em;
}

.news-widget-start .display-posts-listing {
	margin-top: 0;
	margin-right: 25px;
}

.news-widget-start .display-posts-listing + p {
	/**float: right;
	margin-right: 25px;**/
	clear: both;
	float: right;
	margin-right: 0;
}

.news-widget-start p {
	font-size: 0.8em;
}

.news-widget-start li:first-child {
	transform: rotate(0deg);
	margin-bottom: 10px;
}

.news-widget-start li:nth-child(2) {
	transform: rotate(0deg);
	margin-bottom: 25px;
	padding-left: 0px;
}

.news-widget-start li:nth-child(3) {
	transform: rotate(0deg);
	padding-left: 0px;
}

.home .news-widget-start ul li:nth-child(4), .home .news-widget-start ul li:nth-child(5), .home .news-widget-start ul li:nth-child(6), .home .news-widget-start ul li:nth-child(7) {
	display: none;
}

.news-widget-start .excerpt {
	display: block;
}

.news-widget-start .excerpt-more {
	text-shadow: none;
	display: block;
	color: #fff;
    background-color: #009ee0;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-top: 5px;
}

.news-widget-start .listing-item .excerpt {
	font-size: 0;
	float: right;
}

.news-widget-start .listing-item {
	text-align: right;
	clear: right;
	float: right;
}

.news-widget-start .listing-item a {
	clear: right;
	display: block;
}

.news-widget-start .listing-item .excerpt .excerpt-more {
	font-size: 0.8rem;
	height: min-content;
	display: block;
	margin-bottom: 15px;
}

.news-widget-start .listing-item .title {
	font-size: 1.1rem;
	margin-bottom: -18px;
	display: block;
	line-height: 1.4rem;
}

.news-widget-start .listing-item .title:hover, .news-widget-start .listing-item .title:active, .news-widget-start .listing-item .title:focus {
	color: #000;
	text-shadow: none;
}

.news-widget-start .excerpt-more:hover {
	color: #000;
    background-color: #d3d3d3;
}

.news-widget-start p a, .button-news-mobile a {
	float: left;
	text-shadow: none;
	display: block;
	color: #fff;
    background-color: #57ac3a;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-top: 5px;
	transform: rotate(0deg);
	margin-right: 0px;
}

.news-widget-start p a:hover, .button-news-mobile a:hover {
	color: #000;
    background-color: #d3d3d3;
}

.site-content .wp-block-image img {
    height: auto;
}

.sm-mon {
	display: none;
}
.bg-mon {
	display: block;
}

/** Automatisch erzeugter Link versteckt **/
.site-footer .privacy-policy-link {
	display: none;
}

/** Beiträge-Seiten (Übersicht und Single) **/
.site-content .post a {
	font-family: "overpass bold";
    transition: 0s;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px solid #009ee0;
    background: #009ee0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
}

.site-content .post .entry-footer a {
	font-family: "overpass bold";
    transition: 0s;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px solid;
    background: #57ac3a;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
}

.site-content .post a:hover, .site-content .post a:active, .site-content .post a:focus {
	color: #000;
    background-color: #d3d3d3;
}

.post .site-featured-image .entry-meta .byline, .post .site-featured-image .entry-meta .posted-on .updated, .post .site-featured-image .entry-meta  .posted-on .svg-icon, .site-content .post .posted-on .updated, .site-content .post .entry-meta .byline, .site-content .post .entry-meta .posted-on .svg-icon, .site-content .post .entry-footer .byline, .site-content .post .entry-footer .posted-on, .site-content .post .entry-footer .cat-links .svg-icon  {
	display: none;
}

 

.post .site-featured-image .entry-meta .posted-on a, .site-content .post .entry-meta .posted-on a {
    font-family: "overpass regular";
    transition: 0s;
    text-decoration: none;
    color: #000;
    border-bottom: 0px solid #009ee0;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
	display: block;
	text-align: right;
	font-size: 0.8em;
}

.site-content .post .entry-meta .posted-on a {
    font-family: "overpass regular";
    transition: 0s;
    text-decoration: none;
    color: #000;
    border-bottom: 0px solid #009ee0;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}

.site-content .post-navigation a {
    font-family: "overpass regular";
    transition: 0s;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}

.site-content .post-navigation a:hover, .site-content .post-navigation a:active, .site-content .post-navigation a:focus {
    font-family: "overpass regular";
    transition: 0s;
    text-decoration: none;
    color: #000;
    border-bottom: 0px solid #000;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}

.site-content .post .entry-content {
	margin-bottom: 50px;
}

.site-content .post .entry-footer {
	margin-bottom: 25px;
}

.single-post .site-content .post-navigation {
	padding-bottom: 100px;
}

.site-content .post-navigation .nav-previous {
	float: left;
	margin-right: 15px;
}

.archive.category-grend-aktuelles .site, .search-results .site, .search-no-results .site {
	overflow: hidden;
}

.archive.category-grend-aktuelles .site-content .page-title {
	visibility: hidden;
}

.archive.category-grend-aktuelles .site-content .page-title .page-description {
	visibility:visible;
	display: block;
    margin: 0px;
    font-size: 1.2em;
    text-shadow: 1px 1px 4px #000;
    color: #fff;
}

.archive.category-grend-aktuelles .site-content .post .cat-links {
	display: none;
}

/** GREND News Übersichtsseite **/
.page-id-479 .site-content .entry-content ul {
	padding: 0px;
}

.page-id-479 .site-content .entry-content li {
	list-style-type: none;
	margin-bottom: 50px;
}

.page-id-479 .site-content .entry-content li a {
	font-family: "overpass bold";
	font-weight: normal;
    transition: 0s;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px solid #009ee0;
    background: #009ee0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
	margin-top: -8px;
	margin-right: 15px;
	float: left;
	clear: left;
}

.page-id-479 .site-content .entry-content li a:hover, .page-id-479 .site-content .entry-content li a:active, .page-id-479 .site-content .entry-content li a:focus {
	color: #000;
    background-color: #d3d3d3;
}

.page-id-479 .site-content .entry-content li .date {
	padding-top: 7px;
	font-size: 0.8em;
}

/** Suchergebnisse **/
.search-results .site-content .post-thumbnail {
	display: none;
}

/** NEWS Theater Freudenhaus Single **/
.category-theater-freudenhaus-aktuelles .entry-meta, .category-theater-freudenhaus-aktuelles .entry-footer .cat-links {
	display: none;
}

.category-theater-freudenhaus-aktuelles .newsfooter-grend {
	display: none;
}

.newsfooter-freudenhaus {
	display: none;
}


.category-theater-freudenhaus-aktuelles .newsfooter-freudenhaus {
	display: block;
}





.category-theater-freudenhaus-aktuelles .site-featured-image figure, .category-theater-freudenhaus-aktuelles .site-featured-image figure img {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
}

.category-theater-freudenhaus-aktuelles .site-featured-image .entry-header {
    position: relative;
    top: 0;
}

.category-theater-freudenhaus-aktuelles .site-footer {
	font-family:"Overpass Regular", sans-serif;
	padding:2%;
	background-color: #FBE800;
	color: #000;
	clear: both;
}

.category-theater-freudenhaus-aktuelles .site-footer a {
	text-decoration: none;
	color: #000;
}



/** Content und Head mit oder ohne Beitragsbild **/
.wp-block-video video {
    max-width: 100vw;
    width: 100%;
}

.home .site .site-content {
    background: rgba(237, 235, 216, 0);
	z-index: 4;
    position: relative;
    top: 413px;
	top: 370px; /** 2 grüne Buttons auf der Startseite **/
}

.site .site-content {
    background: rgba(237, 235, 216, 0);
	z-index: 4;
    position: relative;
    top: 200px;
	padding-bottom:4%;
}

.site-branding-container {
	z-index: 99;
	position: absolute;
	width: 40%;
	padding: 1% 0 0 1%;
    margin-bottom: -1%;
}

.site-content .entry-content p img {
	height: auto;
}

/** Seite Kinderveranstaltungen **/
.page-id-99 .site .site-content {
    top: -139px;
}

.page-id-99 .site-featured-image .entry-header {
	display: none;
}

.page-id-99 .site-featured-image {
	margin:0px;
}


/** Seitenlayout > Beitragsbild **/
.site-featured-image {
    padding: 0;
    margin: 0px 0px -200px 0px;
    top: 0;
    position: relative;
    width: 100%;
}

.site-featured-image figure {
    padding: 0;
    margin: 0;
    width: 100%;
	/**height: 549px;**/
    overflow: hidden;
}

.site-featured-image figure img {
    width: 100%;
    height: auto;
}


/** Hyperlinks Buttons etc. **/
/**.home .site-content .site-main .entry-content > p a  {
	margin: 0px 0px 30px 0px;
}**/

/**
.home .site-content .site-main .entry-content p:first-child a, .home .site-content .site-main .entry-content p:nth-child(2) a, .home .site-content .site-main .entry-content p:nth-child(3) a, .home .site-content .site-main .entry-content p:nth-child(4) a {
	font-family: "overpass regular", sans-serif;
    color: #fff;
    background-color: #57ac3a;
    padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
}
**/

.home .su-spoiler-title, .page-id-3675 .su-spoiler-title, .page-id-267 .su-spoiler-title {
	padding-bottom: 9px;
	padding-top: 11px;
	padding-left: 0px !important;
	padding-right: 30px !important;
	text-decoration: none;
	/**border-radius: 8px;**/
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 19px;
	width: max-content;
	background-color: none;
	font-family: "overpass regular", sans-serif;
	font-weight: normal;
	color: #000;
}

.home .su-spoiler-icon, .page-id-3675 .su-spoiler-icon, .page-id-267 .su-spoiler-icon {
	display: block !important;
	right: 0;
	left: unset !important;
	top: 8px !important;
	font-size: 21px !important;
}

.home .su-spoiler-style-default > .su-spoiler-content, .page-id-3675 .su-spoiler-style-default > .su-spoiler-content, .page-id-267 .su-spoiler-style-default > .su-spoiler-content {
	padding: 1em 0 1em 0px;
	font-size: 19px;
	font-family: "overpass regular", sans-serif;
	font-weight: normal;
}



.home .su-spoiler-title:hover, .home .su-spoiler-title:active, .home .su-spoiler-title:focus, .page-id-3675 .su-spoiler-title:hover, .page-id-3675 .su-spoiler-title:active, .page-id-3675 .su-spoiler-title:focus, .page-id-267 .su-spoiler-title:hover, .page-id-267 .su-spoiler-title:active, .page-id-267 .su-spoiler-title:focus  {
	color: #000;
    /**background-color: #d3d3d3;**/
}

.home .site-content .startseite-button-links p a, .page-id-3675 .site-content .startseite-button-links p a {
	font-family: "overpass regular", sans-serif;
    color: #fff;
    background-color: #57ac3a;
    padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.home .site-content .startseite-button-links p a.button-violett, p a.button-violett, .page-id-3675 .site-content .startseite-button-links p a.button-violett {
	background-color: #9829af;
}

.home .site-content .startseite-button-links p a.button-blau, p a.button-blau, .page-id-3675 .site-content .startseite-button-links p a.button-blau {
    background-color: #009ee0;
}

/**
.home .site-content .site-main .entry-content p:first-child a:hover, .home .site-content .site-main .entry-content p:first-child a:active, .home .site-content .site-main .entry-content p:first-child a:focus,
.home .site-content .site-main .entry-content p:nth-child(2) a:hover, .home .site-content .site-main .entry-content p:nth-child(2) a:active, .home .site-content .site-main .entry-content p:nth-child(2) a:focus,
.home .site-content .site-main .entry-content p:nth-child(3) a:hover, .home .site-content .site-main .entry-content p:nth-child(3) a:active, .home .site-content .site-main .entry-content p:nth-child(3) a:focus,
.home .site-content .site-main .entry-content p:nth-child(4) a:hover, .home .site-content .site-main .entry-content p:nth-child(4) a:active, .home .site-content .site-main .entry-content p:nth-child(4) a:focus {
    color: #000;
    background-color: #d3d3d3;
}
**/

.home .site-content .startseite-button-links p a:hover, .home .site-content .startseite-button-links p a:active, .home .site-content .startseite-button-links p a:focus, .page-id-3675 .site-content .startseite-button-links p a:hover, .page-id-3675 .site-content .startseite-button-links p a:active, .page-id-3675 .site-content .startseite-button-links p a:focus, p a.button-violett:hover, p a.button-violett:focus, p a.button-violett:active {
	color: #000;
    background-color: #d3d3d3;
}

.home .site-content .startseite-button-links p.link-kein-button a {
	padding: 0px;
	background-color: transparent;
	color: #000;
}

.home .site-content .startseite-button-links p.link-kein-button a:hover, .home .site-content .startseite-button-links p.link-kein-button a:focus, .home .site-content .startseite-button-links p.link-kein-button a:active {
	background-color: transparent;
	color: #666;
}

.vsel-meta-link a {
    color: #fff;
    background-color: #57ac3a;
    padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
}


/**  Mega Menu Mobiles Menü **/
#mega-menu-menu-1 {
	margin-left: 2% !important;
	width: 96vw !important;
}
.site-content, .site-footer, .headerbild-startseite, .site-featured-image {
	transition: ease-in-out 0.3s;
	opacity: 1;
}

.mega-menu-menu-1-mobile-open .site-content, .mega-menu-menu-1-mobile-open .headerbild-startseite, .mega-menu-menu-1-mobile-open .site-footer, .mega-menu-menu-1-mobile-open .site-featured-image, .mega-menu-menu-1-mobile-open .news-widget-start {
	opacity: 0.1;
	filter: blur(6px);
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
	color: #57ac3a; !important;
	font-size: 60px !important;
	margin-left:5px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:hover:after {
    color: #000;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after  {
	font-size: 80px !important;
	margin-left: -10px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    line-height: 20px !important;
	margin-top: 20px;
	width: 75px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
   margin-left: 10px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 24px;
    font-family: "overpass regular", sans-serif;
	display: inline;
    float: left;
}

.mobile-parent-nav-menu-item {
	display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    transition: background 0ms ease-in, color 0ms linear, border 0ms ease-in !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
	font-size: 1rem !important;
	color: #000 !important;
	padding-left:0px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-current-menu-item a.mega-menu-link {
	color: #57ac3a !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link {
	color: #000 !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .mega-current_page_item a.mega-menu-link {
	color: #57ac3a !important;
}

/**#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: rgba(237, 235, 216, 0) !important;
}**/

.mega-sub-menu a {
	background-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
}

/** Musik / Konzerte / Poetry **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-227 a.mega-menu-link[target="_blank"], #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #ffae00;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-227 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-227 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-227 a.mega-menu-link[target="_blank"]:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3;
}

/** Theater Freudenhaus **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #d50e3c;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"], #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #ffae00;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-8107 a.mega-menu-link[target="_blank"]:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3;
}

/** TPZ-Ruhr **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-405 a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #019ee3;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-405 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-405 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-405 a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3;
}

/** GREND Bildungswerk **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #56aba8;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a !important;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px !important;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background-color: #57ac3a;
	border-radius: 6px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-406 > li.mega-menu-item.mega-toggle-on .mega-sub-menu {
	background-color: #57ac3a;
	border-radius: 6px !important;
}

/** GREND Kneipe & Bar **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-429 a.mega-menu-link[target="_blank"] {
	/**border-bottom: 2px solid #de5046;**/
	text-shadow: none;
	display: block;
	color: #fff !important;
	background-color: #57ac3a;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 10px !important;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 6px;
	width: max-content;
	margin-bottom: 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-429 a.mega-menu-link[target="_blank"]:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-429 a.mega-menu-link[target="_blank"]:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-429 a.mega-menu-link[target="_blank"]:focus {
	color: #000 !important;
	background-color: #d3d3d3;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: '\f347';
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
    content: '\f343';
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: "overpass regular", sans-serif;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a {
	float: left;
}

.mega-menu-link .mega-indicator {
	float: right !important;
	margin-right: 11px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    background: transparent;
}

/** Slider Content-Bereich GREND **/
.site-content .content-area .entry-content .metaslider {
    width: 100% !important;
}

/** Slider Startseite GREND **/
.home .metaslider {
	position: absolute !important;
	z-index:1;
	margin:0;
	padding:0;
	height: 549px;
    overflow: hidden;
    width: 1700px !important;
    right: 0;
    float: right;
}

.home .metaslider:before {
	width:324px;
    content: " ";
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/grend-maske-slideshow.png");
	background-repeat: no-repeat;
    position: absolute;
	left: 0;
    height:550px;
	margin-left: auto;
	margin-right:0px;
	z-index: 3;
	right: 1377px;
}

.home .metaslider::after {
	width: 824px;
	content: " ";
	background-image: linear-gradient(90deg, rgba(237, 235, 216, 0), rgba(237, 235, 216, 0.8), rgb(237, 235, 216));
	background-repeat: no-repeat;
	right: 0;
	height: 550px;
	z-index: 3;
	position: absolute;
	top: 0;
}

.home .metaslider .slides .caption-wrap {
	right: 0px;
	top: 0px;
	position: absolute;
	background: transparent !important;
}

.home .metaslider .slides .caption-wrap .caption {
	font-size: 14px !important;
	letter-spacing: 0.05em;
	text-align: right !important;
	color: #fff;
	opacity: 1;
	text-shadow: 2px 2px 4px #000;
	transform: rotate(-90deg);
	transform-origin: bottom right;
	padding: 0 !important;
	float: right;
	width: 500px;
	line-height: 18px;
}


.home .metaslider .slide-control {
	top: 0px !important;
	margin-top: 15px !important;
	right: 5px !important;
}

.home .headerbild-startseite .metaslider .flex-direction-nav {
	visibility: hidden;
}


/** Seite mit Veranstaltungen für Kinder **/
.page-id-99 .site-featured-image figure::before {
    width: 364px;
    content: " ";
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/grend-maske-slideshow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 550px;
    margin-left: auto;
    margin-right: 0px;
    z-index: 3;
    right: 1336px;
}

.page-id-99 .site-featured-image {
	width: 1700px;
	float: right;
	height: 549px;
	overflow: hidden;
	
}

.page-id-99 .site-featured-image figure img {
    width: 100%;
    height: auto;
	min-height: 549px;
	float: right;
}

.page-id-99 .site-content .site-main .entry-content h2 + p a {
	font-family: "overpass regular", sans-serif;
	color: #fff;
	background-color: #57ac3a;
	padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
}

.page-id-99 .site-content .site-main .entry-content h2 + p a:hover, .page-id-99 .site-content .site-main .entry-content h2 + p a:active, .page-id-99 .site-content .site-main .entry-content h2 + p a:focus {
	color: #fff;
	background-color: #333333;
}



/**  Very Simple Event List **/
.vsel-content.vsel-upcoming {
	/**border-bottom: 2px solid #000;**/
	clear: both;
	display: block;
	float: none;
	width: 100%;
}

.vsel-acf-zielgruppeort, .vsel-acf-preis {
	margin-bottom: 10px;
}

#vsel .vsel-acf-preis {
	margin-right: 15px;
}

.entry-content #vsel .vsel-upcoming:first-child .vsel-meta-full {
	border-top: 0px solid;
}

.home .vsel-content.vsel-upcoming:last-child, .page-id-99 .vsel-content.vsel-upcoming:last-child, .page-id-3675 .vsel-content.vsel-upcoming:last-child {
	padding-bottom: 50px;
}

.vsel-meta-full {
	border-top: 2px solid #000;
	padding-top: 25px;
}

.site-main #vsel .vsel-meta-title {
	display: none;
}

#vsel .acf-field-name {
	display: none;
}

#vsel p {
	padding-right:0px;
}

#vsel {
	font-family: "overpass regular", sans-serif;
	font-size:1em;
	/**margin-right: 4%;**/
}

.site-content #vsel {
	min-height: 200px;
	background-color: rgba(237, 235, 216, 0);
}

.vsel-meta-location, .vsel-meta-cats, .vsel-acf-titel_mit_link, .vsel-acf-zielgruppeort, .vsel-acf-preis, .vsel-acf-zielgruppeort_Kopie {
	float: left;
	margin-right: 30px;
}

/** Einlasszeit Konzerte nicht auf GREND Startseite anzeigen **/
#vsel .vsel-acf-konzerte_einlass {
	display: none;
}

#vsel .vsel-meta-time {
	width: 91px;
	margin: 0px;
	float: left;
}

.vsel-meta-date, .vsel-meta-time, .vsel-meta-location, .vsel-meta-link, .vsel-acf-zielgruppeort, .vsel-acf-titel_mit_link, .vsel-acf-preis, .vsel-acf-zusatzinfo, .vsel-acf-zielgruppeort_Kopie {
	margin-top: 0px;
	padding-top: 0px;
}

.vsel-meta-single-date {
	font-family: "overpass bold", sans-serif;
	width: 175px; 
	float: left;
	padding-bottom:0px;
	margin-bottom: 0px;
}

.vsel-image-info {
    width: 30%;
	float: left;
}

.vsel-meta-title {
	margin:0px;
}

.site-main #vsel .vsel-acf-titel_mit_link {
	float: left;
	margin:0px;
	margin-top: -13px;
	padding: 0px;
	width: 650px;
}

.vsel-acf-ticketkauf_und_ausdruck {
	margin-top:-8px;
}

.site-main #vsel .vsel-acf-titel_mit_link a {
	font-size: 1.75em;
	text-decoration: none;
	font-family: "overpass bold", sans-serif;
}

.home .site-main #vsel .vsel-acf-titel_mit_link a, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link a, .page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link a {
    font-size: 1.75em;
    text-decoration: none;
    font-family: "overpass bold", sans-serif;
    color: #000;
	border-bottom: 1px #000 solid;
	line-height: 1.3em;
}

.home .site-main #vsel .vsel-content:first-child .vsel-acf-titel_mit_link a, .page-id-3675 .site-main #vsel .vsel-content:first-child .vsel-acf-titel_mit_link a,
.home .site-main #vsel .vsel-content:first-child .vsel-acf-zielgruppeort_Kopie span, .page-id-3675 .site-main #vsel .vsel-content:first-child .vsel-acf-zielgruppeort_Kopie span,
.home .site-main #vsel .vsel-content:first-child .vsel-acf-zielgruppeort span, .page-id-3675 .site-main #vsel .vsel-content:first-child .vsel-acf-zielgruppeort span,
.home .site-main #vsel .vsel-content:first-child .vsel-acf-preis, .page-id-3675 .site-main #vsel .vsel-content:first-child .vsel-acf-preis {
	text-shadow: -3px -3px 2px #edebd8, 3px 3px 2px #edebd8, 3px -3px 2px #edebd8, -3px 3px 2px #edebd8, 0px 3px 2px #edebd8, 3px 0px 2px #edebd8, 0px -3px 2px #edebd8, -3px 0px 2px #edebd8, 1px -3px 2px #edebd8;
}

.home .site-main #vsel .vsel-acf-titel_mit_link a:hover, .home .site-main #vsel .vsel-acf-titel_mit_link a:focus, .home .site-main #vsel .vsel-acf-titel_mit_link a:active, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link a:active, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link a:focus, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link a:hover, .page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link a:active, .page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link a:focus, .page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link a:hover {
	border-bottom: 0px #000 solid;
}

.site-main #vsel .vsel-acf-titel_mit_link a:hover, .site-main #vsel .vsel-acf-titel_mit_link a:active, .site-main #vsel .vsel-acf-titel_mit_link a:focus {
	color: #000;
}

.vsel-info p {
	float:left;
	margin-right:30px;
	margin-top:10px;
}

.vsel-meta {
    width: 70%;
	float:left;
}

.vsel-meta-cats {
	display:none;
}

.vsel-acf-karten-bestellung-moeglich, .vsel-acf-wenige-karten-vorhanden {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	

.vsel-acf-karten-bestellung-moeglich .acf-field-value, .vsel-acf-wenige-karten-vorhanden .acf-field-value{
	display: none;
} 

#kartenkauf-konzerte-einzelseite a {
	color: transparent;
	font-size: 30px;
	padding: 20px;
}

#kartenkauf-konzerte-einzelseite {
	height: 50px;
	width: 65px;
	background-size: 64px;
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-adticket.png);
	overflow: hidden;
}

#kartenkauf-konzerte-einzelseite:hover, #kartenkauf-konzerte-einzelseite:active, #kartenkauf-konzerte-einzelseite:focus {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-adticket-h.png);
}

#tickets-ausverkauft-konzerte + #kartenkauf-konzerte-einzelseite {
	display: none;
}

#tickets-ausverkauft-konzerte p {
    font-family: "overpass extrabold";
}

.vsel-acf-ticketkauf_und_ausdruck, .vsel-acf-ticketkauf_und_ausdruck {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/drucksymbol.png);
	width:45px;
	height:44px;
	overflow:hidden;
	margin-bottom: -11px;
	float: right;
	margin-right: 50px;
}

.vsel-acf-ticketkauf_und_ausdruck:hover, .vsel-acf-ticketkauf_und_ausdruck:active, .vsel-acf-ticketkauf_und_ausdruck:focus  {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/drucksymbol-h.png);
}

.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .vsel-acf-freudenhaus_auswaerts_tickets, .vsel-acf-ticketkauf_und_ausdruck {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/freudenhaus-karten-adticket.png);
	background-repeat:no-repeat;
	width:90px;
	height:59px;
	overflow:hidden;
	margin-bottom: -11px;
	float: right;
	margin-top: -18px;
	margin-right:30px;
}

.vsel-acf-ticketkauf_und_ausdruck:hover, .vsel-acf-ticketkauf_und_ausdruck:active, .vsel-acf-ticketkauf_und_ausdruck:focus {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-adticket-h.png);
}

.vsel-acf-ticketkauf_und_ausdruck {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-adticket.png);
}

.vsel-acf-konzerte_wenige_karten + .vsel-acf-ticketkauf_und_ausdruck {
    background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-wenig.png);
}

.vsel-acf-konzerte_wenige_karten + .vsel-acf-ticketkauf_und_ausdruck:hover, .vsel-acf-konzerte_wenige_karten + .vsel-acf-ticketkauf_und_ausdruck:active, .vsel-acf-konzerte_wenige_karten + .vsel-acf-ticketkauf_und_ausdruck:focus {
    background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/konzertkarten-wenig-h.png);
}

.vsel-acf-konzerte_wenige_karten + .vsel-acf-ticketkauf_und_ausdruck {
    left: 0px;
	position: relative;
}

.vsel-acf-konzerte_wenige_karten .acf-field-value {
	display: none;
}

.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus:hover, .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus:active, .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus:focus, .vsel-acf-freudenhaus_auswaerts_tickets:hover, .vsel-acf-freudenhaus_auswaerts_tickets:active, .vsel-acf-freudenhaus_auswaerts_tickets:focus {
    background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/freudenhaus-karten-adticket-h.png);
}

.vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/freudenhaus-karten-wenige.png);
	background-repeat:no-repeat;
	width:90px;
	height:59px;
	overflow:hidden;
	margin-bottom: -11px;
	float: right;
	margin-top: -18px;
	margin-right:30px;
}

.vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus {
    width: 65px;
    height: 45px;
    float: unset;
    margin-top: -12px;
    margin-right: 5px;
    background-size: 65px;
}

.vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus:hover, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus:active, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus:focus {
    background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/freudenhaus-karten-wenige-h.png);
}

.site-content .entry-content .vsel-acf-karten_freudenhaus a {
	display: none;
	color: transparent;
	padding:60px;
}

.home .site-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus span a, .page-id-3675 .site-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus span a {
	display: block;
}

.home .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a, .page-id-3675 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a {
		color: transparent;
		padding:60px;
}

.vsel-acf-zusatzinfo {
	clear: left;
	margin-left: 266px;
}

.home .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a, .home .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:hover, .home .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:active, .home .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:focus, .page-id-99 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a, .page-id-99 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:hover, .page-id-99 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:active, .page-id-99 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:focus, .site-content .entry-content p.vsel-acf-freudenhaus_auswaerts_tickets a, .site-content .entry-content p.vsel-acf-freudenhaus_auswaerts_tickets a:hover, .site-content .entry-content p.vsel-acf-freudenhaus_auswaerts_tickets a:active, .site-content .entry-content p.vsel-acf-freudenhaus_auswaerts_tickets a:focus, .page-id-3675 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a, .page-id-3675 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:hover, .page-id-3675 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:active, .page-id-3675 .site-content .entry-content .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus a:focus {
	display: block;
	color: transparent;
	padding:60px;
}

.home .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a, .home .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:hover, .home .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:active, .home .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:focus, .page-id-99 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a, .page-id-99 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:hover, .page-id-99 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:active, .page-id-99 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:focus, .page-id-3675 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a, .page-id-3675 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:hover, .page-id-3675 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:active, .page-id-3675 .site-content .entry-content .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus a:focus {
		color: transparent;
		padding:60px;
}


.home .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:hover, .home .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:focus, .home .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:active, .page-id-99 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:hover, .page-id-99 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:focus, .page-id-99 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:active, .page-id-3675 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:hover, .page-id-3675 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:focus, .page-id-3675 .site-content .entry-content .vsel-acf-ticketkauf_und_ausdruck a:active {
		color: transparent;
		padding:60px;
}

.vsel-acf-ausverkauft-karten-tf + .vsel-acf-karten_freudenhaus {
	display: none !important;
	width: 0px !important;
	height: 0px; !important;
	margin: 0px !important;
	padding: 0px !important;
} 

.home .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-3675 .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    transform: rotate(-16deg);
    font-family: "overpass extrabold";
    float: right;
    margin: 0px 5px 0px 0px;
	right: 15px;
	position: relative;
}

.site-content #vsel .vsel-meta-full .vsel-acf-konzerte_ausverkauft + .vsel-acf-ticketkauf_und_ausdruck {
	display: none;
}

a[href^="tel"] {
  color: inherit !important; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  background-color: transparent;
  background-color: rgba(255,255,255,0);
  /* Additional css `propery: value;` pairs here */
}


/** Info-Button auf Theater-Unterseite nicht anzeigen **/
#vsel .theater-freudenhaus .vsel-meta-location, #vsel .theater-freudenhaus .vsel-meta-link { 
	display: none;
}

/** Info-Button auf Startseite anzeigen **/
.page-id-30 #vsel .theater-freudenhaus .vsel-meta-location, .page-id-30 #vsel .theater-freudenhaus .vsel-meta-link {
	display:block;
}



/** Kontaktformular Theater Freudenhaus, Kartenbestellung **/
.wpcf7-form {
	/**background-color: #ede8c8;**/
}

.wpcf7-form p {
	border-bottom: 5px solid #fff;
	padding-bottom: 20px;
	padding-right:0px;
}

.wpcf7-form .menu-940, .wpcf7-form .karten-stueckzahl,.wpcf7-form .ihr-name, .wpcf7-form .ihr-nachname, .wpcf7-form .adresse-strasse, .wpcf7-form .adresse-plz, .wpcf7-form .adresse-ort, .wpcf7-form .telefonnummer, .wpcf7-form .your-email, .wpcf7-form .ihre-bemerkung   {
	float: right;
	width: 80%;
	text-align: left;
}

.wpcf7-form select, .wpcf7-form input {
	background-color: #fff;
	border: 2px solid #000;
    height: 35px;
    border-radius: 4px;
	box-shadow: none;
	appearance: none;
	font-size: 24px;
	text-indent: 5px;
	width: 30%;
	margin-top: -10px;
}

/** Anmeldung Newsletter GREND **/
#wpcf7-f3502-p3495-o1 .wpcf7-form input {
	min-width: auto;
	appearance: auto;
	border: 0px;
	width: auto;
	font-family: 'overpass regular';
	margin-top: 5px;
	max-width: 90vw;
}

#wpcf7-f3502-p3495-o1 .wpcf7-form p {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#wpcf7-f3502-p3495-o1 .wpcf7-form .your-email {
	float: left;
}

#wpcf7-f3502-p3495-o1 span.wpcf7-list-item {
    margin: 0;
}

#wpcf7-f3502-p3495-o1 .wpcf7-checkbox input, #wpcf7-f3502-p3495-o1 .acceptance-943 input {
	margin-right: 10px;
	position: relative;
	top: 9px;
}

#wpcf7-f3502-p3495-o1 .wpcf7-submit:disabled, #wpcf7-f3502-p3495-o1 .wpcf7-submit:disabled:hover {
    color: white;
    background: #d3d3d3;
}

#wpcf7-f3502-p3495-o1 .wpcf7-submit {
    color: white;
    background: #57ac3a;
	padding-right: 14px;
	padding-top: 3px;
}

#wpcf7-f3502-p3495-o1 .wpcf7-submit:hover {
    color: #000;
	background-color: #d3d3d3;
}

#wpcf7-f3502-p3495-o1 p > label {
	min-height: 70px;
	display: block;
}

#wpcf7-f3502-p3495-o1 .wpcf7-response-output {
	margin-left: 0px;
	padding: 25px;
	font-family: 'overpass regular', sans-serif;
	border-color: #57ac3a !important;
}



.wpcf7-form .zeit-stunden input, .wpcf7-form .zeit-minuten input {
	width: 5%;
}

.wpcf7-form .karten-stueckzahl input {
	width: 5%;
}

.wpcf7-form textarea {
	width:30%;
}



/** Video im Content **/
.site-main .entry-content .wp-block-embed-youtube {
	margin:0px 2% 2% 0px;
	padding:0px;
}



/** Footer GREND **/
.footer-www-grend-de {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 250px;
  height: auto;
}

.site-footer {
	font-family:"Overpass Regular", sans-serif;
	padding:2%;
	background-color:#333333;
	color: #FFF;
	position: relative;
	float: none;
	width: 96%;
	margin-top:200px;
	top: 50px;
	min-height: 180px;
}

.fcb-btn {
	width: 44px;
	height: auto;
	margin-top: 15px;
}

.site-footer input[type=search], .search .site-content input[type=search] {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.site-footer input[type=search]:focus {
  width: 30%;
}

.search .site-content input[type=search]:focus {
  width: 50%;
}

.home .site-footer, .page-id-99 .site-footer {
	top: 413px;
	margin-top:50px;
}

.search-no-results .site-footer .widget_search {
	visibility: hidden;
}

.site-footer ul {
	margin:0px;
	padding:0px;
}

.site-footer ul li {
	padding:0px;
	margin:0px 2% 0px 0px;
	list-style-type: none;
	display: inline;
}

.site-footer a {
	text-decoration:none;
	color: #edebd8;
}

.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
	border-bottom: 1px solid #edebd8;
}

.site-footer input.search-field, .search .site-content input.search-field {
	border:0px solid #fff;
	height: 35px;
	max-width: 60%;
	width: 250px;
	border-radius: 4px;
	text-indent: 5px;
}

.site-footer input.search-submit, .search .site-content input.search-submit {
	border:0px solid #fff;
	height: 35px;
	padding-left: 14px;
	padding-right: 16px;
	border-radius: 4px;
	width: 70px;
	max-width: 36%;
}

.site-footer input.search-submit:hover, .site-footer input.search-submit:active, .site-footer input.search-submit:focus, .search .site-content input.search-submit:hover, .search .site-content input.search-submit:active, .search .site-content input.search-submit:focus {
	background: #000;
	color: #fff
}



.site-footer .site-name, .site-footer .imprint {
	font-size:0.5rem;
}

/** Posts / Beiträge **/
.single-post .category-grend-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus, .single-post .category-theater-freudenhaus-aktuelles #mega-menu-wrap-menu-1 {
	display: none;
}

/** Browsing unterhalb des Beitrags ausgeschaltet **/
.single-post article + .post-navigation {
	display: none;
}

/** Posts / Beiträge : GREND **/
.category-grend-aktuelles .logo-gr {
	display: block;
}

.category-grend-aktuelles .logo-gr.logo-gr-post-tf, .category-grend-aktuelles .logo-tf {
	display: none;
}

/** Posts / Beiträge : Theater Freudenhaus **/
body .archive .category-theater-freudenhaus-aktuelles {
    font-size: 24px;
	font-size: 22px;
}

.site .category-theater-freudenhaus-aktuelles {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/tf-tapete.png);
	background-repeat: repeat;
}

.category-theater-freudenhaus-aktuelles .logo-gr {
	display: none;
}

.category-theater-freudenhaus-aktuelles .logo-gr.logo-gr-post-tf {
	display: block;
}

.category-theater-freudenhaus-aktuelles .logo-tf {
	padding-top: 40px;
    margin: auto;
    margin-left: auto;
    margin-left: -217px;
    width: 434px;
    float: none;
    position: absolute;
    left: 50%;
	z-index: 999;
	top: 0;
}

.category-theater-freudenhaus-aktuelles .logo-tf img {
    filter: drop-shadow(5px 5px 3px #a7a389);
}

.single-post .category-theater-freudenhaus-aktuelles .site-featured-image img {
	width: auto;
	box-shadow: 10px 10px 15px rgba(52, 33, 5, 0.6);
	transform: rotate(-6deg);
	margin-left: 5%;
} 

.single-post .category-theater-freudenhaus-aktuelles .site-featured-image figure {
    height: auto !important;
	overflow: visible;
}

.single-post .category-theater-freudenhaus-aktuelles .site-branding-container {
    position: relative;
    width: auto;
	padding: 1% 0 0 1%;
	height: 240px;
	margin-bottom: 4%;
}

.site .category-theater-freudenhaus-aktuelles {
	background-image: none;
	background-color: #666;
	color: #fff;	
}

.category-theater-freudenhaus-aktuelles .logo-tf {
	display: block !important;
	margin-left: 0;
	position: absolute;
	left: unset;
	width: 300px;
	padding-top: 25px;
	right: 30px;
	height: auto;
}

.category-theater-freudenhaus-aktuelles .logo-tf img, .logo-tf img {
	filter: none;
	width: 100%;
	display: block;
}

.site .category-theater-freudenhaus-aktuelles #content {
	text-shadow: 1px 1px 2px #000;
}

.category-theater-freudenhaus-aktuelles .site-branding-container .logo-gr-post-tf, .category-theater-freudenhaus-aktuelles .site-branding-container .logo-gr {
	display: none;
}


/** Navigation Theater Freudenhaus für Beitragsseite **/
/** Freudenhaus Hauptnavigation **/
.category-theater-freudenhaus-aktuelles .main-navigation {
    position: absolute;
    top: 240px;
    z-index: 100;
    width: 960px;
    display: block;
    margin: auto auto auto -480px;
    padding-left: 50%;
}
/**.main-navigation {
	position: absolute;
    top: 240px;
    z-index: 100;
    width: 975px;
    display: block;
	margin: auto auto auto -488px;
	padding-left: 50%;
}**/

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus { 
	text-align: center;
}


#mega-menu-wrap-hauptnavigation_theater_freudenhaus {
    background: none;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus li.mega-menu-item {
    font-family: "overpass regular", sans-serif;
	color: #000;
	background: none;
	/**box-shadow: 10px 10px 10px 0 rgba(57, 40, 40, 0.64);**/
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item > a.mega-menu-link {
	font-family: "overpass bold", sans-serif;
	color: #f5f2df;
	text-shadow: 1px 1px 6px #3e352c;
	font-size: 1.2rem;
	background: #d50e3c;
	background: transparent !important;
	padding: 4px 8px 4px 8px;
	border-radius: 6px 6px 0px 0px;
	margin-right:5px;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #d50e3c;
	background: rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 1px #f5f2df;
	background: transparent;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item > a.mega-menu-link:active, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item > a.mega-menu-link:focus {
	color: #d50e3c;
    background: transparent;
	text-shadow: 1px 1px 1px #f5f2df;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus li.mega-menu-item {
	border-right: 3px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 9px;
	padding: 0px 10px 5px 10px;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus li.mega-menu-item:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0);
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block;
    margin: 0;
    padding: 0;
    height: 5px;
    line-height: 5px;
    text-align: center;
	float: none !important;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	color: #d50e3c;
	text-shadow: 1px 1px 1px #f5f2df;
	}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 1.75em;
	padding:0px;
	margin: 0px;
    background: rgba(255, 255, 255, 0);
	color: #f5f2df;
	text-shadow: 1px 1px 6px #3e352c;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active, #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	color: #d50e3c;
	text-shadow: 1px 1px 1px #f5f2df;
	background: transparent;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu {
	background: transparent;
	margin-top: 0px;
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/tf-tapete.png);
	background-repeat: repeat;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li ul.mega-sub-menu {
	margin-top: 0px;
	width: 250px;
}

#mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu li {
	border-right: 0px solid rgba(255, 255, 255, 0);
}

/** Neue Angaben für Seite mit Terminliste (GREND) **/
.page-id-3675 #vsel .vsel-meta-single-date, .page-id-99 #vsel .vsel-meta-single-date, .home #vsel .vsel-meta-single-date {
	width: 225px;
	margin-bottom: 15px;
}

.page-id-3675 #vsel .vsel-meta-single-date:before, .page-id-99 #vsel .vsel-meta-single-date:before, .home #vsel .vsel-meta-single-date:before {
    content:'';
	background-color: #c0bfaf;
	height: 40px;
	width: 1px;
	position: absolute;
	left: 48px;
	margin-top: -5px;
}

.page-id-3675 #vsel .vsel-meta-single-date span, .page-id-99 #vsel .vsel-meta-single-date span, .home #vsel .vsel-meta-single-date span {
	font-size: 1.4rem;
	font-family: 'overpass bold', sans-serif;
}

.page-id-3675 #vsel .vsel-meta-time, .page-id-99 #vsel .vsel-meta-time, .home #vsel .vsel-meta-time {
	width: 105px;
	width: 75px;
	text-align: center;
	margin-right: 38px;
}

.page-id-3675 #vsel .vsel-meta-time span, .page-id-99 #vsel .vsel-meta-time span, .home #vsel .vsel-meta-time span {
	font-size: 0.8rem;
}

.page-id-3675 #vsel .vsel-meta-time:before, .page-id-99 #vsel .vsel-meta-time:before, .home #vsel .vsel-meta-time:before {
    content:'';
	background-color: #c0bfaf;
	height: 40px;
	width: 1px;
	position: relative;
	left: -7px;
	margin-top: -5px;
	display: block;
	float: left;
}

.page-id-3675 #vsel .vsel-meta-single-date span, .page-id-99 #vsel .vsel-meta-single-date span, .home #vsel .vsel-meta-single-date span {
	font-size: 1.4rem;
	/**font-family: "overpass mono bold", sans-serif;**/
}

.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link a, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link a, .home .site-main #vsel .vsel-acf-titel_mit_link a {
	font-size: 1.55em;
	line-height: 120%;
	font-family: 'overpass bold', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #57ac3a;
}

.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link, .home .site-main #vsel .vsel-acf-titel_mit_link {
	margin-top: -6px;
	width: calc(63% - 390px);
	margin-bottom: 27px;
	margin-right: 30px;
}

.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link:before, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link:before, .home .site-main #vsel .vsel-acf-titel_mit_link:before {
	content:'';
	background-color: #c0bfaf;
	height: 40px;
	width: 1px;
	position: relative;
	left: -26px;
	margin-top: 0px;
	display: block;
	float: left;
}

.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
	clear: left;
	margin-left: 349px;
	margin-bottom: 25px;
	width: calc(62% - 345px);
	line-height: 1.1rem;
	top: -10px;
	position: relative;
}

.page-id-3675 .vsel-acf-zusatzinfo::before, .page-id-99 .vsel-acf-zusatzinfo::before, .home .vsel-acf-zusatzinfo::before {
    content: url('images/hinweis-ausrufezeichen.png');
    height: 29px;
    width: 29px;
    position: relative;
    top: -4px;
    left: -10px;
    display: block;
    float: left;
    margin-bottom: 23px;
}

.page-id-3675 .vsel-acf-zusatzinfo span, .page-id-3675 .vsel-acf-preis, .page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zusatzinfo span, .page-id-99 .vsel-acf-preis, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zusatzinfo span, .home .vsel-acf-preis, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
	font-size: 0.8rem;
}

.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
	width: 175px;
	width: auto;
	margin-right: 22px;
}

.page-id-3675 .vsel-acf-zielgruppeort::before, .page-id-3675 .vsel-acf-zielgruppeort_Kopie::before, .page-id-3675 .vsel-acf-preis::before, .page-id-99 .vsel-acf-zielgruppeort::before, .page-id-99 .vsel-acf-zielgruppeort_Kopie::before, .page-id-99 .vsel-acf-preis::before, .home .vsel-acf-zielgruppeort::before, .home .vsel-acf-zielgruppeort_Kopie::before, .home .vsel-acf-preis::before {
    content: '';
    background-color: #c0bfaf;
    height: 40px;
    width: 1px;
    position: relative;
    left: -10px;
    margin-top: -5px;
    display: block;
    float: left;
}

.page-id-3675 .vsel-acf-zielgruppeort span.acf-field-value, .page-id-3675 .vsel-acf-zielgruppeort_Kopie span.acf-field-value, .page-id-3675 .vsel-acf-preis span.acf-field-value, .page-id-99 .vsel-acf-zielgruppeort span.acf-field-value, .page-id-99 .vsel-acf-zielgruppeort_Kopie span.acf-field-value, .page-id-99 .vsel-acf-preis span.acf-field-value, .home .vsel-acf-zielgruppeort span.acf-field-value, .home .vsel-acf-zielgruppeort_Kopie span.acf-field-value, .home .vsel-acf-preis span.acf-field-value {
    padding-top: 5px;
    position: relative;
    display: block;
    float: left;
}

.page-id-3675 .vsel-meta-full, .page-id-99 .vsel-meta-full, .home .vsel-meta-full {
    border-top: 1px solid #c0bfaf;
	padding-left: 13px;
	padding-top: 34px;
	width: 96%;
}

.page-id-3675 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-3675 .vsel-acf-freudenhaus_auswaerts_tickets, .page-id-99 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-99 .vsel-acf-freudenhaus_auswaerts_tickets, .home .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .home .vsel-acf-freudenhaus_auswaerts_tickets, .vsel-acf-ticketkauf_und_ausdruck {
    margin-right: 5px;
	float: unset;
	width: 65px;
	height: 51px;
	background-size: 65px;
}

.page-id-3675 .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck, .home .vsel-acf-ticketkauf_und_ausdruck, .vsel-acf-konzerte_wenige_karten {
	margin-right: 25px;
	float: left;
	height: 50px;
	width: 65px;
	background-size: 64px;
}

#vsel vsel-acf-konzerte_wenige_karten {
	width: 0px;
	padding-right: 65px;
    margin: 0px;
}


.page-id-3675 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-3675 .vsel-acf-freudenhaus_auswaerts_tickets, .page-id-99 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-99 .vsel-acf-freudenhaus_auswaerts_tickets, .home .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .home .vsel-acf-freudenhaus_auswaerts_tickets {
    margin-top: -12px;
	float: left;
}

.page-id-3675 .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck, .home .vsel-acf-ticketkauf_und_ausdruck, .vsel-acf-konzerte_wenige_karten  {
    margin-top: -12px;
}

#vsel .vsel-acf-grendtheater_zusatzinfos_gelb_unterlegt, #vsel .vsel-acf-grendtheater_zusatzinfos_grau_unterlegt {
	display: none;
}


@media all and (min-width: 1900px) {
.page-id-99 .site-content {
    clear: right;
}
}

@media all and (min-width: 1600px) {
.home .site-header .metaslider .slides img {
	margin-top: -50px;
}
.headerbild-startseite::before, .page-id-99 .site-featured-image::before {
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/maske-slider-bottom.png");
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    content: "";
    z-index: 3;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
}

@media all and (min-width: 1206px) {
.headerbild-startseite::before, .page-id-99 .site-featured-image::before {
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/maske-slider-bottom.png");
    width: 1600px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    content: "";
    z-index: 3;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.headerbild-startseite {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    height: 549px;
    width: 100%;
}
.page-id-3675  .news-widget-start ul li:nth-child(5), .page-id-3675  .news-widget-start ul li:nth-child(6), .page-id-3675  .news-widget-start ul li:nth-child(7) {
	display: none;
}
}

@media all and (min-width: 1200px) {
.site-featured-image figure {
	height: 549px;
}
}

@media all and (max-width: 1850px) {
.site .site-content, .home .site .site-content, .page-id-99 .site .site-content, .page-id-3675 .site .site-content {
    width: 96%;
    margin-left: 2%;
}
.page-id-3675 .vsel-meta-full, .page-id-99 .vsel-meta-full, .home .vsel-meta-full {
    width: calc(100% - 26px);
    padding-right: 13px;
}
}

@media all and (max-width: 1808px) {
.home .metaslider {
	width:80% !important;
}
.home .metaslider:before {
	right: 100%; margin-left:0px;
}
.page-id-99 .site-featured-image  {
	width: 80% !important;
    margin-left: 20%;
}
.page-id-99 .site-featured-image figure {
	width:100%;
	float: right;
}
.page-id-99 .site-featured-image figure::before {
	margin-left: 0;
}
}

@media all and (max-width: 1700px) {
.site-featured-image {
	margin-bottom: -200px;
	height: 549px;
	overflow: hidden;
}

/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!   Anpassungen Seite id-3570 **/.page-id-3570 .site-featured-image {height: auto;}

.vsel-container {
    padding-right: 0;
}
.site-content .vsel-acf-ticketkauf_und_ausdruck {
    margin-bottom: 25px;
}
}

@media all and (min-width: 1576px) {
.vsel-meta-single-date {
	margin-bottom: 20px;
}
}

@media all and (max-width: 1575px) {
.home #vsel .vsel-acf-titel_mit_link, .page-id-99 #vsel .vsel-acf-titel_mit_link, .page-id-3675 #vsel .vsel-acf-titel_mit_link {
    width: 70%;
	margin-bottom: 10px;
}
/**.home .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort, .vsel-acf-zielgruppeort_Kopie, .page-id-3675.vsel-acf-zielgruppeort {
	clear: left;
	padding-left: 266px;
}**/
.home .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort, .vsel-acf-zielgruppeort_Kopie, .page-id-3675.vsel-acf-zielgruppeort {
	clear: left;
	margin-left: 321px;
	padding-left: 17px;
	margin-right: 39px;
	margin-bottom: 33px;
}
.page-id-3675 .vsel-acf-zielgruppeort::before, .page-id-3675 .vsel-acf-zielgruppeort_Kopie::before, .page-id-99 .vsel-acf-zielgruppeort::before, .page-id-99 .vsel-acf-zielgruppeort_Kopie::before, .home .vsel-acf-zielgruppeort::before, .home .vsel-acf-zielgruppeort_Kopie::before {		
	left: -35px;
	content: none;
}
.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
    margin-left: 309px;
    width: calc(100% - 345px);
}
.home .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck {
	margin-right: 100px;
	float: left;
	/**margin-top: -35px;**/
	margin-top: -12px;
}
.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus, .vsel-acf-freudenhaus_auswaerts_tickets {
	margin-top: -12px;
	margin-right: 80px;
	/**top: -12px;**/
	top: 0px;
	position: relative;
	float: left;
}
.home .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    margin: -20px 40px 0px 0px;
}
.home .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .page-id-3675 .vsel-acf-zusatzinfo {
	clear: right;
    float: right;
    text-align: right;
	margin-right: 63px;
}
.home .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo {
	clear: both;
    float: none;
    text-align: left;
	margin-right: auto;
	margin-left: 266px;
}
.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
	clear: both;
    float: none;
    text-align: left;
	margin-right: auto;
	margin-left: 349px;
}
.page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort_Kopie {
	clear: none;
	padding-left: 0;
}
}

@media all and (max-width: 1350px) {
.metaslider, .page-id-99 .site-featured-image {
	width:80% !important;
}
.page-id-3675 .headerbild-startseite .metaslider /** Entwicklungsseite Start **/ { 
    min-width: 100% !important;
	width: auto;
	min-height: 760px;
	overflow: hidden;
}
.home .metaslider:before {
	right: 537px;
}
.home .site-header .metaslider .slides img {
    width: 1200px !important;
}
.news-widget-start ul {
    width: 350px;
}
.page-id-99 .site-featured-image figure img {
	width: auto;
	height: auto;
	min-height: 549px;
	float: right;
	min-width: 100%;
}
.page-id-99 .site-featured-image figure::before {
    margin-left: 0;
}
}

@media all and (max-width: 1335px) {
.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link, .home .site-main #vsel .vsel-acf-titel_mit_link {
    width: calc(100% - 375px);
}

.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
	clear: left;
	margin-left: 321px;
	padding-left: 17px;
	margin-right: 39px;
	margin-bottom: 37px;
}

.page-id-3675 .vsel-acf-zielgruppeort::before, .page-id-3675 .vsel-acf-zielgruppeort_Kopie::before, .page-id-99 .vsel-acf-zielgruppeort::before, .page-id-99 .vsel-acf-zielgruppeort_Kopie::before, .home .vsel-acf-zielgruppeort::before, .home .vsel-acf-zielgruppeort_Kopie::before {
	left: -26px;
}

.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
    margin-left: 309px;
	width: calc(100% - 345px);
}

.page-id-3675 .vsel-acf-zusatzinfo::before, .page-id-99 .vsel-acf-zusatzinfo::before, .home .vsel-acf-zusatzinfo::before {
	margin-bottom: 23px;
}
.page-id-3675 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-3675 .vsel-acf-freudenhaus_auswaerts_tickets, .page-id-99 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-99 .vsel-acf-freudenhaus_auswaerts_tickets, .home .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .home .vsel-acf-freudenhaus_auswaerts_tickets {
    /**top: -12px;**/
	top: 0px;
    position: relative;
}
.page-id-3675 .vsel-acf-preis, .page-id-99 .vsel-acf-preis, .home .vsel-acf-preis {
	padding-left: 10px;
}
.page-id-3675 .vsel-acf-preis::before, .page-id-99 .vsel-acf-preis::before, .home .vsel-acf-preis::before {
    left: -20px;
}
}


@media all and (max-width: 1205px) {
.button-news-mobile {
	display: block;
	position: absolute;
	right: 60px;
	z-index: 5;
}

.home .metaslider::after {
    width: 0px;
    content: " ";
    background-image: none;
    background-repeat: no-repeat;
    right: 0;
    height:0px;
    z-index: 3;
    position: absolute;
    top: 0;
}
.news-widget-start {
    position: relative;
	right: 0;
	top: 0;
}
.news-widget-start li a {
    color: #000;
	font-family: "overpass bold", sans-serif;
}
.news-widget-start {
    padding-left: 2%;
}
.news-widget-start ul {
    width: 95%;
}
.news-widget-start li {
	text-shadow: none;
	color: #000;
    font-size: 1em;
}
.page-id-3675 #ca-sidebar-485.news-widget-start li {
    float: left;
    text-align: left;
	clear: left;
}
.page-id-3675 .news-widget-start .display-posts-listing {
    right: unset;
}
.page-id-3675 .news-widget-start {
    overflow: unset;
    padding-bottom: unset;
    float: none;
    clear: both;
}
.page-id-3675 .news-widget-start .display-posts-listing + p {
	right: unset;
	float: left;
}
.page-id-3675 .news-widget-start .listing-item .title {
	text-shadow: none;
	color: #000;
}
.page-id-3675 .news-widget-start .listing-item .title:hover, .page-id-3675 .news-widget-start .listing-item .title:active, .page-id-3675 .news-widget-start .listing-item .title:focus {
    color: #fff;
}
.page-id-3675 footer .site-info {
	clear: both;
}
.news-widget-start p {
    font-size: 1em;
}
.news-widget-start p a {
	margin-right: 43%;
}
.news-widget-start li a:hover, .news-widget-start li a:active, .news-widget-start li a:focus {
    color: #000;
}
.home .site .site-content {
	top: 250px;
	margin-bottom: 350px;
}
.page-id-99 .site .site-content {
	top:-302px;
}
.page-id-3675 .site .site-content {
	/** top: 250px;
	margin-bottom: 350px; **/
}
.site .site-content {
	top: 200px;
}
.page-id-3675 .site-footer {
    /**top: 150px;**/
	top: 0px;
}
}

@media all and (max-width: 1155px) {
.site-featured-image .entry-header {
    position: absolute;
    top: 200px;
    margin-left: 2%;
}
.home .site .site-content, .home .site-footer, .page-id-99 .site-footer {
	top: 250px;
}
.page-id-3675 .site-footer {
    /**top: 150px;**/
	top: 0px;
	float: left;
}
.site-content .theater-freudenhaus .vsel-acf-ticketkauf_und_ausdruck {
	width: 70px;
    margin-bottom: 10px;
    background-size: contain;
}
/**.page-id-99 .site .site-content {
    top: -284px;
}**/
.news-widget-start {
    top: 50px;
	overflow: hidden;
	padding-bottom: 50px;
}
.page-id-3675 .news-widget-start {
    overflow: unset;
    padding-bottom: unset;
	float: none;
    clear: both;
}
.home #vsel .vsel-acf-titel_mit_link, .page-id-99 #vsel .vsel-acf-titel_mit_link {
    width: 65%;
}
.page-id-3675 #vsel .vsel-acf-titel_mit_link, .page-id-99 #vsel .vsel-acf-titel_mit_link, .home #vsel .vsel-acf-titel_mit_link {
    width: 65%;
}
.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus, .vsel-acf-freudenhaus_auswaerts_tickets {
    margin-right: 40px;
}
.home .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck {
    /**margin-right: 65px;**/
	margin-right: 0px;
}
.page-id-3675 .vsel-acf-ticketkauf_und_ausdruck {
    margin-right: 65px;
}
.home .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo {
	margin-right: 32px;
}
.page-id-3675 .vsel-acf-zusatzinfo {
	margin-right: 32px;
}
.home .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    margin-right: 15px;
}
.page-id-3675 .site-content .vsel-acf-ausverkauft-karten-tf {
    margin-right: 15px;
}
.site .category-theater-freudenhaus-aktuelles .site-content {
    top: 60px;
}
.category-theater-freudenhaus-aktuelles .site-featured-image .entry-header {
    position: relative;
    top: 20px;
    margin-left: 2%;
}
.category-theater-freudenhaus-aktuelles .site-featured-image {
    margin-bottom: 0;
	top: 40px;
}
}

@media all and (max-width: 1000px) {
.category-theater-freudenhaus-aktuelles .main-navigation {
    width: auto;
    margin: auto auto auto auto;
    padding-left: 0%;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-hauptnavigation_theater_freudenhaus {
	background-image: url(https://www.grend.de/wp-content/themes/Grend%20Theme/images/tf-tapete.png) !important;
	background-repeat: repeat;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus #mega-menu-hauptnavigation_theater_freudenhaus > li.mega-menu-flyout ul.mega-sub-menu {
    background-image: none;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus .mega-menu-toggle {
	line-height: 20px !important;
    margin-top: 20px;
	margin-bottom: 6px;
    width: 75px;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
    content: '\f158';
	font-size: 80px !important;
    margin-left: -10px !important;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 6px;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus .mega-menu-toggle .mega-toggle-block-1::after {
	content: '\f349';
    color: #d50e3c;
    font-size: 60px !important;
    margin-left: 5px !important;
}
.site .category-theater-freudenhaus-aktuelles #mega-menu-wrap-hauptnavigation_theater_freudenhaus .mega-menu-toggle .mega-toggle-block-1:hover::after {
    color: #000;
}
}

@media all and (max-width: 990px) {
.home #vsel .vsel-acf-titel_mit_link, .page-id-99 #vsel .vsel-acf-titel_mit_link {
    float: none;
    width: 100%;
    clear: left;
}
.page-id-3675 #vsel .vsel-acf-titel_mit_link, .page-id-99 #vsel .vsel-acf-titel_mit_link, .home #vsel .vsel-acf-titel_mit_link {
    float: left;
    clear: none;
}
.home .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort, .vsel-acf-zielgruppeort_Kopie {
	padding-left: 17px;
}
.site-content .vsel-meta-single-date {
	margin-bottom: 5px;
}
.site-content .vsel-acf-ticketkauf_und_ausdruck {
	clear: left;
}
.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus, .vsel-acf-freudenhaus_auswaerts_tickets {
    /**margin-top: -52px;**/
	margin-top: 0px;
	top: -12px;
}
.home .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    margin-top: -40px;
}
.page-id-3675 .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .home .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    margin-top: 0px;
	clear: none;
	float: left;
}
.home .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck {
    margin-top: -85px;
}
.page-id-3675 .site-content .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .site-content .vsel-acf-ticketkauf_und_ausdruck, .home .site-content .vsel-acf-ticketkauf_und_ausdruck {
    margin-top: -12px;
	clear: none;
	float: left;
}
.home .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo {
	clear: both;
    float: none;
    text-align: left;
	margin-right: auto;
	margin-left: 0px;
	padding-left: 0px;
}
.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
	clear: both;
    float: none;
    text-align: left;
	margin-right: auto;
	margin-left: 309px;
	padding-left: 0px;
}
.site-footer input[type=search]:focus, .search .site-content input[type=search]:focus {
	width: 250px;
}
}

@media all and (max-width: 930px) {
.page-id-3675 #vsel .vsel-meta-single-date, .page-id-99 #vsel .vsel-meta-single-date, .home #vsel .vsel-meta-single-date {
    margin-bottom: 30px;
}
.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link, .home .site-main #vsel .vsel-acf-titel_mit_link {
    width: 100%;
}

.page-id-3675 .site-main #vsel .vsel-acf-titel_mit_link::before, .page-id-99 .site-main #vsel .vsel-acf-titel_mit_link::before, .home .site-main #vsel .vsel-acf-titel_mit_link::before {
    display: none;
}

.page-id-3675 h1.entry-title {
	hyphens: auto;
}

.page-id-3675 .metaslider .flexslider .slides img {
    left: -320px;
	left: -50%;
    position: relative;
}

.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
    margin-left: 0;
    padding-left: 0;
}

.page-id-3675 .vsel-acf-zielgruppeort::before, .page-id-3675 .vsel-acf-zielgruppeort_Kopie::before, .page-id-99 .vsel-acf-zielgruppeort::before, .page-id-99 .vsel-acf-zielgruppeort_Kopie::before, .home .vsel-acf-zielgruppeort::before, .home .vsel-acf-zielgruppeort_Kopie::before {
	display: none;
}

.page-id-3675 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-3675 .vsel-acf-freudenhaus_auswaerts_tickets, .page-id-99 .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .page-id-99 .vsel-acf-freudenhaus_auswaerts_tickets, .home .vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .home .vsel-acf-freudenhaus_auswaerts_tickets {
	top: 0;
	float: left;
}
.page-id-3675 .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo, .home .vsel-acf-zusatzinfo {
    margin-left: 9px;
	   width: 100%;
}
.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
    margin-bottom: 39px;
}
}


@media all and (max-width: 890px) {
.single-post .category-theater-freudenhaus-aktuelles .site-featured-image img {
    margin-left: 30px;
}
.single-post .category-theater-freudenhaus-aktuelles .site-branding-container {
    margin-bottom: 70px;
}
.category-theater-freudenhaus-aktuelles .site-featured-image {
	overflow: visible;
	height: auto;
}
}

@media all and (min-width: 876px) {
.headerbild-startseite::before, .page-id-99 .site-featured-image::before {
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/maske-slider-bottom.png");
    width: 1600px;
    height: 40px;
    position: absolute;
    bottom: unset;
	top: 509px;
    content: "";
    z-index: 3;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
}

@media all and (max-width: 875px) {
h1, h2, h3, h4 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.home h1, .page-id-99 .site-content h2:first-child, .page-id-3675 h1 {
   -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
}
.site-featured-image {
    position: relative;
	margin-bottom: -200px;
}
.site-branding-container {
    position: absolute;
}
/**.site-featured-image {
    height: 290px;
}**/
.site-featured-image figure {
	width: auto;
	height: 549px;
	min-height: 100%;
	min-width: 100%;
}
.site-featured-image figure img {
    width: auto;
	min-width:100%;
    min-height: 100%;
	height: auto;
}
.home .site-header .metaslider {
    position: relative !important;
}

.headerbild-startseite::before {
    background-image: url("https://www.grend.de/wp-content/themes/Grend Theme/images/maske-slider-bottom.png");
    width: 1600px;
    height: 40px;
    position: absolute;
    bottom: unset;
	top: 415px;
    content: "";
    z-index: 3;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.home .site-header .metaslider .slides img {
    width: 900px !important;
}

.home .site-header .slide-control {
	display: none !important;
}

.button-news-mobile {
	right: 30px;
}


.home .site .site-content {
    top: -268px;
	margin-bottom: 0px;
}

.site .site-content {
    top: 200px;
}

.home .site-footer, .page-id-99 .site-footer, .page-id-3675 .site-footer {
    top: 0px;
}

.site-content p {
    padding-right: 0;
}

.page-id-99 .site .site-content {
    top: -271px;
    margin-bottom: 150px;
}
.news-widget-start {
    top: -268px;
}

.news-widget-start li:first-child, .news-widget-start li:nth-child(2) {
    margin-bottom: 35px;
}
}


@media all and (max-width: 820px) {
.category-theater-freudenhaus-aktuelles .logo-tf {
    padding-top: 0px;
    top: 90px;
}
.category-theater-freudenhaus-aktuelles .main-navigation {
    top: 180px;
    margin-left: 15px;
    position: relative;
    width: auto;
    margin: auto auto auto 0;
    margin-left: 0px;
    padding-left: 0;
}
.footer-www-grend-de {
    padding-left: 4%;
    padding-bottom: 60px;
	top: unset;
  }
}


@media all and (max-width: 800px) {
.home #vsel .vsel-acf-titel_mit_link, .site-main #vsel .vsel-acf-titel_mit_link {
	clear: both;
	width: 98%;
	float: none;
}
/**.metaslider {
	width:400px !important;
}**/
.home .metaslider:before {right: 37px;
}
}

@media all and (max-width: 745px) {
body {
	font-size: 18px;
}
.page-id-3675 #vsel .vsel-meta-single-date span, .page-id-99 #vsel .vsel-meta-single-date span, .home #vsel .vsel-meta-single-date span {
    font-size: 1.55em;
}
.page-id-3675 #vsel .vsel-meta-single-date::before, .page-id-99 #vsel .vsel-meta-single-date::before, .home #vsel .vsel-meta-single-date::before {
    left: 52px;
}
.page-id-3675 #vsel .vsel-meta-single-date, .page-id-99 #vsel .vsel-meta-single-date, .home #vsel .vsel-meta-single-date {
    width: auto;
	margin-right: 14px;
}
.page-id-3675 #vsel .vsel-meta-time::before, .page-id-99 #vsel .vsel-meta-time::before, .home #vsel .vsel-meta-time::before {
    left: 6px;
}

.page-id-3675 #vsel .vsel-meta-time, .page-id-99 #vsel .vsel-meta-time, .home #vsel .vsel-meta-time {
    margin-right: 0;
}
.home .site-content .startseite-button-links p, .page-id-3675 .site-content .startseite-button-links p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.home .site-content .startseite-button-links p a, .page-id-3675 .site-content .startseite-button-links p a {
	font-family: "overpass regular", sans-serif;
    color: #fff;
    background-color: #57ac3a;
    padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: block;
    max-width: max-content;
    -webkit-box-decoration-break: clone;
}
}

@media all and (max-width: 665px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    font-size: 0.8rem !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 34px;
	line-height: 34px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link[target="_blank"] {
	padding-top:0px;
}
.home .site-header .metaslider .slides img {
	margin-left: -40%;
}
.home .metaslider.ms-theme-jenga .flexslider ul.slides .flex-active-slide .caption-wrap {
	display: none;
}
.home .vsel-meta-single-date, .page-id-99 .vsel-meta-single-date {
    width: 150px;
}
.page-id-3675 .vsel-meta-single-date {
    width: 150px;
}
.home .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort, .vsel-acf-zielgruppeort_Kopie {
	margin-bottom: 0px;
}
.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675  .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99  .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home  .vsel-acf-zielgruppeort_Kopie {
	margin-bottom: 39px;
}
.home .vsel-acf-preis, .page-id-99 .vsel-acf-preis {
	clear: left;
}
.page-id-3675 .vsel-acf-preis, .page-id-99 .vsel-acf-preis, .home .vsel-acf-preis {
	clear: none;
}
.vsel-acf-karten-bestellung-moeglich + .vsel-acf-karten_freudenhaus, .vsel-acf-wenige-karten-vorhanden + .vsel-acf-karten_freudenhaus, .vsel-acf-freudenhaus_auswaerts_tickets {
    margin-top: -25px;
	margin-right: 10px;
}
.home .vsel-acf-ticketkauf_und_ausdruck, .page-id-99 .vsel-acf-ticketkauf_und_ausdruck {
    margin-top: -55px;
	margin-bottom: 0px;
    margin-right: 35px;
}
.page-id-3675 .vsel-acf-ticketkauf_und_ausdruck {
    margin-top: -55px;
	margin-bottom: 0px;
    margin-right: 35px;
}
.home .site-content .vsel-acf-ausverkauft-karten-tf, .page-id-99 .site-content .vsel-acf-ausverkauft-karten-tf, .vsel-acf-konzerte_ausverkauft {
    /**margin-top: -15px;**/
	margin-top: 0px;
	margin-right: 2px;
}
.page-id-3675 .site-content .vsel-acf-ausverkauft-karten-tf {
    margin-top: -15px;
	margin-right: 2px;
}
.home .vsel-acf-zusatzinfo, .page-id-99 .vsel-acf-zusatzinfo {
    width: 100%;
}
.page-id-3675 .vsel-acf-zusatzinfo {
    width: 100%;
}
.news-widget-start li:first-child {
    transform: rotate(0deg);
    margin-bottom: 50px;
	max-width: 90%;
}
.news-widget-start li:nth-child(2) {
    padding-left: 0px;
	transform: rotate(0deg);
	margin-bottom: 50px;
	max-width: 90%;
}
.news-widget-start li:nth-child(3) {
    padding-left: 0px;
	transform: rotate(0deg);
	margin-bottom: 80px;
	max-width: 90%;
}
.site-featured-image {
	height: 300px;
	overflow: hidden;
}
.site-featured-image figure {
    width: auto;
    height: 100%;
    min-width: 100%;
}
.site-featured-image figure img {
    width: auto;
    height: auto;
	min-height: 100%;
}
.site-content .entry-content p a, .site-content .post a, .site-content .post .entry-footer a {
	font-family: "overpass regular", sans-serif;
    padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-radius: 6px;
}
.home .site-content .entry-content p.sm-mon a {
    background-color: #57ac3a;
    padding-bottom: 9px;
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 16px;
    text-decoration: none;
    border-radius: 8px;
}
}


@media all and (max-width: 615px) {
.vsel-acf-zielgruppeort, .vsel-acf-zielgruppeort_Kopie {
    float: left;
    margin-right: 0px;
	width: 80%;
}
}

@media all and (max-width: 585px) {
.page-id-3675 .vsel-acf-preis, .page-id-99 .vsel-acf-preis, .home .vsel-acf-preis {
	clear: left;
	padding-left: 0px;
	margin-bottom: 27px;
}

.home .vsel-acf-preis::before {
	width: 0px;
}

.page-id-3675 .vsel-acf-zielgruppeort, .page-id-3675 .vsel-acf-zielgruppeort_Kopie, .page-id-99 .vsel-acf-zielgruppeort, .page-id-99 .vsel-acf-zielgruppeort_Kopie, .home .vsel-acf-zielgruppeort, .home .vsel-acf-zielgruppeort_Kopie {
	margin-bottom: 19px;
}
}



@media all and (max-width: 510px) {
.site-content .entry-content p img {
    float: none;
    margin-right: 0;
    padding-top: 0px;
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}
}


@media all and (max-width: 500px) {
.category-theater-freudenhaus-aktuelles .logo-tf {
    width: 78%;
    margin-left: 0;
    left: 11%;
    padding-top: 0px;
    top: 25vw;
}
.category-theater-freudenhaus-aktuelles .logo-tf img {
    width: 100%;
    height: auto;
}
}

@media all and (max-width: 465px) {
.button-news-mobile {
    top: 75px;
}
.home .site-header .metaslider {
    width: 95% !important;
}
.page-id-3675 .caption-wrap {
	display: none !important;
}

.page-id-3675 .headerbild-startseite .metaslider {
	left: 0;
}
}


@media all and (max-width: 400px) {
.main-navigation #mega-menu-menu-1 {
	width: 93vw !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	float: none;
}
.home .site-header .metaslider .slides img {
	margin-left: -70%;
	margin-top: 50px;
	margin-top: 0px;
}
p, ul {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.sm-mon {
	display: block;
}
.bg-mon {
	display: none;
}
}

@media all and (max-width: 375px) {
.page-id-3675 #vsel .vsel-meta-time, .page-id-99 #vsel .vsel-meta-time, .home #vsel .vsel-meta-time {
	clear: left;
	padding: 0px;
	margin: 0px 0px 19px 0px;
	text-align: left;
}

.page-id-3675 #vsel .vsel-meta-time:before, .page-id-99 #vsel .vsel-meta-time:before, .home #vsel .vsel-meta-time:before {
	display: none;
}

.page-id-3675 #vsel .vsel-meta-single-date, .page-id-99 #vsel .vsel-meta-single-date, .home #vsel .vsel-meta-single-date {
    margin-bottom: 23px;
}
}










