html,
body {
    height: 100%;
    color:#000;
}

body { 
    display: flex;
    flex-flow: column;
}

footer {
    margin-top:auto;
}

img {
    max-width:100%;
}

strong, b {
    font-family: 'Theinhardt-Bold';
    font-weight: normal;
}

body > .row,
body > .searchable > .row {
    margin:0;
}

h1, h2, h3, footer p {
    font-family: 'SuisseWorks-Bold';       
    text-transform:uppercase;        
    font-weight:bold; 
}

h1 {
    font-size:24px;
    letter-spacing: 1.54px;
    line-height: 70px;
    border-bottom:2px solid #000;
    padding-bottom: 35px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom: 60px;
    margin-top: 0;
}

h2 {
    font-size: 30px;
    margin-right: 25%;
    border-bottom:1px solid #000;
    padding: 10px 0;
    line-height: 39px;
    letter-spacing: 0.82px;
    margin-top: 10px;
    margin-bottom: 25px;
}

h3 {
    font-size:21px;
    line-height:31px;
    letter-spacing: 0.81px;
}

blockquote p {
    font-family: 'SuisseWorks-Regular';    
    font-size:26px;    
    letter-spacing: 1px;
    line-height: 43px;
    text-transform:uppercase;
}

blockquote {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding:50px;
  border-left: none;
  margin: 50px 0;
}

p, .lead p, footer li, .btn, .container > ul, div[class^='col-'] > ul {
    font-family: 'Theinhardt-Regular';
    font-size:18px;
    line-height: 29px;
    letter-spacing: 0.69px;
}

.container > ul > li,
div[class^='col-'] > ul > li {
  margin-bottom:10px;
}

.cc-window,
.cc-message,
.cc-btn {
    font-family: 'Theinhardt-Regular';
    font-size:16px;
    line-height: 20px;
}

.cc-btn:hover {
    text-decoration:none;
}

h1, .lead p {
    text-align:center;
}

.lead p {
    line-height:36px;
    text-align:center;
}

.lead {
    margin:0;
}

footer span,
footer p,
footer a,
footer li {
    color:#fff;
}

footer span {
    font-size: 16px;
    letter-spacing: 0.89px;
}

footer ul {
    padding:0;
    list-style: none;
}

footer li {
    font-size:16px;
}

footer .panel {
    background:transparent;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

footer .menu #footer-menu .panel {
    font-family: 'SuisseWorks-Bold';
    font-weight:bold;
    font-size: 17px;
    float: left;
    width: 20%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

footer .menu a {
    letter-spacing: 0.89px;
    padding: 0;
}

footer .meta > span {
    margin-right:30px;
}

footer .meta {
    display:inline-block;
}

p a,
.form-group a {
    color:#9F0B59;
    text-decoration: none;
    padding-bottom: 1px;
    background-repeat: no-repeat;
    background-size: 100% 1px,
    0 100%;
    background-position: 0 -1px,
    100% 0,
    0 90%,
    5px 5px;
    background-image: 
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59);
    transition: all 0.1s linear;
    transition-property: background-size, background-position;
}

p a:hover,
.form-group a:hover {
    background-position: 0px -1px,
    100% 0,
    0 100%,
    5px 5px;
    text-decoration:none;
    color:#9F0B59;
}

a.link,
.file-wrapper {
  font-family: 'Theinhardt-Regular';
  letter-spacing: 0.88px;
  font-size: 18px;
  line-height: 52px;
}

a.link {  
  color:#9F0B59;
  text-decoration: none;
  padding-bottom: 4px;
  background-repeat: no-repeat;
  background-size: 
    100% 2px,
    0 100%;
  background-position: 
    0 -5px,
    100% 0,
    0 90%,
    5px 5px;
  background-image: 
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59),
    linear-gradient(0deg, #9F0B59, #9F0B59);
  transition: all 0.1s linear;
  transition-property: background-size, background-position;
}

a.link:hover {
    background-position: 
    0px -5px,
    100% 0,
    0 100%,
    5px 5px;
    text-decoration:none;
    color:#9F0B59;
}

footer {
    background:#ADADAD;
    padding: 60px 40px 30px;
}

footer hr {
    margin:0 0 40px 0;
    border-width: 2px;
}

footer hr.top {
    margin:0 0 40px 0;  
}

footer hr.bottom {
    margin:20px 0;
}

footer a:hover,
footer a:focus {
    color:#9F0B59;
    text-decoration:none;
    background-color: transparent !important;
}

.container-fluid {
    width:100%;
}

