﻿
/* Color */

h1, h2, h3, h4, h5, h6 {color: #0D80C8;}
a, a:visited {color: #0D80C8;}
a:hover {color:#2D9FE5; }
#content a{ border-bottom: 1px solid #CCCCCC;} 
#content a:hover {border-color: #2D9FE5;color: #0D80C8;}
#footer {background-color: #efeeed;border-bottom: 15px solid #0D80C8;}
.button{background-color: #0D80C8;}
.button:hover{background-color: #2D9FE5;}
#navigationSubMain a.current {color: #0D80C8;}
#navigationSub a {font-weight: 400;}
#navigationSub a:hover {color: #2D9FE5;}
#navigationSub a.current {color: #2D9FE5;}
#navigationFooter a:hover{color:#2D9FE5; }
.scroll-to-top::before,
.scroll-to-top::after {background: #2D9FE5;}

/* End Color*/



#siteName,
#siteSlogan
{
    display: none;
}

#navigationLogo
{
    position: absolute;
    top: 0;
    height: 46px;
    width: 249px; 
    z-index: 999;
}

#navigationWrapper {
    right: 30px;
}

#search {
    position: absolute;
    right: 0;
    top: 65px;
    font-size: 20px;
}

#siteLogo > a {
    background: url(../../layout/images/fumedica_40years.svg) 0 0 no-repeat;
    background-size: 100%;
    height: 58px;
    width: 200px;
    display: block;
    text-indent: -9000px;
}

/* Foter Mainnavigation distributed horizontaly */

.FooterContentEntry1 div
{
    float: left;
    margin-right: 15px;
}


#mainNavFooter
{
    clear:both;
    margin-top: 25px;
    margin-bottom: 10px;
}

#mainNavFooter ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainNavFooter li
{
    margin: 0;
    padding: 0;
}

#mainNavFooter
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}

#mainNavFooter ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

#mainNavFooter li
{
    margin: 0;
    padding: 0;
}

.footerMainNavContainer1
{
    display: none;
}

.footerMainNavContainer li:first-child
{
    font-weight: 500;
    font-size: 18px;
}


a.pdf {
    background: rgba(0, 0, 0, 0) url("../../layout/images/pdf.gif") no-repeat scroll 0 3px;
    padding-left: 23px;
}

a.url {
    background: rgba(0, 0, 0, 0) url("../../layout/images/external_link.png") no-repeat scroll 0 4px;
    padding-left: 23px;
}

/*03.04.2017 height error in IE11*/
.bx-viewport{
    max-height: 400px;
}

.bx-wrapper img {
    max-height: 400px;
}

#searchResultTitleContainer
{
    margin-top: 20px;
}

.SearchPageText
{
    margin-bottom: 20px;
}

@media screen and (max-width: 1023.9px) {
    
    .FooterContentEntry1 div
    {
        float: none;
        margin: 0;
        padding: 0;
    }
    
    #mainNavFooter
    {
      display: inline-block;
    }

    .footerMainNavContainer li:first-child
    {
        font-weight: 400;
        font-size: 17px;
    }
 
    .footerMainNavContainer li:not(:first-child)
    {
        display: none;
    }

    #navigationWrapper {
        right: 0;
    }

    #search {
        right: 90px;
        top: 8px;
        font-size: 28px;
    }

}

@media screen and (max-width: 375px) {

    #header
    {
        height: 50px;
    }

    #main-menu {
        top: 50px;
    }

    #siteLogo > a {
        height: 30px;
        width: 170px;

    }


}