/*!
Theme Name: Först - Reisen Theme (2020 Edition)
Theme URI: https://www.werbeagentur-impuls.de/
Author: Impuls Werbeagentur <info@impuls-wa.de>
Author URI: https://www.werbeagentur-impuls.de/
Description: Das WordPress Theme Ihres Unternehmens. Speziell für Sie entwickelt.
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foerstreisen_2020

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Variablen */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  transition: 0.2s linear;
  transition-property: color;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1 {
	font-size: 45px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}
h2 {
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 10px !important;
}
h3 {
	font-size: 31px;
	color: black;
}
p {
  margin-bottom: 1.5em;
  color: #444;
  font-weight: 300;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0;
}
ul {
  list-style: none;
}
/* .reise-desc ul, .bus ul {
	margin-left: 17px;
} */
.bus .wp-block-gallery ul {
  margin-left: 0;
}
ol {
  list-style: decimal;
}
li {
	list-style: none;
	font-weight: 300;
  color: #444;
}
#content ul li::before,
.bus ul li::before {
	content: "● ";
  margin-left: -20px;
}
.wp-block-column ul li {
	margin-left: 20px;
}
.bus .wp-block-column .wp-block-gallery ul li::before {
	content: "";
	margin-left: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #F79301;
  color: #FFF;
  line-height: 1;
  padding: 0;
  width: 100%;
  cursor: pointer;
  height: 50px;
  transition: 0.3s linear;
  transition-property: background, color;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #E66301;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #444;
  color: #FFF;
  cursor: not-allowed;
}
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: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
/* Nummernboxen-Pfeile verstecken */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*------------*/
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
select {
  border: 1px solid #000;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #FFF;
  color: #000;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: '﹀';
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #000;
  pointer-events: none;
}
select.wpcf7-form-control-wrap.wpcf7-select:focus::-ms-value {
  background-color: transparent;
}
select.wpcf7-form-control-wrap.wpcf7-select::-ms-expand {
  display: none;
}
span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span,
.suchleiste input.stylecheckbox + label {
	position: relative;
	padding-left: 26px;
	display: block;
	line-height: 25px;
	color: #ddd;
	font-size: 18px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input,
.suchleiste input.stylecheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 5px;
  width: 16px;
  height: 16px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:before,
.suchleiste input.stylecheckbox + label:before {
	display: block;
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #F4F1EC;
	content: "";
	color: black;
	top: 5px;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	border: 2px solid #F79301;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input:checked + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span:before,
.suchleiste input.stylecheckbox:checked + label:before {
  background-color: #F4F1EC;
  content: '✓';
}
textarea {
  height: 150px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7-cf7ic.wpcf7-not-valid {
	border: 2px solid rgba(1200, 0, 0, 0.75) !important;
}
.wpcf7-cf7ic.wpcf7-not-valid {
	margin-bottom: -4px;
}
#footer #custom_html-5 {
	right: -10px;
	position: relative;
}
/*--------------------------------------------------------------
# Default Element Styles
--------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/
#content ul li,
#colophon ul li,
#content ol li,
#colophon ol li {
  padding-left: 0px;
}
#content ul li,
#colophon ul li {
  position: relative;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #aaa;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0px 7px 8px 0px rgba(68,68,68,0.4);
  -moz-box-shadow: 0px 7px 8px 0px rgba(68,68,68,0.4);
  box-shadow: 0px 7px 8px 0px rgba(68,68,68,0.4);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
	list-style: none;
  font-weight: 400;
}
#terminbox li {
	list-style: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  margin: 0 26px;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.dropdown-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.dropdown-navigation > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #F00, #F00 20%, transparent 20%, transparent 40%, #F00 40%, #F00 60%, transparent 60%, transparent 80%, #F00 80%, #F00 100%);
}
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:after,
.gallery:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:after,
.gallery:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0px;
  float: left;
  width: calc((100% -  61px ) /  4 );
}
.widget:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body .wp-block-columns {
  flex-wrap: nowrap;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 30px 0 0;
}
.entry-content > .wp-block-group {
	margin: 0px auto;
}
.entry-content > .startseiteneinleitung {
	margin: 0 auto;
	width: 1160px;
	margin-bottom: 75px;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.entry-content .wp-block-video video,
.entry-content .wp-block-video video[poster] {
  object-fit: contain;
}
/*--------------------------------------------------------------
## 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: 20px;
}
.gallery-item {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  float: left;
  margin: 0 0 20px 20px;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item {
  width: calc((100% -  21px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  41px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  61px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  81px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  101px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.entry-content > .alignfull,
.entry-header > .alignfull {
  max-width: none;
}
.entry-content > *, .entry-content > div.wpcf7, .post-content > * {
	max-width: 1160px;
	margin: 40px auto;
}
.entry-header > * {
  margin: 70px auto 0;
}
.content-here > * {
	margin: 0 20px;
}
.wp-block-cover.alignfull.has-background-dim.has-background-gradient > * {
	max-width: 1160px;
	min-width: 1160px;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}
#main ul.wp-block-gallery {
  list-style: none;
}
#main ul.wp-block-gallery li {
  padding: 0;
}
#main ul.wp-block-gallery li:before {
  display: none;
}
table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #AFAFAF;
  padding: 3px 5px;
}
table tr:nth-child(odd) td {
  background: #EBEBEB;
}
/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
  display: table;
  content: "";
  clear: both;
}
.wp-block-media-text figure {
  float: left;
  width: 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  float: right;
  width: 50%;
}
.wp-block-media-text.has-media-on-the-right figure {
  float: right;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  float: left;
}
@supports (display: grid) {
  .wp-block-media-text figure {
    float: none;
    width: inherit;
  }
  .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: inherit;
  }
  .wp-block-media-text.has-media-on-the-right figure {
    float: none;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    float: none;
  }
}
#content {
  min-width: 1200px;
  overflow: hidden;
}
#masthead .wrapper,
.wrapper,
.site-main {
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
#masthead {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  transition: 0.3s linear;
  transition-property: box-shadow, background-color;
}
.header_space {
  height: 145px;
  transition: 0.3s linear;
  transition-property: height;
}
.main-navigation a:hover {
  color: #F00;
}
#masthead .wrapper,
#colophon .wrapper:first-of-type {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  transition: 0.3s linear;
  transition-property: padding-top;
  height: 145px;
  max-width: 1200px;
}
.main-navigation {
	position: relative;
	flex-basis: 68.7%;
	display: grid;
	height: auto;
	transition: 0.3s linear;
	transition-property: height;
	justify-content: right;
}
.main-navigation p {
	text-align: right;
	font-weight: 700;
	color: #007BD8;
	font-size: 18px;
}
.main-navigation div {
  display: flex;
  justify-content: flex-end;
}
.main-navigation div img {
	margin-right: 10px;
	height: 20px;
	top: 22px;
	position: relative;
}
.main-navigation div p:last-child {
	margin-left: 50px;
}
.phone-num-list {
  display: flex;
  justify-content: right;
}
.phone-num-list img {
	margin-right: 10px;
	height: 20px;
	top: 25px;
	position: relative;
}
.logo_wrapper {
	position: relative;
	margin-left: 20px;
	flex-basis: 28%;
	max-height: 100px;
	transition: 0.3s linear;
	transition-property: bottom, max-height;
	margin-top: 60px;
}
.logo_wrapper img {
  max-height: 100px;
  transition: 0.3s linear;
  transition-property: max-height;
  object-fit: contain;
  object-position: left;
}
.menu-hauptmenue-container {
  justify-content: flex-end;
  margin-right: -25px;
}
.menu-main_menu-container {
  margin-top: auto;
  margin-left: auto;
  height: max-content;
  width: max-content;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-hauptmenue-container, .menu-navigation div {
    float: right;
  }
}
#primary-menu > .current-menu-item > a,
#primary-menu > .current-menu-ancestor > a,
#primary-menu .sub-menu > .current-menu-item > a,
#primary-menu .sub-menu > .current-menu-parent > a,
.single-post .current_page_parent > a,
.main-navigation a:hover,
.menu-item-has-children:hover > a,
#post-170 .anker-uebersicht a:hover,
.sign a:hover {
  color: #F79301 !important;
}
#primary-menu > .menu-item > a {
  padding-bottom: 15px;
  transition: 0.3s linear;
  transition-property: padding-bottom, color;
}
.sub-menu {
  background-color: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transition-property: opacity, padding-top, visibility;
  min-width: 220px;
  box-shadow: none !important;
}
.menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
.sub-menu .sub-menu {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  transition: 0.3s linear;
  transition-property: top;
}
.sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background-color: #fff;
}
.sub-menu .sub-menu::after {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 4px;
  left: 0px;
  top: -10px;
  background-color: #F00;
}
.wrapper.small_breadcrumb, .wrapper.only_breadcrumb {
	width: 1200px;
	margin-left: calc((100% - 1200px) / 2);
	padding-left: 20px;
  margin-top: 30px;
}
.breadcrumb, .breadcrumb a {
	color: #aaa;
	font-size: 19px;
	font-weight: 300;
  display: inline;
  margin-right: 2px;
}
.breadcrumb a:hover {
  color: #666;
}
.breadcrumb .delimiter.icon-arrow_right {
	position: relative;
	padding: 0 5px;
	background: url(/wp-content/uploads/2020/08/next-grau.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	margin-right: 4px;
  top: 1px !important;
}
.error404 .breadcrumb .delimiter.icon-arrow_right {
	top: -4px !important;
}
.entry-content > :first-of-type {
  margin-top: 0px;
  margin-bottom: 75px;
}
#post-170 .entry-content > :first-of-type {
	margin-bottom: 0;
}
.entry-content > :last-of-type:not(.auflistung-der-partner) {
  margin-bottom: 75px;
}
.home .entry-content > :first-of-type {
  margin-top: 70px;
}
.header_slider_container {
  position: relative;
  min-height: 400px;
}
.header_slider_wrapper, .header_slide, .header_slider_container .slick-list.draggable, .header_slider_container .slick-track {
	height: calc(82vh - 102px);
	min-width: 1200px;
	min-height: 350px;
}

.slick-dots {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
}

.slick-dots li:only-child{display: none;}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 15px;
   height: 15px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 25px;
	line-height: 5px;
	text-align: center;
	color: #555;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before { color: #222; opacity: 0.75; }
.header_slider_container .slick-list.draggable {
  min-width: 1220px;
}
.header_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_slider_wrapper .wrapper, .header_banner .wrapper {
  height: 100%;
  display: flex;
}
.page_headline {
	width: 1160px;
	margin-left: calc((100% - 1160px) / 2);
}
.header_headline {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
	z-index: 2;
	margin-left: calc((100% - 1200px) / 2);
}
.header_headline_box {
  width: 100%;
}
.header_headline p {
	font-size: 52px;
	color: #fff;
	margin: 0;
	padding: 5px 22px;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.home .header_headline_row1 {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}
.header_headline p strong {
  font-weight: 700;
}
.scroll_down {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_down a {
  color: #fff;
  font-size: 19px;
}
.header_slide::before {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_banner {
  position: relative;
  height: 360px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.banner_text a {
  color: #fff;
}
.banner_text a:hover {
  color: #000;
}
.header_banner .wrapper {
  height: 100%;
}
.header_banner .wrapper > .wp-block-columns,
.header_banner .wrapper .wp-block-column {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.banner_text {
  position: relative;
  background-color: rgba(100, 55, 241, 0.5);
  color: #fff;
  padding: 40px;
  padding-top: 25px;
  top: 35%;
}
.banner_text h1 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}
.arrow-right.slick-arrow {
  left: unset;
  right: 0;
  transform: translateY(-50%);
}
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,
select.wpcf7-form-control.wpcf7-select {
  border: 0;
  height: 50px;
  background-color: #F4F1EC;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 170px;
  resize: none;
}
.kontaktform span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.captcha-wrap {
  display: flex;
  flex-wrap: wrap;
}
.captcha-img-wrap {
  flex-basis: 30%;
  height: 40px;
  background-color: #F4F1EC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha-img-wrap img {
  object-fit: contain;
  height: 40px;
}
.wpcf7-form-control-wrap.captcha-1 {
  flex-basis: calc(70% - 15px);
  margin-left: 15px;
}
#colophon {
  position: relative;
  min-width: 1200px;
  background-color: #555;
  z-index: 2;
}
#colophon,
#colophon a,
#colophon .widget-title,
#colophon .textwidget {
  color: #fff;
  font-size: 16px;
}
#colophon,
#colophon a {
  font-weight: 300;
}
#colophon .widget-title {
  margin-top: 0;
}
.site-info {
  padding-top: 35px;
  padding-bottom: 20px;
}
#colophon .sidebar-1 {
  width: calc(100% - 267px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.last_widget {
  position: relative;
  margin-left: auto;
  padding-right: 20px;
}
#colophon .sign,
#colophon .sign a {
  color: rgba(255, 255, 255, 0.7);
}
#colophon a:hover,
#colophon .sign a:hover {
  color: #000;
}
#colophon .menu-footer-menu-container .menu-item > a,
#colophon .mini_menu.menu > a {
  font-size: 17px;
}
#colophon ul li,
#colophon ol li {
  padding-left: 0;
}
#colophon ul li::before {
  display: none;
}
.site-info > .wrapper {
  z-index: 2;
}
.wp-block-buttons .wp-block-button {
	margin-right: 12px;
	margin-bottom: 10px;
}
:root .editor-styles-wrapper .has-dark-gray-background-color,
:root .has-dark-gray-background-color {
 background-color: #777777;
}
:root .editor-styles-wrapper .has-light-gray-background-color,
:root .has-light-gray-background-color {
 background-color: #eeeeee;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
 background-color: #ffffff;
}
.wp-block-columns {
	margin-bottom: 0px;
}
/* Weitere Styles */

.wp-block-image.startpage-picture img {
	width: calc(100% - 13px);
	float: right;
}

.wpcf7-list-item-label a {
	color: #fff;
}

.single-reise .wp-block-group__inner-container, .reiseeindruecke .wp-block-group__inner-container {
	margin: 0 auto;
	width: 1160px;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 16px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid white;
	font-weight: 300;
}

#fahrtenangebot {
	margin-left: 15px;
}

.reiseuebersicht-wrapper h2 {
	margin-top: 10px;
}

.tagesfahrten-content h2 {
	color: black;
}

.veranstaltungsgalerie .panel .wp-block-button__link.reise-ansehen {
	width: 100%;
	background: transparent !important;
	padding-left: 0 !important;
	padding: 0;
}

.reiseangebote .wp-block-buttons.alignright {
	margin-left: unset !important;
	width: 100%;
	position: relative;
}

.reiseangebote .wp-block-group__inner-container {
	width: 1167px;
}

.active, .accordion:hover {
	background-color: #F79301;
	color: #fff;
}

.panel {
	background-color: white;
	display: block;
  height: 0px;
	overflow: hidden;
	transition: height 0.3s;
	position: relative;
	bottom: 2px;
  width: 100%;
}

.anker-uebersicht {
	padding: 1px 25px;
}

.anker-uebersicht p {
  font-weight: 500;
}

.anker-uebersicht a::before {
  content: "> ";
}

.anker-uebersicht h2 {
  margin-bottom: 10px;
}

.emissionsinfo .wp-block-column:first-of-type {
	display: flex;
	align-items: center;
}

.emissionsinfo .wp-block-image {
	margin-bottom: 0;
}

.emissionstitel {
  font-size: 22px;
}

.wp-block-image figcaption {
	font-size: 15px;
	color: #aaa;
	text-align: center;
}

.auflistung-der-partner {
  min-height: 250px !important;
}

.partnergalerie {
	display: flex;
	position: relative;
	margin-bottom: 30px;
}

.partnergalerie-content {
	justify-content: center;
}

.partner_imagebox {
	position: relative;
	width: 298px;
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: 2px;
}

.slick-track {
	display: flex !important;
	align-items: center;
  margin-bottom: 20px;
}

#reisebusse, #linienbusse, #kleinbusse {
	padding-top: 155px;
	margin-top: -80px;
	margin-bottom: 20px;
}