.container-fluid .row > div[class^='col-'] {
    padding:0;
}

a:focus,
.sidebartoggle:focus,
.btn:active:hover,
.btn:active:focus,
.btn:focus,
.btn:active,
.btn:hover {
  outline:0;
  color: #9F0B59;
  text-decoration: none;
}

.logo {
    text-align: center;
    padding: 60px 0;
}

.logo a {
    display: inline-block;
    padding: 30px;
}

.btn {
  background: transparent;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.77px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 30px 0;
  padding: 2px 17px;
  position:relative;
}

.btn:active:hover,
.btn:active:focus,
.btn:focus,
.btn:active,
.btn:hover {
  color:#9F0B59;  
  background: transparent;
  border-color: inherit; 
    box-shadow:none;
}

.btn::before {
  content:'';
  position:absolute;
  border-top: 2px solid #000;
  left:0;
  right:0;
  top: -4px;
  transition: top .1s linear;
}

.btn::after {
  content:'';
  position:absolute;
  border-top: 2px solid #000;
  left:0;
  right:0;
  bottom: 0px;
  transition: bottom .1s linear;
}

.btn:active:hover::before,
.btn:active:focus::before,
.btn:focus::before,
.btn:active::before,
.btn:hover::before {
  top: -6px;
  border-color:#9F0B59;
}
.btn:active:hover::after,
.btn:active:focus::after,
.btn:focus::after,
.btn:active::after,
.btn:hover::after {
  bottom: -2px;
  border-color:#9F0B59;
}

.col-center {
  margin: 0 auto;
    float: none;
}



footer .social i {
    font-size:31px;
    margin-left:20px;
}

footer .social {
    float:right;
}

.form-horizontal .form-group {
    position:relative;
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .form-group .btn {
    float:right;
    margin-top: 65px;
}

.form-horizontal .control-label {
    position: absolute;
    background: #fff;
    padding: 10px 10px 0;
    font-weight:500;
}

.form-horizontal .control-label.title {
  position:relative;
  padding-top: 20px;
}

.radio-inline,
.checkbox {
    font-family: 'Theinhardt-Regular';
    font-size: 18px;
    letter-spacing: 0.77px;
    padding-top: 0;
    padding-left: 0;
    line-height: 80px;
}

.radio-inline {
    margin-left: 0 !important;
    padding-top: 0 !important;
    margin-right:10px;
}

.checkbox label {
    padding-left:0;
}

.checkbox input:checked,
.checkbox input:not(:checked),
.radio-inline input:checked,
.radio-inline input:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
    margin: 0;
    top: 22px;
    width: 30px;
    height: 30px;
}

.radio-inline input:checked + span,
.radio-inline input:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    padding-left: 40px;
}

.radio-inline input:checked + span:before,
.radio-inline input:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

.checkbox input:checked + span:before,
.checkbox input:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    background: #fff;
    top: -2px;
}

.radio-inline input:checked + span:after,
.radio-inline input:not(:checked) + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 100%;
}

.checkbox input:checked + span:after,
.checkbox input:not(:checked) + span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 7px;
    left: 9px;
}

.radio-inline input:not(:checked) + span:after,
.checkbox input:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-inline input:checked + span:after,
.checkbox input:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox span {
    padding-left: 41px;
    position: relative;
    line-height: 20px;
    display: inline-block;
}

.control-label {
    font-family: 'Theinhardt-Regular';
    font-size: 18px;
    letter-spacing: 0.77px;
}

.control-label.miete-besucherzahl {
    padding-top: 0;
    line-height: 25px;
    text-align:left;
}

.form-group:hover label:not(.radio-inline),
.radio-inline:hover > span,
.control-label.active {
    color:#9F0B59;
}

.checkbox:hover span:before,
.radio-inline:hover span:before {
    border-color: #9F0B59 !important;    
}

.checkbox:hover span:after,
.radio-inline:hover span:after {
    background:#9F0B59 !important;
}

.form-control {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top: transparent;
    border-right: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 15px 10px 15px;
    height: 50px;
    font-family: 'Theinhardt-Regular';
    font-size: 25px;
    color: #000000;
    letter-spacing: 0.77px;
}

.form-control:hover,
.form-control:focus {
    border-color:#9F0B59;
    box-shadow: none;
    border-width: 1px;
}

select.form-control:hover,
select.form-control:focus {
    color: #9F0B59;
    background-image: url(/static/svg/icon-arrow-down-active.svg);
}

