@font-face {
  font-family: "botoni-Book";
  src: url("fonts/2728A4_0_0.woff") format("woff"),
    url("fonts/2728A4_0_0.ttf") format("truetype"),
    url("fonts/2728A4_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-BookItalic";
  src: url("fonts/2728A4_1_0.woff") format("woff"),
    url("fonts/2728A4_1_0.ttf") format("truetype"),
    url("fonts/2728A4_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-Bold";
  src: url("fonts/2728A4_2_0.woff") format("woff"),
    url("fonts/2728A4_2_0.ttf") format("truetype"),
    url("fonts/2728A4_2_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-BoldItalic";
  src: url("fonts/2728A4_3_0.woff") format("woff"),
    url("fonts/2728A4_3_0.ttf") format("truetype"),
    url("fonts/2728A4_3_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-Roman";
  src: url("fonts/2728A4_4_0.woff") format("woff"),
    url("fonts/2728A4_4_0.ttf") format("truetype"),
    url("fonts/2728A4_4_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-Italic";
  src: url("fonts/2728A4_5_0.woff") format("woff"),
    url("fonts/2728A4_5_0.ttf") format("truetype"),
    url("fonts/2728A4_5_0.svg#wf") format("svg");
}
@font-face {
  font-family: "botoni-BoldCondensed";
  src: url("fonts/2728A4_6_0.woff") format("woff"),
    url("fonts/2728A4_6_0.ttf") format("truetype"),
    url("fonts/2728A4_6_0.svg#wf") format("svg");
}

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Serif;
  font-size: 16px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #c43025;
  text-decoration: none;
}
/* MAIN UI */
.mh-article {
  margin: 1rem 0;
}
#mh-content {
  padding-top: 190px;
}
body.mh-nav2 #mh-content {
  padding-top: 236px;
}
body.mh-nav3 #mh-content {
  padding-top: 282px;
}
#mh-footer {
  background: #8ab5dd url("/assets/img/piano.png") no-repeat 98% center;
  background-size: auto 90%;
  color: #fff;
}
#mh-footer a {
  color: #fff;
}
#mh-footer > div > div {
  display: flex;
  font-size: 0.85rem;
}
#mh-footer > div > div:first-child {
  padding: 2rem 0 1.5rem;
}
#mh-footer > div > div:first-child h4 {
  font-size: 1.333rem;
  margin-bottom: 1.25rem;
}
#mh-footer > div > div:first-child ul li {
  list-style: none;
  margin-bottom: 0.25rem;
}
#mh-footer > div > div:first-child > div {
  padding-right: 1rem;
  width: 28.333%;
}
#mh-footer > div > div:first-child > div:first-child {
  padding-right: 0;
  width: 14%;
}
#mh-footer > div > div:first-child > div:last-child {
  padding-right: 0;
}
#mh-footer > div > div:last-child {
  align-items: center;
  border-top: 1px solid #fff;
  padding: 1rem 0;
}
#mh-footer > div > div:last-child > a {
  width: 14%;
}
#mh-footer > div > div:last-child > a > img {
  height: 30px;
  width: auto;
}
#mh-footer > div > div:last-child > div:nth-child(2) {
  flex: 1;
}
#mh-footer-map {
  opacity: 0.4;
}
#mh-footer-newsletter-button {
  background-color: #fff;
  color: #8ab5dd !important;
  padding: 0.666rem 1.2rem;
}
#mh-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#mh-header-nav {
  background-color: #8ab5dd;
  box-shadow: 0px 3px 6px #00000029;
}
#mh-header-nav ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#mh-header-nav a {
  border-bottom: 3px solid transparent;
  color: #fff;
  display: block;
  font-family: "botoni-Book";
  font-size: 1.15rem;
  letter-spacing: 1.04px;
  padding: 0.666rem 0 0.444rem;
  text-transform: uppercase;
}
#mh-header-nav a.active {
  border-bottom-color: #fff;
}
#mh-header-nav-small {
  background-color: #8ab5dd;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  display: none;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  top: 164px;
  transition: all 0.666s ease-in-out;
  width: 100%;
}
#mh-header-nav-small.open {
  max-height: 800px;
}
#mh-header-nav-small a.active {
  border-bottom: none;
}
#mh-header-nav-small ul {
  display: block;
}
#mh-header-nav-small ul > li > a {
  font-size: 1rem;
  padding: 0.4rem 1rem;
}
#mh-header-nav-small #mh-header-nav-sub-1 {
  background: #98c3eb;
}
#mh-header-nav-small #mh-header-nav-sub-1 li > a {
  padding: 0.2rem 1rem 0.2rem 1.75rem;
}
#mh-header-nav-small #mh-header-nav-sub-2 {
  background: #aacff2;
}
#mh-header-nav-small #mh-header-nav-sub-2 li > a {
  padding: 0.2rem 1rem 0.2rem 2.5rem;
}
#mh-header-nav-small-toggle {
  color: #fff !important;
  display: none !important;
  font-size: 1.75rem !important;
  line-height: 28px;
  min-height: 44px;
  padding: 0.5rem 0.5rem 0.25rem !important;
  text-align: right;
}
#mh-header-nav-sub-1,
#mh-header-nav-sub-2 {
  background-color: #8ab5dd;
  background: linear-gradient(
    180deg,
    rgb(153, 190, 225) 0%,
    rgb(149, 187, 222) 9%,
    rgb(145, 184, 220) 100%
  );
}
#mh-header-nav-sub-1 a,
#mh-header-nav-sub-2 a {
  font-size: 1.05rem;
  letter-spacing: 0.93px;
}
#mh-header-top {
  display: flex;
  justify-content: space-between;
}
#mh-header-top-languages a {
  border-bottom: 1px solid transparent;
  color: #8ab5dd;
  font-size: 1rem;
  margin-right: 0.8rem;
  padding: 0.25rem 0;
}
#mh-header-top-languages a.active {
  border-bottom-color: #8ab5dd;
}
#mh-header-top-languages-search {
  align-self: flex-end;
  display: flex;
  margin-bottom: 1.5rem;
  width: 30%;
}
#mh-header-top-logo img {
  height: auto;
  margin: 1rem 0;
  width: 200px;
}
#mh-header-top-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 30%;
}
#mh-header-top-right button {
  background-color: #fff;
  border: 1px solid #8ab5dd;
  color: #8ab5dd;
  font-size: 0.9rem;
  letter-spacing: 0.81px;
  margin-top: 1.5rem;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
}
#mh-header-top-right img {
  height: auto;
  width: 150px;
}
#mh-header-top-search {
  border-left: 1px solid #8ab5dd;
  padding-left: 0.8rem;
  position: relative;
}
#mh-header-top-search-input {
  border: 1px solid #8ab5dd;
  display: none;
  padding: 0.25rem;
}
#mh-header-top-search.active #mh-header-top-search-input {
  display: block;
  left: 0.8rem;
  position: absolute;
  top: -0.2rem;
}
#mh-header-top-search-icon img {
  height: 19px;
  width: auto;
}
.mh-hero {
  background-color: #f0f0f0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mh-hero > div {
  background-position: center;
  background-size: cover;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}
