@charset "UTF-8";
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-500.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-500.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-500.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-300italic.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-300italic.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-300italic.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-100.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-100.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-100.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-regular.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-700.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-700.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-700.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "__Roboto_5";
  src: url("./assets/fonts/roboto-v20-latin_cyrillic-300.eot");
  src: local("☺"), url("./assets/fonts/roboto-v20-latin_cyrillic-300.woff") format("woff"), url("./assets/fonts/roboto-v20-latin_cyrillic-300.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
html, body {
  background: #000;
  color: #b3b3b3;
  width: 100%;
  overflow-x: hidden;
  -webkit-print-color-adjust: exact;
}

body {
  font-family: "__Roboto_5", Roboto, Candara, -apple-system, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  min-width: 800px;
}

h1 {
  color: #fff;
}

a {
  color: #05A2C7;
  text-decoration: none;
}

.black a:hover {
  color: #05A2C7;
}
.black a {
  color: inherit;
  font-weight: 700;
}

#top_bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  /* top site background */
  background: -webkit-gradient(linear, left center, right center, from(#C62352), color-stop(100%, #05A2C7));
  background: -webkit-linear-gradient(left, #C62352, #05A2C7 100%);
  background: linear-gradient(to right, #C62352, #05A2C7 100%);
}
#top_bg img.square_grey {
  width: 645px;
  height: auto;
  position: absolute;
  top: -200px;
  right: 155px;
  z-index: 10;
  opacity: 0.48;
}
#top_bg img.square_grey2c {
  width: 385px;
  height: auto;
  position: absolute;
  top: -170px;
  left: -310px;
  opacity: 0.45;
}

#footer_bg {
  width: 100%;
  height: 207px;
  position: relative;
  overflow: hidden;
  /* bottom site background */
  background: -webkit-gradient(linear, left center, right center, from(#FFB33F), color-stop(100%, #05A2C7));
  background: -webkit-linear-gradient(left, #FFB33F, #05A2C7 100%);
  background: linear-gradient(to right, #FFB33F, #05A2C7 100%);
}
#footer_bg img.square_grey {
  width: 727 px;
  height: auto;
  position: relative;
  top: -290px;
  left: -500px;
  opacity: 0.36;
  z-index: 3;
}

section.colored.news {
  /* bottom site background */
  background: -webkit-gradient(linear, left center, right center, from(#449D29), color-stop(100%, #05A2C7));
  background: -webkit-linear-gradient(left, #449D29, #05A2C7 100%);
  background: linear-gradient(to right, #449D29, #05A2C7 100%);
}
section.colored.news img.square_grey {
  width: 540px;
  height: auto;
  position: relative;
  top: -290px;
  left: -350px;
  opacity: 0.36;
  z-index: 3;
}
section.colored.news img.square_grey2 {
  width: 753px;
  height: auto;
  position: absolute;
  bottom: -380px;
  right: -100px;
  opacity: 0.2;
  z-index: 3;
}
section.colored.who {
  background: -webkit-gradient(linear, right center, left center, from(#C62352), color-stop(100%, #05A2C7));
  background: -webkit-linear-gradient(right, #C62352, #05A2C7 100%);
  background: linear-gradient(to left, #C62352, #05A2C7 100%);
}
section.colored.who img.square_grey {
  width: 727px;
  height: auto;
  position: relative;
  top: -350px;
  left: -260px;
  opacity: 0.36;
  transform: rotate(180deg);
  z-index: 3;
}
section.colored.who img.square_grey2c {
  width: 450px;
  height: auto;
  position: relative;
  top: -490px;
  left: -270px;
  opacity: 0.36;
  z-index: 3;
}

header #top_logo_container {
  width: 326px;
  padding-top: 43px;
}
header .button_link {
  top: -130px;
  left: 600px;
  text-align: center;
  display: block;
  position: relative;
  transform-origin: 0 0;
  z-index: 444;
}
header .button_link .top_button_content {
  width: 138px;
  height: 164px;
  z-index: 999;
  position: absolute;
  padding: 12px;
}
header .button_link .top_button_content .short {
  width: 54px;
  margin: 36px auto 14px;
  position: relative;
  opacity: 0.8;
}
header .button_link .top_button_content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
header .button_link .top_button_content p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 17px;
  color: #b3b3b3;
}
header .button_link #top_button {
  top: 10px;
  left: -20px;
  width: 204px;
  height: 176px;
  position: relative;
  background: url("./assets/hex.svg") no-repeat top left;
  background-size: 204px 176px;
  transform: rotate(90deg);
}
header .button_link #top_button #top_button_inner {
  position: relative;
  top: 7px;
  left: 8px;
  width: 188px;
  height: 162px;
  background: url("./assets/hex_black.svg") no-repeat top left;
}
header a.button_link:hover .top_button_content p {
  color: #fff;
}
header a.button_link:hover #top_button {
  background: url("./assets/hex_grey.svg") no-repeat top left;
}

section.colored {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
section.colored a {
  color: #fff;
  font-weight: inherit;
}
section.colored a:hover {
  color: #000;
}
section.colored .wrap.news {
  position: relative;
  height: 200px;
  margin-top: 80px;
  margin-bottom: 100px;
  z-index: 10;
}
section.colored .wrap.news > div {
  position: relative;
  margin-left: 127px;
  z-index: 10;
}
section.colored .wrap.news > div p {
  padding: 0px;
  margin: -3px 0px 4px 0px;
}
section.colored .wrap.news > div p a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
section.colored .wrap.news > div p time {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 8px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
}
section.colored .wrap.news:before {
  content: "News";
  display: block;
  float: left;
  font-size: 72px;
  font-weight: 200;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  z-index: 1;
  line-height: 0px;
  transform: rotate(90deg);
  transform-origin: 0px 0px;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: 50px;
  top: -5px;
  z-index: 100;
}
section.colored .wrap.news:before a {
  font-weight: inherit;
}
section.colored.who .wrap.who {
  margin: 110px auto 80px;
  position: relative;
}
section.colored.who .wrap.who:before {
  content: "Who We Are";
  font-size: 72px;
  font-weight: 200;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  z-index: 1;
  z-index: 100;
  width: 200px;
  line-height: 65px;
  margin-top: 80px;
  display: block;
  position: absolute;
  left: 0px;
}
section.colored.who .wrap.who:before a {
  font-weight: inherit;
}
section.colored.who .wrap.who .team_container {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 40px;
  color: white;
}
section.colored.who .wrap.who .team_container .person {
  position: relative;
  margin-top: 20px;
  margin-bottom: 6px;
  height: 170px;
  border-top: 1px solid white;
  width: 430px;
}
section.colored.who .wrap.who .team_container .person.dom:before {
  left: -40px;
}
section.colored.who .wrap.who .team_container .person.dom:after {
  left: -30px;
}
section.colored.who .wrap.who .team_container .person.dom:after {
  background: url("./assets/people/dom.png") no-repeat top left;
  background-size: 196px 168px;
}
section.colored.who .wrap.who .team_container .person.marcel:after {
  background: url("./assets/people/marcel.png") no-repeat top left;
  background-size: 196px 168px;
}
section.colored.who .wrap.who .team_container .person:before {
  content: " ";
  position: absolute;
  top: -32px;
  left: -106px;
  background: url("./assets/hex.svg") no-repeat top left;
  background-size: 216px 182px;
  width: 216px;
  height: 182px;
  z-index: 9;
}
section.colored.who .wrap.who .team_container .person:after {
  content: " ";
  position: absolute;
  top: -24px;
  left: -96px;
  background: url("./assets/hex_black.svg") no-repeat top left;
  background-size: 196px 168px;
  width: 204px;
  height: 186px;
  z-index: 10;
}
section.colored.who .wrap.who .team_container .person img {
  display: block;
  position: absolute;
  top: -25px;
  left: -100px;
  height: 170px;
  width: auto;
  z-index: 10;
}
section.colored.who .wrap.who .team_container .person h2 {
  padding: 0px;
  padding-top: 8px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 22px;
  margin: 0px;
}
section.colored.who .wrap.who .team_container .person p {
  margin: 10px 0px 20px;
  padding: 0px;
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 300;
  line-height: 17px;
}
section.colored.who .wrap.who .team_container .person .meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 3px;
}
section.colored.who .wrap.who .team_container .person .meta div.meta_link_icon {
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 500;
  height: 50px;
}
section.colored.who .wrap.who .team_container .person .meta a {
  display: block;
  padding-top: 4px;
}
section.colored.who .wrap.who .team_container .person .meta a:hover {
  color: #000;
}
section.colored.who .wrap.who .team_container .person .meta a:hover .icon {
  filter: brightness(0) saturate(100%);
}
section.colored.who .wrap.who .team_container .person .meta span.twitter {
  background: url("assets/circle_twitter.svg") no-repeat top center;
}
section.colored.who .wrap.who .team_container .person .meta span.mail {
  background: url("assets/circle_mail.svg") no-repeat top center;
}
section.colored.who .wrap.who .team_container .person .meta span.lock {
  background: url("assets/circle_lock.svg") no-repeat top center;
}
section.colored.who .wrap.who .team_container .person .meta span.press {
  background: url("assets/circle_news.svg") no-repeat top center;
}
section.colored.who .wrap.who .team_container .person .meta span.icon {
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
  display: block;
  float: left;
  margin-left: -32px;
  margin-top: -5px;
}

section.black.awards .award_list {
  margin-top: 98px;
  margin-bottom: 123px;
  margin-left: 56px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  width: calc(100% - 56px);
  max-height: calc(200px * 5);
}
section.black.awards .award_list .award_entry {
  width: 318px;
  height: 200px;
  border-top: 2px solid #1A1A18;
  padding-top: 4px;
}
section.black.awards .award_list .award_entry h2 {
  margin: 0px;
  padding: 0px;
  color: #b3b3b3;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  font-size: 18px;
}
section.black.awards .award_list .award_entry p {
  margin-top: 0px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 17px;
}
section.black.awards .award_list .award_entry img {
  max-width: calc(100% - 10px);
  max-height: 85px;
  display: block;
  object-position: 0 0;
  object-fit: contain;
}

footer #bottom_logo_container {
  width: 294px;
  margin: 0px auto;
  padding: 17px;
  z-index: 999;
}
footer #bottom_logo_container #logo_bottom {
  position: relative;
  z-index: 999;
}
footer #link_footer {
  display: flex;
  justify-content: space-between;
  height: 79px;
  max-width: 1200px;
  margin: 0px auto;
  color: #999999;
}
footer #link_footer .bottom_legal {
  display: flex;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
footer #link_footer .bottom_legal div {
  padding: 17px 20px 50px 20px;
  border-right: 1px solid #272929;
}
footer #link_footer .bottom_legal .last {
  border-right: none;
}
footer #link_footer .bottom_legal a {
  font-weight: 300;
}
footer #link_footer .bottom_legal a:hover {
  color: #fff;
}
footer #link_footer .bottom_link_icons {
  display: flex;
}
footer #link_footer .bottom_link_icons div {
  padding: 17px 20px 50px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 500;
  border-right: 1px solid #272929;
}
footer #link_footer .bottom_link_icons .last {
  border-right: none;
  margin-right: 20px;
}
footer #link_footer .bottom_link_icons a {
  display: block;
  padding-left: 45px;
  padding-top: 4px;
}
footer #link_footer .bottom_link_icons a:hover {
  color: #fff;
}
footer #link_footer .bottom_link_icons a:hover .icon {
  filter: invert(44%) sepia(82%) saturate(550%) hue-rotate(145deg) brightness(99%) contrast(97%);
}
footer #link_footer .bottom_link_icons span.twitter {
  background: url("assets/circle_twitter.svg") no-repeat top center;
}
footer #link_footer .bottom_link_icons span.mail {
  background: url("assets/circle_mail.svg") no-repeat top center;
}
footer #link_footer .bottom_link_icons span.lock {
  background: url("assets/circle_lock.svg") no-repeat top center;
}
footer #link_footer .bottom_link_icons span.icon {
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  display: block;
  float: left;
  margin-left: -38px;
  margin-top: -6px;
}

