@charset "UTF-8";
.header {
  animation-name: nav_in;
  animation-duration: 0.5s; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  color: #000000;
  background-color: #000000; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #000000 !important; }

.navbar-default .navbar-nav > li.navspacer > a:focus, .navbar-default .navbar-nav > li.navspacer > a:hover {
  color: #f7d900 !important; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  height: 1000px;
  max-height: none; }

.navbar-default .navbar-nav > li.navspacer > a:focus, .navbar-default .navbar-nav > li.navspacer > a {
  color: #f7d900 !important; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
  color: #000000 !important; }

.nav > li > a.sm {
  margin-right: 5px; }

.mainnav.xs {
  padding-top: 25px;
  clear: both; }

.languageselector {
  margin-right: 20px; }
  .languageselector.xs {
    position: relative;
    z-index: 9999;
    right: 0px; }
  .languageselector.navbar-nav > .open > a, .languageselector.navbar-nav > .open > a:focus, .languageselector.navbar-nav > .open > a:hover .languageselector.open li {
    background-color: transparent !important; }
  .languageselector .dropdown-toggle:hover span {
    border-bottom: none !important; }
  .languageselector .dropdown-menu {
    min-width: 30px; }
    .languageselector .dropdown-menu > li > a {
      padding: 3px 15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 45px; }
    .container-fluid > .navbar-collapse.sm, .container-fluid > .navbar-header.sm, .container > .navbar-collapse.sm, .container > .navbar-header.sm {
      margin-left: 0px; } }
.nav-up {
  top: -200px;
  animation-name: nav_out;
  animation-duration: 0.5s; }

.navbar-default {
  border-bottom: none !important; }

@keyframes nav_in {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }
@keyframes nav_out {
  0% {
    top: 0px; }
  100% {
    top: -200px; } }
.navspacer {
  padding: 0px 10px 0px 10px;
  -moz-transform: skew(-15deg, 0deg);
  -o-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  color: #f7d900; }
  .navspacer.sm {
    padding: 0px 0px 0px 0px; }
  .navspacer a {
    color: #f7d900 !important; }

/*

@media (max-width: 950px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
	}
	.navbar-fixed-top {
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
	}
	.collapse.in{
		display:block !important;
	}
}
*/
/************************* MODAL ***********************************/
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff; }

.modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right; }

.modal-body {
  position: relative;
  padding: 0px;
  margin-top: 0px;
  padding: 0px;
  margin: 0px;
  max-width: 95%;
  margin: auto; }
  .modal-body .icon-close:before {
    cursor: pointer; }

/************************* INTRO ***********************************/
#intro .xs .swiper-button-prev, #intro .xs .swiper-button-next {
  display: none; }
#intro video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden; }
#intro #intro_slider .first .play:before {
  background-position: 50% 66%; }
#intro #intro_slider .play.xs:before {
  background-size: 65px 65px; }
#intro #intro_slider .swiper-slide div {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: calc(0px + (100vh - 275px));
  height: 750px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 767px) and (max-width: 1280px) {
    #intro #intro_slider .swiper-slide div {
      height: calc(100vw * 0.586); } }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    #intro #intro_slider .swiper-slide div {
      height: calc(100vw * 0.52); } }
  #intro #intro_slider .swiper-slide div.xs {
    height: calc(100vw * 0.85); }
