/*
GLOBAL
*/


a {
    color: var(--dark-grey);
}

.grid {
  margin-left: -3.75rem;
  list-style: none;
  margin-bottom: 0;
}
.grid__item {
  float: left;
  padding-left: 3.75rem;
  min-height: 1px;
}

.margin-bottom--small {
    margin-bottom: 0.6rem;
}

.box.margin-bottom--small {
    margin-bottom: 1.5rem;
}

b, strong {
    font-weight: normal;
}
.hidden {
    display: none;
}
.fade-out {
    opacity:0;
    transition:all 0.2s ease-out;
}

/*
HEADER
*/

.border-bottom {
    border-bottom:1px solid #CCCCCC;
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
}


#search-form-mobile {
  display: none;
}

.search-mini input {
    padding-right: 5rem !important;
}

body.results {
    padding-top: 0;
}

body.results .site-header {
    border-bottom: 0;
}

.results .two-thirds p,
.results .two-thirds {
  font-family: 'Arial', sans-serif !important;
}

.results h3 {
    font-family: 'Arial', sans-serif !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 1rem;
    color: var(--dark-grey);
}

.googlebar {
  float: left;
  padding: 1rem 0 0;
  clear: both;
}

.googlebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.googlebar li {
  float: left;
  margin-right: 0.5rem;
}


.googlebar li:last-child {
    margin-right: 0.25rem;
}

.googlebar a {
    font-size: 16px;
  color: #464646;
  display: inline-block;
  text-decoration: none;
  padding: 0.25rem 0.25rem 0.75rem;
  transition:all 0.25s ease-out;
  position: relative;
}

.results--news .googlebar .news a,
.results--home .googlebar .all a,
.results--images .googlebar .images a,
.results--videos .googlebar .videos a,
.results--shopping .googlebar .shopping a {
    color:var(--green);
}

.results--news .googlebar .news a path,
.results--images .googlebar .images a path,
.results--videos .googlebar .videos a path,
.results--shopping .googlebar .shopping a path {
    fill:#22BD92 !important;
}

.results:not(.results--home) .googlebar .all path,
.results:not(.results--home) .googlebar .all g {
    stroke: #464646 !important;
}

.results--news .googlebar .news a::before,
.results--home .googlebar .all a::before,
.results--images .googlebar .images a::before,
.results--videos .googlebar .videos a::before,
.results--shopping .googlebar .shopping a::before {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:2px;
    background:var(--green);
}

.results--news .filter {
    display: none;
}

.googlebar a svg {
    display: inline-block;
    height:20px;
    vertical-align: -4px;
}
.googlebar a .sm {
    height: 18px;
}

.googlebar a:hover {
    color:#000;
}

.googlebar li:not(.all) svg * {
  fill: #464646;
}

.googlebar li:not(.all) a:hover * {
    fill:#000;
}

li.google {
    position: relative;
    padding-right: 0.5rem;
}
li.google::before,
li.filter::before {
    content: '';
    position: absolute;
    top: 0.4rem;
    right: 0;
    height: 1.2rem;
    width: 1px;
    background: #A7B5B8;
}

.googlebar--mobile li {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.googlebar--mobile li.google::before {
    right:0.5rem;
}
li.filter {
    position: relative;
    padding-left: 1.75rem;
}
li.filter::before { 
    right:auto;
    left:0.5rem;
}

.adjust-to-searchbar {
    max-width:45.5rem;
    display:flex;
}
.adjust-to-searchbar .link--filters {
    font-size: 16px;
    float:right;
    color: #464646;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
    padding: 0.25rem 0.25rem 0.75rem;
    transition:all 0.25s ease-out;
    position: relative;
    margin-left:auto;
}

.link--filters.hidden {
    display: none;
}

.results--images .link--filters-images {
    display: inline-block;
}
.results--videos .link--filters-videos {
    display: inline-block;
}
.results--news .link--filters-videos {
    display: inline-block;
}

.filter-con {
    position: absolute;
    z-index: 999;
    top:100%;
    left:calc(150px + 2.5rem);
    transform: rotateX(90deg);
    transform-origin: 0 0;
    transition:all 0.2s ease-out;
}
.js-filter .filter-con--all {
    transform: rotateX(0);
}
.js-filter-images .filter-con--images {
    transform: rotateX(0);
}
.js-filter-videos .filter-con--videos {
    transform: rotateX(0);
}

.filter-con .relative {
    float:left;
    margin-right:40px;
}
.filter-con .relative:last-child {
    margin-right: 0 !important;
}
.open-select {
    font-size: 0.825rem;
    display:block;
    padding:0.4rem 0 0.4rem;
    color:var(--dark-grey);
}
.open-select.js-active {
    font-weight: bold;
}
.open-select span {
    font-size: 0.6rem;
    vertical-align: 2px;
}
.open-select.js-click {
    color: var(--green);
}
.open-select.js-click + .select {
    display:block
}

.filter-con .select {
    position: absolute;
    z-index:99;
    left:0;
    top:100%;
    background:#FFF;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DFE1E5;
    border-radius: 8px;
    padding:0.5rem 0;
    max-height:200px;
    display: none;
    overflow: auto;
}
.filter-con .select a {
    font-size: 14px;
    display:block;
    padding:0.2rem 2.5rem 0.2rem 1rem;
    white-space: nowrap;
    color:var(--grey);
    position: relative;
}
.filter-con .select a:hover { 
    background: #DDDDDD;
}
.filter-con .select a.js-active::after {
    content: '✓';
    position: absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
}

.googlebar--mobile {
  display: none;
  margin-left: 0;
}

.bar {
  background: #00c0be;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.bar a {
  display: inline-block;
  line-height: 1.2;
  width: 100px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}
.bar span {
  display: block;
}
.bar i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  background: #FFF;
  border-radius: 50%;
  color: #00c0be;
  text-align: center;
}
.bar svg * {
  fill: #00c0be;
}
.bar a:hover {
  opacity: 0.9;
}



