/*!
Theme Name: TeamEscape
Theme URI: https://www.mewigo.de
Author: MEWIGO
Author URI: https://www.mewigo.de
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teamescape

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and{ cursor: pointer; }
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(30, 30, 30);
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 {
	font-size: 3.42rem;
}

h2 {
	font-size: 2.1875rem;
}

h2 small {
	font-size: 50%;
	margin-bottom: 5px;
	display: inline-block;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.3rem;
}

h1,
h2,
h3 {
	text-transform: normal;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	background-image: url('img/team_pikt_anfuehrung.svg');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 500;
	padding: 50px 20px 50px 0;
	margin: 0;
	position: relative;
}

padding: 50px 20px 20px 0;

blockquote p {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0 !important;
}

blockquote small {
	display: block;
	font-size: .55em;
	line-height: 1.3;
	font-weight: 300;
	margin-top: 10px;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@media (max-width: 999px) {
	h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 2rem;
	}
}

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

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

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

.text-inherit {
	text-align: inherit !important;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width: 768px) {
	.text-md-center {
		text-align: center !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-inherit {
		text-align: inherit !important;
	}

	.text-md-justify {
		text-align: justify !important;
	}
}


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

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

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

ul:not(.checkmark-list),
ol:not(.checkmark-list) {
	padding-left: 20px;
}

ul:not(.checkmark-list) li::marker,
ol:not(.checkmark-list) li::marker {
	color: rgb(230, 200, 70);
}

.checkmark-list * {
	font-size: .8rem;
}

.checkmark-list ul {
	list-style: none;
}

.checkmark-list ul li {
	position: relative;
	padding: 10px 5px;
	line-height: 1;
	margin-left: 40px;
	text-transform: uppercase;
}

.checkmark-list ul li:before {
	content: '\002B';
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: -40px;
	border: 2px solid rgb(230, 200, 70);
	transform: translateY(-50%) rotate(45deg);
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	text-align: center;
	line-height: 16px;
	font-size: 39px;
	color: rgb(230, 200, 70);
}

.checkmark-list.checkmark-list-grey ul li:before {
	filter: grayscale(1);
}

.checkmark-list p {
	margin: 0;
	margin-bottom: 0px;
	line-height: 1.2;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

.buchen-iframe {
	width: 610px;
	max-width: 100%;
	height: 100%;
	min-height: 500px;
	max-height: 100%;
	border: 0;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: rgb(230, 200, 70);
	transition: ease all .3s;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */

button,
.button,
a.elementor-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	color: #E6C846 !important;
	background-color: #1E1E1E;
	padding: 15px 20px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: ease .3s;
}

a.elementor-button {
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at top right, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at bottom left, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at bottom right, transparent 0, transparent 10px, black 10px);
	-webkit-mask-position: top left, top right, bottom left, bottom right;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 51% 51%;
	mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at top right, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at bottom left, transparent 0, transparent 10px, black 10px),
		radial-gradient(circle at bottom right, transparent 0, transparent 10px, black 10px);
	mask-position: top left, top right, bottom left, bottom right;
	mask-repeat: no-repeat;
	mask-size: 51% 51%;
}

.button-on-dark a.elementor-button {
	color: #1E1E1E !important;
	background-color: #E6C846;
}

button:hover,
.button:hover,
a.elementor-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #1E1E1E !important;
	background-color: #E6C846;
	text-decoration: none;
}

.button-on-dark a.elementor-button:hover {
	background-color: white;
}

.elementor .elementor-button:active,
.elementor .elementor-button:focus,
button:active,
.button:active,
,
button:focus,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #707070;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	border-radius: 0;
	padding: 8px 15px !important;
	margin: 0 !important;
}

@media screen and (max-width: 480px) {

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		padding: 0px 15px !important;
	}
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	z-index: 99999;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: ease .3s;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
*/
.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation li {
	position: relative;
}

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

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