div.anchor_div {
  width: 0px;
  height: 0px;
}

article.fine_print {
  margin-bottom: 180px;
}
article.fine_print h2, article.fine_print h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
article.fine_print h2 {
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}
article.fine_print h3, article.fine_print h4 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
article.fine_print p {
  margin: 0 0 14px;
  padding: 0;
}
article.fine_print p.fine {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}
article.fine_print .two_column {
  display: flex;
  flex-direction: row;
}
article.fine_print .two_column div {
  margin-right: 20px;
  min-width: 300px;
}

hr.clothline {
  display: block;
  border: none;
  width: 100%;
  height: 8px;
  opacity: 0.65;
  background: transparent url("assets/trenner2.svg") repeat left top;
  margin: 24px 0px;
}

div.wrap {
  margin: 0px auto;
  width: 800px;
  position: relative;
}

#blog_navi {
  display: flex;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 60px 0px 0px 0px;
}
#blog_navi a {
  display: block;
  background: #fff;
  color: #000;
  padding: 8px 34px;
  margin-right: 16px;
}
#blog_navi a:hover {
  background: #05A2C7;
}

#top_quick_navi {
  display: flex;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 60px 0px 0px 0px;
  margin-top: 0px;
}
#top_quick_navi a {
  display: block;
  background: #fff;
  color: #000;
  padding: 8px 22px;
  margin-right: 16px;
}
#top_quick_navi a:hover {
  background: #05A2C7;
}

