/*
Theme Name: HDM
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.19
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "NexaBold";
  letter-spacing: 1px;
  overflow-x: hidden !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  padding-right: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: "NexaRegular";
  src: url("/wp-content/themes/hdm/inc/assets/fonts/nexa/Nexa-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "NexaBold";
  src: url("/wp-content/themes/hdm/inc/assets/fonts/nexa/Nexa-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: "NexaExtraBold";
  src: url("/wp-content/themes/hdm/inc/assets/fonts/nexa/Nexa-ExtraBold.otf")
    format("opentype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  /*
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  */
}
h2,
h3,
h4,
h5,
h6 {
  /*
  margin-top: 12px;
  margin-bottom: 10px;
  */
}
h1 {
  font-size: 32px;
  line-height: 30px;
  color: #424242;
  letter-spacing: 2px;
}
h1.section-separator {
  color: #0e434b;
  padding-top: 40px;
  padding-bottom: 31px;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}
h2 {
  font-size: 32px;
  line-height: 30px;
  color: #0e434b;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.container-home-pages {
  padding-top: 94px;
}
.container-home-news {
  padding-top: 36px;
}
.title-container-home-news {
  font-size: 24px;
  color: black;
  margin-bottom: 16px;
  font-family: "NexaBold";
  font-weight: 400;
}
.home-summary .generic-more {
  margin-top: 24px;
  display: inline-block;
}
.home-summary a {
  color: black !important;
}
.home-summary .home-summary-container-info {
  padding: 28px;
}
.home-summary .home-summary-container-info h2 {
  font-size: 22px;
  margin-bottom: 0px;
  color: black;
  font-weight: 400;
  padding-bottom: 23px;
}
.home-summary-short-description,
.home-summary-short-description h3,
.home-summary-short-description,
.home-summary-short-description p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  color: #1d1d1b;
}
h3 {
  font-size: 24px;
  line-height: 39px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
a,
a:hover {
  color: #0e434b;
}
a:hover {
  text-decoration: none;
}
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
.recent-short-description {
  padding: 0 30px;
}
.recent-short-description h3 {
  font-size: 24px;
  line-height: 39px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #bfc89e;
  padding: 0 1rem 0 1rem;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
header#masthead.default {
  background-color: #0e434b;
}
header#masthead.default .switcher-list li a > span {
  color: #fff;
}
header#masthead.default .btn-reverse {
  color: #0e434b !important;
  background: #fff;
}
header#masthead.default .main-menu ul li a {
  color: #fff;
}
header#masthead .hamburger-black,
.hamburger-black::before,
.hamburger-black::after {
  background-color: black !important;
}
header#masthead.default .hamburger-black,
.hamburger-black::before,
.hamburger-black::after {
  background-color: white;
}
/*header#masthead.default .site-logo{
  filter: invert(100%);
}*/
header#masthead.default .switcher-list li.active > span {
  color: #fff !important;
  border-bottom: solid 2px #fff;
}
header#masthead.default .search-form label i {
  color: #fff;
}
header#masthead.default a.dropdown-item {
  color: #000 !important;
}
header#masthead .dropdown-menu.show {
  top: 31px !important;
}
.header-scroll {
  position: absolute;
  left: 17%;
  top: 14px;
}
.imag-scroll img {
  width: 300px !important;
}
.site-title img {
  width: 250px;
}
.nav-item {
  font-size: 20px;
  font-family: "NexaRegular";
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.btn-cta {
  color: #0e434b !important;
  background: #fff;
  border: solid 1px #0e434b;
  border-radius: 0px;
  padding: 16px 22px;
  font-weight: bold;
}
.btn-cta:hover {
  color: #fff !important;
  background: #0e434b;
}
.btn-reverse {
  color: #fff !important;
  background: #0e434b;
  border-radius: 0px;
}
.btn-reverse:hover {
  color: #0e434b !important;
  background: #fff;
}
.row-contact {
  background: #0e434b;
  color: #fff;
  padding-top: 15px;
}
.row-beitragen {
  background: #e8e8e8;
  /*
  margin-left:-30px;
  margin-right:-30px;
  */
}
.row-contact h3,
.row-contact h2 {
  color: #fff;
  font-weight: normal;
}
.social-media-row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 12px;
}
.arrow-right {
  float: right;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
}
#mc_embed_signup input {
  border: 1px solid #097bb1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type="radio"] {
  -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
  border-color: #333;
}

.mc-field-group input.btn-cta {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: white !important;
  color: #0e434b !important;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 10px !important;
  width: 40% !important;
  margin-top: 20px !important;
}
.mc-field-group input.btn-cta:hover {
  background: #fff;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%;
  min-height: 50px;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  height: 37px;
}
#mc_embed_signup .mc-field-group input::placeholder {
  color: white;
}
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
  max-width: 80%;
}