@media screen and (max-width: 768px) {
	.site-branding {
		width: 100%;
	}
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul:not(.sub-menu) {
		display: flex;
		justify-content: flex-end;
	}

	/*.main-navigation ul.sub-menu {display: block;}*/
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

.site-title,
.site-title a {
	font-size: 1.5rem !important;
	line-height: 1.7rem !important;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Header
--------------------------------------------- */
.checkmark-list-grey ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0;
	padding-right: 0;
}

.checkmark-list-grey ul li {
	flex-basis: 31%;
	padding-left: 30px;
	color: #BABABA;
	font-size: .7em;
}

.checkmark-list-grey ul li:before {
	width: 20px;
	height: 20px;
	top: 0;
}

/* Akkordeon
--------------------------------------------- */
.elementor .elementor-accordion .elementor-accordion-item+.elementor-accordion-item,
.elementor .elementor-accordion .elementor-accordion-item {
	border: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	margin-bottom: 20px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	padding: 20px 50px 20px 20px;
	position: relative;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M100,0C44.8,0,0,44.8,0,100c0,55.2,44.8,100,100,100s100-44.8,100-100C200,44.8,155.2,0,100,0z M100,160.6 L40,56.7h120L100,160.6z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: ease .3s;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:after {
	transform: translateY(-100%) rotate(180deg);
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
	display: block;
	color: #1E1E1E;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
	border-bottom: 2px solid black;
	padding-bottom: 20px;
}

.elementor .elementor-accordion .elementor-tab-content {
	border-top: 0;
	padding-top: 0;
}

.elementor .elementor-accordion .elementor-tab-content a {
	color: white;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-form>div {
	margin-bottom: 20px;
}

.wpcf7-form .left-half {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.wpcf7-form .right-half {
	width: 48%;
	margin-left: 2%;
	float: left;
}

.wpcf7-form .col-lg-12 {
	clear: left;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form textarea {
	max-height: 200px;
	resize: none;
}

.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
	padding-left: 25px;
	position: relative;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 3px;
	left: 0;
}

.wpcf7-form .wpcf7-submit:disabled {
	opacity: .3;
}

.wpcf7-form .wpcf7-submit:disabled:hover {
	background-color: #E6C846;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
	outline: 2px solid #E6C846;
	border-radius: 0;
}

.post-grid-text-wrap h3 a {
	color: #e6c846 !important;
	font-size: 20px;
}

.post-grid-thumbnail img {
	height: 275px !important;
	object-fit: cover;
}

@media (max-width: 500px) {

	.wpcf7-form .left-half,
	.wpcf7-form .right-half {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
}


/*
 * Page Header
 */
.page-header p,
.page-header h1 {
	text-align: center;
	text-transform: uppercase;
	max-width: 850px;
	text-shadow: 0 0 3px #1e1e1e;
}

.page-header p {
	color: #E6C846;
	font-weight: 500;
	margin: 0 auto;
}

.page-header h1 {
	color: #FFFFFF;
	line-height: 1;
	margin: 10px auto 0;
}

/*
 * Linkboxen
 */
.linkbox a {
	display: block;
	color: #E6C846;
	background-color: #1e1e1e;
	padding: 30px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at top right, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom right, transparent 0, transparent 10%, black 10%);
	-webkit-mask-position: top left, top right, bottom left, bottom right;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 51% 51%;
	mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at top right, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom right, transparent 0, transparent 10%, black 10%);
	mask-position: top left, top right, bottom left, bottom right;
	mask-repeat: no-repeat;
	mask-size: 51% 51%;
	transition: ease .3s;
}

.linkbox a:hover {
	color: #1e1e1e;
	background-color: #E6C846;
	text-decoration: none;
}

@media (max-width: 650px) {
	.linkbox a {
		padding: 10px;
		font-size: 1rem;
	}
}


/*
 * Teaser Images
 */
.teaserimage p,
.teaserimage h2,
.teaserimage h3,
.teaserimage h4,
.teaserimage span,
.teaserimage a {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 3px #1e1e1e;
}

.teaserimage p {
	color: #E6C846;
	font-weight: 500;
	margin: 0 auto;
}

.teaserimage h2,
.teaserimage h3,
.teaserimage h4,
.teaserimage span,
.teaserimage a {
	color: #FFFFFF !important;
	line-height: 1;
	margin: 10px auto 0;
}

/* Text bei 3 Bilder Links */
.teaserimage p>a {
	font-size: 25px;
	text-decoration: none;
	font-weight: 600;
}


/*
 * Headline with Curve
 */

.teamescape-headline p {
	font-family: 'Roboto Slab', sans-serif;
	color: #E6C846;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.teamescape-headline.teamescape-headline-white p {
	color: #FFFFFF;
}

.teamescape-headline h2,
.teamescape-headline h3,
.teamescape-headline h4,
.teamescape-headline h5 {
	color: #1e1e1e;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}


/* Style der Detail-Seiten*/
div.feature i {
	padding-right: 10px;
	font-size: 25px;
}

.page-header {
	width: 100%;
	min-height: 65vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.page-header-overlay {
	width: 100%;
	height: 100%;
	background-color: #1E1E1E;
	opacity: .3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.page-header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

p.page-header-subtitle {
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	margin-top: 10px;
	text-shadow: 0 0 3px #1e1e1e;
}

.room-intro {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.room-facts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.room-facts li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 20px 10px;
}

.room-facts li img {
	margin-right: 10px;
}

.teamescape-trenner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
	margin: 50px 0 0;
}

.teamescape-trenner span {
	display: block;
	flex-grow: 1;
	height: 1px;
	background-color: #E6C846;
}

.teamescape-trenner img {
	margin: 0 10px;
}


div.te_message {
	background-color: #e6c846;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
	height: 40px;
	width: 100%;
	z-index: 999;
}

div.te_message a {
	color: black;
	font-weight: 800;
}

div.te_message>p {
	padding: 0 2%;
	margin: 0;
}

div.te_message>span.info_symbol {
	font-size: 22px;
}

div.template_wrapper {
	margin: 0 auto;
	max-width: 1300px;
}

div#booking_kit_frame {
	padding-top: 40px;
}

div.text_footer {
	padding-top: 20px;
	color: rgb(30, 30, 30);
	font-size: 1rem;
	line-height: 1.5;
}

div.text_footer h2 {
	font-size: 24px;
}

div.text_footer.with_features {
	display: grid;
	grid-template-columns: 1fr;
}

div.oeg_introduction {
	margin: 0px auto;
}

div#booking_form {
	padding: 30px 0 0 10%;
	width: 90%;
}

div.oeg_features {
	padding: 0;
	padding-top: 20px;
}

div.text_footer h2 {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}

div.feature {
	padding: 0 32px 20px 0;
}

div.feature>i {
	position: absolute;
	margin-left: -50px;
	margin-top: 5px;
}

div.feature>i.fa-bolt {
	margin-left: -45px;
}

div.feature>b {
	text-transform: uppercase;
}

div.social_sharing {
	width: 80%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
}

body .shariff .theme-white .shariff-button a {
	background-color: #e6c846 !important;
	border-color: #e6c846 !important;
}

body .shariff .theme-white .shariff-button a * {
	fill: #ffffff !important;
	color: #ffffff !important;
}

body .shariff .theme-white .shariff-button a:hover {
	background-color: #ffffff !important;
	border-color: #e6c846 !important;
}

body .shariff .theme-white .shariff-button a:hover * {
	color: #e6c846 !important;
	fill: #e6c846 !important;
}

body .shariff .ShariffHeadline {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	color: #e6c846 !important;
	margin: 27px 0 10px;
}

div.text_footer.with_features div.oeg_text {
	order: 2;
	margin-top: 0;
	padding-top: 20px;
}

div.oeg_features {
	order: 1;
	padding-left: calc(10% + 50px);
	padding-top: 20px
}

div#oeg_banner {
	position: relative;
	min-height: 500px;
}

div#oeg_banner h1 {
	font-size: 29px;
	line-height: 1;
}

.title_addition {
	font-size: 20px;
	font-weight: 300;
	display: block;
	line-height: 1.5;
}

#booking_iframe {
	margin-top: 50px;
}

div.oeg_content {
	position: relative;
	z-index: 21;
	margin-bottom: 160px;
	top: 100px;
}

@media (min-width: 768px) {
	div.oeg_headline {
		width: max-content;
	}
}

