

.tradefairs-new .category-selection {
background-color: #f2f2f2;
}



.tradefairs-new header.fairs-date h3 {
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 75px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.tradefairs-new header:nth-child(1) > h3 {
    margin-top: 40px;
}




.tradefairs-new .trade-fairs {
    border-bottom: 1px solid #999999;
    padding: 0px 0px;
}

.tradefairs-new .trade-fairs .title-company  a{
    color: #063d76;
    text-decoration: underline;
}



.tradefairs-new .trade-fairs .date  {
    margin-bottom: 10px;
}

.tradefairs-new .tradefairs-flex  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tradefairs-new .trade-fairs-logo {
    max-width: 190px;
    max-height: 80px;
}


@media only screen and (max-width: 760px) {
    .tradefairs-new .tradefairs-flex {
        display: block;
    }

    .tradefairs-new .trade-fairs .trade-fairs-logo, .tradefairs-new .trade-fairs .title-company, .tradefairs-new .trade-fairs .fairs-info {
    margin-bottom: 20px;
    }
}



.tradefairs-flex {
    padding: 20px 0;
    border-bottom: 1px solid #999;
}

.tradefairs-flex:nth-child(2) {
    padding-top: 0;
}

.tradefairs-flex:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.col-lg-2, col-md-3 {
    width: 100%;
}



@media (min-width: 768px) {

    .text-center {
        text-align: center;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }


}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .tradefairs-new .trade-fairs {
        border-bottom: 1px solid #999999;
        padding: 30px 0px;
        padding-top: 13px;
    }
}


.trade-fairs-logo img {
    width: 100%;
    object-fit: contain;
    object-position: 0 0;
    font-family: "object-fit: contain; object-position: 0 0;";
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #222222
}

/* Dropdown */

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 0px;
    padding: 6px 30px 6px 10px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dd-button:hover {

}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 10;
    left: 60px;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.category-selection {
    padding: 8px;
    margin-right: 7px;
    background-color: #f2f2f2;
}

.filter-text {
    margin-right: 15px;
    margin-left: 10px;
}

.contentContainer .messekalender {
    border-top: none!important;
}