.page_background {
    max-width: 1200px;
     background-color: #FFFFFF;
    }


.container-fluid {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }


.header {
    background-color:rgb(255, 255, 255); 
    height: 45px;
 }

.contact_us {
    position: fixed;
    top: 40px;
    right: 20px;
  }

.bottom-left {
    position: absolute;
    bottom: 5%;
    left: 5%;
}


.mainheadline {
    font-family: 'Playfair Display', cursive;
    font-size: 400%;
    color: #FF9999;
    margin-bottom: 30px;
}


.mainheadline_pic {
    color: #66CCFF;
    width: 200px;
    height: 200px;
}


.headline {
    font-family: 'Playfair Display', cursive;
    color: #FF6666;
    margin-top: 30px;
}


.description  {
    font-family: 'Playfair Display', cursive;
    color: #888888;
    margin-bottom: 20px;
    text-align: justify;
}


.row  {
    margin-bottom: 20px;
}


.text-justify {
   margin-left: 20px;
}


.imprint  {
    font-family: 'Playfair Display', cursive;
    color: #888888;
    text-align: justify;
}


a:link {
    color: rgb(255, 255, 255);
}


a:visited {
    color: #FF9999;
}


a:hover {
    color: rgb(255, 255, 255);
}


a:active {
    color: rgb(255, 255, 255);
}

a:phone_number {
    color: #888888);
}