.mh-hero > div > * {
  color: #fff;
  display: block;
  left: 6%;
  position: absolute;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0.25);
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.mh-hero > div > * > div:first-child {
  font-size: 3rem;
}
.mh-hero > div > * > div:last-child {
  font-size: 1.333rem;
}
.mh-hero-button {
  border: 1px solid #fff;
  bottom: 1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.8px;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 1rem;
  text-shadow: 0 0 0.15rem rgba(0, 0, 0.25);
  z-index: 1;
}
.mh-hero-button:hover {
  color: #fff;
}
.mh-hero-container {
  padding-bottom: 33%;
  position: relative;
}
.mh-wrapper {
  margin: 0 auto;
  max-width: 1090px;
}

/* HOME */
#mh-home {
  margin: 0 auto;
  max-width: 880px;
}
#mh-home h2 {
  color: #8ab5dd;
  font-family: "botoni-Book";
  font-size: 2rem;
  font-weight: normal;
}
#mh-home-aktuelles {
  margin: 5rem 0;
}
#mh-home-aktuelles > div {
  display: flex;
  justify-content: space-between;
}
#mh-home-aktuelles > div > article {
  background-color: #8ab5dd;
  box-shadow: 0px 0px 1.5rem #0000004d;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 47.5%;
}
#mh-home-aktuelles > div > article a {
  color: #fff;
}
#mh-home-aktuelles > div > article h3 {
  font-family: "botoni-Book";
  font-size: 1.9rem;
  font-weight: normal;
  padding: 0.8rem 0 1rem;
}
#mh-home-aktuelles > div > article > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.666rem;
}
#mh-home-aktuelles > div > article:last-child > div {
  background: #8ab5dd url("/assets/img/piano.png") no-repeat 98% 90%;
  background-size: auto 66%;
}
#mh-home-aktuelles > div > article > div > div {
  flex: 1;
}
#mh-home-aktuelles > div > article > .image {
  background-position: center top;
  background-size: cover;
  display: block;
  height: 250px;
}
#mh-home-aktuelles .mh-home-aktuelles-button {
  align-self: flex-start;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-top: 1.25rem;
  padding: 0.666rem 2.5rem;
}
#mh-home-content > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#mh-home-content > div > * {
  width: 47.5%;
}
#mh-home-content > div > div > h3 > a {
  color: #8ab5dd;
  display: inline-block;
  font-family: "botoni-Book";
  font-size: 1.9rem;
  font-weight: normal;
  padding: 0.4rem 0 0.7rem;
}
#mh-home-content > div > div > div:last-child {
  max-height: 150px;
  overflow: hidden;
}
#mh-home-content > div > .image {
  background-position: center top;
  background-size: cover;
  box-shadow: 0px 0px 1.5rem #0000004d;
  display: block;
  height: 250px;
}
#mh-home-content > div:nth-child(even) > .image {
  order: 2;
}
#mh-home-social-media {
  margin: 0 -89px;
  padding: 2rem 0 5rem;
}
#mh-home-social-media img {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1276px;
  width: 100%;
}

/* MISC UI */
.mh-article-header {
  align-items: center;
  background-color: #7bafde;
  color: #fff;
  display: flex;
  font-size: 1.1em;
  line-height: 2em;
  margin-top: 1rem;
  padding: 0.2rem 0.4rem;
  text-transform: uppercase;
}
.mh-article-header a {
  color: #fff;
}
.mh-article-header .mh-ico {
  margin-right: 0.666rem;
  width: 58px;
}
.wh-grid-cell .mh-article {
  width: 97%;
}

/* COVID MODAL */
#mh-overlay-covid .modal-content {
  background-color: #8ab5dd;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem;
  text-align: center;
}
#mh-overlay-covid .modal-content h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#mh-overlay-covid .modal-content p {
  font-family: Arial, sans-serif;
}
#mh-overlay-covid .modal-content ul {
  list-style: disc;
}
#mh-overlay-covid .modal-content .modal-body {
  padding: 0;
}
#mh-overlay-covid .modal-dialog {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  min-height: 100vh;
}
#mh-overlay-covid .modal-header {
  border-bottom: none;
  padding: 0 0 1rem;
}
#mh-overlay-covid .modal-header h5 {
  font-size: 2rem;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}
