﻿/*---------------------footer -----------------------------------------------------------------*/

.footerbox * {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.footerbox {
    color: white;
    overflow: hidden;
}

.footerbox .fcontainer,
.footerbox .GDPR,
.footerbox .GDPR h4,
.footerbox .GDPR h5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footerbox .fcontainer {
    margin-top: 10px;
    color: white;
    background-color: dimgray;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.footerbox .opentime,
.footerbox .address {
    display: inline-table;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 20px;
}

.footerbox .GDPR {
    background-color: grey;
    max-width: 500px;
    border-radius: 10px;
    /* border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; */
    text-align: center;
    margin: 2px auto 0px auto;
}

.footerbox .fcontainer a {
    color: darkblue;
    text-decoration: none;
}

.footerbox .fcontainer a:hover {
    color: blue;
    text-decoration: none;
}

.footerbox .fcontainer a:hover .FootO,
.footerbox .fcontainer a .FootO {
    color: orangered;
    text-decoration: none;
}

.footerbox h6 {
    color: white;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.footerbox img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 1px;
}

.footerphonepic,
.footeremailpic {
    display: inline-block;
    vertical-align: middle;
}

.footerbox .footerphone,
.footerbox .footeremail {
    display: block;
    color: black;
}

.footerbox .footerphone {
    padding: 10px 0 0 0;
    color: darkblue;
    font-weight: bold;
}


/* =========================================================================== */

@media all and (max-width: 768px) {
    .footerbox .mail {
        margin-top: 10px;
    }
    .footerbox .opentime,
    .footerbox .address {
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 10px;
    }
    .footerbox .address h3 {
        font-size: 14px;
    }
    .footerbox .address h4 {
        font-size: 12px;
    }
    .GDPR,
    .GDPR h4,
    .GDPR h5 {
        display: none;
    }
    .footerbox .GDPR {
        max-width: 400px;
    }
    .GDPR h4 {
        font-size: 12px;
    }
    .GDPR h5 {
        font-size: 10px;
    }
}


/* CSS Document */