.footer {
    background:var(--lighter-grey);
}



/*
RESULTS
*/

.main {
    min-height:100vh;
    padding-top: 145px;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}
.results .two-thirds {
    width:61%;
}
.results .one-third {
    width:39%;
}
.results .main .container:not(.container--full) {
    max-width: 62rem;
}
.waiting {
    opacity:0;
}

.hotspots-custom-text.headline {
    display:none !important;
}

.za-ads .result-wrapper > * {
  order:3;
}
.za-ads .result-wrapper > .display-url-wrapper {
  order:1 !important;
}

.load-last.js-loaded {
    overflow: visible !important;
    height: auto !important;
    opacity: 1 !important;
}

:host {
  all: inherit !important;
}
.za-ads .hotspots-serp-results {
    padding: 0px;
}    
.za-ads .hotspots-serp-results .hotspots-serp-result {
    margin-bottom: 8px
}   
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper {
    padding: 0px;
    margin-bottom: 10px;
}
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .siteLinks .siteLink .siteLinkTitle {
    font-size: 14px;
    line-height:22px;
    color: #1A0DAB; 
}
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .title-link .title {   
    padding-left: 0px;
}

h4.result,
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .title-link .title {
    font-family: 'Arial', sans-serif !important;
    color: var(--blue); 
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 4px;
}

.result p, 
.link--search p {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    color: #4d5156;
}

.results p.url,
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .display-url-wrapper .display-url-link .display-url {
    font-family: 'Arial', sans-serif !important;
    color: var(--dark);
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 22px;
    padding-left: 0px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
 .za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .display-url-wrapper .display-url-link .display-url { 
    margin-bottom: 0;
 }
 
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .desc-wrapper .desc-link .desc {
    font-size: 14px;
    padding-left: 0px;
    color: #4D5156;
    max-height: 3em;
}
    

.result__favicon {
    float:left;
    margin-left:0;
    margin-right:0.5rem;
    width:1rem;
    margin-top:1px;
}


.link--search {
  display: block;
}

.link--search:hover h4,
.za-ads .title-link:hover .title {
    text-decoration: underline;
}

.link--search:hover + div a h4 {
  text-decoration: underline;
}


.sponsored p.url::before,
.display-url::before {
  content: 'Ad • ';
  font-weight: bold;
  display: inline-block;
  padding:2px 2px 1px;
  margin-right: 3px;
}
.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .display-url-wrapper .display-url-link::after { 
  display: none;
}

h4.headline--image {
    font-size: 24px;
    color:var(--dark);
    margin-bottom: 1rem;
    padding-top: 5px;
}
.headline--image svg {
    margin-right:0.7rem;
    float:left;
    margin-top: 3px;
    opacity: 0.7;
}

/*
    IMAGE, VIDEO, NEWS
*/

.show-all {
    text-align: center;
    margin-bottom: 2.5rem;
    margin-top:1.25rem;
    overflow: hidden;
    position: relative;
    background: #FFF;
}
.show-all--news {
    margin-top: 0;
}

.show-all a {
    font-family: 'Arial', sans-serif !important;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding:0.4rem 4rem 0.25rem 3rem;
    color:#4D5156;
    border-radius:2rem;
    border:1px solid var(--light-grey);
    background: #FFF;
}
.show-all a:before,
.show-all a:after {
    content: '';
    position: absolute;
    left:100%;
    width:500px;
    background: var(--light-grey);
    height:1px;
    top:50%;
    pointer-events: none;
}
.show-all a:after {
    left: auto;
    right: 100%;
}
.show-all a:hover { 
    background: #EFEEF1;
}
.show-all a svg {
    display: inline-block;
    vertical-align: -7px;
}

.images-preview {
    /*margin-right: 8px;*/
    /*float: left;*/
    /*width: calc(20% - 8px);*/
    /*padding-bottom:15%;*/
    display:block;
    border:1px solid var(--light-grey);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
    max-width:240px;
}

.images-preview img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
}