#mh-overlay-covid .modal-header .close {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 1110px) {
  #mh-content {
    padding: 164px 0.5rem 1.5rem !important;
  }
}
@media (max-width: 992px) {
  #mh-footer > div > div {
    display: block;
  }
  #mh-footer > div > div > * {
    display: block;
    margin-bottom: 2.5rem;
    text-align: center;
    width: 100% !important;
  }
  #mh-footer > div > div > *:last-child {
    margin-bottom: 0 !important;
  }
  #mh-footer > div > div:last-child > * {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  #mh-header-nav-small,
  #mh-header-nav-small-toggle {
    display: block !important;
  }
  #mh-header-nav-large {
    display: none;
  }
  #mh-header-top {
    height: 120px;
  }
  #mh-header-top-languages-search {
    position: fixed;
    right: 0.5rem;
    top: 42px;
    width: auto;
  }
  #mh-header-top-languages a {
    font-size: 0.85rem;
    margin-right: 0.5rem;
  }
  #mh-header-top-search.active #mh-header-top-search-input {
    left: auto;
    right: -0.28rem;
  }
  #mh-header-top-logo {
    align-items: center;
    display: flex;
    order: 1;
  }
  #mh-header-top-logo img {
    height: 60px;
    margin: 0.5rem 0 0.5rem 0.5rem;
    width: auto;
  }
  #mh-header-top-right {
    order: 2;
  }
  #mh-header-top-right button {
    margin-right: 0.25rem;
    margin-top: 2.666rem;
    padding: 0.2rem 0.4rem;
  }
  #mh-header-top-right img {
    width: auto;
    max-height: 36px;
  }
  #mh-home-aktuelles {
    margin: 1rem 0;
  }
  #mh-home-aktuelles > div {
    display: block;
  }
  #mh-home-aktuelles > div > article {
    margin-bottom: 2rem;
    width: 100%;
  }
  #mh-home-content > div {
    display: block;
  }
  #mh-home-content > div > * {
    width: 100%;
  }
  #mh-home-content > div > .image {
    box-shadow: 0px 0px 1rem #0000004d;
    margin-bottom: 0.5rem;
    order: 1;
  }
  .mh-hero > div > * > div:first-child {
    font-size: 2rem;
  }
  .mh-hero > div > * > div:last-child {
    font-size: 1rem;
  }
  .mh-hero-button {
    bottom: 0.5rem;
    font-size: 0.8rem;
    padding: 0.333rem 0.666rem;
    right: 0.5rem;
  }
  .mh-hero-container {
    margin: 0 -0.5rem;
    padding-bottom: 66%;
  }
  #mh-home-social-media {
    margin: 0 -0.5rem;
    padding: 2rem 0;
  }
  #mh-overlay-covid .modal-content {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
  #mh-overlay-covid .modal-header h5 {
    font-size: 1.666rem;
  }
}

.bodoni-Book {
  font-family: "botoni-Book", Serif;
}
.bodoni-BookItalic {
  font-family: "botoni-BookItalic", Serif;
  font-style: normal;
}
.bodoni-Bold,
b {
  font-family: "botoni-Bold", Serif;
  font-weight: normal;
}
.bodoni-BoldItalic,
b i,
i b {
  font-family: "botoni-BoldItalic", Serif;
  font-weight: normal;
  font-style: normal;
}
.bodoni-Roman {
  font-family: "botoni-Roman", Serif;
}
.bodoni-Italic,
i {
  font-family: "botoni-Italic", Serif;
  font-style: normal;
}
.botoni-BoldCondensed {
  font-family: "botoni-BoldCondensed", Serif;
}

.cb-nav.active {
  color: #c43025;
}
.mh-nav-active a {
  color: #c43025;
}
a:active,
a:focus {
  text-decoration: none;
}

