.zoom a {
    position: relative;
    display: block;
}
.my-gallery a:after, .zoom a:after, .lens:after {
    content: '';
    position: absolute;
    width:40px;
    height: 42px;
    bottom: 3px; 
    right: 3px;
    background: url(img/zoom-icon.png) no-repeat;
    z-index: 9;
}
.article-section article .container .article-container .text-container .inline-image.fullwidth img {
    width: 100%;
}
.article-section article .container .article-container .text-container .p figure {
    width: auto;
    max-width: 35%;
}
.article-section article .container .article-container .dark-box
{
    margin-top: 2em;
}
/*added by ERCFE*/
.tile.split h3{
    background-color: transparent !important;
    width: 50% !important;
    z-index: 3;
    height: auto;
}
.tile.split-vertical h3{
    height: auto;
    background-color: transparent !important;
}
/* 
    iframe - css 
    (event calendar in where to meet us page)
    added by: EVDWO
*/
.photoSwipeIframeWrapper
{
    width: 100%;
    max-width: 1000px;
    
    margin: 0 auto;
    height: 100%;
    max-height: 1000px;
    text-align: center;
    /*keep some space to the buttons....*/
    margin-top:50px;
    padding-bottom:7%
}
.photoSwipeIframeWrapper .iframe
{ 
    width: 100%;
    height: 100%;
}
.article-section article .container .article-container .text-container .inline-image .iframe img {
    width: 100%;
}

@media screen and (min-width: 790px)
{
    .text-container.fullwidth .col-md-3 .video-player-inner,.text-container.fullwidth .col-md-6 .video-player-inner
    {
        margin-left: 1em;
        margin-right: 1em;
    }
    .col-md-6 .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button
    {
        margin-top: -1.6em;
    }
    .col-md-3 .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button
    {
        margin-left: -1.4em;
        margin-top: -1.2em;
    }
    .article-section article .container .article-container .text-container .col-md-3 .video-js .vjs-big-play-button
    {
        height: 2.5em;
        width: 2.5em;
    }
    .article-section article .container .article-container .text-container .col-md-3 .video-js .vjs-big-play-button:before
    {
        line-height: 1.1em;
    }
}
@media screen and (max-width: 790px)
{
    .photoSwipeIframeWrapper
    {
        max-height: 80%;
    }
}

/* article fixes */
.article-section article .container .article-container .text-container .p p {
    line-height: 22px;
}
.article .p li {
    font-family: "Neue Helvetica W06";
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
}

/* tile in page */
.tile.fullwidth
{
    width: 100%;
    height: auto;
    position: relative;
}
.tile.fullwidth:before
{
    padding-top:0px;
}
.tile.fullwidth img
{
    height: auto;
    width: 100%;
}
.tile.fullwidth .ratio_inner
{
    position:relative;
}
.tile.fullwidth h5 ul
{
    list-style: none;
    font-size: 12px !important;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom:0;
    padding-left: 0;
    position: absolute;
    bottom:10px;
}
.tile.fullwidth h5
{
    font-size: 14px !important;
}

/*tables */
.bayer-table
{
    display: none;
}
.bayer-table.active
{
    display: table;
}

.articlegrid article .article_block.full_width
{
    width: 100%;
}

/* turning tiles*/
.tile .flipper .labels {
    bottom: 10px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}
.flipper h5 {
    bottom: unset;
    text-align: center;
    top: 10px;
}

.search-box .fa-search {
    cursor: pointer;
}
.intro.noTab:before, .intro.noTab:after
{
    content: "";
    height: 0px;
    background-color: none;
}

.tile.double.contact .details ul li {
	min-width:51%;	
}

.tile.double.contact .details ul li.phone a {
	font-size: 13px;
	vertical-align: middle;
}

.article-section article .container .article-container .text-box p {
	font-size: 20px !important;
}

.dropdown.mobile {
    background-image: none;
    border-left: 14px solid white;
    background-color: #0090c5;
}

.tiles .tile.contact ul {
    display: block !important;
}

.tile.social h5:first-child{
    top: 20px;
}
.treatment-articlelist-container .panels-container .panel.panel-default .article-info .readmore a
{
    display: block;
}
@media (max-width: 767px) {
    .tile h5 ul, .tile.fullwidth h5 ul {
        //position: initial;
    }
}
.tile.split--left .ratio_inner > *
{
    left: auto;
}
body.de .pageHeader .mainNav > ul > li a
{
    text-transform: none;
}
@media (min-width: 1200px) 
{

    .tile h3 {
        font-size: 26px;
    }
}