/** BMF-4352 
#tab-filter div.facetedSearch:first-child {display:none;}
#tab-filter div.facetedSearch:last-child {display:block!importantimportant;}
**/

@media only screen and (min-width: 64em) {
  #branding .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 240px;
  }
}
@media only screen and (min-width: 30.063em) and (max-width: 63.938em) {
  #branding .logo_eu2020.desktop-logo {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 240px;
  }
  #branding .logo_eu2020.desktop-logo svg {
    height: 42px;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  #branding .logo_eu2020.desktop-logo svg {
    height: 75px;
    width: auto;
  }
  .sticky #branding .logo_eu2020.desktop-logo {
    top: 19px;
    left: 100px;
  }
  .sticky #branding .logo_eu2020.desktop-logo a {
    display: inline-block;
  }
  .sticky #branding .logo_eu2020.desktop-logo svg {
    height: 32px;
    width: auto;
  }
}

/** BMF-3231 **/
@media screen {
 .bmf-theme--dark .search-result-container .no-results-message .list-wrapper {
  color:#fff
 }
 .bmf-theme--dark .search-result-container .no-results-message .list-wrapper ul li {
  background-image:none;
  list-style:disc outside none;
  list-style:initial;
  margin-left:1em
 }
}

@media screen {
  .bmf-theme--dark .errorJumpLinks .error li a,
  .bmf-theme--dark .errorJumpLinks .error li a:active,
  .bmf-theme--dark .errorJumpLinks .error li a:focus,
  .bmf-theme--dark .errorJumpLinks .error li a:hover {
    color: #fff
  }

  .bmf-theme--dark .errorJumpLinks .formError {
    color: #fff
  }
}
.bmf-theme--dark .search-result-container .no-results-message .search-result-message {
    color: #fff;
}
/** EO BMF-3231 **/

/** BMF-3263 **/
#content .bmf-formHeader > *:first-child {
    margin-top: 0;
    padding-top: 2rem;
}
/** EO BMF-3263 **/

/** BMF-3238 **/
.bmf-theme--dark .bmf-linkButton:link,
.bmf-theme--dark .bmf-linkButton:visited { margin-top: 1px; }
/** EO BMF-3238 **/

/** BMF-3272 **/
html[lang=en] body.landing--kp .bmf-imageMap [class*="--1"]{
         bottom:76%
}
@media screen and (min-width:480px){
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--3"]{
                   bottom:96%
         }
}
@media (min-width:769px){
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--1"]{
                   bottom:75%
         }
}
@media (min-width:1024px){
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--1"]{
                   bottom:74%
         }
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--3"]{
                   bottom:90.5%
         }
}
@media screen and (min-width:1280px){
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--1"]{
                   bottom:74%
         }
         html[lang=en] body.landing--kp .bmf-imageMap [class*="--3"]{
                   bottom:91%
         }
}
/** EO BMF-3272 **/

/** auf besonderen Wunsch von Fr. Kirbach **/
.r2d2 #content .bmf-solirechner {
    background-color: #e8f8ff;
}
