/*
 * Theme Name: coded net solutions PWA
 * Theme URI: https://codednetsolutions.de
 * Author: Olaf Sweekhorst
 * Author URI: https://codednetsolutions.de
 * Version: 1.1
 */

@font-face {
    font-family: 'groteskregular';
    font-weight: 300;
    src: url(assets/fonts/Geogtq-Rg.otf) format('opentype');
}

@font-face {
    font-family: 'groteskmedium';
    font-weight: normal;
    src: url(assets/fonts/Geogtq-Md.otf) format('opentype');
}

@font-face {
    font-family: 'henriettecond';
    font-weight: normal;
    src: url(assets/fonts/Henriette-CondensedRegular.otf) format('opentype');
}


* {
    box-sizing: border-box;
}

body {
    font-family: groteskregular;
    background: #fff;
    color: #fff;
    height: 100vH;
    margin: 0;
    padding: 0;
}




h1 {
    font-weight: 300;
    margin: 0;
}

p {
    font: 300 16px/28px groteskregular;
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    padding: 60px 15px 200px 15px;

}

.tour .container {
    padding: 60px 0 200px 0;
}

.title {
    font-size: 3rem;
}


img.responsive {
    height: auto;
    width: 100%;
    max-width: 100%;
}

#menubar {
    position: fixed;
    width: 100vW;
    height: 40px;
    background: #333;
    top: 0;
    left: 0;
    z-Index: 9;
}



.menuitem-container {
    position: relative;
}

.menuitem {
    position: relative;
    width: 100vW;
    left: -15px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.menuitem:after, .poi:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 24px;
    right: 15px;
    top: 36px;
    background: url(assets/images/arrow-right.png) no-repeat;
    background-size: contain;
}




.sub-title {
    font: normal 16px/35px henriettecond;
}

.tour-title {
    font: normal 5.3vW/40px groteskmedium;
}

.tour-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-image: url(assets/images/logo-minden.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 25vW;
}

.tour-header .sub-title {
    font: normal 3.6vW/25px henriettecond;
}

.tour-header .tour-title {
    font: normal 4vW/30px groteskmedium;
}


@media only screen and (min-width: 763px) {
    .sub-title {
        font: normal 16px/35px henriettecond;
    }

    .tour-title {
        font: normal 25px/40px groteskmedium;
    }

    .tour-header .sub-title {
        font: normal 18px/25px henriettecond;
    }

    .tour-header .tour-title {
        font: normal 30px/30px groteskmedium;
    }

    .tour-header {
        background-size: 80px;
        background-position: right 15px center;
        height: 80px;
    }
}

.poi {
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.poi:after {
    top: 30px;
}

.poi .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.poi .text {
    float: right;
    display: flex;
    width: calc(100% - 105px);
    align-items: center;
    height: 80px;
}

.poi .text p {
    margin: 0;
}

.poi .sub-title {
    font: normal 14px/25px henriettecond;
}

.poi .poi-title {
    font: normal 18px/30px groteskmedium;
}

.back {
    font: normal 20px/40px groteskregular;
    letter-spacing: -0.05em;
    padding-left: 35px;
    background: url(assets/images/links-weiss.png) left 5px center no-repeat;
    background-size: 20px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
}

.leaflet-popup-content a {
    text-decoration: none;
    color: #246fe0;
    border: none;
    outline: none;
}


#mapid {
    margin: 15px auto;
    width: 100%;
    max-width: 600px;
    height: 100vH;
    max-height: 400px;
    color: #4ba0ea;
    z-Index: 2;
}


@media only screen and (min-width: 1200px) {
    #mapid {
        max-width: 900px;
        max-height: 500px;
    }
}

.content {
    padding: 15px 15px 45px 15px;
    border-top: 1px solid #fff;
    background: linear-gradient(0deg, rgba(19, 117, 199, 0), rgba(19, 117, 199, 1) 20%);
}

.nav {
    padding: 15px;
}

.nav a {
    font: 300 14px/20px groteskregular;
    width: 32%;
    display: inline-block;
    text-align: center;
}

.nav a:first-child {
    text-align: left;
}

.nav a:last-child {
    text-align: right;
}

.slick-track {
    display: flex;
}

.slideimgholder {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .slideimgholder {
        min-height: unset;
    }
}

.slideimgholder img, .slideimgholder video {
    max-width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .slideimgholder img, .slideimgholder video {
        max-width: 80%;
    }

    .slideitem p {
        width: 80%;
    }
}

.slideitem p {
    text-align: center;
    margin: 0 2.5%;
}

.slick-next, .slick-prev {
    z-Index: 2;
}

.slick-next {
    right: 3%;
}

.slick-prev {
    left: 3%;
}

@media only screen and (min-width: 994px) {
    .slick-next {
        right: 25px;
    }

    .slick-prev {
        left: 25px;
    }
}

/*

.slick-initialized .slick-track {
    display: flex;
}

.slick-initialized .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}*/