:focus {
  outline: none;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
textarea:focus,
input:focus {
  outline: none;
}
input::placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
}
p {
  margin: 0px 0px 15px 0px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 1.8em;
  color: #c4161c;
  font-weight: bold;
  line-height: 2em;
}
h4 {
  font-size: 1em;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.wh-main-container,
.wh-page-component {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.wh-content,
.wh-footer {
  margin: 0 auto;
}
.wh-half-content {
  width: 50%;
  margin: 4em auto;
}
.navbar {
  width: 100%;
  background-color: #fff;
  padding: 0px;
}
.nav-item a {
  color: white;
  padding: 0;
}

.wh-footer h3 {
  line-height: 3em;
}
.wh-footer .miv-image {
  line-height: 8em;
}
.wh-footer .miv-image img {
  width: 90%;
}
.wh-footer .miv-wa-logo img {
  width: 75%;
}

.wh-for-mobile {
  display: none !important;
}

.wh-content.with-padding {
  padding: 4em 0;
}
.wh-content.with-vertical-borders {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.wh-content.without-margin {
  margin: 0px;
  width: 100%;
}
/* customization of the navigation for small screens*/
.wh-border-top {
  border-top: solid 1px #42434b;
}

/* helper styles for coloring */
.wh-fs-medium {
  font-size: 1.3em;
}
.wh-a-center {
  text-align: center;
}
.wh-a-right {
  text-align: right;
}
.wh-a-center {
  text-align: center;
}

/* helper styles for layout formatting */
.wh-table {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
.wh-cell {
  display: table-cell;
  text-align: center;
}
.wh-row {
  float: left;
  margin-top: 2em;
}
.wh-column {
  float: left;
}
.wh-r-column {
  float: right;
}
.wh-spacer-30 {
  width: 30%;
  min-height: 1px;
}
.wh-spacer-25 {
  width: 25%;
  min-height: 1px;
}
.wh-w-1 {
  width: 1px;
}
.wh-w-5 {
  width: 5%;
}
.wh-w-10 {
  width: 10%;
}
.wh-w-12_5 {
  width: 12.5%;
}
.wh-w-15 {
  width: 15%;
}
.wh-w-20 {
  width: 20%;
}
.wh-w-21 {
  width: 21%;
}
.wh-w-25 {
  width: 25%;
}
.wh-w-30 {
  width: 30%;
}
.wh-w-33 {
  width: 33.33%;
}
.wh-w-34 {
  width: 34%;
}
.wh-w-40 {
  width: 40%;
}
.wh-w-45 {
  width: 45%;
}
.wh-w-50 {
  width: 50%;
}
.wh-w-55 {
  width: 55%;
}
.wh-w-60 {
  width: 60%;
}
.wh-w-66 {
  width: 66%;
}
.wh-w-70 {
  width: 70%;
}
.wh-w-79 {
  width: 79%;
}
.wh-w-75 {
  width: 75%;
}
.wh-w-80 {
  width: 80%;
}
.wh-w-90 {
  width: 90%;
}
.wh-w-95 {
  width: 95%;
}
.wh-w-100 {
  width: 100%;
}
.wh-w-98 {
  width: 98%;
}
.hide-lg {
  display: none;
}
/* for fa icons */
.wh-fs-medium {
  font-size: 20px;
}
.wh-fs-large {
  font-size: 32px;
}
.wh-fc-black {
  color: #000;
}
.wh-for-mobile {
  display: none !important;
}
.wh-vertical-top {
  vertical-align: top !important;
}
.wh-vertical-bottom {
  vertical-align: bottom !important;
}
.wh-centered-block {
  margin: 0 auto;
}
.wh-align-right {
  margin: 0 auto;
}
.wh-no-border {
  border: none !important;
}
.wh-v-spacer {
  height: 100px;
}

.owl-dots {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav [class*="owl-"]:hover {
  position: absolute;
  top: 28%;
  color: #000;
  font-size: 2em;
  background: transparent;
}

.mh-header {
  position: relative;
  height: 385px;
  overflow: hidden;
}

.mh-header .mh-full-mask {
  position: absolute;
  top: 0px;
  left: -80px;
  bottom: 0px;
}
.mh-header .mh-full-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.wh-footer a {
  text-transform: uppercase;
  color: #8ab5dd;
  line-height: 4em;
  white-space: nowrap;
}
.wh-footer a img {
  width: 45%;
}
a.mh-active {
  color: #c43025;
}
.mh-main-menu,
.mh-secondary-menu {
  position: absolute;
  z-index: 1;
}
.mh-main-menu {
  top: 30px;
  left: 15px;
}
.mh-secondary-menu {
  bottom: 15px;
  left: 15px;
}
.mh-main-menu ul,
.mh-secondary-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mh-main-content ul {
  padding-left: 20px;
  margin: 10px 0 10px 10px;
  list-style-type: disc;
}
.mh-main-menu ul li {
  display: block;
  line-height: 1.2em;
}
.mh-secondary-menu ul li {
  display: inline-block;
  line-height: 1.8em;
}
.mh-main-menu ul li a {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
.mh-secondary-menu ul li a {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.mh-main-menu ul li .level-2 {
  display: none;
  padding-left: 15px;
}
.mh-main-menu ul li .level-2 li {
  line-height: 1em;
}
.mh-main-menu ul li.mh-menu-open .level-2 {
  display: block;
  margin-bottom: 5px;
}
.mh-main-menu ul li.mh-menu-open a {
  color: #c4161c;
}
.mh-main-menu ul li.mh-menu-open ul li a {
  color: #000;
}
.mh-main-menu ul li.mh-menu-open .level-2 li.mh-menu-open a {
  color: #c4161c;
}
.mh-main-menu ul li.mh-menu-open .level-2 li.mh-menu-open .level-3 a {
  color: #000;
}
.mh-main-menu
  ul
  li.mh-menu-open
  .level-2
  li.mh-menu-open
  .level-3
  li.mh-menu-open
  a {
  color: #c4161c;
}
.mh-main-menu ul li .level-2.mh-open {
  display: block;
}
.mh-main-menu ul li .level-2 a {
  text-transform: none;
  font-size: 0.9em;
}
.mh-search-box img {
  width: 9% !important;
}

.mh-search-box input {
  border: 0px;
  width: 0px;
}
.mh-search-box #full-search-field.field-expanded,
.mh-search-box #mobile-search-field.field-expanded {
  border: solid 1px #efefef;
  margin-right: 10px;
  width: 170px;
  -webkit-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
  padding: 0px 5px;
}
.mh-search-box #mobile-search-field.field-expanded {
  width: 200px;
}
.mh-article img.mh-article-image {
  width: 100%;
}
.mh-article-header.mh-bordered {
  border-top: solid 3px #7bafde;
  background-color: #fff;
  color: #000;
}
.mh-main-content img {
  float: left;
  margin: 0 15px 15px 0;
}
.kz-medium-image img,
.kz-small-image img,
.mh-vermitung-cell img {
  width: 100%;
}
.mh-blue {
  color: #78adde;
}
.form-control::-webkit-input-placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #8ab5dd;
  font-style: italic;
  font-weight: normal;
} /* Microsoft Edge */

.wh-p-15-top {
  padding-top: 15px;
}
.wh-m-15-top {
  margin-top: 15px;
}
.wh-no-p-top {
  padding-top: 0px;
}
#museum .mh-main-content a {
  border-bottom: solid 3px #8ab5dd;
  width: 200px;
  display: block;
  padding-bottom: 5px;
}
.big-bottom-border {
  border-bottom: solid 3px #8ab5dd;
}
.mh-archive {
  display: none;
  float: left;
}
.mh-archive .mh-image-container {
  position: relative;
}
.mh-archive ul {
  padding-left: 0px;
  margin-left: 0px;
}
.mh-archive.mh-archive-open {
  display: block;
}
.mh-archive-article {
  border-bottom: solid 3px #8ab5dd;
  margin-bottom: 15px;
  float: left;
}
.mh-archive-article:last-child {
  border-bottom: none;
}
.mh-archive-article .mh-image-gallery {
  padding-left: 0px;
  margin-left: 0px;
}
.mh-archive ul {
  list-style-type: none;
}
.mh-archive ul li.mh-archive-article:last-of-type {
  border: none !important;
}
.mh-presse-aktuelles div.mh-presse-aktuelle {
  border-bottom: solid 3px #8ab5dd;
}
.mh-presse-aktuelles div.mh-presse-aktuelle:last-of-type {
  border: none !important;
}
#mh-archive-selector {
  width: 100%;
  margin-bottom: 15px;
}
.mh-nav-active {
  color: #c43025;
}
/* grid */
.wh-grid-lg-3 {
  float: left;
}
.wh-grid-lg-3 .wh-grid-cell {
  float: left;
}
.wh-grid-lg-3 .wh-grid-cell .mh-article {
  margin: 15px auto 0 auto;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) {
  clear: both;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) .mh-article {
  float: left;
  clear: both;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 3) .mh-article {
  float: right;
}
.mh-side-concerts .mh-article {
  margin: 15px 0 0 0;
  border-bottom: solid 3px #8ab5dd;
}
.wh-grid-lg-3 .mh-vermitung-cell .mh-article {
  min-height: 590px;
}
#association-of-friends .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
  min-height: 300px;
}
#rent .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
  min-height: 600px;
}
.wh-page-content a {
  color: #8ab5dd;
}
.mh-social {
  position: absolute;
  right: 0;
  z-index: 7;
  width: 40px;
  top: 35%;
  font-size: 2em;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px 0 0 10px;
}
.mh-social ul li {
  padding: 0px;
  margin: 0px;
  line-height: 0.5em;
}
.fa-facebook-square {
  color: #405d9e;
}
.fa-twitter-square {
  color: #27aae1;
}
.fa-instagram {
  color: #7bafde;
}
.mh-menu-toggler {
  position: absolute;
  top: 26px;
  left: 11px;
  font-size: 2em;
  z-index: 5;
}
.mh-search-result {
  border-bottom: solid 1px #8ab5dd;
}
.ico-key {
  width: 40px !important;
}
.ico-calendar {
  width: 35px !important;
  vertical-align: top;
}
.ico-pin {
  width: 19px !important;
  vertical-align: top;
}
.ico-kids {
  width: 33px !important;
  vertical-align: top;
}
.ico-info {
  width: 33px !important;
  vertical-align: top;
}
.ico-mozart {
  width: 21px !important;
  vertical-align: top;
}
.mh-header-image {
  /*width: 60%;*/
  /*float: right;*/
  position: absolute;
  right: 0;
  height: 100%;
}
.mh-inside-layout .mh-article {
  width: 99%;
}
.mh-inside-layout-full .mh-article,
.wh-block-full .mh-article {
  width: 100%;
}
.wh-r-column .mh-article {
  float: right;
}
.mh-article .mh-news-listing {
  margin: 10px 0;
}
.mh-inside-layout-one-two {
  border-bottom: solid 3px #8ab5dd;
}
.mh-side-concerts {
  padding-left: 10px;
  margin: 15px 0;
  border-left: solid 3px #8ab5dd;
}
.mh-event-big .mh-img-container {
  padding: 10px 10px 0 0;
}
.mh-main-menu ul li .level-3 {
  padding-left: 15px;
}
.mh-one-full-column .mh-article {
  width: 100%;
  float: left;
}
.wh-footer a {
  font-size: 1.1em;
}
.kz-more {
  color: #8ab5dd;
}
.kz-small-image {
  width: 90%;
}
.kz-big-image {
  width: 95%;
  height: 400px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.kz-medium-image {
  width: 95%;
  max-height: 168px;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.kz-big-content {
  height: 300px;
  overflow: hidden;
}
.mh-main-content,
.mh-side-navigation {
  margin-top: 15px;
}
.mh-image-gallery {
  margin: 15px 0px;
  padding: 0px;
  list-style-type: none;
}
.mh-image-gallery li {
  display: block;
  width: 20%;
  float: left;
  border: solid 1px #fff;
}
.mh-image-gallery li a {
  background-position: center;
  background-size: cover;
  height: 150px;
  display: block;
}
#news .mh-image-gallery li {
  display: block;
  width: 32%;
  float: left;
  border: solid 1px #fff;
}
#news .mh-image-gallery li a {
  background-size: cover;
  height: 150px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  display: block;
}

