/****
**** Concept, design and implementation by
**** DimasterSoftware GmbH
**** Sellenbueren 59a
**** 8143 Stallikon
**** Switzerland
**** http://www.dimastersoftware.ch
****/
@font-face {
  font-family: "DIN-Regular";
  src: url("fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-Regular.otf") format("opentype"), url("fonts/DIN-Regular.woff") format("woff"), url("fonts/DIN-Regular.ttf") format("truetype"), url("fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINCond-Bold";
  src: url("fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Bold.otf") format("opentype"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINCond-BlackAlternate";
  src: url("fonts/DINCond-BlackAlternate.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-BlackAlternate.otf") format("opentype"), url("fonts/DINCond-BlackAlternate.woff") format("woff"), url("fonts/DINCond-BlackAlternate.ttf") format("truetype"), url("fonts/DINCond-BlackAlternate.svg#DINCond-BlackAlternate") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaCompressed";
  src: url("fonts/helvetica-compressed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-weight: normal;
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "DIN-Regular", arial;
}

body {
  background-color: #b2ccff;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 220px);
  padding-top: 220px;
}
@media screen and (max-width: 813px) {
  body {
    padding-top: 0px;
  }
}

#wrapper {
  max-width: 960px;
  width: calc(100% - 100px);
  width: calc(100% - 0px);
  margin: 0 auto;
  z-index: 0;
  margin-top: 10px;
  min-height: calc(100vh - 190px - 155px);
  background-color: #fff;
}
@media screen and (max-width: 813px) {
  #wrapper {
    width: calc(100% - 40px);
    margin-top: 65px;
  }
}

.festival-logo {
  max-width: 300px !important;
  height: auto;
}

.active > a {
  color: #b2ccff !important;
}

.button {
  padding: 10px;
  width: 170px;
  border: none;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-top: 50px;
  background-color: #ff0164;
  color: white;
  border-radius: 27px;
  margin: 0px auto;
  margin-top: 25px;
}

.button:hover {
  background-color: #b2ccff;
}

#submit {
  padding: 10px;
  width: 170px;
  border: none;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-top: 50px;
  background-color: #ff0164;
  color: white;
  border-radius: 27px;
  /* margin: 0px auto; */
  margin-top: 0px;
}

#submit:hover {
  background-color: #b2ccff;
}

a.active {
  color: #b2ccff !important;
}

.resize {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
}

.resize-top {
  height: 65px !important;
  flex: 0 0 auto;
}

.no-scroll {
  overflow: hidden !important;
}

.textsize-big {
  font-size: 1.5em;
}

.h3-big {
  font-size: 1.5em;
}

#backToTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 15px;
  /* Place the button at the bottom of the page */
  right: 15px;
  /* Place the button 30px from the right */
  z-index: 8;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px 20px;
  font-size: 18px;
  background-color: #b2ccff;
  color: #fff;
}

#IncreaseText {
  position: fixed;
  /* Fixed/sticky position */
  bottom: 15px;
  /* Place the button at the bottom of the page */
  left: 15px;
  /* Place the button 30px from the right */
  z-index: 8;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px 15.5px;
  font-size: 18px;
  background-color: #b2ccff;
  color: #fff;
}

h2 {
  color: #b2ccff;
  font-family: "DINCond-Bold";
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
}

h1 {
  color: #b2ccff;
  font-family: "DINCond-Bold";
  font-size: 28px;
  margin: 0px;
}

hr {
  border-color: #b2ccff;
}

h3 {
  color: #ff0164;
  font-family: "DINCond-BlackAlternate";
  font-size: 28px;
  margin: 0px;
}

b, strong {
  font-family: "DINCond-Bold";
}

.hide {
  display: none !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #b2ccff;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-input {
  background-color: #f8d7da;
}

.alert-label {
  color: #b2ccff;
}

.form-alert {
  border-color: #f5c6cb !important;
}

.form-success {
  border-color: #c3e6cb;
}

@media screen and (max-width: 813px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 813px) {
  .hide-on-desktop {
    display: none !important;
  }
}

