/*
 * Theme Name: Domquartier 2018
 * Theme Description: Bootstrap Theme für das DomQuartier
 * Author: Clemens Gull (Byte Brothers KG)
 * Version: 1.0
 * Tags: twitter bootstrap, white, blank
 * License: license.txt
 *
 */

/* Apply bootstrap styles */
@import url('bootstrap/css/bootstrap.min.css');

/* Fonts */
@font-face {
	font-family: 'fortescue-regular';
	src: url('/fonts/fortescue-regular.eot');
	src: url('/fonts/fortescue-regular.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/fortescue-regular.woff') format('woff'),
	     url('/fonts/fortescue-regular.woff2') format('woff2'),
	     url('/fonts/fortescue-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}
@font-face {
    font-family: 'apercu-regular';
    src: url('/fonts/apercu-regular.eot');
    src: url('/fonts/apercu-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/apercu-regular.woff') format('woff'),
         url('/fonts/apercu-regular.woff2') format('woff2'),
         url('/fonts/apercu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'apercu-light';
  src: url('/fonts/apercu-light.eot');
  src: url('/fonts/apercu-light.eot?#iefix') format('embedded-opentype'),
       url('/fonts/apercu-light.woff') format('woff'),
       url('/fonts/apercu-light.woff2') format('woff2'),
       url('/fonts/apercu-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'apercu-medium';
  src: url('/fonts/apercu-medium.eot');
  src: url('/fonts/apercu-medium.eot?#iefix') format('embedded-opentype'),
       url('/fonts/apercu-medium.woff') format('woff'),
       url('/fonts/apercu-medium.woff2') format('woff2'),
       url('/fonts/apercu-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'apercu-bold';
  src: url('/fonts/apercu-bold.eot');
  src: url('/fonts/apercu-bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/apercu-bold.woff') format('woff'),
       url('/fonts/apercu-bold.woff2') format('woff2'),
       url('/fonts/apercu-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

hr {
  display: block;
  clear: both;
  width: 100%;
}


strong, p strong {
 font-family: 'apercu-bold';
 font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
}

.icon-arrow-left,
.icon-arrow-right {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}

.icon-arrow-left:before {
  content: "\f0d9";
}

.icon-arrow-right:before {
  content: "\f0da";
}

footer .icon-arrow-left,
footer .icon-arrow-right {
  color: #FFFFFF;
}

.loader {
  background:url(assets/images/DQ_preloader2.gif) no-repeat;
}

body {
	color: #000;
  /*font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;*/
	font-family: 'apercu-regular', Arial;
	font-size: 16px;
}

html, body {
  height: auto;
  width: 100%;
  margin-top: 0 !important;
}

html.aaa {
  font-size: 16px;
}

html.aa {
  font-size: 12px;
}

html.a {
  font-size: 10px;
}

span.caret {
  display: inline-block;
}

.presseDropdown span.caret {
  display: inline-block;
  border: none;
  vertical-align: top;
  position: relative;
  top: 10px;
  width: 10px;
}

.presseDropdown span.caret .icon-bar {
  transition: all .25s ease-out;
  background: #000;
  width: 10px;
  height: 1px;
  display: block;
  position: relative;
  transform: rotate(45deg);
  left: -3px;
  top: 1px;
}

.presseDropdown span.caret .icon-bar + .icon-bar {
  transform: rotate(-45deg);
  left: 4px;
  top: 0;
}

.presseDropdown li.open span.caret .icon-bar {
  transform: rotate(-45deg);
}

.presseDropdown li.open span.caret .icon-bar + .icon-bar {
  transform: rotate(45deg);
}

.container-full {
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.inner {
  padding: 40px 0 0;
  position: relative;
  width: 100%;
}

.container {
  z-index: 8000;
}

.container.main {
  margin-bottom: 40px;
}

a, a:visited, a:active, a:link {
  color: #FB9D8B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*.main ul, .main li {
  list-style: none;
  margin: 0;
  padding: 0;
}*/

.main li {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
  z-index: 999;
}

#header .logo {
  display: none;
}

#header .brand {
  margin: 0;
  height: auto;
  width: 180px;
}

#header .navbar {
  z-index: 9999;
}

#header .navbar-brand {
  /*padding: 20px 0 0 15px;*/
  padding: 7px 0 7px 15px;
}

#header .navbar-default {
  height: auto;
  background-color: #9899CD;
  border: none;

  top: 25px;
}

#header .navbar-toggle {
  margin: 18px 15px 0 0;
  border: none;
  padding: 0;
}

#header .navbar-default .navbar-toggle:hover,
#header .navbar-default .navbar-toggle:focus {
  background: none;
}

#header .navbar-default .navbar-toggle.collapsed .icon-bar,
#header .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2),
#header .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  transform: none;
  position: relative;
  top: auto;
  display: block;
}

#header .navbar-default .navbar-toggle .icon-bar {
  transform: rotate(45deg);
}

#header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: 9px;
}

#header .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  display: none;
}

#header .navbar-toggle .icon-bar {
  transition: all .25s ease-out;
  width: 37px;
  border-radius: 0;
  margin: 0 0 7px 0;
}

#header .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

#header .navbar-default .navbar-header {
  /*height: 83px;*/
  height: 60px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #fff;
  color: inherit;
}

#footer {
  background: #353535;
  color: #fff;
  font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
}

#footer a,
#footer a:active,
#footer a:visited,
#footer a:link,
#footer h4 {
  color: #fff;
}

#footer h4, #footer h5 {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

#footer h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

#footer i.fa {
  color: #BEBEBE;
  color: rgba(190, 190, 190, 1);
  border: 1px solid rgba(190, 190, 190, 1);
  border-radius: 2px;
  display: inline-block;
  height: 48px;
  line-height: 40px;
  margin: 8px;
  padding: 4px;
  text-align: center;
  width: 48px;
}

#footer a:hover i.fa {
  color: #fff;
}

#footer .gm-style {
  color: #333;
}

#slider {
  background: #FFFFFF;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slider .slide {
  width: 100%;
  padding: 30px 15px;
}

#slider img {
  max-width: 100%;
  width: 100%;
}

#news-list .event {
  margin-bottom: 30px;
  padding: 0;
}

/*.single-aktuelles #news section.post-content {
	display: inline-block;
}*/

.single-aktuelles .entry-content h2,
.sonderausstellung  .entry-content h2,
.dauerausstellung  .entry-content h2,
.single-veranstaltung .entry-content h2,
.single-wissen_und_entdecken .entry-content h2 {
	margin-top: 0;
}

.main .veranstaltung .post-content ul,
.main .sonderausstellung .post-content ul,
.page-template-page-onpage-col-10 .post-content ul {
	display: table-cell;
}

.post-content .event-menu-wrapper ul {
	display: inline;
}

#news-list .event-image {
	max-height: 540px;
	overflow: hidden;
}

#news-list .event-info h2 {
	margin-bottom: 5px;
	/*margin-top: 15px;*/
	margin-top: 0px;
}

#news-list .event-share {
  margin-top: 15px;
}

#news .event-single-info h2 {
  margin-top: 0;
}

#news .event-single-info h3 {
  margin-top: 5px;
}

#news .event-single-info .event-start-day {
  font-style: italic;
}

.event-single-info {
  margin-top: 10px;
  background: rgba(233, 216, 193,.25);
  color: #000;
}

.event-single-info ul,
.event-single-info li {
  list-style-type: none;
  padding: 0;
}

.event-single-info a {
  color: #000;
  font-family: 'Apercu Light', 'apercu-light', Helvetica, Arial, sans-serif;
  text-indent: -20px;
  padding-left: +11px;
}

.presse-content .read-more {
  display: none;
}

#presse-elements {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 5px;
}

.presse-element {
  /*background: #f2f2f2;*/
  background: rgba(233, 216, 193,.25);
  margin-bottom: 30px;
  padding: 25px;
}

.presse-element h2 {
  line-height: 24px;
}

.presse-element .event-share {
  bottom: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 0;
}

.presse-element .wrapper {
  height: 100%;
}

.event-share {
  margin: 8px 0 0 0;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

#aktuelles .event-share {
  padding-left: 0;
}

.event-register,
.button-back {
  padding-left: 15px;
  padding-right: 15px;
}

.presse-element h2 {
  margin-top: 0;
}

.single-presseaussendung .entry-content div.wp-caption {
  float: left;
  margin: 0 30px 15px 0;
  width: 45% !important
}

.presse-thumb {
  margin: 5px 0;
}

.presse-thumb img {
  height: auto;
  width: auto;
  max-width: 100%;
}

a.pressLink {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  text-align: center;
  width: auto;
  clear: both;
  margin: 0 auto;
  position: relative;
}

.single-presseaussendung .entry-content div.wp-caption {
  height: auto;
  width: 100%;
}
.single-presseaussendung .entry-content .pressefotos div.wp-caption {
  width: 28% !important;
  margin-bottom: 45px;
}
.single-presseaussendung .entry-content .pressefotos p.wp-caption-text {
  width:175px;
}
.pressefotos img {
  object-fit: cover;
  width:150px;
  height:150px;
}

/*.event-single-info li a i {
  padding-right:10px;
}*/

.event-single-info li:before {
  content: '';
  padding-left: 10px;
}

.page-template-page-alle-veranstaltungen-tag .title-veranstaltungen {
  width: 100%;
}

a.more-excerpt {
  display: block;
  padding-right: 0 !important;
  text-align: right;
}

a.popup-link {
	display: inline-block;
	text-align: center;
	margin: 15px 0;
	width: 100%;
}

a.popup-link img {
	height: auto;
  max-width: 100%;
}

.title-main {
  padding: 0 15px;
}

h1, h2, h3, h4,
.inner h2 > a, .inner h3 > a, .inner h4 > a,
.main h1 a, .main h2 a, .main h3 a, .main h4 a,
.page-template-page-residenzgalerie h4 a,
.page-template-page-dommuseum h4 a {
  color: #000000;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: underline;
}

h1.entry-title,
h1, .inner h1 > a {
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #000000;
}
h1, .inner h1 > a {
  margin-top: 0;
}