#intro #intro_slider_thumbs {
  position: relative;
  margin-top: -30px;
  height: calc(300px);
  z-index: 100; }
  @media screen and (min-width: 767px) and (max-width: 1440px) {
    #intro #intro_slider_thumbs {
      height: calc(100vw * 0.21); } }
  @media screen and (max-width: 767px) {
    #intro #intro_slider_thumbs {
      height: calc(100vw * 0.4); } }
  #intro #intro_slider_thumbs .play:before {
    background-position: 50% 50%;
    background-size: 60px 60px; }
  #intro #intro_slider_thumbs .play.xs:before, #intro #intro_slider_thumbs .play.sm:before {
    background-size: 36px 36px; }
  #intro #intro_slider_thumbs.sm .share {
    text-align: center; }
  #intro #intro_slider_thumbs.xs .share {
    width: 100%;
    text-align: center;
    margin-right: 5px !important; }
  #intro #intro_slider_thumbs .swiper-slide .img {
    cursor: pointer;
    margin: 10px 10px 10px 10px;
    animation-name: zoomthumbs_out;
    animation-duration: 0.5s;
    position: relative; }
    #intro #intro_slider_thumbs .swiper-slide .img img {
      box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2); }
  #intro #intro_slider_thumbs .swiper-slide .title {
    padding-left: 3%;
    color: #666666;
    width: 94%; }
    #intro #intro_slider_thumbs .swiper-slide .title .share {
      display: none; }
  #intro #intro_slider_thumbs .swiper-slide-activethumb .img, #intro #intro_slider_thumbs .swiper-slide:hover .img {
    margin: 0px 0px 0px 0px;
    animation-name: zoomthumbs_in;
    animation-duration: 0.5s; }
    #intro #intro_slider_thumbs .swiper-slide-activethumb .img img, #intro #intro_slider_thumbs .swiper-slide:hover .img img {
      border-bottom: 2px solid #f7d900; }
  #intro #intro_slider_thumbs .swiper-slide-activethumb .title, #intro #intro_slider_thumbs .swiper-slide:hover .title {
    color: #000000;
    font-family: OpelSansBold; }
  #intro #intro_slider_thumbs .swiper-slide-activethumb .title {
    padding-left: 0;
    width: 100%; }
    #intro #intro_slider_thumbs .swiper-slide-activethumb .title .share {
      display: block;
      margin-right: 15px;
      margin-top: 10px; }
  #intro #intro_slider_thumbs .swiper-slide img {
    width: 100%;
    max-width: 100%; }
  #intro #intro_slider_thumbs .swiper-button-prev, #intro #intro_slider_thumbs .swiper-button-next {
    top: 38%; }
  #intro #intro_slider_thumbs .swiper-button-next.swiper-button-disabled, #intro #intro_slider_thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    display: none; }
#intro .claim:before {
  position: absolute;
  content: 'DIE ZUKUNFT GEHÍRT ALLEN';
  text-align: center;
  bottom: 51%;
  width: 80%;
  margin-left: 10%;
  z-index: 2;
  font-family: 'OpelSans';
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0.09em; }
#intro .claim.xs:before {
  font-size: 30px;
  width: 70%;
  margin-left: 15%; }
#intro .hash:before {
  position: absolute;
  content: '#DieZukunftGeh÷rtAllen';
  text-align: center;
  bottom: 10%;
  width: 100%;
  z-index: 2;
  font-family: 'OpelSans';
  font-size: 32px; }
#intro .hash.xs:before {
  font-size: 22px; }

@keyframes zoomthumbs_in {
  0% {
    margin: 10px 10px 10px 10px; }
  100% {
    margin: 0px 0px 0px 0px; } }
@keyframes zoomthumbs_out {
  0% {
    margin: 0px 0px 0px 0px; }
  100% {
    margin: 10px 10px 10px 10px; } }
#future {
  padding-top: 25px;
  padding-bottom: 50px;
  max-width: 750px; }
  #future p {
    padding: 0 10px 10px 10px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.09em; }
    #future p.xs {
      padding: 0 35px 0 35px;
      letter-spacing: 0.01em;
      line-height: 20px; }
  #future h2 {
    margin: 0px;
    color: #000000;
    font-family: OpelSans;
    font-size: 40px;
    padding: 0 40px 35px 40px; }
    #future h2.xs {
      font-size: 30px;
      padding: 20px 60px 20px 60px; }
  #future .more {
    padding: 0px;
    cursor: pointer;
    color: #f7d900;
    font-family: OpelSansBold; }
    #future .more img {
      width: 13px;
      margin-top: -4px;
      margin-left: 5px; }
    #future .more .collapsed {
      display: block; }
    #future .more .not-collapsed {
      display: none; }
    #future .more.collapsed .collapsed {
      display: none; }
    #future .more.collapsed .not-collapsed {
      display: block; }