@media (min-width: 999px) {
	div#booking_form {
		width: 70%;
	}
}

@media (min-width: 1281px) {
	div#oeg_banner {}

	div.text_footer.with_features {
		grid-template-columns: 2fr 1fr;
		grid-column-gap: 10%;
	}

	div.text_footer.with_features div.oeg_text {
		order: 1;
	}

	div.oeg_features {
		order: 2;
		padding-left: 0;
	}

	div#booking_form {
		width: 70%;
	}
}

/* Generelles*/
.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}

div.ginput_container input,
div.ginput_container textarea {
	background-color: transparent !important;
	border: 1px solid lightgray;
}

.gform_wrapper span.gfield_required {
	color: #e6c846;
}

div.gravity_ueberschrift {
	padding-bottom: 20px;
	font-weight: 600;
}

div.te_garantie {
	background-color: #333333;
	color: white;
}

div.te_kontakt {
	background-color: #e6c846;
	color: white;
	padding-bottom: 25px;
}

div.te_kontakt p {
	font-size: 15px;
	padding: 20px 20px 0 20px;
	margin: 0;
}

div.te_kontakt a {
	text-decoration: underline;
	color: white;
}

div.te_kontakt i {
	font-size: 20px;
	padding-right: 17px;
	padding-bottom: 10px;
	top: 3px;
	position: relative;
}

div.te_garantie div.titel,
div.te_kontakt div.titel {
	font-size: 20px;
	font-weight: 600;
	color: white;
	margin: 0;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid white;
}

div.te_garantie ul {
	list-style: none;
	padding: 20px 20px 10px 20px;
	font-size: 16px;
}

div.te_garantie ul li:before {
	position: absolute;
	left: 15px;
	margin-top: -4px;
	content: '✓';
	font-size: 20px;
}

div.te_garantie ul li {
	margin-left: 25px;
	padding-bottom: 10px;
}

.small_icons .elementor-icon-box-content>p {
	font-size: 14px;
}

.small_icons .elementor-icon-box-title>span {
	font-size: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(230, 200, 70);
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_date {
	margin-top: 4px;
}

div.fragen {
	font-weight: 700;
	color: rgb(230, 200, 70);
}

.row_1 {
	position: relative;
}

.row_1 div.top-bar {
	color: white;
	font-size: 14px;
	margin: 0 0 0 auto;
}

.row_1 div.top-bar>span {
	display: inline-block;
}

.row_1 div.top-bar>span a {
	color: lightgray;
	margin-right: 1.5vw;
}

.row_1 div.top-bar>span i {
	margin-right: 8px;
}

ul#primary-menu {
	color: #fff !important;
}

ul#primary-menu:hover {
	color: #e6c846 !important;
}

ul#primary-menu li.menu-item a {
	color: #fff !important;
}

ul#primary-menu li.menu-item a:hover {
	color: #e6c846 !important;
}

li.menu-button a {
	text-transform: uppercase;
}

.sub-menu-toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89.394' height='47.82' viewBox='0 0 89.394 47.82'%3E%3Cpath id='Icon_metro-chevron-thin-down' data-name='Icon metro-chevron-thin-down' d='M87.981,11.7a3.62,3.62,0,0,1,5.088,0,3.534,3.534,0,0,1,0,5.036L51.969,57.43a3.62,3.62,0,0,1-5.088,0L5.782,16.736a3.539,3.539,0,0,1,0-5.036,3.62,3.62,0,0,1,5.088,0L49.428,48.813Z' transform='translate(-4.729 -10.655)' fill='%23e6c846'/%3E%3C/svg%3E%0A") !important;
}

div.location_title {
	font-size: 16px;
	font-weight: 500;
	padding: 0 50px 0 20px;
	color: white;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #e6c846;
	height: 35px;
	line-height: 30px;
	position: relative;
}

div.location_title:hover {
	color: white;
}

.unselectable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

.main-navigation ul:not(.sub-menu) {
	justify-content: flex-end;
}

.row_1 div.site-branding {
	display: inline;
}

.row_1 div.site-branding img {
	width: 100%;
	max-width: 140px;
	padding: 15px 20px;
}

#buchen_button {
	text-align: center;
}

.mobile_navigation {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100000;
	background-color: white;
	padding: 10px 5%;
	border-top: 1px solid #ACACAC;
}

@media (max-width: 350px) {
	.mobile_navigation {
		padding: 10px 2%;
	}
}

.mobile_navigation>div {
	display: flex;
	justify-content: justify;
}

.mobile_navigation>div>div {
	flex-basis: 25%;
	flex-grow: 1;
	text-align: center;
	color: #464646 !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 11px;
	white-space: nowrap;
}

.mobile_navigation a {
	color: #464646 !important;
}

.mobile_navigation img {
	width: 26px;
}

.mobile_navigation .anreise_mobil img {
	padding-bottom: 1.5px;
}

.mobile_navigation>div>div.menue_mobil {
	cursor: pointer;
}

.location_arrow {
	position: absolute;
	right: 15px;
	top: 7px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpath fill='white' d='M100,0C44.8,0,0,44.8,0,100c0,55.2,44.8,100,100,100s100-44.8,100-100C200,44.8,155.2,0,100,0z M100,160.6 L40,56.7h120L100,160.6z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 15px;
}

#overlay,
#overlay_game_chooser {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	padding: 5% 20%;
	overflow-y: scroll;
}

#game_overview {
	background-color: white;
	text-align: center;
	position: relative;
	padding: 5% 5% 10% 5%;
	border: 1px solid black;
	border-radius: 5px;
}

#game_cards {
	display: flex;
	align-content: center;
	column-gap: 3%;
	row-gap: 30px;
}

#game_cards>a {
	display: block;
	flex-basis: 30%;
	flex-grow: 1;
}

.game_card {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 3px #1e1e1e;
	text-decoration: none;
	color: #FFFFFF !important;
	transition: ease all .3s;
	line-height: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
	font-weight: 600;
	font-size: 23px;
	font-family: 'Roboto Slab', serif;
	font-style: normal;
}

a.game_option,
a.game_option:hover {
	text-decoration: none;
}