body.home h1.entry-title,
body.home h1 {
  margin: 0 0 0 -1px; /* optical alignement left */
}

.entry-title {
  margin: calc(2em - 40px) 0 2em 0;
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	line-height: 1.428571429;
}

.wp-caption + h3, .wp-caption + h2, .wp-caption + h4 {
	margin-top: 0;
}

.single-header h2 {
  margin-top: 60px;
}

.eventTitle {
  color: #000;
}

.event-info h2 {
  margin-bottom: 0;
}

.status {
  font-family: 'fortescue-regular', 'Fortescue Regular', 'Times New Roman', serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: -5px 0 25px 0;
}

footer .status {
  color: #fff;
}

.status h5 {
  font-family: 'fortescue-regular', 'Fortescue Regular', 'Times New Roman', serif;
}

.status-info {
  margin: 30px 0 5px 0;
}

.textwidget .status {
  margin: 0;
  padding: 0;
}

footer .footer-ampheas {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
}

#home>.inner h1 {
  margin-bottom: 15px;
}

#home>.inner .status {
  margin-bottom: 30px;
}

#presse-page #news {
  margin: 0;
  padding: 0;
}

#presse-page img {
  width: 100%;
  height: auto;
}

body.home #home {
  margin-top: 0;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.top-main-menu {
  position: relative;
  z-index: 1;
}

.navbar-default .navbar-collapse {
  max-height: none;
  height: 100% !important;
  background-color: #B8D9DD;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > .current-menu-parent > a {
  border-bottom: 1px solid #000;
}

.navbar-default .navbar-collapse .navbar-nav > .current-menu-parent > a {
  border: none;
  background: #E9D8C1;
}

.navbar-nav li,
.navbar-default .navbar-nav li a {
  transition: all .25s ease-out;
  color: #000000;
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.navbar-default .navbar-nav li a {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
}

/*.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .current-menu-parent > a {
  height: 83px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 83px;
  background: #E9D8C1;
}*/

.navbar-default .navbar-nav > li > a.active > .caret,
.navbar-default .navbar-nav > .active > a > .caret,
.navbar-default .navbar-nav > .active > a:hover > .caret,
.navbar-default .navbar-nav > .active > a:focus > .caret,
.navbar-default .navbar-nav > .dropdown.current-menu-parent > a > .caret {
  height: 81px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  text-decoration: underline;
}

.navbar-default .navbar-nav li a .icon-bar {
  transition: all .25s ease-out;
  position: relative;
  background: #353535;
  width: 20px;
  height: 2px;
  display: block;
  float: right;
  transform: rotate(-45deg);
  right: 11px;
  top: 50%;
}

.navbar-default .navbar-nav li a .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  left: -4px;
}

.navbar-default .navbar-nav li a .menuOpened .icon-bar {
  transform: rotate(45deg);
}

.navbar-default .navbar-nav li a .menuOpened .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border: none;
  width: 40px;
  height: 33px;
  position: relative;
  cursor: pointer;
  float: right;
  display: inline-block;
  margin: 0;
  top: 1px;
  right: -10px;
}

.event-menu-wrapper {
  padding: 0 0 30px 0;
}

.event-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.event-menu-wrapper ul li:before {
  content: '';
}

.event-menu-wrapper ul li {
  background-color: #fff;
  border: 1px solid #B8D9DD;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 10px 5px 0;
  padding: 5px 20px;
  text-align: center;
}

.event-menu-wrapper ul li a {
  color: #000;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
}

.event-menu-wrapper ul li.current-menu-item {
  background-color: #B8D9DD;
}

.event-menu-wrapper ul li.current-menu-item a {
  color: #000;
  text-decoration: underline;
}

.veranstaltung .single-thumb img,
.contactFormSinglePage .single-thumb img {
	height: auto;
	width: 100%;
}

.veranstaltung .event-single-info {
  border-top: 1px solid #fff;
  /*color: #fff;*/
  margin-bottom: 15px;
  padding: 10px 15px;
  display: none;
}

.veranstaltung.presseaussendung  .event-single-info {
	display: block;
}

.veranstaltung .event-single-info h2,
.veranstaltung .event-single-info h3 {
	/*color: #fff;*/
	line-height: 1.3;
}

.ausstellung {
  margin-bottom: 30px;
}

.ausstellung .single-thumb img {
	height: auto;
	width: 100%;
}

.ausstellung .event-single-info {
  border-top: 1px solid #fff;
  /*color: #fff;*/
  margin-bottom: 15px;
  padding: 10px 15px;
}

.ausstellung .event-single-info h2,
.ausstellung .event-single-info h3 {
	/*color: #fff;*/
	line-height: 1.3;
}

.dauerausstellung {
  margin-bottom: 30px;
}

.dauerausstellung .single-thumb img {
	height: auto;
	width: 100%;
}

.dauerausstellung .event-single-info {
  border-top: 1px solid #fff;
  /*color: #fff;*/
  margin-bottom: 15px;
  padding: 10px 15px;
}

.dauerausstellung .event-single-info h2,
.dauerausstellung .event-single-info h3 {
	/*color: #fff;*/
	line-height: 1.3;
}

.sonderausstellung {
  margin-bottom: 30px;
}

.sonderausstellung .single-thumb img {
	height: auto;
	width: 100%;
}

.sonderausstellung .event-single-info {
  border-top: 1px solid #fff;
  /*color: #fff;*/
  margin-bottom: 15px;
  padding: 10px 15px;
}

.sonderausstellung .event-single-info h2,
.sonderausstellung .event-single-info h3 {
	/*color: #fff;*/
	line-height: 1.3;
}

a.social {
  display: inline-block;
  margin: 0 4px;
}

.dq-infobox {
  border-bottom: 1px dotted #000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.dq-infobox:last-child {
  border-bottom: none;
}

.dq-infobox .infobox-image,
.dq-infobox .infobox-content {
  display: table-cell;
}

.dq-infobox .infobox-image img {
  padding-top: 10px;
}

.dq-infobox .infobox-content {
  width: calc(100% - 95px);
}

.dq-infobox .infobox-content h2 {
  margin: 0 0 10px;
}

.dq-infobox .infobox-image {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.tickets {
  margin-bottom: 30px;
}

.tickets tr td {
  padding: 2px 0;
}

.tickets tr td:nth-child(2n+0),
.tickets tr td:nth-child(3n+0) {
  text-align: right;
}

.tickets td.tickets-info {
  font-style: italic;
}

.events .event-datepicker {
  position: relative;
  margin-top: 15px;
}

.events .event-datepicker #datepicker {
  font-family: 'Apercu Regular', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}

.events .event-datepicker .loader {
  position: absolute;
  right: 19px;
  bottom: 12px;
}

.events #datepicker .icon-arrow-left,
.events #datepicker .icon-arrow-right {
  width: 9px;
  height: 12px;
  display: block;
}

.events #datepicker tbody {
  border-top: 2px solid #968f72;
  border-bottom: 2px solid #968f72;
}

.events .datepicker th.prev:hover,
.events .datepicker th.next:hover {
  background: transparent;
}

.events .datepicker th.switch {
  font-family: 'Apercu Regular', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.events .datepicker td.day.today {
  color: #968f72;
  background: transparent;
}

.events .datepicker td.day:hover,
.events .datepicker td.day.active {
  background: white;
  border: 0;
  border-radius: 0;
  color: #968f72;
}

.events .status {
	margin-top: 20px;
}

footer .datepicker td.day:hover,
footer .datepicker td.day.active:hover,
footer .datepicker td.day.active {
  background: white;
  border: 0;
  border-radius: 0;
  color: #968f72;
}

#content a.more-events {
  color: #968f72 !important;
  position: relative;
}

#content a.more-events:after {
  content: '\25B6';
  font-size: 11px;
  color: #968f72 !important;
  display: inline-block;
  margin-left: 5px;
}

#content.events .col-datepicker {
  position: absolute;
  top: 120px;
  left: 11px;
}

article.post {
  margin-bottom: 30px;
}

.dqwe {
  margin: 15px 0;
}

.dqwe .dqwe-inner {
  border-bottom: 1px solid #000;
  height: 100%;
  padding-bottom: 25px;
}

.dqwe h2 {
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.dqwe-thumb {
  width: 100%;
}

.dqwe-thumb img {
  height: auto;
  width: 100%;
}

.row.abteilung {
  border-bottom: 1px solid #968f72;
}

.team-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 15px;
}

.team-member {
  font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;
	margin-bottom: 15px;
	margin-top: 15px;
}

.team-member > .team-content {
	padding-left: 15px;
}

