﻿body {
    font-family: 'Catamaran', sans-serif!important;
}

/*SPACERS*/
.pt-25{padding-top:25px}
.pt-50 {
    padding-top: 50px
}
.pb-15 {
    padding-bottom:15px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-50 {
    padding-bottom: 50px
}


/*COLORS*/
.c-exhobeige {
    color: #d0b58c!important
}
.c-exhoblue {
    color: #10528c !important
}
.c-exhotxt {
    color: #7c6853!important
}
.bg-exhobeige {
    background-color: #d0b58c !important
}

/*ELEMENT*/
p {
    margin-bottom: 0.5rem;
    font-size: 20px;
    line-height:35px
}
    p:last-child {
        margin-bottom: 0rem;
    }


.img-inMenu img {
    width: 35px;
    margin-left: 12px;
}


.exho-divider {
    border-top: 1px solid #d0b58c;
    text-align: center;
    max-width: 50%;
margin:0 auto
}
hr.exho-divider::after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #fff;
    color: #d0b58c;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sect-tables img {
    font-size:16px
}
.sect-tables img{width:50px;margin-right:12px}
.sect-tables .BoxElems {
    margin-bottom:15px
}
.sect-tables .BoxElems a {
    text-decoration: underline;
    color: #10528c
}
.exho-navmenu {
    padding-top: 30px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 50px;
}
    .exho-navmenu .col-lg-4 {
        margin-bottom: 30px;
    }
.exho-navmenu a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 1px 15px;

}
        .exho-navmenu a:hover {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.5);
        }
.allergeni-inMenu {
    margin: 0 6px;
    color: #10528c
}

.table-sm, .table-sm thead, .table-sm tr {background:transparent!important}
.table-sm tr:nth-child(2n) {color:#333333!important}
.sectionLegenda-Allergeni{padding:0px!important}

@media (min-width: 576px) {
}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
    
}


@media (min-width: 1200px) {
      .exho-navmenu {
        max-width: 80%;
    } 
}