/************************* product ***********************************/
#product {
  padding-bottom: 50px; }
  #product .play:before {
    background-position: 25% 50%; }
  #product .play.xs:before {
    background-position: center center; }
  #product .swiper-container-horizontal > .swiper-pagination-bullets, #product .swiper-pagination-custom, #product .swiper-pagination-fraction {
    bottom: 50px; }
  #product .swiper-container-horizontal > .swiper-pagination-bullets.xs, #product .swiper-pagination-custom.xs, #product .swiper-pagination-fraction.xs {
    bottom: 25px;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%; }
    #product .swiper-container-horizontal > .swiper-pagination-bullets.xs.xs, #product .swiper-pagination-custom.xs.xs, #product .swiper-pagination-fraction.xs.xs {
      bottom: 65px; }
  #product .xs .swiper-button-prev, #product .xs .swiper-button-next {
    top: 43%; }
  #product .xs .swiper-button-next {
    background-image: url(../images/arrow_right_black.svg); }
  #product .swiper-button-prev {
    background-image: url(../images/arrow_left_black.svg); }
  #product .swiper-button-prev i {
    color: #000000; }
  #product .share {
    position: relative;
    margin-top: 10px;
    margin-right: 20px; }
    #product .share.xs {
      margin-bottom: auto; }
      #product .share.xs div {
        position: absolute;
        margin-top: -75px;
        z-index: 9;
        right: 10px; }
  #product .pic {
    height: 590px; }
  @media screen and (max-width: 1280px) {
    #product .pic {
      height: calc(320px + (580 - 320) * (100vw - 768px) / (1280 - 768)); } }
  @media screen and (max-width: 767px) {
    #product .text {
      height: calc(240px - ((100vw) * 0.1)); }
    #product .pic {
      height: calc(100vw * 0.75); } }
  #product .background {
    background-size: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #f7d900; }
    #product .background.xs {
      background-size: 190%;
      background-position: right 115%;
      margin-bottom: 50px; }
    #product .background .headline {
      width: 100%;
      height: 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top left; }
      #product .background .headline.xs {
        background-size: 185%; }
    #product .background .text .story {
      text-align: center;
      margin: 42% 35% 0% 12%;
      line-height: 1.4;
      color: rgba(0, 0, 0, 0.6); }
      #product .background .text .story.md {
        margin: 39% 30% 0% 7%; }
      #product .background .text .story.sm {
        margin: 39% 30% 0% 7%;
        line-height: 1.1;
        font-size: 16px; }
      #product .background .text .story.xs {
        margin: 43% 0% 0% 0%; }
      #product .background .text .story a {
        font-family: OpelSansBold;
        color: #000000;
        cursor: pointer; }
        #product .background .text .story a img {
          position: relative;
          top: -2px; }
    #product .background .pic {
      width: 100%; }