.partnerueberschrift {
	color: #4f4f4f;
	bottom: 5px;
	position: relative;
	margin-bottom: 0;
}

.partner-imagebox {
	height: 100px;
	display: grid;
	align-items: center;
	justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .partner-imagebox {
    display: flex;
  }
}

.reiseeindruecke {
	background: #F4F1EC;
	padding-bottom: 20px;
	padding-top: 1px;
}

.reiseeindruecke h2 {
	margin-bottom: 0;
}

.wp-block-column h2 {
  margin-top: 10px;
}

.reisegalerie-image {
	width: 380px;
	height: 380px;
	margin-right: 10px;
	margin-left: 10px;
}

.reisegalerie-image img {
	height: 380px;
	width: 380px;
	object-fit: cover;
}

.imagebox2_text img {
	width: 385px;
	height: 373px;
	object-fit: cover;
	object-position: 50% 0%;
}

.slick-prev {
	width: 50px;
	left: -70px;
	position: absolute;
	top: 200px;
	border-radius: 50px;
	background: #fff url('/wp-content/uploads/2020/08/index2.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.slick-next {
	width: 50px;
	float: right;
	right: -70px;
	position: absolute;
	bottom: 180px;
	border-radius: 50px;
	background: #fff url('/wp-content/uploads/2020/08/index1.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.titel-mit-sonderabstand {
  margin-left: 10px;
}

