@charset "utf-8";
@import url('reset.css');


#menu-lewo .kafelek:after,
#menu-lewo .kafelek:before,
* {
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

#bg-images li {
	-webkit-transition: all 4000ms linear;
    -moz-transition: all 4000ms linear;
    -o-transition: all 4000ms linear;
    -ms-transition: all 4000ms linear;
    transition: all 4000ms linear;
}

.tab ul.miniaturki > li,
.tab ul.wpisy > li,
#content .tab {
	-webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

/*
{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
*/

html, body {
    margin: 0;
    padding: 0;
	position: relative;
    background: #3e495d;
}

body {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #3e495d;
}

#screen {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
}

#no-touch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 36px;
}

#bg-images li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

#bg-images li.active {
    opacity: 1;
}

#bg-images .zaciemnienie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: -moz-linear-gradient(left, #3e495d 30%, transparent 100%);
    background: -webkit-linear-gradient(left, #3e495d 30%, transparent 100%);
    background: linear-gradient(to right, #3e495d 30%, transparent 100%);
}

#logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 192px;
    height: 169px;
    background: #fff url(../img/logo01.png) no-repeat center center;
    background-size: cover;
}

#clock {
    position: absolute;
    top: 50px;
    right: 0;
    width: 180px;
    text-align: center;
    color: #fff0b9;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    line-height: 20px;
}

#clock h2 {
    font-size: 48px;
    line-height: 52px;
    color: #fed27a;
    font-weight: 700;
}

#clock strong {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    border-top: 3px solid #fff0b9;
    max-width: 115px;
    margin: 20px auto 0 auto;
}

#breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 18px;
}

#breadcrumbs li {
    float: left;
    line-height: 37px;
    font-size: 18px;
    color: #fff0b9;
}

#breadcrumbs li:before {
    content: "➟";
    margin-left: 8px;
    margin-right: 8px;
}

#breadcrumbs li:nth-of-type(1):before {
    content: none;
}


#menu-lewo {
    width: 192px;
    height: 862px;
    position: absolute;
    bottom: 181px;
    left: 0;
}

#menu-lewo li {
    margin-top: 12px;
}

#menu-lewo #standort {
    margin-top: 0px;
}

#menu-lewo .kafelek {
    position: relative;
    width: 192px;
    height: 179px;
    box-sizing: border-box;
    border: 3px solid #f7a600;
    border-left: none;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-clip-path: polygon(170px 0, 100% 30px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(170px 0, 100% 30px, 100% 100%, 0 100%, 0 0);
    cursor: pointer;
}

#menu-lewo .kafelek:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 161px;
    width: 40px;
    height: 3px;
    background: #f7a600;
    -webkit-transform: rotate(53.8deg);
    -moz-transform: rotate(53.8deg);
    -o-transform: rotate(53.8deg);
    -ms-transform: rotate(53.8deg);
    transform: rotate(53.8deg);
}

#menu-lewo #standort .kafelek {
    background-image: url(../img/button-standort.png);
}

#menu-lewo #stadt .kafelek {
    background-image: url(../img/button-stadt.png);
}

#menu-lewo #land .kafelek {
    background-image: url(../img/button-land.png);
}

#menu-lewo #kultur .kafelek {
    background-image: url(../img/button-kultur.png);
}

#menu-lewo .kafelek h2 {
    color: #f7a600;
    font-weight: 600;
    position: absolute;
    left: 18px;
    bottom: 21px;   
    max-width: 170px;
}

#menu-lewo .kafelek:hover h2 {
    color: #ee7100;
}

#menu-lewo .kafelek:hover {
    border-color: #ee7100;
}

#menu-lewo .kafelek:hover:before {
    background: #ee7100;
}

#menu-lewo .kafelek.active {
    width: 202px;
    height: 288px;
    background-color: #fff0b9;
    -webkit-clip-path: none;
    clip-path: none;
    border-color: #fff0b9;
}

#menu-lewo .kafelek.active:before {
    display: none;
}

#menu-lewo .kafelek.active h2 {
    color: #3d4a5b;
}

#menu-lewo .kafelek:after {
    visibility: hidden;
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -31px;
    right: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 28px 0;
    border-color: transparent #fff0b9 transparent transparent;
}

#menu-lewo .kafelek.active:after {
    visibility: visible;
    opacity: 1;
}

#menu-lewo li:last-of-type .kafelek:after {
    display: none !important;
}