#game_card_escape_rooms {
	background-image: url("http://teamescape.com/wp-content/uploads/2022/03/ESCAPE-ROOMS-team_friends_540_4.-small.jpg");
}

#game_card_stadtrallyes {
	background-image: url("http://teamescape.com/wp-content/uploads/2022/03/STADTRALLYES-Operation_Mindfall_small.jpg");
}

#game_card_online_rooms {
	background-image: url("http://teamescape.com/wp-content/uploads/2022/03/CA_-e1536931750320-small.jpg");
}

.location_overview {
	display: grid;
	grid-template-columns: 2fr 3fr;
	border: 1px solid black;
	border-radius: 5px;
}

.map_wrapper {
	display: grid;
	grid-template-columns: 2fr 3fr;
}

div.dropdown_staedte {
	display: none;
	text-align: center;
	margin-bottom: 60px;
}

#overlay .map,
.map {
	position: relative;
	padding: 20px 0 20px 20px;
	background-color: white;
	border-radius: 5px 0px 0px 5px;
}

.map div {
	position: relative;
}

.map div img {
	width: 100%;
	display: block;
}

.location_wrapper {
	background-color: white;
	position: relative;
	border-radius: 0px 5px 5px 0px;
}

#overlay .location_titles_wrapper,
.map_wrapper .location_titles_wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 22%;
	margin: 0;
}

.map_wrapper .location_titles_wrapper {
	top: 7%;
	transform: none;
}

.spiele_online {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

.spiele_online>p.location_link {
	margin-bottom: 5px;
}

@media (max-width: 1200px) {
	.map {
		padding: 0;
	}

	.spiele_online {
		bottom: 0;
	}
}

.location_titles_wrapper p {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 12px;
}

.location_titles_wrapper .elementor-button-wrapper {
	text-align: left;
}

.location_titles_wrapper>h2 {
	margin: 0 0 1.0vw 0;
	font-size: calc(12px + 0.8vw);
}

.location_titles {
	column-count: 2;
}

.location_titles>div {
	margin-bottom: 0.4vw;
}

.location_titles_regions {
	display: none;
}

.location_link {
	color: #505050 !important;
	font-weight: 500;
	font-size: calc(8px + 0.5vw);
}

span.location_link {
	color: #CAAE36 !important;
}

.map_wrapper .location_link {
	font-size: 16px;
	line-height: 2em;
}

a.popup_close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	margin-bottom: 20px;
	color: black !important;
	background: white;
	padding-top: 7px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
}

a.popup_close:hover {
	color: #e6c846 !important;
	text-decoration: none;
}

.map div.location_marker {
	position: absolute;
	height: 20px;
	width: 20px;
	-ms-transform: translateX(-10px) translateY(-18px);
	transform: translateX(-10px) translateY(-18px);
	z-index: 3;
}

.map div.location_marker>a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.map div.location_marker:hover {
	text-decoration: none !important;
}

.map div.location_marker i {
	position: absolute;
	display: block;
	font-size: 20px;
	color: #e4c745;
	top: -5px;
	left: 3px;
	z-index: -1;
}

.map div.location_marker>div {
	display: none;
	position: absolute;
	z-index: 4;
	top: 20px;
	left: 15px;
	font-size: 14px;
	text-decoration: none !important;
	background-color: #e4c745;
	color: black;
	border-radius: 15px;
	border: 1px solid black;
	padding: 3px 15px;
	flex-direction: column;
}

.map div.location_marker:hover>a:hover+div {
	display: block;
}

.map div.location_marker:hover {
	z-index: 22000;
}

.seiten_untertitel p {
	background: black;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	color: #e4c745;
	line-height: 1.2em;
}

.seiten_ueberschrift h1 {
	background: black;
	display: inline-block;
	padding: 10px 20px;
}

.location_titles_regions {
	display: none;
	position: relative;
	padding: 5% 18% 15% 30%;
	background-color: white;
}

@media (max-width: 700px) {
	.location_titles_regions {
		padding: 5% 14% 20% 24%;
	}
}

@media (max-width: 500px) {
	.location_titles_regions {
		padding: 5% 8% 25% 16%;
	}
}

.location_titles_regions>div {
	display: inline-block;
}

.location_titles_regions>div>div.region_headline {
	position: absolute;
	color: #c7c7c7;
	font-weight: 800;
	font-size: 12px;
}

.location_titles_regions>div>div.locations_in_region {
	column-count: 2;
	-moz-column-count: 2;
	column-gap: 0px;
	margin-top: 15px;
	margin-bottom: 4px;
}

@media (max-width: 768px) {
	#overlay .location_titles_wrapper {
		display: none;
	}
}

body.overlay_shown {
	overflow: hidden;
}

div.locations_in_region a.location_link,
div.locations_in_region span.location_link {
	font-size: 16px;
	font-weight: 800;
	color: #505050;
	display: inline-block;
	margin: 5px 0;
}

div.location_titles_regions>h2 {
	width: 100%;
	font-size: 22px;
	color: #505050;
	margin: 25px 0 20px 0;
}

.map_wrapper .location_titles_wrapper>h2 {
	font-size: 20px;
}

.map_wrapper {
	margin-top: 20px;
}

@media (max-width: 1700px) {
	.game_card {
		font-size: 22px;
	}
}

@media (max-width: 1600px) {

	#overlay,
	#overlay_game_chooser {
		padding: 5% 8%;
	}

	.location_titles>div {
		margin-bottom: 0.6vw;
	}

	a.location_marker>i {
		font-size: 1.6vw;
	}

	.game_card {
		font-size: 24px;
	}

	#game_overview {
		padding: 5% 3%;
	}
}

@media (max-width: 1200px) {
	.location_titles>div {
		margin-bottom: 0.5vw;
	}

	.location_titles>div {
		margin-bottom: 0.3vw;
	}

	.map div.location_marker {
		height: 15px;
		width: 15px;
		-ms-transform: translateX(-7px) translateY(-13px);
		transform: translateX(-7px) translateY(-13px);
	}

	.map div.location_marker i {
		font-size: 16px;
		top: -5px;
		left: 2px;
	}

	#game_cards {
		flex-direction: column;
	}

	#game_cards>a {
		flex-basis: 100%;
		min-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 1360px) {
	div.template_wrapper {
		padding: 0 40px;
	}
}