.lab_wrap {
  margin-left: 139px;
}
.lab_wrap .lab_entry {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
  margin-bottom: 12px;
  min-height: 300px;
}
.lab_wrap .lab_entry img {
  width: 200px;
  float: left;
  height: 100%;
  margin-bottom: 300px;
  margin-right: 20px;
}
.lab_wrap .lab_entry h2 {
  line-height: 32px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 30px;
}
.lab_wrap .lab_entry ul li {
  list-style-type: none;
  font-size: 30px;
  line-height: 42px;
}
.lab_wrap .lab_entry ul li a {
  position: relative;
}
.lab_wrap .lab_entry ul li a.monkeybox.polarized:hover {
  color: #d31100;
}
.lab_wrap .lab_entry ul li a.monkeybox.cards:hover {
  color: #fb5125;
}
.lab_wrap .lab_entry ul li a .monkeybox_number {
  text-align: right;
  position: absolute;
  width: 200px;
  left: -210px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  bottom: 2px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  display: block;
}
.lab_wrap .lab_entry ul li a .monkeybox_number:before {
  content: "#";
  font-size: 0.5em;
}
.lab_wrap .lab_entry ul li a .monkeybox_number:after {
  content: ":";
  font-size: 0.5em;
}

.products_wrap {
  margin-left: 106px;
}
.products_wrap div.product.last {
  border-bottom: 0;
}
.products_wrap div.product {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
  margin-bottom: 12px;
  border-bottom: 2px solid #1A1A18;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.products_wrap div.product.prod_cards a.product_link h2 {
  color: #fb5125;
}
.products_wrap div.product.prod_cards a.product_link img {
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3));
}
.products_wrap div.product.prod_cards .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_cards .meta a:hover .icon {
  filter: invert(58%) sepia(90%) saturate(5083%) hue-rotate(346deg) brightness(99%) contrast(99%);
}
.products_wrap div.product.prod_polarized a.product_link h2 {
  color: #d31100;
}
.products_wrap div.product.prod_polarized .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_polarized .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(47%) saturate(5783%) hue-rotate(1deg) brightness(100%) contrast(115%);
}
.products_wrap div.product.prod_carc a.product_link h2, .products_wrap div.product.prod_lostcities a.product_link h2 {
  color: #FFB33F;
}
.products_wrap div.product.prod_carc .meta a:hover, .products_wrap div.product.prod_lostcities .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_carc .meta a:hover .icon, .products_wrap div.product.prod_lostcities .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(6721%) hue-rotate(326deg) brightness(102%) contrast(101%);
}
.products_wrap div.product.prod_rules a.product_link h2 {
  color: #05A2C7;
}
.products_wrap div.product.prod_rules .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_rules .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(77%) sepia(62%) saturate(7108%) hue-rotate(158deg) brightness(93%) contrast(96%);
}
.products_wrap div.product.prod_obt a.product_link h2 {
  color: #C62352;
}
.products_wrap div.product.prod_obt .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_obt .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(2452%) hue-rotate(325deg) brightness(93%) contrast(92%);
}
.products_wrap div.product.prod_chicken a.product_link h2, .products_wrap div.product.prod_see a.product_link h2 {
  color: #449D29;
}
.products_wrap div.product.prod_chicken .meta a:hover, .products_wrap div.product.prod_see .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_chicken .meta a:hover .icon, .products_wrap div.product.prod_see .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(45%) sepia(95%) saturate(409%) hue-rotate(60deg) brightness(94%) contrast(82%);
}
.products_wrap div.product.prod_tageslicht a.product_link h2 {
  color: #b59ffe;
}
.products_wrap div.product.prod_tageslicht .meta a:hover {
  color: #fff;
}
.products_wrap div.product.prod_tageslicht .meta a:hover .icon {
  filter: brightness(0) saturate(100%) invert(81%) sepia(40%) saturate(5759%) hue-rotate(206deg) brightness(104%) contrast(99%);
}
.products_wrap div.product a.product_link {
  display: block;
  min-width: 460px;
  flex-grow: 1;
}
.products_wrap div.product a.product_link img {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 40px;
  float: left;
  margin-right: 18px;
}
.products_wrap div.product a.product_link:hover, .products_wrap div.product a.product_link:hover h2 {
  color: #fff;
}
.products_wrap div.product a.product_link p {
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.products_wrap div.product a.product_link h2, .products_wrap div.product a.product_link h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.products_wrap div.product a.product_link h2 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 12px;
}
.products_wrap div.product a.product_link h3 {
  font-size: 19px;
  font-weight: 300;
  line-height: 19px;
}
.products_wrap div.product div.meta {
  display: flex;
  flex-direction: column;
  width: 200px;
  padding-top: 3px;
}
.products_wrap div.product div.meta div.meta_link_icon {
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 500;
  height: 50px;
}
.products_wrap div.product div.meta a {
  display: block;
  padding-top: 4px;
}
.products_wrap div.product div.meta a:hover {
  color: #fff;
}
.products_wrap div.product div.meta a:hover .icon {
  filter: brightness(70%);
}
.products_wrap div.product div.meta span.twitter {
  background: url("assets/circle_twitter.svg") no-repeat top center;
}
.products_wrap div.product div.meta span.mail {
  background: url("assets/circle_mail.svg") no-repeat top center;
}
.products_wrap div.product div.meta span.lock {
  background: url("assets/circle_lock.svg") no-repeat top center;
}
.products_wrap div.product div.meta span.press {
  background: url("assets/circle_news.svg") no-repeat top center;
}
.products_wrap div.product div.meta span.icon {
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
  display: block;
  float: left;
  margin-left: -34px;
  margin-top: -5px;
}

