@font-face {
  font-family: "Open Sans";
  src: url("/font/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Open Sans Light";
  src: url("/font/OpenSans-Light.ttf") format("truetype"); }
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: whitesmoke;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto;
  padding-top: 137px; }

@media (max-width: 930px) {
  main {
    padding-top: 85px; } }
a {
  color: #089fda;
  transition: color 0.2s; }

a:hover {
  color: #056990; }

.container {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px; }

.content {
  text-align: left;
  width: 900px;
  display: inline-block;
  box-sizing: border-box; }

.cover {
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  top: 65px;
  overflow: hidden; }

.cover .cover-img {
  width: 105%;
  height: 390px;
  background-image: url("../img/covers/cover.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  margin-left: -10px;
  margin-top: -8px; }

.main-maerke-content {
  margin-top: 70px;
  position: relative; }

.maerke-box {
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 10px white inset;
  background-color: white;
  color: inherit;
  text-decoration: inherit;
  overflow: hidden;
  transition: transform 0.2s;
  position: relative;
  display: block;
  padding-top: 10px; }

.maerke-box.highlight-popular {
  box-shadow: 1px 0 0px #fbab44, -1px 0 0 #fbab44, -1px -1px 0 #fbab44, 1px -1px 0 #fbab44, 0 0 13px #fbab44;
  overflow: hidden; }

.maerke-box.highlight-new {
  box-shadow: 1px 0 0px #45BF55, -1px 0 0 #45BF55, -1px -1px 0 #45BF55, 1px -1px 0 #45BF55, 0 0 13px #45BF55;
  overflow: hidden; }

.maerke-box .maerke-link {
  color: inherit;
  text-decoration: inherit; }

.maerke-box .maerke-info {
  position: absolute;
  right: 0;
  z-index: 2;
  color: #fafafa;
  margin-right: 10px; }

.maerke-box .maerke-info div {
  padding: 5px;
  font-size: 0.8em;
  padding: 5px 8px;
  font-weight: bold;
  transition: background 0.2s;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  border: 1px;
  border-style: solid;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 200; }

.maerke-box .maerke-corps {
  text-transform: capitalize;
  color: gray;
  border-color: gray; }

.maerke-box .maerke-corps.DDS {
  border-color: #003466;
  color: #003466; }

.maerke-box .maerke-corps.DGP {
  border-color: #005723;
  color: #005723; }

.maerke-box .maerke-corps.KFUM {
  border-color: #006649;
  color: #006649; }

.maerke-box .maerke-corps img {
  height: 100%; }

.maerke-box .maerke-age {
  color: #089fda;
  border-color: #089fda; }

.maerke-col {
  box-sizing: border-box;
  display: inline-block;
  width: 33.33333%;
  padding: 0 5px;
  float: left;
  margin-bottom: 10px; }

.maerke-box img {
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  transition: all 0.2s ease; }

.maerke-box img:hover {
  transform: scale(1.1); }

.maerke-box .card-content {
  position: relative;
  height: 50px;
  text-align: center; }

.maerke-box .card-content h3 {
  font-size: 1.2em;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px; }

.maerke-box a {
  text-decoration: none; }

.maerke-box .card-link {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px;
  text-align: center; }

.maerke-box.highlight-popular .card-link {
  background: #fbab44;
  color: white; }

.maerke-box.highlight-new .card-link {
  background: #45BF55;
  color: white; }

.maerke-box.purchasable .card-link {
  background: #089fda;
  color: white; }

.maerke-box .card-link a {
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none; }

.col {
  box-sizing: border-box;
  padding: 0 10px; }

.page-image {
  float: left;
  width: 40%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  box-sizing: border-box; }

.page-image img {
  max-width: 100%;
  height: 300px;
  border: 7px solid whitesmoke;
  box-sizing: border-box; }

@media screen and (max-width: 930px) {
  .page-image img {
    height: auto; } }
.page-description {
  width: 60%;
  display: inline-block;
  margin-top: 50px; }

.page-description-color {
  background-color: whitesmoke;
  padding: 20px; }

@media screen and (max-width: 600px) {
  .page-description-color {
    padding: 0px; } }
.page-description h1 {
  font-family: "Open Sans Light", "Open Sans", sans-serif;
  background-color: whitesmoke;
  padding: 8px 20px;
  display: inline-block; }

@media screen and (max-width: 600px) {
  .page-description h1 {
    padding: 8px 0px; } }
.page-description .age {
  margin-top: 5px;
  font-weight: bold; }

.page-description ul em {
  font-family: "Open Sans Light", "Open Sans", sans-serif; }

.btn, a.btn, button, input[type=submit] {
  text-align: center;
  padding: 20px;
  cursor: pointer;
  background: #089fda;
  color: white;
  font-weight: bold;
  border: none;
  transition: background 0.2s;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1em; }
  .btn:hover, a.btn:hover, button:hover, input[type=submit]:hover {
    background: #056990;
    color: white; }

.page-description .btn {
  width: 100%; }

.page-description .infolink {
  background: #fbab44; }

.page-description .infolink:hover {
  background: #ed8805; }

.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around; }

.btn + .btn {
  margin-left: 10px; }

.first-visit-welcome {
  width: 900px;
  background: #fbab44;
  position: relative;
  height: 300px;
  transition: all 0.75s;
  overflow: hidden;
  z-index: 1;
  text-align: center; }

.first-visit-welcome.hidden {
  margin-top: -340px; }

.first-visit-welcome-remover {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  text-transform: uppercase;
  z-index: 3;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer; }

.first-visit-welcome:hover .first-visit-welcome-remover {
  opacity: 1; }

.first-visit-welcome-image {
  background-image: url("../img/welcome-message-01.png");
  height: 300px;
  display: inline-block;
  width: 400px;
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  filter: saturate(130%) contrast(120%); }

.first-visit-welcome-text {
  display: inline-block;
  width: 500px;
  vertical-align: middle; }

.first-visit-welcome-text a {
  color: black; }

.see-more-button {
  display: block;
  text-align: center;
  background: #089fda;
  color: white;
  text-decoration: none;
  margin-top: 30px;
  padding: 20px 0;
  transition: background 0.2s;
  float: left;
  width: 100%; }

.see-more-button:hover {
  color: white;
  background: #056990; }

.intro-message {
  background: #fbab44;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: -40px; }

.blog-post-date {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 2em; }

@media screen and (min-width: 931px) {
  .clear {
    display: none; } }
@media screen and (max-width: 930px) {
  .col {
    width: 100% !important; }

  .content {
    max-width: 100% !important;
    padding: 10px; }

  .cover {
    top: 63px;
    height: 300px; }

  .maerke-col {
    width: 50%; }

  .maerke-box img {
    height: 40vw; }

  .maerke-box .card-content h3 {
    font-size: 0.9rem;
    text-shadow: 0px 0px 10px white;
    margin-bottom: 10px; }

  .first-visit-welcome-image {
    display: none; }

  .first-visit-welcome {
    height: auto;
    max-height: 600px;
    margin-bottom: 0; }

  .first-visit-welcome.hidden {
    margin-top: -10px;
    max-height: 0px;
    padding-bottom: 0; }

  .first-visit-welcome-remover {
    position: static; }

  .first-visit-welcome-text {
    max-width: 500px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }

  .intro-message {
    margin-top: -10px; }

  .maerke-box .maerke-info {
    position: static;
    margin-right: 1vw;
    margin-left: 1vw; }

  .maerke-box .maerke-info div {
    margin: 0 1vw;
    width: 45%;
    display: inline-block;
    float: left;
    font-size: 2.8vw;
    padding: 0.67vw 1.07vw; }

  .main-maerke-content {
    margin-top: 40px; }

  .page-description {
    margin-top: 0px; }

  .page-description h1 {
    margin: 0;
    display: block;
    text-align: center; }

  .btn-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .btn + .btn {
    margin-left: 0;
    margin-top: 10px; } }
header {
  width: 100%;
  background: #32323c;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 300;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0; }

@media (max-width: 930px) {
  header {
    margin-bottom: 10px; } }
header nav {
  display: flex;
  justify-content: space-between;
  text-align: right;
  width: 900px;
  margin: 0 auto;
  padding: 15px 5px;
  box-sizing: border-box;
  transition: all 0.3s ease; }

@media (max-width: 930px) {
  header nav {
    width: 100% !important;
    padding: 10px 15px; } }
header nav a.logo {
  float: left;
  height: 64px; }

@media (max-width: 930px) {
  header nav a.logo {
    height: 45px; } }
header nav img {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease; }

@media (max-width: 930px) {
  header nav img {
    width: 45px;
    height: 45px; } }
header.sticky {
  position: fixed;
  top: 0;
  left: 0; }

header.sticky nav {
  padding: 10px 5px; }

@media (max-width: 930px) {
  header.sticky nav {
    padding: 10px 15px; } }
header.sticky nav img,
header.sticky nav .logo {
  width: 30px;
  height: 30px; }

header.sticky nav .searchbar .search-button img {
  width: 30px;
  height: 30px;
  margin-bottom: 0; }

@media (max-width: 930px) {
  header.sticky nav .searchbar {
    bottom: 0px; } }
.searchbar {
  display: inline-block;
  width: 425px;
  float: right; }

@media (max-width: 930px) {
  .searchbar {
    width: auto !important; } }
.searchbar input {
  color: #fafafa;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  font-size: 1.8em;
  padding: 5px 0;
  width: 0;
  opacity: 0;
  transition: width 0.2s, opacity 0.2s;
  vertical-align: middle;
  outline: none; }

@media (max-width: 930px) {
  .searchbar input {
    font-size: 1.4em; } }
header.sticky nav .searchbar input {
  padding: 0;
  font-size: 1.3em; }

.searchbar .clear {
  opacity: 0;
  font-size: 1.5em;
  transition: opacity 0.2s; }

.searchbar:hover input, .searchbar input:active, .searchbar input:focus {
  width: 350px;
  opacity: 1; }

@media (max-width: 930px) {
  .searchbar:hover input, .searchbar input:active, .searchbar input:focus {
    width: 150px !important; } }
header.sticky nav .searchbar:hover input,
header.sticky nav .searchbar input:active,
header.sticky nav .searchbar input:focus {
  width: 250px; }

.searchbar:hover .clear {
  opacity: 1; }

.searchbar input:focus + .clear, .searchbar input:active + .clear {
  opacity: 1; }

.searchbar .search-button, .searchbar .clear-button {
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 0;
  color: white;
  display: inline-block; }

.searchbar .search-button img {
  width: 40px;
  margin-bottom: -6px; }

.searchbar .clear-button img {
  width: 27px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px; }

@media screen and (max-width: 930px) {
  .searchbar .search-button img {
    margin-top: 0; }

  .searchbar button img {
    height: 50px; } }
.tag,
.toggle-tag {
  cursor: pointer;
  color: #fafafa;
  background-color: #fbab44;
  font-size: 0.8em;
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: background 0.2s;
  margin-bottom: 4px; }

.tag:hover,
.toggle-tag:hover,
.tagged-in {
  background-color: #32323c;
  color: #fafafa; }

.advanced-search-container {
  padding-bottom: 100px; }

.advanced-search-setting-box input {
  padding: 10px;
  font-size: 1em; }

.advanced-search-tags {
  margin-top: 30px;
  text-align: justify; }

@media (max-width: 930px) {
  .advanced-search-tags {
    text-align: left; } }
.ageInput {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px; }

.ageInput label {
  cursor: pointer; }

#ageInputContainer {
  display: none; }

.advanced-search-divider {
  margin: 40px 0; }

.index-label {
  margin-right: 10px; }

.advanced-search-divider button {
  background: #089fda;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  padding: 10px 30px; }

.advanced-search-divider button:hover {
  background: #056990; }

.advanced-search-result {
  position: fixed;
  bottom: 0px;
  background: white;
  width: 100%;
  padding: 20px;
  left: 0;
  box-sizing: border-box;
  border-top: 1px solid #32323c; }

.advanced-search-result-container {
  max-width: 900px;
  margin: 0 auto; }

.advanced-search-result p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.2em; }

.checkbox {
  width: 20px;
  position: relative;
  display: inline;
  margin-right: 5px; }
  .checkbox label {
    border: 1px solid;
    background: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0; }
    .checkbox label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #000;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg); }
    .checkbox label:hover::after {
      opacity: 0.3; }
  .checkbox input[type=checkbox] {
    visibility: hidden; }
    .checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }

.advanced-search-result-container {
  display: flex;
  width: 100%; }

.advanced-search-result-container .search-result-container {
  flex-basis: 75%; }

.advanced-search-result-container .search-submit-button-container {
  flex-basis: 25%; }

.search-submit-button {
  width: 100%; }

@media (max-width: 550px) {
  .advanced-search-result-container {
    display: flex;
    width: 100%;
    flex-direction: column; }

  .advanced-search-result-container .search-result-container {
    flex-basis: auto; }

  .advanced-search-result-container .search-submit-button-container {
    flex-basis: auto;
    margin-top: 12px; } }
.cookieNotice {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  text-align: center;
  background: #32323c;
  color: white;
  font-size: 0.7em;
  padding: 10px;
  cursor: pointer;
  transition: bottom 1.5s;
  z-index: 3000;
  box-sizing: border-box; }

@media (max-width: 930px) {
  .cookieNotice {
    max-width: 100%; } }
.cookieNotice.hidden {
  bottom: -400px; }

.content-col {
  width: 70%;
  float: left;
  padding-right: 25px; }

.content-col h1 {
  font-size: 2.3em;
  font-family: 'Open Sans Light', 'Open Sans', sans-serif;
  font-weight: 200; }

.content-col h2 {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 5px; }

.content-col h1, .aside-col h1 {
  margin: 0;
  margin-bottom: 5px; }

.content-col h3 {
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 10px; }

.content-col p, .aside-col p {
  margin-top: 0;
  margin-bottom: 10px; }

.content-col p {
  font-size: 19px;
  line-height: 1.58; }
  @media (max-width: 767px) {
    .content-col p {
      font-size: 17px; } }

.content-col section {
  margin: 30px 0; }
  .content-col section:first-of-type {
    margin-top: 0; }

.content-col img {
  width: 100%;
  margin: 10px 0; }
  @media (max-width: 930px) {
    .content-col img {
      width: 100%; } }

.content-col figcaption {
  margin-top: -5px;
  font-size: 0.8em;
  text-align: center; }

.aside-col {
  width: 30%;
  float: left;
  font-size: 0.8em;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px; }
  .aside-col .maerke-box {
    margin: 10% 5% 5%;
    width: 90%; }

@media screen and (max-width: 930px) {
  .content-col {
    padding: 10px; }

  .content-col h1 {
    margin-top: 0; }

  .aside-col {
    border: none;
    padding: 10px;
    font-size: 1em; } }
.badge-seller {
  font-size: 0.9em;
  background: white;
  padding: 10px; }

.blog-badges {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .blog-badges {
      justify-content: space-around; } }
  .blog-badges .maerke-box {
    flex-basis: 170px;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 10px; }
    @media (max-width: 900px) {
      .blog-badges .maerke-box {
        flex-basis: 45%;
        margin: 0; } }
  .blog-badges img {
    width: auto;
    height: auto;
    margin: 0 auto; }

.contact-info {
  padding: 3px 0;
  display: block;
  color: #aaaabb;
  text-decoration: none;
  transition: color 0.2s; }

.contact-info:hover {
  color: black; }

.contact-info:before {
  content: ' ';
  width: 20px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 2px; }

.contact-info-email:before {
  background-image: url("/img/envelope.svg"); }

.contact-info-facebook:before {
  background-image: url("/img/facebook.png"); }

@media screen and (max-width: 930px) {
  .contact-info {
    padding: 8px 0; } }
footer {
  background: #32323c;
  font-size: 0.8em;
  padding: 15px 0;
  color: white;
  text-align: center; }

.footer-col {
  text-align: center; }

.footer-col.small {
  font-size: 0.8em; }

.footer-col span {
  font-size: 1.2em;
  margin-right: 7px;
  display: inline-block; }

.footer-col a {
  text-align: left;
  display: inline-block;
  font-size: 1.2em;
  text-decoration: none;
  margin: 0 7px; }

.footer-col img {
  width: 50px;
  float: right; }

footer a {
  color: #c8c8c8; }

footer a:hover {
  color: #fafafa; }

footer .copyright {
  text-align: center;
  margin-top: 15px; }

@media screen and (max-width: 930px) {
  .footer-col .dot {
    display: block;
    visibility: hidden;
    height: 1px; } }
.sponsored-badges {
  display: flex;
  justify-content: center;
  background: #393944;
  padding: 8px 15px;
  margin-bottom: 40px;
  margin-top: 0px;
  transition: all 0.75s ease;
  max-height: 500px;
  overflow: hidden; }

.sponsor-message {
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  padding: 20px 6px; }

.ad-politics {
  text-align: right;
  font-size: 0.75em; }

.sponsor-message a {
  color: inherit;
  text-decoration: inherit; }

.sponsored-badges .card-link {
  display: none; }

.sponsored-badges.hide {
  margin-top: -392px; }

.sponsor-hide {
  float: right;
  cursor: pointer; }

@media screen and (max-width: 930px) {
  .sponsored-badges {
    padding: 0px;
    padding-top: 20px;
    margin-bottom: 10px; }

  .sponsored-badges .maerke-box {
    padding-top: 0; }

  .sponsored-badges .maerke-col {
    width: 33%; }

  .sponsored-badges .maerke-info {
    display: none; }

  .sponsored-badges .maerke-info .maerke-age {
    display: none; }

  .sponsored-badges .maerke-box img {
    height: auto; }

  .sponsored-badges .maerke-box .card-content {
    height: 10px; }

  .sponsored-badges.hide {
    margin-top: 10px;
    max-height: 0; } }
.purchase-form #order-form {
  border: 1px solid #32323c;
  padding: 10px;
  margin: 0 -10px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  max-width: 500px;
  transition: max-height 0.3s, opacity 0.3s; }
  .purchase-form #order-form.hidden-order {
    max-height: 0px;
    overflow: hidden;
    opacity: 0; }
  .purchase-form #order-form.show-order {
    display: block;
    max-height: 2000px; }
  .purchase-form #order-form h2 {
    font-size: 1.4em;
    margin-top: 0;
    background: #32323c;
    color: white;
    padding: 10px;
    margin: -10px;
    margin-bottom: 20px; }
  .purchase-form #order-form h3 {
    margin-bottom: 0.5em; }
.purchase-form .collapse-purchase {
  position: absolute;
  color: white;
  right: 5px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  font-size: 1.5em;
  transform: rotate(90deg);
  text-align: center;
  cursor: pointer; }
  .purchase-form .collapse-purchase:hover {
    color: #fbab44; }
.purchase-form .delivery-address-part {
  display: none; }
.purchase-form label {
  font-size: 0.9em;
  color: #2d2d2d;
  display: block;
  margin-bottom: 8px; }
.purchase-form input {
  padding: 8px 4px;
  margin-top: 3px;
  font-size: 1.1em;
  box-sizing: border-box; }
  .purchase-form input.count-preview {
    width: 70px;
    margin-right: 5px; }
.purchase-form input[type=text], .purchase-form input[type=tel], .purchase-form input[type=email] {
  display: block;
  width: 100%; }
.purchase-form .city-info-container {
  display: flex;
  justify-content: space-between; }
.purchase-form label.postal-code {
  width: 30%;
  margin-right: 8px; }
.purchase-form label.city {
  width: 70%; }
.purchase-form .total-preview {
  font-weight: bold;
  border-bottom: 4px double currentColor; }
.purchase-form .checkbox-label {
  margin-top: 8px; }
