body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}.is-menu a,.is-menu a:focus,.is-menu a:hover,.is-menu:hover>a{background:0 0!important;outline:0}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);color:#000;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu,form .is-link-container{position:relative}.is-menu a{line-height:1}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.default form{max-width:310px}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu.full-width-menu form,.is-menu.sliding form{min-width:0!important;overflow:hidden;position:absolute;right:0;top:25%;width:0;z-index:99;padding:0;margin:0}.is-menu.full-width-menu form:not(.is-search-form) input[type=search],.is-menu.full-width-menu form:not(.is-search-form) input[type=text],.is-menu.is-dropdown form:not(.is-search-form) input[type=search],.is-menu.is-dropdown form:not(.is-search-form) input[type=text],.is-menu.sliding form:not(.is-search-form) input[type=search],.is-menu.sliding form:not(.is-search-form) input[type=text],.is-popup-search-form form:not(.is-search-form) input[type=search],.is-popup-search-form form:not(.is-search-form) input[type=text]{background:#fff;color:#000}.is-menu.is-first form{right:auto;left:0}.is-menu.full-width-menu.open .search-close,.is-menu.full-width-menu:not(.open) form,.is-menu.is-dropdown form[style="display: block;"]+.search-close,.is-menu.sliding.open .search-close,.is-menu.sliding:not(.open) form,form:hover+.is-link-container,form:hover>.is-link-container{display:block}.is-form-style-2 .is-search-submit,.is-link-container,.is-menu form .screen-reader-text,.search-close{display:none}.is-menu form label{margin:0;padding:0}.is-menu-wrapper{display:none;position:absolute;right:5px;top:5px;width:auto;z-index:9999}.popup-search-close,.search-close{cursor:pointer;width:20px;height:20px}.is-menu-wrapper.is-expanded{width:100%}.admin-bar .is-menu-wrapper{top:51px}.is-menu-wrapper .is-menu{float:right}.is-menu-wrapper .is-menu form{right:0;left:auto}.gsc-cse-search-menu{max-width:310px;float:right}.gsc-cse-search-menu .cse .gsc-control-cse,.gsc-cse-search-menu .gsc-control-cse{padding:0}.is-menu .search-icon-path{fill:#848484}.search-close{position:absolute;right:-22px;top:33%;z-index:99999}.is-menu.is-first .search-close{right:auto;left:-22px}.is-menu.is-dropdown .search-close{top:calc(100% + 7px)}.popup-search-close{z-index:99999;float:right;position:relative;margin:20px 20px 0 0}#is-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(4,4,4,.91);z-index:999999}.is-popup-search-form form{width:80%;margin:20% auto 0}.is-popup-search-form form.is-ajax-search{margin:10% auto 0}.popup-search-close:after,.search-close:after{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popup-search-close:before,.search-close:before{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.is-highlight{background-color:#ffffb9;color:#222}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}.is-menu.default form{max-width:100%}.is-menu.full-width-menu.active-search{position:relative}.is-menu-wrapper{display:block}}.is-form-style label,.is-menu.full-width-menu.is-first button.is-search-submit,.is-menu.sliding.is-first button.is-search-submit{display:inline-block!important}form .is-link-container div{position:absolute;width:200px;bottom:-25px;left:5px;z-index:99999;height:auto;line-height:14px;padding:10px 15px}form .is-link-container a{text-decoration:none;font-size:14px;font-weight:100;font-family:arial;box-shadow:none}form .is-link-container a:hover{text-decoration:underline}form .is-link-container a.is-customize-link{margin-left:15px}.is-form-style label{padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style.is-form-style-3 label{width:calc(100% - 36px)!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:1px solid #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}.is-form-style.is-form-style-3 input.is-search-input{border-right:0!important}.is-form-style button.is-search-submit{background:0 0;border:0;box-shadow:none!important;opacity:1;padding:0!important;margin:0;line-height:0;outline:0;vertical-align:middle;width:36px;height:36px}.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]){visibility:hidden}.is-form-style .is-search-submit path{fill:#555}.is-form-style input.is-search-submit{text-decoration:none;position:absolute;top:0;right:0;padding:0 10px!important;width:auto}.is-search-icon{width:36px;padding-top:6px!important}.is-search-icon svg{width:22px;display:inline}.is-form-style input.is-search-submit,.is-search-icon{display:inline-block!important;color:#666;background:#ededed;box-shadow:none!important;outline:0;margin:0;font-size:14px!important;border:1px solid #ccc;border-radius:0;line-height:1;height:36px;text-transform:capitalize;vertical-align:middle;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.is-search-icon:hover,form.is-form-style input.is-search-submit:hover{background:#dcdcdc}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;text-align:left;margin:0;padding:0;border:0;outline:0;background:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}input,textarea,select,button{border:none;background:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}input{border:none}sup,sub{vertical-align:baseline;position:relative;top:-0.4em}sub{top:.4em}#fancybox-wrap,#fancybox-wrap *{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.row{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;flex-flow:row wrap;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;justify-content:flex-start;margin:0 auto;max-width:1000px}.row .row{width:auto;margin-left:-1.5rem;margin-right:-1.5rem;max-width:none}.column{-webkit-box-flex:0;flex:1 1 auto;-webkit-flex:1 1 auto;max-width:100%;width:100%;float:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-left:1.5rem;padding-right:1.5rem;min-width:initial}.column.small-centered{margin-left:auto;margin-right:auto}.small-1{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 1);-webkit-flex:0 0 calc(99.9% / 12 * 1);max-width:calc(99.9%/12*1);width:calc(99.9%/12*1)}.small-offset-1{margin-left:calc(99.9%/12*1)}.small-2{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 2);-webkit-flex:0 0 calc(99.9% / 12 * 2);max-width:calc(99.9%/12*2);width:calc(99.9%/12*2)}.small-offset-2{margin-left:calc(99.9%/12*2)}.small-3{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 3);-webkit-flex:0 0 calc(99.9% / 12 * 3);max-width:calc(99.9%/12*3);width:calc(99.9%/12*3)}.small-offset-3{margin-left:calc(99.9%/12*3)}.small-4{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 4);-webkit-flex:0 0 calc(99.9% / 12 * 4);max-width:calc(99.9%/12*4);width:calc(99.9%/12*4)}.small-offset-4{margin-left:calc(99.9%/12*4)}.small-5{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 5);-webkit-flex:0 0 calc(99.9% / 12 * 5);max-width:calc(99.9%/12*5);width:calc(99.9%/12*5)}.small-offset-5{margin-left:calc(99.9%/12*5)}.small-6{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 6);-webkit-flex:0 0 calc(99.9% / 12 * 6);max-width:calc(99.9%/12*6);width:calc(99.9%/12*6)}.small-offset-6{margin-left:calc(99.9%/12*6)}.small-7{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 7);-webkit-flex:0 0 calc(99.9% / 12 * 7);max-width:calc(99.9%/12*7);width:calc(99.9%/12*7)}.small-offset-7{margin-left:calc(99.9%/12*7)}.small-8{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 8);-webkit-flex:0 0 calc(99.9% / 12 * 8);max-width:calc(99.9%/12*8);width:calc(99.9%/12*8)}.small-offset-8{margin-left:calc(99.9%/12*8)}.small-9{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 9);-webkit-flex:0 0 calc(99.9% / 12 * 9);max-width:calc(99.9%/12*9);width:calc(99.9%/12*9)}.small-offset-9{margin-left:calc(99.9%/12*9)}.small-10{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 10);-webkit-flex:0 0 calc(99.9% / 12 * 10);max-width:calc(99.9%/12*10);width:calc(99.9%/12*10)}.small-offset-10{margin-left:calc(99.9%/12*10)}.small-11{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 11);-webkit-flex:0 0 calc(99.9% / 12 * 11);max-width:calc(99.9%/12*11);width:calc(99.9%/12*11)}.small-offset-11{margin-left:calc(99.9%/12*11)}.small-12{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 12);-webkit-flex:0 0 calc(99.9% / 12 * 12);max-width:calc(99.9%/12*12);width:calc(99.9%/12*12)}.small-offset-12{margin-left:calc(99.9%/12*12)}.small-order-1{order:1;-webkit-order:1;-ms-order:1}.small-order-2{order:2;-webkit-order:2;-ms-order:2}.small-order-3{order:3;-webkit-order:3;-ms-order:3}.small-order-4{order:4;-webkit-order:4;-ms-order:4}.small-order-5{order:5;-webkit-order:5;-ms-order:5}.small-order-6{order:6;-webkit-order:6;-ms-order:6}@media only screen and (min-width: 1025px){.row .row{width:auto;margin-left:-1.5rem;margin-right:-1.5rem}.column{width:auto}}@media only screen and (min-width: 769px){.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto}.medium-1{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 1);-webkit-flex:0 0 calc(99.9% / 12 * 1);max-width:calc(99.9%/12*1);width:calc(99.9%/12*1)}.medium-offset-1{margin-left:calc(99.9%/12*1)}.medium-2{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 2);-webkit-flex:0 0 calc(99.9% / 12 * 2);max-width:calc(99.9%/12*2);width:calc(99.9%/12*2)}.medium-offset-2{margin-left:calc(99.9%/12*2)}.medium-3{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 3);-webkit-flex:0 0 calc(99.9% / 12 * 3);max-width:calc(99.9%/12*3);width:calc(99.9%/12*3)}.medium-offset-3{margin-left:calc(99.9%/12*3)}.medium-4{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 4);-webkit-flex:0 0 calc(99.9% / 12 * 4);max-width:calc(99.9%/12*4);width:calc(99.9%/12*4)}.medium-offset-4{margin-left:calc(99.9%/12*4)}.medium-5{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 5);-webkit-flex:0 0 calc(99.9% / 12 * 5);max-width:calc(99.9%/12*5);width:calc(99.9%/12*5)}.medium-offset-5{margin-left:calc(99.9%/12*5)}.medium-6{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 6);-webkit-flex:0 0 calc(99.9% / 12 * 6);max-width:calc(99.9%/12*6);width:calc(99.9%/12*6)}.medium-offset-6{margin-left:calc(99.9%/12*6)}.medium-7{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 7);-webkit-flex:0 0 calc(99.9% / 12 * 7);max-width:calc(99.9%/12*7);width:calc(99.9%/12*7)}.medium-offset-7{margin-left:calc(99.9%/12*7)}.medium-8{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 8);-webkit-flex:0 0 calc(99.9% / 12 * 8);max-width:calc(99.9%/12*8);width:calc(99.9%/12*8)}.medium-offset-8{margin-left:calc(99.9%/12*8)}.medium-9{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 9);-webkit-flex:0 0 calc(99.9% / 12 * 9);max-width:calc(99.9%/12*9);width:calc(99.9%/12*9)}.medium-offset-9{margin-left:calc(99.9%/12*9)}.medium-10{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 10);-webkit-flex:0 0 calc(99.9% / 12 * 10);max-width:calc(99.9%/12*10);width:calc(99.9%/12*10)}.medium-offset-10{margin-left:calc(99.9%/12*10)}.medium-11{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 11);-webkit-flex:0 0 calc(99.9% / 12 * 11);max-width:calc(99.9%/12*11);width:calc(99.9%/12*11)}.medium-offset-11{margin-left:calc(99.9%/12*11)}.medium-12{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 12);-webkit-flex:0 0 calc(99.9% / 12 * 12);max-width:calc(99.9%/12*12);width:calc(99.9%/12*12)}.medium-offset-12{margin-left:calc(99.9%/12*12)}.medium-order-1{order:1;-webkit-order:1;-ms-order:1}.medium-order-2{order:2;-webkit-order:2;-ms-order:2}.medium-order-3{order:3;-webkit-order:3;-ms-order:3}.medium-order-4{order:4;-webkit-order:4;-ms-order:4}.medium-order-5{order:5;-webkit-order:5;-ms-order:5}.medium-order-6{order:6;-webkit-order:6;-ms-order:6}}@media only screen and (min-width: 1025px){.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto}.large-1{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 1);-webkit-flex:0 0 calc(99.9% / 12 * 1);max-width:calc(99.9%/12*1);width:calc(99.9%/12*1)}.large-offset-1{margin-left:calc(99.9%/12*1)}.large-2{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 2);-webkit-flex:0 0 calc(99.9% / 12 * 2);max-width:calc(99.9%/12*2);width:calc(99.9%/12*2)}.large-offset-2{margin-left:calc(99.9%/12*2)}.large-3{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 3);-webkit-flex:0 0 calc(99.9% / 12 * 3);max-width:calc(99.9%/12*3);width:calc(99.9%/12*3)}.large-offset-3{margin-left:calc(99.9%/12*3)}.large-4{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 4);-webkit-flex:0 0 calc(99.9% / 12 * 4);max-width:calc(99.9%/12*4);width:calc(99.9%/12*4)}.large-offset-4{margin-left:calc(99.9%/12*4)}.large-5{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 5);-webkit-flex:0 0 calc(99.9% / 12 * 5);max-width:calc(99.9%/12*5);width:calc(99.9%/12*5)}.large-offset-5{margin-left:calc(99.9%/12*5)}.large-6{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 6);-webkit-flex:0 0 calc(99.9% / 12 * 6);max-width:calc(99.9%/12*6);width:calc(99.9%/12*6)}.large-offset-6{margin-left:calc(99.9%/12*6)}.large-7{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 7);-webkit-flex:0 0 calc(99.9% / 12 * 7);max-width:calc(99.9%/12*7);width:calc(99.9%/12*7)}.large-offset-7{margin-left:calc(99.9%/12*7)}.large-8{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 8);-webkit-flex:0 0 calc(99.9% / 12 * 8);max-width:calc(99.9%/12*8);width:calc(99.9%/12*8)}.large-offset-8{margin-left:calc(99.9%/12*8)}.large-9{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 9);-webkit-flex:0 0 calc(99.9% / 12 * 9);max-width:calc(99.9%/12*9);width:calc(99.9%/12*9)}.large-offset-9{margin-left:calc(99.9%/12*9)}.large-10{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 10);-webkit-flex:0 0 calc(99.9% / 12 * 10);max-width:calc(99.9%/12*10);width:calc(99.9%/12*10)}.large-offset-10{margin-left:calc(99.9%/12*10)}.large-11{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 11);-webkit-flex:0 0 calc(99.9% / 12 * 11);max-width:calc(99.9%/12*11);width:calc(99.9%/12*11)}.large-offset-11{margin-left:calc(99.9%/12*11)}.large-12{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 12);-webkit-flex:0 0 calc(99.9% / 12 * 12);max-width:calc(99.9%/12*12);width:calc(99.9%/12*12)}.large-offset-12{margin-left:calc(99.9%/12*12)}.large-order-1{order:1;-webkit-order:1;-ms-order:1}.large-order-2{order:2;-webkit-order:2;-ms-order:2}.large-order-3{order:3;-webkit-order:3;-ms-order:3}.large-order-4{order:4;-webkit-order:4;-ms-order:4}.large-order-5{order:5;-webkit-order:5;-ms-order:5}.large-order-6{order:6;-webkit-order:6;-ms-order:6}}@media only screen and (min-width: 1201px){.column.xlarge-centered,.columns.xlarge-centered{margin-left:auto;margin-right:auto}.xlarge-1{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 1);-webkit-flex:0 0 calc(99.9% / 12 * 1);max-width:calc(99.9%/12*1);width:calc(99.9%/12*1)}.xlarge-offset-1{margin-left:calc(99.9%/12*1)}.xlarge-2{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 2);-webkit-flex:0 0 calc(99.9% / 12 * 2);max-width:calc(99.9%/12*2);width:calc(99.9%/12*2)}.xlarge-offset-2{margin-left:calc(99.9%/12*2)}.xlarge-3{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 3);-webkit-flex:0 0 calc(99.9% / 12 * 3);max-width:calc(99.9%/12*3);width:calc(99.9%/12*3)}.xlarge-offset-3{margin-left:calc(99.9%/12*3)}.xlarge-4{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 4);-webkit-flex:0 0 calc(99.9% / 12 * 4);max-width:calc(99.9%/12*4);width:calc(99.9%/12*4)}.xlarge-offset-4{margin-left:calc(99.9%/12*4)}.xlarge-5{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 5);-webkit-flex:0 0 calc(99.9% / 12 * 5);max-width:calc(99.9%/12*5);width:calc(99.9%/12*5)}.xlarge-offset-5{margin-left:calc(99.9%/12*5)}.xlarge-6{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 6);-webkit-flex:0 0 calc(99.9% / 12 * 6);max-width:calc(99.9%/12*6);width:calc(99.9%/12*6)}.xlarge-offset-6{margin-left:calc(99.9%/12*6)}.xlarge-7{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 7);-webkit-flex:0 0 calc(99.9% / 12 * 7);max-width:calc(99.9%/12*7);width:calc(99.9%/12*7)}.xlarge-offset-7{margin-left:calc(99.9%/12*7)}.xlarge-8{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 8);-webkit-flex:0 0 calc(99.9% / 12 * 8);max-width:calc(99.9%/12*8);width:calc(99.9%/12*8)}.xlarge-offset-8{margin-left:calc(99.9%/12*8)}.xlarge-9{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 9);-webkit-flex:0 0 calc(99.9% / 12 * 9);max-width:calc(99.9%/12*9);width:calc(99.9%/12*9)}.xlarge-offset-9{margin-left:calc(99.9%/12*9)}.xlarge-10{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 10);-webkit-flex:0 0 calc(99.9% / 12 * 10);max-width:calc(99.9%/12*10);width:calc(99.9%/12*10)}.xlarge-offset-10{margin-left:calc(99.9%/12*10)}.xlarge-11{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 11);-webkit-flex:0 0 calc(99.9% / 12 * 11);max-width:calc(99.9%/12*11);width:calc(99.9%/12*11)}.xlarge-offset-11{margin-left:calc(99.9%/12*11)}.xlarge-12{-webkit-box-flex:0;flex:0 0 calc(99.9% / 12 * 12);-webkit-flex:0 0 calc(99.9% / 12 * 12);max-width:calc(99.9%/12*12);width:calc(99.9%/12*12)}.xlarge-offset-12{margin-left:calc(99.9%/12*12)}.xlarge-order-1{order:1;-webkit-order:1;-ms-order:1}.xlarge-order-2{order:2;-webkit-order:2;-ms-order:2}.xlarge-order-3{order:3;-webkit-order:3;-ms-order:3}.xlarge-order-4{order:4;-webkit-order:4;-ms-order:4}.xlarge-order-5{order:5;-webkit-order:5;-ms-order:5}.xlarge-order-6{order:6;-webkit-order:6;-ms-order:6}}@font-face{font-family:"LibreFranklin";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-regular.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-regular.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-regular.woff2) format("woff2"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-regular.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-regular.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"LibreFranklin";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-semibold.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-semibold.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-semibold.woff2) format("woff2"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-semibold.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-semibold.ttf) format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:"LibreFranklin";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-italic.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-italic.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-italic.woff2) format("woff2"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-italic.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-italic.ttf) format("truetype");font-weight:normal;font-style:italic}@font-face{font-family:"LibreFranklin";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-light.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-light.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-light.woff2) format("woff2"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-light.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/librefranklin-light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"VAG Rounded";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/vagrounded-bold.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/vagrounded-bold.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/vagrounded-bold.woff2) format("woff2"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/vagrounded-bold.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/vagrounded-bold.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Icons";src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/icons.eot);src:url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/icons.eot?#iefix) format("embedded-truetype"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/icons.woff) format("woff"),url(//www.unpluggedival.de/wp-content/themes/unpluggedival20/fonts/icons.ttf) format("truetype");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"Icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-chevron-up:before{content:""}.icon-bars:before{content:""}.icon-calendar:before{content:""}.icon-clock:before{content:""}.icon-drum:before{content:""}.icon-map-marker:before{content:""}.icon-unpluggedival:before{content:""}.icon-heart:before{content:""}.icon-twitter:before{content:""}.icon-twitch:before{content:""}.icon-chevron-double-left:before{content:""}.icon-chevron-double-right:before{content:""}.icon-chevron-double-up:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-cloud:before{content:""}.icon-globe:before{content:""}.icon-tiktok:before{content:""}.icon-dots:before{content:""}.icon-search:before{content:""}.icon-soundcloud:before{content:""}.icon-spotify:before{content:""}.icon-youtube:before{content:""}.icon-arrow-right:before{content:""}.icon-bandcamp:before{content:""}.icon-chevron-double-down:before{content:""}.icon-chevron-down:before{content:""}.icon-facebook:before{content:""}.icon-home:before{content:""}.icon-instagram:before{content:""}html{width:100%;font-size:62.5%;overflow-x:hidden}body{min-width:320px;max-width:2000px;margin:0 auto;font-family:"LibreFranklin",sans-serif;font-size:1.6rem;line-height:1.5em;color:#3c3c3c}img{max-width:100%}p,li,dd,td,input,textarea,select,label,button,figcaption{font-family:"LibreFranklin",sans-serif;font-size:1.6rem;line-height:1.5em}p:empty{display:none}a{text-decoration:none;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}a:hover{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}iframe{max-width:100%}main{display:block}.alignleft{float:left;margin-right:3rem}.alignright{float:right;margin-left:3rem}.aligncenter{display:block;margin:5px auto}.wp-caption{max-width:100%}blockquote p:last-child{margin-bottom:0}.hide,.hidden{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.full_width{width:100%;max-width:2000px;position:relative}.row .full_width{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.row .full_width>.row,.row .full_width>.column_row{max-width:1000px;margin-left:auto;margin-right:auto}.has-black-color{color:#3c3c3c}.has-black-background-color{background-color:#3c3c3c}.has-black-background-color:before,.has-black-background-color:after{background-color:#3c3c3c}.has-grey-color{color:#848484}.has-grey-background-color{background-color:#848484}.has-grey-background-color:before,.has-grey-background-color:after{background-color:#848484}.has-greymid-color{color:#b4b4b4}.has-greymid-background-color{background-color:#b4b4b4}.has-greymid-background-color:before,.has-greymid-background-color:after{background-color:#b4b4b4}.has-greylight-color{color:#cbcbcb}.has-greylight-background-color{background-color:#cbcbcb}.has-greylight-background-color:before,.has-greylight-background-color:after{background-color:#cbcbcb}.has-greylightultra-color{color:#e9e9e9}.has-greylightultra-background-color{background-color:#e9e9e9}.has-greylightultra-background-color:before,.has-greylightultra-background-color:after{background-color:#e9e9e9}.has-greydark-color{color:#4c4c4c}.has-greydark-background-color{background-color:#4c4c4c}.has-greydark-background-color:before,.has-greydark-background-color:after{background-color:#4c4c4c}.has-white-color{color:#fff}.has-white-background-color{background-color:#fff}.has-white-background-color:before,.has-white-background-color:after{background-color:#fff}@media only screen and (max-width: 1025px){table{width:100%;max-width:100%}table tr{max-width:100%;width:100%}table tr td{width:100%;max-width:100%;display:table-row}}form legend{display:none}form fieldset{min-width:1px}form input[type=submit]{width:auto}form li.required label:after{content:"*"}form img.ajax-loader{width:16px;height:16px}.physalis_notice{margin-top:.5rem}.physalis_notice .notice_text{margin-top:1rem}.physalis_notice a{text-decoration:none;border:0;margin:0;padding:0;outline:0;background:rgba(0,0,0,0);border:none !important}.physalis_notice a:before,.physalis_notice a:after{display:none !important}img{max-height:100%;height:auto}p{margin-bottom:1.2em}h1{font:300 2.6rem "LibreFranklin",sans-serif;color:#3c3c3c;margin:1.75em 0 .9em}h2{font:bold 1.6rem "LibreFranklin",sans-serif;text-transform:uppercase;margin:1.334em 0 .667em;letter-spacing:.14em;color:#3c3c3c}h3{font:300 2.6rem "LibreFranklin",sans-serif;line-height:1.38em;margin:1.334em 0 .75em;color:#3c3c3c}h3 a{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}h4{font:bold 1.6rem "LibreFranklin",sans-serif;margin:1.334em 0 .667em}a{color:#3c3c3c;box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}a:hover,a:focus{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}a.more-link{display:none}.wp-caption.alignleft{margin-right:2em}.wp-caption.alignright{margin-left:2em}figure{position:relative}.wp-caption-text,figcaption{display:inline-block;background:rgba(255,255,255,.85);font-size:1.6rem;margin-bottom:0;padding:1rem 2rem;color:#b4b4b4;position:absolute;bottom:0;right:0;border-radius:15px 0 0 0;-moz-border-radius:15px 0 0 0;-webkit-border-radius:15px 0 0 0}form ::-webkit-input-placeholder{color:#848484}form ::-moz-placeholder{color:#848484}form :-ms-input-placeholder{color:#848484}form :-moz-placeholder{color:#848484}form ::-webkit-textarea-placeholder{color:#848484}form :-ms-textarea-placeholder{color:#848484}form input,form textarea,form select{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}form input:hover,form input:focus,form textarea:hover,form textarea:focus,form select:hover,form select:focus{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),form textarea{background:#e9e9e9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:.7rem 1.2rem}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,form textarea:hover,form textarea:focus{background:#cbcbcb}form input[type=submit]{background:#4c4c4c;color:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:.7rem 1.2rem}form input[type=submit]:hover,form input[type=submit]:focus{background:#848484}.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper form textarea{padding:.75rem 1rem;font-size:.9em}.gform_wrapper form .top_label input[type=file]{width:100%}.gform_wrapper form .gform_fileupload_rules{display:block;font-size:.813em}#header .nav_wrapper{background:#fff;width:100%;border-bottom:1px solid #eee}#header #logo{font-size:3rem;padding:1rem;color:#4c4c4c;position:relative;top:.3rem;opacity:0;-moz-opacity:0;-webkit-opacity:0;filter:alpha(opacity=0);box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#header #logo:hover{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);color:#848484;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#header.sticky{padding-top:7rem;z-index:999}#header.sticky #logo{opacity:1;-moz-opacity:1;-webkit-opacity:1;filter:alpha(opacity=100)}#header.sticky .nav_wrapper{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;position:fixed;width:100%;z-index:1001;top:0;left:0}#logo_info{margin-right:2.5rem;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#logo_info:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}#logo_info img{width:80px;display:block}#info_wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;justify-content:flex-start;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:100%}#header_info{height:165px;background-position:center center;background-repeat:no-repeat;background-size:cover;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}#header_info .row{height:100%}.blogname{font:3rem "VAG Rounded",serif;text-transform:uppercase;letter-spacing:.05rem;color:#fff;margin-bottom:.5em;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.blogname:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.tagline{color:#fff;margin-bottom:0}.home .blogname,.home .tagline{text-align:center}.home #info_wrapper{text-align:center;margin-top:3rem;margin-bottom:3rem;height:auto;flex-wrap:wrap;justify-content:center}.home #logo_info{width:100%;max-width:100%;margin:0;margin-bottom:2rem;text-align:center}.home #logo_info img{width:180px;margin:0 auto}.home .excerpt_wrapper{text-align:center}.home .excerpt_wrapper .excerpt{background:rgba(255,255,255,.9);padding:2.8rem;margin-bottom:4rem;border-radius:15px 15px 15px 0;-moz-border-radius:15px 15px 15px 0;-webkit-border-radius:15px 15px 15px 0}.home .excerpt_wrapper .excerpt strong{font-family:"VAG Rounded",serif;text-transform:uppercase;letter-spacing:.05rem}.home #content_jump{color:#fff;display:block;text-align:center;margin-bottom:3rem;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.home #content_jump:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;color:#cbcbcb}.home #header_info{width:100%;height:100vh;max-height:100vh}.home #header_info i{font-size:4rem}.home #header_info .row{height:100%}.home #header_info .column{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;flex-wrap:wrap;justify-content:center;-webkit-align-content:space-between;align-content:space-between}#footer{background:#3c3c3c}#footer p,#footer li,#footer h2,#footer h3,#footer h4{color:#fff}#footer h2:first-child,#footer h3:first-child,#footer h4:first-child{margin-top:0}#footer p{margin-bottom:0}#footer_top{background:#4c4c4c;padding-top:4rem;padding-bottom:4rem}#footer_top h2,#footer_top h3{font-size:1.1rem;font-weight:bold;text-transform:uppercase;margin-bottom:2em}#footer_top a{color:#fff;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#footer_top a:hover:not(#logo_footer){box-shadow:inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 #FFF;-webkit-box-shadow:inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 #FFF;-moz-box-shadow:inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 #FFF}#footer_top ul{list-style:disc inside}#footer_top ul li{padding:.5em 0;font-size:1.4rem}#footer_bottom{padding-top:2rem;padding-bottom:2rem}.link_love{color:#fff;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.link_love i{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;color:#c41411;display:inline-block}.link_love:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.link_love:hover i{-moz-transform:rotate(-14deg);-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg);position:relative;color:#9abf41}figure a{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}figure a:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#footer_about{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex}#footer_about strong{font-family:"VAG Rounded",serif;text-transform:uppercase;letter-spacing:.05rem}#logo_footer{margin-right:3rem;display:block;width:18%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#logo_footer:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}nav .column{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;padding-top:1rem;padding-bottom:2rem;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;position:relative}nav ul{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex}nav ul li{font:bold 1.4rem "LibreFranklin",sans-serif}nav ul li a{color:#fff;padding:1rem 1.4rem}#header .nav-toggle{display:none;position:absolute;right:3rem;top:1rem;z-index:3;text-align:center;font-size:3rem;color:#848484;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#header .nav-toggle:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#header nav ul{padding-top:.7rem}#header nav ul li{position:relative;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}#header nav ul li.mobile{display:none}#header nav ul li a{color:#3c3c3c;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#header nav ul li a:hover,#header nav ul li a:focus{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;color:#848484}#header nav ul li.menu-item-has-children{position:relative}#header nav ul li.menu-item-has-children>a:after{content:"";font-family:"Icons";font-size:.8em;margin-left:1rem}#header nav ul li:hover>ul,#header nav ul li:focus>ul,#header nav ul li[aria-expanded=true]>ul{display:block}#header nav ul li ul{display:none;position:absolute;top:4rem;padding-top:0;border:1px solid #eee;margin-top:0;z-index:3;left:0}#header nav ul li ul li{background:#b4b4b4;padding:0}#header nav ul li ul li.menu-item-has-children>a:after{left:auto;right:0;display:inline-block;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}#header nav ul li ul li.menu-item-has-children:hover>a:after{-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:relative;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}#header nav ul li ul li:hover ul,#header nav ul li ul li:focus ul,#header nav ul li ul li[aria-expanded=true] ul{display:block}#header nav ul li ul li a{white-space:nowrap;background:#fff;width:100%;display:block}#header nav ul li ul li a:hover{background:#848484;color:#fff}#header nav ul li ul li ul{display:none;position:absolute;top:0;left:100%;padding-top:0}#footer nav{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}#footer nav ul{margin-right:3rem}#footer nav ul li a{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}#footer nav ul li:first-child a{padding-left:0}.wp-block-quote{margin-bottom:1.2em;width:125%}.wp-block-quote p{font-size:1.2em;font-weight:bold}.wp-block-quote cite{font-style:italic;color:#848484}.wp-block-button__link{border-radius:15px 15px 15px 0;-moz-border-radius:15px 15px 15px 0;-webkit-border-radius:15px 15px 15px 0;background:#848484;color:#fff;border-bottom-left-radius:0 !important}.wp-block-button__link:hover{color:#fff;background:#4c4c4c;text-decoration:none}.wp-block-button__link:after{font:.8em "Icons";color:#fff;margin-left:1rem;content:""}.wp-block-column h2:first-child,.wp-block-column h3:first-child,.wp-block-column h4:first-child{margin-top:0}.block-archive h3{font-size:3.2rem;margin-top:.75em}.block-archive h3 a:hover{text-decoration:none}.block-archive h3 .location_icon{font-size:3rem;margin-left:1.4rem;width:40px;height:40px}.block-archive h3 .location_link{color:#3c3c3c;margin-left:0}.event_list{width:100%}.block-archive_container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;flex-wrap:wrap}main{margin-bottom:10rem;max-width:1000px;margin-left:auto;margin-right:auto}main .row{max-width:560px;margin-left:0}.tax-kategorie main .row{max-width:1000px}article p a,article ul a{box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}article p a:hover,article ul a:hover{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}article ul{margin-bottom:1.2em}article ul li{list-style:disc outside;margin-left:2rem}.excerpt{margin-bottom:4.8rem}.excerpt p{font-size:2rem;color:#3c3c3c;margin-bottom:0}.separator{font-size:2rem;color:#cbcbcb;margin:6.8rem 0;display:block}.post_thumbnail{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.post_thumbnail img{width:100%;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}.post_thumbnail:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.post_thumbnail:hover img{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;filter:saturate(1.8);-webkit-filter:saturate(1.8);-ms-filter:saturate(1.8);-moz-filter:saturate(1.8)}.posts_list .post_thumbnail img{border-radius:15px 15px 15px 0;-moz-border-radius:15px 15px 15px 0;-webkit-border-radius:15px 15px 15px 0}.posts_list .post_thumbnail:hover img{border-radius:15px 0 15px 25px;-moz-border-radius:15px 0 15px 25px;-webkit-border-radius:15px 0 15px 25px}#map{width:100%;min-width:600px;height:300px;border-radius:15px 15px 15px 0;-moz-border-radius:15px 15px 15px 0;-webkit-border-radius:15px 15px 15px 0}#map .leaflet-marker-icon i{font-size:3rem;color:#848484}.leaflet-popup{min-width:200px}.leaflet-popup h4{font-size:1.6rem;margin-top:0;margin-bottom:1rem}.leaflet-popup address p{font-size:1.6rem}.leaflet-div-icon{background:none;border:none}.marker span{display:none}.home .wp-block-columns{margin-bottom:0}.home .entry{margin-top:10rem}.link_image{display:block;margin-bottom:2.4rem;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.link_image:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.link_image img{display:block;border-radius:15px 15px 15px 0;-moz-border-radius:15px 15px 15px 0;-webkit-border-radius:15px 15px 15px 0;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}.link_image:hover img{border-radius:15px 0 15px 25px;-moz-border-radius:15px 0 15px 25px;-webkit-border-radius:15px 0 15px 25px;filter:saturate(1.8);-webkit-filter:saturate(1.8);-ms-filter:saturate(1.8);-moz-filter:saturate(1.8);-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}.posts_list_post{margin-bottom:4.8rem}.posts_list_post:last-child{margin-bottom:0}.posts_list_post i{font-size:.45em;color:#848484;margin:0 1.5rem}.posts_list_post h3{margin-top:.334em}.posts_list_post .excerpt{margin-bottom:2.4rem}.posts_list_post .excerpt p{color:#3c3c3c;font-size:1.6rem}.category{color:#3c3c3c;box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}.category:hover{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}.meta{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;width:100%;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.events li{list-style-type:none;margin-bottom:1.5rem;line-height:1.4;margin-left:0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.events li .link_image{margin-top:1rem}.events li date{width:100%;margin-right:2rem;color:#848484;flex-shrink:0}.events li .event_details{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;flex-wrap:wrap}.events li .event_details .event_link{margin-top:.25em}.events li .event_more{width:100%}.events li .event_link{position:relative;top:.1rem;margin-right:.5rem}.events li .location_name,.events li .event_link{box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}.events li .location_name:hover,.events li .event_link:hover{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}.events li .excerpt p{font-size:.85em}.events-time li .event_details{display:block}.events-time li .location_link{margin-left:0;margin-top:1rem;display:inline-block}.artist_links{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex}.artist_links span{color:#4c4c4c;margin-right:2rem}.artist_links ul{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex}.artist_links ul li{list-style-type:none}.artist_links a{color:#4c4c4c;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.artist_links a:hover{color:#848484;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.post-type-archive-kuenstler main .row{max-width:100%}.post-type-archive-kuenstler .posts_list_post{margin-bottom:3rem}.post-type-archive-kuenstler .posts_list_post h3{margin:.3rem 0;font-size:1.6rem}.post_navigation{margin-top:6.4rem;color:#848484}.post_navigation a{font:2.4rem "LibreFranklin",sans-serif;color:#3c3c3c;box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}.post_navigation a:hover{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}.post_navigation .nav-archive a{color:#cbcbcb;box-shadow:inset 0 -1px 0 #CBCBCB;-webkit-box-shadow:inset 0 -1px 0 #CBCBCB;-moz-box-shadow:inset 0 -1px 0 #CBCBCB}.post_navigation .nav-archive a:hover{color:#848484;box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #848484;-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #848484;-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #848484}.post_navigation .nav-next{text-align:right}.post_navigation i{margin-right:.75rem}.location_link{text-decoration:none;color:#3c3c3c;margin-left:.5rem;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.location_link:hover{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;color:#848484}.location_link .location_name{display:inline-block;box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-webkit-box-shadow:inset 0 -1px 0 rgb(15, 15, 15);-moz-box-shadow:inset 0 -1px 0 rgb(15, 15, 15)}.location_link .location_name:hover{box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);-moz-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0)}.location_icon{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#fff;background:#848484;font:1.6rem "VAG Rounded",serif;text-transform:uppercase;text-align:center;width:30px;height:30px;padding-top:.2rem;-js-display:inline-flex;display:-webkit-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-flexbox;display:-o-inline-flex;display:inline-flex;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;text-decoration:none;position:relative;top:-0.25rem}a .location_icon{margin-left:.6rem;text-decoration:none}h1 .location_icon{font-size:5.3rem;margin-left:2rem;padding-top:.5rem;width:78px;height:78px}h2 .location_icon{font-size:4.5rem;margin-left:1.8rem;width:55px;height:55px}h3 .location_icon{font-size:3.2rem;margin-left:1.5rem;width:45px;height:45px}.locations.columns{column-gap:40px;-moz-column-gap:40px;-webkit-column-gap:40px}.locations.two-columns{column-count:2;-moz-column-count:2;-webkit-column-count:2}.locations.three-columns{column-count:3;-moz-column-count:3;-webkit-column-count:3}.locations li{list-style-type:none;margin-left:0;padding:.3rem 0}.locations .location_link{margin-left:0}.infos li,.artists li{list-style-type:none;margin-left:0}.infos li{position:relative;padding-left:3rem;margin-bottom:.75rem;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.infos li .location_link{margin-left:0}.infos li i{position:absolute;left:0;color:#848484}@media screen and (max-width: 1024px){#footer_about{margin-bottom:2rem;flex-wrap:wrap}#footer_about a,#footer_about p{width:100%}#logo_footer img{max-width:160px;display:block;margin-left:auto;margin-right:auto;padding-bottom:2rem}.locations.columns{column-count:1;-moz-column-count:1;-webkit-column-count:1}.alignwide{margin-left:0;margin-right:0;max-width:100%;width:100%}.alignfull{margin-left:0;margin-right:0;max-width:100%;width:100%}.alignfull img{width:100vw}#header{max-height:100vh;overflow-y:scroll;height:auto}#header #logo{display:none}.home #header{max-height:inherit}#header.sticky{position:fixed;top:0;left:0;width:100%;padding-top:0}#header.sticky #header_info{height:0}#header .nav-toggle{display:block}#header nav .column{min-height:5rem;padding-bottom:.5rem;background:#fff}#header nav ul#menu-navigation{display:block;max-height:0;-webkit-transition:max-height 0.3s;-moz-transition:max-height 0.3s;-ms-transition:max-height 0.3s;transition:max-height 0.3s;height:auto;overflow:hidden;position:relative;width:100%;padding-top:3.7rem}#header nav ul#menu-navigation.open{max-height:3000px;overflow-y:scroll;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;transition:max-height 1s}#header nav ul#menu-navigation li.mobile{display:block}#header nav ul#menu-navigation li a{display:block}#header nav ul#menu-navigation>li{display:block;font-size:2rem}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu{position:relative;display:block;max-height:0;-webkit-transition:max-height 0.5s;-moz-transition:max-height 0.5s;-ms-transition:max-height 0.5s;transition:max-height 0.5s;overflow:hidden;top:0;padding-top:.4rem;padding-left:.75rem;width:100%}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li{background:none;color:#3c3c3c;flex-wrap:wrap;width:100%;font-size:1.8rem}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li a{color:#3c3c3c;background:none}#header nav ul#menu-navigation>li.menu-item-has-children.active ul.sub-menu{max-height:1500px;-webkit-transition:max-height 0.5s;-moz-transition:max-height 0.5s;-ms-transition:max-height 0.5s;transition:max-height 0.5s}#header nav ul#menu-navigation>li.menu-item-has-children.active ul.sub-menu ul.sub-menu{overflow:none;top:0;left:0}#footer nav{flex-wrap:wrap}#footer nav ul{margin-bottom:1.5rem;flex-wrap:wrap}#footer nav ul li a{display:inline-block;padding-left:0}.wp-block-quote{width:100%}.home #header_info{height:auto;max-height:999999px}.home #header_info i{font-size:2.4rem}.home .excerpt p{font-size:1.6rem}.events li .event_details{flex-wrap:wrap}}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{color:#444 !important;text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.nivo-slider-wrapper{display:none}.footer{display:none}#header nav,#sidebar ul{display:none}.nav-toggle{display:none}} #gfield_instruction_3_27 { display:none !important; }
#gfield_instruction_3_28 { display:none !important; }