body {
    font-family: Arial, Helvetica, sans-serif;
}

blockquote {
    margin-top: 146px;
   /* border: 1px solid #b3b3b3;*/
    margin-bottom: 57px;
}


blockquote:before {
    content: "";
    background-color: white;
    width: 5px;
    height: 50px;
    position: relative;
    float: left;
    margin-left: -2px;
}

blockquote:after {
    content: "";
    background-color: white;
    width: 5px;
    height: 50px;
    position: relative;
    float: right;
    margin-top: -50px;
    margin-right: -2px;
}

blockquote p {
    padding: 70px 105px 13px 105px;
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
    color: #686868;
    font-weight: 300;
    text-align: center;

}

blockquote .zitatgeber {
    font-size: 30px;
    line-height: 35px;
    color: #686868;
    font-weight: 300;
    text-align: center;
    display: block;
    padding-bottom: 57px;
}

h1 {
    margin-top: 146px;
    margin-top: 35%;
    /* border: 1px solid #b3b3b3;*/
    margin-bottom: 57px;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
}

p {
    font-size: 20px;
    line-height: 28px;
    color: #686868;
    font-weight: 300;
    text-align: center;
    padding-left: 105px;
    padding-right: 105px;
}

.address {
    font-size: 16px;
    line-height: 22px;
    color: #686868;
    font-weight: 300;
    text-align: center;
}

.address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.address ul li a {
    margin-bottom: 20px;
    display: block;
    color: #686868;
    text-decoration: none;
}

.address ul li a:hover {
    color: black;

}

/*----RESPONSIVE----*/

@media (max-width: 1380px) {
    blockquote {
        margin-top: 80px;
    }

}

@media (max-width: 768px) {
    blockquote {
        margin-top: 46px;
        margin-bottom: 20px;
    }
    blockquote p {
        padding: 35px 25px 15px 25px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
    }
    blockquote .zitatgeber {
        font-size: 25px;
        line-height: 27px;
        padding-bottom: 35px;
    }
    p {
        padding: 15px 50px 30px 50px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .address {
        font-size: 18px;
        line-height: 22px;
    }
}