.team-member h3 {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.team-image img {
  height: auto;
  width: 100%;
}

.team-image-single {
  margin-bottom: 45px;
  padding-left: 45px;
}

.wpcf7 span {
  display: inline-block;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid #000;
  padding: 2px 10px;
  width: 100%;
}

.wpcf7 .wpcf7-submit,
.wpcf7 button {
  transition: all .25s ease-out;
  border: 0;
  /*border: 1px solid #B8D9DD;*/
  color: #000;
  background: #989acd;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
  padding: 2px 10px;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 button:hover {
  background: #B8D9DD;
  text-decoration: none;
}

#googleMap {
	padding:0;
}

.partner {
  height: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.partner.sep-right {
  border-right: 1px solid #fff;
}

.partner h2 {
  margin-top: 0;
  padding-top: 0;
}

.partner a img {
  margin: 5px 10px;
}

ul + .gold-row {
  margin-top:20px;
}

img.pic-square {
  height: 225px;
  object-fit: cover;
  width: 225px;
}

.gallery {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}

.gallery-item {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #bebebe;
}

.gallery-icon img {
  border: 1px solid #bebebe;
  padding: 3px;
  height: auto;
  width: auto;
  max-width: 100%;
}

.gallery-caption {
    margin-left: 0;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-page-onpeage div.inner:last-child article {
  border-bottom: none;
}

.page-template-page-onpeage2 article {
  padding: 0 30px 45px 15px;
}

.page-template-page-onepage2 article h1.entry-title {
  border-radius: 4px;
  color: #000;
  padding: 5px 10px;
}

.page-template-page-onepage2 article h1.entry-title a {
  color: #FFFFFF;
}

.gold-row {
  background-color: rgb(148, 134, 104);
}

.gold-row h2 {
  color: #000;
}

#hiddendiv {
  z-index: -1 !important;
}

.icon_fb {
  background: url('assets/icons/DQ_icon_fb.png');
  position: relative;
}

.icon_white {
  display: inline-block;
  padding: 0;
  width: auto;
  height: 21px;
  margin: 0 6px;
}

.icon_white:nth-child(1) {
  margin-left: 0;
}

.icon_white:nth-child(4) {
  margin-right: 0;
}

.icon_white img {
  width: auto;
  height: 21px;
  margin: 0;
  display: block;
}

.no-event .event-picture img {
	width: auto;
}

.event-picture img {
  width: 100%;
  height: auto;
}

.no-event a:hover {
	cursor: default;
}

.wpcf7-form.col-md-6 {
	padding-left: 0;
}

.wpcf7-recaptcha {
  margin: 20px 0;
}

.twoBoxes {
  display: block;
  position: relative;
  height: auto;
  padding: 0;
}

.twoBoxes .col-sm-6 {
  margin-bottom: 20px;
  overflow: hidden;
}

body.page-id-1519 .twoBoxes .besuchPlannen a.de {
  display: none;
}

body.page-id-7 .twoBoxes .besuchPlannen a.en {
  display: none;
}

.twoBoxes .besuchPlannen {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -50px;
  z-index: 10;
  width: 100px;
}

.twoBoxes .besuchPlannen img {
  width: 100%;
  height: auto;
}

.twoBoxes .widget.widget_text_icl {
  position: relative;
  z-index: 1;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px 37px;
  /*padding: 10px 20px 37px;*/
}

.twoBoxes .widget.widget_media_image {
  height: auto;
}

.twoBoxes p,
.twoBoxes h2 {
  padding: 0;
  margin: 0;
}

.twoBoxes h2 {
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.twoBoxes .textwidget {
  /*font-family: 'fortescue-regular';*/
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 0.1px;
}

.twoBoxes .textwidget a {
  display: block;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FB9D8B;
  margin: 20px 0 0;
}

.twoBoxes .textwidget a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('assets/icons/mehr_erfahren.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.twoBoxes .wp-caption.alignnone {
  max-width: none;
}

.twoBoxes .wp-caption.alignnone .wp-caption-text {
  display: none;
}

#wpadminbar {
  display: none !important;
}

#post-5910 {
	margin-top: 200px;
}

.presseDropdown .event-menu > li {
  transition: all .25s ease-out;
  width: 31%;
  float: left;
  padding: 8px 4px;
  margin: 0 1%;
  display: inline-block;
}

@media (max-width: 690px) {
	.presseDropdown .event-menu > li {
		width: 47%;
	}
}

@media (max-width: 400px) {
	.presseDropdown .event-menu > li {
		width: 100%;
	}
}

#tab-menu > li {
	width: auto;
	max-width: 200px;
}

.presseDropdown .event-menu > li:hover,
#tab-menu > li:hover {
  background: #B8D9DD;
  text-decoration: none;
}

.presseDropdown .event-menu > li:hover > a,
#tab-menu li:hover a {
  color: #000;
}

.presseDropdown .event-menu > li > a:hover,
#tab-menu > li > a:hover {
  text-decoration: underline;
}

.presseDropdown ul li ul li,
ul#tab-menu li ul li {
  border: none;
}

.presseDropdown ul li.active {
  background: none;
}

.presseDropdown > ul > li.active,
.presseDropdown .event-menu > .current-menu-ancestor,
.presseDropdown li.current_page_parent,
.event-menu  > li.active,
#tab-menu  > li.active {
  background: #B8D9DD;
  color: #000;
}

.presseDropdown > ul > li.active a,
.presseDropdown .event-menu .current-menu-ancestor > a,
.presseDropdown li.current_page_parent a {
  color: #000;
}

.presseDropdown .dropdown-menu,
.dropdown-menu .sub-menu {
  background: #fff;
  right: -1px;
  left: auto;
  min-height: 0;
  min-width: 300px;
  border: 1px solid #B8D9DD;
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}

.presseDropdown .dropdown-menu:before,
.presseDropdown .dropdown-menu:after,
.presseDropdown .sub-menu:before,
.presseDropdown .sub-menu:after {
  display: none;
}

.presseDropdown .dropdown-menu a,
.presseDropdown .sub-menu a {
  font-size: 12px;
}

.presseDropdown .dropdown-menu a:hover,
.presseDropdown .dropdown-menu a:active,
.presseDropdown .dropdown-menu a:focus,
.presseDropdown .sub-menu a:hover,
.presseDropdown .sub-menu a:active,
.presseDropdown .sub-menu a:focus {
  color: #000;
  text-decoration: underline;
}

.presseDropdown .menu-item-8993 .dropdown-menu {
  left: -100%;
  right: -100%;
}

.presseDropdown .menu-item-8994 .dropdown-menu {
  min-width: 200px;
}

.presseDropdown .dropdown-menu li,
.presseDropdown .sub-menu li {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.shopPage .product .woocommerce-product-gallery {
  display: none;
}

.shopPage div.product .product_title {
  margin-top: 20px;
}

.shopPage table.shop_attributes {
  border: none;
}

.shopPage table.shop_attributes th {
  font-weight: normal;
  padding: 0;
  margin: 0 5px 0 0;
  border: none;
  line-height: 40px;
  width: auto;
  display: inline-block;
}

.shopPage table.shop_attributes th:after {
  content: ':';
}

.shopPage table.shop_attributes td {
  width: auto;
  text-align: left;
  display: inline-block;
  border: none;
  font-style: normal;
}

#page.shopPage {
  font-family: 'apercu-regular', sans-serif;
}

body.page-template-page-woocommerce {
  font-family: 'apercu-regular', sans-serif;
}

.dommuseumLink {
  transition: all .25s ease-out;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 16px;
  padding: 5px 20px;
  text-align: center;
  margin: 25px 0;
}

.dommuseumLink:hover {
  background: #FB9D8B;
  border: 1px solid #FB9D8B;
  color: #000;
  text-decoration: none;
}

#page.shopPage .woocommerce-error,
#page.shopPage .woocommerce-info,
#page.shopPage .woocommerce-message,
body.page-template-page-woocommerce .woocommerce-error,
body.page-template-page-woocommerce .woocommerce-info,
body.page-template-page-woocommerce .woocommerce-message {
  border: none;
  padding: 10px;
  margin: 0 0 25px;
}

#page.shopPage div.product .woocommerce-tabs ul.tabs {
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
}

#page.shopPage div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}

#page.shopPage div.product .woocommerce-tabs ul.tabs li,
#page.shopPage div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid rgba(190, 190, 190, 1);
  border-bottom: 1px solid transparent;
  background: #fff;
  margin: 0 0 -1px;
  padding: 0 10px;
  border-radius: 0;
}

#page.shopPage div.product .woocommerce-tabs ul.tabs li {
  background: #f2f2f2;
}

#page.shopPage div.product .woocommerce-tabs ul.tabs li:after,
#page.shopPage div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}

#page.shopPage div.product .woocommerce-tabs .panel {
  display: block;
  padding: 10px;
  border: 1px solid rgba(190, 190, 190, 1);
  border-radius: 0;
}

#page.shopPage .woocommerce-info,
body.page-template-page-woocommerce .woocommerce-info {
  background: rgba(147, 198, 213, .35);
}

#page.shopPage .woocommerce-info,
body.page-template-page-woocommerce .woocommerce-info {
  background: rgba(147, 198, 213, .35);
}

.woocommerce-ordering {
	display:none;
}

#page.shopPage .woocommerce-error:before,
#page.shopPage .woocommerce-info:before,
#page.shopPage .woocommerce-message:before,
body.page-template-page-woocommerce .woocommerce-error:before,
body.page-template-page-woocommerce .woocommerce-info:before,
body.page-template-page-woocommerce .woocommerce-message:before {
  display: none;
}

#page.shopPage .shopMenu,
body.page-template-page-woocommerce .shopMenu {
  padding: 0 0 40px;
}

#page.shopPage .shopMenu {
  padding: 40px 0;
}

.shopMenu .event-menu > li,
body.page-template-page-woocommerce .shopMenu .event-menu > li {
  width: 48%;
  margin: 1%;
}

#page.shopPage .shopMenu.event-menu-wrapper ul li a,
body.page-template-page-woocommerce .shopMenu.event-menu-wrapper ul li a {
  font-size: 14px;
}

#page.shopPage .shopMenuFooter,
body.page-template-page-woocommerce .shopMenuFooter,
body.woocommerce-page .shopMenuFooter {
  font-family: 'apercu-regular', sans-serif;
  margin-bottom: 25px;
  margin-top: 10px;
}

#page.shopPage .shopMenuFooter ul,
body.page-template-page-woocommerce .shopMenuFooter ul,
body.woocommerce-page .shopMenuFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

#page.shopPage .shopMenuFooter ul li,
body.page-template-page-woocommerce .shopMenuFooter ul li,
body.woocommerce-page .shopMenuFooter ul li {
  display: block;
  clear: both;
}

#page.shopPage .shopMenuFooter ul li > a,
body.page-template-page-woocommerce .shopMenuFooter ul li > a,
body.woocommerce-page .shopMenuFooter ul li > a {
  font-size: 14px;
}

#page.shopPage .woocommerce-Price-amount {
  color: #9899CD;
  font-weight: 400;
  font-size: 30px;
  font-family: 'apercu-regular', sans-serif;
}

#page.shopPage ul.products li.product .button, .woocommerce-button {
  transition: all .25s ease-out;
  border-radius: 0!important;
  text-transform: uppercase;
  font-size: 12px!important;
  line-height: 30px!important;
  height: 30px;
  padding: 0 10px!important;
  font-weight: normal!important;
  font-family: 'apercu-regular', sans-serif!important;
  background: #B8D9DD!important;
  color: #fff!important;
}