#statements {
  margin-top: 20px; }
  #statements .play:before {
    background-size: 64px 64px; }
  #statements .share {
    position: absolute;
    right: 15px;
    margin-top: 10px; }
  #statements .share.xs {
    position: absolute;
    right: 15px;
    margin-top: -16px; }
    #statements .share.xs span {
      position: relative;
      z-index: 3; }
  #statements .pic {
    position: absolute;
    width: 100%; }
    #statements .pic img {
      width: 100%;
      position: relative;
      box-shadow: 10px 10px 58px 0px rgba(0, 0, 0, 0.2); }
  #statements .text {
    margin-top: 75px;
    text-align: center;
    color: rgba(0, 0, 0, 0.45); }
    #statements .text h3 {
      padding: 0px;
      font-size: 34px;
      line-height: 42px;
      font-family: OpelSans;
      color: #000000;
      margin: 0px 0px 12px 0px;
      letter-spacing: 0.03em; }
      #statements .text h3.xs, #statements .text h3.sm, #statements .text h3.md {
        margin: 0px 10px 5px 10px; }
    #statements .text p {
      padding: 0px 0px 60px 0px;
      margin: auto;
      line-height: 26px;
      letter-spacing: 0.03em; }
      #statements .text p span {
        white-space: nowrap; }
      #statements .text p:before {
        background-color: #f7d900;
        content: '.';
        width: 25%;
        margin: auto;
        margin-bottom: 20px;
        height: 2px;
        overflow: hidden;
        display: block; }
  #statements .left .statement {
    background-color: #f7d900;
    border-right: 30px solid #ffffff;
    min-height: 30%;
    margin-top: 50px;
    padding-bottom: 35%;
    margin-bottom: 20%; }
    #statements .left .statement .text p:before {
      background-color: rgba(0, 0, 0, 0.45); }
    #statements .left .statement.xs {
      margin-top: 0px;
      padding-bottom: 40%;
      margin-bottom: 25%; }
  #statements .right .statement {
    background-color: #eeeeee;
    border-left: 30px solid #ffffff;
    min-height: 30%;
    padding-bottom: 35%;
    margin-bottom: 20%; }
    #statements .right .statement.xs {
      padding-bottom: 40%;
      margin-bottom: 20%; }
  #statements .full {
    background-color: #eeeeee; }
    #statements .full .statement {
      margin-bottom: 10%;
      padding-bottom: 0px; }
      #statements .full .statement p {
        padding: 0px 0px 130px 0px; }
        #statements .full .statement p.md {
          padding: 0px 0px 60px 0px; }
        #statements .full .statement p.sm {
          padding: 0px 0px 40px 0px; }
      #statements .full .statement.xs {
        height: 250px; }
      #statements .full .statement:after {
        clear: both;
        margin-bottom: 150px; }
      #statements .full .statement .spacer {
        position: relative;
        margin: 0 5% 0 5%; }
      #statements .full .statement .text {
        margin: 75px 5% 0 5%; }
      #statements .full .statement .pic {
        margin-top: 75px; }
      #statements .full .statement.xs {
        padding-bottom: 40%;
        margin-bottom: 50%; }
        #statements .full .statement.xs .pic {
          margin-top: 0px; }
  #statements .full-pic-right .statement {
    background-color: #eeeeee;
    width: 90%;
    margin-bottom: 120px; }
    #statements .full-pic-right .statement.sm {
      width: 100%; }
    #statements .full-pic-right .statement.xs {
      width: 100%;
      margin-bottom: calc(100vw * 0.25); }
    #statements .full-pic-right .statement .text {
      margin-left: 5%;
      width: 40%;
      float: left;
      margin-right: 0%;
      min-height: 250px; }
      #statements .full-pic-right .statement .text.sm {
        margin-left: 5%;
        width: 40%; }
      #statements .full-pic-right .statement .text.xs {
        min-height: 0px;
        margin-left: 5%;
        width: 90%; }
      #statements .full-pic-right .statement .text p {
        padding-bottom: 30px; }
    #statements .full-pic-right .statement .right {
      margin-top: 75px;
      position: relative;
      margin-left: 10%;
      width: 40%;
      float: left;
      margin-right: 5%; }
      #statements .full-pic-right .statement .right.sm {
        margin-left: 5%;
        width: 45%; }
      #statements .full-pic-right .statement .right.xs {
        margin-top: 25px;
        margin-left: 5%;
        width: 90%;
        display: block;
        height: calc(100vw * 0.45); }