.article_wrap {
  margin-left: 132px;
}
.article_wrap .news_wrapper article {
  margin-bottom: 30px;
}
.article_wrap .news_wrapper article:after {
  content: " ";
  display: block;
  border: none;
  width: 100%;
  display: block;
  border: none;
  width: 100%;
  height: 8px;
  opacity: 0.65;
  background: transparent url("assets/trenner2.svg") repeat left top;
  margin: 24px 0px;
}
.article_wrap .post_container {
  background: #0b0d0e url("assets/bg_black.svg") repeat left top;
  padding: 40px 20px;
  margin-bottom: 2px;
}
.article_wrap .post_container hr {
  border-color: #333;
  color: #333;
}
.article_wrap .post_container:after {
  display: block;
  content: " ";
  clear: both;
}
.article_wrap .post_container time {
  margin: 0pt;
  padding: 0px 0px 3px;
  line-height: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}
.article_wrap .post_container h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  padding: 0px 0px 11px;
  margin: 0px 0px 20px;
}
.article_wrap .post_container h1 a {
  font-weight: inherit;
}
.article_wrap .post_container p {
  margin: 0px 0px 25px;
}
.article_wrap .post_container blockquote {
  margin: 5px 0px 15px 0px;
  padding: 10px 20px 5px 40px;
  border-left: 6px solid #999999;
  color: #000;
  position: relative;
  z-index: 4;
  background-color: #bbb;
}
.article_wrap .post_container blockquote:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("assets/bg_black.svg") repeat left top;
  z-index: 2;
  opacity: 0.025;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.article_wrap .post_container blockquote a {
  color: #333;
}
.article_wrap .post_container blockquote a:hover {
  color: #003a80;
}
.article_wrap .post_container .image_dark_half {
  float: right;
  margin: 0px 0px 8px 8px;
  background: #0b0d0e;
  width: 298px;
}
.article_wrap .post_container .image_dark_half img {
  border: 4px solid #0b0d0e;
  background: #000;
  width: 100%;
  height: auto;
}
.article_wrap .post_container .image_dark_half img.padding {
  width: 268px;
  height: auto;
  padding: 10px;
}
.article_wrap .post_container .image_dark_half p {
  margin: 0px;
  padding: 0px 8px;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
}
.article_wrap .post_container .image_dark_center {
  margin: 0px auto 8px auto;
  background: #0b0d0e;
  width: 50%;
}
.article_wrap .post_container .image_dark_center img {
  border: 4px solid #0b0d0e;
  background: #000;
  width: calc(100% - 8px);
  height: auto;
}
.article_wrap .post_container .image_dark_center p {
  margin: 0px;
  padding: 0px 8px;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
}
.article_wrap .post_container .image_dark_full {
  width: 100%;
  margin: 0px 0px 8px 0px;
  background: #0b0d0e;
}
.article_wrap .post_container .image_dark_full img {
  width: calc(100% - 16px);
  height: auto;
  margin: 8px;
  background: #000;
}
.article_wrap .post_container .image_dark_full p {
  margin: -10px 0px 0px;
  padding: 0px 8px 4px;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
}
.article_wrap .post_container .app {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  max-width: 150px;
  align-items: center;
}
.article_wrap .post_container .app a {
  text-decoration: none;
  padding: 5px 0px;
  display: block;
  width: 100%;
}
.article_wrap .post_container .app a img {
  width: 100%;
}
.article_wrap .post_container .app .appstore {
  width: 90%;
}
.article_wrap .post_container .app .appstore img {
  width: 100%;
  height: auto;
}
.article_wrap .archive {
  background: #0b0d0e url("assets/bg_black.svg") repeat left top;
  padding: 40px 20px;
  margin-bottom: 50px;
}
.article_wrap .archive h1, .article_wrap .archive h3 {
  margin: 0px;
}
.article_wrap .archive h1 a, .article_wrap .archive h3 a {
  font-weight: inherit;
}
.article_wrap .archive h1 {
  padding: 0px 0px 16px;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 46px;
}
.article_wrap .archive h3 {
  padding: 8px 0px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
}
.article_wrap .archive .archive-month p {
  padding: 0px;
  margin: -3px 0px 4px 0px;
}
.article_wrap .archive .archive-month p a {
  font-size: 16px;
  font-weight: 400;
}
.article_wrap .archive .archive-month p a:hover {
  color: #05A2C7;
}
.article_wrap .archive .archive-month p time {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 8px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
}
.article_wrap .article_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 60px;
}
.article_wrap .article_nav a > span {
  width: 290px;
  height: 41px;
  border-top: 1px solid #272929;
  padding: 11px 0px;
  display: block;
  color: #999999;
  letter-spacing: 1px;
}
.article_wrap .article_nav a .left {
  display: block;
  padding-left: 20px;
  text-align: left;
}
.article_wrap .article_nav a .left .arrow {
  float: left;
  height: 40px;
  margin-top: 7px;
  margin-left: -20px;
  background: url("assets/arrow_left.svg") no-repeat top center;
  width: 20px;
  height: 20px;
  filter: opacity(0.66);
}
.article_wrap .article_nav a .right {
  display: block;
  padding-right: 20px;
  text-align: right;
}
.article_wrap .article_nav a .right .arrow {
  float: right;
  height: 40px;
  margin-top: 7px;
  margin-right: -20px;
  background: url("assets/arrow_right.svg") no-repeat top center;
  width: 20px;
  height: 20px;
  filter: opacity(0.66);
}
.article_wrap .article_nav a:hover > span {
  color: #05A2C7;
}
.article_wrap .article_nav a:hover > span .arrow {
  filter: opacity(1);
}