.images-preview img[data-type='jpg'],
.links--images img[data-type='jpg'],
.flex__video img {
    background-image:url(assets/img/placeholder.jpg);
    background-position: center;
    background-size: cover;
}

.news-preview {
    font-family: 'Arial', sans-serif !important;
    display:flex;
    border-top:1px solid var(--light-grey);
    position: relative;
    padding-top:1.25rem;
    padding-bottom:1rem;
    background:#FFF;
}
.news-preview h4 {
    font-family: 'Arial', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    color:var(--blue);
}

.news-preview .three-quarters {
    width:75%;
    padding-right:1rem;
}
.news-preview .one-quarter {
    width: 25%;
}
.news-preview .one-quarter img {
    max-height: 5rem;
    margin-right: 0;
    border: 1px solid var(--light-grey);
    border-radius: 8px;
   
}
.provider {
    color:var(--dark);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}
.provider img {
    width:20px;
    float:left;
    margin-right: 0.5rem;
}

.news-preview time {
    display: inline-block;
    font-size: 0.875rem;
    opacity: 0.6;
}
.news-preview:hover h4 {
    text-decoration: underline;
}

.news-box {
    padding-left:1rem;
    padding-right:1rem;
    border:1px solid var(--light-grey);
    border-radius:0.75rem;
    margin-bottom: 1rem;
}

.news-box .provider {
    margin-bottom: 0.6rem;
}

.news-box h4 { 
    margin-bottom:0.5rem;
    font-size: 1.2rem;
    max-width: 20rem;
}
.news-box p {
    margin-bottom: 0.25rem;
    font-size: 14px;
}


.video-preview {
    font-family: 'Arial', sans-serif !important;
    display:flex;
    border-top:1px solid var(--light-grey);
    position: relative;
    padding-top:0.8rem;
    padding-bottom:0.8rem;
}

.video-preview h4 {
    font-family: 'Arial' !important;
    font-size: 16px;
    line-height:20px;
    color:var(--blue);
    font-weight: normal;
    min-height:2.5em;
    transform: translateY(-2px);
    margin-bottom: -2px;
}
.video-preview:hover h4 { 
    text-decoration: underline;
}
.video-preview .from {
    font-size: 14px;
}
.video-preview .date {
    font-size: 14px;
    color:#4D5156;
}

.flex__video { 
    width:124px;
    margin-right:20px;
}
.flex__video div { 
    position: relative;
    height:76px;
    width:100%;
    border-radius: 8px;
    overflow: hidden;
}
.flex__video img,
.link--video img {  
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.flex__video + .flex__rest {
    width:calc(100% - 144px);
}
.video-preview svg {
    position: absolute;
    top:50%;
    left:50%;
    z-index: 9;
    transform:translate3d(-50%, -50%, 0);
    width:32px;
    height:32px;
}
.video-preview svg * {
    fill:#FFF;
    opacity:0.6;
}


.mobile-slide {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom:2rem;
    margin-bottom: -2rem !important;
    box-shadow: none !important;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}


.mobile-slide div {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-slide .images-preview {
    width:28vw;
    padding-bottom:18vw;
    margin-right:1vw;
    display: inline-block;
}

.mobile-slide .images-preview:last-child {
    margin-right: 1.25rem;
}

.slick {
    margin-left: -4px;
    width:calc(100% + 8px);
}



.related {
   margin-bottom: 1.5rem;
}

.related .flex {
    margin-left: -1rem;
}
.related .flex__item {
    width:50%;
    margin-bottom:0.75rem;
    padding-left:1rem;
}

.related--full .flex__item {
    width: 100%;
}

.related a {
    font-family: 'Arial' !important;
    display:block;
    padding:0.9rem 1rem 0.8rem 4rem;
    background-color: #F7F7F7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23454e4f' d='M10.4,2a8.4,8.4,0,1,0,5.489,14.737l.511.511V18.8L23.6,26,26,23.6l-7.2-7.2H17.248l-.511-.511A8.382,8.382,0,0,0,10.4,2Zm0,2.4a6,6,0,1,1-6,6A5.982,5.982,0,0,1,10.4,4.4Z' transform='translate(-2 -2)'%3E%3C/path%3E%3C/svg%3E");
    background-position: 1.75rem 55%;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    color:#202124;
    border-radius: 2rem;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;

    display: flex;
    flex-direction: column;
    height: 3.5rem;
    line-height: 1.2;
    justify-content: center;
    padding-top: 1px;
    padding-bottom: 0;
}
.related a:hover {
    text-decoration: underline;
}
.related a span {
    font-weight: normal;
}





.by-microsoft {
    text-align: right;
    border-top:1px solid var(--light-grey);
    color:#707070;
    padding-top:1rem;
    font-size: 12px;
}



.paginationjs-ellipsis + .paginationjs-last {
    display: none !important;
}

.results a,
.results p,
.results div,
.results span, {
  font-family: "Arial", sans-serif !important;
}


.results .resultTitlePane a:hover {
    text-decoration: underline !important;
}

.results .resultTitlePane a {
  font-size: 1.25rem !important;
  text-decoration: none !important;
  color:var(--blue)  !important;
  font-weight: normal  !important;
}
.results .resultDisplayUrlPane a {
  color:#006621 !important;
}
#mainResults .searchResult {
    margin-bottom:0.75rem;
    color: #545454; !important;
}

.adResult .resultDisplayUrlPane {
  line-height:1.4;
}



.adResult.searchResult .resultDescription {
          color: #545454; 
            line-height:1.4;
}

.adResult .resultDisplayUrlPane::before {
    content: 'Ad';
    float: left;
    background: #fff;
    padding: 0 0.2rem 0;
    border-radius: 2px;
    color: #006621;
    line-height: 1.3;
    font-size: 0.6rem;
    margin-top: 3px;
    margin-right: 4px;
    border: 1px solid;
    border-color: #006621;
}

.adResult .resultTitlePane a {
  font-size: 1.25rem !important;
}
#topResults {
  padding-bottom:1.5rem;

}