.keine-reisen-verfuegbar p {
	margin-bottom: 45px;
}

.veranstaltungsgalerie {
	display: flex;
	flex-wrap: wrap;
}

.veranstaltungsgalerie-content {
	flex-basis: 33.3%;
}

.wp-block-table table {
	color: #444;
	font-weight: 300;
  margin-bottom: 0;
}

.wp-block-table.alignleft.is-style-regular {
	margin-top: 0;
	margin-bottom: 40px;
}

.reiseliste-content {
	height: 330px;
	margin-bottom: 40px;
	background: #F4F1EC;
	width: 1200px;
	position: relative;
}

.reisebox {
	width: 550px;
	height: 330px;
	position: absolute;
	background-position: center !important;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reisebox {
    width: 565px;
  }
}

.reisebox p {
	font-size: 35px;
	color: #999;
	text-align: center;
}

.reisebox_desc {
	width: 50%;
	float: right;
	margin-right: 0px;
}

.reisebox_text {
	color: #444;
}

.reisebox_text h4 {
	color: black;
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 26px;
	margin-right: 30px;
}

.reisebox_text p {
	overflow: hidden;
	margin: 10px 30px 10px 0;
}

.tagesanzahl {
  display: flex;
}

.tagesanzahl p {
  margin-right: 5px;
  font-weight: 400;
}

