/*include on page where to use like
<link rel="stylesheet" href="assets/css/tgm.css" />
*/

.none {
    display:none;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #a62536;
    color: #fff;
    font-size: 1em;
}

.frontpage {
    background-size: cover;
    background-position: 0% 50%;
    padding-top: 0px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    height: 400px;
}


#frontpage_reviews {
    background-image: url('../../images/header-home-neu-3.jpg');
}