@media (max-width: 1325px) {
	.row_1 div.site-branding {
		max-width: 170px !important;
	}

	.row_1 div.site-branding img {
		padding: 5px 20px;
		margin-left: 20px !important;
	}
}

@media (max-width: 1150px) {
	.map_wrapper .map {
		margin-bottom: 40px;
	}
}

@media (max-width: 1075px) {
	.map_wrapper .map {
		margin-bottom: 60px;
	}
}

@media (max-width: 1000px) {

	#overlay,
	#overlay_game_chooser {
		padding: 5% 3%;
	}

	.map div.location_marker i {
		font-size: 14px;
		top: -4px;
		left: 2px;
	}

	.row_1 div.top-bar>span {
		display: block;
	}

	.location_titles>div {
		margin-bottom: -0.4vw;
	}

	.location_titles_wrapper>h2 {
		font-size: calc(9px + 0.8vw);
	}

	.location_link {
		font-size: calc(6px + 0.5vw);
	}

	.map div.location_marker>div {
		top: 12px;
		left: 8px;
		font-size: 12px;
		padding: 2px 10px;
	}
}

@media (max-width: 950px) {
	.map_wrapper .map {
		margin-bottom: 70px;
	}
}

@media (max-width: 850px) {
	.map_wrapper .map {
		margin-bottom: 80px;
	}
}

@media (max-width: 800px) {
	.map_wrapper .map {
		margin-bottom: 95px;
	}
}

@media (max-width: 768px) {
	.location_titles_regions {
		display: block;
	}

	header.site-header.fixed {
		position: static !important;
	}

	header.site-header .site-branding {
		max-width: 35% !important;
	}

	.mobile_navigation {
		display: block;
	}

	.location_title {
		text-align: center;
	}

	.row_1 div.site-branding img {
		width: 150px;
		padding: 20px 20px;
	}

	.row_1 div.top-bar {
		display: none;
	}

	.row_1 div.site-branding {
		display: inline;
	}

	.row_1 div.site-branding img {}

	.site-header.fixed .row_1 div.site-branding {}

	div.site-header-inner {
		padding: 0;
	}

	button.menu-toggle {
		padding-right: 20px !important;
		position: absolute;
		right: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	button.menu-toggle:hover {
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.location_title {}

	.row_1 .main-navigation.toggled>div>ul {}

	.location_overview {
		display: block;
	}

	#overlay {
		grid-template-columns: 1fr;
	}

	#overlay .map {
		display: none;
	}

	#overlay .location_titles {
		display: none;
	}

	.map_wrapper {
		grid-template-columns: 1fr;
	}

	.map_wrapper div.dropdown_staedte {
		display: block;
	}

	.map_wrapper .map {
		padding: 0 15%;
	}

	.map_wrapper div.location_wrapper {
		display: none;
	}

	.map_wrapper .location_titles_wrapper {
		position: static;
		width: 100%;
		-ms-transform: none;
		transform: none;
		margin: 0;
	}
}

@media (max-width: 600px) {
	#game_cards>a {
		min-width: 95%;
	}

	.row_1 div.site-branding img {
		padding: 15px 30px 15px 0;
		margin-left: 10px !important;
	}
}

@media (max-width: 400px) {
	.row_1 div.site-branding img {
		padding-right: 40px;
	}

	.row_1 div.top-bar {
		font-size: 12px;
	}

	.location_title {
		font-size: 15px;
	}
}

/* Rasierklinge */
.rasierklinge,
#rasierklinge {
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at top right, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at bottom left, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at bottom right, transparent 0, transparent 20%, black 20%);
	-webkit-mask-position: top left, top right, bottom left, bottom right;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 51% 51%;
	mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at top right, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at bottom left, transparent 0, transparent 20%, black 20%),
		radial-gradient(circle at bottom right, transparent 0, transparent 20%, black 20%);
	mask-position: top left, top right, bottom left, bottom right;
	mask-repeat: no-repeat;
	mask-size: 51% 51%;
}

.rasierklinge-s,
#rasierklinge-s,
.gform_button {
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at top right, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom right, transparent 0, transparent 10%, black 10%);
	-webkit-mask-position: top left, top right, bottom left, bottom right;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 51% 51%;
	mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at top right, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom left, transparent 0, transparent 10%, black 10%),
		radial-gradient(circle at bottom right, transparent 0, transparent 10%, black 10%);
	mask-position: top left, top right, bottom left, bottom right;
	mask-repeat: no-repeat;
	mask-size: 51% 51%;
}

.rasierklinge-xs,
#rasierklinge-xs {
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at top right, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at bottom left, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at bottom right, transparent 0, transparent 5%, black 5%);
	-webkit-mask-position: top left, top right, bottom left, bottom right;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 53% 53%;
	mask-image:
		radial-gradient(circle at top left, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at top right, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at bottom left, transparent 0, transparent 5%, black 5%),
		radial-gradient(circle at bottom right, transparent 0, transparent 5%, black 5%);
	mask-position: top left, top right, bottom left, bottom right;
	mask-repeat: no-repeat;
	mask-size: 53% 53%;
}

/* Background Klassen */
.bg-cover {
	background-size: cover;
}

/* ZigZag */

.zigzag {
	width: 100%;
	position: absolute;
	background: #fff;
}

.zigzag:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	display: block;
	background: linear-gradient(-45deg, #E6C846 33.33%,
			#E6C846 33.33%, #E6C846 66.66%,
			transparent 66.66%), linear-gradient(45deg, #E6C846 33.33%,
			#E6C846 33.33%, #E6C846 66.66%,
			transparent 66.66%);
	background-size: 40px 90px;
	transform: rotate(180deg);
}

/* Spalte Klickbar machen */
.clickable {
	position: relative;
}

