/*!
Theme Name: svfuegen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: svfuegen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

svfuegen 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
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  background-color: #19171c;
  color: white;
  padding-top: 8px;
  padding-right: clamp(1rem, -1.4rem + 6.4vw, 5rem);
  padding-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
}
h1:before,
h2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -100vw;
  background-color: #19171c;
}
h2 {
  font-size: 20px;
  line-height: 1.2;
  background-color: #19171c;
  position: relative;
  color: white;
  padding-top: 8px;
  padding-right: clamp(1rem, -1.4rem + 6.4vw, 5rem);
  padding-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.grau {
  background-color: #f7f7f7;
}
.page-id-11 .titelreihe {
  background-position: top !important;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty)
  .vc_btn3-icon {
  pointer-events: 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
--------------------------------------------- */

@font-face {
  font-family: "MontserratLight";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "OoohBaby-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/OoohBaby-Regular.ttf) format("truetype");
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #1c1c1b;
  font-family: "MontserratRegular";
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  clear: both;
  font-family: "MontserratBold";
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "MontserratMedium";
  font-weight: normal;
}
h3 {
  font-size: 20px;
}
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}
ul,
ol {
  margin: 0px;
  padding-left: 0px;
}
.reihe ul,
.reihe ol {
  padding-left: 30px;
}
ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #740f05;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #740f05;
}

a:hover,
a:focus,
a:active {
  color: #740f05;
  opacity: 0.8;
}
a.logo:hover {
  opacity: 1;
}

a:focus {
  outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0px 5px;
  width: 100%;
  padding-top: 50px;
  max-width: 600px;
}
.main-navigation ul ul {
  padding: 0px;
  display: none;
}
.topbar {
  position: fixed;
  height: 58px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid white;
  top: 0px;
  background-color: #19171c;
  z-index: 999;
  align-items: center;
}
.topbar nav {
  display: none;
}
.topbar nav.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #740f05;
  position: fixed;
  top: 58px;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 108px);
  z-index: 999;
  overflow-y: scroll;
  text-align: center;
}
.topbar .icons {
  display: none;
}
.rot {
  background-color: #ed1c24;
}
body .vc_btn3.vc_btn3-color-juicy-pink,
body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #ed1c24;
}
.post-navigation .nav-links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dunkel {
  background-color: #19171c;
}
.bottombar {
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 2px solid white;
}
.bottombar li {
  background-color: #19171c;
  display: table-cell;
  margin: 0;
  text-align: center;
  border-right: 1px solid white;
}
.bottombar a {
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  display: block;
  text-transform: uppercase;
  line-height: 50px;
}
.bottombar li:nth-child(4) {
  border-right: 0px;
  background: #740f05;
}
.bottombar img {
  height: 35px;
  width: auto;
  vertical-align: middle;
}
.footerrow {
  padding-top: 50px;
  padding-bottom: 80px;
}

.main-navigation li {
  position: relative;
  width: auto;
}

.main-navigation li a {
  width: fit-content;
}
.main-navigation li li {
  border: 0px;
  border-radius: 0px;
  width: auto;
  padding-left: 0px;
}
.bottombar .toggle {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.mobilinfo {
  display: block;
  margin-top: 40px;
}
.mobilinfo a {
  color: white;
  display: block !important;
}

.iconlogo img {
  height: 50px;
  width: auto;
  display: block;
}
.team .wpb_single_image.vc_align_left {
  text-align: center;
}
.team .wpb_text_column h1:last-child {
  margin-bottom: 50px;
}
.team h3 {
  text-align: center;
  margin-bottom: 0px;
  color: #740f05;
}

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
  background-color: #740f05;
  color: white;
  position: absolute;
  z-index: 99;
  width: 100%;
}
footer {
  background-color: #740f05;
  color: white;
  padding: 0px 15px;
}
footer h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
}
footer a {
  text-decoration: none;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: auto;
  display: block;
  text-align: center;
  top: 5px;
  transition: 0.5s ease-in;
  z-index: 99999;
}

