@import url('https://fonts.googleapis.com/css?family=Roboto');

.social-media {
    padding:22px 0;
    color:#fff;
    float:right;
}
.gutscheine {
    padding:22px 0;
    color:#fff;
    float:left;
}

.rad-wm {
    padding:18px 0;
    width: 66%;
  color:#fff;
    float:left;
}
.gutscheine p {
    font-size: 20px;
    margin: -2px 10px 0 0;
    float:left;
}
.gutscheine a {
    font-size: 20px;
    margin: -2px 10px 0 0;
  	color: #fff;
    float:left;
}
.social-media p {
    font-size: 20px;
    margin: -2px 10px 0 0;
    float:right;
}
.social-media a.fa-facebook {
    color:#fff;
    font-size: 26px;
    margin:0 0 0 10px;
    float:right;
}
.social-media a.fa-instagram {
    color:#fff;
    font-size: 28px;
    margin:0 0 0 10px;
    float:right;
}
.gutscheine a.fa-gift {
    color:#fff;
    font-size: 28px;
    margin:0 0 0 10px;
    float:left;
}
@media screen and (max-width: 767px) {
    .social-media {
        padding:10px 0;
    }
   .social-media p {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .gutscheine {
        padding:10px 0;
    }
   .gutscheine p {
        display: none;
    }
}


header #navigation > ul > li {
    margin-right: 10px;
}

.f-topbar-fixed .giftcards {
    margin-top:-96.42px;
}
@media only screen and (min-width: 46.3125rem) {
    .f-topbar-fixed .giftcards {
        margin-top:-57.59px;
    }
    .f-topbar-fixed .top.show-for-medium-up{
        display: none;
    }
}

@media only screen and (min-width: 64rem) {
    .f-topbar-fixed .giftcards {
    margin-top:-96.42px;
    }
}


.section-trustyou{
  background-color: #d4d4d4;
    padding: 40px 0;
}
.section-trustyou img{
  width: 180px;
  margin-right: 15px;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.section-trustyou img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin-bottom: 10px;
}
.footer-left-nav li:after {
    padding-left: 7px;
    padding-right: 2px;
}

/**
 * news 2019-04-16
 */

.news .article {
    margin-bottom: 20px;
}

.news .article:last-child {
    margin-bottom: 0;
}

.news iframe {
    border: none;
}

/* news for events list*/
.eventsListContainer {
    position: relative;
    width: 100%;
    z-index: 1;
}

/*@media screen and (min-width: 1515px) {
    .eventsListContainer {
        position: absolute;
    }
}*/

.eventsList {
    margin: 0 15px;
    border-bottom: 4px solid #8C723B;
  background-color: #D4D4D4;
    padding: 13px 20px 6px 12px;
}
@media screen and (max-width: 1024px) {
    .eventsList {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .eventsList {
        padding-bottom: 17px;
    }
}

.eventsList .news-list-view h2 {
  color: #8C723B;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 20px;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .eventsList .news-list-view h2 {
        line-height: 27px;
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .eventsList .news-list-view h2 {
        line-height: 23px;
        font-size: 17px;
        margin-bottom: 4px;
    }
}

.eventsList .news .article {
    margin-top: 4px;
    margin-bottom: 4px;
  border-bottom: 1px solid #979797;
}

@media screen and (max-width: 1024px) {
    .eventsList .news .article  {

    }
}
@media screen and (max-width: 767px) {
    .eventsList .news .article  {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

@media screen and (min-width: 768px) {
    .eventsList {
        margin: 0 22px !important;
        width: auto;
    }

    .eventsList .news .article {
        border-bottom: none;
        width: 33%;
        float: left;
    }
}


/*@media screen and (min-width: 1515px) {
    .eventsList {
        margin-left: 83.33333% !important;

    }

    .eventsList .news .article {
      border-bottom: 1px solid #979797;
        width: 100%;
        float: none;
    }
}*/

.eventsList .news .article .teaser-text {
    padding-left: 5px;
    padding-right: 5px;
}

.eventsList .news .article:last-child {
  border-bottom: none;
}

.eventsList .news-list-view h3 {
  color: #000;
  font-family: Roboto;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 20px;
    font-size: 13px;

}

@media screen and (max-width: 1024px) {
    .eventsList .news-list-view h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .eventsList .news-list-view h3 {
        font-size: 15px;
    }
}


.eventsList .news-list-view p {
  color: #000;
  font-family: Roboto;
    line-height: 10px;
    font-size: 10px;
    margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
    .eventsList .news-list-view p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .eventsList .news-list-view p {
        font-size: 11px;
    }
}

.eventsList .news-list-view p .cal-icon {
    background-image: url(../images/boldern-event-cal.svg);
    height: 11px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}



/* ie fix */
_:-ms-input-placeholder, :root .news {
    padding-top: 40px;
}

.giftcards {
    color: #ffffff;
    background: #FF0000;
  	width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: 98;
    top: 180px;
    right: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    padding: 38px 0 0 0;
    transform: rotate(3deg);
    border: 4px solid #ffffff;
    -webkit-transform: rotate(3deg);
    transition: transform .2s, opacity .2s;
}
.giftcards:hover {
    background-color: #000000;
    opacity: 0.6;
    color: #ffffff;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
}
.voting{
    left: 50px;
    top: 480px;
    background-image: url(https://www.boldern.ch/fileadmin/templates/images/swisstainable.png);
    background-position: center;
    border: 0;
    background-size: contain;
    background-color: transparent;
}
.voting:hover{
    opacity: 0.8;
}
.sla{
    right: 50px;
    top: 180px;
    background-image: url(https://www.boldern.ch/fileadmin/templates/images/Winner-Batch-DE.png);
    background-position: center;
    border: 0;
    background-size: contain;
    background-color: transparent;
}
.sla:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .giftcards {
      top: 50px;
      right: -30px;
      transform: rotate(3deg) scale(.5);
    }
    .voting{
        top: 220px;
        left: -33px;
    }
    .giftcards:hover {
      transform: rotate(8deg) scale(.5);
    }
      .sla{
        top: 50px;
        right: -30px;
    }
}
@media screen and (max-width: 740px) {
  .giftcards {
    top: 15px;
      right: -70px;
    transform: rotate(3deg) scale(0.3);
  }
    .voting{
        top: 135px;
        left: -70px;
    }
  .giftcards:hover {
    transform: rotate(8deg) scale(0.3);
  }
  .sla{
        top: 15px;
        right: -70px;
    }
  
}

.top-lang .active, .top-lang .dot:hover {
    background: none;
}


@media screen and (min-width: 1200px) {
    .eventsList {
        margin: 0!important;
        padding: 16px 20px 10px 12px;
    }

    .eventsList .news-list-view h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .eventsList .news-list-view h3 {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .eventsList .news-list-view p {
        font-size: 14px;
    }
}




.award-logo{
    top: 640px;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.award-logo img{
  margin: auto;
  max-width: 100%;
}


.award-logo-wrapper a {
    display: inline-block;
    margin: auto;
    z-index: 1;
}

.wbeSPIDER{
  	align-items: end;
    padding: 0px 0px 50px 0px; 
}