#page.shopPage ul.products li.product .button.loading,
#page.shopPage ul.products li.product .button:hover {
  opacity: 1;
  background: #9899CD;
}

#page.shopPage .woocommerce table.shop_table,
body.page-template-page-woocommerce table.shop_table,
#page.shopPage .woocommerce .woocommerce-customer-details address,
body.page-template-page-woocommerce .woocommerce .woocommerce-customer-details address,
body.page-template-page-woocommerce .woocommerce form.checkout_coupon,
body.page-template-page-woocommerce .woocommerce form.login,
body.page-template-page-woocommerce .woocommerce form.register {
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body.page-template-page-woocommerce .woocommerce table.my_account_orders .button,
body.page-template-page-woocommerce .woocommerce #respond input#submit,
body.page-template-page-woocommerce .woocommerce input.button,
body.page-template-page-woocommerce .woocommerce button.button,
body.page-template-page-woocommerce .woocommerce .button.wc-backward,
body.page-template-page-woocommerce .woocommerce .woocommerce-Button.button,
#page.shopPage .woocommerce-info .button,
#page.shopPage .woocommerce-error .button,
#page.shopPage .woocommerce-message .button {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
}

body.page-template-page-woocommerce .woocommerce table.my_account_orders .button:hover,
body.page-template-page-woocommerce .woocommerce #respond input#submit:hover,
body.page-template-page-woocommerce .woocommerce input.button:hover,
body.page-template-page-woocommerce .woocommerce button.button:hover,
body.page-template-page-woocommerce .woocommerce .button.wc-backward:hover,
body.page-template-page-woocommerce .woocommerce .woocommerce-Button.button:hover,
#page.shopPage .woocommerce-error .button:hover,
#page.shopPage .woocommerce-info .button:hover,
#page.shopPage .woocommerce-message .button:hover {
  text-decoration: underline;
}

body.page-template-page-woocommerce .woocommerce #payment #place_order,
body.page-template-page-woocommerce .woocommerce-page #payment #place_order {
  border: none;
}

body.page-template-page-woocommerce .woocommerce-EditAccountForm.edit-account br {
  display: none;
}

body.page-template-page-woocommerce .woocommerce-thankyou-order-received {
  padding: 20px;
  background: #9899CD;
  color: #fff;
  margin-bottom: 25px;
}

#page.shopPage .woocommerce-message {
  line-height: 37px;
}

body.page-template-page-woocommerce .addresses .title .edit {
  float: left;
  position: relative;
  padding-left: 25px;
}

body.page-template-page-woocommerce .addresses .title .edit:before {
  content: '\f085';
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 1px;
}

body.page-template-page-woocommerce .woocommerce table.my_account_orders .button br,
body.page-template-page-woocommerce .woocommerce #respond input#submit br,
body.page-template-page-woocommerce .woocommerce a.button br,
body.page-template-page-woocommerce .woocommerce button.button br,
body.page-template-page-woocommerce .woocommerce input.button br {
  display: none;
}

body.page-template-page-woocommerce .woocommerce form .form-row input.input-text,
body.page-template-page-woocommerce .woocommerce form .form-row textarea {
  border-collapse: collapse;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.1);
  height: 26px;
  padding: 0 0 0 10px;
}

.page-template-page-woocommerce .woocommerce form.woocommerce-checkout .form-row textarea {
	height: 296px;
	padding:10px;
}

.woocommerce-checkout  h2#order_review_heading {
	border-top: 1px solid;
    padding-top: 40px;
}

.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover{
	color: #91C6D5;
}

.shopMenuFooter  a:hover, .shopMenuFooter .current_page_item a {
	color: #91C6D5;
}

#page.shopPage.main li:before,
body.page-template-page-woocommerce #page .order_details li:before,
body.page-template-page-woocommerce .woocommerce-error li:before,
body.page-template-page-woocommerce .woocommerce-info li:before,
body.page-template-page-woocommerce .woocommerce-message li:before {
  display: none;
}

#page.shopPage mark,
body.page-template-page-woocommerce mark {
	background-color: transparent;
	color: #91C6D5;
}

.page-template-page-woocommerce mark:hover {
	cursor: default;
}

#page.shopPage .woocommerce-ordering select {
  width: 100%;
}

#page.shopPage.main .woocommerce-product-details__short-description li:before {
  display: block;
}

#page.shopPage a.added_to_cart {
  color: #9899cd;
  font-family: 'apercu-regular', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

#page.shopPage .quantity .qty {
  border-collapse: collapse;
  border: 1px solid #94C6D5;
  height: 36px;
}

body.page-template-page-woocommerce #add_payment_method #payment,
body.page-template-page-woocommerce .woocommerce-cart #payment,
body.page-template-page-woocommerce .woocommerce-checkout #payment {
  background: #f2f2f2;
  border-radius: 0;
}

body.page-template-page-woocommerce #add_payment_method #payment div.payment_box,
body.page-template-page-woocommerce .woocommerce-cart #payment div.payment_box,
body.page-template-page-woocommerce .woocommerce-checkout #payment div.payment_box {
  background: #fff;
  border-radius: 0;
}

body.page-template-page-woocommerce #add_payment_method #payment div.payment_box:before,
body.page-template-page-woocommerce .woocommerce-cart #payment div.payment_box:before,
body.page-template-page-woocommerce .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}

body.page-template-page-woocommerce #respond input#submit.alt,
body.page-template-page-woocommerce a.button.alt,
body.page-template-page-woocommerce button.button.alt,
body.page-template-page-woocommerce input.button.alt {
  transition: all .25s ease-out;
  border-radius: 0;
  background: #B8D9DD;
}

body.page-template-page-woocommerce #respond input#submit.alt:hover,
body.page-template-page-woocommerce a.button.alt:hover,
body.page-template-page-woocommerce button.button.alt:hover,
body.page-template-page-woocommerce input.button.alt:hover {
  background: #9899CD;
}

#page.shopPage a.added_to_cart:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  margin-right: 3px;
}

#page.shopPage .related.products {
  clear: both;
  border-top: 1px solid rgba(0,0,0,.1);
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#page.shopPage input#submit.alt,
#page.shopPage a.button.alt,
#page.shopPage button.button.alt,
#page.shopPage input.button.alt {
  transition: all .25s ease-out;
  border-radius: 0;
  background: #B8D9DD;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#page.shopPage input#submit.alt:hover,
#page.shopPage a.button.alt:hover,
#page.shopPage button.button.alt:hover,
#page.shopPage input.button.alt:hover {
  background: #9899CD;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br {
  display: none;
}

#page.shopPage ::-webkit-input-placeholder,
body.page-template-page-woocommerce ::-webkit-input-placeholder {
   color:transparent;
}

#page.shopPage :-moz-placeholder,
body.page-template-page-woocommerce :-moz-placeholder { /* Firefox 18- */
   color:transparent;
}

#page.shopPage ::-moz-placeholder,
body.page-template-page-woocommerce ::-moz-placeholder {  /* Firefox 19+ */
   color:transparent;
}

#page.shopPage :-ms-input-placeholder,
body.page-template-page-woocommerce :-ms-input-placeholder {
   color:transparent;
}

body.page-template-page-woocommerce .gallery .gallery-item {
  /*background: #f2f2f2;*/
  background: rgba(233, 216, 193,.25);
  border: none;
  text-align: center;
  padding: 20px 10px;
}

body.page-template-page-woocommerce .gallery p {
  display: none;
}

.woocommerce span.onsale {
	font-weight: 400;
	background-color: rgb(247,185,176);
}

.price del {
	margin-right: 20px;
}

#page.shopPage del .woocommerce-Price-amount  {
	font-size: 23px;
}

.woocommerce ul.products li.product .price ins, .woocommerce-product-details__short-description .price ins{
	text-decoration: none;
	font-weight: 400;
}

.woocommerce ul.products li.product .price {
	color: #9899CD !important;
}

.single-product .onsale {
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #9899CD !important;
}

.panel-group .panel-default {
  border-radius: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel-default p:last-of-type {
  margin: 0;
}

.panel-default > .panel-heading {
  background: #f2f2f2;
}

.table-responsive.ticketPage > p {
  display: none;
}

.table-responsive.ticketPage .table-bordered td {
  max-width: 200px;
  white-space: normal;
}

.shopBanner {
  display: block;
  height: 80px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;

  display: none;
}

.shopBanner .bannerContainer {
  position: relative;
}

.shopBanner .bannerContainer .widget_text_icl {
  position: absolute;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  left: 25%;
  background: rgba(0,0,0,.5);
  height: 60px;
  top: 10px;
}

.page-id-7988  .no-event {
	display: none;
}

#hintergrundgeschichten {
  padding: 0;
}

#hintergrundgeschichten > h2 {
  padding-left: 15px;
  padding-right: 15px;
}

#hintergrundgeschichten {
	display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-size: 14px;
  position: relative;
  top: 1px;
  line-height: normal;
}

.dommItem {
  background: #f2f2f2;
  border: none;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  max-width: none !important;
}

.dommItem .dommLink .dommImage {
  display: block;
  float: none;
  margin: 20px auto;
  border: 1px solid #bebebe;
  padding: 3px;
  height: auto;
  width: auto;
  max-width: 70%;
}

body.error404 .lead,
body.page-template-page-danke-seite .lead,
#notFound .lead {
  font-size: 16px;
}

body.error404 .pictureLinks,
body.page-template-page-danke-seite .pictureLinks {
  display: block;
  height: auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}

.dqwe-links ul {
  padding: 0;
}

.dqwe-links ul li {
  list-style-type: none;
}

#presse-page .moreLink,
body.error404 .pictureLinks .moreLink,
body.page-template-page-danke-seite .pictureLinks .moreLink,
.dqwe-links a,
.button-back a,
a.back,
a.event-registration,
a.evt-back,
.container-institutionen p a.more {
  display: block;
  margin-top: 10px;
  display: block;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /*color: #E7B0A6;*/
  color: #FB9D8B;
  margin: 20px 0 0;
}