.mh-content-info-boxes div.wh-grid-cell:last-of-type .mh-article {
  border-bottom: none;
}
#mh-content-slides {
  float: right;
  position: relative;
  height: 520px;
}
.mh-content-slide {
  position: absolute;
  top: 0;
}
.mh-content-slide a {
  display: block;
  position: relative;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 15px;
}
.single-slider .mh-content-slide a {
  max-height: 440px;
}
.mh-content-slide img {
  margin-right: 0px;
  position: relative;
  width: 100%;
}
.mh-slide-link:hover .mh-content-slide-caption {
  height: auto;
  opacity: 0.8;
}
.mh-content-slide-caption {
  position: absolute;
  font-size: 0.9em;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  color: #fff;
  padding: 5px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.mh-infobox-text {
  display: block;
}
.wh-right-pad-for-70 {
  padding-right: 15px;
}
.mh-expander-control {
  display: block;
}
.mh-expander-control a {
  color: #8ab5dd;
}
.mh-expandable-content .mh-detailed-content {
  display: none;
}
.mh-expandable-content .mh-read-less {
  display: none;
}
.mh-expandable-content.expander-open .mh-detailed-content {
  display: block;
}
.mh-expandable-content.expander-open .mh-read-less {
  display: block;
}
.mh-expandable-content.expander-open .mh-read-more {
  display: none;
}

.ff_composer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ff_composer .field_label {
  font-size: 14px !important;
}
.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit {
  overflow: hidden;
}
.ff_composer .unit {
  float: left;
}
.ff_composer .unit_right {
  float: right;
}
.ff_composer .size1of1 {
  float: none;
}
.ff_composer .size1of2 {
  width: 50%;
}
.ff_composer .size1of3 {
  width: 33.33333%;
}
.ff_composer .size2of3 {
  width: 66.66666%;
}
.ff_composer .size1of4 {
  width: 25%;
}
.ff_composer .size3of4 {
  width: 75%;
}
.ff_composer .line:last-child,
.ff_composer .last_unit {
  float: none;
  width: auto;
}
.ff_composer p,
.ff_composer h1,
.ff_composer h2,
.ff_composer h3,
.ff_composer h4,
.ff_composer h5,
.ff_composer h6 {
  margin: 0;
}
.ff_composer .required_item {
  margin-left: 4px;
  color: #666;
}
.ff_composer textarea {
  width: 88%;
}
.ff_composer select option {
  padding: 1px 2%;
  max-width: 96%;
  overflow: hidden;
}
.ff_composer select,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {
  width: 75%;
  height: 34px;
  font-size: 1em;
  color: #000;
  padding: 0px;
}
#newsletterFrame {
  border: none;
  overflow: auto;
  min-height: 770px;
  width: 100%;
}
#newsletterForm .unit {
  padding: 4px;
}
#newsletterForm input[type="text"] {
  width: 100%;
}
#newsletterForm .inline-error-msg {
  width: 100%;
}
.ff_composer ul.dynamic_recipients {
  list-style: none;
  padding: 0;
}
.ff_composer input[type="checkbox"] {
  float: left;
  margin-top: 7px;
}
label.checkbox {
  color: #666;
}
.inline-error-msg {
  display: none;
  float: left;
  clear: both;
  width: 75%;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: #c43025;
  color: #fff;
}
.inline-error-msg i {
  margin: 0px 3px 0px 0px;
}
.submit-success {
  border: solid 1px #000;
  padding: 15px;
  margin: 30px auto;
  width: 90%;
  display: none;
}
.cms-content a {
  color: #8ab5dd;
}
.wh-relative {
  position: relative;
}
.wh-for-mobile .search-input {
  width: 60%;
}