select.form-control {
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  font-size: 18px;
  padding-right: 1.5em !important;
  position: relative;
  background-image: url(/static/svg/icon-arrow-down.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 22px 16px;
}

.events-filter {
    display:none;
}
    
.events-filter select.form-control {
    max-width: 100%;
    margin: 30px 0 0 !important;
}

.events-filter .form-group.placeholder::after {  
  position:absolute;
  width:1px;
  bottom: 0;
  background:#000;
  height: 15px;
}

.events-filter .form-group.placeholder::before {  
  position:absolute;
  width:100%;  
  bottom: 0;
  background:#000;
  height: 1px;  
}

.events-filter .form-group.placeholder:hover::before,
.events-filter .form-group.placeholder:hover::after {
  background:#9F0B59;  
}

.events-filter .form-group.placeholder:hover::before {
  height: 2px;
}

.events-filter .form-group.placeholder:hover::after {
  width: 2px;
}

.events-filter .form-group.placeholder:hover input::placeholder {
  color:#9F0B59;
}

.events-filter .form-group {    
    margin: 0;
}

.events-filter input.form-control {
    font-family: 'Theinhardt-Regular';
    font-size: 20px;
    padding: 0 10px;
    border: none;
}

.events-filter ::placeholder {
   color:#000;
}

.events-filter input.form-control:hover,
.events-filter input.form-control:focus {
    margin:0;
}

.events-filter .form-group:first-child {    
    margin-bottom: 15px;
}

.events-filter form > .row {
    margin-top: 30px;
}

.events-filter .form-group > .row > div:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.events-filter .form-group > .row > div:last-child {
    padding: 0;
}

.person {
  font-size: 20px;
  letter-spacing:1.11px;
  margin: 0 30px;
}

.person strong {
    font-family: 'SuisseWorks-Bold';
    text-transform: uppercase;
    font-weight:bold;
}

.person p {
    margin:0;
    height: 28px;
    float: left;
    position: relative;
}

.person .icon {
  margin-left:8px;
}

.person img {
    max-height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.person-link {
  color:#000000;
  padding-top: 70px;
  display: block;
  padding-bottom: 10px;
}

.person .icon,
.person-link:hover {
  color:#9F0B59;  
}

.person-link:hover .person {
  border-color:#9F0B59;  
}

.carousel-control {
  opacity:1;
  text-shadow:none;
  background: none !important;
  width: 60px;
}

.carousel-control.right {
  left: auto;
  transform: translateX(100%);
}

.carousel-control.left {
  transform: translateX(-100%);
  left: 0;
}

.container-fluid .carousel-control.right {
  right: 0;
  transform: none;
}

.container-fluid .carousel-control.left {
  transform: none;
  left: 0;
}

.container-fluid .carousel {
  margin-left:-30px;
  margin-right:-30px;
}

.container-fluid .carousel img {
  width:100%;
}

.tiles-container .event {
  width:100%;
  float: left;  
}

.tiles-container .event:nth-child(4n+1) {
  clear:both;
}

.tiles-wrapper.tiles-container .container {
    width:auto;    
}

.tiles-wrapper.tiles-container .col-sm-2,
.tiles-wrapper.tiles-container .col-sm-10 {
  width:100%;
  text-align:left;
}

.tiles-wrapper.tiles-container .col-sm-2 .day {
  font-size: 48px;
  letter-spacing: 2.67px;
  line-height: 25px;
}

.tiles-wrapper.tiles-container .col-sm-10 h2 {
  font-size: 15px;
  letter-spacing: 0.83px;
  line-height: 22.8px;
}

.tiles-wrapper.tiles-container .col-sm-10 p,
.tiles-wrapper.tiles-container .btn {
  display:none;
}

.tiles-wrapper.tiles-container .container-fluid hr.hr-top {  
  margin: 35px 0 30px 0;
}

.carousel-control .icon-arrow,
.event .icon-arrow {
  top:50%;
  position: absolute;
  font-size: 32px;
  text-shadow: none;
  color: #000;
}

.event .icon-arrow.right {
    font-size: 33px;
    position: absolute;
    left: 10px;
    top: 18px;
}

.event .icon-arrow.left {
  transform: scaleX(-1);
  font-size: 33px;
  position: absolute;
  right: 10px;
  top: 18px;
}

  

footer .icon,
.icon-arrow,
.icon-sharing,
.icon-search,
.addthis_toolbox .icon {
    background-size: cover;
}

footer .icon {
    display: inline-block;
    margin-left:30px;    
}

footer .icon-instagram {
    width: 33px;
    height:33px;
    background-image:url('/static/svg/footer/icon-instagram.svg');
}
footer .icon-instagram:hover {
    background-image:url('/static/svg/footer/icon-instagram-active.svg');
}

footer .icon-youtube {
    width:44px;
    height:32px;
    background-image: url('/static/svg/footer/icon-youtube.svg');    
}
footer .icon-youtube:hover {
    background-image:url('/static/svg/footer/icon-youtube-active.svg');
}

footer .icon-facebook {
    width:19px;
    height:38px;  
    background-image:url('/static/svg/footer/icon-facebook.svg');
}
footer .icon-facebook:hover {
    background-image:url('/static/svg/footer/icon-facebook-active.svg');
}



.icon-sharing {
    width: 26px;
    height: 25px;
    background-image:url('/static/svg/sharing/icon-sharing.svg');
    display: inline-block;
    vertical-align: top;
}

.sharing-wrapper a:hover .icon-sharing,
.sharing-wrapper a:active .icon-sharing,
.sharing-wrapper a:focus .icon-sharing {
    background-image:url('/static/svg/sharing/icon-sharing-active.svg');
}

.popover {
  border:0;
  box-shadow:none;
  border-radius:0;
  border:2px solid #000;
  opacity: 1 !important;
}

.popover.top > .arrow {
  border-top-color:#000;  
}

.popover.top > .arrow::after {
  bottom:2px;
}

.popover-content {
  padding:10px 15px;
}

.icon-arrow {
    width: 16px;
    height: 22px;
    background-image:url('/static/svg/icon-arrow.svg');
}
.carousel-control .icon-arrow.left {
    transform: translate(-50%,-50%) scaleX(-1);
    left: 50%;
    right: 0;
}
.carousel-control .icon-arrow.right {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
}
.carousel-control:hover .icon-arrow,
.event .previous a:hover .icon-arrow,
.event .next a:hover .icon-arrow {
    background-image:url('/static/svg/icon-arrow-active.svg');
}

.icon-search {
    width: 34px;
    height: 35px;
    background-image:url('/static/svg/icon-search.svg');
    display: inline-block;
    vertical-align: top;
}

.addthis_toolbox .icon-email {
    width: 40px;
    height: 33px;
    background-image:url('/static/svg/sharing/icon-email.svg');
}
.addthis_toolbox .icon-email:hover {
    background-image:url('/static/svg/sharing/icon-email-active.svg');
}

.addthis_toolbox .icon-twitter {
    width: 37px;
    height:30px;
    background-image:url('/static/svg/sharing/icon-twitter.svg');
}
.addthis_toolbox .icon-twitter:hover {
    background-image:url('/static/svg/sharing/icon-twitter-active.svg');
}

.addthis_toolbox .icon-facebook {
    width: 19px;
    height:38px;
    background-image:url('/static/svg/sharing/icon-facebook.svg');
}
.addthis_toolbox .icon-facebook:hover {
    background-image:url('/static/svg/sharing/icon-facebook-active.svg');
}

.addthis_toolbox .icon-whatsapp {
    width: 33px;
    height: 33px;
    background-image:url('/static/svg/sharing/icon-whatsapp-2.svg');
}
.addthis_toolbox .icon-whatsapp:hover {
    background-image:url('/static/svg/sharing/icon-whatsapp-2-active.svg');
}

.addthis_toolbox a {
  margin-right:13px;
  margin-left:13px;
  display:inline-block;
  vertical-align:middle;
  margin-bottom: 0 !important;
}

.sharing_button_email {
  margin-left:0 !important;
}

.addthis_button_whatsapp {
  margin-right:0 !important;
}

.tiles-wrapper .container-fluid hr.hr-top {
  border-bottom:2px solid #000;
  margin: 35px 30px 50px;
}

.event.last .container-fluid hr {
  border:none;
}

.event .day {
  font-family: 'Theinhardt-Regular';
  font-size: 80px;
  letter-spacing: 4.44px;
  line-height: 80px;
}

.event .month {
  font-family: 'Theinhardt-Regular';
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 25px;
  display: block;
}

.event h2 {
  font-family: 'SuisseWorks-Bold';
  font-weight:bold;
  font-size: 30px;
  letter-spacing: 1.78px;
  line-height: 38px;
  border:none;
  margin: 0;
  padding: 15px 0 5px 0;
}

h1.cancelled_or_postponed,
h2.cancelled_or_postponed {
    color: #9F0B59;
    text-decoration: line-through;
}

h1.cancelled_or_postponed > span,
h2.cancelled_or_postponed > span {
    color:#000000;    
}

.cancelled_or_postponed > span {  
  position:relative;
}

.cancelled_or_postponed > span::after,
.cancelled_or_postponed > span::after {
  position:absolute;
  content:'';
  height:2px;
  left:0;
  right:0;
  top:50%;
  margin-top:-1px;
  background:#9F0B59;
}

h1.cancelled_or_postponed > span::after,
h2.cancelled_or_postponed > span::after {
  display:none;
}

.day.cancelled_or_postponed > span::after {
  margin-top:-5px;
}

.event a:hover .cancelled_or_postponed > span {
    color:inherit;
}

h1.cancelled_or_postponed {
    margin-bottom: 30px;
}

.cancelled-sub,
.postponed-sub {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 60px;
    background: #9F0B59;
    color: #ffffff;
    font-style: italic;
    padding: 3px 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    letter-spacing: 0.1em;
}

.event a {
  color:#000;
}

.event a:hover {
  color:#9F0B59;
  text-decoration:none;
}

.event p {
  font-size: 24px;
  letter-spacing: 1.39px;
  margin-bottom:10px;
}

.event .btn {
  margin-top: 15px;
  line-height: 29px;
}

.event .row .btn:last-child {
  margin-left:40px;
}

.event .row .event-details ~ .btn {
  margin-left:0;
  margin-top:55px;
}

.event-switcher .meta {
  font-family: 'Theinhardt-Regular';
  font-size: 26px;
  letter-spacing: 1.44px;
  text-transform:uppercase;
}

.event-switcher .meta a {
  color: #999999;
}

.event-switcher a.active {
  color: #000000;
}

.event-switcher a:hover,
.event-switcher a:focus {
  color: #9F0B59;
  text-decoration:none;
}

.event-details {
  padding:0;
  list-style-type: none;
  margin: 15px 0 0;
}

.event-details li {
  font-family: 'Theinhardt-Regular';
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  border-bottom:1px solid #000000;
}

.event-details li:first-child {
  border-top:1px solid #000000;
}

.event .preview-title {
  font-family: 'SuisseWorks-Bold';
  font-weight:bold;
  font-size: 14px;
  line-height: 22px;
  text-transform:uppercase;
  padding-top: 30px;
  display:block;
}

.event .previous a,
.event .next a {
  color: #999999;    
  display:block;
}

.event .previous a:hover,
.event .next a:hover {
  color: #9F0B59;    
}

.event .previous .month,
.event .next .month {
  text-transform:uppercase;
}

.no-result {
  font-size: 26px;
  letter-spacing: 1.44px;
  line-height: 36px;
}

.spacer.spacer-xs {
    height: 8px !important;
}
.spacer.spacer-sm {
    height: 16px !important;
}
.spacer.spacer-md {
    height: 35px !important;
}
.spacer.spacer-lg {
    height: 70px !important;
}
.spacer.spacer-xlg {
    height: 140px !important;
}

.ui-datepicker {    
    border: none !important;
    padding: 0 !important;    
}
.ui-datepicker-header,
.ui-datepicker-calendar {
    font-family: 'Theinhardt-Regular';
    font-size: 16px !important;
}

.ui-datepicker-header {
    letter-spacing: 0.03px;
    text-transform:uppercase;
    background:transparent !important;
    border:none !important;
    border-radius:0 !important;
    padding: 0 !important;
}

.ui-datepicker-title,
.ui-widget-content {
    color: #1A1919 !important;
    font-weight:500;
}

.ui-datepicker th {
    padding: 5px 0 15px !important;
    font-weight:500 !important;
}

.ui-datepicker-unselectable span {
    color:#B4B5B4 !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    outline:0 !important;
}

.ui-datepicker-unselectable {
    opacity:1 !important;
}

.ui-state-default {
    background:transparent !important;
    outline: 2px solid #1A1919;
    text-align: center !important;
    color: #1A1919 !important;
    margin-left: 2px;
    margin-top: 2px;
    border: none !important;
}

.ui-datepicker td {
    padding:0 !important;
}

.ui-datepicker-current-day a {
    background:#9F0B59 !important;
    color:#fff !important;
}

td[data-handler="selectDay"] .ui-state-default:hover,
td[data-handler="selectDay"] .ui-state-default:focus {
    color:#fff !important;
    outline: 2px solid #1A1919 !important;
    background: #B4B5B4 !important;
    outline-offset: 0;
}

.ui-widget-header .ui-icon {
    width: 16px;
    height: 22px;
    background-image: url('/static/svg/icon-arrow.svg') !important;
    background-position: center !important;
    opacity: 1 !important;
    background-size: contain;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    opacity:1 !important;
    top: 0 !important;
}

.ui-datepicker-next {
    right:0 !important;
}

.ui-datepicker-prev {    
    transform: scaleX(-1);
    left:0 !important;
}

.ui-state-hover {
    background:transparent !important;
    border:none !important;
    cursor:pointer;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    display:none;
}

.ui-datepicker-select {
    background: #9F0B59 !important;         
}
.ui-datepicker-select > a {
    color:#fff !important;
}

.range-hover {
    background:#9f0b5980;    
}

.range-hover a {
    color:#fff !important;
}

.sidebar .panel-group {
    margin:0;
}

.sidebar .panel-group .panel {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sidebar .panel-group .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

.sidebar ul li {
  font-family: 'SuisseWorks-Book';
  font-size: 32px;
  line-height: 52px;
}

.sidebar {
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 40px;
  transition: 0.5s;
  transform: translateX(100%);
  background: #FFFFFF;
  width: 50vw;
}

body.sidebar-open .sidebar {
    transform: translateX(0);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    overflow-y: scroll;
}

body.sidebar-open {
    overflow-y: hidden;    
}

.sidebar li a {    
  color: #000000;    
}

.sidebar .panel-title {
  text-decoration: none;  
  font-family: 'SuisseWorks-Bold';
  font-weight:bold;
  font-size: 40px;
  color: #000000;  
  line-height: 66px;
}

.sidebar .panel-title.selected a {
  color:#9F0B59;
  border-bottom:2px solid #9F0B59;
}

.sidebar ul {
  margin: 0;
  padding: 15px 0 10px 60px;
  list-style-type:none;
}

.togglebtn {
    position:absolute;
    left: -40px;
    top: 40px;
    transform: translateX(-100%);
}

.sidebartoggle {
    background:transparent;
    cursor: pointer;
    border: none;    
    padding: 0;
    transition:opacity ease-out .25s;
}

.sidebartoggle.fade {
  opacity:0;  
}

.sidebar a:hover,
.sidebar .lang-switcher a:hover,
.sidebar li.selected a {
  color:#9F0B59;
  text-decoration:none;
}

.sidebar .lang-switcher {
  margin-bottom:80px;
  display: inline-block;
  margin-left: 40px;
  height: 40px;
  vertical-align: top;
}

.sidebar .lang-switcher a {
  font-family: 'Theinhardt-Regular';
  font-size: 26px;
  color: #999999;
  letter-spacing: 1.44px;
  text-align: center;
}


.sidebar .lang-switcher a.active {
  color:#000000;
}

.sidebar .lang-switcher .divider {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 18px;
  display: inline-block;
  margin-left: 12px;
  margin-right: 8px;
}

.col-justify {        
    margin:0 auto;
}

.container .panel,
.container .panel-heading,
.container .panel-body {
    border:none !important;
    box-shadow: none;
    border-radius: 0;
    margin: 0 !important;
}

.container .panel-title,
.container .panel-body,
.container .panel-heading > h4 > a {
    font-size:18px;
    letter-spacing: 0.69px;
}

.container .panel-body {
    font-family: 'Theinhardt-Regular';    
}

.container .panel-heading {
    background: transparent !important;
    color: #000 !important;
    padding: 8px 0;
    font-family: 'Theinhardt-Regular';    
}

.container .panel-heading > h4 > a {
    display: block;      
}

.container .panel-heading > h4 > a:hover {
    text-decoration:none;  
    color:#9F0B59;
}

.container .accordion .panel-title > a:after {
    content:'';
    background-image: url(/static/svg/icon-arrow.svg);
    transform:rotate(-90deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 19px;
}

.container .accordion .panel-title > a.collapsed:after {
    content:'';
    transform:rotate(90deg);
}

.stoerer {
    background: #9F0B59;
    color: #fff;
    font-family: 'Theinhardt-Regular';
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.stoerer .btn,
.stoerer .btn:hover,
.stoerer .btn:active,
.stoerer .btn:active:hover {
    color: #fff;
    margin: 15px 0;
}

.stoerer .btn::before,
.stoerer .btn::after,
.stoerer .btn:hover::before,
.stoerer .btn:active::before,
.stoerer .btn:active:hover::before,
.stoerer .btn:hover::after,
.stoerer .btn:active::after,
.stoerer .btn:active:hover::after {
    border-color: #fff;
}

.form-horizontal.agentur select.form-control {
    margin-left:0 !important;
    max-width:none !important;
}

    


@media (max-width: 767px) { 

    .stoerer {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .stoerer .btn {
        margin-bottom:40px !important;
    }
    
    .kommission h3 {
        margin-top:20px;
    }

    .kommission p {
        margin-bottom:0;
    }

    .spacer.spacer-xlg {
        height: 100px !important;
    }
       
    .form-horizontal .control-label {
        position:relative;
    }
    
    h1 br {
        display:none;
    }

    h1 {
        margin: 0 0 50px 0;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 27px;
        letter-spacing: 0.74px;
        line-height: 34px;
        padding-bottom: 12px;
    }

    h2 {
        font-size:21px;
        margin-right: 30px;
        margin-left: 30px;
        padding: 10px 0;
        line-height:27px;
        letter-spacing: 0.58px;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    h3 {
        text-transform:none;
        margin-top: 35px;
    }

    h3,
    p,
    .lead p,
    footer li,
    .btn {
        line-height: 28px;
    }

    .container > ul,
    div[class^='col-'] > ul {
        line-height: 28px;
        padding-left: 15px;
    }

    .lead p {
        font-size:20px;
    }

    .logo svg {
        max-width:100%;        
    }

    .togglebtn {        
        left: -30px;
        top: 30px;       
    }

    .logo {
        padding: 80px 0 50px;
    }

    .sidebar .lang-switcher {
        margin-bottom:70px;
    }

    .sidebar {      
        width: 90vw;
        padding:30px;
    }

    .sidebar .panel-title {                
        font-size: 24px;        
        line-height: 42px;
    }

    .sidebar ul {
        padding-left:40px;
    }

    .sidebar ul li {      
        font-size: 19px;
        line-height: 40px;
    }

    footer .menu #footer-menu .panel {                        
        width: 100%;
    }

    footer {        
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom:60px;
    }

    footer .social {
        text-align:center;
        margin-top: 35px;
        float: none;
    }
    
    footer .social .icon,
    footer .meta > span {
        margin:0 15px;
    } 
    
    footer .meta > span {
        width: 50%;
        margin: 0 0 25px 0;
        float: left;
    }

    footer hr.top {
        margin-bottom:30px;
    }

    footer hr.bottom {
        margin: 30px 0;
    }

    footer .menu #footer-menu .panel {
        padding-bottom: 30px;
    }

    .carousel-indicators {
        margin-bottom:0;
        width: 100%;
        left: 0;  
        margin:0;   
        z-index:1;   
    }

    .carousel-indicators li,
    .carousel-indicators li.active {  
        margin:2px;
        border: none;
        background: white;
        width: 14px;
        height: 14px;
    }

    .carousel-indicators li {
        opacity:.6;
    }

    .carousel-indicators li.active {
        opacity:1;
    }

    blockquote {      
      padding:30px;            
    }

    blockquote p {          
        font-size:20px;    
        letter-spacing: 0.77px;
        line-height: 31px;        
    }

    a.link,
    .file-wrapper {
        letter-spacing: 0.69px;
        font-size:18px;
        line-height: 28px;
        margin-bottom:30px;
    }

    .form-horizontal .form-group.submit {
        text-align:center;
        margin: 0;
    }

    .form-horizontal .form-group.submit > button {
        float:none;
        margin: 50px 0;
    }

    .person {
        margin-left:0;
        margin-right:0;        
    }

    .person p {
        height:auto;
        width: 100%;
    }     

    .person p > strong:first-child {
      display:block;
      border-bottom: 1px solid #000;
    }   

    .person .icon {
      float:right;
      margin: 0;
      margin-top: -25px;
    } 

    .person-link {
      padding-top: 0;
      padding-bottom: 60px;
    }  

    footer .menu #footer-menu .panel ul {
        margin-left:40px;                
    }

    footer .menu #footer-menu .panel ul li {
        line-height:44px;
        font-size:16px;
    }

    footer .menu #footer-menu .panel ul li:last-child {
        border-bottom:1px solid #fff;
        padding-bottom:20px;
    }

    footer .menu #footer-menu .panel ul li:first-child {        
        padding-top:10px;
    }
    
    footer .panel img.active {
        transform: rotate(180deg);
    }

    .event h2,
    .event p {      
        font-size: 16px;
        letter-spacing: 0.89px;
        line-height: 28px;                  
    }

    .tiles-wrapper .container-fluid hr.hr-top {
        margin: 20px 0;
    }

    .event .day {
        font-size: 40px;
        letter-spacing: 2.22px;
        line-height: 25px;
    }
   
    .event.detail .day {
        font-size: 80px;                
    }

    .event.detail .previous .day,
    .event.detail .next .day {        
        font-size: 20px;
        color: #000;
    }

    .event.detail .next .day {
        margin-right: 25px;
    }

    .event.detail .previous .day {
        margin-left: 30px;                
    }

    .event.detail .day .icon-arrow {
        top: 0;
    }

    .event.detail .day .icon-arrow.right {
        right: 30px;
        left: auto;
    }   

    .event.detail .day .icon-arrow.left {      
        left: 30px;
        right: auto;
    }    

    .event .month {
        display: inline;
    }

    .event.detail .month {
        display: block;
        font-size: 20px;
        line-height: 30px;
    }

    .event div {
        text-align:left;
    }

    .event.detail div {
        text-align:center;
    }
    
    .event .icon-arrow-event-detail {
        transform: rotate(-90deg);
        float: left;
        margin-top: -4px;
        margin-right: 10px;
    }

    .event-switcher .meta {
        font-size: 20px;
    }

    .icon-search {
        width: 27px;
        height: 27px;   
    }
    
    .ui-datepicker-group {
        float:none !important;
        width: 100% !important;
        padding-top: 20px;
    }

    #ui-datepicker-div {
        width: auto !important;
        right: 30px;
    }   

    .event.detail .container > div {
        position:relative;
    } 

    .event.detail .previous,
    .event.detail .next {
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .event.detail .next {       
        right: 0;
    }

    .event.detail .previous {       
        left: 0;
    }
    
    footer .meta {
        display: block;
        text-align: center;
    }

    footer .col-justify > div:nth-child(1),
    footer .col-justify > div:nth-child(2) {
        width:50%;
        
    }

    footer .col-justify > div:nth-child(3) {
        width:40%;        
    }

    footer .col-justify > div:nth-child(4) {
        width:60%;        
    }    

    footer .col-justify > div:nth-child(5) {
        width:100%;
    }

    footer .col-justify > div {                        
        line-height: 32px;   
        float: left;
        display: inline-block; 
    }    
    
    .col-justify {        
        margin-top:35px;
    }    

    
}

@media (min-width: 768px) {      
    .day.cancelled_or_postponed > span::after {
        margin-top:-7px;
    }

    .cancelled-sub::before,
    .postponed-sub::before {
        content:'';
        position:absolute;
        border-bottom:1px solid #9F0B59;
        border-top:1px solid #9F0B59;
        left:-33%;
        right:-33%;
        top:50%;
        z-index:-1;
    }
    
    .radio-inline {
        margin-right:45px;    
    }
    
    .tiles-container .event {
        width: 25%;    
    }
    
    select.form-control {
        margin-left: 175px !important;
        max-width: 80%;
    }
    
    .form-control {
        padding: 0px 15px 10px 175px;
    }
    
    h1 {
        font-size: 56px;
    }
    
    p {
        font-size: 18px;
    }
    
    .lead p {
        font-size: 24px;
        line-height: 33px;
    }

    body.sidebar-open {        
        margin-right: 15px;
    }              

    footer .menu #footer-menu .panel ul {    
        margin-bottom:15px;    
        margin-top: 10px;
        display:block;
    }

    .container-fluid .carousel {
        margin-left:-10px;
        margin-right:-10px;
    }

    .person {
        border-bottom: 1px solid #000;
    }    

    .ui-datepicker {    
        margin-top: 35px;
    }
    
    footer .menu {
        position: relative;
    }
    
    footer .menu > div {
        position: absolute;
        bottom: 60px;
        display: none;
        background: #adadad;
        left: -40px;
        right: -40px;
        padding: 60px 40px 0px;
    }

    .col-justify {
        display: flex;
        max-width: 900px;        
    }

    .col-justify > div {
        justify-content: center;
        margin: auto;
    }
    
}

@media (max-width: 859px) {
    .kommission > .row > div[class*='col'] {
        margin-bottom:70px;        
    }
}

@media (min-width: 860px) {
    .tiles-wrapper.tiles-container {
        width: 860px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 860px) and (max-width: 1699px) {    
    .kommission > .row > div[class*='col'] {
        margin-left:0;
        width:33.3333333%;
    }
}

@media (min-width: 1024px) {
    .person p::after {
        position:absolute;
        top: auto;
        bottom: -2px;
        content: '';
        left: 0;
        right: -30px;
        border-bottom: 2px solid #fff;
        height: 2px;
    }
}

@media (min-width: 1700px) {
    .kommission {
        width:100%;
    }    
}


