@import url("https://use.typekit.net/gqh2lua.css");
body {
  /* Font */
  /* Text color */
  /* Remove the background color to make it transparent */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.cke_editable {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cke_editable {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cke_editable {
    width: 970px;
  }
}
@media (min-width: 1480px) {
  .cke_editable {
    width: 1450px;
  }
}
blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}
.cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}
a {
  color: #0782C1;
}
a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  /*outline: 1px solid #0782C1;*/
}
ol,
ul,
dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding: 0 40px;
}
hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}
.marker {
  background-color: yellow;
}
span[lang] {
  font-style: italic;
}
figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}
figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}
/* Widget Styles */
.code-featured {
  border: 5px solid red;
}
.math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}
.image-clean {
  border: 0;
  background: none;
  padding: 0;
}
.image-clean > figcaption {
  font-size: .9em;
  text-align: right;
}
.image-grayscale {
  background-color: white;
  color: #666;
}
.image-grayscale img,
img.image-grayscale {
  filter: grayscale(100%);
}
.embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
.embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
.embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
.embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
.embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}
.no-margin {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.no-padding {
  padding: 0;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.ux-text-khand-bold {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ux-text-khand-light {
  font-family: 'din-2014', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ux-text-khand-medium {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ux-text-khand-regular {
  font-family: 'din-2014', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ux-text-khand-semibold {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ux-text-din2014-light {
  font-family: 'din-2014', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ux-text-din2014-regular {
  font-family: 'din-2014', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ux-text-din2014-demi {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ux-text-din2014-bold {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ux-text-din2014-narrow-light {
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ux-text-din2014-narrow-regular {
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ux-text-din2014-narrow-demi {
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ux-text-din2014-narrow-bold {
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ux-bg-white {
  background-color: #FFF;
}
.ux-bg-black {
  background-color: #000;
}
.ux-bg-grey {
  background-color: #EFF0F2;
}
.ux-bg-light-grey {
  background-color: #EBEBEB;
}
.ux-bg-dark-grey {
  background-color: #ECF0F3;
}
.ux-bg-light-blue {
  background-color: #00A8EC;
}
.ux-bg-dark-blue {
  background-color: #4E66AD;
}
.ux-bg-violett {
  background-color: #362B85;
}
.ux-bg-light-green {
  background-color: #99CF18;
}
.ux-bg-dark-green {
  background-color: #009295;
}
.ux-bg-red {
  background-color: #C0000C;
}
.ux-bg-dark-red {
  background-color: #A30015;
}
.ux-bg-yellow {
  background-color: #E0E33A;
}
.ux-bg-yellow-green {
  background-color: #EEF600;
}
.ux-bg-dark-brown {
  background-color: #1f2227;
}
.ux-bg-antrazit {
  background-color: #33383F;
}
.ux-text-white {
  color: #FFF !important;
}
.ux-text-black {
  color: #000 !important;
}
.ux-text-grey {
  color: #EFF0F2 !important;
}
.ux-text-light-grey {
  color: #EBEBEB !important;
}
.ux-text-dark-grey {
  color: #ECF0F3 !important;
}
.ux-text-light-blue {
  color: #00A8EC !important;
}
.ux-text-dark-blue {
  color: #4E66AD !important;
}
.ux-text-violett {
  color: #362B85 !important;
}
.ux-text-light-green {
  color: #99CF18 !important;
}
.ux-text-dark-green {
  color: #009295 !important;
}
.ux-text-red {
  color: #C0000C !important;
}
.ux-text-dark-red {
  color: #A30015 !important;
}
.ux-text-yellow {
  color: #E0E33A !important;
}
.ux-text-yellow-green {
  color: #EEF600 !important;
}
.ux-text-dark-brown {
  color: #1f2227 !important;
}
.ux-text-antrazit {
  color: #33383F;
}
.ux-text-underline {
  text-decoration: underline;
}
.ux-text-line-through {
  text-decoration: line-through;
}
.ux-text-bold {
  font-weight: 600;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn :active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn .active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-appearance: none;
}
.btn .disabled,
.btn .btn[disabled],
.btn .ux-link-btn {
  border-top-right-radius: 1.5em;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  line-height: 3em;
}
.pw-local-stores-container,
.pw-expansion-container,
.pw-grinding-container {
  padding: 3em;
  color: #FFF;
}
.pw-local-stores-container h2,
.pw-expansion-container h2,
.pw-grinding-container h2 {
  text-transform: uppercase;
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pw-local-stores-container form .input-group-btn > button,
.pw-expansion-container form .input-group-btn > button,
.pw-grinding-container form .input-group-btn > button {
  height: 43px;
}
.pw-local-stores-container > p a,
.pw-expansion-container > p a,
.pw-grinding-container > p a {
  color: #FFF;
}
.pw-local-stores-container > p a:hover,
.pw-expansion-container > p a:hover,
.pw-grinding-container > p a:hover {
  text-decoration: none;
  color: #FFF;
}
.pw-local-stores-container .ap-dataset-places,
.pw-expansion-container .ap-dataset-places,
.pw-grinding-container .ap-dataset-places {
  color: #000;
}
.pw-local-grinding-container {
  background-image: url("images/schleiferei.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pw-local-grinding-container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.pw-local-grinding-container h2,
.pw-local-grinding-container h4,
.pw-local-grinding-container p {
  position: relative;
}
.pw-tile-wrapper {
  margin-left: -40px;
  margin-right: -21px;
}
.pw-tile-wrapper > div {
  padding-left: 10px;
  padding-right: 5px;
}
.pw-tile-wrapper > div:first-child > div {
  position: relative;
}
.pw-tile-wrapper > div:first-child > div > img {
  max-width: 100%;
  max-height: 100%;
  float: right;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper {
  padding: 2em;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h3,
.pw-tile-wrapper > div:first-child > div > .text-wrapper h4,
.pw-tile-wrapper > div:first-child > div > .text-wrapper h5,
.pw-tile-wrapper > div:first-child > div > .text-wrapper h2 {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h3 {
  font-size: 3.333em;
  text-transform: uppercase;
  margin-bottom: .4em;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h4 {
  font-size: 2.333em;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h5 {
  font-size: 1.667em;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h2 {
  font-size: 4em;
  margin-bottom: .2em;
  margin-top: .4em;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper h2 > span {
  font-size: 40%;
  display: inline-block;
  margin-left: .4em;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper > ul {
  margin-top: 10em;
  margin-bottom: 0.5em;
  width: 100%;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper > ul > li {
  width: 49%;
}
.pw-tile-wrapper > div:first-child > div > .text-wrapper > ul > li > h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.pw-tile-wrapper > div:first-child > div > span {
  font-size: 4em;
  line-height: 1;
  display: block;
  margin-bottom: 3.39em;
  z-index: 10;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pw-tile-wrapper > div:first-child > div > strong {
  font-size: 5em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: .2em;
  z-index: 30;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pw-tile-wrapper > div:first-child > div > strong > sup {
  font-size: 30%;
  top: -1.4em;
  left: 0.3em;
}
.pw-tile-wrapper > div:first-child > div > strong > small {
  font-size: .3em;
  color: #000;
  display: inline-block;
  text-decoration: line-through;
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pw-tile-wrapper > div:last-child > div > div {
  padding-left: 10px;
  padding-right: 0;
}
.pw-tile-wrapper > div:last-child > div > div > a {
  display: block;
  position: relative;
}
.pw-tile-wrapper > div:last-child > div > div > a:first-child {
  margin-bottom: 10px;
}
.pw-tile-wrapper > div:last-child > div > div > a > img {
  width: 100%;
}
.pw-tile-wrapper > div:last-child > div > div > a > span {
  position: absolute;
  padding: .5em 1em;
  line-height: 1em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.pw-tile-wrapper > div:last-child > div > div > a > span.top-left {
  top: 15px;
  left: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > span.top-right {
  top: 15px;
  right: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > span.bottom-left {
  bottom: 15px;
  left: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > span.bottom-right {
  bottom: 15px;
  right: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > i {
  position: absolute;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  font-size: 2em;
  font-style: italic;
}
.pw-tile-wrapper > div:last-child > div > div > a > i.top-left {
  top: 15px;
  left: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > i.top-right {
  top: 15px;
  right: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > i.bottom-left {
  bottom: 15px;
  left: 15px;
}
.pw-tile-wrapper > div:last-child > div > div > a > i.bottom-right {
  bottom: 15px;
  right: 15px;
}
.pw-tile-wrapper > div:last-child > div > div .pw-store {
  background-image: url("images/pw-store-filiale.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
}
.pw-tile-wrapper > div:last-child > div > div .pw-store > img {
  width: 100%;
}
.pw-tile-wrapper > div:last-child > div > div .pw-store > p {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.17;
  margin: 1.5em auto;
}
.pw-tile-wrapper > div:last-child > div > div .stores {
  position: relative;
  margin-right: 10px;
  padding: 4px 0;
}
.pw-tile-wrapper > div:last-child > div > div .stores::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  height: 100%;
}
.pw-tile-wrapper > div:last-child > div > div .stores > h4 {
  position: absolute;
  top: 0.5em;
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pw-tile-wrapper > div:last-child > div > div .stores > a {
  position: absolute;
  bottom: 1em;
  right: 1em;
  padding: .5em 1em;
  line-height: 1em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  white-space: nowrap;
}
.pw-tile-wrapper > div:last-child > div > div .stores > a:hover {
  text-decoration: none;
}
.pw-tile-wrapper > div:last-child > div > div .instagram {
  background-image: url("images/instagram_bg.jpg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 382px;
  border: 1px solid #d1cfd0;
  border-right: none;
}
.pw-tile-wrapper > div:last-child > div > div .instagram > img {
  position: absolute;
  width: 100%;
  left: 0;
}
.pw-tile-wrapper > div:last-child > div > div .instagram > img.top {
  top: 0;
}
.pw-tile-wrapper > div:last-child > div > div .instagram > img.bottom {
  bottom: 0;
}
.pw-tile-wrapper > div:last-child > div > div .instagram .text-container {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.pw-tile-wrapper > div:last-child > div > div .instagram .text-container > a {
  margin-top: 2em;
  display: inline-block;
  padding: .5em 1em;
  line-height: 1em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.pw-tile-wrapper > div > a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.pw-tile-wrapper > div > a > span {
  margin-bottom: 2.39em;
}
.pw-h1 {
  text-transform: uppercase;
  margin: 1em 15px 0.5em;
  color: #000;
  font-size: 2.5em;
}
.pw-headline-center {
  text-align: center;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.pw-headline-center > span {
  position: relative;
  display: inline-block;
  width: 3em;
  margin: auto .5em;
}
.pw-headline-center > span::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #000;
}
.newsletter-wrapper {
  background-color: #f4f5f6;
  border: 1px solid #C9CACD;
  padding: 2em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}
.newsletter-wrapper::before {
  content: '';
  width: 30%;
  background-color: #C0000C;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter-wrapper > span {
  display: inline-block;
  height: 180px;
  width: 180px;
  background-color: #f4f5f6;
  position: absolute;
  right: 30%;
  top: 0;
  background: linear-gradient(-225deg, transparent 125px, #C0000C 0) top left;
  z-index: 10;
}
.newsletter-wrapper > h3 {
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: .3em;
}
.newsletter-wrapper > div ul > li {
  color: #C0000C;
  line-height: 1.7;
  text-transform: uppercase;
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.newsletter-wrapper > div p {
  text-align: right;
}
.btn-rounded {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 0.75em;
  border-top-left-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  line-height: 2em;
  border: none;
  font-size: 14px;
}
.btn-rounded:hover {
  text-decoration: none;
}
.top-caption {
  background-color: #C0000C;
  color: #FFF;
  padding: 0.2em 0.5em 0.1em 1em;
  z-index: 1;
  transition: all 0.3s ease;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.top-caption::before {
  content: '';
  position: absolute;
  right: -1.9em;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.9em 1.9em 0 0;
  border-color: #C0000C transparent transparent transparent;
}
.bottom-caption {
  transition: all 0.3s ease;
}
.skew-caption {
  transform: skewX(0) skewY(-10deg);
  z-index: 1;
  transition: all 0.3s ease;
}
.skew-caption > h2,
.skew-caption > h5 {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'din-2014-narrow', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  white-space: nowrap;
}
.skew-caption > h5 {
  background-color: #C0000C;
  padding: 0.5em 2em 3em;
  font-size: 1em;
}
.skew-caption > h2 {
  background-color: #1f2227;
  top: 0.5em;
  font-size: 2.5em;
  padding: 0.2em .5em .1em;
  margin-left: .375em;
  margin-top: .375em;
}
.usp-caption {
  position: absolute;
  top: 7.5em;
  left: 50%;
  transform: translateX(-50%);
}
.usp-caption > h2 {
  padding: 10px 20px;
  font-size: 3em;
  line-height: 1;
  white-space: nowrap;
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.usp-caption > ul > li {
  position: relative;
  padding: 1em;
}
.usp-caption > ul > li > img {
  position: absolute;
  left: 1em;
  top: 2em;
  width: 8em;
}
.usp-caption > ul > li > h4,
.usp-caption > ul > li > h6 {
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
}
.usp-caption > ul > li > h4 {
  font-size: 2.3em;
  padding-left: 3.8em;
}
.usp-caption > ul > li > h6 {
  font-size: 1.2em;
  padding-left: 7.3em;
}
.btn-caption {
  z-index: 1;
  transition: all 0.3s ease;
}
.btn-caption > a {
  letter-spacing: .05em;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-caption > a:hover {
  text-decoration: none;
}
.btn-caption > a:not(.btn-white-bordered) {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn-caption > a.btn-white-bordered {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
  border: 1px solid #FFF;
}
.caption {
  position: absolute;
  top: 50%;
  left: 3%;
  color: #fff;
  margin: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.caption > h3 {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}
.caption > h3 > span {
  font-family: 'din-2014', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.caption > p {
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.caption > h6 {
  max-width: 65%;
  font-size: 80%;
  line-height: 1;
  font-family: 'din-2014', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.pw-link-button {
  padding: 1em 3em;
  text-align: center;
}
.pw-link-button.link-btn {
  border-top-right-radius: 1.5em;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  line-height: 3em;
}
.pw-link-button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pw-tile-wrapper {
    margin: auto -15px;
  }
  .pw-tile-wrapper > div {
    padding: 0 15px;
  }
  .pw-tile-wrapper > div > a {
    background-size: contain;
  }
  .pw-tile-wrapper > div > a > span {
    margin-bottom: 2em;
    font-size: 2em;
  }
  .pw-tile-wrapper > div > a > strong {
    font-size: 2em;
    bottom: .5em;
  }
  .pw-tile-wrapper > div > a > strong > small {
    font-size: 0.5em;
  }
  .pw-tile-wrapper > div > div {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
  .pw-tile-wrapper > div > div > div {
    padding: 0 5px;
  }
  .pw-tile-wrapper > div > div > div .pw-store {
    padding: 2em 4em;
    margin-top: 10px;
  }
  .pw-tile-wrapper > div > div > div .pw-store > img {
    width: auto;
  }
  .pw-tile-wrapper > div > div > div .pw-store > p {
    margin: 2em auto;
  }
  .pw-tile-wrapper > div > div > div .stores {
    margin-right: 0 !important;
  }
  .pw-tile-wrapper > div > div > div .stores > img {
    width: 60%;
    margin: 0 auto;
  }
  .pw-tile-wrapper > div > div > div .instagram {
    height: auto !important;
    background-position: 0 0 !important;
    border-right: 1px solid #d1cfd0 !important;
  }
  .pw-tile-wrapper > div > div > div .instagram > img {
    position: inherit !important;
  }
  .pw-tile-wrapper > div > div > div .instagram .text-container {
    top: 40% !important;
  }
  .pw-tile-wrapper > div > div > div .instagram .text-container > a {
    margin-top: 1em !important;
  }
  .pw-tile-wrapper > div:last-child > div > div {
    padding-left: 0;
  }
  .pw-tile-wrapper > div:first-child > div {
    height: 190px;
  }
  .pw-tile-wrapper > div:first-child > div > .text-wrapper {
    font-size: 7px;
  }
  .pw-tile-wrapper > div:first-child > div > .text-wrapper > a {
    font-size: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pw-tile-wrapper {
    margin: auto -12px;
  }
  .pw-tile-wrapper > div {
    padding: 0;
  }
  .pw-tile-wrapper > div > a > span {
    margin-bottom: 4em;
  }
  .pw-tile-wrapper > div > div {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .pw-tile-wrapper > div > div > div .pw-store {
    height: auto;
    padding: 2em 6em;
    margin-right: 10px;
  }
  .pw-tile-wrapper > div > div > div .pw-store > img {
    width: auto;
  }
  .pw-tile-wrapper > div > div > div .pw-store > p {
    margin: 2.38em auto;
  }
  .pw-tile-wrapper > div > div > div .stores > img {
    width: 242px;
    margin: 0 auto;
  }
  .pw-tile-wrapper > div > div > div .instagram {
    height: 328px !important;
    background-position: 0 -2.5em !important;
  }
  .pw-tile-wrapper > div > div > div .instagram .text-container {
    top: 47% !important;
  }
  .pw-tile-wrapper > div:first-child > div > .text-wrapper {
    font-size: 15px;
  }
  .pw-tile-wrapper > div:last-child > div > div > a:first-child {
    margin-bottom: 13px;
  }
  .pw-tile {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1479px) {
  .pw-tile-wrapper {
    margin: auto -24px;
  }
  .pw-tile-wrapper > div {
    padding: 0;
  }
  .pw-tile-wrapper > div > a > span {
    margin-bottom: 4em;
  }
  .pw-tile-wrapper > div > a > strong {
    bottom: 0.3em;
  }
  .pw-tile-wrapper > div > div {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .pw-tile-wrapper > div > div > div .pw-store {
    height: 425px;
    padding: 2em 6em;
    margin-right: 10px;
  }
  .pw-tile-wrapper > div > div > div .pw-store > img {
    width: auto;
  }
  .pw-tile-wrapper > div > div > div .pw-store > p {
    margin: 2.38em auto;
  }
  .pw-tile-wrapper > div > div > div .stores > img {
    width: 314px;
    margin: 0 auto;
  }
  .pw-tile-wrapper > div > div > div .instagram {
    height: 423px !important;
    background-position: 0 -2.5em !important;
  }
  .pw-tile-wrapper > div > div > div .instagram .text-container {
    top: 47% !important;
  }
  .pw-tile {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1479px) {
  .pw-tile-wrapper > div:last-child > div > div .pw-store > p {
    font-size: 1.5em;
    line-height: 1.35;
  }
  .pw-tile-wrapper > div:first-child > div {
    height: 384px;
  }
  .pw-tile-wrapper > div:first-child > div .text-wrapper > ul > li > h2 {
    font-size: 3em;
  }
}
@media (min-width: 1480px) {
  .pw-tile-wrapper > div:first-child > div {
    height: 384px;
  }
  .pw-tile-wrapper > div:first-child > div .text-wrapper > ul > li > h2 {
    line-height: .5;
  }
}
