.contact-title {
    width: 100%;
    position: relative;
    top: 150px;
    margin-bottom: 50px;
}
.contact-title h1 {
    width: 100%;
    text-align: center;
    color: #5aae00;
}
.contact-container {
    display: flex;
    position: absolute;
    top: 20%;
}
.contact-container-item {
    width: 50%;
}
.contact-container-item iframe {
    border-radius: 20px;
}
.contact-container-item:nth-child(2) {
    position: relative;
    top: 50px;
    left: 50%;
}
.contact-container-item h3 {
    margin: 20px 0 20px 0;
    position: relative;
}
.contact-container-item p {
    position: relative;
}
.contact-container-item img {
    border-radius: 20px;
    position: relative;
    left: 5%;
}
.contact-main {
    display: flex;
}
.contact-main-item {
    width: 50%;
}
.contact-main-item h2 {
    width: 50%;
    margin: 10px 0;
}
.contact-main-item h4 {
    width: 50%;
    margin: 10px 0;
}
.contact-main-item p {
    width: 50%;
}
.contact-main-item:first-child {
    position: relative;
    top: 50px;
    left: 10%;
}
.contact-main-item img {
    width: 80%;
    border-radius: 20px;
    position: relative;
    left: 15%;
}
.contact-route {
    position: relative;
    width: 100%;
    top: 250px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 50px 0;
}
.contact-route h2 {
    text-align: center;
    padding: 50px 0;
}
.contact-route-item {
    width: 40%;
    display: table-cell;
    text-align: center;
}
.contact-route-item h4 {
    width: 40%;
    margin: 10px auto;
    text-align: left;
}
.contact-route-item p {
    width: 40%;
    margin: 0 auto;
    text-align: left;
}
#impressum {
    position: relative;
    top: 150px;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
}
@media (max-width: 320px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-container {
        display: inline-grid;
        top: 120px;
        position: relative;
        width: 100%;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 90%;
        height: 300px;
    }
    .contact-container-item:nth-child(2) {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 90%;
        left: 5%;
        top: 10%;
    }
    .contact-main {
        display: inline-grid;
        position: relative;
        top: 100px;
        margin-bottom: 200px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 90%;
    }
    .contact-main-item h4 {
        width: 100%;
    }
    .contact-main-item p {
        width: 90%;
    }
    .contact-main-item:first-child {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-main-item img {
        width: 90%;
        left: 5%;
        top: 25%;
    }
    .contact-route {
        width: 100%;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-route h2 {
        text-align: left;
        width: 90%;
        margin: 10px auto;
    }
    .contact-route-item {
        width: 100%;
        display: grid;
        text-align: center;
    }
    .contact-route-item h4 {
        width: 90%;
    }
    .contact-route-item p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-container {
        display: inline-grid;
        top: 120px;
        position: relative;
        width: 100%;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 90%;
        height: 300px;
    }
    .contact-container-item:nth-child(2) {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 90%;
        left: 5%;
        top: 10%;
    }
    .contact-main {
        display: inline-grid;
        position: relative;
        top: 100px;
        margin-bottom: 200px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 90%;
    }
    .contact-main-item h4 {
        width: 90%;
    }
    .contact-main-item p {
        width: 90%;
    }
    .contact-main-item:first-child {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-main-item img {
        width: 90%;
        left: 5%;
        top: 25%;
    }
    .contact-route {
        width: 100%;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-route h2 {
        text-align: left;
        width: 90%;
        margin: 10px auto;
    }
    .contact-route-item {
        width: 100%;
        display: grid;
        text-align: center;
    }
    .contact-route-item h4 {
        width: 90%;
    }
    .contact-route-item p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
}
@media (min-width: 376px) and (max-width: 480px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-container {
        display: inline-grid;
        top: 120px;
        position: relative;
        width: 100%;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        width: 100%;
        text-align: center;
    }
    .contact-container-item .map iframe {
        height: 300px;
        width: 90%;
    }
    .contact-container-item:nth-child(2) {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 90%;
        left: 5%;
        top: 10%;
    }
    .contact-main {
        display: inline-grid;
        position: relative;
        top: 100px;
        margin-bottom: 200px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 90%;
    }
    .contact-main-item h4 {
        width: 90%;
    }
    .contact-main-item p {
        width: 90%;
    }
    .contact-main-item:first-child {
        left: 5%;
        width: 90%;
        top: 10%;
    }
    .contact-main-item img {
        width: 90%;
        left: 5%;
        top: 25%;
    }
    .contact-route {
        width: 100%;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-route h2 {
        text-align: left;
        width: 90%;
        margin: 10px auto;
    }
    .contact-route-item {
        width: 100%;
        display: grid;
        text-align: center;
    }
    .contact-route-item h4 {
        width: 90%;
    }
    .contact-route-item p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-title h1 {
        top: 10%;
    }
    .contact-container {
        display: inline-grid;
        top: 120px;
        width: 100%;
        position: relative;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 80%;
        height: 400px;
    }
    .contact-container-item:nth-child(2) {
        left: 10%;
        width: 90%;
        top: 10%;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 80%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .contact-main {
        width: 100%;
        display: inline-grid;
        position: relative;
        top: 100px;
        margin-bottom: 250px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 90%;
    }
    .contact-main-item h4 {
        width: 90%;
    }
    .contact-main-item p {
        width: 90%;
    }
    .contact-main-item:first-child {
        left: 10%;
        width: 90%;
        top: 10%;
    }
    .contact-main-item img {
        width: 80%;
        left: 10%;
        top: 20%;
    }
    .contact-route {
        width: 100%;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-route h2 {
        text-align: left;
        width: 80%;
        margin: 10px auto;
    }
    .contact-route-item {
        width: 100%;
        display: grid;
        text-align: center;
    }
    .contact-route-item h4 {
        width: 80%;
    }
    .contact-route-item p {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
}
@media (min-width: 769px) and (max-width: 990px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-container {
        top: 150px;
        width: 100%;
        position: relative;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 80%;
        height: 350px;
    }
    .contact-container-item:nth-child(2) {
        left: 0%;
        width: 90%;
        top: 10%;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 80%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .contact-main {
        position: relative;
        top: 100px;
        margin-bottom: 100px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 90%;
    }
    .contact-main-item h4 {
        width: 90%;
    }
    .contact-main-item p {
        width: 90%;
    }
    .contact-main-item:first-child {
        left: 10%;
        width: 90%;
        top: 100px;
    }
    .contact-main-item img {
        width: 80%;
        left: 0%;
        top: 0%;
    }
    .contact-route {
        top: 200px;
    }
    .contact-route-item h4 {
        width: 60%;
    }
    .contact-route-item p {
        width: 60%;
    }
}
@media (min-width: 991px) and (max-width: 1400px) {
    .contact-title {
        top: 100px;
        margin-bottom: 0px;
    }
    .contact-container {
        top: 150px;
        width: 100%;
        position: relative;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 80%;
        height: 450px;
    }
    .contact-container-item:nth-child(2) {
        left: 0%;
        width: 90%;
        top: 20px;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 70%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .contact-main {
        position: relative;
        top: 100px;
        margin-bottom: 100px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 80%;
    }
    .contact-main-item h4 {
        width: 70%;
    }
    .contact-main-item p {
        width: 80%;
    }
    .contact-main-item:first-child {
        left: 10%;
        width: 70%;
        top: 150px;
    }
    .contact-main-item img {
        width: 60%;
        left: 20%;
        top: 0%;
    }
    .contact-route {
        top: 200px;
    }
    .contact-route-item h4 {
        width: 60%;
    }
    .contact-route-item p {
        width: 60%;
    }
}
@media (min-width: 1401px) and (max-width: 1920px) {
    .contact-container {
        top: 150px;
        width: 100%;
        position: relative;
    }
    .contact-container-item {
        width: 100%;
    }
    .contact-container-item .map {
        text-align: center;
        width: 80%;
    }
    .contact-container-item .map iframe {
        width: 80%;
        height: 500px;
        position: relative;
        left: 20%;
    }
    .contact-container-item:nth-child(2) {
        left: 0%;
        width: 90%;
        top: 50px;
    }
    .contact-container-item h3 {
        width: 90%;
    }
    .contact-container-item img {
        width: 70%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .contact-main {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 70%;
    }
    .contact-main-item h4 {
        width: 70%;
    }
    .contact-main-item p {
        width: 80%;
    }
    .contact-main-item:first-child {
        left: 15%;
        width: 70%;
        top: 150px;
    }
    .contact-main-item img {
        width: 50%;
        left: 20%;
        top: 0%;
    }
    .contact-route {
        top: 200px;
        width: 90%;
    }
    .contact-route-item h4 {
        width: 60%;
    }
    .contact-route-item p {
        width: 60%;
    }
}
@media (min-width: 1921px) {
    .contact-container {
        top: 150px;
        width: 100%;
        position: relative;
    }
    .contact-container-item {
        width: 80%;
        position: relative;
        left: 10%;
    }
    .contact-container-item .map {
        text-align: center;
    }
    .contact-container-item .map iframe {
        width: 60%;
        height: 550px;
    }
    .contact-container-item:nth-child(2) {
        left: 0%;
        width: 90%;
        top: 50px;
    }
    .contact-container-item h3 {
        width: 70%;
        left: 10%;
    }
    .contact-container-item p {
        left: 10%;
        width: 50%;
    }
    .contact-container-item img {
        width: 60%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .contact-main {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
    }
    .contact-main-item {
        width: 100%;
    }
    .contact-main-item h2 {
        width: 70%;
    }
    .contact-main-item h4 {
        width: 70%;
    }
    .contact-main-item p {
        width: 70%;
    }
    .contact-main-item:first-child {
        left: 20%;
        width: 70%;
        top: 150px;
    }
    .contact-main-item img {
        width: 50%;
        left: 20%;
        top: 0%;
    }
    .contact-route {
        top: 200px;
        width: 80%;
    }
    .contact-route-item h4 {
        width: 50%;
    }
    .contact-route-item p {
        width: 50%;
    }
}