.content-title {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.content-title h1{
    margin-bottom: 20px;
}

#kontakt-sportheim {
    width: 100%;
}

.ansprechpartner .flex-container {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.ansprechpartner h2 {
    color: #13763D;
    font-size: 1rem;
}

.ansprechpartner address {
    font-size: 0.9rem;
}

.sparte-ansprechpartner {
    background-color: #F5F5F5;
    height: 430px;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    transition: transform 500ms;
}

.sparte-ansprechpartner:hover {
    transform: scale(1.03);
}

.sparte-ansprechpartner h3 {
    color: #13763D;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sparte-ansprechpartner img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

iframe {
    margin-bottom: 20px;
}

#footer .top-bar {
    display: none;
}
