/*H1*/
.style-conferencing h1 {
    font-size: 2.5rem !important;
}
/*H2*/
.style-conferencing h2 {
    font-size: 2rem !important;
}
/*H3*/
.style-conferencing h3 {
    font-size: 17pt !important;
}
/*H4*/
.style-conferencing h4 {
    font-size: 15pt !important;
}
/*H5*/
.style-conferencing h5 {
    font-size: 14pt !important;
}
/*H6*/
.style-conferencing h6 {
    font-size: 12pt !important;
}
/*Textelemente*/

.style-conferencing p:not(._title),
.style-conferencing p:not(.__breadcrumb),
.style-conferencing p:not(.jumbo-paragraph),
.style-conferencing span,
.style-conferencing td,
.style-conferencing li,
.style-conferencing i,
.style-conferencing b,
.style-conferencing div,
.style-conferencing a,
.style-conferencing footer small {
    font-size: 12pt !important;
}

.style-conferencing p.__breadcrumb {
    font-size:11pt !important;
    color: #8f8f8f !important
}

.style-conferencing p.jumbo-paragraph {
    font-size:24pt !important;
}

/* LINKS. Die Schriftgr��e des Links wird nicht verkleinert, sondern bleibt auf der Gr��e der Kopfzeile. */
h4>a, h5>a, h4>a::before, h5>a::before {
    font-size: 16pt !important;
}

/*  Medienabfrage der H1, H2, H3 �berschrift und text f�r iphone-Bildschirmgr��e*/

@media (max-width: 480px) {
    .style-conferencing  h1 {
        font-size: 34px  !important;
    }
    
    .__primary_headLine h1 {font-size: 34px !important;}
    
    .style-conferencing h2 {
        font-size: 28px  !important;
    }

    .style-conferencing h3 {
        font-size: 24px  !important;
    }
}

@media (max-width: 360px) {
    .style-conferencing  h1 {
        font-size: 30px  !important;
    }
    .__primary_headLine h1 {font-size: 30px !important;}
    
    .style-conferencing  h2 {
        font-size: 26px  !important;
    }

    .style-conferencing h3 {
        font-size: 24px  !important;
    }
    .style-conferencing p, .style-conferencing span, .style-conferencing td, .style-conferencing li, .style-conferencing i, .style-conferencing b, .style-conferencing div, .style-conferencing a, .style-conferencing footer small {
        font-size: 14px !important;
    }

}

.accordeon_data_head h5 {
    font-size: 13pt !important;
    margin-bottom: 0 !important;
}

/*  das Symbol im Akkordeon bleibt b�ndig mit dem Text und der Text wird �bernommen */

.hasIcon .accordeon_head_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto 0;
    width: 25px;
    height: 22px;
}

.accordeon_data_head.hasIcon  {
    padding: 9px 35px 9px 44px;
}


.lightboxOverlay {
    z-index: 999;
}
.lightbox {
 z-index: 998;   
}

#lightbox {
 z-index: 1000;   
}

#head-navigation ul>li>ul {
    top: 58px !important;
}
 
#layout_conferencing #head-navigation > ul > li {
    height: 70px !important;
}