#strategy {
  margin-top: 20px;
  margin-bottom: 50px; }
  #strategy.xs {
    padding-top: 50px; }
  #strategy .swiper-button-next {
    background-image: url(../images/arrow_right_black.svg); }
  #strategy .swiper-button-prev {
    background-image: url(../images/arrow_left_black.svg); }
  #strategy #strategy_slider .swiper-slide {
    border: 2px solid #eeeeee;
    border-bottom: 2px solid #f7d900; }
    #strategy #strategy_slider .swiper-slide .text {
      position: absolute;
      background-color: white; }
      #strategy #strategy_slider .swiper-slide .text.right_text {
        left: 55%;
        width: 37%;
        height: 98%;
        top: 1%;
        text-align: center; }
        #strategy #strategy_slider .swiper-slide .text.right_text.xs {
          left: 1%;
          width: 98%;
          height: 55%; }
        #strategy #strategy_slider .swiper-slide .text.right_text table, #strategy #strategy_slider .swiper-slide .text.right_text tr, #strategy #strategy_slider .swiper-slide .text.right_text td {
          height: 100%; }
        #strategy #strategy_slider .swiper-slide .text.right_text td {
          vertical-align: center; }
        #strategy #strategy_slider .swiper-slide .text.right_text h2 {
          font-size: 38px;
          font-family: OpelSans;
          margin: 0 0 20px 0; }
          #strategy #strategy_slider .swiper-slide .text.right_text h2.sm {
            font-size: 26px; }
          #strategy #strategy_slider .swiper-slide .text.right_text h2.xs {
            font-size: 30px;
            padding: 0 20px 0 20px; }
        #strategy #strategy_slider .swiper-slide .text.right_text p {
          line-height: 1.4;
          padding: 0px 40px 20px 40px;
          font-size: 20px;
          letter-spacing: 0.02em;
          color: rgba(0, 0, 0, 0.6); }
          #strategy #strategy_slider .swiper-slide .text.right_text p.md {
            padding: 0px 10px 0px 10px; }
          #strategy #strategy_slider .swiper-slide .text.right_text p.sm {
            line-height: 1.2;
            padding: 0px 10px 0px 10px;
            font-size: 16px;
            letter-spacing: 0.02em; }
          #strategy #strategy_slider .swiper-slide .text.right_text p.xs {
            padding: 0px 20px 0px 20px;
            font-size: 18px;
            line-height: 1.3; }
      #strategy #strategy_slider .swiper-slide .text.full_text {
        left: 1%;
        width: 98%;
        height: 98%;
        top: 1%;
        text-align: center; }
        #strategy #strategy_slider .swiper-slide .text.full_text table, #strategy #strategy_slider .swiper-slide .text.full_text tr, #strategy #strategy_slider .swiper-slide .text.full_text td {
          height: 100%; }
        #strategy #strategy_slider .swiper-slide .text.full_text td {
          vertical-align: center; }
        #strategy #strategy_slider .swiper-slide .text.full_text h2 {
          font-size: 26px;
          font-family: OpelSans;
          margin: 0 0 20px 0;
          color: rgba(0, 0, 0, 0.4); }
          #strategy #strategy_slider .swiper-slide .text.full_text h2.xs {
            font-size: 20px;
            padding: 0 10px 0 10px; }
        #strategy #strategy_slider .swiper-slide .text.full_text p {
          line-height: 1.5;
          padding: 0 13% 20px 13%;
          font-size: 32px;
          letter-spacing: 0.01em; }
          #strategy #strategy_slider .swiper-slide .text.full_text p.md {
            font-size: 26px;
            line-height: 1.4;
            padding: 0 8% 0px 8%; }
          #strategy #strategy_slider .swiper-slide .text.full_text p.sm {
            font-size: 20px;
            line-height: 1.4;
            padding: 0 6% 0px 6%; }
          #strategy #strategy_slider .swiper-slide .text.full_text p.xs {
            font-size: 20px;
            line-height: 1.4;
            padding: 0 12% 0px 12%; }
          #strategy #strategy_slider .swiper-slide .text.full_text p:before {
            background-color: #f7d900;
            content: '.';
            width: 12%;
            margin: auto;
            margin-bottom: 20px;
            height: 2px;
            overflow: hidden;
            display: block; }
          #strategy #strategy_slider .swiper-slide .text.full_text p.xs:before {
            margin-bottom: 30px; }
          #strategy #strategy_slider .swiper-slide .text.full_text p span {
            color: #f7d900; }
    #strategy #strategy_slider .swiper-slide img {
      width: 100%; }
  #strategy #strategy_slider .swiper-slide .row {
    height: calc(100vw * 0.40) !important;
    background-size: cover;
    border: 1px solid #999999;
    border-bottom: 2px solid #f7d900;
    margin-bottom: 40px; }
    #strategy #strategy_slider .swiper-slide .row h2 {
      text-align: center;
      margin-left: 50%;
      margin-right: 5%;
      margin-top: 10%; }
    #strategy #strategy_slider .swiper-slide .row p {
      text-align: center;
      margin-left: 50%;
      margin-right: 5%;
      margin-top: 15px; }
  #strategy #strategy_slider .swiper-slide-next {
    transform: scale(0.92, 0.92);
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 40px; }

#social {
  margin-top: 75px; }
  #social h1 {
    width: 100%;
    text-align: center; }
    #social h1.xs {
      font-size: 30px; }

footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0px; }
  footer a, footer a:hover {
    text-decoration: none; }
    footer a span, footer a:hover span {
      color: #ffffff; }
  footer ul {
    margin: 12px 50px 12px 50px; }
    footer ul.xs {
      margin: 12px 20px 12px 20px; }
  footer .footericons {
    padding: 0px;
    padding-top: 22px;
    list-style-type: none; }
    footer .footericons li {
      width: 20%;
      float: left; }
      footer .footericons li.md, footer .footericons li.sm {
        text-align: center; }
        footer .footericons li.md .footericon span, footer .footericons li.sm .footericon span {
          display: block;
          position: static;
          margin: 5px 0px 10px 0px; }
      footer .footericons li.sm {
        width: 25%; }
      footer .footericons li.xs {
        width: 50%;
        text-align: center; }
        footer .footericons li.xs .footericon span {
          display: block;
          position: static;
          margin: 5px 0px 10px 0px; }
      footer .footericons li .footericon i.icon {
        color: #ffffff;
        font-size: 28px !important;
        line-height: 28px;
        display: inline-block;
        margin-right: 5px; }
      footer .footericons li .footericon span {
        font-family: OpelSansBold;
        display: inline-block;
        padding-bottom: 5px;
        position: relative;
        top: -8px; }
  footer .footertools {
    list-style: none;
    padding: 0px; }
    footer .footertools li {
      width: auto;
      float: left;
      line-height: 1.3; }
      footer .footertools li a span {
        color: #ffffff; }
      footer .footertools li span {
        color: #f7d900;
        display: inline-block;
        margin-left: 5px;
        margin-right: 10px; }
      footer .footertools li.xs.claim {
        display: block;
        padding-bottom: 0px;
        width: 100%; }
  footer .border {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: 10px;
    margin-bottom: 10px; }
  footer .footersocial {
    padding: 0px;
    list-style-type: none; }
    footer .footersocial li.social {
      text-align: right;
      width: 50%;
      float: right;
      font-size: 21px;
      font-family: OpelSansBold; }
      footer .footersocial li.social .icon {
        font-size: 24px;
        line-height: 24px;
        color: #ffffff;
        margin-left: 5px; }
    footer .footersocial li.md, footer .footersocial li.sm {
      text-align: center; }
      footer .footersocial li.md.social, footer .footersocial li.sm.social {
        text-align: right; }
    footer .footersocial li.sm {
      width: 50%; }
      footer .footersocial li.sm.social {
        text-align: right;
        clear: both; }
    footer .footersocial li.xs {
      width: 50%;
      text-align: center; }
      footer .footersocial li.xs.social {
        width: 100%;
        text-align: left;
        clear: both;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 10px; }
    footer .footersocial li .icon-social-media-instagram-new {
      background-color: #ffffff;
      width: 21px;
      height: 21px;
      display: inline-block;
      background-image: url(../images/instagram.png); }

body {
  background-color: #ffffff; }

.container {
  width: 100%;
  max-width: 1280px; }

.row.row-no-padding {
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .row.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.swiper-pagination-bullet {
  background: #ebebeb;
  opacity: 1;
  width: 6px;
  height: 6px; }

.swiper-pagination-bullet-active {
  background-color: #f7d900;
  opacity: 1; }

.swiper-button-prev {
  background-image: url(../images/arrow_left.svg);
  background-size: 66px 36px;
  left: 25px; }
  .swiper-button-prev.xs {
    left: 10px; }

.swiper-button-next {
  background-image: url(../images/arrow_right.svg);
  background-size: 66px 36px;
  right: 25px; }
  .swiper-button-next.xs {
    right: 10px; }

.play {
  font-family: 'icons-opel';
  color: #ffffff;
  cursor: pointer;
  cursor: pointer; }

.play:before {
  position: absolute;
  background-image: url(../images/icon-play.svg);
  background-size: 85px 85px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: " ";
  font-family: 'icons-opel'; }

.play.xs:before {
  background-size: 38px 38px; }

.share {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  float: right;
  text-align: right;
  /*
  &.xs, &.sm {
  	width:100%;
  	margin-top:30px;
  	margin-bottom:-60px;
  }
  */ }
  .share a:hover {
    text-decoration: none;
    color: #000000; }
  .share a, .share span {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer; }
    .share a.xs, .share span.xs {
      width: 34px;
      height: 34px; }
  .share .twitter {
    background-image: url(../images/icon-twitter.svg); }
  .share .facebook {
    background-image: url(../images/icon-facebook.svg); }
  .share .download {
    background-image: url(../images/icon-download.svg); }

/*# sourceMappingURL=campaign.css.map */