#topResults .deepLinkResult a {
 color: var(--blue) !important;
}


#mainResults .searchResult {
    color: #545454;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
}

#mainResults .resultDisplayUrl {
    color: #006621 !important;
    font-size: 14px;
}



.results--images .link--filters-all,
.results--news .link--filters-all,
.results--videos .link--filters-all {
    display: none;
}


/*
Video PAGE
*/

.link--video {
    display:flex;
    flex-wrap: wrap;
    padding:1rem;
    border:1px solid var(--light-grey);
    border-radius:0.75rem;
    margin-bottom: 1rem;
}
.link--video .flex__video { 
    width:200px;
    height: auto;
    margin-right: 0;
}
.link--video h4 {
    font-family: 'Arial' !important;
    /*font-size: 22px;
    line-height:24px;*/
    font-size: 1.2rem;
    color:var(--blue);
    margin-bottom: 1rem;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link--video p.url {
    font-size: 0.875rem;
    color:var(--grey);
    margin-bottom: 0.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 24rem;
}
.link--video p {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px;
}
.link--video .flex__video div { 
    height:140px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.link--video .flex__video + .flex__rest { 
    padding-left:20px;
    width:calc(100% - 200px);
}
.link--video .inline div {
    font-family: 'Arial', sans-serif !important;
    display: inline-block;
    font-size: 0.875rem;
}
.link--video .date {
    color:var(--grey);
}
.link--video:hover h4 {
    text-decoration: underline;
}
.link--video svg {
    position: absolute;
    top:50%;
    left:50%;
    z-index: 1;
    transform:translate3d(-50%, -50%, 0);
    width:32px;
    height:32px;
}
.link--video svg * {
    fill:#FFF;
    opacity:0.6;
}
/*
IAMGES PAGE
*/

.flexgrid--narrow {
    margin-left:-1rem;
}
.flexgrid--narrow .flex__item {
    padding-left:1rem;
    width:20%;
}

.links--images {
    display:block;
    position: relative;
    margin-bottom: 1rem;
}
.links--images .oject-fit-con {
    position: relative;
    padding-bottom:60%;
    transition:all 0.2s ease-out;
    border-radius: 12px;
    overflow: hidden;
}
.links--images img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.links--images h3 {
    font-family: 'Arial' !important;
    font-size: 1rem;
    margin-bottom:0;
    text-transform: none;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:0.6rem;
}
.links--images p {
    font-family: 'Arial' !important;
    font-size: 0.8rem;
    margin-bottom: 0;
    color:var(--grey);
}

.links--images:hover .oject-fit-con { 
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}

@media (min-width: 1800px) {
    .flexgrid--narrow .flex__item {
        width:16.666%;
    }
}

@media (max-width: 1420px) {
    .flexgrid--narrow .flex__item {
        width:25%;
    }
}
@media (max-width: 1024px) {
    .flexgrid--narrow .flex__item {
        width:33.33%;
    }
}
@media (max-width: 680px) {
    .flexgrid--narrow .flex__item {
        width:50%;
    }
}






.pagination ul {
    list-style: none;
    padding:0;
    margin: 0;
}

.pagination li {
    float:left;
    margin-right: 0;
}
.pagination a {
    color:#454E4F;
    display: block;
    width:36px;
    height:36px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-weight: 500;
}
.pagination a:hover {
    color:#000;
}
#pagination .active a {
    background: #454E4F;
    color:#FFF !important;
    border-radius:50%;
}
.pagination svg {
    margin-top: 6px;
    margin-bottom: -6px;
}
#pagination .disabled a {
  box-shadow: none !important;
}

#pagination ul {
  list-style:none;
  margin:0;
  padding:2rem 0 1rem;
}

#pagination li {
  display:inline-block;
  padding:3px;
}

