@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-Light.eot');
  src: local('Fira Sans Light'), url('/static/fonts/Fira-master/eot/FiraSans-Light.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-Light.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-LightItalic.eot');
  src: local('Fira Sans Light Italic'), url('/static/fonts/Fira-master/eot/FiraSans-LightItalic.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-LightItalic.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-Regular.eot');
  src: local('Fira Sans Regular'), url('/static/fonts/Fira-master/eot/FiraSans-Regular.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-Regular.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-RegularItalic.eot');
  src: local('Fira Sans Regular Italic'), url('/static/fonts/Fira-master/eot/FiraSans-RegularItalic.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-RegularItalic.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-Medium.eot');
  src: local('Fira Sans Medium'), url('/static/fonts/Fira-master//static/fonts/Fira-master/eot/FiraSans-Medium.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-Medium.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-MediumItalic.eot');
  src: local('Fira Sans Medium Italic'), url('/static/fonts/Fira-master/eot/FiraSans-MediumItalic.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-MediumItalic.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-Bold.eot');
  src: local('Fira Sans Bold'), url('/static/fonts/Fira-master/eot/FiraSans-Bold.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-Bold.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('/static/fonts/Fira-master/eot/FiraSans-BoldItalic.eot');
  src: local('Fira Sans Bold Italic'), url('/static/fonts/Fira-master/eot/FiraSans-BoldItalic.eot') format('embedded-opentype'), url('/static/fonts/Fira-master/woff/FiraSans-BoldItalic.woff') format('woff'), url('/static/fonts/Fira-master/ttf/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'League Gothic';
  src: url('/static/fonts/league-gothic-master/webfonts/leaguegothic-regular-webfont.eot');
  src: url('/static/fonts/league-gothic-master/webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-regular-webfont.woff') format('woff'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-regular-webfont.ttf') format('truetype'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'League Gothic';
  src: url('/static/fonts/league-gothic-master/webfonts/leaguegothic-italic-webfont.eot');
  src: url('/static/fonts/league-gothic-master/webfonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-italic-webfont.woff') format('woff'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-italic-webfont.ttf') format('truetype'), url('/static/fonts/league-gothic-master/webfonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
  font-weight: normal;
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

.bind {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 150px 20px;
}

div {
  font-size: 1em;
  line-height: 160%;
}

h1,
h2,
h3 {
  color: #d60a51;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
  line-height: 115%;
}

h3 {
  font-size: 1.6em;
}

.menu {
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  bottom: 29px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.menu.is-hidden {
  display: none;
}

.menu.is-small {
  bottom: -9.5vw;
}

.map.is-big {
  height: calc(100vh - 15.5vw);
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3f4e55;
  width: 25%;
  max-height: 25vw;
  text-decoration: none;
}

.menu-item.is-active {
  background-color: #d60a51;
}

.menu-item.is-active .menu-item-badge {
  color: #d60a51;
  background-color: #fff;
}

.menu-item:after {
  content: '';
  display: table;
  padding-bottom: 100%;
}

.menu-item-icon {
  width: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6%;
  position: relative;
}

.menu-item-icon:after {
  content: '';
  display: table;
  padding-bottom: 100%;
}

.menu-item-badge {
  color: #fff;
  position: absolute;
  font-size: 1.3em;
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
  border-radius: 50%;
  text-decoration: none;
  min-width: 25px;
  min-height: 25px;
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -5px;
  right: -5px;
  display: none;
}

.menu-item-badge.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-item-badge:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.menu-item-headline {
  font-family: "League Gothic", sans-serif;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.4%;
}

.menu-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16%;
  width: 100%;
  height: 100%;
}

.menu-logo-oben {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20%;
  height: auto;
}

.menu-logo-oben img {
  width: 100%;
}

.favourites-number-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: #d60a51;
  font-weight: bold;
}

.location-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #3f4e55;
  margin-bottom: 25px;
}

.location-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d60a51;
  color: #fff;
  border-radius: 50%;
  font-family: "League Gothic";
  font-size: 2.2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 55px;
  height: 55px;
}

.location-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "League Gothic";
  font-size: 2.2em;
  text-transform: uppercase;
  margin-top: 0.4%;
  line-height: 115%;
  color: #3f4e55;
}

