@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');

/* General */

body,
p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #43495b;
}

body {
    padding-top: 30px;
    overflow-y: scroll;
    cursor: default;
}

.hyphens {
    hyphens: auto;
}

h1,
.h1 {
    font-size: 1.9rem;
}

.small {
    font-size: 85%;
}

.footer {
    margin: 25px 0 0 0;
}

.link a {
color: #555;
}

.link a:hover {
    color: #43495b;
}

/* Menu */

.top-bar,
.top-bar ul {
    background-color: #e7e3e2;
    color: #43495b;
}

.title-bar {
    background-color: #555;
    margin: 0 0 20px 0;
}

.top-bar {
    margin: 10px 0 15px 0;
    padding: 0.1rem 0.5rem;
}

.menu a,
.menu a:hover,
.menu a:focus {
    color: #43495b;
}

.dropdown.menu>li.is-active>a {
    font-weight: bold;
    color: #43495b;
}

.menu li {
    padding-right: 18px;
}


/* Home Slider */

.flex-direction-nav a {
    width: 35px;
    height: 100px;
    margin: -100px 0 0;

}

.flex-direction-nav a::before {
    font-family: 'Open Sans', sans-serif;
    font-size: 75px;
    content: '\2039';
    text-shadow: none;
    color: white;
}

.flex-direction-nav a.flex-next::before {
    content: '\0203A';
}

.flex-control-nav {
    display: none;
}

.flexslider {
    border: none;
    padding: 0;
    margin: 0;
}

.flexslider .slides>li {
    max-height: 700px;
}


/* Lage */

.border-right {
    border-right: 1px solid #a59a96;
}

.map {
    width: 98%;
    height: 320px;
}

.ansicht {
    width: 100%;
    height: 80vh;
}

.spacer {
    height: 40px;
}

#lage .callout.primary {
    background-color: #eae8e7;
    border: none;
}

#lage table {
    font-size: 80%;
}

#lage table.unstriped tbody,
table.unstriped tbody tr {
    background: transparent;
    border: none;
}

#lage tbody td,
#lage tbody th {
    padding: 0;
    position: relative;
}

.td-height {
    height: 30px;
}

.td-height-min {
    height: 15px;
}

.bg-fussweg {
    background: url("../img/Fussweg.svg");
    background-repeat: no-repeat;
    background-size: 75%;
}

.bg-auto {
    background: url("../img/PKW.svg");
    background-repeat: no-repeat;
    background-size: 75%;
}

.bg-zug {
    background: url("../img/SBB.svg");
    background-repeat: no-repeat;
    background-size: 75%;
}

#lage table .img-btm img {
    top: 15px;
    height: 18px;
    width: auto;
    position: relative;
}

#lage .va-top {
    vertical-align: top;
}

#lage .va-btm {
    vertical-align: bottom;
}


/* ... */


/* ... */


/* ... */


/* Mobile */


@media print,
screen and (min-width: 64em) {}

@media print,
screen and (min-width: 40em) {}

/* Tablet L */
@media screen and (max-width: 64em) {

    .map {
        width: 98%;
    }
    .bg-fussweg, .bg-auto, .bg-zug  {
        background-size: 75%;
    }
    
    #lage table .img-btm img {
        top: 15px;
        height: 18px;

    }
    
}

/* Tablet P */
@media screen and (max-width: 63.99875em) {
    .mobile_h5 {
        font-size: 1.0625rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .header h1,
    .header .h1 {
        font-size: 1.6rem;
    }
    .border-right {
        border-right: none;
    }
    .map {
        width: 100%;
    }
    .bg-fussweg, .bg-auto, .bg-zug  {
        background-size: 40%;
    }
    
    #lage table .img-btm img {
        top: 0;
        height: 18px;

    }    
}


@media screen and (max-width: 45em) {
    .header h1,
    .header .h1 {
        font-size: 1.4rem;
    }

}


@media screen and (max-width: 39.99875em) {
    .menu li {
        width: 100%;
    }

    .bg-fussweg,
    .bg-auto,
    .bg-zug {
        background-size: 40%;
    }
    .header h1,
    .header .h1 {
        font-size: 0.79rem;
    }
    
    .bg-fussweg,
    .bg-auto,
    .bg-zug {
        background-size: 78%;
    }
    #lage table .img-btm img {
        top: 15px;
        height: 18px;

    }   

}