#pagination a, #pagination span {
  display:block;
  color:#A3A3A3;
  font-size:1rem;
  min-width:34px;
  height:34px;
  line-height:37px;
  background:transparent;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  text-decoration: none;
  /*box-shadow:1px 1px 2px rgba(0,0,0,0.25);*/
}
#pagination span { 
  background:#f4f4f4;
  color:#9292a3;
}
#pagination a:hover {
  color:#000;
}
li.disabled {
    opacity:0.4;
}
.paginationjs-prev a {
    font-size:0 !important;
    color:transparent !important;
}
.paginationjs-prev a::before {
    content: "\e90b";
    font-family: 'icomoon';
    color: #454E4F;;
    font-size: 1.1rem;
    vertical-align: -2px;
}
.paginationjs-next a {
    font-size:0 !important;
    color:transparent !important;
}
.paginationjs-next a::before {
    content: "\e90c";
    font-family: 'icomoon';
    color: #454E4F;;
    font-size: 1.1rem;
    vertical-align: -2px;
}


@media screen and (max-width:1350px) {
  .nav-mobile-active .logoDuisburg,
  .nav-mobile-active .logofreiburg {
    display:none;
  }
}

@media only screen and (min-width: 1025px) {
  .grid--wide {
    margin-left: -7rem;
  }
  .grid--wide .grid__item {
    padding-left: 7rem;
  }
}

@media screen and (min-width:1180px) {

  /*body.scrolled {
    padding-top:86px;
  }*/

  body.scrolled .site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    padding-top: 1rem;
    background: #FAFAFA;
    transform:translateY(-100%);
    padding-bottom: 1rem;
  }

  body.show-header .site-header {
    transform:translateY(0);
    transition:transform 0.3s ease-out;
  }
  body.show-header .site-header .float--right { 
    display: none !important;
  }
  body.scrolled #mobile-nav,
  body.scrolled .news-items {
    display: none !important;
  }

  body.scrolled .googlebar {
    display:none;
  }
}


@media only screen and (min-width: 1200px) { 
  .container-to-left {
    margin-left:180px;
  }
  .googlebar {
    margin-left:180px;
  }
}

.za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .siteLinks {
padding-left: 0px;
}


@media screen and (max-width:800px) {
    .hidden--md {
        display: none !important;
    }
  .searchResult {
    padding:1rem;
    box-shadow:0 0 3px rgba(0,0,0,0.25);
    margin-left:3px;
    margin-right:3px;
    margin-bottom: 1rem;
    margin-top:3px;
    border-radius:4px;
  }
  .container {
    margin-left:0;
    margin-right:0;
  }

  .show-all {
     margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .main > .container #search-form-mobile {
    margin-top:1rem;
  }

  .results .resultTitlePane a {
    font-size: 1.175rem !important;
  }

  #pagination a, #pagination span { 
    min-width:28px;
    height:28px;
    line-height:30px;
  }
  #pagination .prev,
  #pagination .next {
    min-width:30px; 
  }

  .resultDisplayUrlPane {
    margin-bottom:7px;
    padding-bottom:8px;
    border-bottom:1px solid #DDD;
  }

  #topResults {
    padding-bottom:0;
    padding-top:0.75rem;
  }


  .container-to-left {
    padding-top:0;
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
    .googlebar li:not(:first-child) a svg {
        display: none !important;
    }

    #search-form {
        display: none;
    }
    #search-form-mobile {
        display:block;
        position: relative;
    }
    .googlebar {
        display: none;
    }
    .site-header {
        border-bottom:0;
        padding-top: 0.6rem;
    }
    .main {
        padding-top: 4.1rem;
    }
    .mobile-search {
        background: #F0F3F4;
        padding-top:1.2rem;
        margin-bottom:3rem;
    }
    .mobile-search .googlebar {
        display: block;
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .googlebar li:first-child {
        margin-right: 0.5rem;
    }
    .googlebar--mobile li.google::before {
      right: 0.2rem;
    }
    .googlebar li svg {
        width:18px;
    }
    .border-bottom {
        display: none;
    }

    .results .two-thirds,
    .results .one-third {
        width:100%;
    }
    .main {
        overflow: hidden;
    }
}


.show--md  { 
    display: none; 
} 

.filter-con-mobile { 
    display: none;
}

