.contac-coordinates{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 3em;
}

@media (min-width: 768px) {

    #header-banner{
        margin-top:-40px;
    }
    #main-navigation > .row{
        position: relative;

    }
    #main-navigation {
        display: block !important;
    }
    .contac-coordinates{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 5em;
    }
}

#main-navigation {
    display: none;
}

#main-navigation a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #121617;
    text-decoration: none;
}
h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    color: #121617;
    text-decoration: none;
}
h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    color: #121617;
    text-decoration: none;
    margin-top: 1.5em;
    font-weight: 200;
}

p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    color: #121617;
    text-decoration: none;
}
ul li {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.85em;

    /*margin-bottom: 6px;*/
}

.contact-item dt{
    float: left;
    width: 35px;

}
.contact-item dd{
    margin-bottom: 15px;
    color: #2F2F2F;
}
#kontakt{
    background-image: url("../img/PaulRS_LogoBG.png");
    background-repeat: no-repeat;
    background-position: right;
    background-clip: content-box;
}
#kontakt .social-link {
    font-size: 2em;
    color: #121617;
}
#header .social-link {
    font-size: 2em;
    color: #121617;
}
.footer-nav{
    display: inline-block;
}
.footer-nav ul {

    list-style-type: none;
    padding:0;


}
.footer-nav li {
    float: left;
    border-right: 1px solid #121617;
    padding-left: 8px;
    padding-right: 8px;
    line-height: initial;

}
.footer-nav li:last-child{
    border-right:none;
}
.footer-nav li a{
    color:#121617;
    text-decoration: none;
}
#instafeed img.img-fluid {
    height: 300px;
    padding: 0 0.1em;
}
.splide__slider {
    position: relative;
}
.modal a.close{
    color: #121617;
}