#mc_embed_signup div#mce-responses {
  float: left;
  /* top: 0; */
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
  text-align: unset;
}
#mc_embed_signup div.response {
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
  font-weight: bold;
  float: left;
  top: 0;
  z-index: 1;
  width: 100%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  padding: 10px 2px;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc-embedded-subscribe {
  margin: 1em 0 1em 0;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid #e85c41;
}

.wpls-logo {
  padding: 15px 0px !important;
}
.wpls-logo-showcase .slick-dots li.slick-active button {
  display: none;
}
.nav-link {
  display: block;
  padding: 0 0.5rem;
}
.generic-more.inline-link {
  display: inline-block;
  padding: 10px 0 0 10px;
}
.generic-more.inline-link i {
  font-size: 18px;
  display: inline-block;
}
.container {
  max-width: unset;
  padding: 0 95px;
}
.padding-logo-bar {
  padding-top: 21px;
  padding-left: 60px;
  z-index: 1000;
  position: relative;
}
.form-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.28);
  z-index: 500;
}
.c-null {
  cursor: default !important;
}
.right-form-container {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 80%;
  background-color: #fff;
  padding: 30px;
}
.form-overlay-header {
  padding: 15px;
}
.form-overlay-header i {
  font-size: 2em;
}
.anmeldung-formular h1 {
  text-transform: uppercase;
  color: #0e434b;
}
.caldera-grid .form-control {
  height: 44px !important;
}
.caldera-grid input[type="submit"] {
  float: right;
  background-color: #0e434b;
  color: #fff;
}
.event-box {
  border: solid 1px #fff;
  cursor: pointer;
}
.event-box:hover {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(171, 171, 171, 0.5);
  -moz-box-shadow: 1px 1px 5px 2px rgba(171, 171, 171, 0.5);
  box-shadow: 1px 1px 5px 2px rgba(171, 171, 171, 0.5);
  /*border: solid 1px #d8d8d8;*/
}
.shadow-box,
.news-container-home {
  border: solid 1px #fff;
  cursor: pointer;
}

