@charset "UTF-8";
/*!
Theme Name: freshkonzept
Theme URI: http://underscores.me/
Author: freshkonzept
Author URI: http://freshkonzept
Description: wp_fresh
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freshkonzept
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 with others.

freshkonzept 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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;
}
/**
 * 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: 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;
  /* 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: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("inc/fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-300.woff") format("woff"), url("inc/fonts/roboto-v30-latin-300.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("inc/fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-regular.woff") format("woff"), url("inc/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("inc/fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-500.woff") format("woff"), url("inc/fonts/roboto-v30-latin-500.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("inc/fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-700.woff") format("woff"), url("inc/fonts/roboto-v30-latin-700.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("inc/fonts/roboto-v30-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-900.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-900.woff") format("woff"), url("inc/fonts/roboto-v30-latin-900.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("inc/fonts/open-sans-v34-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-300.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("inc/fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("inc/fonts/open-sans-v34-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-500.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-500.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-500.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("inc/fonts/open-sans-v34-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-600.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("inc/fonts/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-700.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("inc/fonts/open-sans-v34-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-800.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("inc/fonts/open-sans-v34-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-300italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-300italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-300italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-300italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("inc/fonts/open-sans-v34-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("inc/fonts/open-sans-v34-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-500italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-500italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-500italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-500italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-500italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("inc/fonts/open-sans-v34-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-600italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-600italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-600italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-600italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("inc/fonts/open-sans-v34-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-700italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-700italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-700italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-700italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("inc/fonts/open-sans-v34-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v34-latin-800italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v34-latin-800italic.woff2") format("woff2"), url("inc/fonts/open-sans-v34-latin-800italic.woff") format("woff"), url("inc/fonts/open-sans-v34-latin-800italic.ttf") format("truetype"), url("inc/fonts/open-sans-v34-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("inc/fonts/ubuntu-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-300.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-300.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-300.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-300.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("inc/fonts/ubuntu-v20-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-300italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-300italic.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-300italic.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-300italic.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-300italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("inc/fonts/ubuntu-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-regular.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-regular.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("inc/fonts/ubuntu-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-italic.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-italic.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-italic.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("inc/fonts/ubuntu-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-500.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-500.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-500.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-500.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("inc/fonts/ubuntu-v20-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-500italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-500italic.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-500italic.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-500italic.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-500italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("inc/fonts/ubuntu-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-700.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-700.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-700.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-700italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("inc/fonts/ubuntu-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/ubuntu-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ubuntu-v20-latin-700italic.woff2") format("woff2"), url("inc/fonts/ubuntu-v20-latin-700italic.woff") format("woff"), url("inc/fonts/ubuntu-v20-latin-700italic.ttf") format("truetype"), url("inc/fonts/ubuntu-v20-latin-700italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
# 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 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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 ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.indevelopment {
  display: none !important;
}
#shortcodes-ultimate-3 {
  position: absolute;
  z-index: 999;
}
#shortcodes-ultimate-3 .textwidget {
  margin-top: 40px;
  margin-left: 20px;
  display: none;
}
#shortcodes-ultimate-3 .textwidget p img {
  width: 440px;
}
#shortcodes-ultimate-3 .textwidget h3 {
  position: absolute;
  top: 52px;
  left: 200px;
  font-weight: 600;
  color: #fff;
  transform: rotate(-2deg);
}
#shortcodes-ultimate-3 .textwidget h3 a {
  color: #fff;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*
 * FARBEN
 **********
 * Grün: #9bc31c
 * Türkis: #4e9c9d
 * Hellblau: #009fe3
 *
 * Dunkelblau: #003a74
 *
 * Grau: #676c6e
 *
 */
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
h1 {
  font-weight: 800;
  color: #676c6e;
  margin-bottom: 0;
}
h2 {
  font-weight: 400;
  font-size: 1.7em;
  color: #676c6e;
  font-weight: 600;
}
h3 {
  font-weight: 300;
  font-size: 1.4em;
  color: #676c6e;
}
h4 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #676c6e;
  text-transform: uppercase;
}
.gruenelemente h1, .gruenelemente h2, .gruenelemente h3, .gruenelemente h4, .gruenelemente a, .gruenelemente a:visited {
  color: #9bc31c !important;
}
.gruenelemente a:hover, .gruenelemente a:active, .gruenelemente a:focus {
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
.tuerkieselemente h1, .tuerkieselemente h2, .tuerkieselemente h3, .tuerkieselemente h4, .tuerkieselemente a, .tuerkieselemente a:visited {
  color: #4e9c9d !important;
}
.tuerkieselemente a:hover, .tuerkieselemente a:active, .tuerkieselemente a:focus {
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
.blauelemente h1, .blauelemente h2, .blauelemente h3, .blauelemente h4, .blauelemente a, .blauelemente a:visited {
  color: #009fe3 !important;
}
.blauelemente a:hover, .blauelemente a:active, .blauelemente a:focus {
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
.braunelemente h1, .braunelemente h2, .braunelemente h3, .braunelemente h4, .braunelemente a, .braunelemente a:visited {
  color: #7f4214 !important;
}
.braunelemente a:hover, .braunelemente a:active, .braunelemente a:focus {
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
p, li, label {
  font-family: "Open Sans", sans-serif;
  color: #676c6e;
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0 0 0 15px;
}
a, a:visited {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #003a74;
}
a:hover, a:active, a:focus {
  transition: all 0.3s ease 0s;
  color: #4e9c9d;
}
.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}
.site-content, .entry-content {
  width: 100%;
  margin: auto;
  margin-top: -12px;
}
.page-id-3 ul, .page-id-3 ol {
  margin: 0;
  padding: 0 0 0 15px;
}
.entry-title, .entry-meta {
  display: none;
}
.metaslider .flex-control-nav {
  display: none !important;
}
.metaslider .flexslider {
  margin: 0px 0 25px !important;
}
.balkendrueber {
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  margin: auto;
  z-index: 999;
  background: url(/wp-content/uploads/2019/06/overthetop.png) no-repeat center;
  margin-top: -2px;
}
.balkenoben {
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.balkenoben .balkenfarbe {
  position: absolute;
  width: 100%;
  background-color: #676c6e;
  opacity: 0.8;
  height: 140px;
}
.balkenoben .balkenfarbe_startseite {
  height: 80px !important;
}
.balkenoben_relative {
  position: relative !important;
  height: 80px !important;
}
.site-header {
  background-color: #fff;
}
#slidercontainer {
  background-color: #fff;
  width: 100%;
}
#slidercontainer .metaslider {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#slidercontainer .videoheader_box {
  /*display: none !important;*/
  position: relative;
}
#slidercontainer .videoheader_box .video_content_box video {
  width: 100%;
  height: 100%;
}
#slidercontainer .videoheader_box .video_content_box {
  position: relative;
}
#slidercontainer .videoheader_box .video_content_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 50%;
  height: 50%;
  background-image: url("/wp-content/uploads/2019/06/headeroverlay_gruen3.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#slidercontainer .videoheader_box .video_overlay_box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  padding: 160px 40px 40px 40px;
  display: flex;
  align-content: center;
  align-items: center;
  /*background-image: url("/wp-content/uploads/2019/06/headeroverlay_gruen3.png");
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 45%;*/
}
#slidercontainer .videoheader_box .video_overlay_box .video_overlay_innerbox {
  width: 60%;
  flex: 0 1 60%;
}
#slidercontainer .videoheader_box .video_overlay_box .video_overlay_innerbox h1 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3em !important;
  line-height: 1em;
  color: #ffffff;
}
.site-branding {
  position: relative;
  margin: auto;
  top: 20px;
  z-index: 999;
  width: 280px;
}
.site-branding img.head_logo_buswerk {
  width: 72%;
  display: block;
  margin: 0 auto;
}
.site-branding_logo_klein {
  width: 140px !important;
}
.metaslider .caption-wrap {
  left: 0 !important;
  opacity: 1 !important;
  width: 45% !important;
  background: none !important;
  transition: all 0.3s ease 0s;
}
.metaslider .caption {
  padding: 0 !important;
  width: 100% !important;
}
.metaslider .caption p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.5;
}
.metaslider .caption p:last-child {
  font-weight: 200;
  font-size: 0.8rem;
}
.metaslider .caption img {
  width: 100% !important;
}
.metaslider .caption .cap_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.metaslider .caption .cap_bg img {
  opacity: 1;
}
.metaslider .caption .cap_text {
  position: relative;
  margin: 0 0 6% 10%;
}
.metaslider .caption .cap_text h1 {
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  font-size: 2em;
}
.metaslider .caption .cap_text a, .metaslider .caption .cap_text a:visited {
  color: #fff;
  font-weight: 300;
  border: 1px solid #fff;
  padding: 2px 20px;
  font-size: 0.8em;
  position: relative;
  top: 10px;
  transition: all 0.3s ease 0s;
}
.metaslider .caption .cap_text a:hover, .metaslider .caption .cap_text a:active, .metaslider .caption .cap_text a:focus {
  color: #4c4c4c;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.main-navigation {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 1.3em;
  font-style: italic;
  clear: both;
  display: block;
  color: #fff;
  z-index: 99;
  width: 0;
}
.main-navigation {
  position: absolute;
  top: 10px;
  width: 100%;
}
.main-navigation ul {
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.main-navigation a {
  padding: 0 10px 0 10px;
}
.menu-toggle {
  display: block;
  width: 70px;
  font-size: 70px;
  padding: 5px 0px 2px 0px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.menu-toggle, .main-navigation.toggled ul {
  display: block !important;
  position: relative;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.menu-toggle {
  left: 90%;
}
nav.main-navigation ul li {
  width: 100%;
  display: block;
  background: #676c6e;
  position: relative;
  left: 0;
  top: 33px;
  text-align: center;
  border-bottom: 3px ridge #fff;
  transition: all 0.3s ease 0s;
}
nav.main-navigation ul li a, nav.main-navigation ul li a:visited {
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.8em;
  font-weight: 600;
}
nav.main-navigation ul li a:hover, nav.main-navigation ul li a:active, nav.main-navigation ul li a:focus {
  color: #676c6e;
  background: #fff;
  transition: all 0.3s ease 0s;
}
nav.main-navigation ul li:first-child {
  border-top: 3px ridge #fff;
}
nav.main-navigation ul li:last-child {
  border-bottom: none;
}
.main-navigation ul ul {
  float: none;
  position: relative;
  left: 0;
  margin: 0;
  font-size: 0.9em;
}
.main-navigation ul ul li {
  border: none;
}
.main-navigation ul ul a, .main-navigation ul ul a:visited {
  width: 100%;
  color: #a59d9a;
  transition: all 0.3s ease 0s;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:active, .main-navigation ul ul a:focus {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.submenu {
  width: 78%;
  margin: auto;
}
.submenu .gruenelemente h1, .submenu .gruenelemente h2, .submenu .gruenelemente h3, .submenu .gruenelemente h4 {
  color: #9bc31c !important;
}
.submenu .tuerkieselemente h1, .submenu .tuerkieselemente h2, .submenu .tuerkieselemente h3, .submenu .tuerkieselemente h4 {
  color: #4e9c9d !important;
}
.submenu .blauelemente h1, .submenu .blauelemente h2, .submenu .blauelemente h3, .submenu .blauelemente h4 {
  color: #009fe3 !important;
}
.submenu .braunelemente h1, .submenu .braunelemente h2, .submenu .braunelemente h3, .submenu .braunelemente h4 {
  color: #7f4214 !important;
}
.submenu .menuicons {
  margin-top: 1% !important;
}
.submenu .menuicons h1 {
  font-size: 1.5em;
}
.submenu .menuicons p {
  margin: 0;
}
.submenu .menuicons p:nth-child(2) {
  margin-top: 1em;
}
.startboxen {
  display: flex;
  background: #f4f4f4;
  justify-content: center;
  align-items: stretch;
  align-content: space-between;
}
.startboxen a, .startboxen a:visited {
  font-weight: 600;
  color: #676c6e;
  border: 1px solid #676c6e;
  padding: 7px 20px;
}
.startboxen a:hover, .startboxen a:active, .startboxen a:focus {
  color: #fff;
  background-color: #676c6e;
}
.startboxen .boxenbild img {
  margin-bottom: -4px;
}
.hbnews .boxenbild a {
  color: unset;
  border: 0 none;
  padding: 0;
}
.hbnews .boxenbild img {
  position: relative;
  top: 40px;
}
.boxenpadding {
  padding: 4% 4% 4% 0;
}
.grueneboxen {
  background: #eef9ca;
}
.grueneboxen h1, .grueneboxen h2, .grueneboxen h3, .grueneboxen h4 {
  color: #9bc31c;
}
.grueneboxen a, .grueneboxen a:visited {
  color: #9bc31c;
  border: 1px solid #9bc31c;
}
.grueneboxen a:hover, .grueneboxen a:active, .grueneboxen a:focus {
  color: #fff;
  background-color: #9bc31c;
}
.tuerkiseboxen {
  background: #d2f2f2;
}
.tuerkiseboxen h1, .tuerkiseboxen h2, .tuerkiseboxen h3, .tuerkiseboxen h4 {
  color: #4e9c9d;
}
.tuerkiseboxen a, .tuerkiseboxen a:visited {
  color: #4e9c9d;
  border: 1px solid #4e9c9d;
}
.tuerkiseboxen a:hover, .tuerkiseboxen a:active, .tuerkiseboxen a:focus {
  color: #fff;
  background-color: #4e9c9d;
}
.blaueboxen {
  background: #c9e6f2;
}
.blaueboxen h1, .blaueboxen h2, .blaueboxen h3, .blaueboxen h4 {
  color: #009fe3;
}
.blaueboxen a, .blaueboxen a:visited {
  color: #009fe3;
  border: 1px solid #009fe3;
}
.blaueboxen a:hover, .blaueboxen a:active, .blaueboxen a:focus {
  color: #fff;
  background-color: #009fe3;
}
.bildbox {
  position: relative;
}
.bildbox a {
  display: block !important;
}
.bildbox .textbox {
  border: none !important;
  position: absolute;
  bottom: 10%;
  left: 29%;
}
.bildbox .textbox .su-box-title {
  display: none;
}
.bildbox .textbox .su-box-content {
  background-color: transparent !important;
  padding: 0 !important;
  color: #fff;
}
.bildbox .textbox .su-box-content h1, .bildbox .textbox .su-box-content h2, .bildbox .textbox .su-box-content h3, .bildbox .textbox .su-box-content h4, .bildbox .textbox .su-box-content p {
  color: #fff;
}
.bildbox .textbox .su-box-content h1 {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.bildbox .textbox .su-box-content a, .bildbox .textbox .su-box-content a:visited {
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
}
.bildbox .textbox .su-box-content a:hover, .bildbox .textbox .su-box-content a:active, .bildbox .textbox .su-box-content a:focus {
  color: #676c6e;
  background-color: #fff;
}
.bus-angaben p {
  margin-bottom: 1em;
}
.bus-angaben p img {
  position: relative;
  top: 9px;
  margin-right: 10px;
  opacity: 0.6;
}
.bus-angaben p:last-child {
  margin-bottom: 15px;
}
.bus-angaben a, .bus-angaben a:visited {
  font-weight: 600;
  color: #676c6e;
  border: 1px solid #676c6e;
  padding: 9px 20px;
  position: relative;
  top: 15px;
}
.bus-angaben a:hover, .bus-angaben a:active, .bus-angaben a:focus {
  color: #fff;
  background-color: #676c6e;
}
.divider85 {
  width: 85%;
  margin: 40px auto !important;
}
.logoDivider::after {
  content: url("/wp-content/uploads/2019/06/dividerlogo.png");
  position: absolute;
  left: 46.5%;
  margin-top: -38px;
  background-color: #fff;
  padding: 5px;
}
.logoDivider_bus::after {
  content: url("/wp-content/uploads/2019/11/dividerlogo_bus2.png");
  position: absolute;
  left: 46.5%;
  margin-top: -38px;
  background-color: #fff;
  padding: 5px;
}
.logoDivider_event::after {
  content: url("/wp-content/uploads/2019/11/dividerlogo_eventauto2.png");
  position: absolute;
  left: 46.5%;
  margin-top: -38px;
  background-color: #fff;
  padding: 5px;
}
.logoDivider_efun::after {
  content: url("/wp-content/uploads/2019/11/dividerlogo_efun2.png");
  position: absolute;
  left: 46.5%;
  margin-top: -38px;
  background-color: #fff;
  padding: 5px;
}
.linkespalte {
  width: 48%;
  float: left;
}
.linkespalte input[type="text"], .linkespalte input[type="email"], .linkespalte input[type="url"], .linkespalte input[type="password"], .linkespalte input[type="search"], .linkespalte input[type="number"], .linkespalte input[type="tel"], .linkespalte input[type="range"], .linkespalte input[type="date"], .linkespalte input[type="month"], .linkespalte input[type="week"], .linkespalte input[type="time"], .linkespalte input[type="datetime"], .linkespalte input[type="datetime-local"], .linkespalte input[type="color"], .linkespalte textarea {
  width: 100%;
}
.linkespalte2 {
  width: 48%;
  float: left;
}
.linkespalte2 select {
  height: 31px;
  width: 100%;
}
.linkespalte2 input[type="text"], .linkespalte2 input[type="email"], .linkespalte2 input[type="url"], .linkespalte2 input[type="password"], .linkespalte2 input[type="search"], .linkespalte2 input[type="number"], .linkespalte2 input[type="tel"], .linkespalte2 input[type="range"], .linkespalte2 input[type="date"], .linkespalte2 input[type="month"], .linkespalte2 input[type="week"], .linkespalte2 input[type="time"], .linkespalte2 input[type="datetime"], .linkespalte2 input[type="datetime-local"], .linkespalte2 input[type="color"], .linkespalte2 textarea {
  width: 100%;
}
.linkespalte2 textarea {
  height: 208px;
  width: 100%;
}
.linkespalte2 input[type="submit"] {
  border: 1px solid #676c6e;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #676c6e;
  font-weight: 200;
  transition: all 0.3s ease 0s;
}
.linkespalte2 input[type="submit"]:hover {
  box-shadow: 0px 2px 10px 0px #545454;
  transition: all 0.3s ease 0s;
  background-color: #676c6e;
  color: #fff;
}
.rechtespalte {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.rechtespalte input[type="text"], .rechtespalte input[type="email"], .rechtespalte input[type="url"], .rechtespalte input[type="password"], .rechtespalte input[type="search"], .rechtespalte input[type="number"], .rechtespalte input[type="tel"], .rechtespalte input[type="range"], .rechtespalte input[type="date"], .rechtespalte input[type="month"], .rechtespalte input[type="week"], .rechtespalte input[type="time"], .rechtespalte input[type="datetime"], .rechtespalte input[type="datetime-local"], .rechtespalte input[type="color"], .rechtespalte textarea {
  width: 100%;
}
.unterespalte {
  float: none;
  width: 50%;
}
.unterespalte textarea {
  height: 208px;
  width: 96%;
}
.unterespalte input[type="submit"] {
  border: 1px solid #676c6e;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #676c6e;
  font-weight: 200;
  transition: all 0.3s ease 0s;
}
.unterespalte input[type="submit"]:hover {
  box-shadow: 0px 2px 10px 0px #545454;
  transition: all 0.3s ease 0s;
  background-color: #676c6e;
  color: #fff;
}
.site-footer {
  background-color: #676c6e;
  width: 100%;
}
.site-footer .footer {
  background-color: #676c6e;
  margin-bottom: 0 !important;
  padding: 15px 0 25px 0;
}
.site-footer .footer p, .site-footer .footer a, .site-footer .footer a:visited {
  color: #fff !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease 0s;
  font-weight: 300;
}
.site-footer .footer a:hover, .site-footer .footer a:active, .site-footer .footer a:focus {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.site-footer .footer .foolinks {
  font-weight: 300;
  text-align: left;
}
.site-footer .footer .foomitte {
  position: relative;
  text-align: center;
  margin: 0 0 0 1.8%;
}
.site-footer .footer .foomitte a:hover, .site-footer .footer .foomitte a:active, .site-footer .footer .foomitte a:focus {
  opacity: 1;
}
.site-footer .footer .foomitte img {
  width: 60px;
  position: absolute;
  top: -25px;
  transition: all 0.3s ease 0s;
}
.site-footer .footer .foomitte img:hover {
  transition: all 0.3s ease 0s;
  filter: drop-shadow(0 3px 0.35rem #424242);
}
.site-footer .footer .foorechts {
  font-weight: 300;
  text-align: right;
}
.fa-kontakticonsweiss {
  color: #fff;
}
.grecaptcha-badge {
  display: none !important;
}
.engest {
  width: 62% !important;
  margin: auto;
}
.enger {
  width: 68%;
  margin: auto;
}
.engmittel {
  width: 75%;
  margin: auto;
}
.mittlerebreite {
  width: 85%;
  margin: auto;
  position: relative;
}
.sliderbreite {
  width: 87%;
  margin: auto;
}
.vollebreite {
  width: 100%;
}
.abstandoben {
  margin-top: 50px;
}
.hinten_hgr {
  margin-left: 0;
  padding: 2%;
}
.hintergrund_hgr {
  width: 100%;
  background-color: #e2e2e2;
}
.kontaktangaben {
  text-align: center;
}
.kontaktangaben .hblogo {
  opacity: 0.4;
  width: 70%;
  max-width: 300px !important;
}
.kontaktangaben .wpcf7 {
  text-align: left;
}
.kastenlinks a, .kastenlinks a:visited {
  font-weight: 600;
  color: #676c6e;
  border: 1px solid #676c6e;
  padding: 7px 20px;
}
.kastenlinks a:hover, .kastenlinks a:active, .kastenlinks a:focus {
  color: #fff;
  background-color: #676c6e;
}
.rundebilder img {
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border: 10px solid #676C6E;
  padding: 0px;
}
.rundebilder .gruen img {
  border-color: #9bc31c;
}
.rundebilder .dblau img {
  border-color: #003a74;
}
.rundebilder .tuerkis img {
  border-color: #4e9c9d;
}
.rundebilder .hblau img {
  border-color: #009fe3;
}
.rundebilder p {
  font-style: italic;
  font-size: 0.8rem;
  margin-bottom: 1em;
}
.speciallink a, .speciallink a:visited {
  font-weight: 700;
  color: #009FE3;
}
.speciallink a:hover, .speciallink a:active, .speciallink a:focus {
  color: #004899;
}
.pflichtfelder {
  font-size: 0.7em;
  float: right;
  margin-right: 14px;
}
.textbutton a, .textbutton a:visited {
  font-weight: 600;
  color: #676c6e;
  border: 1px solid #676c6e;
  padding: 9px 20px;
  position: relative;
}
.textbutton a:hover, .textbutton a:active, .textbutton a:focus {
  color: #fff;
  background-color: #676c6e;
}
.mobile-br {
  display: none;
}
.desktop-br {
  display: inline;
}
.buswerk_features_box {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.buswerk_features_box .buswerk_features_spalte {
  border: 1px solid #ffffff;
  padding: 2rem;
}
.buswerk_features_box .buswerk_features_spalte h3 {
  color: #686c6e;
  font-weight: 600;
}
.buswerk_features_box .buswerk_features_spalte h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: #686c6e;
  text-transform: none;
  line-height: normal;
}
.buswerk_trenner_kontakt_box {
  position: relative;
}
.buswerk_trenner_kontakt_box #metaslider-id-4911 ul.slides li .caption-wrap {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto;
  height: fit-content;
  background-color: #7f4214bb !important;
  padding: 0 1rem 1.5rem 1rem !important;
}
.buswerk_trenner_kontakt_box #metaslider-id-4911 ul.slides li .caption-wrap .buswerk_kontakt_bg h2 {
  text-align: center;
  color: #ffffff !important;
  line-height: normal;
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 2.5rem);
}
.buswerk_trenner_kontakt_box #metaslider-id-4911 ul.slides li .caption-wrap .buswerk_kontakt_bg a {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 0.5rem 2rem;
  width: fit-content !important;
}
.buswerk_trenner_kontakt_box #metaslider-id-4911 ul.slides li .caption-wrap .buswerk_kontakt_bg a:hover {
  background-color: #ffffff !important;
  color: #7f4214 !important;
}
.buswerk_trenner_kontakt_box::after {
  content: url("/wp-content/uploads/2024/02/overlay_ticket.png") !important;
  position: absolute;
  right: 8%;
  bottom: -40px;
}
.header_bg h1 {
  font-size: 3em !important;
}
.bussubmenu {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
}
.bussubmenu .su-column-inner {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.bussubmenu .su-column-inner p {
  margin: 0;
}
.bussubmenu .su-column-inner p a {
  display: block;
}
.bussubmenu .su-column-inner .caption-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bussubmenu .su-column-inner .caption-wrap .caption {
  position: relative;
}
.bussubmenu .su-column-inner .caption-wrap .caption .cap_bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bussubmenu .su-column-inner .caption-wrap .caption .cap_text {
  position: relative;
}
.bussubmenu .su-column-inner .caption-wrap .caption .cap_text h3 {
  padding: 15px 10px;
  line-height: 20px;
  margin: 0 !important;
}
.bussubmenu .su-column-inner .caption-wrap .caption .cap_text h3 a {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.bussubmenu .su-column-inner:hover h3 a {
  text-decoration: underline;
}
.buslisting h2 {
  text-align: center;
}
.buslisting p.features_intro {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.buslisting .feature_list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.buslisting .feature_list .features_iconbox {
  flex: 0 1 30%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.buslisting .feature_list .features_iconbox .iconwrap {
  width: 70px;
  margin-right: 5px;
}
.buslisting .feature_list .features_iconbox p {
  font-size: 20px;
}
.buslisting .bus_images_spalten {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 0;
}
.buslisting .bus_images_spalten .bus_images_spalte_main, .buslisting .bus_images_spalten .bus_images_spalte_gallery {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.buslisting .bus_images_spalten .bus_images_spalte_main .bwg_container, .buslisting .bus_images_spalten .bus_images_spalte_gallery .bwg_container {
  margin-top: 0;
}
.buslisting .bus_images_spalten .bus_images_spalte_main {
  padding-top: 2px;
  overflow: hidden;
}
.buslisting .bus_images_spalten .bus_images_spalte_main .imagebox {
  min-width: 1200px;
}
.buslisting .bus_images_spalten .bus_images_spalte_main .imagebox img {
  display: block;
}
.buslisting .bus_images_spalten .bus_images_spalte_gallery .bwg_container {
  margin-bottom: 0;
}
.btn_anfrage {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  text-align: center;
}
.btn_anfrage a {
  font-weight: 600;
  color: #676c6e;
  border: 1px solid #676c6e;
  padding: 9px 20px;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0s;
}
.btn_anfrage a:hover {
  color: #fff;
  background-color: #676c6e;
}
@media only screen and (max-width: 1720px) {
  .boxenpadding {
    padding: 3% 3% 3% 0;
  }
  .bussubmenu {
    width: 80%;
  }
  .bussubmenu .su-column-inner .caption-wrap .caption .cap_text h3 a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1530px) {
  .boxenpadding {
    padding: 2% 2% 2% 0;
  }
}
@media only screen and (max-width: 1450px) {
  .metaslider .caption .cap_text h1 {
    font-size: 1.8em;
  }
  .bildbox .textbox .su-box-content h1 {
    margin-bottom: 1.2em;
    font-size: 1.7em;
  }
  .bildbox .textbox {
    left: 25%;
    bottom: 7%;
  }
  .boxenpadding {
    padding: 1% 1% 1% 0;
  }
}
@media only screen and (max-width: 1415px) {
  .boxenpadding p {
    font-size: 0.9rem;
  }
  .boxenpadding img {
    width: 70%;
  }
  .buslisting .bus_images_spalten {
    flex-wrap: wrap;
  }
  .buslisting .bus_images_spalten .bus_images_spalte_main {
    padding-left: 3px;
    padding-right: 3px;
  }
  .buslisting .bus_images_spalten .bus_images_spalte_main, .buslisting .bus_images_spalten .bus_images_spalte_gallery {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .buslisting .bus_images_spalten .bus_images_spalte_main .imagebox {
    min-width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1350px) {
  .metaslider .caption .cap_text h1 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1230px) {
  .boxenpadding h1 {
    font-size: 1.7em;
  }
  .boxenpadding p {
    font-size: 0.8rem;
  }
  .boxenpadding img {
    width: 50%;
  }
  #shortcodes-ultimate-3 .textwidget {
    margin-top: 60px;
    margin-left: 0px;
  }
  #shortcodes-ultimate-3 .textwidget p img {
    width: 340px;
  }
  #shortcodes-ultimate-3 .textwidget h3 {
    position: absolute;
    top: 70px;
    left: 140px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 1230px) {
  .metaslider .caption .cap_text h1 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .balkenoben {
    position: relative;
  }
  .logoDivider_bus {
    margin-top: 90px !important;
  }
  #slidercontainer .videoheader_box .video_overlay_box {
    padding: 20px;
  }
  #slidercontainer .videoheader_box .video_overlay_box .video_overlay_innerbox p {
    font-size: clamp(0.8em, 3.5vw, 3.8em);
  }
  .buslisting p.features_intro {
    width: 100%;
  }
  .buslisting .feature_list {
    width: 100%;
  }
  .bussubmenu {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  #shortcodes-ultimate-3 .textwidget {
    margin-top: 85px;
    margin-left: 0px;
  }
  #shortcodes-ultimate-3 .textwidget p img {
    width: 250px;
  }
  #shortcodes-ultimate-3 .textwidget h3 {
    position: absolute;
    top: 91px;
    left: 100px;
    font-size: 0.8em;
  }
  .buswerk_trenner_kontakt_box::after {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .bussubmenu {
    width: 60%;
  }
  .buslisting p.features_intro {
    font-size: 16px !important;
  }
  h1 {
    font-size: 3vmax;
  }
  nav.main-navigation ul li {
    top: 40px;
  }
  .menu-toggle {
    left: 80%;
    font-size: 30px;
  }
  .main-navigation {
    top: 35px;
  }
  .balkenoben, .balkenoben .balkenfarbe {
    height: 115px;
  }
  .site-branding {
    width: 200px;
  }
  .startboxen {
    display: block;
  }
  .boxenpadding {
    padding: 0 3% 3% 3%;
  }
  .bildbox .textbox .su-box-content h1 {
    font-size: 1em;
  }
  .bildbox .textbox .su-box-content p {
    font-size: 0.7rem;
  }
  .site-footer .footer p, .site-footer .footer a, .site-footer .footer a:visited {
    text-align: center;
  }
  .metaslider .caption .cap_text h1 {
    font-size: 1em;
  }
  .mobile-br {
    display: inline;
    text-align: center;
  }
  .desktop-br {
    display: none;
  }
  .linkespalte2 select {
    width: 100%;
  }
  .kontaktangaben .hblogo {
    width: 20%;
  }
  .logoDivider::after, .logoDivider_bus::after, .logoDivider_event::after, .logoDivider_efun::after {
    left: 43.5%;
  }
  .pflichtfelder {
    float: left;
    margin-right: unset;
    margin-top: 10px;
  }
  #shortcodes-ultimate-3 .textwidget {
    margin-top: 70px;
    margin-left: 0px;
  }
  #shortcodes-ultimate-3 .textwidget p img {
    width: 200px;
  }
  #shortcodes-ultimate-3 .textwidget h3 {
    position: absolute;
    top: 74px;
    left: 70px;
    font-size: 0.7em;
  }
  .site-footer .footer .foomitte {
    margin: 0;
  }
  .site-footer .footer .foomitte img {
    position: relative;
    top: -10px;
  }
  .metaslider .caption .cap_text h1 {
    font-size: 2rem !important;
  }
  .metaslider .caption-wrap {
    width: 85% !important;
  }
}
@media only screen and (max-width: 580px) {
  .main-navigation {
    top: 20px;
  }
  nav.main-navigation ul li {
    top: 12px;
  }
  nav.main-navigation ul li a, nav.main-navigation ul li a:visited {
    font-size: 0.6em;
  }
  .metaslider .caption .cap_text {
    margin: 0 0 4% 5%;
    width: 55%;
  }
  .metaslider .caption .cap_text h1 {
    font-size: 0.6em;
  }
  p {
    font-size: 2vmax;
  }
  .entry-content ul {
    margin: 0;
  }
  .entry-content li {
    font-size: 1.7vmax;
    text-align: left;
  }
  .site-branding {
    width: 120px;
    top: 20px;
  }
  .logoDivider::after, .logoDivider_bus::after, .logoDivider_event::after, .logoDivider_efun::after {
    left: 36.5%;
  }
  .balkenoben {
    height: 70px;
  }
  .balkenoben .balkenfarbe {
    height: 70px;
  }
  .menuicons img {
    width: 50%;
  }
  .menuicons h4 {
    margin-bottom: 10px;
  }
  .abstandoben {
    margin-top: 20px;
  }
  .engest, .enger, .mittlerebreite, .fastvollebreite {
    width: 95% !important;
    text-align: center;
  }
  .parallax-slide .enllax, .parallax-slide .enllax2 {
    padding: 70px 0 70px 0;
    min-height: 100px;
  }
  .parallax-slide .enllax h4, .parallax-slide .enllax2 h4 {
    font-size: 2vmax;
  }
  .owl-item p {
    font-size: 1.7vmax;
  }
  iframe p {
    font-size: 1.7vmax;
  }
  .unterespalte textarea {
    width: 200%;
  }
  .boxenpadding p:last-child {
    margin-bottom: 1em;
  }
  .page-id-13 .dividerabstand {
    margin-top: 50px !important;
  }
  .page-id-13 .logoDivider_bus {
    margin-top: 90px !important;
  }
  #shortcodes-ultimate-3 .textwidget {
    margin-top: 65px;
  }
  #shortcodes-ultimate-3 .textwidget p img {
    width: 200px;
  }
  #shortcodes-ultimate-3 .textwidget h3 {
    position: absolute;
    top: 70px;
  }
  .buswerk_trenner_kontakt_box #metaslider-id-4911 ul.slides li .caption-wrap {
    width: 90% !important;
  }
  .buslisting p.features_intro {
    font-size: 1.2rem;
  }
  .metaslider .caption .cap_text h1 {
    font-size: 1.6rem !important;
  }
  .buslisting .feature_list .features_iconbox {
    flex: 0 1 80%;
  }
  .buslisting .feature_list .features_iconbox .iconwrap {
    width: 50px;
  }
  .buslisting .feature_list .features_iconbox p {
    font-size: 14px;
  }
  .buslisting .feature_list {
    gap: 0;
  }
}
/*--------------------------------------------------------------
## 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 {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
