/* Footer, Services und SeitenPaging deaktivieren */
@media print {
 .dfra-footer, .dfra-site-services, .dfra-link-pagination{
   display: none;
 }
  section.main .page-content { float: none; }

.dfra-text-image-gallery .drilldown-wrapper .text-col, .press_footer { position: inherit; float:none; display:block; clear: both}
.dfra-text-image-gallery .image-wrapper, .dfra-news-download-footer { position: inherit; float:none; display:block; clear: both}
}


.stage-image-wrapper.dfra_flash, stage-image-wrapper.flash-replaced {margin-left: -48px; margin-top: -24px;}


.mailto span {
    margin: 3px 3px 0 5px;
}

/* Senden-Button für Chrome positionieren*/
.buttoncontainer {
        /*position: relative;*/
        /*top: -30px;*/
   }

.module-block.bordered-block.dfra-seal {margin-bottom: 24px; padding-bottom: 7px;}

p img {margin-right: 10px;}

.dfra-stage {z-index: 0;}

/*Bugfix 2 Spalten*/
.parsys_2col .col_left {
float: left;
margin-right: 20px;
}

.parsys_2col .col_right {
float: right;
margin-right: 0px;
}

/* nur im FF werden die Ankerlinks unter einer Medialib sonst außerhalb des Contents dargestellt*/
@-moz-document url-prefix() { 
  .dfra-toc-links {
    display: block;
    margin-bottom: 15px;
    overflow-x: visible;
    overflow-y: visible;
    width: 632px;
}
}

/* Anpassung der Breite der Reiter*/
.dfra-tabbed-navigation .tab-nav-wrapper ul li a {
padding: 0 7px;
}

.dfra-tabbed-navigation .tab-nav-wrapper ul li a:hover, .dfra-tabbed-navigation .tab-nav-wrapper ul li a.active{
padding: 0 6px;
}

/*BereichTeaser Text Höhenfix*/
.module-block p {margin-bottom: 10px;}

/*NewsTeaser Home HL Fake
.dfra-press-teaser .block-headline{
background: url("http://www.fraport.de/content/medialib/fraport/fraport/logos-und-icons/pm-headline/_jcr_content/renditions/rendition.file/pm_teaser_fake.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #666666;
    display: block;
    font-size: 11px;
    height: 55px;
    line-height: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}

.dfra-press-teaser .block-headline{
background: none\9;
height: auto\9;
border-bottom: 1px solid #d8d8d8\9;
}*/

@media all and (min-width: 768px)
{
   #dfra_main .dfra_col2.dfra_module_block .dfra_parsys_2col_row .dfra_col1.dfra_module_block
   {
      width:100%
   }

}

/* Bugfix 10.2.2017 Kontaktteaser Pressemitteilungen */
.dfra_news_details_aside.dfra_col1 .dfra_module_block {
    width: 75% !important;
}

/*Teaser Bugfix 18.04.2017*/
.dfra_seal_teaser .dfra_teaser_content .dfra_module_block {
margin-bottom: 0px;
}

/* Bugfix DFRA-2047 vom 24.4.2017 */
img.dfra_gallery_item__unfold_image {
 width: auto;
 max-height: 800px;
}

/* Bugfix html snipped SVG zahlendatenfakten*/
.html_snipped *{
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}

/* Bugfix Bullets */
.richtext > ul, .richtext > ol,
.dfra_news_details > ul, .dfra_news_details > ol
{
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 16px;
}
.dfra_news_details >ul, .richtext > ul {
    list-style-type: disc;
}


/* Styles Korrektur von SVGs Zahlen Daten Fakten */

#gepaeckfoerderanlage * {
    box-sizing: unset;
}

#fahrzeuge_geraete * {
    box-sizing: unset;
}

#verkehrsanbindung * {
    box-sizing: unset;
}



.dfra_author_link
{float: right;}

.dfra_player_preview_container
{
    display:none;
}

/* 7.9.2018 Bugfix für zu groß dargestellt Images im Drilldown: https://www.fraport.de/de/unternehmen/medien/newsroom.html
div.dfra_teaser.dfra_drilldown_teaser .dfra_news_item__image img
{
  height:100%;
}
*/


/* 360 Grad Bilder anzeigen */

.sechzehnneunwrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    /*! height: 200px; */
}
.sechzehnneun {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.sechzehnneunwrapper:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}