.shadow-box:hover,
.news-container-home:hover {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  border: solid 1px #d8d8d8;
}
.shadow-box .generic-more i {
  position: absolute;
  bottom: 15px;
}
.shadow-box .generic-more {
  margin-top: 15px;
  display: inline-block;
}
.event-box {
  border: solid 1px #fff;
  cursor: pointer;
}
.event-box:hover {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 0.5);
  border: solid 1px #d8d8d8;
}
.category-news .shadow-box .generic-more {
  display: inline;
}
.category-news .shadow-box .generic-more i {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.event-gallery-thumb {
  min-height: 200px;
  width: 100%;
  margin: 0px 15px 15px 0px;
  background-size: cover;
  background-position: 20%;
}
.cfdatepicker.dropdown-menu {
  border-radius: 0px !important;
  padding: 10px !important;
}
.cfdatepicker.dropdown-menu th,
.cfdatepicker.dropdown-menu td {
  padding: 10px !important;
  font-family: "NexaBold" !important;
}
.cfdatepicker thead tr:first-child th:hover,
.cfdatepicker tfoot tr th:hover {
  background: #0e434b !important;
  border-radius: 0px !important;
  color: #fff;
}
.cfdatepicker table tr td.day:hover,
.cfdatepicker table tr td.day.focused {
  background: #0e434b !important;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
}
.cfdatepicker table tr td.active:hover,
.cfdatepicker table tr td.active:hover:hover,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover:hover,
.cfdatepicker table tr td.active:focus,
.cfdatepicker table tr td.active:hover:focus,
.cfdatepicker table tr td.active.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover:focus,
.cfdatepicker table tr td.active:active,
.cfdatepicker table tr td.active:hover:active,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active.active,
.cfdatepicker table tr td.active:hover.active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.cfdatepicker table tr td.active,
.open .dropdown-toggle.cfdatepicker table tr td.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover {
  background: #0e434b !important;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
}
.btn-banner {
  left: 35%;
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  width: 32%;
}
.social-ico {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 45px;
  padding-top: 10px;
}
.social-ico i {
  font-size: 36px;
  color: #fff;
}
.switcher-list li a > span {
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #cccccc !important;
  border-bottom: none !important;
}
.wpm-language-switcher li:first-child:after {
  content: "|";
  color: white;
}
.switcher-list li.active > span {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: white !important;
}
.switcher-list li.active > span > span {
  border-bottom: 1px solid white;
}
.wp-caption .wp-caption-text {
  margin-top: -25px !important;
  text-align: left;
  margin-left: 10px !important;
  color: white;
  z-index: 100;
  font-size: unset !important;
  line-height: unset !important;
  padding: unset !important;
}
.wp-caption-text {
  text-align: unset !important;
}
.wp-caption {
  background: unset !important;
  border: unset !important;
  max-width: unset !important;
  padding: unset !important;
  text-align: unset !important;
}
.copyright-header {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: white;
}
figure {
  width: unset !important;
}
.navigation {
  display: none;
}
#wpgmza_map {
  margin-top: 0px;
}
.form-control.cfdatepicker {
  background-image: url(inc/assets/img/calendar.png) !important;
  background-repeat: no-repeat;
  background-position-x: right;
}
.cfdatepicker-dropdown {
  margin-top: -1px !important;
  border: solid 1px #d8d6d6 !important;
}
.cfdatepicker-dropdown.cfdatepicker-orient-top:before,
.cfdatepicker-dropdown.cfdatepicker-orient-top:after {
  display: none;
}
.cfdatepicker-dropdown.cfdatepicker-orient-bottom:before,
.cfdatepicker-dropdown.cfdatepicker-orient-bottom:after {
  display: none;
}
.cfdatepicker.dropdown-menu th,
.cfdatepicker.dropdown-menu td {
  padding: 8px !important;
}
.user-box table td {
  border-bottom: none;
  line-height: 2em;
  height: auto;
}
.no-side-margins {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.item-language-en {
  float: right;
}
.menu-mobile .switcher-list li {
  color: white;
}
.item-language-de {
  float: left;
  margin-right: 5px;
}
.for-mobile {
  display: none;
}
.padding-top-social-media {
  padding-top: 40px;
}
.form-footer h1 {
  color: white;
}
.pictures-events {
  width: 220px;
  height: 220px;
}

/**Partner cooperation**/
.center-image-partner {
  display: flex;
  align-items: center;
  justify-content: left;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000000;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

#page-sub-header {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#page-sub-header .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
#page-sub-header .container img {
  width: 100%;
}
.container.full-width {
  width: 100%;
  max-width: 100%;
}
.container.content {
  padding: 0px;
}
.main-menu {
  text-align: center;
  padding-top: 10px;
  width: 100%;
}
.main-menu ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.main-menu ul:first-child {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a {
  color: white;
  font-size: 16px;
}
.main-menu ul li a:hover {
  text-decoration: none;
}

.main-menu ul li a:hover {
  text-decoration: none;
}
.main-menu ul.dropdown-menu {
  background-color: #0e434b;
  border-top: 0;
  margin-top: 0.5px;
  z-index: 10000;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0px 10px 17px 0px rgb(0 0 0 / 62%);
}

.main-menu ul.dropdown-menu .nav-item:hover {
  background-color: white;
}
.main-menu ul.dropdown-menu .nav-item:hover a {
  color: #0e434b !important;
}
.site-logo {
  max-width: 227px;
  margin-top: 0.74rem;
}
/* search field toggle definition ... */
.site-header .search-form {
  /*position: absolute;*/
  display: inline-block;
  right: 5px;
  top: 0px;
  background-color: transparent;
}
.wpm-language-switcher {
  display: inline-block;
  text-transform: uppercase;
}
.wpm-language-switcher img {
  height: 18px;
  width: 25px;
}
.wpm-language-switcher li {
  display: inline-block;
}
.wpm-language-switcher > li > span > img {
  display: none;
}
.switcher-dropdown {
  z-index: 1000;
  position: relative;
}
.top-controls {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 4px;
}
.top-controls li {
  display: inline-block;
  padding: 0 10px;
}

.search-form label {
  margin-bottom: 0px;
  position: relative;
}

.site-header .search-form label i {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 22px;
  color: black;
}
.site-header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 32px;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  box-shadow: none;
}

.site-header .search-field {
  background-color: #fff;
  cursor: text;
  outline: 0;
  min-width: 215px;
  width: 100%;
  box-shadow: none;
  display: none;
}
.mobile-menu-trigger-container button:focus {
  outline: 1px dotted;
  outline: 5px auto transparent !important;
}
.search-form .search-submit {
  display: none;
}
.search-mobile {
  text-align: center;
}
.generic-more i {
  font-size: 22px;
  color: #0e434b;
}

.event-info {
  margin: 15px 0 0 0;
}
.event-info-date {
  display: inline-flex;
}
.event-info span {
  padding-right: 15px;
  line-height: 22px;
}
.event-info img {
  max-width: 80% !important;
}
#locationEvent {
  padding-left: 8px;
}
.event-info.ticket-info {
  margin: 30px 0px;
}
.event-info.ticket-info ul {
  margin: 0px;
  padding: 0 15px;
}