body #hauptmenu li.current-menu-item a {
  color: #fff;
  font-weight: bold;
}
.sticky .logo {
  width: 100px;
  height: auto;
}

.icons a:nth-child(2) {
  margin-left: 5px;
}

#hauptmenu li a {
  color: white;
  font-family: "MontserratMedium";
  text-transform: uppercase;
  opacity: 1;
  transition: 0.3s ease-in;
  display: inline-block;
  padding: 15px 15px;
}

#hauptmenu li a:hover {
  color: white;
  opacity: 0.8;
}

.banner h1,
.banner p {
  color: white;
}
.banner {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.videobanner {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: top;
  justify-content: center;
  margin-top: 0px;
}
.videobanner h1,
.banner h1 {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.videobanner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 60vh;
  width: auto;
  height: 60vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.banner h1 strong {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.wpb_single_image .vc_figure-caption {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 auto;
  width: 90%;
  line-height: 1;
  text-align: center;
  display: block;
}
body .vc_tta-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 16px;
  text-align: left;
}
.wpb_single_image a {
  overflow: hidden;
}

.reihe a img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.reihe.grau p {
  margin: 0px auto 20px auto;
}
.reihe.grau.uberuns p {
  max-width: none;
}
.cta.reihe p {
  margin: 0px auto 20px auto;
}
.cta {
  background-color: #333;
}
.cta p {
  color: white;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #fff;
  background-color: #740f05;
}
body .vc_tta-panel a {
  color: white;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: white;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before {
  border-color: white;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:focus,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #333;
  border-color: #fff;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: #fff;
  background-color: #740f05;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: white;
}
body .vc_tta.vc_general .vc_tta-panel-body > :last-child {
  margin-bottom: 35px;
}
.cta h3 {
  text-align: center;
  color: #740f05;
  text-transform: uppercase;
}
.team .wpb_single_image.wpb_content_element {
  margin-bottom: 10px;
}
.bildreihe .wpb_content_element {
  margin-bottom: 0px;
}
.team h2 {
  margin-top: 0px;
}
.team a {
  text-align: center;
  color: #740f05;
  text-decoration: none;
}
.team img {
  max-width: 250px !important;
  margin: 0 auto;
}
.team p {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}
.team h2 {
  margin-bottom: 5px;
}
.team .vc_col-lg-4 {
  margin-bottom: 40px;
}
#page {
  overflow-x: hidden;
}
body .titelreihe {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .vc_col-has-fill > .vc_column-inner,
body
  .vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.titelreihe h2,
.titelreihe h1 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.banner .wpb_content_element.titelbild {
  margin-bottom: 0px;
  z-index: 2;
}
.titelbild img {
  position: relative;
  bottom: 0px;
}
.container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.parallaxrow {
  text-align: center;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallaxtext p {
  font-size: 35px;
  line-height: 45px;
  color: white;
  font-family: "OoohBaby-Regular";
}
.footerlogo {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  height: auto;
  padding-top: 0px;
}
.footerrow a,
.footerrow p {
  color: white;
  font-size: 20px;
  line-height: 25px;
}
#footermenu {
  margin-bottom: 20px;
}
ul.menu {
  list-style-type: none;
}
.reihe {
  padding-top: 50px;
  padding-bottom: 50px;
}
.reiheoben {
  padding-top: 50px;
}
.reiheunten {
  padding-bottom: 50px;
}
.reiheunten a {
  text-decoration: none;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
body button.button,
.wpcf7-submit {
  background-color: #740f05;
  background-image: none;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 3px 6px 10px 0 rgb(0 0 0 / 22%);
  box-shadow: 3px 6px 10px 0 rgb(0 0 0 / 22%);
}
.icons img {
  height: 40px;
  width: auto;
  margin-top: 3px;
}
main {
  padding-top: 58px;
}
.info {
  background: #740f05;
}
.info > * {
  color: white !important;
}
.sociallink a img {
  width: 30px;
  height: auto;
}
.sociallink a {
  display: inline-block;
}
.sociallink .fb {
  margin-left: 15px;
}
.sociallink {
  margin-top: 15px;
  margin-bottom: 20px;
}
.wpb_wrapper .bilderoverlay h3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
.mannschaft .wpb_wrapper .bilderoverlay h3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: unset;
  bottom: 0px;
  background-color: #1c1c1b;
  height: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  width: calc(100% - 30px);
  margin-top: 0px;
}
.bilderoverlay h3 a {
  color: white;
}
.mannschaft .vc_col-sm-6 {
  margin-top: 30px;
}
.boxen .wpb_content_element {
  margin-bottom: 0px;
}
.rot.boxen .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
  outline: 10px solid #ed1c24;
}

.boxen .wpb_single_image .vc_figure {
  overflow: hidden;
}
.boxen .wpb_wrapper {
  margin: 0px;
}
.boxen .wpb_single_image .vc_figure img {
  transition: transform 0.5s ease;
}
.boxen .wpb_single_image:hover img {
  transform: scale(1.5);
}
.bilderoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background-color: rgba(237, 28, 36, 0.3);
  pointer-events: none;
}
.mannschaft .bilderoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background-color: unset;
  pointer-events: none;
}
.swiper-container {
  margin-right: 0px !important;
}
.swiper-pointer-events {
  overflow: hidden;
}
.swiper-wrapper-moved {
  position: relative;
}
.bottombar li:nth-child(4) img {
  padding-top: 3px;
}