.tagesanzahl p:nth-child(2) {
  color: #ea8710;
}

.mehr_info_zu_reisen {
	position: absolute;
	bottom: 20px;
}

.mehr_info_zu_reisen div {
	display: flex;
	justify-content: space-between;
	width: 550px;
}

.reise-ansehen, .reise-link {
	float: right;
	height: 51px;
}

.veranstaltungs-navigation {
	width: 1200px;
	display: flex;
	position: relative;
	margin-bottom: 34px;
	justify-content: center;
}

.zum-anfang {
	position: absolute;
	margin-left: -268px;
}

.mehr-anzeigen {
	margin: 0 auto;
	margin-left: 198px;
	position: absolute;
}

.wp-block-group.reiseangebote.has-white-background-color.has-background {
	margin: 60px auto;
}

.reiseangebote .wp-block-button.alle-reisen-ansehen {
	margin-right: 15px !important;
	margin-top: 30px;
	float: right;
	margin-bottom: 80px;
}

.reiseuebersicht-wrapper {
	background: #F4F1EC;
	padding: 10px 20px;
	float: right;
	margin-bottom: 40px;
}

.reiseuebersicht-wrapper div {
	display: flex;
	justify-content: space-between;
}

.reiseuebersicht-wrapper p {
	margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.reiseuebersicht-wrapper .infoleftboxtext {
	margin-right: 8px;
  word-break: normal;
}

.reiseuebersicht-wrapper .inforightboxtext {
	color: #ea8710;
	text-align: right;
}

.info_pricetag {
  margin-bottom: 9px;
	font-size: 22px !important;
	font-weight: 400;
  margin-top: 0 !important;
}

.info_pricetag strong {
	color: #ea8710;
	font-weight: 600;
	font-size: 28px;
}

.programmauflistungs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tagesprogramm {
	flex-basis: 48%;
}

.tagesprogramm-titel {
	color: #EA8710;
}

.imagebox {
	position: relative;
	height: 350px;
	overflow: hidden;
	margin: 15px;
	background-size: cover !important;
	background-position: center top !important;
	width: 359px;
}

.imagebox_text {
	background: rgba(247, 147, 1, 0.8);
	width: 100%;
	position: absolute;
	top: calc(100% - 80px);
	min-height: 80px;
	z-index: 10;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	text-transform: uppercase;
	transition: padding 0.3s, min-height 0.3s, top 0.3s;
}

.imagebox:hover .imagebox_text {
  padding: 48px 0;
  top: 0;
  min-height: 379px;
}

.imagebox_text p {
	color: white;
	font-weight: 600;
	text-align: center;
	position: relative;
	margin: 0;
  padding: 0 20px;
}

.wp-block-button__link.has-text-color.has-white-color.has-background.no-border-radius {
	background: url(/wp-content/uploads/2020/08/Fill-1.png) no-repeat 15px 48%, #007BD8 !important;
	padding-left: 35px;
	transition: background 0.3s;
  line-height: 1.15;
}

.wp-block-button__link.has-white-color.has-text-color.has-background.no-border-radius:hover {
	background: url(/wp-content/uploads/2020/08/Fill-1.png) no-repeat 15px 48%, #F79301 !important;
}

.bus ul li {
	list-style: none;
	font-size: 19px;
	font-weight: 300;
}

.bus ul li:before {
	list-style: none;
	font-size: 19px;
	font-weight: 300;
}

#post-170 .entry-content a {
	color: #444;
}