#presse-page .moreLink:before,
body.error404 .pictureLinks .moreLink:before,
body.page-template-page-danke-seite .pictureLinks .moreLink:before,
.dqwe-links a:before,
a.event-registration:before,
.container-institutionen p a.more:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('assets/icons/mehr_erfahren.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.veranstaltung .event-register {
  padding-left: 0;
}

.veranstaltung .event-register a.event-registration {
  text-align: left;
}

.button-back a:after,
a.back:after,
a.evt-back:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('assets/icons/zurueck.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-left: 7px;
}

a.back {
  padding-left: 15px;
  clear: both;
}

body.error404 .pictureLinks img,
body.page-template-page-danke-seite .pictureLinks img,
#notFound .pictureLinks img {
  width: 100%;
  height: auto;
}

.page-id-9392 .event-menu-wrapper, .page-id-9392 .shopMenuFooter {
	display: none;
}

.woocommerce-Price-currencySymbol {
	padding-right: 0;
}

.woocommerce form .form-row .input-checkbox {
	margin: 9px 9px 0 0;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  text-decoration: none;
  display: block;
  position: relative;
  height: 0;
  padding: 50.6% 0;
  margin-bottom: 83px;
}

.woocommerce ul.products li.product a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em;
  position: absolute;
  top: 115%;
}

/*********************
        2018
*********************/
.dropdown-menu {
	box-shadow: none;
	border: transparent;
	top: 98%;
}

@media (max-width: 690px) {
	.dropdown-menu, .sub-menu {
	  transition: all .25s ease-out;
	  position: absolute;
	  width: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  padding: 20px 10px;
	  margin: 0;
	  list-style: none;
	  background: #353535;
	  border: none;
	  border-radius: 0;
	  box-shadow: none;
	  background-clip: padding-box;
	  display: none;
	  text-align: left;
	  font-size: 16px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.25;
	  letter-spacing: 0.1px;
	  color: #000000;
	}
}


.dropdown-menu.openMenu, .sub-menu.openMenu, .open .dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background: #353535;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}


.presseDropdown .open .dropdown-menu, .presseDropdown .dropdown.open .dropdown-menu {
	position: absolute;
	background: #fff;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav .dropdown-menu.openMenu li,
.navbar-default .navbar-nav li .dropdown-menu.openMenu a {
  color: #fff;
  font-size: 16px;
  font-family: 'Apercu Medium', 'apercu-medium', Helvetica, Arial, sans-serif;
}

.dropdown-menu > a {
  color: #000000;
  margin-bottom: 4px;
}

.dropdown-menu>.active>a,
.dropdown-menu>li>a {
  border-bottom: 1px solid transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: underline;
  background: transparent;
}

.cta, .gMap {
  padding: 0;
}

.cta {
  padding: 50px 15px;
  background: #9899CD;
  text-align: center;
  margin-bottom: 35px;
}

html[lang="en-US"] .cta, html[lang="it-IT"] .cta {
	margin:0;
}

.cta.cta2 {
  margin-bottom: 0;
}

.cta h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-top: 0;
}

.cta a {
  text-decoration: none;
  font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.58;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}

#footer .footer {
  margin: 25px 0;
}

#footer .footerBlock {
  margin-bottom: 30px;
}

#footer .footerBlock.footerKontakt,
#footer .footerBlock.offZeiten {
  margin-bottom: 34px;
}

#footer .footerBlock.footerKontakt p,
#footer .footerBlock.offZeiten p {
  margin-bottom: 20px;
}

#footer .footer-ampheas {
	font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;
	margin-bottom: 100px;
	color: #FB9D8B;

}

#footer .followUs {
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

#footer .footerLinks ul {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  list-style-type: none;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
}

#footer .footerLinks ul li {
  display: inline-block;
  padding-right: 17px;
}

#footer .footerLinks ul li:last-of-type {
  padding: 0;
}

#footer .footerLinks ul li a {
  font-size: 15px;
}

.muster {
  padding: 0;
  margin: 0 0 37px;
  height: 83px;
  background: url('assets/images/pattern_startpage_top.svg') repeat-x;
  background-size: 38px 83px;

}

.muster2 {
  margin: 0 0 22px;
  background-size: 30px 83px;
  background-image: url('assets/images/pattern_startpage_bottom.svg');
  background-repeat: repeat-x;
}

.muster2.subpageMuster {
  margin-bottom: 1px;
}

body.home .muster2.subpageMuster {
  display: none;
}

.headerData {
  position: absolute;
  z-index: 1000;
  right: 0;
  left: auto;
  height: 25px;
  background: #fff;
}

.headerData .headerBlock {
  display: inline-block;
  float: left;
  font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  margin-right: 20px;
}

.headerData .headerBlock:nth-child(4) {
  margin-right: 0;
}

.headerData .headerBlock a {
  color: #000;
}

.headerData .headerLinks .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.headerData .headerLinks .menu li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 25px;
}

html[lang="en-US"] .headerData .headerLinks,
html[lang="it-IT"] .headerData .headerLinks {
  display: none;
}

.headerData .headerLinks .menu a {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}

.headerData .languages a {
  margin-right: 5px;
}

.headerData .languages a:nth-child(3) {
  margin-right: 0;
}

.headerData .languages a.active,
.headerData .languages a:hover,
.headerData .languages a:focus,
.headerData .languages a:active,
.headerData .headerLinks .current-menu-item > a,
.headerData .headerLinks .current_page_parent > a,
.headerData .headerLinks .current-page-ancestor > a {
  text-decoration: underline;
}

.violetBar {
  display: none;
}

.twoContentBoxes {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.twoContentBoxes .contentBox .widget_text_icl .textwidget {
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 20px;
}

.twoContentBoxes .contentBox .widget_text_icl .textwidget > a {
  color: #FB9D8B;
}

.twoContentBoxes .contentBox img {
    border-top: 2px solid #353535;
    /* width: 100%; */
    height: auto;
    padding-bottom: 25px;
    padding-top: 14px;
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 992px) and (min-width: 767px) {
	.twoContentBoxes .contentBox img {
		height: 302px !important;
		width: auto;
	}
}

.twoContentBoxes .contentBox .widget_text_icl .textwidget > .contentBoxButton {
  transition: all .25s ease-out;
  display: block;
  width: 165px;
  border-radius: 1px;
  border: solid 2px #353535;
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #FB9D8B;
  margin: 0 auto 60px;
  line-height: 34px;
  height: auto;
}

.twoContentBoxes .contentBox .widget_text_icl .textwidget > .contentBoxButton:hover {
  text-decoration: none;
  border: solid 2px #E7B0A6;
  background: #E7B0A6;
  color: #000;
}

.twoContentBoxes .contentBox h2,
.twoContentBoxes .contentBox .rl-image-widget-text {
  display: none !important; /* hide what we don't need, !important because of some inline css from wordpress */
}

body.home #home .inner {
  padding: 0;
}

.eventsStartpage > .event {
  margin-bottom: 40px;
}

.eventsStartpage .title-header h2 {
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  /*max-width: 60%;*/
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}

.eventsStartpage .eventPicture {
  margin-bottom: 32px;
}

.eventsStartpage .titleContainer h2 {
  font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 0.1px;
  color: #000000;
}

.eventsStartpage .event-category {
	font-family: Fortescue;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform:capitalize;
  padding-bottom: 20px;
}

.eventsStartpage .event-category span {
	display: block;
}

.eventsStartpage .event-info {
  margin-bottom: 10px;
}

.eventsStartpage .event-info h3 {
  font-family: 'fortescue-regular', 'Fortescue Regular', 'Times New Roman', serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
}

.eventsStartpage .event-content .event-excerpt {
  margin-bottom: 21px;
}

.eventsStartpage .event-content .event-excerpt p {
  margin: 0;
  font-size: 16px;
}

.eventsStartpage .event-content .event-share .more,
a.more-excerpt,
.dqwe a.more,
a.moreNews,
.presse-element .event-share a.more,
a.presseMore {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FB9D8B;
}

.eventsStartpage .event-ausstellung .event-content .event-excerpt {
  display: none;
}

.presse-element .event-share a.more {
  display: block;
  text-align: left;
}

.dqwe a.more {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 15px;
}

a.moreNews {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

a.more-excerpt, .home .event-share  {
  text-align: left;
  margin-bottom: 20px;
  padding-left:0;
}

.eventsStartpage .event-content .event-share .more:before,
a.more-excerpt:before,
.dqwe a.more:before,
a.moreNews:before,
.presse-element .event-share a.more:before,
a.presseMore:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('assets/icons/mehr_erfahren.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.eventsStartpage .allEvents {
  clear: both;
  text-align: center;
}

.eventsStartpage .allEvents a {
  transition: all .25s ease-out;
  display: inline-block;
  padding: 0 20px;
  border-radius: 1px;
  border: solid 2px #353535;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #000;
  line-height: 34px;
}

.eventsStartpage .allEvents a:hover {
  text-decoration: none;
  border: solid 2px #E7B0A6;
  background: #E7B0A6;
  color: #000;
}

#events .event {
  margin-bottom: 30px;
}

.openClosed {
  color: #FB9D8B;
  display: block;
  max-width: 200px;
}

#page.shopPage ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 5px;
    padding: 0;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 105%;
    width: 100%;
}

#headerslider, .twoBoxes .widget.widget_text_icl, .eventsStartpage .allEvents a, .twoContentBoxes, .muster2, .n2-section-smartslider {
    margin-bottom: 40px;
}

/*********************
    media queries
*********************/