.link-arrow {
  width: 40px;
  height: 40px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site-headline {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #d60a51;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 13px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  height: 75px;
}

.site-headline .site-name {
  color: #fff;
  margin: 0;
  line-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-headline .location-number {
  background-color: #fff;
  color: #d60a51;
}

.site-icon {
  margin-right: 10px;
  width: 55px;
  height: 55px;
}

.location-info-head-img {
  width: 100%;
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-logo-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.location-logo {
  height: 40px;
  margin-right: 20px;
}

.location-info {
  margin-top: 82px;
}

.location-info p {
  line-height: 175%;
  font-size: 1em;
}

.location-info div {
  font-weight: 300;
}

.location-info.is-added .favourite-btn {
  display: none;
}

.location-info.is-added .favourite-btn.added {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.location-img {
  width: 100%;
  display: block;
}

.location-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d60a51;
  padding: 25px;
}

.location-address-wrap div {
  color: #fff;
}

.location-address-wrap a {
  color: #fff !important;
  line-height: 165%;
}

.location-address-wrap h2 {
  color: #fff !important;
}

.location-address-wrap h2:first-child {
  margin-top: 0;
}

p {
  line-height: 180%;
  font-weight: 300;
}

.location-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.location-preview-txt {
  margin-top: 10px;
  display: none;
  font-size: 1em;
  line-height: 160%;
  word-wrap: break-word;
  color: #3f4e55;
}

.content-wrap {
  margin-top: 82px;
}

.event-favourite-icon.added {
  display: none;
}

.event-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  margin-bottom: 25px;
}

.event-item.is-active + .event-info {
  max-height: 10000px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.event-item.is-active .link-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.event-item.is-added .event-favourite-icon {
  display: none;
}

.event-item.is-added .event-favourite-icon.added {
  display: block;
}

.event-item.is-added + .event-info .favourite-btn {
  display: none;
}

.event-item.is-added + .event-info .favourite-btn.added {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.event-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}

.event-name {
  font-family: "League Gothic";
  font-size: 2em;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  line-height: 100%;
  color: #3f4e55;
  margin-top: 0.4%;
}

.event-time {
  line-height: 1.5em;
  font-family: "League Gothic";
  font-size: 1.5em;
  line-height: 110%;
  text-transform: uppercase;
  color: #d60a51;
  margin-right: 2%;
  margin-top: 1%;
}

.event-info {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-info p {
  line-height: 175%;
  font-size: 1em;
}

.event-info p:last-child {
  margin-bottom: 20px;
}

.event-img {
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  height: 250px;
  margin-bottom: 25px;
}

.event-descr {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
}

.event-descr-wrap {
  margin: 0 0 20px 0;
}

.btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.btn-wrap .btn:first-child {
  margin-bottom: 2%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d60a51;
  color: #fff !important;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 1.7em;
  padding: 10px;
  margin: 10px 0 0 0;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.4%;
}

.btn.btn-inverted {
  background-color: #fff;
  color: #d60a51 !important;
}

.favourite-btn {
  padding: 10px 15px 10px 10px;
}

.favourite-btn.btn-inverted {
  margin: 10px 0 0 0;
}

.favourite-btn.added {
  display: none;
}

.favourite-btn .favourite-icon {
  display: block;
  width: 30px;
  height: 100%;
  margin-right: 7px;
  margin-top: -10px;
}

.favourite-icon svg {
  fill: #fff;
}

.dragable-icon,
.event-favourite-icon,
.favourite-remove-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-favourite-icon {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.favourite-remove-icon {
  margin-right: 15px;
  cursor: pointer;
}

.favourite-btn svg {
  fill: #fff;
}

.dragable-icon {
  display: none;
}

.map {
  height: calc(100vh - 25vw - 29px);
  width: 100%;
  display: block;
  overflow: scroll;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.map::-webkit-scrollbar {
  display: none;
}

.marker,
.marker-small {
  width: 20px;
  height: 66px;
  margin-top: -60px;
  margin-left: -10px;
}

.marker svg,
.marker-small svg {
  min-width: 100%;
}

.marker-number {
  font-family: "League Gothic", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  position: absolute;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.marker-number.marker-number-left {
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.location-popup-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  display: none;
  z-index: 999;
}

.location-popup-wrap.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-popup {
  color: #fff;
  background-color: #fff;
  padding: 60px 20px 0px 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.location-popup .location-number {
  background-color: #fff;
}

.location-popup .link-arrow svg {
  fill: #fff;
}

.location-popup .location-name {
  color: #fff;
}

.location-popup-close {
  position: absolute;
  right: 25px;
  top: 20px;
  text-decoration: none;
  color: #fff;
}

.favourite-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.favourite-list-item {
  padding: 5px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.favourite-list-item .btn {
  margin: 0;
}

.favourite-list-item-date {
  color: #d60a51;
  display: inline-block;
  font-size: 0.8em;
  margin: 0px 0 -5px 0;
  line-height: 100%;
}

.favourite-list-item-headline {
  color: #3f4e55;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
  font-size: 2em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 100%;
  margin-top: 0.4%;
}

.ui-sortable-helper {
  background-color: #9aa8b1;
  padding: 5px 5px 5px 5px;
}

.ui-sortable-helper .btn {
  margin: 0;
}

.ui-sortable-helper .favourite-list-item-headline {
  color: #fff;
}

#share-link {
  color: #d60a51;
  margin: 10px 0 20px 0;
}

#leave-shared-favlist {
  margin-bottom: 20px;
}

.popup {
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-box-shadow: 0 0 25px 0px rgba(25, 25, 25, 0.3);
  box-shadow: 0 0 25px 0px rgba(25, 25, 25, 0.3);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  font-size: 0.9em;
  z-index: -1;
}

.popup.is-active {
  z-index: 999999;
  opacity: 1;
  pointer-events: auto;
}

a.popup-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 7px 11px;
  border: none;
  background-color: #fff;
  color: #d60a51;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}

a.popup-btn:hover,
a.popup-btn:focus {
  background-color: #ddd;
}

.popup-box {
  position: relative;
  background-color: #d60a51;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
}

.popup-content {
  width: 100%;
  padding: 20px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
}

.popup-content a {
  color: #fff;
}

.popup-content:before {
  display: table;
  content: "";
}

.popup-content:after {
  display: table;
  clear: both;
  content: "";
}

.popup-header {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-header h3 {
  color: #fff;
  font-size: 2em;
  margin: 0;
}

.popup-close:hover,
.popup-close:focus,
.popup-close:focus {
  opacity: 1;
}

.privacy-wrap {
  background-color: #9aa8b1;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 0px 7px 10px;
  font-size: 0.7em;
  bottom: 0;
  right: 0;
  left: 0;
  height: 29px;
}

.privacy-link {
  margin-right: 10px;
  color: #fff;
}

.startseite {
  min-height: calc(100vh - 30px);
  width: 100%;
  border: 10px solid transparent;
  padding: 15px;
  margin: 15px 15px 45px 15px;
  -o-border-image: url(/static/img/border.png) 15 round;
  border-image: url(/static/img/border.png) 15 round;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.startseite .btn {
  margin-right: 0 !important;
}

.startseite .logo-oben-links {
  left: 40px;
}

.startseite .logo-oben-rechts {
  right: 40px;
}

.startseite .logo-oben-rechts,
.startseite .logo-oben-links {
  width: 45px;
  position: absolute;
  top: 40px;
}

.startseite-noborder {
  min-height: calc(100vh - 30px);
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.startseite-noborder .btn {
  margin-right: 0 !important;
}

.startseite-noborder .logo-oben-links {
  left: 25px;
}

.startseite-noborder .logo-oben-rechts {
  right: 25px;
}

.startseite-noborder .logo-oben-rechts,
.startseite-noborder .logo-oben-links {
  width: 45px;
  position: absolute;
  top: 23px;
}

.start-wrap {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.start-main-logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}

.start-date {
  text-align: center;
  font-size: 1em;
}

.start-date h2 {
  margin-top: 0.1em;
}

.start-descr {
  text-align: center;
  margin: 30px 0;
}

.start-logo {
  height: 30px;
  margin: 0 15px 15px 0;
}

.start-logo-wrap {
  padding: 15px 0 15px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 450px) {
  .logo-oben-rechts,
  .logo-oben-links {
    width: 55px;
  }

  .site-headline {
    height: 80px;
  }
}

@media (min-width: 520px) {
  .menu.is-small {
    bottom: -9vw;
  }

  .map.is-big {
    height: calc(100vh - 16vw);
  }
}

@media (min-width: 700px) {
  .map,
  .bind {
    margin-left: 200px;
    width: calc(100% - 200px);
  }

  .map {
    height: 100vh;
  }

  .map.is-big {
    height: 100vh !important;
  }

  .menu {
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
  }

  .menu-logo {
    padding: 60px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-logo img {
    width: 100%;
    height: 100%;
  }

  .menu-item {
    width: 100%;
    height: 75px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .menu-item:hover,
  .menu-item:focus {
    background-color: #9aa8b1;
  }

  .menu-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px;
  }

  .menu-item-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .menu-spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #3f4e55;
  }

  .site-headline {
    left: auto;
    margin-left: -20px;
    right: auto;
    padding: 20px;
  }

  .event-img {
    height: 350px;
  }

  .privacy-wrap {
    bottom: 0;
    right: 0;
    left: auto;
  }

  .startseite {
    margin-bottom: 15px;
  }

  .menu-item-badge {
    font-size: 1.1em;
  }

  .location-info-head-img {
    height: 400px;
  }

  .site-headline {
    height: auto;
  }

  .content-wrap,
  .location-info {
    margin-top: 96px;
  }

  .menu-logo-oben {
    display: inline-block;
  }
}

@media (min-width: 800px) {
  .menu {
    width: 25%;
  }

  .menu-item {
    height: 85px;
  }

  .menu-item-wrap {
    padding: 20px;
  }

  .map,
  .bind {
    margin-left: 25%;
    width: 75%;
  }

  .location-preview-txt {
    display: block;
  }

  .location-number {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-arrow {
    margin-left: 20px;
  }

  .event-img {
    height: 400px;
  }

  .btn {
    height: 50px;
  }

  .startseite .logo-oben-rechts,
  .startseite .logo-oben-links {
    width: 80px;
    top: 60px;
  }

  .startseite .logo-oben-rechts {
    right: 60px;
  }

  .startseite .logo-oben-links {
    left: 60px;
  }

  .startseite-noborder .logo-oben-rechts,
  .startseite-noborder .logo-oben-links {
    width: 80px;
    top: 33px;
  }

  .startseite-noborder .logo-oben-rechts {
    right: 35px;
  }

  .startseite-noborder .logo-oben-links {
    left: 35px;
  }

  .dragable-icon {
    display: inline-block;
    background-image: url("/static/img/dragable.svg");
    cursor: pointer;
  }

  .favourite-btn .favourite-icon {
    margin-top: 0px;
  }

  .content-wrap .location-column {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .location-popup {
    max-width: 750px;
    max-height: 80vh;
    height: auto;
  }

  .start-date {
    font-size: 1.6em;
  }
}

@media (min-width: 1200px) {
  .menu {
    width: 350px;
  }

  .site-headline {
    margin-left: -30px;
  }

  .map,
  .bind {
    margin-left: 350px;
    width: calc(100% - 350px);
  }

  .bind {
    padding: 30px 30px 150px 30px;
  }

  .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .btn-wrap .btn:first-child {
    margin-right: 20px;
  }

  .btn {
    padding: 10px 20px;
  }

  .favourite-btn {
    padding: 10px 15px 10px 10px;
  }

  .event-text-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-wrap .location-item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .content-wrap .location-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .event-descr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }

  .event-img {
    width: calc(50% - 20px);
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 0;
  }

  .event-descr {
    margin-top: 0;
  }

  .event-info {
    margin-bottom: 20px;
  }

  .location-info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .location-info-head-img {
    width: 65%;
  }

  .location-address-wrap {
    width: 40%;
  }

  .location-info-head-img {
    height: auto;
  }

  .event-time {
    margin-top: 0;
    text-align: right;
  }
}

@media (min-width: 1500px) {
  .sidebar {
    display: block;
    width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("/static/img/sidebar-bg.png");
    background-position: top;
    background-repeat: repeat;
    min-height: 100vh;
  }
}

@media (max-width: 450px) {
  .bind {
    padding: 10px 10px 100px 10px;
  }

  body {
    font-size: 12px;
  }

  .site-icon {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }

  .content-wrap,
  .location-info {
    margin-top: 77px;
  }

  .location-number {
    width: 40px;
    height: 40px;
  }

  .link-arrow {
    width: 30px;
    height: 30px;
  }

  .dragable-icon,
  .event-favourite-icon,
  .favourite-remove-icon {
    width: 30px;
    height: 30px;
  }

  .favourites-number-badge {
    width: 18px;
    height: 18px;
  }

  .btn {
    margin: 5px 0 5px 0;
  }

  .favourite-btn {
    margin-bottom: 30px;
  }
}