hr {
	background-color: #999;
	margin: 0;
}

.wp-block-separator.main-seperator {
	height: 3px;
}

.bus {
  margin: 0 auto;
}

.bus > div {
	padding: 17px;
}

#post-170 .entry-content .bus:nth-of-type(2n-1) {
	background: #eee;
}

/* ----- Kontaktformular:start -------------- */

.titleofcform {
	margin-top: 80px;
}

.kontaktform {
  padding-top: 34px;
}

.kontaktform input.wpcf7-not-valid,
.kontaktform select.wpcf7-not-valid,
.kontaktform textarea.wpcf7-not-valid {
  background-color: #0F0;
  color: #fff;
}

.kontaktformular-box {
	min-height: 490px;
  background-position: center 45%;
  margin-bottom: 10px;
  min-width: 1200px;
}

.kontaktformular-box .wp-block-cover {
  max-height: 490px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(/wp-content/uploads/2021/03/iStock-524177132.jpg);
  background-size: auto, cover;
  background-position-x: center;
  background-position-y: 44%;
  padding: 20px;
}

.kontaktformular-box .wp-block-cover__inner-container {
	width: 1160px !important;
	min-height: 490px;
}

.kontaktformular {
	display: flex;
}

.kontaktformular > * {
	margin: 0px 10px 0 0;
	flex-basis: 32%;
}

.kontaktformular textarea {
  padding: 10px;
}

.kontaktformular-left {
	margin-left: 0 !important;
}

.kontaktformular-right {
	margin-right: 0;
	flex-basis: 35%;
}

.kontaktformular-center .wpcf7-form-control-wrap input {
	height: 50px;
}

.kontaktformular-right .wpcf7-form-control-wrap.cf7ic-109 {
	background: #f4f1ec;
	color: gray;
	text-align: center;
	margin-bottom: 3px;
}

.wpcf7-form-control-wrap.acceptance-972 {
	margin-bottom: 3px;
}

.cformparagraph {
	margin: 0;
	font-size: 17px;
	line-height: 1;
}

