.section-result-exhibitors h1 {
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
	font-size: 1.875rem;
    line-height: 1.53333;
	margin-bottom: -moz-calc(15px);
    margin-bottom: -webkit-calc(15px);
    margin-bottom: calc(15px);
    color: #a54843;
    font-weight: 800;
	font-family: inherit;
}

.section-main-hero.hero-pre-fair .block-fair-info-date h3 {
	margin-bottom: 0;
	font-size: 1.875rem;
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: normal;
    font-family: inherit;
}

.section-main-exhibitor-info .block-exhibitor-information h1 {
	color: #a54843;
    margin-bottom: 0;
    font-size: 1.875rem;
	line-height: 1.2em;
	font-weight: 700;
	font-family: inherit;
}

#wptime-plugin-preloader{
	z-index: 999999;
}

/* Why exhibit */
.section-main-module-press .block-press-inner{
    width: 50%;
}

@media (max-width: 768px){
    .section-main-module-press .block-press-inner{
        width: 100%;
    }
}

/* PHOTO GALLERY */

.gallery {
    margin: 2.6em 0
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item a {
    position: relative;
    display: inline-block
}

.gallery-item a:hover:after {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #323232;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    top: 5px;
    right: 5px;
    font-size: 20px;
    line-height: 20px
}

.gallery-columns-2 .gallery-item {
    max-width: 49%
}

.gallery-columns-3 .gallery-item {
    max-width: 32%
}

.gallery-columns-4 .gallery-item {
    max-width: 24%
}

.gallery-columns-5 .gallery-item {
    max-width: 19%
}

.gallery-columns-6 .gallery-item {
    max-width: 15%
}

.gallery-columns-7 .gallery-item {
    max-width: 13%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0
}

/* ANTIKMESSE BANNER */

.banner-site{
    text-align: center;
    min-height:0;
}
.banner-site .image {
    padding: 0;
}
.banner-site .image img {
    margin: -27px 0 -16px;
}
.banner-site .row{
    background-color: #a54843;
}
.banner-site h1{
    margin: 30px 0 15px;
    font-size: 50px;
    line-height: 1;
}
.banner-site h1 span{
    color: #2b2823;
    margin-right: -10px;
}
.banner-site p{
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    font-weight: 300;
}
@media ( max-width: 768px ){
    .banner-site .image {
        display: none;
    }
    .banner-site .text {
        margin-bottom: 30px;
    }
}


/* GENERIC PAGE */

.generic-page .main-section-general h1{
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.38;
    line-height: 50px;
    color: #a54843;
    text-align: center;
}
.generic-page .main-section-general h2{
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #a54843;
    font-weight: 800;
    margin-bottom: 50px;
}
.generic-page .main-section-general h3{
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15;
    line-height: 28px;
    color: #a54843;
    margin-bottom: 50px;
}
.generic-page .main-section-general h4{
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #a54843;
    font-weight: 300;
}
.generic-page .main-section-general ol{
    list-style: decimal;
    margin-bottom: 14px;
    padding-left: 20px;
}
.generic-page .main-section-general ul{
    list-style: disc;
    margin-bottom: 14px;
    padding-left: 20px;
}