* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*overflow: hidden;*/
    position: fixed;
    width: 100vw;
}

h2, h4 {
    color: #8dae10;
    text-align: left;
}

p {
    margin: 15px 0px 15px 0px;
    text-align: justify;
}

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

figcaption {
    padding: 10px;
    text-align: left;
    font-size: 0.8em;
}

li {
    list-style-type: square;
}

#wrapper {
    /*overflow: hidden;*/
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
}

#nav {
    height: 40px;
    background: #333333;
    line-height: 35px;
}

#nav div {
    width: 25vw;
    float: left;
    text-align: center;
}

.navicon {
    font-size: 1.5em;
}

.part {
    padding-top: 5px;
    font-size: .7em;
    color: #bebebe;
    line-height: 1em;
}

#nav div a {
    text-decoration: none;
    color: grey;
}

#nav .active {
    font-size: 1.2em;
    color: #8dae10;
}

#content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 100px);
    line-height: 120%;
}

#content .angular-leaflet-map {
    width: 100%;
    height: calc(100vh - 100px);
    hyphens: auto;
}

#fuss {
    height: 60px;
    background: #333333;
    padding-bottom: 25px;
}

.wrapper-with-margin {
    margin: 0px 20px;


}

.owl-wrapper-outer {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
}

.owl-theme .owl-controls {
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFFFFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    font-size: 12px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

#owl-example .owl-item > div {
    background: #8dae10;
    text-align: center;
    color: white;
    border-radius: 5px;
    height: 30px;
    margin: 0px 50px 0px 0px;
    line-height: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
    top: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: 15px;
}

.iWrap {
    text-align: center;
    overflow: hidden;
}

iframe {
    display:block;
    width:100%;
}

.overallWrap {
    padding: 5px;
}

.station {
    margin: 0px 0px 30px 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5em;
    text-align: justify;
}

.audiocontainer {
    text-align: center;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;

    /* important:  dimensions or positioning here! */
}

.container {
    width: 90vw;
    height: 60vh;
    border: 2px solid red;
}

.frame {
    padding: 5px;
    border: 1px solid #333333;
    font-style: italic;
    border-radius: 5px;
}

.inline-link-3 {
    display: inline-block;
    position: relative;
    padding-left: 6px;
    /* Font styles */
    text-decoration: none;
    color: #6AB3EC;
    text-shadow: 0 1px 1px rgba(255,255,255,0.9);
}

.inline-link-3:hover {
    color: #3C9CE7;
}

.inline-link-3:before {
    content: "\25BA";
    font-size: 80%;
    display: inline-block;
    padding-right: 3px;
    pointer-events: none;
}

.inline-link-3:hover:before {
    color: #F2BF97;
}