@font-face {
  font-family: 'PorscheNextRegular';
  src: url("/_fonts/webfonts/PorscheNextWLa-Regular.eot?") format("eot"), url("/_fonts/webfonts/PorscheNextWLa-Regular.woff") format("woff"), url("/_fonts/webfonts/PorscheNextWLa-Regular.ttf") format("truetype"), url("/_fonts/webfonts/PorscheNextWLa-Regular.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PorscheNextBold';
  src: url("/_fonts/webfonts/PorscheNextWLa-Bold.eot?") format("eot"), url("/_fonts/webfonts/PorscheNextWLa-Bold.woff") format("woff"), url("/_fonts/webfonts/PorscheNextWLa-Bold.ttf") format("truetype"), url("/_fonts/webfonts/PorscheNextWLa-Bold.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pag-iconfont";
  src: url("/_fonts/webfonts/pag-iconfont.eot?1530687431");
  src: url("/_fonts/webfonts/pag-iconfont.eot?&1530687431#iefix") format("embedded-opentype"), url("/_fonts/webfonts/pag-iconfont.woff?1530687431") format("woff"), url("/_fonts/webfonts/pag-iconfont.ttf?1530687431") format("truetype"), url("/_fonts/webfonts/pag-iconfont.svg?1530687431") format("svg");
}

body {
  font-family: "PorscheNextRegular", Arial, sans-serif;
  margin: 0;
}

h2 {
  font-family: "PorscheNextBold", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  position: relative;
}

h2:before {
  content: "\e024";
  font-family: pag-iconfont;
  color: #cc0000;
  position: absolute;
  left: -1.4em;
}

p {
  margin: 0 0 0.5em;
}

a {
  color: black;
  text-decoration: none;
}

a:hover, a:focus {
  color: #cc0000;
}

#content .logo {
  text-align: center;
  max-width: 1280px;
  margin: 40px auto 20px;
  position: relative;
}

#content .logo svg {
  width: 170px;
  padding: 0 10px;
  background: white;
}

#content .cols-wrapper {
  position: relative;
}

#content .cols-wrapper .background-sizer {
  position: absolute;
  z-index: -1;
}

#content .cols-wrapper .background-sizer img {
  width: 100%;
}

#content .cols-wrapper .cols {
  width: 100%;
  /*
			position: absolute;
			top: 0;
			left: 50%;
			transform: translate(-50%,0);
			*/
}

#content .pc {
  background: white;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

#content .pc .image {
  line-height: 0;
  overflow: hidden;
  padding-bottom: 66.7%;
  height: 0;
  position: relative;
}

#content .pc .image img {
  width: 100%;
  height: auto;
  position: absolute;
}

#content .pc .image:hover img {
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}

#content .pc .text {
  border: 1px solid #ccc;
  padding: 1em;
}

#content .pc .text > * {
  margin-left: 40px;
}

#content .pc .text :first-child {
  margin-top: 0;
}

#content .pc .text :last-child {
  margin-bottom: 0;
}

@media (min-width: 376px) {
  #content .cols {
    margin: 0 auto;
    max-width: 1280px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  #content .pc {
    width: 100%;
    margin: 0 1em 1em 1em;
  }
  #content .pc .text {
    height: 100%;
  }
}

@media (min-width: 769px) {
  #content .pc {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  #content.nb-3 .pc {
    width: 30%;
  }
}

footer {
  background: #1b1d1f;
  color: #fff;
  padding: 1rem;
}

footer > * {
  max-width: 1280px;
  margin: 0 auto 1rem;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