header.hero {
  background-image: url("/templates/web/img/Homepage_Titelbild_2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 220px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 813px) {
  header.hero {
    background-image: url("/templates/web/img/screen_mobile.png");
    padding-top: 65px;
    min-height: 828px;
    height: 100vh;
  }
}
header.hero > div.content {
  min-height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: calc(100vh - 220px);
  height: 100%;
}
@media screen and (max-width: 813px) {
  header.hero > div.content {
    max-height: calc(100vh - 65px);
    flex-direction: column;
    height: 100%;
  }
}
header.hero > div.content > div.event {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 64px;
  flex-basis: 10%;
  width: 500px;
  padding-right: 3em;
}
@media screen and (max-width: 813px) {
  header.hero > div.content > div.event {
    font-size: 51px;
  }
}
header.hero > div.content > div.event > div.date {
  font-size: 33px;
  width: 500px;
}
@media screen and (max-width: 813px) {
  header.hero > div.content > div.event > div.date {
    font-size: 27px;
  }
}
header.hero > div.content > div.event > div.location {
  display: flex;
  flex-direction: row;
  font-size: 18px;
}
header.hero > div.content > div.event > div.location > div {
  padding-right: 10px;
}
@media screen and (max-width: 813px) {
  header.hero > div.content > div.event > div.location {
    font-size: 14px;
  }
}
header.hero > div.content > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
header.hero > div.content > img {
  width: 500px;
  padding-left: 3em;
}
header.hero > div.content > img.left {
  width: 1000px;
  padding-left: 0px;
  position: absolute;
  left: 25px;
  top: 96px;
}
@media (max-width: 1002px) {
  header.hero > div.content > img.left {
    width: calc(100% - 20px);
    transform: translateX(-50%);
    right: unset;
    left: 50%;
  }
}
header.hero > div.content > img.right {
  width: 400px;
  padding-right: 0em;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 1002px) {
  header.hero > div.content > img.right {
    width: calc(100% - 20px);
    transform: translateX(-50%);
    right: unset;
    left: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 813px) {
  header.hero > div.content > img.right {
    bottom: 250px;
  }
}
header.hero > div.content a img {
  position: absolute;
  bottom: 120px;
  left: 55px;
  cursor: pointer;
}
@media screen and (max-width: 813px) {
  header.hero > div.content a img {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
header.hero > div.content > a > img.right {
  width: 400px;
  padding-right: 0em;
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: unset;
}
@media (max-width: 1002px) {
  header.hero > div.content > a > img.right {
    width: calc(100% - 20px);
    transform: translateX(-50%);
    right: unset;
    left: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 813px) {
  header.hero > div.content > a > img.right {
    bottom: 250px;
  }
}
header.hero > img {
  width: 100px;
  margin: 0 auto;
  bottom: 2em;
  position: absolute;
  left: 0;
  right: 0;
}
header.hero > video {
  width: 100%;
  height: calc(100vh - 220px);
  z-index: 0;
}

nav.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 31px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 6px 31px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 6px 31px -4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 220px;
}
nav.nav div.navWrapper {
  max-width: 960px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
nav.nav div.navWrapper > div.topnav {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  nav.nav div.navWrapper > div.topnav {
    flex-direction: column;
  }
}
nav.nav div.navWrapper > div.topnav > div.left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  nav.nav div.navWrapper > div.topnav > div.left {
    flex-direction: column;
  }
}
nav.nav div.navWrapper > div.topnav > div.left div#title {
  color: #ff0164;
  font-size: 15px;
}
nav.nav div.navWrapper > div.topnav > div.left div#title div.big {
  font-size: 26px;
  font-family: "DINCond-BlackAlternate";
}
nav.nav div.navWrapper > div.topnav > div.left div#title div.small {
  font-size: 20px;
  font-family: "DINCond-BlackAlternate";
}
nav.nav div.navWrapper > div.topnav > div.right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  nav.nav div.navWrapper > div.topnav > div.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
nav.nav div.navWrapper > div.topnav > div.right > a.navbar-brand img {
  width: 270px;
}
nav.nav div.navWrapper > div.topnav > div.right > div.textsize {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-left: 20px;
}
nav.nav div.navWrapper > div.topnav > div.right > div.textsize > div a {
  padding-left: 10px;
}
nav.nav div.navWrapper > div.topnav > div.right > div.textsize > div:nth-child(1) a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
nav.nav div.navWrapper > div.topnav > div.right > div.textsize > div:nth-child(2) a {
  font-size: 40px;
  text-decoration: none;
  color: #000;
  line-height: 0px;
}
nav.nav div.navWrapper div.icons {
  height: 25px;
  position: relative;
}
nav.nav div.navWrapper div.icons div.icon {
  position: absolute;
  right: 145px;
  margin-top: 7px;
}
nav.nav div.navWrapper div.icons div.icon a {
  text-decoration: none;
}
nav.nav div.navWrapper div.icons div.icon a img {
  display: inline-block;
  margin-right: 6px;
  height: 23px;
  vertical-align: middle;
}
nav.nav div.navWrapper > div.middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: calc(100% - 1em - 50px);
  font-weight: bold;
  display: none;
}
nav.nav div.navWrapper > div.middle > div.subnav-title {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  width: 40%;
  justify-content: space-between;
}
nav.nav div.navWrapper > div.middle > div.subnav-title > div {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}
nav.nav div.navWrapper > div.middle > div.subnav-title > div:last-of-type {
  padding-right: 10px;
}
nav.nav div.navWrapper > div.middle > div.subnav-props {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 40%;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.language {
  display: flex;
  flex-direction: column;
  width: 40%;
  display: none;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.language > a {
  border-bottom: 1px solid #000;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  padding-top: 0.5em;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.language > a:last-of-type {
  border: none;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.textsize {
  display: flex;
  flex-direction: column;
  width: 40%;
  justify-content: space-around;
  margin-right: 10px;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.textsize > div:nth-child(1) {
  font-size: 20px;
}
nav.nav div.navWrapper > div.middle > div.subnav-props > div.textsize > div:nth-child(2) {
  font-size: 40px;
}
nav.nav div.navWrapper > ul.navlist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  border-top: 2px solid #b2ccff;
  padding: 0;
  padding: 10px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  nav.nav div.navWrapper > ul.navlist {
    flex-direction: column;
  }
}
nav.nav div.navWrapper > ul.navlist > li {
  position: relative;
}
nav.nav div.navWrapper > ul.navlist > li:focus a {
  z-index: 5;
}
nav.nav div.navWrapper > ul.navlist > li a {
  text-decoration: none;
  padding: 10px 0 10px 0;
  font-size: 24px;
  font-family: "DINCond-BlackAlternate";
  color: #ff0164;
}
nav.nav div.navWrapper > ul.navlist > li a:focus {
  outline: none;
  border: none;
}
nav.nav div.navWrapper > ul.navlist > li a:hover {
  color: #ff0164;
}
nav.nav div.navWrapper > ul.navlist > li ul {
  background-color: #b2ccff !important;
  position: absolute;
  -webkit-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  padding: 10px;
  margin: 9px -10px;
  padding-top: 10px;
  list-style: none;
  display: none;
  z-index: 2;
}
nav.nav div.navWrapper > ul.navlist > li ul.focus {
  display: block;
}
nav.nav div.navWrapper > ul.navlist > li ul li {
  padding: 0px 6px;
  margin: 0px 10px;
  background-color: #b2ccff;
  margin-bottom: 10px;
}
nav.nav div.navWrapper > ul.navlist > li ul li a {
  font-size: 18px;
  padding: 0px !important;
  color: #ff0164 !important;
  font-family: "DINCond-BlackAlternate";
  white-space: nowrap;
}
nav.nav div.navWrapper > ul.navlist > li ul li:last-of-type {
  border-bottom: 0px;
}
nav.nav div.navWrapper > ul.navlist > li ul li:focus {
  background-color: #d7d7d7;
  outline: none;
  border-bottom: 1px solid #000;
}
nav.nav div.navWrapper > ul.navlist > li:hover ul {
  display: block;
}
nav.nav div.navWrapper > ul.navlist > li:hover a {
  position: relative;
  z-index: 5;
}

main {
  width: calc(100% - 20px);
  margin: 0px auto;
  max-width: 750px;
  padding: 60px 0px;
}
@media (max-width: 767px) {
  main {
    padding: 25px 0px;
  }
}

div.test {
  font-size: 24px;
  width: 60%;
  margin: 0 auto;
}

section.aktuelles {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 75px;
}
section.aktuelles > article {
  margin-bottom: 75px;
}
section.aktuelles > article > div.date {
  font-weight: bold;
}
section.aktuelles > article > a.flex-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
section.aktuelles > article > a.flex-title > div.title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
}
section.aktuelles > article > a.flex-title > img {
  width: 15px;
  height: auto;
  margin-bottom: 25px;
  margin-left: 20px;
}
section.aktuelles > article > div.content {
  line-height: 150%;
  font-size: 18px;
}

section.gallery {
  display: flex;
  flex-direction: row;
  padding: 30px 0px;
}
@media screen and (max-width: 813px) {
  section.gallery {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
section.gallery > div.flex-left {
  display: flex;
  flex-direction: column;
  width: 65%;
  margin-right: 15px;
}
@media screen and (max-width: 813px) {
  section.gallery > div.flex-left {
    flex-direction: column;
    width: 100%;
    margin-right: 0px;
  }
}
section.gallery > div.flex-left > div.img {
  width: 100%;
  height: auto;
  position: relative;
  flex-basis: 65%;
  background-color: #d7d7d7;
  max-height: 390px;
}
@media screen and (max-width: 813px) {
  section.gallery > div.flex-left > div.img {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
section.gallery > div.flex-left > div.img > img {
  width: 100%;
  height: auto;
  min-height: 390px;
  max-height: 390px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 813px) {
  section.gallery > div.flex-left > div.img > img {
    object-position: left;
    max-height: auto;
  }
}
section.gallery > div.flex-left > div.img > div.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 1em;
  min-height: 390px;
}
section.gallery > div.flex-left > div.img > div.overlay > h4.overlay-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.gallery > div.flex-left > div.img:hover > div.overlay {
  opacity: 1;
}
section.gallery > div.flex-right {
  display: flex;
  flex-direction: column;
  width: 35%;
}
@media screen and (max-width: 813px) {
  section.gallery > div.flex-right {
    width: 100%;
  }
}
section.gallery > div.flex-right > div.img {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 187.5px;
  background-color: #d7d7d7;
}
@media screen and (max-width: 813px) {
  section.gallery > div.flex-right > div.img {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
section.gallery > div.flex-right > div.img > img {
  width: 100%;
  height: auto;
  min-height: 187.5px;
  max-height: 187.5px;
  object-fit: cover;
  object-position: center;
}
section.gallery > div.flex-right > div.img > div.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 1em;
}
section.gallery > div.flex-right > div.img > div.overlay > h4.overlay-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.gallery > div.flex-right > div.img:first-of-type {
  margin-bottom: 15px;
}
section.gallery > div.flex-right > div.img:hover > div.overlay {
  opacity: 1;
}

footer {
  background-color: white;
}
footer > div {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px;
  row-gap: 20px;
}
@media screen and (max-width: 813px) {
  footer > div {
    flex-direction: column;
    justify-content: center;
  }
}
footer > div div.footer-logo {
  height: 55px;
  width: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  footer > div div.footer-logo {
    margin: 10px auto;
  }
}
footer > div div.footer-logo a.logo-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
footer > div div.footer-wrapper {
  max-width: 960px;
  width: calc(100% - 100px);
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 813px) {
  footer > div div.footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
footer > div div.footer-wrapper > div.flex-left {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 20px;
}
footer > div div.footer-wrapper > div.flex-left > ul {
  margin-left: 0px;
  padding-left: 0px;
}
footer > div div.footer-wrapper > div.flex-left > ul > li {
  list-style: none;
  padding-bottom: 10px;
}
footer > div div.footer-wrapper > div.flex-left > ul > li > img {
  width: 200px;
  height: auto;
}
footer > div div.footer-wrapper > div.flex-left > ul > li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
footer > div div.footer-wrapper > div.flex-middle ul {
  list-style: none;
  color: white;
  padding-left: 0px;
}
footer > div div.footer-wrapper > div.flex-middle ul > li > a {
  padding-top: 1em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
footer > div div.footer-wrapper > div.flex-middle ul > li > a > img {
  padding-left: 5px;
}
footer > div div.footer-wrapper > div.flex-middle ul > li > a > i {
  font-size: 2em;
}
@media screen and (max-width: 813px) {
  footer > div div.footer-wrapper > div.flex-middle ul > li > a {
    padding-top: 1em;
  }
}
footer > div div.footer-wrapper > div.flex-right {
  display: flex;
  flex-direction: column;
  color: #fff;
}
footer > div div.footer-wrapper > div.flex-right > ul {
  padding-left: 0px;
  margin-left: 0px;
}
footer > div div.footer-wrapper > div.flex-right > ul > li {
  list-style: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer > div div.footer-wrapper > div.flex-right > ul > li {
    padding-bottom: 0px;
  }
}
footer > div div.footer-wrapper > div.flex-right > ul > li > a img {
  width: 150px;
  height: auto;
}
footer > div div.footer-wrapper > div.flex-right > ul > li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
footer .footerlinks, footer .footerlinks1 {
  padding-top: 0px;
}
footer .footerlinks > div, footer .footerlinks1 > div {
  border-top: 1px solid #b2ccff;
}
footer .footerlinks > div ul, footer .footerlinks1 > div ul {
  padding: 0px;
}
footer .footerlinks > div ul li, footer .footerlinks1 > div ul li {
  display: inline-block;
  border-left: 1px solid #b2ccff;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  footer .footerlinks > div ul li, footer .footerlinks1 > div ul li {
    border-left: none;
    padding-left: 0px;
  }
}
footer .footerlinks > div ul li:first-of-type, footer .footerlinks1 > div ul li:first-of-type {
  border: none;
  padding-left: 0px;
}
footer .footerlinks > div ul li a, footer .footerlinks1 > div ul li a {
  color: #ff0164;
  text-decoration: none;
}
footer .footerlinks1 {
  padding-top: 0px;
}
footer .footerlinks1 .footer-wrapper {
  display: block;
}

section.content {
  padding: 0px 0px;
  border-top: 1px solid #777;
}
@media (max-width: 767px) {
  section.content {
    padding: 0px;
  }
}
section.content > article iframe {
  width: 100%;
}
section.content > article img {
  max-width: 100%;
  height: auto;
}
section.content > article p {
  line-height: 150%;
}
section.content > article b, section.content > article strong {
  font-family: "DINCond-Bold";
}
section.content > article h2 {
  color: #b2ccff;
  font-weight: bold;
}
section.content > article h1 {
  color: #b2ccff;
  font-weight: bold;
}
section.content > article h3, section.content > article h4 {
  font-weight: normal;
  font-family: "DIN-Regular", arial;
}
section.content > article table.partners tr {
  display: flex;
  flex-direction: column;
}
section.content > article table.partners tr td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #d7d7d7;
  width: 30% !important;
  display: block;
  height: auto;
  min-height: 1%;
}
@media screen and (max-width: 813px) {
  section.content > article table.partners tr td {
    width: 100% !important;
  }
}
section.content > article table.tickets tr td:last-of-type {
  padding-top: 0.5em;
}
@media screen and (max-width: 813px) {
  section.content > article table.tickets tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d7d7d7;
    height: auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 813px) {
  section.content > article table.tickets td {
    height: auto !important;
  }
}
section.content > article table {
  margin-bottom: 1em;
}
section.content > article table tr td {
  line-height: 150%;
  vertical-align: top;
}
section.content > article table tr td a {
  color: #ff0164;
  text-decoration: none;
  font-weight: bold;
}
section.content > article table tr td a:hover {
  text-decoration: underline;
}
section.content > article table.prod {
  table-layout: fixed;
  width: 100% !important;
}
section.content > article table.prod td {
  width: auto !important;
  height: auto !important;
}
section.content > article table.media {
  table-layout: fixed;
}
section.content > article table.media td {
  vertical-align: top;
}
section.content > article table.media img, section.content > article table.media iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 220px;
}
section.content > article table.refer td {
  vertical-align: top;
}
section.content > article table.refer td:nth-child(1) {
  width: 25% !important;
  vertical-align: top;
  padding-right: 30px;
}
section.content > article table.refer td:nth-child(1) img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center center;
}
section.content > article table.refer td:nth-child(2) {
  vertical-align: top;
}
section.content > article table.program {
  width: 100% !important;
  margin-top: -50px;
}
section.content > article table.program thead tr {
  background-color: #d7d7d7;
}
section.content > article table.program thead tr td {
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
section.content > article table.program tr td {
  border: 1px solid #d7d7d7;
  padding: 5px;
}
section.content > article table.program tr td:first-of-type, section.content > article table.program tr td:nth-child(2) {
  width: 100px !important;
}
section.content > article table.program tr td:last-of-type {
  width: auto !important;
}
section.content > article a {
  color: #ff0164;
  text-decoration: none;
}
section.content > article a:hover {
  text-decoration: underline;
}

section.content:first-of-type {
  border-top: none;
}

.active-panel, .accordion:hover {
  background-color: #ccc;
}

section.signup {
  margin-bottom: 2em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.signup {
    width: 100%;
  }
}
section.signup > div.accordion-wrapper > button.accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
section.signup > div.accordion-wrapper > div.panel {
  background-color: white;
  display: block;
  overflow: hidden;
}
section.signup > div.accordion-wrapper > div.panel > form {
  padding-top: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.signup > div.accordion-wrapper > div.panel > form {
    width: 100%;
  }
}
section.signup > div.accordion-wrapper > div.panel > form > button {
  padding: 10px;
  width: 170px;
  border: none;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-top: 50px;
  background-color: #ff0164;
  color: white;
  border-radius: 27px;
  margin: 0px auto;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.signup > div.accordion-wrapper > div.panel > form > button {
    width: 100%;
  }
}
section.signup > div.accordion-wrapper > div.panel > form > button:hover {
  background-color: #b2ccff;
  color: #fff;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field {
  display: flex;
  width: calc(100% - 1px);
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-field {
    width: 100%;
    flex-flow: row wrap;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > input {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 10px;
  outline: none;
  border: none;
  border: 1px solid black;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > input[type=submit] {
  width: auto;
  margin-left: 5px;
  cursor: pointer;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > input[type=checkbox] {
  visibility: visible;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > select {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 10px;
  outline: none;
  border: none;
  border: 1px solid black;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > label {
  padding: 10px;
  background-color: white;
  min-width: 170px;
  padding-left: 0px;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-field > label {
    font-size: 14px;
    width: 100%;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  flex-basis: 80%;
  resize: none;
  border: none;
  font-family: "DIN-Regular", arial;
  border: 1px solid black;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field > label.textarea {
  padding: 10px;
  min-height: 140px;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-field > label.textarea {
    width: 100%;
    min-height: auto;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-field:focus {
  border: 1px solid darkgrey !important;
  outline: none !important;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-clean {
    width: 100%;
    flex-flow: row wrap;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > div.label {
  margin-right: 10px;
  padding: 10px;
  min-width: 170px;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container > span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container > span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container:hover input ~ .checkmark {
  background-color: #b2ccff;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container input:checked ~ .checkmark {
  background-color: #b2ccff;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container input:checked ~ .checkmark:after {
  display: block;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-clean > label.container .checkmark::after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio {
    width: 100%;
    flex-flow: row wrap;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio > div.label {
  margin-right: 10px;
  padding: 10px;
  min-width: 170px;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio > div.label {
    width: 100%;
    margin-right: 0px !important;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio > div.label-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-flow: row wrap;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container > span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container > span.checkmark {
    top: 10px;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container > span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container:hover input ~ .checkmark {
  background-color: #b2ccff;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container input:checked ~ .checkmark {
  background-color: #b2ccff;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container input:checked ~ .checkmark:after {
  display: block;
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio label.container .checkmark::after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio:first-of-type > form div.input-radio#lang {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio:first-of-type > form div.input-radio#lang {
    width: 100%;
  }
}
section.signup > div.accordion-wrapper > div.panel > form div.input-radio:first-of-type > form div.input-radio#lang > div {
  margin-right: 10px;
  padding: 10px;
  min-width: 170px;
  background-color: #eee;
}
@media screen and (max-width: 813px) {
  section.signup > div.accordion-wrapper > div.panel > form div.input-radio:first-of-type > form div.input-radio#lang > label:first-of-type {
    margin-right: 15px;
  }
}
section.signup button.accordion::after {
  content: url("/templates/web/img/icons/chevron-down.png");
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  transform: rotateX(360deg);
  transition: all 0.4s ease-in-out;
}
section.signup button.accordion.active-panel::after {
  content: url("/templates/web/img/icons/chevron-down.png");
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  transform: rotateX(180deg);
  transition: all 0.4s ease-in-out;
}
section.signup > div.contact {
  padding-top: 25px;
}
section.signup > div.contact a {
  color: #000;
  text-decoration: none;
}

nav#mobile-nav {
  height: 65px;
  position: fixed;
  background-color: white !important;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.1);
}
nav#mobile-nav > div.top {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  height: 65px;
  padding-top: 18px;
  border-bottom: 1px solid #d7d7d7;
}
nav#mobile-nav > div.top a img {
  width: 140px;
  position: relative;
  top: -9px;
}
nav#mobile-nav > div.top #hamburger {
  font-size: 1.8em !important;
  cursor: pointer;
}
nav#mobile-nav > div.language {
  background-color: white;
  padding-bottom: 1em;
  padding-left: 1em;
  border-top: 1px solid #d7d7d7;
  padding-top: 1em;
  -webkit-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1em;
  height: 65px !important;
  flex: 0 0 auto;
}
nav#mobile-nav > div.language div.icon {
  width: 100%;
  max-width: 135.6px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
nav#mobile-nav > div.language div.icon a {
  text-decoration: none;
}
nav#mobile-nav > div.language div.icon a img {
  display: inline-block;
  margin-right: 10px;
  height: 25px;
}
nav#mobile-nav > div.language div.icon a:last-of-type img {
  margin-right: 0px;
}
nav#mobile-nav > ul.navlist {
  background-color: white;
  list-style: none;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0px;
  overflow: scroll;
  flex: 1 1 auto;
  margin-top: 0px;
  line-height: 150%;
  font-size: 22px;
}
nav#mobile-nav > ul.navlist > li a {
  text-decoration: none;
  color: #ff0164;
  padding-bottom: 2px;
}
nav#mobile-nav > ul.navlist > li a:hover {
  border-bottom: 2px solid #000;
}
nav#mobile-nav > ul.navlist ul {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-left: 1px solid #d7d7d7;
}
nav#mobile-nav > ul.navlist ul li a {
  text-decoration: none;
  padding-bottom: 2px;
  color: #ff0164;
}
nav#mobile-nav > ul.navlist ul li a:hover {
  border-bottom: 2px solid #555;
}

#alert-box-message {
  width: 95%;
}
@media screen and (max-width: 813px) {
  #alert-box-message {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #alert-box-message {
    width: 100%;
  }
}

.optanon-alert-box-wrapper {
  border-top: 1px solid #d7d7d7 !important;
}

.optanon-alert-box-wrapper .optanon-alert-box-button-middle button:focus {
  outline: none !important;
}

@media only screen and (max-width: 47em) {
  .optanon-alert-box-bg .optanon-alert-box-button-container {
    position: relative;
    text-align: center;
    /* margin: 5px; */
    /* top: auto; */
    /* left: auto; */
    /* padding-right: 50px; */
    /* right: 0; */
    margin-top: 5px;
  }
}
@media only screen and (max-width: 47em) {
  .optanon-alert-box-wrapper .optanon-alert-box-button {
    display: inline-flex !important;
    /* margin-right: 10px; */
    /* display: block; */
    width: 90%;
    margin: 0 auto;
  }
}
.optanon-alert-box-wrapper .optanon-alert-box-button {
  /* float: right; */
  /* margin-right: 30px; */
  /* margin-bottom: 10px; */
  line-height: initial;
}

.optanon-alert-box-button.optanon-button-close .optanon-alert-box-button-middle {
  display: none !important;
}

.optanon-alert-box-button.optanon-button-close {
  margin: 0 !important;
}

label.myCheckbox {
  position: absolute;
  top: 0px;
  left: 0px;
}
label.myCheckbox input {
  display: none;
}
label.myCheckbox span {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #A3A0A1;
}
label.myCheckbox input:checked + span {
  background-color: #A3A0A1;
  box-shadow: inset 0 0 0 0.18em rgba(255, 255, 255, 0.95);
}

div.checkbox-container {
  position: relative;
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
}
div.checkbox-container span.checkbox-span {
  margin-left: 30px;
}
div.checkbox-container.second {
  margin-top: 20px;
}

table tr td.titlesmall {
  font-size: 14px;
  font-family: "DINCond-Bold";
}

form .box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
}
form {
  /* Hide the default style of the checkbox */
}
form input[type=checkbox] {
  visibility: hidden;
}
form {
  /* Create a custom checkbox */
}
form .mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #a3a0a1;
}
form {
  /* Checkmark to be shown in checkbox */
  /* It will not be shown when not checked */
}
form .mark:after {
  content: "";
  position: absolute;
  display: none;
}
form {
  /* Display checkmark when checked */
}
form .box input:checked + .mark:after {
  display: block;
}
form {
  /* Styling the checkmark using webkit */
  /* Rotated the rectangle by 45 degree and showing only two border to make it look like a tick mark */
}
form .box .mark:after {
  left: 3px;
  bottom: 3px;
  width: 6px;
  height: 6px;
  border: 3px solid #a3a0a1;
  background-color: #a3a0a1;
}

.hokuspokusgrid {
  display: grid;
  grid-template-columns: 1fr minmax(960px, max-content) 1fr;
}
@media (max-width: 1079px) {
  .hokuspokusgrid {
    display: block;
  }
}

.lightbox {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}
.lightbox.active {
  display: block;
}
.lightbox video {
  background-color: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .closecross {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 40px;
  background-color: #FFF;
  border-radius: 25px;
}
.lightbox .closecross > div:first-of-type {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .closecross > div:last-of-type {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.adcontainer > div:first-of-type {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.adcontainer > div:last-of-type {
  position: relative;
}
.adcontainer > div:last-of-type a {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.adcontainer.size0 {
  margin-top: 0px;
}
.adcontainer.size0 div {
  text-align: center;
}
.adcontainer.size0 div:last-of-type {
  width: 728px;
  height: 90px;
  overflow: hidden;
}
.adcontainer.size0 div:last-of-type iframe {
  width: 728px;
  height: 90px;
  border: 0px;
}
@media (max-width: 1079px) {
  .adcontainer.size0 {
    display: none;
  }
}
.adcontainer.size1 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  max-width: 200px;
}
.adcontainer.size1 div:last-of-type {
  width: 160px;
  height: 600px !important;
  overflow: hidden;
}
.adcontainer.size1 div:last-of-type iframe {
  width: 160px;
  height: 600px !important;
  border: 0px;
}
@media (max-width: 1359px) {
  .adcontainer.size1 {
    display: none;
  }
}
.adcontainer {
  margin: 10px auto;
  margin-bottom: 20px;
}

div.sidebar {
  width: 100%;
  position: relative;
  padding: 0px;
}
div.sidebar > div {
  position: absolute;
  right: -10px;
  top: 0px;
  transform: translateX(100%);
}

div.wallpapersidebar {
  width: 100%;
  position: relative;
  margin-left: -20px;
}
div.wallpapersidebar > div {
  position: absolute;
  right: -10px;
  top: 0px;
  transform: translateX(100%);
}

/*# sourceMappingURL=master.css.map */
