@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 979px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {

}

html, body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    padding-top: 50px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p {
    /*-moz-hyphens: auto;*/
    /*-o-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    line-height: 1.5em;
}

li {
    margin: 0 0 3px 0;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5em;
}

hr {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    /*color: black;*/
    background: #5e5e5e;
}

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

.starter-template {
    padding: 30px 15px;
}

#map {
    height: 60vh;
    width: 90vw;
    margin: 0 auto;
}

iframe {
    width: 80vw;
    height: 300px;
    overflow-y: scroll;
}

.part {
    list-style-type: none;
    font-size: 0.7em;
}

ol.ebene1 {
    counter-reset:listenpunkt_ebene1;
    list-style-type:none;
}
ol.ebene1 li:before {
    content: counter(listenpunkt_ebene1) ". ";
    counter-increment:listenpunkt_ebene1;
}
ol.ebene2 {
    counter-reset:listenpunkt_ebene2;
    list-style-type:none;
}
ol.ebene2 li:before {
    content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2,decimal) ". ";
    counter-increment:listenpunkt_ebene2;
}

.symbolno {
    font-size: 1.2em;
    color: #ff0000;
}

.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;
}

.inline-link-2 {
    display: inline-block;
    border-bottom: 2px dashed rgba(0,0,0,0.9);
    /* Font styles */
    text-decoration: none;
    color: #777;
}

.inline-link-2:hover {
    border-bottom-style: dotted;
}

.inline-link-2:active {
    border-bottom-style: solid;
}

.inline-link-2:visited {
    border-bottom: 2px solid #8dae10;
}

div.leaflet-popup-content-wrapper {
    width: 200px;
}

.zentriert {
    text-align: center;
}