.cformparagraph a {
  font-weight: 600;
}

.wp-block-cover.has-background-gradient:last-of-type {
	margin-bottom: 0;
}

/* ----- Kontaktformular:ende -------------- */

/* ----- Buchungsformular:start -------------- */

.buchungsformular {
	display: flex;
}

.buchungsformular > * {
	flex-basis: 31%;
	margin-right: 20px;
}

.buchungsformular-right {
	flex-basis: 35%;
	margin-right: 0;
}

.buchungsformular > * .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}

.buchungsformular > * .wpcf7-form-control-wrap input {
	padding: 10px;
	min-height: 50px;
}

.buchungsformular > * .wpcf7-form-control-wrap textarea {
  padding: 10px;
  height: 120px;
}

.buchungsformular > * .wpcf7-form-control-wrap input::placeholder,
.buchungsformular > * .wpcf7-form-control-wrap textarea::placeholder {
  color: black;
	opacity: 1;
	font-size: 20px;
	font-weight: 400;
}

.buchungsformular-right .wpcf7-form-control-wrap.cf7ic-109 .wpcf7-form-control * {
  background: #F4F1EC;
	color: black;
	text-align: center;
  padding-top: 1px;
}

.buchungsformular-right .wpcf7-form-control-wrap.cf7ic-109, .buchungsformular-right .acceptance-972 {
	margin-bottom: 11px;
}

.buchungsformular > * .wpcf7-form-control-wrap input:-webkit-input-placeholder,
.buchungsformular > * .wpcf7-form-control-wrap textarea:-webkit-input-placeholder {
  color: black;
	opacity: 1;
}

.buchungsformular > * .wpcf7-form-control-wrap input:-moz-placeholder,
.buchungsformular > * .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: black;
	opacity: 1;
}

.buchungsformular > * .wpcf7-form-control-wrap input:-ms-input-placeholder,
.buchungsformular > * .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: black;
	opacity: 1;
}

.buchungsformular-right .wpcf7-acceptance .wpcf7-list-item label input + span {
  color: #000;
}

.buchungsformular .datenschutzlink {
  color: #555;
}

.buchungsformular .datenschutzlink:hover {
  color: #777;
}

.buchungsparagraph {
  color: black;
  margin: 0;
	font-size: 20px;
	line-height: 1;
}

.buchungsparagraph a {
  color: black;
  font-weight: 600;
}

.buchungsparagraph a:hover {
  color: #777;
}

.buchungsformular-right .wpcf7-form-control.wpcf7-submit,
.kontaktformular-right .wpcf7-form-control.wpcf7-submit {
	font-weight: 600;
	font-size: 18px;
}

/* ----- Buchungsformular:ende -------------- */

/* ----- Zeitstrahl:start */

.timeline-wrapper {
	margin-right: 8px !important;
	margin-left: auto !important;
}

.timeline #timeline_left, .timeline #timeline_right {
	width: 47%;
	flex-grow: unset;
	height: max-content;
}

.timeline_line {
	position: absolute;
	margin-right: 635px;
	width: 5px;
	height: calc(100% - 60px);
	background: url('img/timeline_path.svg') repeat-y center top;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .timeline_line {
    margin-right: 0;
    margin-left: -37px;
  }

  .slick-slide a {
    height: 400px;
  }
}

#timeline_right {
	float: right;
}

.timeline_content {
	margin-bottom: 20px;
	background-color: #F4F1EC;
	padding: 10px;
	display: inline-block;
	position: relative;
	flex-wrap: wrap;
	min-width: 100%;
	float: right;
}

.timeline_content .alignleft.size-large {
	margin: 0;
	margin-right: 15px;
}

.timeline_content .wp-block-image {
	margin-bottom: 5px;
}

#geschichtsdatum {
	display: none;
}

.circle-left {
	position: absolute;
	width: 42px;
	height: 42px;
	background: #007BD8;
	right: -57px;
	top: 4px;
	border-radius: 4vh;
	font-size: 15px !important;
	text-align: center;
	line-height: 1;
	padding: 2px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
  z-index: 5;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #F4F1EC;
	position: absolute;
	right: -15px;
	top: 25px;
}

.circle-right {
	position: absolute;
	width: 45px;
	height: 45px;
	background: #fff;
	left: -60px;
	top: 3px;
	border-radius: 4vh;
	font-size: 15px !important;
	text-align: center;
	line-height: 1;
	padding: 2px;
	color: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border: 3px solid #007BD8;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #F4F1EC;
	position: absolute;
	left: -15px;
	top: 25px;
}

#history-title {
	width: 100%;
}

/* ----- Zeitstrahl:ende --------------- */

/* ----- Zeitstrahl 2:start --------------- */

