@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');


html {
    font-size: 13px;
    background: #fff;

}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #393939;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: #393939;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

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

.top-logo,
.footer-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 2rem;
}

img.top-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.main-content {
    padding-top: 75px;
    padding-bottom: 75px;
}

.item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item a {
    display: block;
}


.main-footer {
    margin-bottom: 30px;
}

.main-footer .container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-logo {
        justify-content: flex-start;
    }
}

.main-footer p {
    margin-bottom: .7rem;
}

p.title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.adres p {
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .mail,
    .telefon {
        padding-bottom: 30px;
    }
}
