

  .header_bottom {    
    background-color: transparent !important;
  }
  .content, .content.content_top_margin {    
    margin-top: -100px !important;    
  }
  .q_logo a {    
    display: none;
  }
@media only screen and (max-width:768px) {
  .content, .content.content_top_margin {    
    margin-top: -100px !important;    
  }
}


.lang-sel {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-family: "texgyreadventorregular", "Raleway", "Open Sans", "PT Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    overflow: visible;
    height: -14px;
    line-height: -14px;
    width: 50px;
    z-index: 9999;
    float: right;
}

.lang-sel > a {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease .6s, visibility .3s ease .6s;
    -moz-transition: opacity .3s ease .6s, visibility .3s ease .6s;
    transition: opacity .3s ease .6s, visibility .3s ease .6s;
}

.lang-sel ul {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    margin-bottom: 0;
    overflow: hidden;
    list-style: none;
}

.lang-sel ul > li {
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #565656;
    background: #1b1b1b;
    opacity: 0;
    visibility: hidden;
}

.lang-sel ul > li:nth-child(1) {
    margin-top: 0;
    z-index: 3;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s;
}

.lang-sel ul > li:nth-child(2) {
    margin-top: -50px;
    z-index: 2;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s;
}

.lang-sel ul > li:nth-child(3) {
    margin-top: -50px;
    z-index: 1;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s;
}

.lang-sel ul > li a {
    font-size: 11px;
    font-style: normal;
    font-family: "texgyreadventorregular", "Raleway", "Open Sans", "PT Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    text-align: center;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}

.lang-sel ul > li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -0.5px;
    background: rgba(86, 86, 86, 0.6);
    visibility: hidden;
}

.lang-sel ul > li:hover a:before {
    -webkit-animation: dfdMenuHoverAnim 0.9s ease;
    -moz-animation: dfdMenuHoverAnim 0.9s ease;
    animation: dfdMenuHoverAnim 0.9s ease;
}

.lang-sel:hover > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    transition: opacity .3s ease 0s, visibility .3s ease 0s;
}

.lang-sel:hover ul {
    -webkit-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}

.lang-sel:hover ul li {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.lang-sel:hover ul li:nth-child(1) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}

.lang-sel:hover ul li:nth-child(2) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}

.lang-sel:hover ul li:nth-child(3) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}

#header-container.dfd-new-headers .lang-sel {
    font-family: "Droid Serif", "Raleway", "Open Sans", "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 70px;
}

#header-container.dfd-new-headers .lang-sel span.flag {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 8px;
}

#header-container.dfd-new-headers .lang-sel > a {
    position: relative;
    overflow: visible;
}

#header-container.dfd-new-headers .lang-sel > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#header-container.dfd-new-headers .lang-sel > a span.flag {
    background: transparent url(../img/eng.png) center center no-repeat;
}

#header-container.dfd-new-headers .lang-sel ul {
    width: 70px;
    margin-top: -18px;
    -webkit-transform: perspective(0);
    -moz-transform: perspective(0);
    -o-transform: perspective(0);
    transform: perspective(0);
    z-index: -1;
    -webkit-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s;
    -moz-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s;
}

#header-container.dfd-new-headers .lang-sel ul > li {
    height: 36px;
    line-height: 36px;
    color: #28262b;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-container.dfd-new-headers .lang-sel ul > li:hover {
    background: #f4f4f4;
}

#header-container.dfd-new-headers .lang-sel ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#header-container.dfd-new-headers .lang-sel ul > li:nth-child(1) span.flag {
    background: transparent url(../img/eng.png) center center no-repeat;
}

#header-container.dfd-new-headers .lang-sel ul > li:nth-child(2) span.flag {
    background: transparent url(../img/de.png) center center no-repeat;
}

#header-container.dfd-new-headers .lang-sel ul > li:nth-child(3) span.flag {
    background: transparent url(../img/fr.png) center center no-repeat;
}

#header-container.dfd-new-headers .lang-sel ul > li a {
    font-family: "Droid Serif", "Raleway", "Open Sans", "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#header-container.dfd-new-headers .lang-sel:hover > a {
    opacity: 1;
    visibility: visible;
}

#header-container.dfd-new-headers .lang-sel:hover ul {
    z-index: 4;
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
}

#header-container .menu-item-language-current > a {
    position: relative;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-family: "texgyreadventorregular", "Raleway", "Open Sans", "PT Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
}

#header-container .menu-item-language-current ul {
    list-style: none;
    position: absolute;
    display: block;
    padding: 20px 0;
    margin: 0;
    background: #1b1b1b;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 500ms ease 250ms, max-height 700ms ease, visibility 0s linear 250ms, top 250ms linear 250ms;
    -moz-transition: opacity 500ms ease 250ms, max-height 700ms ease, visibility 0s linear 250ms, top 250ms linear 250ms;
    transition: opacity 500ms ease 250ms, max-height 700ms ease, visibility 0s linear 250ms, top 250ms linear 250ms;
}