ul#timeline {
	width: 100%;
	padding: 1px 0 50px;
	margin: 10px 0 90px;
	position: relative;
	background: url('img/timeline_path.svg') repeat-y center top;
	background-size: 7px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul#timeline {
    background-size: 210px;
  }
}
ul#timeline li {
	margin: -75px 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
	list-style: none;
}
ul#timeline li.animatein{
	opacity: 1;
}
ul#timeline li:before{
	display: none;
}
ul#timeline li:after{
	display: block;
	content: "";
	clear: both;
}
ul#timeline li.start, ul#timeline li.end {
	color: #00858d;
	font-weight: 400;
	font-size: 30px;
	position: absolute;
	left: 52%;
	top: 0px;
	margin: 0 auto;
	background: none;
	padding: 0;
}
ul#timeline li.end{
	top: auto;
	bottom: 0;
}
ul#timeline li.start::before, ul#timeline li.end::before {
	position: absolute;
	display: block;
	left: -46px;
	background: #007BD8;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	content: "";
	top: -4px;
}
ul#timeline li.start + li{
	margin-top: 65px
}
ul#timeline li .zeitstrahlcontainer {
	padding: 30px 0;
	background: #eee;
	width: 522px;
	font-weight: 600;
	display: flex;
	position: relative;
	text-align: center;
	flex-wrap: wrap;
	min-height: 170px;
}
ul#timeline li .zeitstrahlcontainer figure.size-large {
	margin: .18em;
	width: 100%;
	max-width: 515px;
}
ul#timeline li .zeitstrahlcontainer::before {
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 3px solid #007BD8;
	right: -85px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	position: absolute;
	background: #fff;
	z-index: 10;
	content: attr(data-before-content);
	padding-top: 11px;
	font-size: 18px;
}
ul#timeline li .zeitstrahlcontainer::after {
	display: block;
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #eee;
	right: -30px;
	position: absolute;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}
ul#timeline li.right .zeitstrahlcontainer{
	float: right;
}
ul#timeline li.right .zeitstrahlcontainer::before {
	right: auto;
	left: -85px;
}
ul#timeline li.right .zeitstrahlcontainer::after {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #eee;
	border-left: none;
	right: auto;
	left: -30px;
}
ul#timeline li .zeitstrahlcontainer p {
	margin: 20px;
	width: 500px;
}
ul#timeline li .zeitstrahlcontainer .wp-block-image {
	margin-bottom: 5px;
}

/* ----- Zeitstrahl 2:ende --------------- */

/* ----- Reise-Single-Page-Styling:start --------------- */

.reise_box_left p {
  font-size: 20px;
}

/* ----- Reise-Single-Page-Styling:ende --------------- */

#footer .innerBlock #sidebar-1-widgets-area * {
  color: #fff;
}

.tagesfahrten-coverbox .wp-block-cover__inner-container {
  width: 100%;
  display: flex;
}

.tagesfahrten-coverbox .wp-block-cover__inner-container .wp-block-image, .tagesfahrten-coverbox .wp-block-cover__inner-container .wp-block-image .alignleft.size-large {
  margin-top: 0;
  margin-bottom: 0;
}

.tagesfahrten-coverbox .wp-block-cover__inner-container .wp-block-image .alignleft.size-large img {
  height: 550px;
  min-width: 1000px;
}

.sub-menu .menu-item {
	margin-bottom: 5px;
}

#sidebar-1-widgets-area {
	display: flex;
	flex-wrap: wrap;
}

.captcha-image i {
	font-size: 32px !important;
}

.captcha-image .choices {
	background: #F4F1EC !important;
}

#custom_html-3 {
	margin-top: 15px;
}

#text-5 .textwidget p strong {
  font-weight: 600;
}

.choices {
	padding: 4px !important;
	border: none !important;
	padding-bottom: 0 !important;
}

.cf7ic_instructions {
  font-weight: 300;
  font-size: 15px;
}

.dtinfo_txt {
  padding-top: 50px !important;
}

.reisebild {
	height: 576px;
	background: url("/wp-content/uploads/2021/03/iStock-1031522138.jpg");
	width: 51vw;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position-y: center;
	background-position-x: right;
}

@media screen and (max-width: 1240px) {
  .reisebild {
    width: 51%;
  }
}

.tagesfahrten-content {
	width: 500px;
	position: absolute;
	left: calc(((100% - 1200px) / 2) + 680px);
	top: 0;
}

.tagesfahrten-coverbox {
  min-height: 576px;
}

.tagesfahrten-coverbox .wp-block-cover__inner-container {
  display: flex;
  justify-content: center;
}

.kontakt-caption {
	font-size: 18px;
}

.wp-block-button__link {
  font-weight: 600;
}

.leistungsauswahl {
	display: flex;
	position: relative;
	top: -150px;
	width: 1160px;
	left: 0;
	right: 0;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -220px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .leistungsauswahl {
    top: -240px;
  }
}

.leistungsauswahl .wp-block-button {
	width: 32%;
	height: 300px;
	margin-right: 2.8%;
}

.leistungsauswahl .wp-block-button {
	margin-left: 20px;
	margin-right: 1px;
}