@media (max-width: 767px) {
  #home, #news, #content, #page, #aktuelles, #notFound, #searchResults {
    /*margin-top: 85px;*/
    margin-top: 39px;
  }

  /*.navbar-nav .open .dropdown-menu {
  	display: none;
  }*/

  .navbar-nav .open .dropdown-menu.openMenu, .dropdown.open .dropdown-menu,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus  {
  	display: block;
  	float: none;
    width: auto;
    margin-top: 0;
    background: #353535;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

	.navbar-default .navbar-nav > li > a.active > .caret, .navbar-default .navbar-nav > .active > a > .caret, .navbar-default .navbar-nav > .active > a:hover > .caret, .navbar-default .navbar-nav > .active > a:focus > .caret, .navbar-default .navbar-nav > .dropdown.current-menu-parent > a > .caret {
	    height: 48px;
	}

   .navbar-nav .open .dropdown-menu  a, .navbar-default #menu-main.navbar-nav .open .dropdown-menu>li>a {
   	color: #fff;
   }

  .presseDropdown .dropdown-menu {
  	left: 0 !important;
  }

  .presseDropdown li:last-of-type .dropdown-menu {
  	right: 0 !important;
  	left: auto !important;
  }

  .presseDropdown .dropdown-menu, .dropdown-menu .sub-menu {
  	min-width: auto;
  }

}

@media (min-width: 768px) {

  body.home h1.entry-title,
  body.home h1 {
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-menu {
    background: #E9D8C1;
    min-height: 240px;
    min-width: 355px;
    text-align: left;
  }

  .dropdown-menu:before,
  .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2500px;
    background: #E9D8C1;
    top: 0;
  }

  .dropdown-menu:before {
    left: -2500px;
    right: auto;
  }

  .dropdown-menu:after {
    right: -2499px;
    left: auto;
  }

  .navbar-default .navbar-nav .dropdown-menu li {
    display: block;
  }

  .navbar-default .navbar-nav .dropdown-menu li a {
    /*height: 45px;
    line-height: 45px;
    font-family: 'fortescue-regular', 'Fortescue Regular', Times, 'Times New Roman', serif;*/

    height: auto;
    line-height: normal;
    font-family: 'apercu-regular';
    padding: 10px 0;
    white-space: normal;
  }

  span.caret {
    border: none;
    vertical-align: top;
  }

  #header .navbar-brand {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  #header .navbar-default {
    background-color: #fff;
    top: 0;
  }

  .presse-element {
    width: 48%;
    margin: 10px 1%;
  }

  .presse-thumb {
    width: 120px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }

  .presse-thumb img {
    width: 100%;
    max-width: none;
  }

  #presse-page > .col-xs-12 {
    padding: 0;
  }

  #presse-page #news .gallery .gallery-item {
    min-height: 250px;
  }

  #home, #news, #content, #page, #aktuelles, #notFound, #searchResults {
    /*margin-top: 195px;*/
    margin-top: 163px;
  }

  .navbar-default .navbar-collapse.collapse {
    transition: all .25s ease-out;
    clear: both;
    width: 100%;
    margin: 0;
    position: relative;
    float: right;
    top: 35px;
  }

  .navbar-default .navbar-collapse .navbar-nav>.current-menu-parent>a {
    border-bottom: 1px solid #000;
    background: none;
  }

  .navbar-default .navbar-nav > .dropdown > a .caret {
    display: none;
  }

  .dq-infobox .infobox-image {
    /*display: table-cell;*/
    display: none;
    width:65px;
    text-align:left;
    margin-bottom: 0px;
  }

  #googleMap {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-item {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 10px 1%;
    /*background: #f2f2f2;*/
    background: rgba(233, 216, 193,.25);
    padding: 15px;
    border: none;
  }



  .gallery-icon {
    width: 120px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }

  .gallery-icon img {
    width: 100%;
    max-width: none;
  }

  #header .brand {
    max-height: 72px;
    width: auto;
    height: auto;
  }

  #header .logo {
    display:block;
  }

  #header .navbar-header {
    margin: 10px 0 0 10px;
    display: block;
    width: auto;
  }

  .nav>li>a {
    padding: 5px 0;
    margin: 10px 15px;
  }

  article .event-share {
    margin-right: 15px;
  }

  article .event-register {
    margin-right: 20px;
    text-align: right;
  }

  #googleMap {
    margin-top: -38px;
  }

  .dqwe {
    margin: 0 0 30px 0;
  }

  .team-member h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
  }

  .event-info h2 {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .twoBoxes .besuchPlannen {
    top: -140px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
  }

  .presseDropdown .dropdown-menu {
    top: 102%;
  }

  .presseDropdown .event-menu > li {
    width: auto;
    float: left;
    padding: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
  }

  .presseDropdown .dropdown-menu a {
    font-size: 14px;
  }

  .presseDropdown .menu-item-8993 .dropdown-menu {
    left: -1px;
    right: auto;
  }

  #page.shopPage .shopMenuFooter ul,
  body.page-template-page-woocommerce .shopMenuFooter ul,
  body.woocommerce-page .shopMenuFooter ul {
    text-align: center;
  }

  #page.shopPage .shopMenuFooter ul li,
  body.page-template-page-woocommerce .shopMenuFooter ul li,
  body.woocommerce-page .shopMenuFooter ul li {
    display: inline-block;
    clear: none;
    padding: 0 10px;
    border-right: 1px solid rgba(0,0,0,.1);
  }

  #page.shopPage .shopMenuFooter ul li.last,
  body.page-template-page-woocommerce .shopMenuFooter ul li.last,
  body.woocommerce-page .shopMenuFooter ul li.last {
    border: none;
  }

  .shopMenu .event-menu > li,
  body.page-template-page-woocommerce .shopMenu .event-menu > li {
    width: 24%;
    margin: 0 1.25% 0 0;
  }

  .shopMenu .event-menu > li.last,
  body.page-template-page-woocommerce .shopMenu .event-menu > li.last {
    margin: 0;
  }



  #page.shopPage .shopMenu.event-menu-wrapper ul li a,
  body.page-template-page-woocommerce .shopMenu.event-menu-wrapper ul li a {
    font-size: 16px;
  }

  body.page-template-page-woocommerce .gallery .gallery-item {
    width: 48%;
    display: inline-block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    height: 260px;
  }

  body.page-template-page-woocommerce .gallery .gallery-item .gallery-icon {
    display: block;
    float: none;
    margin: 20px auto;
  }

  body.page-template-page-woocommerce .gallery .gallery-item .gallery-caption {
    display: block;
  }

  .table-responsive.ticketPage .table-bordered td {
    max-width: none;
  }

  .dommItem {
    width: 48%;
    display: inline-block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    height: 300px;
  }

  .dommItem .dommLink .dommImage {
    max-width: 45%;
  }

  #header .navbar-header {
    width: 200px;
  }

  #header .navbar-brand {
    margin: 0 0 0 15px;
    position: relative;
    z-index: 1;
  }

  #header .brand {
    width: 100%;
  }

  .navbar-nav {
    text-align: center;
    width: 101%;
  }

  .navbar-nav li, .navbar-default .navbar-nav li a {
    float: none;
    display: inline-block;
    font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  }

  .navbar-default .navbar-nav li a {
    font-size: 12px;
    font-weight: normal;
    padding: 0 6px;
    margin: 0;
  }

  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a:active,
  .navbar-default .navbar-nav li a:focus,
  .navbar-default .navbar-nav li:hover > a {
    text-decoration: underline;
  }

  .navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .current-menu-parent > a {
    height: 50px;
    line-height: 50px;
    background: none;
    text-decoration: underline;
  }

  .navbar-default .navbar-collapse .navbar-nav > .current-menu-parent > a {
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
  }

  #header .navbar-default .navbar-header {
    height: 75px;
  }

  #header .tagline {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-left: 63px;
    width: auto;
  }

  .twoBoxes .widget.widget_text_icl {
    padding-left: 0;
    padding-right: 0;
  }

  .twoContentBoxes .contentBox .widget_text_icl .textwidget {
    height: 55px;
  }

  .twoContentBoxes .contentBox1 {
    padding-left: 0;
    padding-right: 10px;
  }

  .twoContentBoxes .contentBox2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .muster2 {
    margin-bottom: 40px;
  }

  #footer .footer {
    margin: 50px 0;
  }

  #footer .footerBlock {
    margin-bottom: 40px;
    padding-left: 0;
  }

  #footer .footerBlock.offZeiten {
    margin-bottom: 70px;
  }

  #footer .footerLinks ul {
    text-align: left;
  }

  #footer .footerBlock.footerKontakt {
    position: relative;
    z-index: 1;
  }

  .eventsStartpage {
    padding: 0;
  }

  #footer .followUs {
    text-align: left;
  }

  #footer h4, #footer h5 {
    margin-bottom: 20px;
  }

  #footer .footerBlock.footerKontakt p,
  #footer .footerBlock.offZeiten p {
    margin-bottom: 30px;
  }

  .headerData .headerBlock {
    display: inline-block !important;
  }

  .headerData .offZeitenHeader {
    max-width: 200px;
  }

  .headerData {
    width: auto;
    top: 8px;
    height: auto;
    background: none;
  }

  .headerData .headerLinks .menu li {
    display: block;
    float: none;
    margin-right: 0;
    line-height: 22px;
  }

}

@media (min-width: 769px) {

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }

  .woocommerce div.product div.images {
    margin-right: 2em;
  }

}