@media (max-width: 800px) { 
    .show--md  { 
        display: block; 
    } 
    .md-wiki .wiki {
        max-width:100%;
        padding: 1rem 1rem 0.7rem;
        background: #FFF;
    }
    .md-wiki .wiki h2 + p {
        margin-top: 1px;
    }
    .md-wiki .wiki hr {
        margin: 0.75rem 0 1.1rem;
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .filter-con-mobile {
        position: relative;
        background: #FFF;
        transform: none;
        left:auto;
        top:auto;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        display: none;
    }
    .googlebar--mobile { 
        float:none;
    }
    .js-filter .googlebar--mobile + .filter-con--all,
    .js-filter-videos .googlebar--mobile + div + div + .filter-con--videos,
    .js-filter-images .googlebar--mobile + div + .filter-con--images {
        display:block;
    }
    .filter-con .relative {
        margin-right:30px;
    }
}

@media (max-width: 640px) {
    .news-box h4 {
        font-size: 1.1rem;
    }

    .googlebar--mobile {
        float:none;
        overflow: hidden;
        height: 3.5rem;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        position: relative;
    }
    .googlebar--mobile::before {
        content: '';
        position: absolute;
        z-index:99;
        top:0;
        right:0;
        height: 100%;
        width:4rem;
        background:linear-gradient(to right, rgba(240, 243, 244, 0), #F0F3F4);
        pointer-events: none;
    }
    .googlebar--mobile > div {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; 
        padding-bottom: 1rem;
    }
    .googlebar--mobile ul { 
        width:500px; 
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

}


#ad iframe { 
    margin-left: -0.6rem;
}

@media (max-width: 480px) {

    .md-wiki {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        box-shadow: 0 0 0 1px #ebedef;
        background:#FFF;
        margin-bottom: 0.75rem;
        margin-top: 0.75rem;
    }
    .md-wiki .wiki {
        border:0;
        border-radius:0;
         padding-left:1.25rem;
        padding-right:1.25rem;
    }

    .impact p {
        display: none;
    }
   
    .impact {
        margin-right: 1.2rem;
    }
    .show-all a::before,
    .show-all a::after {
        display: none;
    } 
    .show-all a {
        width:100%;
        padding: 0.5rem 4rem 0.25rem 4rem;
        background: #f1f3f4;
    }
    .show-all {
        margin-bottom: 1rem;
    }
    .box,
    .za-ads .result-wrapper {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        box-shadow: 0 0 0 1px #ebedef !important;
        background: #FFF;
        padding:1rem 1.25rem 1px !important;
        margin-bottom:0.5rem !important;
        border-radius: 0 !important;
    }
    .result p, 
    .link--search p {
        margin-bottom:0.75rem;
    }
    .za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .desc-wrapper .desc-link .desc {
        margin-bottom: 0;
    }
    .za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .desc-wrapper .desc-link {
        width:100%;
    }
    .za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper:first-child {
        margin-top: 0;
    }
    .za-ads {
        background: transparent;
    }
    .za-ads .hotspots-serp-results .hotspots-serp-result .result-wrapper .desc-wrapper {
        width:100%;
    }
    .sponsored + .padding-top--small {
        padding-top: 0;
    }
    .by-microsoft {
        border:0;
    }
    
    .results--news .container-to-left,
    .results--videos .container-to-left {
        background:#FFF;
        padding-top: 1.25rem;
    }
    .link--video {
        padding: 1rem;
        border: 1px solid var(--light-grey);
        border-radius: 0.75rem;
        margin-bottom: 1rem;
    }
    .link--video h4 {
        font-size: 18px;
        display: none;
        line-height: 1.25;
    }
    .link--video h4.hidden {
        display: block;
        overflow: visible;
        white-space: normal;
    }
    .link--video .flex__rest .inline {
        display: none;
    }
    .link--video .hidden { 
        display: block;
    }
    .link--video p.url {
        font-size: 12px;
        margin-bottom: 0.4rem;
    }
    .link--video p {
        display: none;
    }
    .link--video .flex__video {
        width: 150px;
        margin-bottom: 0.6rem;
    }
    .link--video .flex__video div {
        height:100px;
    }
    .link--video .flex__video + .flex__rest {
      width: calc(100% - 150px);
      padding-left: 1rem;
    }
    .md-wiki,
    .md-wiki .wiki {
        margin-top: 0;
    }
    .mobile-search {
        margin-bottom: 0;
    }
    .mobile-slide .images-preview { 
        width:40vw;
        padding-bottom:32vw;
    }
    .show--md .weather {
      border: 0;
      border-radius: 0;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      box-shadow: 0 0 0 1px #ebedef;
      background: #FFF;
      max-width: none;
      margin-bottom: 0;
    }
    .news-box h4 + p { 
        display: none;
    }
    .googlebar--mobile {
        float:none;
        overflow: hidden;
        height: 3.5rem;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        position: relative;
    }
    .googlebar--mobile::before {
        content: '';
        position: absolute;
        z-index:99;
        top:0;
        right:0;
        height: 100%;
        width:4rem;
        background:linear-gradient(to right, rgba(240, 243, 244, 0), #F0F3F4);
        pointer-events: none;
    }
    .googlebar--mobile > div {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; 
        padding-bottom: 1rem;
    }
    .googlebar--mobile ul { 
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .filter-con .relative {
        margin-right: 22px;
    }
    .show-all {
        text-align: left;
    }
    .show-all a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        padding: 0.4rem 4rem 0.25rem 3rem;
        margin-bottom: 5px;
        color: #4D5156;
        border-radius: 2rem;
        border: 1px solid #DFE1E5;
        background: #FFF;
        width:auto;
        min-width:222px;
    }
    .related .flex__item { 
        width: 100%;
    }
    .related a {
        background-color: #FFF;
    }
    #ad {
        background: #FFF;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding: 1.25rem 1.25rem 0;
        border-top:1px solid var(--light-grey);
        border-bottom:1px solid var(--light-grey);
        margin-bottom:1rem;
    }
    #ad iframe {
       /* border:1px solid var(--light-grey);
        border-radius: 8px;*/
        margin-left:0;
    }
    .results--news .googlebar .news a::before,
    .results--home .googlebar .all a::before,
    .results--images .googlebar .images a::before,
    .results--videos .googlebar .videos a::before {
        bottom: 3px;
    }
}


@media screen and (max-width:360px) {
    .container {
        padding-left:1rem;
        padding-right:1rem;
    }
    .googlebar--mobile li:not(:first-child) {
        margin-right: 0.4rem;
    }
    .news-alert {
        margin-right: 0.6rem;
    }
    .filter-con .relative {
        margin-right: 18px;
    }
}



/* 
    Slider 
*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left:4px;
    padding-right: 4px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-disabled {
    pointer-events: none;
    opacity:0;
}

.slick-prev,
.slick-next {
    position:absolute;
    z-index:999;
    text-decoration: none;
    padding: 0;
    border:0;
    top:50%;
    height:36px;
    width:36px;
    line-height:36px;
    line-height:34px;
    background:transparent;
    font-family: 'icomoon';
    transition:all 0.25s ease-out;
    font-size:0;
    text-align: center;
    outline:none !important;
    margin-top: -18px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--light-grey);
    color:#70757A;
    left:-16px;
    border-radius: 50%;
}
    
.slick-prev:hover,
.slick-next:hover {
  background: rgba(255,255,255,1);
}

.slick-prev::before,
.slick-next::before {
    content: "\e90c";
    font-family: 'icomoon';
    display:inline-block;
    font-size:1rem;
}

.slick-prev::before { 
   content: "\e90b";
}

.slick-next {
    left:auto;
    right:-16px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}


.autocomplete-suggestions { 
    top: calc(100% - 5px);
    border:3px solid #22bd92;
    border-top:0;
    border-radius:0 0 0.5rem 0.5rem;
    right:-3px;
    left:-3px;
}



@media (min-width:1270px) {
    .adjust-to-searchbar {
        width:45.5rem;
    }
}
@media (max-width:900px) {
    .family--desktop {
        display: none;
    }
}

div.family {
    position: relative;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
}
div.family::before {
    content: '';
    position: absolute;
    top:1.35rem;
    left:0;
    height: 1.25rem;
    width: 1px;
    background: #CCC;
}
div.family > a {
    font-size: 16px;
    color: #464646;
    display: inline-block;
    text-decoration: none;
    padding: 0.75rem 0.25rem 0.75rem;
    transition: all 0.25s ease-out;
    position: relative;
    margin-right: 0.25rem;
}

.family-links,
.family-links span {
    display: none;
}
.js-family .family-links {
    display: block;
}
/*.family-links a {
    color: #464646;
    display: inline-block;
    border:1px solid #CCC;
    padding:0.1rem 0.4rem 0;
    margin-left: 0.25rem;
    font-size: 14px;
    border-radius: 0.5rem;
}*/

.adjust-to-searchbar .link--filters {
    padding-right:1rem;
}


.family-links {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    background: #FFF;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DFE1E5;
    border-radius: 8px;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    max-height: 250px;
    display: none;
}
.family-links::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent var(--light-grey) transparent;
  position: absolute;
  bottom: 100%;
  left: -2px;
  margin-left: 1.2rem;
}
.family-links:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 1.2rem;
}
.family-links > div:not(.info) {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.family-links p {
    margin-bottom: 0;
    font-size: 14px;
    color:#4C5055;
}
.family-links p a { 
    color:#4C5055;
    text-decoration: none;
}
.family-links a.border {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    padding: 0.1rem 0.5rem 0.05rem 0.5rem;
    white-space: nowrap;
    border:1px solid #CCC;
    color: #4726BF;
    position: relative;
    font-weight: bold;
    border-radius: 0.5rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
}
.family-links a.border:hover { 
    color:#000;
    border-color:#000;
}
/*.family-links a:hover {
    background: #DDDDDD;
    color: var(--grey);
}*/
.family-links span {
    display: inline;
}

.family-links .info {
    position: absolute;
    top:0.5rem;
    right:0.5rem;
    
}
.family-links .info > a { 
    border-radius:50%;
    font-size:8px;
    height: 12px;
    width: 12px;
    line-height: 11px;
    border:1px solid #4726BF;
    color:#4726BF;
    text-align: center;
    display: block;
} 

.family-links .info__popup {
    position: absolute;
    top:calc(100% + 12px);
    left:-20px;
    background:#4726BF;
    border-radius:0.5rem;
    padding:0.5rem 0.75rem;
    width:9.5rem;
    color:#FFF;
    font-size: 16px;
    line-height: 1.5;
    opacity:0;
    visibility: hidden;
    transition: opacity 0.3s ease-out 0.15s, visibility 0.3s ease-out;
}
.family-links .js-open + .info__popup,
.family-links .info:hover .info__popup {
    opacity: 1;
    visibility: visible;
}

.family-links .info__popup a { 
    text-decoration: underline;
    color:#FFF;
}

.family-links .info__popup::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #4726BF transparent;
  position: absolute;
  bottom: 100%;
  left:0;
  margin-left: 18px;
}