.aktuelles-contents .mh-expander-control a {
  color: #8ab5dd;
}
.aktuelles-contents .mh-expander-control {
  display: block;
}
.aktuelles-contents .mh-expandable-content .mh-detailed-content {
  display: none;
}
.aktuelles-contents .mh-expandable-content .mh-read-less {
  display: none;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-detailed-content {
  display: block;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-read-less {
  display: block;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-read-more {
  display: none;
}
/*========  News email provider  ========*/
.asterisk {
  color: red;
}
.ep-form-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.ep-form-row:before,
.ep-form-row:after,
.ep-clearfix:before,
.ep-clearfix:after {
  display: table;
  content: " ";
}
.ep-form-row:after,
.clearfix:after {
  clear: both;
}
.ep-form-col-1,
.ep-form-col-2,
.ep-form-col-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.ep-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.ep-radio-checkbox-offset {
  margin-left: 24px;
}
@media (max-width: 1110px) {
  .newsletter-header {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .newsletter-header {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ep-form-col-1,
  .ep-form-col-2,
  .ep-form-col-full {
    float: left;
  }
  .ep-form-col-1 {
    width: 25%;
  }
  .ep-form-col-2 {
    width: 75%;
  }
  .ep-form-col-full {
    width: 100%;
  }
}
/*========  News email provider end ========*/
.wh-logo {
  text-align: right;
}
.wh-logo img {
  width: 40%;
}
.wh-for-mobile .wh-logo img {
  width: 100%;
}
.wh-for-full #searchForm {
  padding-bottom: 10px;
}
.aktuelles-big-image {
  width: 100%;
  height: auto;
  text-align: right;
}
.aktuelles-big-image .image-container {
  width: 80%;
}
.aktuelles-big-image img {
  float: right;
  width: 100%;
}
#museen-der-wien-holding .cms-content ul,
#the-wien-holding-museums .cms-content ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.boesendorfer-1 {
  background-image: url("../img/BSD_logo.jpg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 25px;
  background-size: cover;
}
.mozarthaus-1 {
  background-image: url("../img/MZ_logo.jpg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 32px;
  background-size: cover;
}
.boesendorfer-0 {
  display: none;
}
.aktuelles-contents .mh-image-container,
.aktuelles-big-image .image-container {
  position: relative;
}
.image-container {
  float: right;
  margin-bottom: 15px;
}
.mh-image-container:hover .mh-content-slide-caption,
.aktuelles-big-image:hover .mh-content-slide-caption {
  height: auto;
  opacity: 0.8;
}
.mh-image-container img {
  float: left;
  width: 100%;
}
.f-open {
  display: block !important;
}
#links-expander {
  cursor: pointer;
}
#anfahrt-zeiten-preise table tr td:first-of-type {
  width: 90%;
}
#anfahrt-zeiten-preise table tr td:last-of-type {
  white-space: nowrap;
}
#museen-der-wien-holding li.mh-archive-article:last-of-type {
  border-bottom: 0px;
}
.small-concert {
  min-height: 190px;
}
.konzert-location-title {
  margin: 10px 0px;
}
.konzert-content img {
  display: block;
}
.konzert-box {
  border-bottom: solid 3px #7bafde !important;
  padding-bottom: 10px;
}

.mh-konzert-expandable-content .mh-konzert-detailed-content {
  display: none;
}
.mh-konzert-expandable-content .mh-konzert-read-less {
  display: none;
}
.mh-konzert-expandable-content.expander-konzert-open
  .mh-konzert-detailed-content {
  display: block;
}
.mh-konzert-expandable-content.expander-konzert-open .mh-konzert-read-less {
  display: block;
}
.mh-konzert-expandable-content.expander-konzert-open .mh-konzert-read-more {
  display: none;
}

.fancybox-container {
  font-family: "botoni-Book", Serif !important;
}
.fancybox-caption {
  font-size: 18px !important;
}

#kreativwettbewerb .mh-main-content img {
  width: 100%;
  height: auto;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

#circle * table,
th,
td {
  border: 1px solid;
  padding: 10px;
}

#circle * table > tbody > tr > td,
#circle * table > tbody > tr > td > img {
  float: none;
  text-align: center;
  vertical-align: top;
}

#circle * table > tbody > tr > td > img {
  margin: 0;
  padding: 0;
}

#circle * table > tbody > tr > td > p,
#circle * table > tbody > tr > td > em,
#circle * table > tbody > tr > td > strong {
  text-align: left;
  float: left;
  width: max-content;
  margin: 0;
}