#header-container .menu-item-language-current ul li a {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    font-family: "Raleway", "Open Sans", "PT Sans", sans-serif;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
    color: rgba(86, 86, 86, 0.6);
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
}

#header-container .menu-item-language-current:hover ul {
    visibility: visible;
    overflow: visible;
    -webkit-transition: opacity 500ms linear 0ms, max-height 700ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
    -moz-transition: opacity 500ms linear 0ms, max-height 700ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
    transition: opacity 500ms linear 0ms, max-height 700ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
}

#header-container .menu-item-language-current img.iclflag {
    margin-right: 10px;
    margin-bottom: -1px !important;
}

#header-container.header-style-1 .menu-item-language-current > a,
#header-container.header-style-2 .menu-item-language-current > a,
#header-container.header-style-3 .menu-item-language-current > a,
#header-container.header-style-4 .menu-item-language-current > a {
    text-align: center;
    height: -14px;
    line-height: -14px;
    padding: 0 20px;
    overflow: hidden;
}

#header-container.header-style-1 .menu-item-language-current ul,
#header-container.header-style-2 .menu-item-language-current ul,
#header-container.header-style-3 .menu-item-language-current ul,
#header-container.header-style-4 .menu-item-language-current ul {
    min-width: 150%;
    top: 6px;
}

#header-container.header-style-1 .menu-item-language-current ul::-webkit-scrollbar,
#header-container.header-style-2 .menu-item-language-current ul::-webkit-scrollbar,
#header-container.header-style-3 .menu-item-language-current ul::-webkit-scrollbar,
#header-container.header-style-4 .menu-item-language-current ul::-webkit-scrollbar {
    width: 0;
}

#header-container.header-style-1 .menu-item-language-current ul li,
#header-container.header-style-2 .menu-item-language-current ul li,
#header-container.header-style-3 .menu-item-language-current ul li,
#header-container.header-style-4 .menu-item-language-current ul li {
    line-height: 3em;
}

#header-container.header-style-1 .menu-item-language-current ul li a,
#header-container.header-style-2 .menu-item-language-current ul li a,
#header-container.header-style-3 .menu-item-language-current ul li a,
#header-container.header-style-4 .menu-item-language-current ul li a {
    padding: 5px 60px 5px 20px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

#header-container.header-style-1 .menu-item-language-current ul li a:after,
#header-container.header-style-2 .menu-item-language-current ul li a:after,
#header-container.header-style-3 .menu-item-language-current ul li a:after,
#header-container.header-style-4 .menu-item-language-current ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -0.5px;
    visibility: hidden;
    z-index: -1;
    background: rgba(86, 86, 86, 0.6);
}

#header-container.header-style-1 .menu-item-language-current ul li a:hover,
#header-container.header-style-2 .menu-item-language-current ul li a:hover,
#header-container.header-style-3 .menu-item-language-current ul li a:hover,
#header-container.header-style-4 .menu-item-language-current ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}

#header-container.header-style-1 .menu-item-language-current ul li a:hover i,
#header-container.header-style-2 .menu-item-language-current ul li a:hover i,
#header-container.header-style-3 .menu-item-language-current ul li a:hover i,
#header-container.header-style-4 .menu-item-language-current ul li a:hover i {
    color: rgba(86, 86, 86, 0.5);
}

#header-container.header-style-1 .menu-item-language-current ul li a:hover:before,
#header-container.header-style-2 .menu-item-language-current ul li a:hover:before,
#header-container.header-style-3 .menu-item-language-current ul li a:hover:before,
#header-container.header-style-4 .menu-item-language-current ul li a:hover:before {
    max-width: 400px;
}

#header-container.header-style-1 .menu-item-language-current ul li a:hover:after,
#header-container.header-style-2 .menu-item-language-current ul li a:hover:after,
#header-container.header-style-3 .menu-item-language-current ul li a:hover:after,
#header-container.header-style-4 .menu-item-language-current ul li a:hover:after {
    -webkit-animation: dfdMenuHoverAnim 0.9s ease;
    -moz-animation: dfdMenuHoverAnim 0.9s ease;
    animation: dfdMenuHoverAnim 0.9s ease;
}

#header-container.small.header-style-1 .menu-item-language-current > a,
#header-container.small.header-style-2 .menu-item-language-current > a,
#header-container.small.header-style-3 .menu-item-language-current > a,
#header-container.small.header-style-4 .menu-item-language-current > a {
    height: 58px;
    line-height: 58px;
}

#header-container.small.header-style-1 .menu-item-language-current ul,
#header-container.small.header-style-2 .menu-item-language-current ul,
#header-container.small.header-style-3 .menu-item-language-current ul,
#header-container.small.header-style-4 .menu-item-language-current ul {
    top: 12px;
}