.leistungsauswahl .wp-block-button__link {
	background-repeat: no-repeat !important;
	background-position: center 35% !important;
	border-radius: 0px;
	width: 100%;
	height: 100%;
	align-items: flex-end;
	display: flex;
	justify-content: center;
	padding: 50px;
	font-size: 26px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.leistungsauswahl .wp-block-button__link:hover,
.leistungsauswahl .wp-block-button__link:focus,
.leistungsauswahl .wp-block-button__link:active {
  color: #f79301;
}

.leistungsauswahl .wp-block-button:nth-child(1) .wp-block-button__link {
  background: url('/wp-content/uploads/2020/08/fachberatung-1.svg'), #f79301;
  background-position: 60% 35% !important;
}

.leistungsauswahl .wp-block-button:nth-child(1) .wp-block-button__link:hover,
.leistungsauswahl .wp-block-button:nth-child(1) .wp-block-button__link:focus,
.leistungsauswahl .wp-block-button:nth-child(1) .wp-block-button__link:active {
  background: url('/wp-content/uploads/2020/08/fachberatung2-1.svg'), #F4F1EC;
  background-position: 60% 35% !important;
}

.leistungsauswahl .wp-block-button:nth-child(2) .wp-block-button__link {
  background: url('/wp-content/uploads/2020/08/destination.svg'), #f79301;
}

.leistungsauswahl .wp-block-button:nth-child(2) .wp-block-button__link:hover,
.leistungsauswahl .wp-block-button:nth-child(2) .wp-block-button__link:focus,
.leistungsauswahl .wp-block-button:nth-child(2) .wp-block-button__link:active {
  background: url('/wp-content/uploads/2020/08/destination2.svg'), #F4F1EC;
}

.leistungsauswahl .wp-block-button:nth-child(1) {
	margin-left: 0;
}

.leistungsauswahl .wp-block-button:nth-child(3) {
  margin-right: 0;
}

.leistungsauswahl .wp-block-button:nth-child(3) .wp-block-button__link {
  background: url('/wp-content/uploads/2020/08/bus.svg'), #f79301;
  background-position: center 45% !important;
}

.leistungsauswahl .wp-block-button:nth-child(3) .wp-block-button__link:hover,
.leistungsauswahl .wp-block-button:nth-child(3) .wp-block-button__link:focus,
.leistungsauswahl .wp-block-button:nth-child(3) .wp-block-button__link:active {
  background: url('/wp-content/uploads/2020/08/bus2.svg'), #F4F1EC;
  background-position: center 45% !important;
}

/* terminbox ----------- */
#terminbox {
	width: 1160px;
	margin: 30px auto 50px auto;
	font-size: 20px;
}
#terminbox ul li:nth-child(odd) {
  background-color: #eee7df;
}
#terminbox ul li:nth-child(even) {
  background-color: #ffffff;
}

/* ------------ */
.boxBG {
	width: 100%;
	min-width: 1200px;
	padding: 20px;
}
.kontakt-block {
  width: 100%;
  min-width: 1200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2021/03/iStock-524177132.jpg);
}
.wp-block-group__inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.wp-block-cover__inner-container,
.wp-block-group__inner-container,
.wp-block-column {
  font-size: 20px;
}

.reisebuchungs-container h2 {
	color: black;
}

.reisebuchungs-container p {
	font-weight: 400;
	color: black;
}

/* footer ---- */

#footer {
  width: 100%;
  min-width: 1200px;
  background-color: #007bd8;
}
#footer .innerBlock {
  overflow: hidden;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  width: 1200px;
  margin: 0px auto 0px auto;
  padding: 50px 20px 50px 20px;
}
#footer a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18.5px;
}
#footer a:hover {
  color: #ccc;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 200;
}
#footer #text-5 {
	flex-basis: 76%;
	margin-bottom: 40px;
	font-weight: bold;
}
#footer #text-3 {
	width: 393px;
}
#footer #text-4 {
  width: 393px;
  margin: 0px 0px 0px 0px;
}
#footer .dashicons {
	font-size: 40px;
	float: right;
	margin-right: 2px;
	width: auto;
	height: auto;
}
.sign {
	position: relative;
	margin-left: auto;
	color: #92ccfa !important;
	font-weight: 300;
	width: 375px;
	text-align: right;
}
.sign b {
	margin-bottom: 4px;
	display: block;
	color: #92ccfa !important;
	font-weight: 300;
}
.sign a {
	color: #92ccfa !important;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	top: -4px;
	position: relative;
}
.mini_menu.menu {
	margin-left: -5px;
	width: 1160px;
	margin-top: 10px;
  display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
}
.mini_menu.menu a {
	float: left;
	line-height: 1.2;
	padding: 5px;
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-bottom: 20px;
}

#content ul li::before, .bus ul li::before {
	content: "";
	margin-left: 0;
}

li {
	list-style: disc;
	font-weight: 300;
	color: #444;
}