.banner-container {
  position: relative;
}
.banner-container h1 {
  bottom: 15px;
  left: 45px;
  position: absolute;
  width: 60%;
  font-size: 2em !important;
  line-height: 1.3em !important;
  color: #fff !important;
  border-radius: 0px;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}
.slider-container h1 {
  bottom: 15px;
  left: 45px;
  position: absolute;
  width: 60%;
  font-size: 2em !important;
  line-height: 1.3em !important;
  color: #fff !important;
  border-radius: 0px;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

.slider-container {
  padding-top: calc(33%);
}
.slider-container img {
  visibility: inherit;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.carousel-inner {
  position: relative;
  height: 100%;
}
.slider-container img {
  visibility: inherit;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 0px;
  object-fit: cover;
}
.banner-container.without-banner h1 {
  position: static;
}
.main-menu .dropdown-menu li {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.nav-link {
  border-bottom: solid 2px transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
}
.dropdown-menu .dropdown-item {
  white-space: nowrap;
}
.event-category-tag {
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0px;
}
.event-category-tag.kinder {
  background: #89b6a5;
}
.event-category-tag.kinder::after {
  content: "Kinderkonzerte";
}
.event-category-tag.live {
  background: #66a8c4;
}
.event-category-tag.live::after {
  content: "Live on Stage";
}
.event-category-tag.uncategorized {
  background: #ffc857;
}
.event-category-tag.uncategorized::after {
  content: "Sonstige Events";
}
.event-category-tag.kunstler {
  background: rgba(249, 233, 0, 1);
}
.event-category-tag.kunstler::after {
  content: "Künstlergespräche";
}
.event-category-tag.orchestra {
  background: #9c27b0;
}
.event-category-tag.orchestra::after {
  content: "Imperial Classic Orchestra";
}
.event-category-tag.festival {
  background: rgba(148, 193, 31, 1);
}
.event-category-tag.festival::after {
  content: "Festival";
}
table td {
  border-bottom: 1px solid #e2e7ea;
  height: 53px;
  vertical-align: middle;
  line-height: 1em;
}
.row-sublinks ul {
  display: inline-block;
  padding: 0;
  margin: 0px;
  list-style-type: none;
}

.row-sublinks ul li {
  display: inline-block;
  padding: 0 44px;
}

.row-sublinks ul li i {
  font-size: 15px;
}
.image-gallery-details .info-group.back-link {
  float: right;
}
.image-gallery-details .info-group.back-link i {
  color: #0e434b;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
}
.nav-breadcrumbs > i {
  color: #0e434b;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
}
.nav-breadcrumbs {
  margin: 0px;
  padding-top: 10px;
  padding-left: 20px;
}
.nav-breadcrumbs > span {
  color: #0e434b;
}
.nav-breadcrumbs > span:last-child {
  color: #000;
}
.nav-breadcrumbs > span:nth-child(1) {
  display: none;
}
.nav-breadcrumbs > i:nth-child(2) {
  display: none;
}
.content-main-container {
  margin: 0px;
}
.lb-nav a.lb-next {
  opacity: 1 !important;
  margin-right: -100px;
}
.lb-nav a.lb-prev {
  opacity: 1 !important;
  margin-left: -100px;
}
.clipping-container {
  padding: 5px;
  border: solid 1px #e4e4e4;
  max-width: 49%;
  margin: 5px;
}
.home-news-thumb {
  min-height: 200px;
  background-size: cover;
}
.display-inline-grid {
  display: inline-grid;
}
.padding-rigth-fb {
  padding-right: 24px;
  margin-top: -40px;
}
.news-thumb {
  min-height: 200px;
  background-size: cover;
  margin: 15px 0 15px 0px;
  background-size: cover;
  background-position: 13%;
}
.padding-left-entry-meta {
  padding-left: 15px;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    padding: 0 2px;
  }
  .nav-item {
    font-weight: bold;
  }
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-top: 4.125rem;*/
  overflow: hidden;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.presse-clippings {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 19px;
}
.presse-clippings h2 {
  font-size: 26px;
  line-height: 30px;
  color: black;
  padding-bottom: 7px;
  letter-spacing: 2px;
  text-transform: unset;
}
.presse-clippings h3 {
  font-size: 15px;
  line-height: unset;
}
.no-left-padding {
  padding-left: 0px;
}
.height-100 {
  height: 100%;
}
.bottom-link {
  position: absolute;
  bottom: 0;
  left: 11px;
}

.post-thumbnail img {
}
.content-news-category {
  padding: 0px 30px;
}
.content-news-category .entry-content {
  margin: 0;
}
.content-news-category .entry-content p {
  margin-top: 0;
}
.link-no-color {
  color: black !important;
}
.lb-caption {
  color: white;
  position: absolute;
  bottom: 5px;
  z-index: 1;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/***WP Forms***/
.wp-form-dropdown-style {
  clear: none !important;
  margin-left: 4% !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Cookies
--------------------------------------------------------------*/
.cookieBar {
  background: #cdd7d6;
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.cookieBar .cookieBarButtons > div a.cookieBarOk {
  padding: 5px;
  color: white;
  background: #0e434b;
  overflow: hidden;
  white-space: nowrap;
}
.cookieBar .cookieBarButtons > div a.cookieBarDecline {
  padding: 5px;
  color: white;
  background: #0e434b;
  overflow: hidden;
  white-space: nowrap;
}
.cookieBar .cookieBarButtons > a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cookieBar .cookieBarButtons {
  display: inline-flex;
}
.container-cookie {
  line-height: 2rem;
  max-width: 1260px;
  font-size: 14px;
  border-top: none !important;
  padding-top: 5px !important;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.container-instagram {
  margin-top: 32px;
}
.container-network-social {
  padding: 0 30px;
}
.container-network-social a {
  color: #afafaf;
}
.container-logos-footer {
  width: 100%;
  padding: 0 150px;
  justify-content: space-between;
  align-items: center;
}

footer {
  background-color: #0e434b;
  color: white;
}
footer.entry-footer {
  background-color: white;
  color: black;
}
footer a {
  color: white !important;
  font-size: 13px !important;
}
footer a:hover {
  text-decoration: underline !important;
}
footer.entry-footer > span > a {
  background-color: white;
  color: #0e434b !important;
}
footer .site-info {
  border-top: 1px solid white;
  padding-top: 20px;
}
.footer-container {
  color: white;
  background-color: #0e434b;
  /* padding: 40px; */
  padding-top: 40px !important;
  padding-bottom: 24px;
}
.footer-container h2 {
  text-transform: inherit;
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.footer-container p {
  color: white;
  font-size: 13px;
  margin-top: 0;
}
ul.list-links-footer {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.footer-container a {
  color: white;
  font-size: 13px;
}
.footer-container a:hover {
  text-decoration: underline;
}
.footer-container .container-info-footer h2 {
  padding-top: 0 !important;
}
.footer-container .icons-network-social a:hover {
  text-decoration: none;
}
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: #0e434b;
}
.news-container-home {
  background-color: #f2f2f2;
  height: 280px;
}
.news-container-home h2 {
  font-size: 22px;
  color: black;
  text-transform: inherit;
  font-weight: 400;
}
.news-container-home div:first-child {
  background-color: #f2f2f2;
  padding: 28px;
}
.news-container-home .new-description p,
.news-container-home .new-description h3 {
  font-size: 17px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  color: #1d1d1b;
}
.news-container {
  position: relative;
}
.news-container .generic-more {
  position: absolute;
  bottom: 0px;
  left: 45px;
}

.event-tag {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-tag li {
  display: inline-block;
  padding: 5px;
  margin: 5px 10px 5px 0px;
}

.event-tag li .generic-more i {
  font-size: 18px;
}

.lb-data .lb-number {
  padding-bottom: 0px;
  margin-top: 10px;
}
.lightbox {
  top: 100px !important;
}
.lb-data .lb-close {
  margin-bottom: 10px;
}
.lightboxOverlay {
  background-color: #fff !important;
  filter: alpha(Opacity=90);
  opacity: 0.9 !important;
}
.lb-outerContainer,
.lb-outerContainer img {
  max-width: 800px !important;
  height: auto !important;
  width: 100% !important;
}
.lb-outerContainer img {
  border: 0px !important;
}
.lb-download {
  border-radius: 5px;
  display: block;
  height: 35px;
  width: 35px;
  background: url(/wp-content/themes/wp-bootstrap-starter/inc/assets/lightbox/images/arrow-down.png)
    50% 50% no-repeat;
  background-color: #818181;
  float: right;
  /* margin-top: -34px; */
  /* margin-right: 10px; */
  cursor: pointer;
  /* padding-bottom: 10px; */
  position: relative;
}
.lb-download:hover {
  opacity: 1;
}
.lb-dataContainer {
  max-width: 800px !important;
  width: 100% !important;
}
.lightbox {
  margin-bottom: 100px;
}
.image-gallery-details .info-group {
  float: left;
  margin: 15px 15px 15px 0;
}
.image-gallery-details .info-group i {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
}
.no-extra-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.category-news .entry-meta {
  display: none;
}

.row-contact a {
  color: #fff;
}
.row-contact a:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0e434b;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0e434b;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #0e434b;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #0e434b;
}
.btn-more-news {
  padding: 10px 45px;
}
.event-summary-content {
  min-height: 250px;
}
.home-image-wrapper {
  width: 100%;
  overflow: hidden;
}
.mobile-menu-trigger-container {
  position: relative;
}
.mobile-menu-trigger {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 1;
}
.mobile-menu-trigger i {
  font-size: 2em;
}
.mobile-menu-container {
}
.mobile-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30%;
  z-index: 1;
  background-color: #0e434b;
  padding-bottom: 1000px;
}
.mobile-menu .main-menu ul li {
  display: block;
}
.mobile-menu .main-menu ul {
  margin: 15px 0px;
  padding: 0px;
}
.mobile-menu .main-menu ul li a {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.mobile-menu .wpm-language-switcher {
  margin: 0 0 15px 0;
  width: 100%;
}
.mobile-menu .wpm-language-switcher li {
  float: none;
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  width: 120px;
}
.mobile-menu .switcher-list li a > span {
  text-transform: uppercase;
  font-size: 14px;
}
.mobile-menu .switcher-list li span {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
}
.mobile-menu .switcher-list li.active > span {
  border-bottom: solid 2px white;
}

.mobile-menu-icon {
  color: #fff;
  font-size: 26px;
  margin: 0px auto;
}
.mobile-menu-icon:hover {
  color: #fff;
}
.fa-times {
  cursor: pointer;
  padding-top: 20px;
}
.search-mobile label {
  padding-top: 20px;
}
.mobile-menu-header {
  margin-top: 15px;
}
.mobile-menu-footer .btn-cta {
  width: 100%;
}

.items-menu-mobile li {
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 10px;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
}
.items-menu-mobile {
  padding: 0;
  margin-right: 10px;
}
.items-menu-mobile li a {
  cursor: pointer;
  width: 100%;
  font-family: "NexaRegular";
}
.subitems-menu-mobile {
  padding: 0;
  margin-left: 20px;
}
.subitems-menu-mobile li {
  color: white;
  padding-bottom: 5px;
  padding-top: 2px;
}
.subitems-menu-mobile li a {
  cursor: pointer;
  color: white !important;
}
.item-main-menu-mobile {
  border-bottom: 2px solid black;
  padding-top: 2px;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.no-margins {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.menu-item-44 ul {
  left: -320% !important;
}
.content-slider {
  margin-top: 150px;
}
.carousel {
  cursor: pointer;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 18px;
  border-radius: 50%;
  height: 18px;
  margin-left: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
}
.carousel-indicators .active {
  background-color: #fff;
}
.filter-events ul {
  display: inline-block;
  justify-content: space-between;
  padding-left: 0px;
}
.filter-events ul li {
  list-style: none;
  display: inline-flex;
  padding-right: 10px;
}
.filter-events ul li div {
  width: 12px;
  height: 12px;
  margin-top: 0.3rem;
  margin-right: 3px;
}
.filter-events .kinder-filter div {
  background: #89b6a5;
}
.filter-events .kinder-filter span {
  color: #89b6a5;
}
.filter-events .live-filter div {
  background: #66a8c4;
}
.filter-events .live-filter span {
  color: #66a8c4;
}
.filter-events .uncategorized-filter div {
  background: #ffc857;
}
.filter-events .uncategorized-filter span {
  color: #ffc857;
}
.filter-events .kunstler-filter div {
  background: rgba(249, 233, 0, 1);
}
.filter-events .kunstler-filter span {
  color: rgba(249, 233, 0, 1);
}
.filter-events .orchestra-filter div {
  background: #9c27b0;
}
.filter-events .orchestra-filter span {
  color: #9c27b0;
}
.filter-events .festival-filter div {
  background: rgba(148, 193, 31, 1);
}
.filter-events .festival-filter span {
  color: rgba(148, 193, 31, 1);
}

/*--------------------------------------------------------------
# Filter events
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Menu flags design
--------------------------------------------------------------*/

.switcher-dropdown .language-dropdown {
  margin-bottom: 10px;
  padding: 10px;
  padding-right: 9px;
  right: -35px;
  min-width: 150px;
  left: unset !important;
}
.switcher-dropdown .language-dropdown li {
  float: left !important;
  padding-bottom: 7px;
  background: white;
  min-width: 150px;
}
.switcher-dropdown a img,
.switcher-dropdown span img {
  margin-right: 6px;
  float: left;
}
.switcher-dropdown a:first-child {
  padding-top: 15px;
}
.switcher-dropdown a {
  color: #333;
  float: left;
  width: 100%;
  padding-left: 11px;
}
.switcher-dropdown span {
  color: #fff;
}
.language-dropdown li a span {
  color: #000;
  float: left;
  margin-top: -4px;
}
.language-active {
  display: none;
}
.language-dropdown h3 {
  display: none;
}
.line-bottom-flag {
  border-bottom: 0px solid white;
  text-transform: uppercase;
  color: white;
  margin-right: 12px;
}
.item-language-main span div img {
  float: unset !important;
}
.iframe-block {
  display: block;
}
.iframe-none {
  display: none;
}
#summaryPayment {
  margin-top: 30px;
  text-align: center;
}
#summaryPayment .description {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
#summaryPayment .description .amount {
  float: right;
  font-family: Champagne and Limousines;
  font-size: 18px;
  color: #6d6c6c;
  font-weight: 400;
  font-style: normal;
}
#summaryPayment .description .total {
  float: left;
  font-family: Champagne and Limousines;
  font-size: 18px;
  color: #6d6c6c;
  font-weight: 400;
  font-style: normal;
}
.send-payment {
  width: 100%;
  text-align: center;
  z-index: 1000;
  margin-bottom: 60px;
}
.send-payment div {
  width: 100%;
  float: right;
  display: inline-block;
}
.send-payment div button {
  float: right;
}
.page-other-countries .entry-header {
  display: none;
}

.remove-news-mobile {
  display: block;
}

#menuMobileAccordion .wpm-language-switcher {
  color: #fff;
  display: flex;
  padding-left: 0;
  width: 100%;
}
#menuMobileAccordion .wpm-language-switcher.switcher-list li {
  font-size: 15px;
  border-bottom: 0;
}
#menuMobileAccordion .wpm-language-switcher.switcher-list li:last-child {
  margin-right: 0;
}
#menuMobileAccordion .wpm-language-switcher.switcher-list li a > span,
#menuMobileAccordion .wpm-language-switcher.switcher-list li.active > span {
  border-bottom: none;
  color: #fff;
}
#menuMobileAccordion .wpm-language-switcher.switcher-list li > a > img,
#menuMobileAccordion .wpm-language-switcher.switcher-list li > span > img {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .page-id-1042 .container.content {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
  .nav-item {
    font-weight: bold;
  }
  .pictures-events {
    width: 180px;
    height: 180px;
  }
  .container-logos-footer {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1251px) {
  .wpm-language-switcher li:last-child:after {
    content: unset !important;
    color: unset !important;
  }
  .wpm-language-switcher li:first-child:after {
    content: "|" !important;
    color: white !important;
    padding-left: 5px;
  }
  .wpm-language-switcher li:last-child {
    padding-left: 0 !important;
  }
  #menuMobileAccordion .wpm-language-switcher.switcher-list li {
    font-weight: unset !important;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .nav-item {
    font-weight: bold;
  }
  .container {
    padding: 0 20px;
  }
  .footer-container {
    padding: 40px;
  }
  .container-instagram {
    margin-top: 22px;
  }
  .container-logos-footer {
    padding: 0 20px;
  }
  .home-summary .home-summary-container-info {
    padding: 0;
    padding-left: 10px;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .pictures-events {
    width: 180px;
    height: 300px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .news-thumb {
    min-height: 225px;
  }
  .pictures-events {
    width: 250px;
    height: 250px;
  }
  .footer-container {
    padding: 30px 80px;
    text-align: center;
  }
  .footer-container h2 {
    text-transform: uppercase;
  }
  ul.list-links-footer {
    display: flex;
    justify-content: space-around;
  }
  #mc_embed_signup form {
    text-align: center;
  }

  #mc_embed_signup .mc-field-group {
    display: flex;
    width: 100%;
  }

  .mc-field-group .clear {
    width: 30% !important;
  }

  .mc-field-group .clear input.btn-cta {
    margin-top: 0 !important;
    width: 100% !important;
    padding: 5px !important;
  }

  #mc_embed_signup .mc-field-group input {
    margin-right: 10px;
  }

  .container-slider {
    padding: 0;
  }
  .container-logos-footer {
    padding: 0 30px;
  }

  .home-summary .home-summary-container-info {
    padding: 0;
    padding-left: 10px;
  }

  .container-home-pages {
    padding-top: 40px;
  }

  .container-home-news {
    padding-top: 15px;
  }

  .title-container-home-news {
    padding-top: 0;
  }
  .mc-field-group input.btn-cta {
    width: 30% !important;
  }

  .container-logos-footer {
    justify-content: space-evenly;
  }
  .remove-news-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .pictures-events {
    width: 180px;
    height: 300px;
  }
}
@media (max-width: 866px) {
  h1.section-separator {
    line-height: 30px !important;
  }
  header#masthead.default .search-form label i {
    color: black !important;
  }
  .row-beitragen p {
    padding: 0 20px;
  }
  .wpls-logo-cnt {
    display: inline-flex;
    padding-right: 5px;
  }
  .site-title img {
    padding-top: 10px;
  }

  .banner-container h1 {
    width: 70%;
    font-size: 1.2em !important;
  }
  .slider-container h1 {
    width: 70%;
    font-size: 1.2em !important;
  }
  .site-logo {
    width: 100%;
  }
  .for-full {
    display: none !important;
  }
  .for-mobile {
    display: block;
  }
  header#masthead {
    min-height: 80px;
  }
  .btn-cta {
    margin-top: 10px;
  }

  h1 {
    font-size: 26px !important;
    line-height: 38px;
  }
  #calendar h1 {
    font-size: 20px !important;
  }
  #calendar {
    height: 270px !important;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .home-summary-short-description,
  .home-summary-short-description h3,
  .recent-short-description h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-summary .generic-more {
    margin-top: 2.5em;
  }
  .btn-banner {
    left: 18%;
    width: 65%;
    bottom: -40px;
    /*padding: 10px 8px;*/
  }
  .recent-short-description {
    padding: 0px;
  }
  .news-container {
    margin-bottom: 15px;
  }
  .news-container .generic-more {
    left: 15px;
  }
  #sb_instagram {
    margin-left: 0px;
  }
  .container {
    max-width: 100%;
  }
  #page-sub-header .container {
    max-width: 100%;
    padding: 0px;
  }
  .kontakt-column-3 {
    padding-top: 15px;
  }
  .row-sublinks ul li {
    padding: 0 3px;
  }
  .slick-dots {
    display: none !important;
  }
  .user-box table td {
    font-size: 11px;
  }
  h1.section-separator {
    padding-bottom: 5px;
  }
  .padding-top-allgemein {
    margin-top: 20px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 30px;
    padding: 5px;
  }
  .carousel-indicators li {
    padding: 5px;
  }
  .switcher-dropdown span img {
    float: unset !important;
  }
  .switcher-dropdown {
    position: unset !important;
  }
  .switcher-dropdown > li {
    position: unset !important;
  }
  .switcher-dropdown .language-dropdown {
    top: 15px;
    left: 0 !important;
    background: white;
    height: 1000px;
    z-index: 100;
  }
  .switcher-dropdown .language-dropdown li {
    width: 100%;
  }
  .language-dropdown li a span {
    font-size: 18px;
    font-weight: bold;
  }
  .language-active {
    display: block;
    font-size: 14px;
    color: #fff;
    list-style: none;
    font-weight: bold;
  }
  .item-language-main span {
    display: inline-flex;
  }
  .language-dropdown h3 {
    display: block;
    float: left;
    padding-left: 20px;
    color: #0e434b;
    padding-top: 10px;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .line-bottom-flag {
    height: unset !important;
    width: unset !important;
    border-bottom: unset !important;
    display: inline-flex;
  }
  .switcher-dropdown a {
    padding-left: 40%;
  }
}
@media (max-width: 773px) {
  .pictures-events {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .pp-container {
    margin-top: 0px !important;
  }
  header#mainHeader {
    background-color: #0e434b;
    padding: 0 10px;
  }
  .footer-container {
    padding: 25px 28px 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  .news-thumb {
    min-height: 250px;
  }
  html {
    font-size: 75%;
  }
  header#masthead {
    min-height: 50px;
  }
  .pictures-events {
    width: 400px;
    height: 350px;
    background-position-x: 15% !important;
  }
}

@media only screen and (max-width: 575px) {
  .home-summary .home-summary-container-info {
    padding: 0;
  }
  .home-summary .home-summary-container-info h2 {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }
  .home-summary-short-description,
  .home-summary-short-description h3,
  .home-summary-short-description,
  .home-summary-short-description p {
    font-size: 16px;
  }
  .slider-container {
    padding-top: calc(50%);
  }
  .news-container-home div:first-child {
    padding: 12px;
  }
  .news-container-home h2 {
    padding-top: 0;
    font-size: 20px;
  }
  .news-container-home .new-description p,
  .news-container-home .new-description h3 {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 480px) {
  .news-thumb {
    min-height: 225px;
  }
  html {
    font-size: 75%;
  }
}

@media only screen and (max-width: 480px) {
  header#masthead {
    min-height: 50px;
  }
  iframe {
    height: 250px;
  }
  #post-1456 iframe {
    height: 1000px !important;
  }
  .lb-download {
    margin-top: -34px;
  }
}

@media only screen and (max-width: 480px) {
}