.clickable a:after {
	content: "";
	display: block !IMPORTANT;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

/* Font-Familie */
.montserrat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.roboto {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

/* GravityForms Button */
.gform_button {
	text-transform: uppercase;
}

/* Linkfarbe bei Gelben Hintergrund
.yellow-bg-link {
	color: revert;
}
 */

/* Font größen */
.h1-rob,
.h2-rob,
.h3-rob,
.h4-rob,
.h5-rob {
	font-family: 'Roboto Slab', sans-serif !important;
	font-style: normal;
	font-weight: 600;
}

.h1-mon,
.h2-mon,
.h3-mon,
.h4-mon,
.h5-mon {
	font-family: 'Montserrat', sans-serif !important;
	font-style: normal;
	font-weight: 500;
}

.p-rob {
	font-family: 'Roboto Slab', sans-serif !important;
	font-style: normal;
	font-weight: 600;
}

.p-mon {
	font-family: 'Montserrat', sans-serif !important;
	font-style: normal;
	font-weight: 300;
}

.h1-rob,
.h1-mon {
	font-size: 3.42rem !important;
}

.h2-rob,
.h2-mon {
	font-size: 2.1875rem !important;
}

.h3-rob,
.h3-mon {
	font-size: 1.7rem !important;
}

.h4-rob,
.h4-mon {
	font-size: 1.3rem !important;
}

.h5-rob,
.h5-mon {
	font-size: 0.83rem !important;
}

.font-weight-light {
	font-weight: lighter;
}

.font-weight-normal {
	font-weight: normal;
}

.text-primary {
	color: #E6C846 !important;
}

.text-primary-light {
	color: #FFE68C !important;
}

.text-secondary {
	color: #1e1e1e !important;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #000 !important;
}

.booking-btn .elementor-widget-container {
	opacity: 0.6;
}

.booking-btn:hover .elementor-widget-container,
.booking-btn.active .elementor-widget-container {
	opacity: 1;
}

.booking-btn.active .teaserimage p {
	color: #ffffff;
}

.site-footer.big-footer {
	overflow: hidden;
}

html {
	overflow-x: auto;
}

p.message_mobile {
	display: none;
}

@media (max-width: 768px) {
	p.message_mobile {
		display: block;
	}

	p.message_desktop {
		display: none;
	}
}

/* Städte */
.border-radius-50 {
	border-radius: 50%;
}

/* .n2-ss-slider .n2-ss-item-image-content img {
        width: 200px !important;
        height: 200px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
    }*/

div#n2-ss-2 .n2-font-c863acc527ede260d15fb6250ebefac6-hover {
	font-family: 'Roboto Slab', sans-serif !important;
	font-weight: 600;
}

div#n2-ss-2 .n2-font-039895865b52db58aba014f8e7576524-paragraph {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300;
}

div#n2-ss-2 .n2-font-fe4519d3143e3354c25d8630e79e0fdb-paragraph {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300;
}

.overflow-hidden {
	overflow: hidden !important;
}

.fixed-height-370 {
	min-height: 370px !important;
}

.raumlinks a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.raumlinks a:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #E6C846;
	margin: 0 7px;
	transform: translateY(-3px);
}

@media (max-width: 767px) {
	.raumlinks {
		text-align: center;
	}
}

/* Standorte Shortcode  */
div.te_standorte {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	/*align-items: flex-start;*/
	/*justify-content: space-between;*/
	justify-content: space-evenly;
	column-gap: 4%;
	flex-wrap: wrap;
	margin: 0 auto;
}

div.te_standorte>div.te_standort_einzeln {
	width: 100%;
	flex-basis: 22%;
	min-width: 250px;
	margin-bottom: 50px;
	overflow: hidden;
	flex-grow: 1;
	max-width: 30%;
}

div.te_standort_kopf {
	background-color: #1E1E1E;
	text-align: center;
	padding: 20px 10px;
}

div.te_standort_kopf i {
	color: #FFFFFF;
	font-size: 20px;
}

div.te_standort_name p {
	color: #E6C846;
	margin: 0;
	font-size: 1.3rem !important
}

div.te_standort_address p {
	color: lightgray;
	margin: 0;
}

div.te_standort_koerper {
	background-color: #E6C846;
	padding: 20px 20px 0;
	text-align: center;
}

div.te_standort_koerper table {
	width: 100%;
}

div.te_standorte tr {
	vertical-align: top;
}

div.te_standort_koerper td {
	font-size: 13px;
}

div.te_standort_kontakt {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	margin: 20px 0;
}

div.te_standort_koerper tr td:nth-child(even),
div.te_standort_koerper a {
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	hyphens: auto;
}

div.te_standort_koerper tr td:nth-child(odd) {
	color: #1E1E1E;
	font-weight: 500;
	text-align: left;
}

div.te_standort_koerper>a.elementor-button-link.elementor-button:hover {
	background-color: white;
}

.zigzag2:after {
	content: '';
	width: auto;
	height: 60px;
	display: block;
	background: linear-gradient(-45deg, #E6C846 33.33%, #E6C846 33.33%, #E6C846 66.66%, transparent 66.66%), linear-gradient(45deg, #E6C846 33.33%, #E6C846 33.33%, #E6C846 66.66%, transparent 66.66%);
	background-size: 40px 90px;
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	tr.te_standort_kontakt.geschlossen {
		display: none;
	}
}

@media (max-width: 540px) {
	div.te_standorte>div.te_standort_einzeln {
		flex-grow: 1;
	}
}

.elementor-menu-anchor {
	transform: translateY(300px);
}

li.menu-button {
	padding-left: 0;
	margin-left: 1.875rem;
}

div.staedte_dropdown_wrapper {
	background-color: #e6c846;
	color: black;
	text-align: center;
	padding: 40px;
	margin: 40px auto;
	max-width: 600px;
}

div.staedte_dropdown_wrapper h3 {
	color: black !important;
	text-transform: uppercase;
}

select#staedte_dropdown,
select#staedte_bewertung_dropdown {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 8px 45px 8px 15px;
	font-size: 1rem;
	font-weight: bold;
	border: none;
	color: black;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #e6c846;
	border: 2px solid black;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M100,0C44.8,0,0,44.8,0,100c0,55.2,44.8,100,100,100s100-44.8,100-100C200,44.8,155.2,0,100,0z M100,160.6 L40,56.7h120L100,160.6z'/%3E%3C/svg%3E");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	position: relative;
}