@media (min-width: 992px) {

  h3.eventTitle {
    margin-top: 0;
  }

  /*.single-thumb {
  	padding-bottom: 15px;
  }*/

  .dropdown-menu {
    /* top: 95px;
    padding: 20px 24px; */
  }

  #header {
    height: 215px;
  }

  .presse-element {
    width: 31%
  }

  .presse-thumb {
    width: 130px;
  }

  #presse-page #news .gallery .gallery-item {
    min-height: 200px;
  }

  #presse-page .row .col-md-4 h2 {
    height: 40px;
  }

  body.page-template-page-pressebereich #presse-page img {
    width: auto;
    max-height: 200px;
  }

  #home, #page, #news, #content, #aktuelles, #notFound, #searchResults {
    margin-top: 195px;
    /*margin-top: 235px;*/
  }

  .container {
    padding: 0;
  }

	#menu-main {
		margin: 0 auto;
	}

  .navbar-default .navbar-collapse {
    overflow: visible;
  }

  .navbar-default .navbar-collapse.collapse {
    clear: none;
    margin-top: 0;
    position: relative;
    float: right;
    padding: 0;
    width: 100%;
    /* height: 95px !important;
    top: 25px; */
    top: 40px;
  }

  .navbar-default .navbar-nav li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 8px;
  }


	/*.navbar-nav>li>.dropdown-menu {
		margin-top: -20px;
	}*/

  /*.navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .current-menu-parent > a {
    height: 95px;
    line-height: 95px;
  }*/

  .gallery-icon {
    width: 130px;
  }

  .gallery-icon img {
    width: 130px;
  }

  #header #fontsize {
    right: 110px;
  }

  #header #contrast {
    right: 190px;
    display: block;
  }

  #header #newsletter {
    right: 300px;
  }

  /*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }*/

  .title-veranstaltungen,
  .title-ausstellungen,
  .title-dausstellungen,
  .title-rundumsdq {
    background-position: center center;
    text-align: left;
  }

  .dq-infobox {
    border: none;
    margin: 0;
    min-height: 180px;
  }

  .twoBoxes .widget.widget_media_image {
    height: 330px;
  }

  .twoBoxes .col-sm-6 {
    margin-bottom: 0;
  }

  .presseDropdown .event-menu > li {
    padding: 10px 20px;
  }

  body.page-template-page-woocommerce .gallery .gallery-item {
    width: 31%;
  }

  #hintergrundgeschichten > h2 {
    padding-left: 0;
  }

  .home #hintergrundgeschichten h2.eventTitle {
    margin: 0;
  }

  .dommItem {
    width: 31%;
    height: 290px;
  }

  .dommItem .dommLink .dommImage {
    max-width: 55%;
  }

  #slider .slide {
    padding: 0;
  }

  .cta {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
  }

  .headerData {
    top: 16px;
  }

  .headerData .headerLinks .menu li {
    display: inline-block;
    float: left;
    margin-right: 12px;
  }

  .headerData .headerLinks .menu li:nth-child(3) {
    margin-right: 0;
  }

  #header .tagline {
    top: 20px;
  }

  .headerData .headerLinks .menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .headerData .headerBlock:nth-child(4) {
    margin-right: 45px;
  }

  #footer .followUs {
    text-align: center;
  }

  .muster2 {
    margin-bottom: 70px;
  }

  #footer .footer-ampheas {
    margin-bottom: 0;
  }

  #footer .footerLinks ul {
    text-align: right;
  }

  #header .navbar-header {
    margin: 20px 0 0 10px;
  }

  .eventsStartpage .event-ausstellung .event-image > div {
    height: 450px !important;
  }

}

@media (min-width: 1200px) {

  body.home .container.main {
    margin-bottom: 0;
  }

  .openClosed {
    max-width: none;
  }

  .navbar-nav li {
    padding: 0 12px;
  }

  .container {
    min-height: calc(100% - 482px);
  }

  #header .navbar-header {
    margin: 20px 0 0 20px;
  }

  .twoBoxes .widget.widget_media_image {
    height: 350px;
  }

  body.page-template-page-woocommerce .gallery .gallery-item {
    width: 23%;
  }

  body.page-template-page-woocommerce .gallery .gallery-item .gallery-icon {
    margin: 0 auto 10px;
  }

  .dommItem {
    width: 23%;
    padding-top: 30px;
    height: 280px;
  }

  .dommItem .dommLink .dommImage {
    margin: 0 auto 10px;
  }

  .dq-infobox .infobox-content {
    padding-right: 40px;
  }

  .navbar-default .navbar-nav li a {
    padding: 0 12px;
  }

  body.page-template-page-pressebereich #presse-page img {
    max-height: 250px;
  }

}

@media (max-width: 1439px) {
	#n2-ss-2-arrow-previous, .nextend-arrow-previous, #n2-ss-3-arrow-previous {
		left: 15px !important;
	}
}

@media (min-width: 1440px) {

	#presse-page #news .gallery .gallery-item {
		min-height: 180px;
	}

  .navbar-nav {
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0;

  }

	.navbar-collapse > ul {
		line-height: 95px;
	}

	.navbar-default .navbar-nav .dropdown-menu li {
		line-height: 1.428571429;
	}



  .navbar-default .navbar-collapse.collapse {
    left: 25px;
  }

  .navbar-default .navbar-nav li a {
    font-family: 'Apercu Bold', 'apercu-bold', Helvetica, Arial, sans-serif;
    padding: 0;
    font-size: 18px;
  }

  .navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
  }

  .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-nav .dropdown-menu li a {
    font-size: 16px;
  }

  .twoBoxes {
    padding: 25px 0 80px;
  }

  html[lang="it-IT"] .twoBoxes {
  	padding-bottom: 0;
  }

  .twoBoxes h2, .twoBoxes .textwidget {
    font-size: 24px;
  }

  .twoBoxes .textwidget a {
    font-size: 18px;
  }

  .muster {
    height: 150px;
    margin: 0;
    background-size: 69px 150px;
  }

	.muster2 {
		background-size: 53px 150px;
	}

  #header .navbar-header {
    margin-left: 7px;
  }

  .container-full {
    margin-left: 50px;
    overflow-x: hidden;
    max-width: 100%;
    height: 100%;
    width: auto;
  }

  .violetBar {
    display: block;
    background: #9899CD;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 1000;
  }

  .violetBar img {
    position: absolute;
    top: 19px;
    width: 28px;
    left: 11px;
  }

  #headerslider,
  .twoBoxes .widget.widget_text_icl,
  .eventsStartpage .allEvents a,
  .twoContentBoxes,
  .muster2,
  .n2-section-smartslider  {
    margin-bottom: 80px;
  }

  .twoBoxes .widget.widget_text_icl,
  body.home h1.entry-title,
  body.home h1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .twoContentBoxes .contentBox .widget_text_icl .textwidget,
  .twoContentBoxes .contentBox .widget_text_icl .textwidget > .contentBoxButton {
    margin-bottom: 0;
  }

  #slider .slide {
    max-height: 812px;
    overflow: hidden;
  }

  #home, #news, #content, #page, #aktuelles, #notFound, #searchResults {
    /*margin-top: 270px;*/
  }

}

@media (min-width: 1600px) {

	.navbar-nav li {
		padding: 0 14px;
	}

}

@media (min-width: 1700px) {
  #home, #news, #content, #page, #aktuelles, #notFound, #searchResults {
    margin-top: 195px;
    /*margin-top: 230px;*/
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar-nav {
    margin-left: 270px;
  }
}

/* Swipebox close button */
#swipebox-close,
.swipebox-no-close-button {
	display: block !important;
}

/* Forms */
.wpcf7-form {
  padding: 0;
}

div.wpcf7-response-output {
  margin: 20px 0 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng {
  border: 1px solid #E9D8C1;
  background: rgba(233, 216, 193, .2);
  padding: 20px;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #B8D9DD;
  background: rgb(184, 217, 221, .2);
  padding: 20px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-bottom: 10px;
}

/*fix for go online*/

.status h5  {
	color: #FB9D8B;
}

/*fix entdecken und erleben: kindergärten und schulen, kinder und jugendliche, Überblicksführungen, adulds, for children, Attività didattiche del museo, Visite guidate generali*/

.page-id-3578 .post-content > p,
.page-id-10986 .post-content > p,
.page-id-3572 .post-content > p,
.page-id-4114 .post-content > p,
.page-id-1643 .post-content > p,
.page-id-4118 .post-content > p,
.page-id-4120 .post-content > p {
	display: block;
    width: 100%;
    padding: 0 15px 30px 15px;
}

@media (max-width: 692px) {
	.type-aktuelles .single-thumb img,
	.single-aktuelles .single-thumb img,
	.veranstaltung .single-thumb img {
		margin-bottom: 15px;
	}
}

.type-aktuelles .entry-content,
.type-dauerausstellung .entry-content {
	padding: 0 15px;
}

.type-aktuelles .entry-content ul {
	display: inline-block;
}

/*Fix skalierung von Bilder*/
.post-content img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignright {
  float: right;
  margin-bottom: 15px;
}

.alignleft img {
	padding-right: 15px;
}


.wp-caption, .wp-caption img  {
	max-width: 100%;
	height: auto;
}

@media (max-width: 620px) {
	.post-content img {
		display: block;
	}
}



/*Vorerst ampheas zeiten ausblenden*/
/*
 #footer .footer-ampheas {
	color: transparent;
}


header .openClosed, .page-id-17 .status, .page-id-19 .status {
	display: none;
}*/


/*lightbox*/

#swipebox-title {
    display: inline-block;
    width: 95%;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-size: 12px;
    padding: 16px 5px 0 5px;
    height: 50px;
    z-index: 99999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-shadow: none;
    font-size: 13px;
}

@media (max-width: 1020px) {
	#swipebox-title {
	    line-height: 1.3em;
	    width: 90%;
	}
}

@media (max-width: 480px) {
 #swipebox-title {
 	white-space:normal;
	overflow: visible;
	}

	#swipebox-top-bar {
		top:0 !important;
	}

	#swipebox-top-bar.visible-bars {
		transform: none;
	}
}

.veranstaltungsart-ausstellung .entry-content,
.veranstaltungsart-veranstaltung .entry-content,
.type-wissen_und_entdecken .entry-content {
	padding: 0 15px;
}

/*Button Scroll Down - mainpage*/

.scrollDown.demo {
    position: relative;
    z-index: 1;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background-color: rgba(255,255,255,0.95);
}

.scrollDown.demo a {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 50px;
    top: -155px;
    height: 50px;
    margin-left: -50px;
    z-index: 9999;
    background: rgba(53,53,53,1);
    color: #453a34;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 100%;
}

@media (min-width: 992px) {
	.scrollDown a {
	    display: block !important;
	}
}


.scrollDown a span {
    position: absolute;
    top: 18px;
    right: 17px;
    width: 15px;
    height: 15px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

.scrollDown a span:nth-child(1) {
    top: 11px;
}


@media (max-width: 1440px) and (min-width: 992px) {
	.scrollDown.demo a {
	    top: -125px;
	    height: 50px;
	    margin-left: -25px;
	}

	/*.n2-ss-layer {
		margin: 0 !important;
	}*/

	div#n2-ss-2 .n2-ss-layer a, .n2-ss-item-content, .n2-ss-item-content a {
		font-size: 30px !important;
	}
}