.info-mobile {
    display: block !important;
    font-size: 14px;
    color:#4726BF;
    padding-top:0.5rem;
}
.info-mobile a {
    text-decoration: underline;
    color:#4726BF;
}

.js-family .family-mobile > a {
     color:#4726BF;
}


.show-all--products a::before,
.show-all--products a::after {
    display: none;
}
.show-all--products {
    text-align: left;
}




@media (max-width:1500px) {  
    .family-links .info__popup { 
        left:auto;
        right: -20px;
    }
    .family-links .info__popup::before { 
        left: auto;
        right: 0;
        margin-left: auto;
        margin-right: 18px;
    }
}


@media (max-width:1380px) { 
    .family-mobile {
        position: relative;
    }
    .family-links { 
        left: auto;
        right: 0;
    }
    .family-links::before,
    .family-links::after { 
        left: auto;
        right:0;
        margin-left: auto;
        margin-right: 1.5rem;
    }
    .family-links::before {  
        right:-2px;
    }
    .family-mobile .family-links a {
        padding-bottom: 0.25rem;
    }
}

@media (min-width:641px) {
    .family-links--mobile {
        display: none !important;
    }
}

@media (max-width:640px) {
    .family-li .family-links {
        display: none !important;
    }
    .family-links--mobile {
        position: absolute;
        top: auto;
        left:1.25rem;
        padding-left: 1rem;
        right: 1.25rem;
        background: #FFF;
        padding-top:0.6rem;
        padding-bottom:0.6rem;
        box-shadow:none;
        border-radius: 6px;
        overflow: visible;
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
        border:1px solid var(--light-grey);
    }
    .family-links::before, 
    .family-links::after { 
        margin-right: 2.5rem;
    }
}