body .swiper-button-next {
  background-image: url(/img/right.svg);
  background-size: contain;
  width: 42.53px;
  height: 54.05px;
  right: 30px;
  top: 50%;
  margin-top: 0px;
  z-index: 9999;
  background-repeat: no-repeat;
}
body .swiper-button-prev {
  background-image: url(/img/left.svg);
  background-size: contain;
  width: 42.53px;
  height: 54.05px;
  left: 30px;
  top: 50%;
  margin-top: 0px;
  z-index: 9999;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.praxis .wpb_wrapper {
  position: relative;
}
.footersecond {
  margin-bottom: 40px;
}
button.submenu-toggle {
  border: 0px;
  background: transparent;
  color: white;
  line-height: 1;
  font-size: 29px;
  position: absolute;
  right: -9px;
  top: 2px;
  padding: 10px;
}
#hauptmenu li li a {
  padding: 5px;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .reihe.grau.uberuns p {
    max-width: 400px;
    margin-right: 0px;
  }
  .reverse {
    text-align: right;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .teaser p {
    max-width: 400px;
  }
  h3 {
    font-size: 30px;
    text-transform: uppercase;
  }

  .wpcf7 form .col-6 {
    width: 49%;
  }

  .topbar nav.active {
    top: 100px;
    height: calc(100vh - 120px);
  }
  .sticky .topbar nav.active {
    top: 70px;
  }

  main {
    padding-top: 80px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .team h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .parallaxtext p {
    font-size: 50px;
    line-height: 60px;
  }
  .topbar {
    position: fixed;
    height: 80px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 0px;
    top: 0px;
    bottom: initial;
    z-index: 999;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.3s ease-in;
  }
  .sticky .topbar {
    height: 60px;
  }
  .icons img {
    height: 38px;
    width: auto;
    margin-top: 3px;
  }
  .icons a {
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .toggle {
    display: none;
  }
  #hauptmenu li li a {
    padding: 5px;
    font-size: 15px;
    line-height: 40px;
    display: block;
    width: fit-content;
    margin: auto;
  }
  .banner {
    min-height: calc(100vh - 80px);
  }
  .videobanner h1,
  .banner h1 {
    bottom: 50px;
    left: 50px;
  }
  .videobanner {
    height: calc(100vh - 80px);
  }
  .videobanner video {
    height: calc(100vh - 80px);
  }
  .mobilinfo {
    display: none;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #740f05;
    float: left;
    position: absolute;
    top: 80px;
    left: -999em;
    z-index: 99999;
    padding: 0px;
    display: block;
  }
  .sticky .main-navigation ul ul {
    top: 60px;
  }
  .sticky #hauptmenu li,
  .sticky #hauptmenu {
    height: 60px;
  }
  nav li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
  }
  nav li li:not(:last-child)::after {
    content: "";
    display: none;
  }
  .footersecond {
    margin-bottom: 0px;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-slide {
    height: auto !important;
    text-align: center;
  }
  .swiper-content {
    height: 100% !important;
  }
  body .swiper-button-prev {
    left: 70px;
  }
  body .swiper-button-next {
    right: 70px;
  }

  .main-navigation li {
    width: auto;
  }
  #hauptmenu li a {
    display: initial;
    border: 0px;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 10px 7px;
    line-height: 80px;
  }
  #hauptmenu ul {
    height: auto;
    padding-bottom: 20px;
  }
  #hauptmenu,
  #hauptmenu li {
    height: 80px;
  }
  #hauptmenu li li {
    height: 40px;
  }
  .sticky #hauptmenu li li {
    height: 40px;
  }
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 20px;
  }
  .vc_tta-panel-heading h4 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body .titelreihe {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .titelreihe h2,
  .titelreihe h1 {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }

  .logo {
    left: 30px;
    transform: unset;
    width: initial;
  }
  .topbar .icons {
    display: initial;
  }
  .topbar nav {
    display: initial;
  }
  .main-navigation li {
  }
  .icons img {
    height: 30px;
    width: auto;
    margin-top: 3px;
  }
  .bottombar {
    display: none;
  }

  .sticky #hauptmenu li a {
    line-height: 60px;
  }
  #hauptmenu li a {
    line-height: 80px;
    font-size: 17px;
  }
  .main-navigation ul {
    padding-top: initial;
    max-width: initial;
  }

  .main-navigation li {
    display: inline-block;
  }
  .main-navigation li li {
    display: block;
  }
  .container {
    max-width: 90%;
  }
  #navigation {
    position: absolute;
    right: 135px;
  }
  .icons {
    position: absolute;
    right: 15px;
  }
  .footerrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #740f05;
  }
  .bannertext {
    padding-bottom: 100px;
  }
  .logo {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  #navigation {
    right: 180px;
  }
  #hauptmenu li a {
    padding: 10px 10px;
  }
}
@media (min-width: 1360px) {
  #hauptmenu li a {
    font-size: 18px;
    padding: 10px 20px;
  }
  .reihe {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .reiheoben {
    padding-top: 100px;
  }
  .reiheunten {
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .parallaxrow {
    min-height: calc(100vh - 120px);
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .parallaxtext p {
    font-size: 100px;
    line-height: 120px;
  }
  .banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
  body .titelreihe {
    min-height: 70vh;
  }
  .titelreihe h2,
  .titelreihe h1 {
    color: white;
    font-size: 50px;
  }
  .footerrow {
    gap: 120px;
  }
}
@media (min-width: 1920px) {
  #hauptmenu li a {
    font-size: 20px;
  }
  .logo {
    left: 50px;
  }
  .team img {
    max-width: 400px !important;
    margin: 0 auto;
  }

  .icons {
    right: 30px;
  }

  #navigation {
    right: 220px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  body .titelreihe {
    min-height: 72vh;
  }
  .titelreihe h2,
  .titelreihe h1 {
    color: white;
    font-size: 60px;
    letter-spacing: 1px;
  }
  .icons img {
    height: 38px;
  }
  #hauptmenu li {
    font-size: initial;
  }

  .banner h1 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
    z-index: 9;
    display: block;
  }
  .banner .vc_col-lg-4 {
    z-index: 10;
  }
  .banner .vc_col-lg-8 {
    z-index: 6;
  }

  body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
  body button.button {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 3px 6px 10px 0 rgb(0 0 0 / 22%);
    box-shadow: 3px 6px 10px 0 rgb(0 0 0 / 22%);
  }
  body .vc_tta-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 18px;
  }

  .footerrow {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 200px;
  }
  .parallaxtext p {
    font-size: 120px;
    line-height: 150px;
  }

  .titelbild img {
    position: relative;
    bottom: 0px;
  }
  .vc_figure-caption h3 {
    color: white;
    font-size: 40px;
  }

  .container {
    max-width: 1500px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
  }
}