div.dropdown_staedte select#staedte_dropdown {
	margin-bottom: 20px;
	color: #e6c846;
	background-color: white;
	border: 2px solid #e6c846;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpath fill='%23e6c846' d='M100,0C44.8,0,0,44.8,0,100c0,55.2,44.8,100,100,100s100-44.8,100-100C200,44.8,155.2,0,100,0z M100,160.6 L40,56.7h120L100,160.6z'/%3E%3C/svg%3E");
}

section.social_icons .wp-block-social-links.aligncenter {
	justify-content: normal;
	column-gap: 10px;
}

h4#soziale-netzwerke {
	margin-top: 40px;
}

/* Franchise Floating Button */
.franchise_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

/*Unlock your Smile Popup Formular
 * 
.page-id-13643 .gfield, .page-id-13643 .gform_button {margin-bottom: 15px;}
.page-id-13643 .gfield--width-half {width: 48%; float:left;padding: 13px;}
.page-id-13643 input {padding: 8px 7px !important;}
.page-id-13643 .gfield_label {display: none;}
.page-id-13643 fieldset {border: 0px;}*/

.page-id-13643 .boxzilla-17405 {
	padding: 0px;
}

/* Buchen Button */
.menu-button a:hover {
	background: white;
}

.stoerer {
	position: fixed;
	bottom: 40px;
	left: 30px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0px -8px 14px rgba(255, 255, 255, 0.6);
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
	z-index: 998;
}

@media (max-width: 768px) {
	.stoerer {
		bottom: 70px;
		/*display: none;*/
	}
}

@media (max-width: 650px) {
	.stoerer {
		display: none;
	}
}

.stoerer .obere_haelfte,
.stoerer .untere_haelfte {
	position: relative;
	z-index: 2;
	background-color: #1e1e1e;
	height: 75px;
	width: 150px;
	overflow: hidden;
	-webkit-transition: border-radius 0.6s ease-out 0.5s, padding 0.5s ease-out 0.5s, margin 0.5s ease-out 0.5s;
	-moz-transition: border-radius 0.6s ease-out 0.5s, padding 0.5s ease-out 0.5s, margin 0.5s ease-out 0.5s;
	transition: border-radius 0.6s ease-out 0.5s, padding 0.5s ease-out 0.5s, margin 0.5s ease-out 0.5s;
}

.stoerer.ausgeklappt .obere_haelfte,
.stoerer.ausgeklappt .untere_haelfte,
.stoerer:hover .obere_haelfte,
.stoerer:hover .untere_haelfte {
	-webkit-transition: border-radius 0.6s ease-out 0s, padding 0.3s ease-out 0s, margin 0.3s ease-out 0s;
	-moz-transition: border-radius 0.6s ease-out 0s, padding 0.3s ease-out 0s, margin 0.3s ease-out 0s;
	transition: border-radius 0.6s ease-out 0s, padding 0.3s ease-out 0s, margin 0.3s ease-out 0s;
}

.stoerer .obere_haelfte {
	z-index: 5;
	overflow: visible;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}