@media (max-width:360px) {
    .family-links--mobile {
        left: 1rem;
        right: 1rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .family-links--mobile p a {
        font-size: 13px;
    }
}

.sx-ia-widget {
    margin-bottom: 2rem;
}
.sx-ia-smart-answers {
    margin-bottom: 2rem;
    overflow: hidden;
}
.sx-ia-smart-answers .sx-info * {
    font-size:1rem !important;
}
.results .sx-ia-smart-answers {
    font-family: "SimplonNorm", "Arial", sans-serif !important;
}
h2.sx-kp-heading {
    font-weight: normal;
    margin-bottom:1rem !important;
}
.sx-kp-image-link {
  padding: 12px;
}
.sx-kp-image-link img {
  border-radius: 8px;
}
h3.sx-kp-subheading,
h3.sx-search-sug-subheading {
    font-family: "SimplonNorm", "Arial", sans-serif !important;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
}
.sx-wrap-wide .sx-search-sug-heading {
  font-size: 22px;
}
h3.sx-search-sug-subheading {
    margin: 0;
    line-height: 1.3;
}
.sx-kp p {
    font-size: 14px;
}
.sx-kp h2 {
    font-size: 1.75rem;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sx-tp-main-title h2 {
    font-size: 1.5rem;
}
.sx-kp h3,
.sx-kp-tab,
h3.sx-search-sug-subheading {
    font-size: 14px;
}
[data-sxpr-top-bar] [data-sxpr-shopping-bar] + [data-sxpr-search-suggestions] {
    margin-top: 0px !important;
}

a.sx-kp-image-link img {
    object-fit: initial !important;
    min-height: auto !important;
}




@media (max-width: 1280px) { 
    .sx-kp h2 { 
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
@media (max-width: 1020px) {
    #results {
        display: flex;
        flex-direction: column;
    }
    #results .two-thirds {
        order: 9;
    }
    div[data-sxpr-instant-answers],
    div[data-sxpr-knowledge-panel] {
        margin-top: 0;
        margin-bottom: 10px;
    }
    div[data-sxpr-instant-answers] > section,
    div[data-sxpr-knowledge-panel] > section,
    div[data-sxpr-knowledge-panel] > .sx-tp-container { 
        margin-top:20px;
    }
    
}
@media (max-width: 480px) {
    .container .sx-search-suggestions,
    .sx-media-thumb-bar {
        padding-top: 1rem;
        padding-bottom: 0.25rem;
        margin-left: -1.2rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        width: calc(100% + 2.5rem);
        max-width: calc(100% + 2.5rem);
        margin-bottom: 0;
    }
    .sx-kp, .sx-products-sidebar {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .family-links > div:not(.info){
        white-space: initial;
    }
}

@media (max-width:400px) {
    .sx-kp-thumb-grid-item {
        width:33.33% !important;
    }
}