@media (max-width: 1400px) {
  .mh-header .mh-full-mask {
    left: -80px;
  }
}
@media (max-width: 1350px) {
  .mh-header .mh-full-mask {
    left: -250px;
  }
}
@media (max-width: 1260px) {
  .mh-main-menu ul li a {
    font-size: 1em;
  }
  .mh-main-menu ul li {
    line-height: 1.1em;
  }
  .home-box-thumb {
    height: 175px;
  }
  .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
    min-height: 615px;
  }
}
@media (max-width: 1200px) {
  .wh-main-container,
  .wh-page-component {
    max-width: 970;
  }
  .wh-content,
  .wh-footer {
    width: 83%;
    min-width: 870px;
    margin: 0 auto;
  }
  .mh-article-header {
    font-size: 1em;
    line-height: 2.2em;
  }
  .mh-header .mh-full-mask {
    left: -150px;
  }
}
@media (max-width: 940px) {
  .mh-article-header {
    font-size: 0.85em;
    line-height: 2.8em;
  }
  .mh-header .mh-full-mask {
    position: absolute;
    top: 0px;
    left: -210px;
    bottom: 0px;
  }
}
@media only screen and (max-device-width: 1024px) {
  #gewinnspiel * .mh-wrapper {
    padding: 0 1rem;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mh-expander-control {
    display: block;
  }
  .mh-expander-control a {
    color: #8ab5dd;
  }
  .mh-expandable-content .mh-detailed-content {
    display: none;
  }
  .mh-expandable-content .mh-read-less {
    display: none;
  }
  .mh-expandable-content.expander-open .mh-detailed-content {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-less {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-more {
    display: none;
  }
  .wh-content,
  .wh-footer {
    width: 100%;
    margin: 0 auto;
    min-width: unset;
  }
  .wh-main-container,
  .wh-page-component {
    width: 98%;
    max-width: unset;
    margin: 0 auto;
  }
  .wh-main-container .mh-infobox-text {
    font-size: 0.9em;
  }
  .mh-header .mh-full-mask {
    left: -70px;
  }
  .mh-header .mh-full-mask.mh-half-mask {
    left: -150px;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mh-vermitung-cell .mh-article {
    border-bottom: 0px;
  }
  .mh-expander-control {
    display: block;
  }
  .mh-expander-control a {
    color: #8ab5dd;
  }
  .mh-expandable-content .mh-detailed-content {
    display: none;
  }
  .mh-expandable-content .mh-read-less {
    display: none;
  }
  .mh-expandable-content.expander-open .mh-detailed-content {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-less {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-more {
    display: none;
  }
  .wh-content,
  .wh-footer {
    width: 100%;
    margin: 0 auto;
    min-width: unset;
  }
  .wh-main-container,
  .wh-page-component {
    width: 98%;
    max-width: unset;
    margin: 0 auto;
  }

  /* grid */
  .wh-grid-lg-3 {
    float: none;
  }
  .wh-grid-lg-3 .wh-grid-cell {
    float: none;
  }
  .wh-grid-lg-3 .wh-grid-cell .mh-article {
    margin: 15px auto 0 auto;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) {
    clear: none;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) .mh-article {
    float: none;
    clear: none;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 3) .mh-article {
    float: none;
  }

  .wh-grid-md-2 {
    float: left;
  }
  .wh-grid-md-2 .wh-grid-cell {
    float: left;
    width: 50%;
  }
  .wh-grid-lg-3 .wh-grid-cell .mh-article {
    margin: 15px auto 0 auto;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 1) {
    clear: both;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 1) .mh-article {
    float: left;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 2) .mh-article {
    float: right;
  }

  .wh-md-60 {
    width: 60%;
  }
  .wh-md-40 {
    width: 40%;
  }
  .mh-header .mh-full-mask {
    position: absolute;
    top: 0px;
    left: -190px;
    bottom: 0px;
  }
}
@media (max-width: 660px) {
  .mh-vermitung-cell .mh-article {
    border-bottom: 0px;
  }
  .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
    min-height: 550px;
  }
  .mh-side-navigation-container {
    width: 90%;
    border-bottom: solid 1px;
    padding-bottom: 15px;
  }

  .wh-footer .f-link a {
    font-size: 1em;
    line-height: 1.5em;
  }
  #anfahrt-zeiten-preise table tr td:first-of-type {
    width: 80%;
  }
  .mh-content-info-boxes,
  .main-content-column {
    width: 100%;
  }
  .wh-mm-15-top {
    margin-top: 15px;
  }
  .mh-search-box img {
    width: 11% !important;
  }
  .wh-for-mobile.buy-tikets {
    position: absolute;
    bottom: 0px;
  }
  .wh-for-mobile.buy-tikets img {
    width: 100%;
  }
  .mh-expander-control {
    display: block;
  }
  .mh-expander-control a {
    color: #8ab5dd;
  }
  .mh-expandable-content .mh-detailed-content {
    display: none;
  }
  .mh-expandable-content .mh-read-less {
    display: none;
  }
  .mh-expandable-content.expander-open .mh-detailed-content {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-less {
    display: block;
  }
  .mh-expandable-content.expander-open .mh-read-more {
    display: none;
  }
  .mh-header {
    min-height: 370px;
  }
  .mh-header-image {
    width: 100%;
  }
  .wh-main-container,
  .wh-page-component {
    max-width: unset;
  }
  .wh-content,
  .wh-footer {
    width: 100%;
    min-width: unset;
    margin: 0 auto;
  }
  .mh-article-header {
    font-size: 0.8em;
  }
  .wh-footer a {
    font-size: 1em;
    line-height: 2.5em;
  }
  /* grid */
  .wh-grid-lg-3 {
    float: none;
  }
  .wh-grid-lg-3 .wh-grid-cell {
    float: none;
  }
  .wh-grid-lg-3 .wh-grid-cell .mh-article {
    margin: 15px auto 0 auto;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) {
    clear: none;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 1) .mh-article {
    float: none;
    clear: none;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n + 3) .mh-article {
    float: none;
  }

  .wh-grid-md-2 {
    float: left;
  }
  .wh-grid-md-2 .wh-grid-cell {
    float: left;
    width: 50%;
  }
  .wh-grid-lg-3 .wh-grid-cell .mh-article {
    margin: 15px auto 0 auto;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 1) {
    clear: both;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 1) .mh-article {
    float: left;
  }
  .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n + 2) .mh-article {
    float: right;
  }
  .ico-key {
    width: 30px !important;
    margin-top: 5px;
  }
  .ico-calendar {
    width: 25px !important;
    margin-top: 2px;
  }
  .ico-pin {
    width: 12px !important;
  }
  .ico-kids {
    width: 20px !important;
  }
  .ico-info {
    width: 20px !important;
  }
  .ico-mozart {
    width: 16px !important;
    margin-top: 3px;
  }
  .mh-side-concerts {
    padding-left: 0px;
    margin: 15px 0;
    border-left: none;
  }
  .kz-medium-image {
    max-height: unset;
    width: 100%;
  }
  .kz-small-image {
    width: 95%;
  }
  .kz-big-image {
    width: 100%;
    height: auto;
  }
  .mh-event-big {
    border-bottom: solid 3px #7bafde !important;
  }
  .wh-no-border.mh-event-big {
    border: none !important;
  }
}
@media (max-width: 550px) {
  .f-link {
    padding-top: 10px;
  }
  .wh-footer a img {
    width: 60%;
  }
  .aktuelles-big-image {
    height: auto;
  }
  .aktuelles-big-image .image-container {
    width: 100%;
  }
  .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
    min-height: auto;
  }
  .mh-header .mh-full-mask {
    left: 0px;
  }
  .ico-key {
    width: 40px !important;
    margin-left: 5px;
    margin-top: 11px;
  }
  .ico-calendar {
    width: 35px !important;
    margin-left: 5px;
    margin-top: 6px;
  }
  .ico-pin {
    width: 19px !important;
    margin-left: 5px;
    margin-top: 6px;
  }
  .ico-kids {
    width: 33px !important;
    margin-left: 5px;
    margin-top: 6px;
  }
  .ico-info {
    width: 33px !important;
    margin-left: 5px;
    margin-top: 6px;
  }
  .ico-mozart {
    width: 21px !important;
    margin-left: 5px;
    margin-top: 6px;
  }
  .mh-article-header {
    font-size: 0.9em;
  }
  .home-box-thumb {
    height: 190px;
  }
  .mh-header .mh-full-mask {
    position: absolute;
    top: 0px;
    left: -50px;
    bottom: 0px;
  }
  .buy-tikets {
    text-align: left;
  }
  .mh-header {
    min-height: unset;
    height: 285px;
  }
  .mh-logo img {
    width: 75%;
  }
  .wh-for-mobile {
    display: block !important;
  }
  .wh-for-full {
    display: none;
  }
  .wh-content,
  .wh-footer {
    width: 95%;
    min-width: unset;
    margin: 0 auto;
  }
  .wh-sm-0 {
    width: 0%;
  }
  .wh-sm-15 {
    width: 15%;
  }
  .wh-sm-20 {
    width: 20%;
  }
  .wh-sm-45 {
    width: 45%;
  }
  .wh-sm-40 {
    width: 40%;
  }
  .wh-sm-50 {
    width: 60%;
  }
  .wh-sm-60 {
    width: 60%;
  }
  .wh-sm-80 {
    width: 80%;
  }
  .wh-sm-85 {
    width: 85%;
  }
  .wh-sm-100 {
    width: 100%;
  }
  .wh-grid-md-2 .wh-grid-cell {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .wh-grid-md-2 .wh-grid-cell .mh-article {
    width: 100%;
  }
  .mh-main-menu {
    background-color: #7bafde;
    top: 15px;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 3;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .mh-main-menu.m-open {
    padding: 20px 15px 15px 60px;
    height: 299px;
  }
  .mh-infobox-text {
    display: block;
    min-height: auto;
  }
}
@media (max-width: 470px) {
  #association-of-friends .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
    min-height: unset;
    border-bottom: 0px;
  }
  .cms-content iframe {
    width: 100%;
  }
  .cms-content img {
    float: none !important;
    display: block;
    margin: 15px auto !important;
  }
  #rent .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
    min-height: unset;
  }
  .mh-main-menu ul li a {
    font-size: 0.8em;
  }
  #mh-for-kids #mh-content-slides,
  #kids-workshops #mh-content-slides {
    height: 255px;
  }
  #mh-for-kids .ct-lang-en #mh-content-slides,
  #kids-workshops .ct-lang-en #mh-content-slides {
    height: 455px;
  }

  #discover-mozart-by-yourself .mh-content-slide a {
    max-height: 447px;
  }
  #discover-mozart-by-yourself .ct-lang-en #mh-content-slides {
    height: 470px;
  }

  #kontakt .mh-content-slide a {
    max-height: 540px;
  }
  #aktuelles .mh-image-gallery li a {
    height: 120px;
    background-size: cover;
  }
  .mh-image-gallery li {
    width: 33%;
  }
  .ff_composer input[type="text"],
  .ff_composer select,
  .ff_composer textarea {
    width: 99%;
  }
}

/*MOZART FOR KIDS*/
@media (max-width: 550px) {
  #mozart-for-kids .mh-header-image {
    width: 50% !important;
    position: absolute;
    left: 33px;
    height: 60%;
    top: 54px;
  }
}
/*MOZART FOR KIDS*/
@media (max-width: 380px) {
  #mozart-for-kids .mh-header-image {
    width: 50% !important;
    position: absolute;
    left: 47px;
    height: 60%;
    top: 54px;
  }
}
/*samsung*/
@media (max-width: 380px) and (orientation: portrait) {
  .cms-content table {
    font-size: 15px;
  }
  .unn-home-banner {
    min-height: 750px;
  }
  .unn-counts-text h1 {
    font-size: 1.5em;
  }
  .unn-mobile-header li a {
    color: #fff;
    font-size: 1.52em;
  }
}
/*iphone*/
@media (max-width: 360px) and (orientation: portrait) {
  .home-box-thumb {
    height: 160px;
  }
}
/*iphone super small*/
@media (max-width: 320px) and (orientation: portrait) {
}