@media (max-width: 1440px){
	.n2-ss-slider .n2-ss-layer {
		/* margin: 2.5em auto 7.1875em !important;*/
	    margin: 0 !important;
	}
}


@media (max-width: 992px){
	div#n2-ss-2 .n2-ss-layer a, .n2-ss-item-content, .n2-ss-item-content a {
		font-size: 20px !important;
	}
}

@media (max-width:892px){
	.event-info {
		margin-top: 15px;
	}
}

/*Bildumfließend*/
.wp-caption.alignleft {
    float: left;
    clear: left;
}

.wp-caption.alignright {
    float: right;
    clear: right;
}

@media (max-width: 768px) {
	img.alignright, img.alignleft, .wp-caption.alignright, .wp-caption.alignleft {
		float: none;
	}

}


.wp-caption.alignright img {
	padding-left: 5px;
}

/*Institutionen*/

.container-institutionen p {
	color: #000000;
    font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.1px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.post-content hr, .entry  hr {
	border-color: transparent;
}

.container-institutionen img {
	margin-bottom: 20px;
}

.inner .container-institutionen:last-of-type {
	margin-top: 35px;
}


/*** ESSENTIAL STYLES  superfish - styles!***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*gallery*/

.ngg-gallery-thumbnail .ratio-outer {
	background: rgba(233, 216, 193,.25) !important;
}


.ngg-gallery-thumbnail img:hover {
    opacity: .8;
}

.ngg-gallery-thumbnail {
	border: transparent !important;
	margin-bottom: 15px !important;
}

.ngg-gallery-thumbnail .descrip, .wp-caption-text{
	font-size: 13px;
	padding: 5px 5px 5px 5px;
}

.alignleft .wp-caption-text {
	padding: 5px 30px 5px 5px;
}

.alignright .wp-caption-text {
	padding: 5px 5px 5px 30px;
}

.alignright {
	text-align:right;
}


.ngg-galleryoverview[data-columns="4"] .ngg-gallery-thumbnail-box {
	width: 235px;
    height: 260px;
}

.ngg-galleryoverview[data-columns="3"] .ngg-gallery-thumbnail-box{
    width: 314px;
    height: 300px;
}

.ngg-galleryoverview[data-columns="2"] .ngg-gallery-thumbnail-box {
    width: 472px;
    height: 424px;
}

.post-content .ngg-galleryoverview {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 10px;
}

.ngg-clear {
	display: none;
}


@media (max-width: 992px){
	.ngg-gallery-thumbnail-box {
		width: 50% !important;
		height: auto !important;
	}

	.ngg-gallery-thumbnail img {
		margin: 0 auto;
	}
}

/* slider*/

.sl-wrapper .sl-counter {
	font-size: 2rem !important;
}

.sl-wrapper .sl-image .sl-caption, .wp-caption-text:not(.gallery-caption) {
	font-size: 13px !important;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button.sl-next,.sl-wrapper .sl-navigation button.sl-prev {
		    font-size: 12rem !important;
	}
}

#swipebox-overlay {
	background:rgba(255,255,255,0.95);
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url(/wp-content/themes/dq2018/assets/icons/icons-black.png);
}

#swipebox-close, .sl-wrapper .sl-close {
	top: 20px;
	right: 35px;
	width: 35px;
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
	max-height: 80% !important;
}

.sl-wrapper .sl-close {
	/*background-image: url(/wp-content/themes/dq2018/assets/icons/icons-black.png);
    background-repeat: no-repeat;
   	margin: 0 !important;
    color: transparent !important;*/
}

.wp-caption.alignleft p:empty,
.wp-caption.alignright p:empty {
	display: none;
}

/*tabmenu*/
#tab-menu li:first-of-type {
	margin-left: 0;
}

.ngg-gallery-thumbnail a {
	margin:0 !important;
}

@media (max-width: 780px){
	#tab-menu > li {
	    width: 30%;
	    margin-bottom: 6px;
	    vertical-align: middle;
	    display: block;
	}

	.presseDropdown .event-menu > li {
		margin: 5px 10px 5px 0;
	}

	#tab-menu li:nth-child(3n) {
		margin-left: 0;
	}

}

@media (max-width: 650px){
	#tab-menu > li {
	    width: 50%;
	}

	#tab-menu li:nth-child(2n+2) {
		margin-right: 0;
	}
}

/*Slider fix*/



@media (max-width: 600px){
	.n2-ss-item-content > a, .n2-ss-item-content {
		max-width: 280px;
		min-width: 220px;
	}

	div#n2-ss-2 .n2-ss-layer a, .n2-ss-item-content, .n2-ss-item-content a {
		font-size: 18px !important;
	}

}

@media (max-width:450px){
	.n2-ss-item-content > a  {
		max-width: 240px;
		min-width: 210px;
	}

	.n2-ss-item-content  {
		width: 240px;
		min-width: 210px;
		max-width: 240px;
	}

	div#n2-ss-2 .n2-ss-layer a,.n2-ss-item-content, .n2-ss-item-content a {
		font-size: 16px !important;
	}

}

@media (max-width:400px){
	#n2-ss-2-arrow-previous, #n2-ss-2-arrow-next {
		display: none;
	}
}


/*Gallerie*/

.gallery-icon img {
	padding: 0;
	border: none;
}

.ngg-gallery-thumbnail a {
	min-height: 173px;
}

/*Gallerie Bilder*/

.ratio-outer {
    height: 0;
    position: relative;
    display: block;
}

.ratio-outer.ratio-outer-1-1 {
    padding: 40% 0;
}

.ratio-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.ngg-gallery-thumbnail .ratio-inner img, .ratio-inner img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
}

.ngg-galleryoverview {
	margin-bottom: 10px !important;
}

@media (min-width: 992px) and (max-width:1200px) {
	.ngg-gallery-thumbnail-box {
		min-height: 264px;
	}

	#footer .footerLinks ul li {
	    padding-right: 10px;
	}

}

@media (max-width: 992px) {
	.ratio-outer.ratio-outer-1-1 {
	    padding: 23% 0;
	}

	.ngg-gallery-thumbnail-box {
		min-height: 227px;
	}

	.n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-pm=normal] {
	    width: auto !important;
	}

	.n2-ss-slider .n2-ss-layer {
		margin: 0 auto !important;
		min-width: 280px;
	}
}

@media (max-width: 600px) {
	.ngg-gallery-thumbnail-box {
	    width: 100% !important;
	    height: auto !important;
	}

	.ngg-gallery-thumbnail-box {
		min-height: auto;
	}
}


/*quickfix active menu*/

.single-sonderausstellung  #menu-item-7990 > a,
.single-sonderausstellung #menu-item-7987 > a,
.single-dauerausstellung  #menu-item-7990 > a,
.single-dauerausstellung #menu-item-7991 > a,
.single-veranstaltung #menu-item-10542 > a,
.single-veranstaltung #menu-item-7879 > a,
.single-aktuelles #menu-item-10541 > a,
.single-aktuelles #menu-item-3319 > a,
.page-template-page-ausstellungen #menu-item-7990 > a,
.page-template-page-ausstellungen #menu-item-7987 > a,
.single-presseaussendung #menu-item-10227 > a  {
	    text-decoration: underline;
}

.page-template-page-pressebereich .event-menu-wrapper ul li {
    background: none;
}

.page-template-page-pressebereich .presseDropdown .open .dropdown-menu, .page-template-page-pressebereich .presseDropdown .dropdown.open .dropdown-menu {
	background: #e9f3f4;
    z-index: 1;
}

.grecaptcha-badge {
  visibility: hidden!important;
}

.post-content h2 {
  margin-top: 0;
}

.post-content .dqwe h2, .post-content h2.team-title {
  margin-top: 20px;
}

@media (min-width: 992px) {
  #menu-woocommerce {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  #menu-woocommerce {
    width: 100%
  }
  #menu-woocommerce li {
    width: 100%;
  }
}

.woocommerce-info, .woocommerce-message, .woocommerce-checkout-payment *:not(a):not(button) {
  color: #000!important;
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 55%;
    margin-right: 15%;
  }
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 2em;
  }
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-top: 2em;
}

@media (max-width: 991px) {
  .woocommerce-cart-form__cart-item .product-quantity .quantity > br {
    display: none;
  }
}

@media (min-width: 992px) {
  .woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex;
    align-items: center;
  }
}

.woocommerce-checkout #payment div.payment_box, .about_paypal {
  display: none!important;
}

.woocommerce-error {
  color: #a00!important;
}

.mejs-container {
  width: 233px!important;
  display: inline-block;
}

.mejs-container .mejs-controls {
  background: #E9D8C1!important;
  height: 46px;
  padding-top: 6px;
}

.mejs-container .mejs-duration-container:before {
  margin-right: 1em;
  content: '/';
}

.mejs-container .mejs-time-rail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mejs-container .mejs-time-rail, .mejs-container .mejs-time-rail .mejs-time-slider {
  background: #9899CD;
}

.mejs-container .mejs-time-rail, .mejs-container .mejs-time-rail * {
  height: 6px;
  margin: 0;
  padding: 0;
}

.mejs-container .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-time-rail .mejs-time-hovered,
.mejs-container .mejs-time-rail .mejs-time-float,
.mejs-container .mejs-time-rail .mejs-time-handle {
  display: none!important;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #B8D9DD;
}

.woocommerce-ResetPassword .woocommerce-Button.button {
  background: #B8D9DD!important;
  color: #fff;
  border: none!important;
}

.woocommerce-columns > p,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date > p {
  display: none;
}

#menu-shop-menu > li.active {
  background: none!important;
}

.button.wc-forward {
  background: #B8D9DD!important;
  color: #fff!important;
  font-weight: normal!important;
  border: none!important;
  transition: all .25s ease-out;
}

.button.wc-forward:hover {
  background: #9899CD!important;
  text-decoration: none!important;
}

img.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-top: -10px;
}

#dqTickets {
  min-height: 250px;
}