@media (max-width: 799px) {
  html, body {
    min-width: 440px;
  }

  div.wrap {
    width: 80%;
    min-width: 320px;
  }

  #top_bg {
    height: 203px;
  }

  header {
    position: relative;
  }
  header div.wrap {
    position: static;
  }
  header #top_logo_container {
    width: 239px;
    padding-top: 43px;
    position: absolute;
    left: 13px;
  }
  header .button_link {
    position: absolute;
    top: 28px;
    left: auto;
    right: 190px;
  }

  footer #footer_bg {
    height: 160px;
  }
  footer #bottom_logo_container {
    width: 239px;
  }
  footer #link_footer {
    flex-direction: column-reverse;
    align-items: stretch;
    height: auto;
  }
  footer #link_footer .bottom_legal {
    align-content: stretch;
    border-top: 1px solid #272929;
    margin-bottom: 0px;
  }
  footer #link_footer .bottom_legal div {
    flex-grow: 1;
  }
  footer #link_footer .bottom_link_icons div {
    padding-bottom: 20px;
  }

  div.clothline_header[title] {
    margin-top: 80px;
  }
  div.clothline_header[title]:after {
    content: " ";
    display: block;
    border: none;
    width: 100%;
    height: 8px;
    opacity: 0.65;
    background: transparent url("assets/trenner2.svg") repeat left top;
    margin: 24px 0px;
  }
  div.clothline_header[title]:before {
    content: attr(title) " ";
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    display: block;
    margin-top: 20px;
    line-height: 40px;
  }
  div.clothline_header[title]:before a {
    font-weight: inherit;
  }
  div.clothline_header[title].first_clothline_header {
    margin-top: 40px;
  }

  .black .products_wrap {
    margin: 0px auto;
    max-width: 480px;
  }
  .black .products_wrap .product {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 40px;
    margin-bottom: 8px;
  }
  .black .products_wrap .product .product_link img {
    margin-bottom: 20px;
  }
  .black .products_wrap .product .meta {
    margin-top: 0px;
    flex-direction: row;
    margin-left: 126px;
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .black .products_wrap .product .meta .meta_link_icon {
    margin-right: 40px;
  }
  .black .products_wrap .product .meta .meta_link_icon:first-child {
    width: 100%;
  }
  .black .lab_wrap {
    margin-left: 0px;
  }
  .black .lab_wrap .lab_entry img {
    float: right;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: -10px;
    margin-top: -10px;
  }

  section.colored .wrap.news {
    height: auto;
  }
  section.colored .wrap.news:before {
    content: "News";
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    z-index: 100;
    left: -10px;
    top: -14px;
  }
  section.colored .wrap.news:before a {
    font-weight: inherit;
  }
  section.colored .wrap.news .news_list {
    margin-left: 30px;
  }
  section.colored .wrap.news .news_list p {
    position: relative;
  }
  section.colored .wrap.news .news_list p a {
    line-height: 18px;
    margin-bottom: 30px;
    display: block;
  }
  section.colored .wrap.news .news_list p time {
    display: block;
    position: absolute;
    top: -13px;
    margin-left: 0px;
    padding-left: 0px;
  }

  section.black.awards .clothline_header2 {
    background: url(assets/awards/adacube2003-800.png) no-repeat right 20px top 0px;
    background-size: 150px auto;
    margin-top: 50px;
    padding-top: 30px;
    min-width: 400px;
    padding-bottom: 30px;
  }
  section.black.awards .clothline_header2:after {
    content: " ";
    display: block;
    border: none;
    width: 100%;
    height: 8px;
    opacity: 0.65;
    background: transparent url("assets/trenner2.svg") repeat left top;
    margin: 24px 0px;
    width: calc(100% - 182px);
  }
  section.black.awards .clothline_header2:before {
    content: attr(title) " ";
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    display: block;
    padding-left: 0px;
    line-height: 40px;
    margin-top: 0px;
  }
  section.black.awards .clothline_header2:before a {
    font-weight: inherit;
  }
  section.black.awards .award_list {
    flex-wrap: nowrap;
    align-items: stretch;
    max-height: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  section.black.awards .award_list .award_entry {
    width: auto;
    max-width: 500px;
    min-width: 300px;
  }

  article.fine_print .two_column {
    flex-direction: column;
  }

  .blog_head {
    display: block;
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .blog_head a {
    font-weight: inherit;
  }
  .blog_head a {
    font-weight: inherit;
  }
  .blog_head:after {
    content: " ";
    display: block;
    border: none;
    width: 100%;
    height: 8px;
    opacity: 0.65;
    background: transparent url("assets/trenner2.svg") repeat left top;
    margin: 24px 0px;
  }

  .article_wrap {
    margin-left: 0px;
  }
  .article_wrap .archive .archive-month p time {
    display: none;
  }
  .article_wrap article .post_container h1 {
    line-height: 40px;
  }
  .article_wrap article .post_container .image_dark_half {
    float: none;
    margin: 0px auto 8px;
    background: #0b0d0e;
    width: 100%;
    text-align: center;
  }
  .article_wrap article .post_container .image_dark_half img {
    border: 4px solid #0b0d0e;
    background: #000;
    width: calc(100% - 8px);
    height: auto;
  }
  .article_wrap article .post_container .image_dark_half img.padding {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
  }
  .article_wrap article .post_container .image_dark_half p {
    margin: 0px;
    padding: 0px 8px;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
  }
  .article_wrap .article_nav {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .article_wrap .article_nav a > span {
    width: auto;
  }

  section.colored.who .wrap.who {
    margin: 60px auto 80px;
    position: relative;
  }
  section.colored.who .wrap.who:before {
    content: "Who We Are";
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    z-index: 100;
    width: auto;
    margin-top: 0px;
    line-height: 65px;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    left: 0px;
  }
  section.colored.who .wrap.who:before a {
    font-weight: inherit;
  }
  section.colored.who .wrap.who .team_container .person {
    width: 200px;
    position: relative;
    z-index: 999;
  }
  section.colored.who .wrap.who .team_container .person.dom {
    width: 230px;
  }
  section.colored.who .wrap.who .team_container .person:before, section.colored.who .wrap.who .team_container .person.dom:before {
    left: -120px;
    height: 154px;
    background-size: 154px auto;
  }
  section.colored.who .wrap.who .team_container .person.marcel:after, section.colored.who .wrap.who .team_container .person.dom:after {
    left: -113px;
    top: -25px;
    height: 140px;
    background-size: 140px auto;
  }
}
@media (min-width: 800px) {
  div.clothline_header[title] {
    margin-top: 110px;
  }
  div.clothline_header[title]:before {
    content: " ";
    display: block;
    border: none;
    width: 100%;
    height: 8px;
    opacity: 0.65;
    background: transparent url("assets/trenner2.svg") repeat left top;
    margin: 24px 0px;
  }
  div.clothline_header[title]:after {
    content: attr(title) " ";
    display: block;
    float: left;
    font-size: 72px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    line-height: 0px;
    transform: rotate(90deg);
    transform-origin: 0px 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    left: 50px;
    top: -5px;
  }
  div.clothline_header[title]:after a {
    font-weight: inherit;
  }
  div.clothline_header[title].first_clothline_header {
    margin-top: 10px;
  }

  .black .wrap.lab .clothline_header:after {
    width: 100px;
    line-height: 65px;
    left: 130px;
  }

  section.black.awards .clothline_header2 {
    margin-top: 110px;
    padding-top: 30px;
    background: url(assets/awards/adacube2003-800.png) no-repeat right 40px top 0px;
    background-size: 200px auto;
  }
  section.black.awards .clothline_header2:before {
    content: " ";
    display: block;
    border: none;
    width: 100%;
    height: 8px;
    opacity: 0.65;
    background: transparent url("assets/trenner2.svg") repeat left top;
    margin: 24px 0px;
    width: calc(100% - 240px);
  }
  section.black.awards .clothline_header2:after {
    content: attr(title) " ";
    font-size: 72px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    z-index: 1;
    display: block;
    padding-left: 22px;
    line-height: 100px;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  section.black.awards .clothline_header2:after a {
    font-weight: inherit;
  }

  .blog_head {
    display: block;
    float: left;
    font-size: 72px;
    font-weight: 200;
    letter-spacing: 7px;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: 0px 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    left: 66px;
    color: #fff;
  }
  .blog_head a {
    font-weight: inherit;
  }
}

/*# sourceMappingURL=tcm_base.css.map */