/*
#content {
    position: absolute;
    top: 37px;
    left: 202px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    height: 861px;
    -webkit-clip-path: polygon(1405px 0, 100% 180px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(1405px 0, 100% 180px, 100% 100%, 0 100%, 0 0);
}

#content.active {
    width: 1536px;
}

#tab-standort {
    background: #fff;
    height: 100%;
    width: 1536px;
    box-sizing: border-box;
    padding: 0 120px 40px 60px;
    box-sizing: border-box;
}

#tab-standort > ul > li {
    padding-top: 40px;
}

#tab-standort > ul > li:after {
    display: block;
    content: '';
    clear: both;
}

#tab-standort h3 {
    color: #ee7100;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    border-bottom: 3px solid #ee7100;
    margin-bottom: 45px;
}

#tab-standort h3 span {
    display: inline-block;
    background: #fff;
    position: relative;
    top: 15px;
    padding-right: 20px;
}

#tab-standort .zdjecie {
    width: 250px;
    height: 250px;
    float: left;
}

#tab-standort .zdjecie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tab-standort .tekst {
    float: right;
    width: 1060px;
    color: #3e495d;
}

#tab-standort h4 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

#tab-standort .details {
    padding-bottom: 45px;
}

#tab-standort .details li {
    display: inline-block;
    margin-right: 45px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: center left;
}

#tab-standort .details li:last-of-type {
    margin-right: 0;
}

#tab-standort .details li.date {
    background-image: url(../img/details-date.png);
}

#tab-standort .details li.hour {
    background-image: url(../img/details-hour.png);
}

#tab-standort .details li.place {
    background-image: url(../img/details-place.png);
}
*/

#content {
    position: absolute;
    top: 37px;
    left: 202px;
    width: 1536px;
    height: 1043px;
}

#content .tab {
    visibility: hidden;
    opacity: 0;
}

#content .tab.active {
    visibility: visible;
    opacity: 1;
}

#content .miniaturki {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#content .miniaturki.wyroznione {
    left: 768px;
    width: 50%;
}

#content .miniaturki li {
    display: block;
    float: left;
    width: 192px;
    height: 169px;
    box-sizing: border-box;
    border: 6px solid transparent;
    opacity: 0.75;
}

#content .miniaturki.male li {
    height: 84px;
}

#content .miniaturki li.active {
    border-color: #fff0b9;
    opacity: 1;
}

#content .miniaturki li.wyrozniony {
    display: none;
}

#content .miniaturki li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content .wpisy {
    position: absolute;
    width: 100%;
    height: 875px;
    top: 0;
    left: 0;
}

#content .wpisy.wyroznione:after {
    display: block;
    content: '';
    background: url(../img/wpis-wyrozniony.png);
    width: 116px;
    height: 159px;
    position: absolute;
    top: 0;
    left: 648px;
}

#content .wpisy > li {
    width: 764px;
    height: 875px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #fff0b9;
    visibility: hidden;
    opacity: 0;
}

#content .wpisy li.wyrozniony {
    height: 1043px;
}

#content .wpisy li.wyrozniony,
#content .wpisy li.odd {
    left: 0;
}

#content .wpisy li.even {
    right: 0;
}

#content .wpisy li.wyrozniony {
    -webkit-clip-path: polygon(638px 0, 100% 170px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(638px 0, 100% 170px, 100% 100%, 0 100%, 0 0);
}

#content .wpisy li.wyrozniony figure {
    -webkit-clip-path: polygon(614px 0, 100% 157px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(614px 0, 100% 157px, 100% 100%, 0 100%, 0 0);
}

#content .wpisy li.wyrozniony,
#content .wpisy li.active {
    opacity: 1;
    visibility: visible;
}

#content .wpisy .tekst {
    width: 680px;
    height: 395px;
    position: absolute;
    top: 440px;
    left: 40px;
    color: #3e495d;
    font-weight: 600;
}

#content .wpisy h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

#content .wpisy figure {
    width: 734px;
    height: 400px;
    margin: 15px 0 0 15px;
}

#content .wpisy figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#content .wpisy .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#content .wpisy .details li {
    position: absolute;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 33px;
    line-height: 42px;
}

#content .wpisy .details li.date {
    left: 0;
    bottom: 110px;
    background-image: url(../img/details-date.png);
}

#content .wpisy .details li.hour {
    left: 290px;
    bottom: 110px;
    background-image: url(../img/details-hour.png);
}

#content .wpisy .details li.place {
    left: 0;
    top: -80px;
    max-width: 620px;
    background-image: url(../img/details-place.png);
    background-position: left top;
}

#content .wpisy .details li.place span {
    display: inline-block;
    white-space: nowrap;
}

#content .wpisy .details li.distance {
    right: 0px;
    bottom: 100px;
    padding-left: 80px;
    background-image: url(../img/details-distance.png);
}