.stoerer .untere_haelfte {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

.stoerer .stoerer_content {
	max-height: 0;
	z-index: 4;
	position: relative;
	background-color: #1e1e1e;
	color: white;
	-webkit-transition: max-height 0.8s linear 0s;
	-moz-transition: max-height 0.8s linear 0s;
	transition: max-height 0.8s linear 0s;
	width: 150px;
}

.stoerer.ausgeklappt .stoerer_content,
.stoerer:hover .stoerer_content {
	max-height: 500px;
	-webkit-transition: max-height 0.8s linear 0s;
	-moz-transition: max-height 0.8s linear 0s;
	transition: max-height 0.8s linear 0s;
}

.stoerer .stoerer_content>p {
	opacity: 0;
	margin: 0;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: opacity 0.3s ease-out 0s;
	-moz-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}

.stoerer .stoerer_content>p.stoerer_gelb {
	color: #E6C846;
	padding-bottom: 5px;
}

.stoerer .stoerer_content>p.stoerer_weiss {}

.stoerer.ausgeklappt .stoerer_content>p,
.stoerer:hover .stoerer_content>p {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out 0.3s;
	-moz-transition: opacity 0.5s ease-out 0.3s;
	transition: opacity 0.5s ease-out 0.3s;
}

.stoerer.ausgeklappt .obere_haelfte,
.stoerer:hover .obere_haelfte {
	/*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
	padding-bottom: 150px;
}

.stoerer.ausgeklappt .untere_haelfte,
.stoerer:hover .untere_haelfte {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-top: -40px;
}

.zigzag_stoerer {
	position: absolute;
	width: 100%;
	z-index: 0;
	opacity: 0;
	bottom: -5px;
	-webkit-transition: opacity 0.2s ease-out 0s, bottom 0.3s linear 0s;
	-moz-transition: opacity 0.2s ease-out 0s, bottom 0.3s linear 0s;
	transition: opacity 0.2s ease-out 0s, bottom 0.3s linear 0s;
}

.stoerer.ausgeklappt .zigzag_stoerer,
.stoerer:hover .zigzag_stoerer {
	opacity: 1;
	bottom: -20px;
	-webkit-transition: opacity 0.4s ease-out 0.2s, bottom 0.3s linear 0.4s;
	-moz-transition: opacity 0.4s ease-out 0.2s, bottom 0.3s linear 0.4s;
	transition: opacity 0.4s ease-out 0.2s, bottom 0.3s linear 0.4s;
}

.zigzag_stoerer:after {
	content: '';
	width: auto;
	height: 60px;
	display: block;
	background: linear-gradient(-45deg, #3c3c3c 33.33%, #3c3c3c 33.33%, #3c3c3c 66.66%, transparent 66.66%), linear-gradient(45deg, #3c3c3c 33.33%, #3c3c3c 33.33%, #3c3c3c 66.66%, transparent 66.66%);
	background-size: 25px 50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.obere_haelfte>img {
	position: absolute;
	top: 0.5%;
	width: 99%;
}

div.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}

div.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal>ul {
	padding-left: 0;
}

div.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a>img {
	box-shadow: 0px 0pc 9px rgba(255, 255, 255, 0.7);
	transition: scale .2s;
}

div.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover>img {
	transform: scale(1.05);
}

div.elementor-col-33.three_img-col .elementor-widget-container {
	padding: 15% 0 !important;
	position: relative;
}

div.elementor-col-33.three_img-col .elementor-widget-container .elementor-text-editor {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

@media (max-width: 1100px) {
	div.elementor-col-33.three_img-col .elementor-element-populated {
		height: 150px !important;
	}

	div.elementor-col-33.three_img-col .elementor-element-populated .elementor-widget-container {
		height: 150px !important;
	}

	div.elementor-col-33.three_img-col .elementor-widget-container {
		padding: 15% 0 !important;
		align-content
	}
}

@media (max-width: 767px) {
	body.mobile-menu-open div#page>header#masthead {
		position: fixed !important;
		width: 100% !important;
		z-index: 999 !important;
	}

	div.elementor-col-33.three_img-col {
		width: 33%;
	}

	div.elementor-col-33.three_img-col .elementor-element-populated {
		padding: 0 5px !important;
	}

	div.elementor-col-33.three_img-col .elementor-element-populated {
		height: 120px !important;
	}

	div.elementor-col-33.three_img-col .elementor-element-populated .elementor-widget-container {
		height: 120px !important;
	}

	div.elementor-col-33.three_img-col .elementor-widget-container {
		padding: 20px 0 !important;
		font-size: 17px !important;
	}

	div.elementor-col-33.three_img-col .elementor-widget-container a {
		font-size: 17px !important;
	}
}

@media (max-width: 650px) {
	div.elementor-col-33.three_img-col .elementor-widget-container a {
		font-size: 15px !important;
	}
}

@media (max-width: 490px) {
	div.elementor-col-33.three_img-col .elementor-widget-container a {
		font-size: 13px !important;
	}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 68px;
	}

	.main-navigation ul li.sub-menu-open ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

.tabelle_gelb div.elementor-widget-container {
	height: 100px;
	margin: 0;
	padding: 20px;
}

.hintergrund_weiss select#staedte_dropdown {
	color: #e6c846;
	background-color: white;
	border: 2px solid #e6c846;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpath fill='%23e6c846' d='M100,0C44.8,0,0,44.8,0,100c0,55.2,44.8,100,100,100s100-44.8,100-100C200,44.8,155.2,0,100,0z M100,160.6 L40,56.7h120L100,160.6z'/%3E%3C/svg%3E");
}

.anfrage_formular #gfield_instruction_1_10 {
	display: none !important;
}

/*Mobile Verbesserungen*/
@media (max-width: 768px) {
	blockquote {
		padding: 50px 20px 20px 0;
	}

	blockquote p {
		margin-bottom: 0 !important;
	}

	.elementor-element .elementor-divider {
		margin: -15px 0 -10px 0 !important;
	}

	.page-header~.page-header {
		height: 40vw !important;
		min-height: 40vw !important;
	}

	#bk-lightbox_backdrop {
		height: 96% !important;
	}

	div.dropdown_staedte select#staedte_dropdown {
		margin-bottom: -20px;
	}

	div.map_wrapper {
		padding-bottom: 1.8em;
	}

	h1 {
		line-height: 1em !important;
		margin-top: -15px;
	}

	h2 {
		font-size: 1.6rem !important;
		margin-bottom: 10px !important;
	}
}

@media (max-width: 550px) {
	#bk-lightbox_backdrop {
		height: 92% !important;
	}
}

.page-header h1 {
	hyphens: none !important;
	white-space: break-spaces !important;
}

/* Gutscheine Stoerer Styles. 
------------------------------------------------------------------------ */
#gutschein-stoerer {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500;
	background-color: rgb(230, 200, 70);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 100%;
	max-width: 100%;
	transition: all 400ms;
	padding-bottom: 60px;
	transform: translateY(calc(-100% + 150px));
}

#gutschein-stoerer .gutschein-stoerer-right {
	padding: 2rem 2rem;
	background-color: #FAECAE;
	opacity: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	text-align: center;
	max-width: 100%;
	width: 100%;
	position: relative;
	transition: all 500ms ease;
}

#gutschein-stoerer .gutschein-stoerer-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#gutschein-stoerer .gutschein-stoerer-left .gutschein-left-img {
	transition: all 400ms;
	display: none;
}

#gutschein-stoerer .gutschein-stoerer-left .gutschein-left-text {
	transition: all 400ms;
	opacity: 1;
	font-weight: 600;
	font-size: 24px;
}

#gutschein-stoerer .gutschein-stoerer-right h3 {
	color: #000;
	margin-top: 0;
}

#gutschein-stoerer .gutschein-stoerer-right .universal-close-button {
	background-color: #ffffff;
	background-image: url(/wp-content/themes/teamescape/img/universal-close-icon.svg);
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 100%;
	border: 2px solid rgb(230, 200, 70);
	padding: 4px;
}

#gutschein-stoerer .gutschein-stoerer-right .elementor-button-text {
	color: #E6C846;
}

#gutschein-stoerer .gutschein-stoerer-right .elementor-button-text:hover,
#gutschein-stoerer .gutschein-stoerer-right .elementor-button:hover .elementor-button-text {
	color: #222;
}

@media screen and (min-width: 769px) {

	#gutschein-stoerer {
		top: initial;
		bottom: 5%;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 20px;
		max-width: 600px;
		width: 600px;
		transform: initial;
		padding-bottom: 0;
	}


	#gutschein-stoerer .gutschein-stoerer-right {
		opacity: 1;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 20px;
		max-width: 420px;
		width: 420px;
		left: 180px;
	}

	#gutschein-stoerer .gutschein-stoerer-left {
		bottom: initial;
		transform: translateX(0);
		width: 180px;
		float: left;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	#gutschein-stoerer .gutschein-stoerer-left .gutschein-left-img {
		display: block;
	}

	#gutschein-stoerer .gutschein-stoerer-left .gutschein-left-text {
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
		left: -50px;
		text-transform: uppercase;
	}

	#gutschein-stoerer .gutschein-stoerer-right .universal-close-button {
		display: none;
	}
}