@charset "UTF-8";
/* Compiled */
/* Vars etc */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: flow-root;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Verdana, Geneva, Roboto, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2.08em;
  margin: 0;
}

h2 {
  font-size: 24px;
  margin: 0.83em 0;
}

h3 {
  font-size: 21px;
  margin: 1em 0;
}

h4 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
p {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #3b4b59;
}

a {
  color: #c75000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #c75000;
  text-decoration: underline;
}

img {
  border: none;
}

ul {
  list-style: none;
}

img.logo {
  width: 250px;
  height: 65px;
  background: url("../img/result.png") 0 0;
}

img.pfeil {
  width: 10px;
  height: 10px;
  background: url("../img/result.png") 0 -75px;
}

img.de {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -95px;
}

img.nl {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -115px;
}

img.en {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -431px;
}

img.sheknows {
  width: 130px;
  height: 20px;
  background: url("../img/result.png") 0 -135px;
}

img.dropdown-icon {
  width: 43px;
  height: 43px;
}

img.male {
  width: 15px;
  height: 15px;
  background: url("../img/result3.png") 0 -94px;
}

img.female {
  width: 8px;
  height: 12px;
  background: url("../img/result3.png") 0 -72px;
}

img.stargold {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 0;
}

img.stargrey {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 -24px;
}

img.starsplit {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 -48px;
}

img.sixx {
  /*width:82px;
  height:45px;
  background:url('../img/result.png') 0 -451px;*/
}

/* ==========================================================================
   Footer
   ========================================================================== */
.clear {
  clear: both;
}

.soft-pink {
  color: #e892b5;
}

.soft-red {
  color: #dc8883;
}

.soft-turquoise {
  color: #85cac1;
}

.soft-brown {
  color: #b08a82;
}

.soft-yellow {
  color: #ecc478;
}

.soft-purple {
  color: #ab9ede;
}

.soft-blue {
  color: #84a3de;
}

.soft-grey {
  color: #7c807f;
}

.soft-green {
  color: #a1bd90;
}

#ads-outer {
  position: relative;
  z-index: 30;
  clear: both;
  margin-bottom: 7px;
}

#ad-fullbanner2-outer {
  position: relative;
  z-index: 2;
}

#ad-skyscraper1-outer {
  min-width: 160px;
  z-index: 10000;
  margin-left: 1000px;
  position: fixed;
}

@media only screen and (max-width: 759px) {
  #ad-skyscraper1-outer {
    display: none;
  }
}
#ad-rectangle2-outer {
  margin-bottom: 24px;
}

[id="#71M_inreadads"] {
  position: inherit !important;
}

#ad-skyscraper1-outer .somtag-product--wideSkyscraper, #ad-skyscraper1-outer .somtag-product--unknown {
  position: fixed;
}

#mainWrapper {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #ad-left-sticky-container {
    position: absolute;
    left: -335px;
    top: 180px;
  }
  #ad-left-sticky-container #ad-left-sticky {
    position: fixed;
  }
  #ad-right-sticky-container {
    position: absolute;
    right: -45px;
    top: 180px;
  }
  #ad-right-sticky-container #ad-right-sticky {
    position: fixed;
  }
}
@media only screen and (max-width: 1023px) {
  #ad-left-sticky-container,
  #ad-right-sticky-container {
    display: none;
  }
}
#ad-bottom-sticky-mobile-container {
  display: none;
}

@media only screen and (max-width: 759px) {
  #ad-bottom-sticky-mobile-container {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  #ad-bottom-sticky-mobile-container #ad-bottom-sticky-mobile {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6784313725);
    border-top: 2px solid rgba(238, 238, 238, 0.6784313725);
  }
  #ad-bottom-sticky-mobile-container #ad-mobile-sticky-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    cursor: pointer;
  }
}
#banner-top-all-viewports {
  text-align: center;
}
@media only screen and (max-width: 759px) {
  #banner-top-all-viewports {
    height: 100px;
    z-index: 10000;
    margin: 5px auto 5px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #banner-top-all-viewports {
    height: 250px;
    width: 980px;
    margin: 5px auto 5px;
  }
}
@media only screen and (min-width: 760px) {
  #banner-top-all-viewports {
    height: 250px;
    z-index: 10000;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  #banner-top-all-viewports {
    margin: 0 auto 0;
  }
}

/*
 *  Notification Box Orange
 *  Appears when User is registered, but needs to confirm his email address
 */
.notif-success-colors {
  border: 1px solid rgba(20, 140, 40, 0.4);
  background: rgba(120, 250, 0, 0.1);
}

.notif-info-colors {
  border: 1px solid #c75000;
  background: #fff1b4;
}

.notif-error-colors {
  border: 1px solid rgba(227, 143, 138, 0.4);
  background: #ffeded;
}

.verification-box {
  display: flex;
  padding: 5px;
}
.verification-box .verif-email-icon {
  padding: 0 10px;
}
.verification-box .verif-inner-text {
  max-width: 594px;
}
.verification-box .verif-inner-text .resent-email {
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 10px 0 15px 0;
  padding: 5px;
}
.verification-box .verif-inner-text .verif-not-confirmed {
  margin: 25px 0;
}
.verification-box .verif-inner-text a {
  display: table;
  position: relative;
  margin: 50px auto;
}

.notification-boxes-wrapper {
  margin-bottom: 20px;
}

/*
 *   Notification Box green
 *   When User is adding somebody to friends list e.g.
 */
.notification-box {
  max-width: 594px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 2.5px;
  margin-bottom: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
}
@media screen and (max-width: 509px) {
  .notification-box p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}
.notification-box .notif-icon {
  max-width: 27px;
  padding: 0 10px;
}
.notification-box .notif-inner-text {
  flex-wrap: nowrap;
  padding: 5px 0;
}
.notification-box .notif-inner-text .form-submit-as-link, .notification-box .notif-inner-text input[type=submit] {
  position: relative;
  z-index: 0;
  height: 39px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #c75000;
  outline: none;
  border: 1px solid #c75000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px #fff;
}
.notification-box .notif-inner-text a {
  font-size: 15px;
}
.notification-box .notif-inner-text p {
  margin: 0;
}

@media screen and (max-width: 889px) {
  .timer-notification-box-size {
    max-width: none;
  }
}
@media screen and (max-width: 889px) and (min-width: 760px) {
  .timer-notification-box-size {
    width: 547px !important;
  }
}
@media screen and (max-width: 759px) and (min-width: 550px) {
  .timer-notification-box-size {
    width: 415px !important;
  }
}
@media screen and (max-width: 549px) and (min-width: 510px) {
  .timer-notification-box-size {
    width: 376px !important;
  }
}
@media screen and (max-width: 509px) {
  .timer-notification-box-size {
    max-width: 376px !important;
    margin-bottom: 30px !important;
  }
}

/* Viewports */
html, body {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #3b4b59;
  margin: 0;
}

body {
  min-width: 290px !important;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

/* ==========================================================================
   Masthead
   ========================================================================== */
#top {
  width: 100vw;
  background-color: #f2de79;
  z-index: 10;
  border-bottom: 1px solid #b6b6b6;
  -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
}

.closeCreate {
  right: -30px;
}

.header-item {
  display: inline-block;
}
.header-item .sixx {
  margin-right: 7px;
}
.header-item .search-bar {
  margin-right: 7px;
}
.header-item.login-register {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
  text-align: left;
  line-height: 21px;
  cursor: pointer;
}
.header-item.login-register-icon {
  cursor: pointer;
}
.header-item .logo {
  margin-bottom: 0;
}
.header-item#menu-button {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-item#menu-button:hover {
  background: rgb(247.412244898, 235.7387755102, 176.787755102);
}
.header-item#close-search {
  cursor: pointer;
  color: white;
  vertical-align: middle;
  font-size: 28px;
  display: none;
  font-weight: bold;
}
.header-item .loupe-img {
  cursor: pointer;
}

.menu-hover {
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.menu-hover:hover {
  background: #f7e89b;
}

#mobile-sidenav-dim {
  display: none;
  z-index: 10001;
}

.cursor-pointer {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #c75000;
}

input:-moz-placeholder {
  color: #c75000;
}

input:-ms-input-placeholder {
  color: #c75000;
}

#submit {
  background: transparent;
  border: none;
  display: none;
}

.closeMenu img {
  display: block;
  position: relative;
  z-index: 10001;
  text-align: right;
  width: 20px !important;
  height: 20px;
  background: url("../img/result.png") 0 -401px;
}

.mobile-right {
  display: inline-block;
  margin-top: 15px;
}

/* ==========================================================================
   Page Content
   ========================================================================== */
#contentArea {
  position: relative;
  z-index: 2;
}

.contentHeader {
  padding-bottom: 10px;
  border-bottom: 1px solid #E4EDF4;
}
.contentHeader img {
  position: relative;
  float: left;
  top: -20px;
}

#socialMedia {
  position: relative;
  display: inline-block;
}

.normal-text-font-size {
  font-size: 16px;
}

#mainContent h2 {
  margin-top: -7px;
  padding-bottom: 3px;
}
#mainContent br {
  clear: both;
}

.activeSorting {
  font-weight: bold;
}

.entryImage {
  float: left;
  margin-top: 9px;
  position: relative;
}

.textTorsten {
  float: left;
  width: 590px;
  margin-left: 10px;
}

.entryText a:visited {
  color: #80371A;
}
.entryText h3 {
  margin: 0 0 4px;
}
.entryText h3 a {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.entryText h3 a:hover {
  text-decoration: underline;
}
.entryText p {
  margin: 8px 0 36px;
}

.metadata {
  font-size: 12px;
  color: #6c88a1;
}
.metadata img {
  margin-right: 3px;
}

.metaImages {
  position: relative;
  display: inline-block;
}

.metaText {
  display: inline;
  font-size: 12px;
  line-height: 24px;
  color: #3b4b59 !important;
}

.more {
  margin-top: 0;
  font-weight: bold;
}

.more-btn-container {
  text-align: center;
  margin-bottom: 20px;
}
.more-btn-container .more {
  display: inline-block;
  margin-top: 5px;
}

#paging {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  color: #6c88a1;
  text-transform: uppercase;
}
#paging a:hover {
  text-decoration: none;
}
#paging img {
  height: 19px;
  padding-bottom: 8px;
  transition: opacity 0.15s;
}
#paging img:hover {
  opacity: 0.75;
}

#lists {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#related h2 {
  font-size: 24px;
}

.tabbedContainer h2 {
  margin-bottom: 8px;
}

.tabWrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.tabWrapper ol {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.tabWrapper li {
  font-weight: bolder;
  line-height: 0;
}

.tabsHeader {
  margin: 6px 0 10px;
  padding: 0 0 2px 0;
}
.tabsHeader li {
  display: inline-block;
  width: 33% !important;
  margin-right: -4px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #f2de79;
}
.tabsHeader li a:hover {
  font-weight: bolder;
  text-decoration: none;
}

.activeTab {
  color: #9e0000 !important;
  border-bottom: 3px solid #9e0000 !important;
}
.activeTab a {
  color: #9e0000 !important;
}

#tabTests {
  height: 400px;
}
#tabTests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#tabThemes {
  height: 400px;
}
#tabThemes a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#tabCategories {
  height: 400px;
}
#tabCategories a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.tabWrapperList {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tabWrapperList ol {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0;
}
.tabWrapperList li {
  font-weight: lighter;
  line-height: 0;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 15px;
}

.tabsHeaderList {
  margin: 6px 0 10px;
  padding: 0 0 2px 0;
}
.tabsHeaderList li {
  display: inline-block;
  margin-right: -4px !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #f2de79;
}
.tabsHeaderList li a:hover {
  font-weight: bolder;
  text-decoration: none;
}

#tabTop50Tests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#tabTop50Categories a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#tabBestTests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#tabRandomTests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#channelSection {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid #E4EDF4;
}
#channelSection p {
  text-align: justify;
}
#channelSection .channel-create {
  border-bottom: 1px solid #E4EDF4;
  margin-bottom: 20px;
  padding-bottom: 15px;
  margin-top: 25px;
}
#channelSection .channel-create h2 a {
  font-weight: normal;
  font-size: 24px;
  color: #3b4b59;
}

.channelCol {
  border-right: 1px solid #E4EDF4;
  padding-right: 20px;
}
.channelCol p {
  margin-bottom: 0;
}
.channelCol a:hover {
  color: #c75000;
}
.channelCol h2 a {
  font-weight: bold !important;
}

.channelLink a {
  font-size: 14px !important;
}

.tile-list {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tile-list li {
  min-width: 80px;
  width: 13%;
  padding: 0 3px;
}
.tile-list li i {
  font-size: 47px;
}
.tile-list li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0.799em;
}
.tile-list li i {
  display: block;
  margin-bottom: 5px;
}
.tile-list li.single-in-row {
  display: block;
  width: 100%;
}
.tile-list li a {
  color: #3b4b59;
}
.tile-list li a:hover {
  text-decoration: none;
}
.tile-list li:hover i {
  opacity: 0.7;
}
.tile-list.hidden-by-default {
  display: none;
  opacity: 0;
}

/* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
.metaImagesHead {
  position: relative;
  top: 20px;
}
.metaImagesHead img {
  margin-right: 4px;
}

#metaTextHead {
  color: #3b4b59 !important;
}

.quiz-intro {
  width: 100%;
}

.quiz-type-description {
  width: 95%;
}

.quiz-type-description, .quiz-intro {
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  color: #3b4b59;
  word-wrap: break-word;
  font-size: 17px !important;
  text-align: justify;
}

.quiz-create-description {
  font-size: 15px;
  margin: 0 auto 40px auto !important;
  width: 85%;
}
.quiz-create-description p, .quiz-create-description span {
  font-size: 15px;
}

#resources {
  margin: 0 0 40px 0;
  line-height: 30px;
  font-size: 15px;
  word-wrap: break-word;
}
#resources .asideTitles {
  margin: 0;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  margin: 0.7em 0;
}
#resources ul {
  margin-top: 10px;
  padding-left: 0;
}
#resources .aside-bullet-items {
  font-size: 15px;
}
#resources .aside-bullet-items a {
  font-size: 15px;
}
#resources .aside-btn-element form button {
  margin-top: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 15px;
  color: #c75000;
}
#resources .aside-btn-element form button:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
#resources .aside-btn-element form button:active {
  outline: none;
}

.quiz-author-btn-element button {
  margin-top: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 15px;
  color: #c75000;
}
.quiz-author-btn-element button:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.quiz-author-btn-element button:active {
  outline: none;
}

.questionsImgs div.antworten {
  min-height: 160px;
}

#quiz-questionmark {
  color: #c75000 !important;
  font-size: 26pt;
  font-family: Arial, Helvetica, sans-serif;
  cursor: help;
}

.header-preview {
  width: 600px;
  word-wrap: break-word;
}

.font-orange {
  color: #c75000 !important;
}

.questions {
  margin: 0;
  padding-left: 0;
}
.questions li {
  margin-bottom: 20px;
  clear: both;
  border: 1px solid #e58156;
  border-radius: 18px;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
}
.questions div.frage {
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 18px;
  font-weight: bolder;
  min-height: 40px;
  margin: 0;
  padding: 16px 16px 16px 16px;
  border-bottom: 1px solid #e58156;
  border-radius: 18px 18px 0 0;
  background-color: #fff1b4;
}
.questions div.antworten {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 18px;
  font-weight: bolder;
  margin: 0;
  padding: 0;
}
.questions div.antworten-qtype-liste .answer {
  padding-left: 31px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 23px;
}
.questions div.antwort1 {
  margin: 0;
  background-color: #EEEEEE;
}
.questions div.antwort1:last-child {
  border-radius: 0 0 18px 18px;
}
.questions div.antwort2 {
  margin: 0;
}
.questions div.antwort2:last-child {
  border-radius: 0 0 18px 18px;
}
.questions div.antwort2 input, .questions div.antwort1 input {
  top: 19px;
  left: 19px;
}
.questions div.antwort2 .answer, .questions div.antwort1 .answer {
  display: block;
  position: relative;
}
.questions div.antwort2 .answer label, .questions div.antwort1 .answer label {
  display: block;
  padding: 21px;
  padding-left: 60px;
  padding-right: 20px;
}
.questions div {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.questions fieldset {
  display: block;
  position: relative;
  min-height: 55px;
  color: #3b4b59;
}
.questions input {
  position: relative;
  z-index: 10;
  float: left;
  width: 24px;
  height: 24px;
}

.quizImage {
  border-radius: 3px;
}

.questionImage, .questionFormBoxImage {
  position: relative;
  float: left;
  padding: 10px 0 10px 0 !important;
}
.questionImage .highslide .zoomIn, .questionFormBoxImage .highslide .zoomIn {
  bottom: 9px !important;
}

.hs-position {
  position: absolute;
}

.highslide .zoomIn {
  position: absolute;
  padding-top: 10px;
  bottom: 16px;
  right: 0;
  padding: 2px;
  border-radius: 5px;
  width: 23px;
  height: 23px;
}

.radio-input {
  top: 50% !important;
  left: 31px !important;
  position: absolute !important;
  -moz-transform: translateX(-50%) translateY(-50%) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
}

.div-answer {
  position: relative;
}

.number {
  float: left;
  text-align: center;
  color: #f2efbb;
  font-family: Verdana, Geneva, Roboto, sans-serif !important;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #3b4b59;
  border-radius: 50%;
}

.top-liste-number {
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.top-liste-frage {
  min-height: 70px !important;
}

.question-box {
  word-wrap: break-word;
  margin-left: 15px;
}

.button {
  display: block;
  clear: both;
  padding: 12px 42px 11px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #c75000;
  border: 1px solid #c75000;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
}
.button:hover {
  background-color: #c75000;
  border-color: #c75000;
  color: #f2efbb;
  text-decoration: none;
}
.button:active {
  background-color: #EE9058;
  border-color: #ee9058;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
}

.share-btn a img {
  padding: 5px;
}

#searchInputSuchbox {
  position: relative;
  float: left;
  z-index: 20;
  background: #f2efbb;
  padding: 10px 8px 10px 8px;
  margin: 0 25px 10px 0;
  border: none;
  border-radius: 8px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px;
  color: #3b4b59;
  outline: none;
  border-color: #9e0000;
  box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
  -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
}
#searchInputSuchbox:focus {
  border-color: #9e0000;
  box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
  -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
}

input::-webkit-input-placeholder {
  color: #c75000;
}

input:-moz-placeholder {
  color: #c75000;
}

input:-ms-input-placeholder {
  color: #c75000;
}

#button-next {
  position: relative;
  z-index: 0;
  height: 39px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #c75000;
  border: 1px solid #c75000;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
}

.search-block {
  margin-bottom: 10px;
}

.search-box-description {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}

.search-box, .user-search-box, .user-search-box-aside {
  display: block;
  flex-flow: nowrap;
  -webkit-flex-flow: nowrap;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  border: 1.7px solid;
  border-radius: 5px;
  background: #ffffff;
  height: 36px;
  padding: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
}
.search-box ::-webkit-input-placeholder, .user-search-box ::-webkit-input-placeholder, .user-search-box-aside ::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 14px;
  line-height: 1.3;
  margin-top: -1px;
}
.search-box ::-moz-placeholder, .user-search-box ::-moz-placeholder, .user-search-box-aside ::-moz-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #3b4b59;
  font-size: 14px;
  line-height: 1.3;
  margin-top: -1px;
}
.search-box :-ms-input-placeholder, .user-search-box :-ms-input-placeholder, .user-search-box-aside :-ms-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 14px;
  line-height: 1.3;
  margin-top: -1px;
}
.search-box #search-input-box, .search-box #user-search-input, .search-box #user-search-input-aside, .user-search-box #search-input-box, .user-search-box #user-search-input, .user-search-box #user-search-input-aside, .user-search-box-aside #search-input-box, .user-search-box-aside #user-search-input, .user-search-box-aside #user-search-input-aside {
  order: 1;
  border: none;
  padding-left: 9px;
  line-height: 1.3;
  font-size: 16px !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #3b4b59;
  outline: none;
  background: #ffffff;
  vertical-align: middle;
  margin-top: 7px;
  margin-left: 1px;
}
.search-box #search-input-box, .user-search-box #search-input-box, .user-search-box-aside #search-input-box {
  width: 330px;
}
.search-box #user-search-input, .user-search-box #user-search-input, .user-search-box-aside #user-search-input {
  width: 380px;
}
.search-box #user-search-input-aside, .user-search-box #user-search-input-aside, .user-search-box-aside #user-search-input-aside {
  width: 160px;
}
.search-box #button-search-next, .search-box #button-user-search, .search-box #button-user-search-aside, .user-search-box #button-search-next, .user-search-box #button-user-search, .user-search-box #button-user-search-aside, .user-search-box-aside #button-search-next, .user-search-box-aside #button-user-search, .user-search-box-aside #button-user-search-aside {
  order: 2;
  height: 39.4px;
  float: right;
  margin-top: -1.7px;
  margin-right: -1.5px;
  border-right: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1.7px solid !important;
  border-color: #3b4b59 !important;
  font-size: 13px !important;
  color: #ffffff;
  background: #3b4b59;
  padding: 0;
  cursor: pointer !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
}
.search-box #button-search-next:focus, .search-box #button-user-search:focus, .search-box #button-user-search-aside:focus, .user-search-box #button-search-next:focus, .user-search-box #button-user-search:focus, .user-search-box #button-user-search-aside:focus, .user-search-box-aside #button-search-next:focus, .user-search-box-aside #button-user-search:focus, .user-search-box-aside #button-user-search-aside:focus {
  outline: none;
  border: none;
}
.search-box #button-search-next:hover, .search-box #button-user-search:hover, .search-box #button-user-search-aside:hover, .user-search-box #button-search-next:hover, .user-search-box #button-user-search:hover, .user-search-box #button-user-search-aside:hover, .user-search-box-aside #button-search-next:hover, .user-search-box-aside #button-user-search:hover, .user-search-box-aside #button-user-search-aside:hover {
  background: #50657a;
  border-color: #50657a;
}
.search-box #button-search-next #white-loupe-icon, .search-box #button-user-search #white-loupe-icon, .search-box #button-user-search-aside #white-loupe-icon, .user-search-box #button-search-next #white-loupe-icon, .user-search-box #button-user-search #white-loupe-icon, .user-search-box #button-user-search-aside #white-loupe-icon, .user-search-box-aside #button-search-next #white-loupe-icon, .user-search-box-aside #button-user-search #white-loupe-icon, .user-search-box-aside #button-user-search-aside #white-loupe-icon {
  width: 17px;
  height: 17px;
  margin-right: 4.5px;
  margin-top: -3px;
}
.search-box #button-search-next, .user-search-box #button-search-next, .user-search-box-aside #button-search-next {
  width: 90px;
}
.search-box #button-search-next:after, .user-search-box #button-search-next:after, .user-search-box-aside #button-search-next:after {
  content: "Suchen";
}
.search-box #button-user-search, .user-search-box #button-user-search, .user-search-box-aside #button-user-search {
  width: 90px;
}
.search-box #button-user-search:after, .user-search-box #button-user-search:after, .user-search-box-aside #button-user-search:after {
  content: "Suchen";
}
.search-box #button-user-search-aside, .user-search-box #button-user-search-aside, .user-search-box-aside #button-user-search-aside {
  width: 40px;
}

.search-box {
  width: 440px;
}

.user-search-box {
  width: 490px;
}

.user-search-box-aside {
  width: 220px;
}

#button-search-single {
  height: 39.4px;
  width: 300px;
  border-radius: 5px;
  border: 1.7px solid !important;
  border-color: #3b4b59 !important;
  font-size: 16px !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #ffffff;
  background: #3b4b59;
  font-weight: bold;
  padding: 0;
  margin-left: 145px;
  cursor: pointer !important;
}
#button-search-single:after {
  content: "Suchen";
}
#button-search-single:focus {
  outline: none;
  border: none;
}
#button-search-single:hover {
  background: #50657a;
  border-color: #50657a;
}
#button-search-single #white-loupe-icon {
  width: 17px;
  height: 17px;
  margin-right: 4.5px;
  margin-top: -3px;
}

.urkunde-font-style {
  font-style: italic;
}

.urkunde-description {
  margin: 0;
}

/* ==========================================================================
Quiz-Erstellung
========================================================================== */
.quiz-formular-list {
  padding: 0 0 0 25px;
}
.quiz-formular-list li {
  margin-bottom: 10px;
  font-size: 0.88rem;
}

.disc-list-style {
  list-style: disc;
}

.zeitlimit {
  display: inline-block;
  width: 60px !important;
  height: 26px !important;
  margin-top: 10px;
}
.zeitlimit input {
  width: 40px !important;
  margin-top: 2px !important;
}
.zeitlimit label {
  position: absolute;
  margin: 4px 0 0 10px;
  font-weight: bold;
}

.zeitlimit-label {
  display: inline;
}

.quiz-formular-input {
  display: inline-block;
  border: 1.7px solid;
  border-radius: 5px;
  background: #fff;
  height: 34px;
  width: 200px;
  padding: 0 !important;
  margin-top: 5px;
}
.quiz-formular-input input {
  border: none;
  padding-left: 9px;
  line-height: 1;
  font-size: 15px !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #3b4b59;
  outline: none;
  background: #fff;
  vertical-align: middle;
  margin-top: 6px;
  margin-left: 6px;
  width: 189px;
  height: auto;
}
.quiz-formular-input ::placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 13px;
  line-height: 1.3;
  margin-left: 4px;
}
.quiz-formular-input ::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 13px;
  line-height: 1.3;
}
.quiz-formular-input :-ms-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 13px;
  line-height: 1.3;
}
.quiz-formular-input ::-moz-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 13px;
  line-height: 1.3;
}
.quiz-formular-input :-moz-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #6b7d99;
  font-size: 13px;
  line-height: 1.3;
}

.testedich-hinweis {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}

/* ==========================================================================
  QUIZ - TIMER
========================================================================== */
#timeLeft {
  position: fixed;
  text-align: center;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  color: #3b4b59;
  background-color: rgba(255, 241, 180, 0.625);
  background: rgba(255, 234, 141, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
  border: 1px solid #c75000;
  border-radius: 125px;
}
#timeLeft time {
  color: white;
}

#counter {
  position: fixed;
  z-index: 99999;
  width: 100px;
  height: 100px;
}
#counter svg {
  transform: rotateY(-180deg) rotateZ(-90deg);
  width: 100px;
  height: 100px;
}
#counter svg circle {
  stroke-dasharray: 290.5px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke: #c75000;
  fill: none;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 290.5px;
  }
}

#timeQuizAlert {
  display: flex;
  flex-direction: row;
  padding: 1.25px 0;
  margin-bottom: 15px;
  background: rgba(224, 165, 0, 0.2392156863);
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #c75000;
}
#timeQuizAlert p {
  margin: 0 !important;
  font-size: 1rem;
}

/* ========= Quiz Scroll Down Button + Auswertung Button ========= */
#scroll-dwn-auswertung {
  height: 40px;
  position: fixed;
  z-index: 20000;
  margin: 70px auto auto 695px;
  display: none;
  border-radius: 8px !important;
  width: 200px;
  border: 1px solid #c75000 !important;
  color: #3b4b59;
  font-weight: bold;
  background: rgba(255, 234, 141, 0.7);
}

.quiz-bottom-button-left {
  margin: 10px auto 30px 0px;
}

.quiz-bottom-button-right {
  margin: 10px 0px 30px auto !important;
}

.quiz-bottom-button-left, .quiz-bottom-button-right {
  height: 39px !important;
  width: 195px !important;
  line-height: 12px;
  font-size: 14px !important;
}

/* ==========================================================================
  QUIZ / PROFILE RATING
========================================================================== */
.rating {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
}
.rating .aside-rating-title {
  font-size: 17px !important;
  margin-block-start: 0em !important;
  margin-block-end: 6px !important;
}

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  margin-top: 6px;
  margin-right: 3px;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 120%;
  line-height: 1.2;
  color: #ffcc66;
}

.rating:not(:checked) > label:before {
  content: "★";
  margin-right: 13px;
}

input#star1, #star2, #star3, #star4, #star5 {
  visibility: hidden;
}

#rated-profile {
  border: 1px solid rgba(229, 129, 86, 0.4);
  border-radius: 10px;
  padding: 5px 15px;
  margin: 25px 0;
}

#rated-profile p {
  font-size: 1.07em;
  text-align: center;
  color: #3b4b59;
}

.rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
Categories page
========================================================================== */
.category h2 {
  font-size: 25px;
  margin: 0 0 6px 0 !important;
  border-bottom: 1px double #333;
  font-weight: bold;
}
.category h3 {
  margin-bottom: 0 0 6px 0 !important;
  border-bottom: 1px solid #333;
}
.category h4 {
  margin: 0 0 6px 0 !important;
  border-bottom: 1px dotted #333;
}
.category ul {
  margin-top: 0;
  padding-left: 0;
}
.category li {
  display: inline-block;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 15px;
  font-weight: bolder;
  line-height: 30px;
  margin-right: 28px;
}
.category li a {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  font-weight: lighter;
}

.evenCategory {
  margin-right: 0;
}

.category-btn-element form button {
  margin-top: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 15px;
  color: #c75000;
  border: none !important;
  text-align: left !important;
}
.category-btn-element form button:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.category-btn-element form button:active {
  outline: none;
}

/*======= Read-More / Read-Less for Texts =======*/
.category-text-container-one, .category-text-container-two {
  display: block;
  height: fit-content;
  clear: both;
  margin-bottom: 30px;
}
.category-text-container-one div p, .category-text-container-two div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-text-container-one button, .category-text-container-two button {
  border: none !important;
  outline: none;
  background-color: transparent;
  color: #3b4b59;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
  box-shadow: none;
  display: block;
  padding: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-top: -15px;
}
.category-text-container-one button::before, .category-text-container-two button::before {
  font-style: italic;
}
.category-text-container-one button:hover, .category-text-container-two button:hover {
  background-color: transparent !important;
  text-decoration: underline;
}

.category-text-container-one div p {
  -webkit-line-clamp: 5;
}
.category-text-container-one button::before {
  content: "...Weiterlesen";
}
.category-text-container-one button::after {
  background-image: url("../images/svg/icons-and-fallbacks/read_less_icon.png");
  background-size: 15px 25px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-decoration: underline;
  width: 14px;
}

.category-text-container-two div p {
  -webkit-line-clamp: none;
}
.category-text-container-two button::before {
  content: "...Weniger";
}
.category-text-container-two button::after {
  background-image: url("../images/svg/icons-and-fallbacks/read_more_icon.png");
  background-size: 15px 25px;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: 6px;
  text-decoration: underline;
  width: 14px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  padding-top: 10px;
  background-color: #3b4b59;
  clear: both;
}

#footerNav .footerTitles {
  font-size: 21px;
  font-weight: bolder;
  color: #fff;
  padding-top: 0;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  margin: 0.83em 0;
}
#footerNav .footer-btn-element form button {
  margin-top: 0 !important;
  border: none !important;
  padding: 0;
  font-size: 16px;
  color: #f2de79;
}
#footerNav .footer-btn-element form button:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
#footerNav .footer-btn-element form button:active {
  outline: none;
}
#footerNav ul {
  padding-left: 0;
  margin-top: 0;
}
#footerNav li {
  line-height: 30px;
  font-size: 15px;
}
#footerNav a {
  color: #f2de79;
}
#footerNav img {
  position: relative;
  top: -2px;
  padding-right: 6px;
}

.footerCol {
  float: left;
}

.footerColLast {
  float: left;
}

#copyright {
  clear: both;
  margin-top: 10px;
  padding-bottom: 20px;
  color: white;
}

/* ==========================================================================
   Laravel
   ========================================================================== */
.quizlist-view-crumbtrail {
  color: #8c9fb1;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.quizlist-view-quiz-name {
  color: #3b4b59;
}

.quizlist-view-quiz {
  display: block;
  margin-bottom: 9px;
  margin-left: 5px;
}

.quizlist-view-quizzes {
  margin-top: 12px;
  margin-bottom: 12px;
}

.quizlist-view-delete-button {
  height: 23px;
}

.quizlist-view-delete-button span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}

.quizlist-view {
  margin-bottom: 40px;
}

/* ==========================================================================
   Other
   ========================================================================== */
.input-as-link {
  background: none;
  border: none;
  color: #c75000;
  font-size: 16px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  padding: 0;
}
.input-as-link:hover {
  text-decoration: underline;
}

.link-as-button {
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #c75000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px #fff;
  border: 1px solid #c75000;
  padding: 10px 7px;
  display: inline-block;
}
.link-as-button:hover {
  background-color: #c75000;
  border-color: #c75000;
  color: #f2efbb;
  text-decoration: none;
}

.site-table {
  table-layout: fixed;
  width: 100%;
  font-size: 15px;
}

div.user-avatar-small {
  border-radius: 100px;
  text-align: center;
  background-size: cover;
}

div.user-avatar-small, div.user-avatar-small-default {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 4px;
}

div.user-avatar-small-default {
  background: #8795bd;
  color: white;
  text-align: center;
  padding-top: 13px;
  box-sizing: border-box;
}
div.user-avatar-small-default span {
  font-size: 21px;
}

.user-users-list {
  padding: 0;
}
.user-users-list .user-users-list-li {
  margin-bottom: 10px;
}
.user-users-list .user-users-list-li .user-users-list-options {
  margin-top: 4px;
}
.user-users-list .user-users-list-li .user-avatar-small, .user-users-list .user-users-list-li .user-users-list-username, .user-users-list .user-users-list-li .user-users-list-userdata, .user-users-list .user-users-list-li .user-avatar-small-default {
  display: inline-block;
  vertical-align: middle;
}
.user-users-list .user-users-list-li .user-users-list-username, .user-users-list .user-users-list-li .user-users-list-options {
  margin-left: 13px;
}
.user-users-list .user-users-list-li .user-users-list-userdata {
  width: 80%;
}
.user-users-list .user-users-list-li .user-users-list-username {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.users-list-avatar-link:hover {
  text-decoration: none;
}

.users-list-profile {
  width: 100%;
}
.users-list-profile .users-list-profile-entry {
  width: 19%;
  display: inline-block;
  text-align: center;
}
.users-list-profile .users-list-profile-entry .users-list-profile-username {
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iq-wert-bullet-list,
.iq-list-popular-ppl {
  font-size: 15px !important;
  line-height: 1.4 !important;
}
.iq-wert-bullet-list li,
.iq-list-popular-ppl li {
  margin-bottom: 7px !important;
  align-items: inherit;
  padding-left: 10px;
}

.iq-wert-bullet-list li {
  list-style-type: disc;
  margin-left: -5px;
}

.iq-list-popular-ppl {
  text-align: center;
  list-style-type: none;
  margin-left: -50px;
}

/* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
#crumbtrail {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #3b4b59;
}

#crumbtrail.crumbtrail-catalog {
  color: #94a8b7;
  border-bottom: 1px solid #e4edf4;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

#profile_header {
  display: block;
  align-items: baseline;
  justify-content: space-between;
}
#profile_header h1 {
  margin-bottom: 5px;
}

#last_activity_wrapper {
  display: block;
}

#last_activity_marker {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
}

#last_activity_marker ~ span {
  display: inline-block;
  color: rgba(59, 75, 89, 0.631372549);
}

.metaRating {
  padding-top: 2px;
}

#searchSuchbox {
  margin-top: 12px;
  float: left;
}

input.button-klein {
  border: none;
  color: #fff;
  padding: 3px;
  margin: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #c75000;
  cursor: pointer;
}

* + html input#button-klein {
  padding: 0px 0px 0px 10px;
}

* html input#button-klein {
  padding: 0px 0px 0px 10px;
}

.edit_profile_questions {
  margin-top: -48px !important;
}

.div_edit_profile {
  width: 600px;
}
.div_edit_profile label {
  font-size: 15px;
}

.div_edit_profile_row {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 15px;
}
.div_edit_profile_row label {
  display: inline-block;
  width: 27%;
  vertical-align: middle;
}
.div_edit_profile_row textarea {
  width: 70%;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle;
}
.div_edit_profile_row input {
  font-size: 15px;
}

.div_edit_profile_row_radio {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.div_edit_profile_row_radio label {
  display: inline-block;
  width: 27%;
  vertical-align: middle;
}
.div_edit_profile_row_radio input[type=radio] {
  vertical-align: middle;
  margin-left: 30px;
}

.div_edit_profile_row input[type=text], .div_edit_profile_row input[type=file] {
  margin-bottom: 15px;
  height: 35px;
  width: 70%;
}
.div_edit_profile_row input[type=submit], .div_edit_profile_row input[type=button] {
  margin-bottom: 5px;
}

.div_user_settings, .div_delete_account {
  width: 500px;
}

.div_user_settings_rows label {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 15px;
  width: 200px;
  font-size: 15px;
}
.div_user_settings_rows a {
  font-size: 15px;
}

.div_user_other_settings_rows {
  display: flex;
  padding-bottom: 15px;
  font-size: 15px;
}
.div_user_other_settings_rows label {
  display: inline-block;
  padding-right: 15px;
  width: 200px;
}

.profile-image-upload {
  margin-bottom: 0 !important;
}

.profile-image-hint {
  font-size: 14px;
}

#password_confirmation {
  margin-bottom: 25px;
}

.danger_zone_button {
  width: max-content;
  background-color: #E86651;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 8px;
  border: 1px solid #c75000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px #fff;
}

.div_delete_account_rows label {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 15px;
  width: 200px;
}

.forum-input-form {
  font-size: 15px;
}
.forum-input-form input {
  font-size: 15px;
}

.quizList-link-btn-element button {
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
  padding: 0;
  color: #c75000;
  text-align: left !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: bolder;
  margin: -7px 0 0.75em 0;
  padding-bottom: 3px;
}
.quizList-link-btn-element button:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.quizList-link-btn-element button:active {
  outline: none;
}

.quiz-author-btn-element {
  display: inline-block;
}

.quiz-author-btn-element button {
  border: none !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 0 !important;
  margin: 0 !important;
  color: #c75000;
  text-align: left !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  display: inline-block;
}
.quiz-author-btn-element button span {
  padding: 0 !important;
}
.quiz-author-btn-element button:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.quiz-author-btn-element button:active {
  outline: none;
}

/* ==========================================================================
editor-choice-banner
========================================================================= */
#index, #catalog, #vorschau {
  margin-top: 15px;
}

#search .editor-choice-banner a .editor-choice-banner-german,
#search .editor-choice-banner a .editor-choice-banner-english,
#search .editor-choice-banner a .editor-choice-banner-dutch, #index .editor-choice-banner a .editor-choice-banner-german,
#index .editor-choice-banner a .editor-choice-banner-english,
#index .editor-choice-banner a .editor-choice-banner-dutch, #catalog .editor-choice-banner a .editor-choice-banner-german,
#catalog .editor-choice-banner a .editor-choice-banner-english,
#catalog .editor-choice-banner a .editor-choice-banner-dutch {
  margin-left: -2px;
  margin-right: 10px;
  float: left;
  width: 90px;
  height: 26px;
}

#vorschau .editor-choice-banner a .editor-choice-banner-german,
#vorschau .editor-choice-banner a .editor-choice-banner-english,
#vorschau .editor-choice-banner a .editor-choice-banner-dutch {
  margin-left: -2px;
  margin-right: 10px;
  margin-top: -6px;
  display: inline;
  position: inherit;
  float: left;
  width: 90px;
  height: 26px;
}

#vorschau .metaImagesHead {
  top: 25px !important;
}

#vorschau #metaTextHead {
  line-height: 29px !important;
  font-size: 14px !important;
}

#search .editor-choice-banner-spacing, #index .editor-choice-banner-spacing, #catalog .editor-choice-banner-spacing {
  line-height: 29px !important;
}

/*===========================================================
Button-Designs
========================================================================= */
/*=======blueprint design for primary and secondary buttons=======*/
.button-primary, .button-secondary {
  padding: 12px;
  line-height: 12px;
  display: block;
  height: 35px;
  border-radius: 8px;
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-weight: bolder;
  font-size: 14px;
}
.button-primary:focus, .button-secondary:focus {
  outline: none;
  border: none;
}

.button-primary {
  background: #ac4600;
  color: #fff;
  border: none !important;
}
.button-primary:hover {
  background-color: #9D3F00 !important;
}

.button-secondary {
  background: #fff;
  color: #ac4600 !important;
  border: 1px solid #ac4600 !important;
  cursor: pointer;
}
.button-secondary a {
  color: #ac4600;
}
.button-secondary:hover {
  background-color: #f7f7f7 !important;
}

.anchor-as-button {
  padding: 0 !important;
  line-height: 35px;
}
.anchor-as-button a {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 34px;
  text-decoration: none !important;
  display: block;
}
.anchor-as-button a:hover {
  text-decoration: none;
  outline: none;
  border: none;
}
.anchor-as-button a span {
  line-height: 34px;
}

.anchor-as-button {
  padding: 0 !important;
  line-height: 35px;
}
.anchor-as-button a {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 34px;
  text-decoration: none !important;
  display: block;
}
.anchor-as-button a:hover {
  text-decoration: none;
  outline: none;
  border: none;
}
.anchor-as-button a span {
  line-height: 34px;
  font-size: 12px;
}

.button-centering {
  margin: 10px auto;
}

.button-top-spacing {
  margin-top: 33px;
}

.button-bottom-spacing {
  margin-bottom: 50px;
}

.button-quizbedingungen {
  margin-top: 20px;
}

.button-centering-small-top-margin {
  margin: 10px auto;
}

/*======= Profile buttons =======*/
.delete-comment-button {
  position: relative;
  right: 0;
  padding: 12px !important;
}

.back-button {
  width: 80px;
}

#button-edit-friends {
  width: 164px;
}

.profile-edit-button {
  font-size: 12px !important;
}

#button-edit-friends {
  width: 164px;
}

#button-edit-blocked {
  width: 240px;
}

#button-edit-requests {
  width: 265px;
}

#button-edit-favTests {
  width: 196px;
}

#button-edit-myTests {
  width: 255px;
}

.profile-settings-button {
  margin: 0 0 0 219px !important;
  padding: 0 20px !important;
  width: 203px;
}

.profile-delete-button {
  width: 165px !important;
  position: absolute;
  margin: 0 0 0 219px !important;
  padding: 0 !important;
  text-indent: 24px;
}

.profile-delete-button-icon {
  height: 20px;
  width: 20px;
  padding-left: 12px;
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
}

.profile-settings-next-save-button-one {
  margin: 30px auto;
  width: max-content;
}

.profile-settings-next-save-button-two {
  margin-top: 30px;
  float: right;
  display: inline-block;
}

.profile-settings-back-button, .profile-settings-del-image-button {
  margin-top: 30px;
  display: inline-block !important;
}

.button-input-duo {
  width: fit-content;
  height: fit-content;
}
.button-input-duo input {
  order: 1;
  width: 250px;
  height: 35px;
  border-color: #3b4b59;
  border-right-color: #ac4600;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 1px;
  display: inline-block;
}
.button-input-duo input:focus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 1px;
  outline: none;
}
.button-input-duo button {
  order: 2;
  float: right;
  background: #ac4600;
  color: #fff;
  font-color: #fff !important;
  height: 39px;
  font-weight: bold;
  margin-top: 0px;
  display: inline-block;
  border: #ac4600 !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px;
  line-height: 12px;
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
}
.button-input-duo button:hover {
  background-color: #9D3F00 !important;
}

.profile-unblock-user-button, .profile-delete-friend-button {
  height: 25px !important;
  margin-top: -5px !important;
  line-height: 2px !important;
  padding: 0 12px !important;
  box-shadow: none;
  font-size: 13px;
}

.profile-block-cell-width {
  width: 200px;
}

.profile-block-cell-spacing {
  height: 25px;
}

.profile-delete-friend-modal-button {
  display: inline-block !important;
  padding: 7px 8px !important;
}

.profile-delete-friend-modal-cancel {
  float: right;
}

.profile-delete-friend-modal {
  display: inline-block !important;
  width: 100%;
}

.profile-delete-profile-submit {
  display: inline-block !important;
}

/*===========================================================
Profile-Designs
========================================================================= */
.settings-text-description {
  font-size: 16px !important;
}

.profile-friend-edit {
  display: inline-block;
  float: right;
  margin-top: 23px;
}

.div-profile-friend-edit {
  display: inline-block;
}

/* ==========================================================================
profile-steckbrief
========================================================================= */
.profile-steckbrief td {
  word-break: break-word;
}

.profile-steckbrief .category-title span {
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}

.profile-steckbrief .category-title {
  height: 30px;
  padding-left: 10px !important;
}

.profile-steckbrief .question-title {
  height: 20px;
}
.profile-steckbrief .question-title span {
  font-weight: bold;
}

.profile-steckbrief td:first-child {
  color: #3b4b59 !important;
  border: none !important;
  width: 140px;
}

.profile-steckbrief .category-title-row td {
  margin-bottom: 20px !important;
  background-color: rgba(242, 222, 121, 0.7215686275) !important;
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  color: #3b4b59 !important;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-steckbrief .category-title-row td {
    background-color: #f2de79 !important;
  }
}
@supports (-ms-accelerator: true) {
  .profile-steckbrief .category-title-row td {
    background-color: #f2de79 !important;
  }
}

.profile-steckbrief .row-spacing {
  height: 3px;
}

.profile-steckbrief .row-spacing-after-category {
  height: 10px;
}

.profile-steckbrief tr:nth-child(2n) td:not(:first-child) {
  background-color: #fff !important;
}

.profile-steckbrief td:not(:first-child) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.profile-steckbrief td:not(:first-child) span {
  font-size: 15px;
}

.profile-steckbrief .question-title {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.profile-steckbrief .question-title span {
  font-size: 15px;
}

.profile-steckbrief tr .answer-cell {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.profile-steckbrief tr .answer-cell span {
  font-size: 15px;
  line-height: 20px;
}

.profile-steckbrief {
  border: 0px solid rgba(0, 0, 0, 0.42);
  border-collapse: separate;
}

.profile-steckbrief td:first-child {
  color: black;
  padding: 3px 10px;
}

.profile-steckbrief {
  table-layout: fixed;
  border-radius: 5px;
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
}

.profile-steckbrief-width {
  width: 100%;
}

.button-profile-viewall {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  height: 35px;
  cursor: pointer;
  padding: 0;
}
.button-profile-viewall a {
  margin: 0 auto;
  color: #3b4b59 !important;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}
.button-profile-viewall a span {
  line-height: 37px;
}
.button-profile-viewall a span img {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: 4px;
}
.button-profile-viewall a:hover {
  background-color: #f2f2f2;
  outline: none;
  border: none;
}
.button-profile-viewall:hover {
  background-color: #f2f2f2;
}

.last-row-goto-steckbrief {
  padding: 0 !important;
  height: 35px;
}

/*=======Quiz-Page and Aside-Buttons=======*/
/*PRIMARY-BUTTON DESIGNS*/
.quiz-erstell-button {
  height: 39px;
  width: 195px;
  margin: 60px auto 60px auto;
  font-size: 17px;
}

.msg-to-quiz-creator-button {
  margin-left: 164px;
  margin-top: 20px;
}

.send-email-to-user-button {
  width: 173px;
  padding: 12px 23px 11px;
}

.mailanfreund-send-button {
  margin-left: 50px;
}

.quiz-auswertung-button-two {
  height: 39px;
  width: 195px;
  padding: 0 !important;
  display: inline-block !important;
  margin: 0 !important;
}
.quiz-auswertung-button-two:before {
  content: "Auswertung verschicken";
}

/*SECONDARY-BUTTON DESIGNS*/
.aside-button-blueprint {
  margin: 20px auto 0;
  height: 39px;
  width: 195px;
}

.small-button-width {
  padding: 12px 10px 11px !important;
}

/* ==========================================================================
text article styles
========================================================================= */
.text-block-style {
  text-align: justify;
}

.picture-spacing-up-down {
  margin-top: 45px;
  margin-bottom: 30px;
}

.article-h3 {
  margin-top: 30px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-h2 {
  margin-top: 30px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* ==========================================================================
table-of-contents for articles
========================================================================= */
.toc-container {
  border: 1px solid rgba(59, 75, 89, 0.3019607843);
  border-radius: 5px;
  width: 450px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 55px auto 55px auto;
  text-align: left;
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.3);
}

.toc-title {
  text-decoration: underline;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}

.toc-list {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 14px;
  padding: 0 !important;
  margin-left: 30px;
  list-style-position: outside;
}

.toc-style-numbers {
  list-style: decimal;
}

.toc-style-points {
  list-style: disc;
}

.toc-element {
  padding-left: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.toc-element a {
  color: #3b4b59;
}
.toc-element a span {
  margin-right: 8px;
}

.toc-last-element {
  font-weight: bold;
}
.toc-last-element a {
  color: #3b4b59;
}

.toc-list-with-sublist {
  padding: 0 0 0 20px;
  margin-left: 25px;
  margin-bottom: 27px;
}

.toc-sub-element {
  color: #555555 !important;
}

.toc-list-with-sub-list {
  padding: 0 0 0 20px !important;
}

.toc-element-sublist {
  padding: 0 0 0 40px !important;
}
.toc-element-sublist li {
  font-size: 12px !important;
  padding-left: 5px;
  margin-bottom: 15px;
}
.toc-element-sublist li a {
  color: #3b4b59;
}
.toc-element-sublist li a span {
  margin-right: 8px;
}

/* ==========================================================================
Quiz-Erstellen Forms
========================================================================= */
.quiz-create-div {
  display: block;
  margin: 0 auto 40px auto;
}

.auswertung-table-container .auswertung-table input[type=file] {
  margin-top: 6px;
}

.auswertung-format-button {
  margin: auto 0 0 auto;
}

.auswertungFormBoxImage .highslide .zoomIn {
  position: relative !important;
  bottom: auto;
  right: 27px !important;
}

.eingabe-flex-box {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 10px;
  align-items: center;
  gap: 1rem;
}

.auswertungFormBoxImage {
  display: inline-block;
  margin-top: 5px;
}

.auswertung-img-uplaod {
  margin-top: 5px;
}

.quiz-create-div form .quiz-create-table input[name=titel],
.quiz-create-div form .quiz-create-table textarea#einleitung,
.quiz-create-div form .quiz-create-table input[name=ihrname],
.quiz-create-div form .quiz-create-table .toolbar-box {
  width: 100%;
  box-sizing: border-box;
}

.quiz-create-table input.quiz-create-input,
.quiz-create-table textarea,
.quiz-create-table .toolbar-box {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-right: 0;
}

.quiz-create-table-container, .auswertung-table-container {
  border: 1px solid #3b4b59;
  background-color: #fde282;
  width: 85%;
  margin: 0 auto 60px auto !important;
  padding: 0 0 15px 20px;
  border-radius: 5px;
}

.quiz-create-table, .auswertung-table {
  table-layout: fixed;
  width: 100%;
}
.quiz-create-table td, .auswertung-table td {
  display: inline-block;
  margin-top: 13px;
  width: 94%;
}
.quiz-create-table .quiz-create-first-td, .quiz-create-table .auswertung-first-td, .auswertung-table .quiz-create-first-td, .auswertung-table .auswertung-first-td {
  margin-top: 10px !important;
}
.quiz-create-table .quiz-create-checkbox, .auswertung-table .quiz-create-checkbox {
  width: 20px;
  height: 15px;
}
.quiz-create-table tr td label, .auswertung-table tr td label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  display: inline-block;
}
.quiz-create-table .question-label, .quiz-create-table .auswertung-label, .auswertung-table .question-label, .auswertung-table .auswertung-label {
  font-weight: bold;
  font-size: 17px !important;
  display: bold;
}
.quiz-create-table .auswertung-label, .auswertung-table .auswertung-label {
  display: block;
}
.quiz-create-table .question-true-false-label, .auswertung-table .question-true-false-label {
  display: block;
}
.quiz-create-table tr td span, .auswertung-table tr td span {
  font-size: 15px;
}
.quiz-create-table tr td .quiz-create-input[type=text], .quiz-create-table tr td .quiz-create-input[type=number], .quiz-create-table .quiz-create-point-input, .auswertung-table tr td .quiz-create-input[type=text], .auswertung-table tr td .quiz-create-input[type=number], .auswertung-table .quiz-create-point-input {
  height: 30px;
  border: 1px solid #3b4b59;
  border-radius: 4px;
  padding: 0 3px 0 3px;
  color: #3b4b59;
}
.quiz-create-table input::placeholder, .auswertung-table input::placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table input::placeholder, .auswertung-table input::placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table input::-webkit-input-placeholder, .auswertung-table input::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table input::-moz-placeholder, .auswertung-table input::-moz-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table input::-ms-input-placeholder, .auswertung-table input::-ms-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table input::-webkit-input-placeholder, .auswertung-table input::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table textarea::placeholder, .auswertung-table textarea::placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table textarea::placeholder, .auswertung-table textarea::placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
}
.quiz-create-table textarea::-webkit-input-placeholder, .auswertung-table textarea::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
  line-height: 1.7;
}
.quiz-create-table textarea::-moz-placeholder, .auswertung-table textarea::-moz-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
  line-height: 1.7;
}
.quiz-create-table textarea::-ms-input-placeholder, .auswertung-table textarea::-ms-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
  line-height: 1.7;
}
.quiz-create-table textarea::-webkit-input-placeholder, .auswertung-table textarea::-webkit-input-placeholder {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px !important;
  font-style: italic;
  line-height: 1.7;
}
.quiz-create-table tr td .quiz-create-input[type=text], .auswertung-table tr td .quiz-create-input[type=text] {
  width: 100%;
}
.quiz-create-table tr td .quiz-create-input[type=number], .auswertung-table tr td .quiz-create-input[type=number] {
  width: 10%;
}
.quiz-create-table .quiz-create-point-input, .auswertung-table .quiz-create-point-input {
  width: 80%;
}
.quiz-create-table tr td input[type=radio], .auswertung-table tr td input[type=radio] {
  transform: scale(1.5);
}
.quiz-create-table .img-input, .auswertung-table .img-input {
  display: block;
  border: none;
  height: 30px;
  margin-bottom: 6px;
  padding: 0 !important;
  font-size: 15px;
  width: 270px;
}
.quiz-create-table .answer-true-false, .auswertung-table .answer-true-false {
  display: block;
  padding-left: 3px;
}
.quiz-create-table .answer-true-false span, .auswertung-table .answer-true-false span {
  font-weight: bold;
  margin-left: 3px;
}
.quiz-create-table tr td textarea, .auswertung-table tr td textarea {
  width: 100%;
  border: 1px solid #3b4b59;
  line-height: 1.4;
  border-radius: 4px;
  padding: 6px;
}
.quiz-create-table .auswertung-textarea, .auswertung-table .auswertung-textarea {
  margin-top: 10px;
}
.quiz-create-table .auswahl-quiz-answer-div, .auswertung-table .auswahl-quiz-answer-div {
  display: inline-block;
  width: 80%;
}
.quiz-create-table .auswahl-quiz-answer-div label, .auswertung-table .auswahl-quiz-answer-div label {
  display: block;
}
.quiz-create-table .auswahl-quiz-answer-div input, .auswertung-table .auswahl-quiz-answer-div input {
  width: 96% !important;
}
.quiz-create-table .auswahl-quiz-points-div, .auswertung-table .auswahl-quiz-points-div {
  display: inline-block;
  width: 16%;
  padding-left: 13px;
  float: right;
}
.quiz-create-table .auswahl-quiz-points-div label, .auswertung-table .auswahl-quiz-points-div label {
  display: block;
}
.quiz-create-table .auswahl-quiz-points-div input, .auswertung-table .auswahl-quiz-points-div input {
  width: 85% !important;
}
.quiz-create-table .point-input, .auswertung-table .point-input {
  width: 60px !important;
  height: 25px !important;
  border-radius: 4px;
}
.quiz-create-table .auswertung-textarea, .auswertung-table .auswertung-textarea {
  margin-top: 0px;
  width: 100% !important;
  box-sizing: border-box;
}
.quiz-create-table .auswahl-quiz-auswertung-label, .auswertung-table .auswahl-quiz-auswertung-label {
  margin-top: 15px;
}
.quiz-create-table .img-inline-placement, .auswertung-table .img-inline-placement {
  display: inline-block !important;
}
.quiz-create-table .ff-rpg-textarea, .auswertung-table .ff-rpg-textarea {
  height: 450px;
}

.question-mark {
  color: #c75000;
  font-weight: bold;
}

.quiz-create-dropdown {
  border-radius: 4px;
  height: 30px;
  background-color: #fff;
  color: #3b4b59;
}

.email-quizbedingung {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}
.email-quizbedingung span {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

#immeroben {
  left: 50px;
  top: 0px;
  width: 100%;
  height: 25px;
  position: fixed;
  z-index: 999;
}

/* ==========================================================================
Quiz Erstellen - further styles (text, extras, etc.)
========================================================================= */
.hinweis-info-container, .hinweis-warning-container {
  position: relative;
  border-radius: 18px;
  width: 85%;
}

.hinweis-info-container {
  padding: 15px;
  border: 1px solid #607489;
  background: #e6effa;
  margin: 0 auto 50px auto !important;
}

.hinweis-warning-container {
  padding: 13px 13px;
  border: 1px solid #a7592c;
  background: #faece9;
  margin: 0 auto 30px auto !important;
  display: block;
}

.hinweis-warning-header {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.hinweis-warning-text {
  display: block;
  line-height: 1.5;
}

.hinweis-warning-flex {
  display: flex;
  justify-content: flex-end;
}
.hinweis-warning-flex img {
  height: 50px;
  position: relative;
  margin: auto;
  padding-right: 10px;
}
.hinweis-warning-flex .close-hinweis {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #a7592c;
  padding: 4px;
  border-radius: 12px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px grey);
}
.hinweis-warning-flex div {
  margin-top: 5px;
  width: 90%;
}

.hinweis-content label {
  display: inline-block;
  font-size: 13px;
  color: #666;
  position: absolute;
  margin: 8px 0 0 5px;
}
.hinweis-content input {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  width: 15px;
}

.quiz-warning {
  color: #ad0000;
  font-weight: bold;
}

.quiz-warning-underline {
  color: #ad0000;
  text-decoration: underline;
}

.quiz-warning-big {
  color: #ad0000;
  font-size: 24px;
  font-weight: bold;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  padding-bottom: 3px;
  margin: 0.83em 0;
}

.hinweis-info-title {
  display: inline-block;
  justify-content: center;
  margin-bottom: 5px;
}
.hinweis-info-title img {
  height: 50px;
  position: relative;
  margin: auto;
  padding-right: 10px;
}
.hinweis-info-title span {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 15px;
  position: absolute;
}

.hinweis-content-auswahl span {
  font-size: 0.9rem;
  margin-top: 5px;
  line-height: 1.8;
}
.hinweis-content-auswahl input {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  width: 15px;
}
.hinweis-content-auswahl label {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  position: absolute;
  margin: 8px 0 0 5px;
}

.quiz-info-blue {
  color: #0000DD;
}

.quiz-create-time-warning p {
  width: 96%;
}

.quiz-create-time-warning p label {
  margin-top: 10px;
  display: block;
}

.close-info {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #3b4b59;
  padding: 4px;
  border-radius: 12px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px grey);
}

.quiz-create-text-above-form {
  margin: 0 auto !important;
  width: 85%;
}

.quiz-create-settings-inputs {
  width: 20px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}

/*************  Fragezeichen Hilfestellungen bei Quizerstellung  **************/
.quiz-create-email-tooltip-trigger span {
  bottom: 215% !important;
}

.quiz-create-email-tooltip-trigger span, .quiz-create-auswahl-tooltip-trigger span,
.quiz-create-imageupload-tooltip-trigger-ausw span,
.quiz-create-imageupload-tooltip-trigger-tu-pu span,
.quiz-create-fragepunkte-tooltip-trigger-ausw span,
.quiz-create-bildhochladen-frage-tooltip-trigger-ausw span {
  position: absolute;
  width: 100% !important;
  visibility: hidden;
  opacity: 0;
  color: #3b4b59;
  background-color: white;
  border: 3px solid #c75000;
  border-radius: 6px;
  z-index: 1;
  padding: 15px;
  bottom: 85%;
  font-weight: normal;
  line-height: 1.8;
  transform: translateX(-70%);
  transition: opacity 0.3s ease-in-out;
}

.quiz-create-imageupload-tooltip-trigger-tu-pu span {
  transform: translateX(-100%);
  bottom: 311%;
}

.quiz-create-fragepunkte-tooltip-trigger-ausw span {
  transform: translateX(-100%);
  bottom: 112%;
}

.quiz-create-auswahl-tooltip-trigger span {
  width: 220px !important;
  height: 105px !important;
}

.quiz-create-imageupload-tooltip-trigger-ausw span,
.quiz-create-imageupload-tooltip-trigger-tu-pu span {
  width: 170px !important;
  height: 105px !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}

.quiz-create-bildhochladen-frage-tooltip-trigger-ausw span {
  bottom: 120% !important;
  width: 145px !important;
  height: 110px !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}

.quiz-create-fragepunkte-tooltip-trigger-ausw span {
  width: 165px !important;
  height: 105px !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}

.quiz-create-email-tooltip-trigger, .quiz-create-auswahl-tooltip-trigger,
.quiz-create-imageupload-tooltip-trigger-ausw,
.quiz-create-imageupload-tooltip-trigger-tu-pu,
.quiz-create-bildhochladen-frage-tooltip-trigger-ausw,
.quiz-create-fragepunkte-tooltip-trigger-ausw {
  display: inline-block;
  position: absolute;
}

.quiz-create-email-tooltip-trigger img {
  margin-left: 142px;
  margin-top: -40px;
  width: 20px;
}

.quiz-create-imageupload-tooltip-trigger-ausw img {
  width: 20px;
  margin: 6px 0 0 0;
}

.quiz-create-email-tooltip-trigger:hover span, .quiz-create-auswahl-tooltip-trigger:hover span,
.quiz-create-imageupload-tooltip-trigger-ausw:hover span,
.quiz-create-imageupload-tooltip-trigger-tu-pu:hover span,
.quiz-create-fragepunkte-tooltip-trigger-ausw:hover span,
.quiz-create-bildhochladen-frage-tooltip-trigger-ausw:hover span {
  visibility: visible;
  opacity: 1;
}

.quiz-create-auswahl-tooltip-trigger img,
.quiz-create-imageupload-tooltip-trigger-ausw img .quiz-create-imageupload-tooltip-trigger-ausw img {
  width: 20px;
  margin-top: 7px;
  margin-left: 5px;
}

.quiz-create-fragepunkte-tooltip-trigger-ausw img,
.quiz-create-bildhochladen-frage-tooltip-trigger-ausw img {
  width: 20px;
  margin-left: 5px;
}

.quiz-create-imageupload-tooltip-trigger-tu-pu img {
  width: 20px;
  margin-top: -70px;
  margin-left: 230px;
}

/*************  ENDE : Fragezeichen Hilfestellungen bei Quizerstellung  **************/
.edit-buttons-div {
  display: flex;
  justify-content: flex-end;
  margin: -15px auto 45px auto;
}

.quiz-create-title-edit-btn {
  padding: 5px;
  margin: 30px auto 70px auto;
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
}

.quiz-create-question-edit-btn {
  padding: 5px;
  font-size: 11px !important;
  height: 25px;
  border-radius: 7px;
  margin-left: 15px;
  margin-top: 5px !important;
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21) !important;
}

.quiz-vorschau-title {
  width: fit-content;
  font-size: 28px !important;
  margin: 0 auto 30px auto;
}

.quiz-vorschau-title-intro-container {
  position: relative;
  width: 90%;
  margin: 35px auto 20px auto !important;
  padding: 10px;
}

.quiz-vorschau-title-intro-header {
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 21px;
}

.quiz-vorschau-hr {
  margin: 5px auto !important;
  border-top: 1px solid #3b4b59 !important;
}

.quiz-vorschau-title-text {
  font-size: 20px;
  margin-bottom: 20px;
}

.quiz-vorschau-container {
  margin: 0 auto 20px auto;
  width: 90%;
}

.quiz-vorschau-setting-box {
  margin-bottom: 50px;
  padding: 0 !important;
}
.quiz-vorschau-setting-box i {
  font-weight: lighter;
  font-size: 15px;
}

.quiz-create-settings-category {
  margin-bottom: -10px;
  font-weight: normal;
}

.quiz-create-category-img {
  width: 30px;
  height: 30px;
  margin: 0 10px 5px 0;
}

.antwch-auswert-btn {
  padding: 0 20px;
  margin: 30px auto 60px auto;
}

/* ==========================================================================
New Aside Design
========================================================================= */
.profile-block-user-link input {
  color: #3b4b79;
  font-size: 15px;
}

.profile-friend-notification {
  margin-block-start: 0;
  display: inline-block;
}

.info_icon {
  display: inline-block;
  margin-top: -2px;
  width: 18px;
  height: 18px;
}

.settings-icon, .friendRequest-icon {
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.profileEdit-icon, .back-to-profile-icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.profileShow-icon {
  width: 21px;
  height: 21px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.profileBlocked-icon {
  width: 23px;
  height: 23px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.add-friend-icon {
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.aside-divider {
  border: 1px solid #3b4b59;
  background: #3b4b59;
  width: 303px;
  margin-left: 1px;
  margin-bottom: 35px;
}

.aside-div {
  margin-top: -13px;
  margin-bottom: 35px;
  padding: 0 0 0 8px;
}

.aside-dark-links form button,
.aside-orange-links form button {
  border: none !important;
  box-shadow: none !important;
  font-size: 15px !important;
  padding: 0 8px 7px 0 !important;
}
.aside-dark-links form button:hover,
.aside-orange-links form button:hover {
  background-color: transparent;
  text-decoration: underline;
}
.aside-dark-links form button:active,
.aside-orange-links form button:active {
  outline: none;
}

.aside-dark-links form button {
  color: #3b4b59;
  margin-top: 0 !important;
}

.aside-orange-links form input {
  color: #c75000;
  margin-top: 0 !important;
  font-size: 15px;
}

.aside-orange-links form button {
  color: #c75000;
  margin-top: 0 !important;
  font-size: 15px;
}

.aside-div textarea {
  width: 100%; /* Volle Breite nutzen */
  border-radius: 20px; /* Runde Ecken */
  padding: 10px; /* Innenabstand */
  border: 1px solid #ccc; /* Randdefinition */
  font-family: inherit; /* Schriftart der Website erben */
  box-sizing: border-box; /* Größe inklusive Rand und Polsterung */
  margin-top: 13px; /* Abstand nach oben */
  margin-bottom: 17px; /* Abstand nach unten */
  resize: none; /* Größenänderung deaktivieren */
  outline: none; /* Kein Fokus-Rand */
  color: #495057; /* Textfarbe */
  background-color: #fff; /* Hintergrundfarbe */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); /* Innerer Schatten für Eingabetiefe */
}

.aside-div textarea::placeholder {
  color: #6c757d; /* Farbe des Platzhaltertexts */
}

/* Styling für den Textbereich, wenn er im Fokus ist */
.aside-div textarea:focus {
  border-color: #80bdff;
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.aside-div .submit-button-friend-request {
  background: #fff;
  color: #ac4600;
  border: 1px solid #ac4600 !important;
  cursor: pointer; /* Mauszeiger als Klickzeiger */
  padding: 12px; /* Innenabstand */
  line-height: 33px; /* Zeilenhöhe, eventuell anpassen für bessere Zentrierung */
  display: block; /* Block-Element */
  height: 35px; /* Höhe des Buttons */
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75) !important;
  font-family: Verdana, Geneva, Roboto, sans-serif; /* Schriftart des Buttons */
  font-weight: bolder; /* Schriftgewicht */
  font-size: 14px !important; /* Schriftgröße */
  margin: 10px auto 30px; /* Außenabstand oben, automatische Seitenränder */
  width: 195px; /* Breite des Buttons */
  border-radius: 8px; /* Eckenradius */
  text-align: center; /* Text zentrieren */
  vertical-align: baseline; /* Vertikale Ausrichtung */
  box-sizing: border-box; /* Border-Box-Modell für die Breite und Höhe */
  align-items: center;
  outline: none !important;
}

.aside-div .submit-button-friend-request:hover {
  background-color: #faf6f6; /* grauer Hintergrund beim Darüberfahren */
  text-decoration: none !important; /* Stellt sicher, dass der Text nicht unterstrichen wird */
  border: 1px solid #ac4600; /* Behält den orangenen Rand bei */
}

/* ==========================================================================
 Input-Button-Forms
========================================================================= */
.input-button-container {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.input-button-form {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.input-button-row-width {
  width: 100%;
}

.input-button-input-body {
  height: 55px;
  width: 368px;
  border: 1px solid;
  border-color: #3b4b59;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 45px;
}
@media screen and (max-width: 400px) {
  .input-button-input-body {
    width: 100%;
  }
}
.input-button-input-body p {
  float: left;
  margin-top: -15px;
  display: block;
  margin-left: 7px;
  background: #fff;
}
.input-button-input-body .nickname-label {
  width: 83px;
}

.input-button-input {
  display: block;
  width: 305px;
  position: absolute;
  margin-top: 15px;
  line-height: 25px;
  color: #3b4b59;
  border: none;
  font-weight: bold;
  background: #fff !important;
  font-size: 16px;
  margin-left: 40px;
}
.input-button-input:focus, .input-button-input:active {
  background-color: #fff !important;
  outline: none;
}
.input-button-input:hover {
  background-color: #fff !important;
  outline: none;
}

.input-button-button {
  width: 100%;
  height: 55px;
  font-size: 20px;
}

.nickname-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: -80px;
  margin-top: 18px;
}

/* ==========================================================================
  Highslide-Custom CSS
========================================================================= */
.quizImageEnlarge {
  border-radius: 10px !important;
  padding: 5px !important;
}

.quizImageEnlarge::before {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  background: url(/images/svg/icons-and-fallbacks/zoom_out.png) no-repeat !important;
  content: "" !important;
  color: #fff;
  z-index: 100000000 !important;
  background-size: 15px 25px !important;
  width: 300px !important;
}

.quizImageEnlarge::after {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  background: url(/images/svg/icons-and-fallbacks/zoom_out.png) no-repeat !important;
  content: "_" !important;
  color: transparent;
  font-weight: bold;
  z-index: 100000000 !important;
  background-size: 22px 22px !important;
  width: 22px !important;
  height: 22px;
  pointer-events: none;
  border-radius: 5px !important;
}

.auswertung-hs-vorschau {
  position: relative;
  width: fit-content;
}
.auswertung-hs-vorschau a {
  display: flex;
  position: relative;
  width: fit-content;
}

.quiz-example-box {
  padding-top: 17px;
}

.tile-title {
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: bold !important;
}

/* ==========================================================================
  Bewertungs- und Like Komponente
========================================================================= */
.rate_like_outer_box {
  width: 100%;
  margin: 40px auto auto auto;
}

.rating_like-bottom-margin {
  margin-bottom: 40px !important;
}

.rate_like_container {
  display: inline-flex;
  margin: auto auto;
  width: 100%;
}

.rating_like_vertical {
  order: 2;
  border-left: 1px solid #728595;
  height: 160px;
  display: inline-block;
  margin: auto;
}

.rating_component {
  order: 1;
}

.filler-box {
  height: 32px;
}

.like_component {
  order: 3;
}
.like_component img {
  width: 19px;
  height: 19px;
  margin-top: -5px;
  margin-left: 3px;
}

.rate_like_title {
  font-size: 25px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}

/* ==========================================================================
  FF/RPG PDF Download
========================================================================= */
.PDF-downlaod-link {
  border: none !important;
  color: #c75000;
}

/* ==========================================================================
  Auswertung Boxes
========================================================================= */
.vorschau-auswertung-box {
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.vorschau-auswertung-li {
  clear: both;
  margin-bottom: 30px;
  border: 1px solid #e58156;
  border-radius: 18px;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
  display: block;
  overflow: auto;
}

.vorschau-auswertung-text {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 16px;
}

.vorschau-auswertung-title {
  background: #fff1b4;
  border-bottom: 1px solid #e58156;
  border-radius: 18px 18px 0 0;
}
.vorschau-auswertung-title p {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
  padding: 16px 16px 16px 16px;
}

.vorschau-auswertung-image {
  position: relative;
  float: left;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 10px;
}

/* ==========================================================================
  Freundschaftsanfragen Seite
========================================================================= */
/* Stile, die sicherstellen, dass die Elemente vollständig ausgedehnt sind */
.user-users-list, .button-input-duo {
  width: 80%; /* Volle Breite für die Listen und das Formular */
}

/* Stile für das Formular und seine Gruppenelemente */
.form-group {
  display: flex;
  flex-direction: column; /* Elemente untereinander anordnen */
  align-items: stretch; /* Streckt die Elemente, um die volle Breite zu nutzen */
  gap: 10px;
  margin-bottom: 10px;
}

.form-group input[type=text],
.form-group button,
.form-group textarea {
  width: 100%; /* Volle Breite für alle Eingabefelder und Buttons */
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box; /* Border und Padding in der Breite inkludieren */
}

.form-group input[type=text]::placeholder {
  color: #ccc;
}

.form-group button {
  background-color: #cc8400;
  color: white;
  border: none;
  cursor: pointer;
}

.textformat-btn.spoiler {
  color: white;
  background-color: black;
  padding: 4px 6px;
  border-radius: 3px;
}

/* ==========================================================================
IQ-Test Styles
========================================================================= */
.iq-fragen-categorie {
  color: #000099;
  font-weight: bold;
  margin-top: 100px;
}

.iq-fragen-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 60px;
}

.iq-fragen-titleBox {
  font-size: 15px;
  font-weight: bold;
}

.iq-fragen-pTag-asInline {
  display: inline;
}

.iq-fragen-wrapAnswers {
  white-space: nowrap;
  line-height: 50px;
}

.iq-fragen-newLineAfter {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.iq-fragen-imgAdjustment {
  display: block;
  max-width: 100%;
  height: auto;
}

.iq-fragen-lineSpace {
  margin: 0;
  margin-bottom: 8px;
}

.iq-fragen-lineSpaceForLast {
  margin: 0;
  margin-bottom: 20px;
}

.iq-fragen-texteraAdjustment {
  width: 100%;
  max-width: 100%;
  height: auto;
  resize: vertical;
  box-sizing: border-box;
}

.iq-fragen-radioAdjustPadding {
  padding-right: 4%;
  padding-top: -40px;
}

.iq-fragen-radioAdjustSpace {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.iq-fragen-explanationSpace {
  margin-top: 70px;
}

.iq-fragen-spacingInPtag {
  display: flex;
  gap: 12%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.iq-fragen-titleMoreSpacetoQuestion {
  margin-bottom: 50px;
}

.iq-fragen-symbolAnswersCss {
  font-weight: bold;
  font-size: 25px;
}

.iq-fragen-fontSizeOfSubmitButton {
  font-size: 100%;
  white-space: normal;
  word-break: break-word;
  line-height: 20px;
}

.iq-fragen-lineHightForText {
  line-height: 50px;
}

.iq-fragen-marginsforFirstRadio {
  margin-left: 20px;
}

.iq-fragen-radioAdjustSpaceInTable {
  height: 18px;
  width: 18px;
  margin-right: 2%;
}

.iq-fragen-tableWithRadioPlacingQuestion21 {
  margin-top: 20px;
  display: block;
  max-width: 85%;
  height: auto;
}

.iq-fragen-tableWithRadioPlacingQuestion22 {
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

.iq-fragen-tableWithRadioPlacingQuestion23And24 {
  margin-top: 20px;
  display: block;
  max-width: 69%;
  height: auto;
}

.iq-fragen-checkBoxAdjustSpaceInTable {
  height: 18px;
  width: 18px;
  margin-bottom: 5%;
}

.iq-fragen-imgMarginBottom {
  margin-bottom: 20px;
}

.iq-fragen-imgMarginTop {
  margin-top: 30px !important;
}

.iq-fragen-wrapAnswersRadio {
  white-space: nowrap;
  line-height: 50px;
  margin-left: 1%;
}

.iq-fragen-wrapAnswersQuestion6 {
  white-space: nowrap;
  line-height: 50px;
  margin-left: 4%;
}

.iq-fragen-wrapAnswersQuestion6First {
  white-space: nowrap;
  line-height: 50px;
  margin-left: 5.5%;
}

.iq-fragen-wrapAnswersRadioMarginRight {
  white-space: nowrap;
  line-height: 50px;
  margin-right: 4.5%;
}

.iq-fragen-radioAdjustPaddingQuestion6 {
  padding-right: 2%;
  padding-top: -40px;
}

.iq-loesungen-Titel {
  font-size: 15px;
  font-weight: bold;
  display: inline;
  margin-top: 60px;
}

.quiz-right {
  color: #33CC66;
  font-weight: bold;
}

.quiz-title-margin-top {
  margin-top: 70px !important;
}

.iq-fragen-titleMoreSpaceToAnswers {
  margin-bottom: 30px;
}

/* ==========================================================================
Formatieren-Button
========================================================================= */
.toolbar-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px; /* Reduzierter Abstand zwischen Icon und Text */
  padding: 0px 0px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  height: 30px;
  margin-left: auto;
  border: 1px solid #3b4b59 !important;
  margin-top: auto;
  margin-bottom: 0;
  box-shadow: 0px 1px 3px rgba(86, 78, 40, 0.75);
}
.toolbar-toggle-btn img {
  width: 17px;
  padding-left: 6px;
}
.toolbar-toggle-btn span {
  font-size: 13px !important;
}

.flex-container-format {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 5px;
}

.commentsystem .toolbar-toggle-btn .format-label {
  font-size: 13px !important;
}

.toolbar-toggle-btn:hover {
  background: #f0f0f0;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}

.format-label {
  font-size: 12px;
}

.hidden {
  display: none;
}

#textformat {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 759px) {
  /* ==========================================================================
   Advertising
   ========================================================================== */
  #skyscrapper {
    display: none;
  }
  /* ==========================================================================
   Custom styles
   ========================================================================== */
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  h1, h2, h3, h4 {
    font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
    font-size: 1.3em;
  }
  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top {
    width: 100%;
    height: 65px;
  }
  #top .desktop-menu {
    margin: 0;
  }
  img.logo {
    width: 50px;
    height: 65px;
  }
  #headLogo img {
    padding-top: 2px;
    margin-bottom: 0;
    margin-left: 50px;
  }
  /*#headerNav {
    z-index: 10;
    display: block;
    padding: 0;
    padding-right: 5px;
  }

  #headerNav .desktop-menu {
    display: none;
  }

  #headerNav .desktop-menu {
    height: 48px;
    float: left;
    font-family: 'Oswald';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;

    &:last-child {
      margin-right: 0px;
    }

    a {
      display: block;
      color: $testedich-blue;
      text-decoration: none;
    }

    div {
      background: $testedich-blue;
      margin-top: 0px;
      display: none;
    }

    &:hover div {
      z-index: 1000;
      width: 100% !important;
      margin-top: -10px;
      display: block;
      position: absolute;
      -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
    }

  }*/
  /*#headerNav {
    li {
      div h2 {
        font-size: 18px;
        text-transform: none;
        color: white;
        margin-left: 10px;
      }

      ul {
        li {
          a {
            width: 150px;
            margin-right: 10px;
            font-family: 'Quattrocento Sans';
            font-size: 13px;
            color: #f2efbb;

            &:hover {
              color: $testedich-orange;
              text-decoration: underline;
            }
          }

          &:hover {
            border: none !important;
          }
        }

        float: left;
        margin-left: 10px;
      }
    }

    #mobile-menu {
      height: 100%;
      min-width: 300px;
      overflow-x: scroll;
      width: 70%;
      position: fixed;
      display: none;
      padding-top: 10px;
      font-size: 18px;
      z-index: 10002;
      color: $testedich-yellow;
      @include gradient($testedich-blue, #13262f);

      a {
        color: $testedich-yellow;
        font-size: 18px;
      }

      li {
        display: block;
        float: none;
        border-bottom: 1px solid #626265;
        padding: 12px 8px 10px 4px;
        @include transition(.3s, all);

        &.sub-menu {
          &:hover {
            padding-left: 0;
          }
        }

        .mobile-menu-text {
          background: transparent;
          padding-left: 5px;
        }
      }

      ul {
        padding-left: 7%;
        padding-right: 7%;
        margin-bottom: 35px;
      }

      #mobile-menu-header {
        vertical-align: middle;
        text-align: center;
        height: 60px;
        padding-left: 7%;
        padding-right: 7%;

        #mobile-menu-avatar-img {
          float: left;
          display: inline-block;
          line-height: 60px;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-size: cover;
          margin: 5px 0;
        }

        #guestAvatar {
          line-height: 60px;
          float: left;
          width: 54px;
          height: 65px;
        }

        label {
          position: relative;
          display: inline-block;
          line-height: 60px;
          text-align: center;
        }

        #mobile-menu-greet-user {
          cursor: pointer;
          width: 60%;
          font-size: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        #close-mobile-menu-btn {
          float: right;
          height: 60px;
          font-size: 36px;
          cursor: pointer;
        }
      }

      .dropdown-arrow {
        float: right;
      }

      .sub-menu {
        display: none;
        font-size: 15px;
        padding: 0;
        float: none;
        border: none;

        &:hover {
          background: transparent;
          padding-left: 5px;
        }

        ul {
          margin-top: 5px;
          float: none;
          padding-left: 10px;

        }
      }
    }
  }*/
  .dropdown:after {
    display: none;
  }
  #categories {
    left: 0px;
  }
  #categories li {
    height: 34px !important;
  }
  .closeMenu {
    top: 17px;
    right: 0px;
  }
  .header-item {
    margin-right: 3px;
    margin-left: 3px;
  }
  #menu-button {
    margin-left: 5px;
    margin-top: 10px;
    background: #f2de79;
    border-radius: 26px;
    padding: 10px;
    position: fixed;
    z-index: 100;
  }
  #mobile-sidenav-dim {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  /* ==========================================================================
   Page Content
   ========================================================================== */
  #welcome {
    text-align: center;
  }
  #welcome h1 {
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
  }
  #welcome p {
    line-height: 16px;
    font-size: 14px;
  }
  #katsNav {
    text-align: center;
  }
  #katsNav h2 {
    font-size: 20px !important;
    font-weight: bolder;
  }
  #katsNav .show-desktop-tablet {
    display: none;
  }
  #contentArea {
    padding: 16px 16px 30px 16px;
    background-color: white;
    margin: 0 !important;
  }
  .contentHeader {
    clear: both;
    margin-bottom: 20px;
  }
  .contentHeader h1 {
    font-size: 23px;
    font-weight: bolder;
  }
  .contentHeader p, .contentHeader h2 {
    margin: 10px 0 20px 0;
    font-size: 16px;
    line-height: 24px !important;
  }
  .indexHead p {
    margin-left: 0px;
  }
  .indexDirectory h1 {
    font-size: 1.6em;
  }
  #logoBig {
    display: none;
  }
  #introLogo {
    position: relative;
    float: none !important;
  }
  #indexP {
    margin-top: 0;
  }
  .testTitle h1 {
    position: relative;
    display: inline;
    font-size: 20px;
  }
  #mainContent h2 {
    font-size: 18px;
  }
  .sort {
    margin: 0 0 30px;
    font-size: 14px !important;
  }
  .entryImage {
    width: 70px;
    height: 64px;
    background-size: 64px 64px;
  }
  .entryImage img {
    max-width: 64px;
  }
  .entryText {
    margin-top: 30px;
    margin-left: 88px;
  }
  .entryText h3 a {
    font-size: 16px;
  }
  .entryText p:last-child {
    margin: 5px 0 26px;
  }
  .metadata p {
    margin-bottom: 24px !important;
  }
  .metaImages {
    margin-top: 10px;
  }
  .more-btn-container .button {
    margin-bottom: 5px;
  }
  #paging {
    font-size: 20px !important;
  }
  /* ==========================================================================
   Page Content
   ========================================================================== */
  #related .index-asideTitles {
    font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: lighter;
    margin: 0.5em 0;
    margin-top: -9px;
    margin-right: 0px !important;
  }
  .index-h2, #related .index-asideTitles {
    text-align: center;
    margin-left: 0;
    font-size: 20px !important;
    font-weight: bolder;
  }
  .index-h2 a, #related .index-asideTitles a {
    font-size: 20px !important;
  }
  .new-tests-h2 {
    margin-top: 15px !important;
  }
  #related {
    width: 100%;
  }
  #related h2 {
    margin: 0;
  }
  .tabbedContainer h2 {
    font-size: 20px !important;
  }
  .tabWrapperList {
    height: 370px;
  }
  .tabWrapperList li {
    margin-right: 3px;
    display: block;
  }
  .tabsHeaderList li {
    display: inline-block;
  }
  .col3 {
    width: 300px;
  }
  #tabTop50Tests {
    height: 426px;
  }
  #channelSection .channel-create img {
    display: none;
  }
  #channelSection .channel-create a {
    font-size: 17px;
    text-align: center;
    display: block;
  }
  #channelSection .channel-create p {
    display: block;
  }
  .channelCol {
    border-bottom: 1px solid #E4EDF4;
    padding-bottom: 20px;
  }
  .channelCol a {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .channelCol img {
    display: none;
  }
  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  #testImage {
    position: relative;
    top: -30px;
  }
  #testImage img {
    width: 60px;
  }
  .metaText {
    line-height: 28px !important;
  }
  #metadataHead {
    position: relative;
    margin: 4px 0 0 1px;
  }
  .metaImagesHead img {
    position: relative;
    top: -19px;
  }
  #metaTextHead {
    font-size: 13px;
    line-height: 18px;
  }
  .button {
    margin: 20px auto;
  }
  #searchInputSuchbox {
    width: 150px;
  }
  .rating {
    width: 190px;
  }
  .rating:not(:checked) > label {
    width: 30px;
  }
  .rating:not(:checked) > label:before {
    margin-right: 6px !important;
  }
  #resources {
    font-size: 14px !important;
  }
  /* ==========================================================================
    QUIZ - TIMER
  ========================================================================== */
  #timeLeft {
    width: 95px;
    height: 95px;
    z-index: 999999;
    right: 16px;
    margin-top: 72px;
    font-size: 1.2rem;
  }
  /* ========= Quiz Scroll Down Button + Auswertung Button ========= */
  /*===========================================================
  Button-Designs
  ========================================================================= */
  /*=======Quiz-Page and Aside-Buttons=======*/
  /* ==========================================================================
  Button-Designs
  ========================================================================= */
  /* ======================================================================
  editor-choice-banner
  ========================================================================= */
  /* ==========================================================================
   Categories page
   ========================================================================== */
  /* ==========================================================================
   Footer
   ========================================================================== */
  /* ==========================================================================
  Other
  ========================================================================== */
  /* ==========================================================================
  profile-steckbrief
  ========================================================================= */
  /*===========================================================
  Button-Designs
  ========================================================================= */
  /* ==========================================================================
  table-of-contents for articles
  ========================================================================= */
  /* ==========================================================================
  Quiz-Erstellen Forms
  ========================================================================= */
  /* ==========================================================================
   Input-Button-Forms
  ========================================================================= */
  /* ==========================================================================
   Quiz-Bedingungen
  ========================================================================= */
  /* ==========================================================================
    Bewertungs- und Like Komponente
  ========================================================================= */
}
@media only screen and (max-width: 759px) and (max-width: 759px) {
  #timeLeft {
    margin-top: 0;
  }
}
@media only screen and (max-width: 759px) and (max-width: 509px) and (min-width: 365px) {
  #timeLeft {
    margin-top: 67px;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 759px) and (max-width: 364px) {
  #timeLeft {
    margin-top: 92px;
    width: 68px;
    height: 68px;
  }
}
@media only screen and (max-width: 759px) {
  #counter {
    display: block !important;
    z-index: 9999999;
    right: 23px;
    margin-top: -12px;
  }
  #counter .desktop-tablet-circle-countdown,
  #counter .tablet-circle-countdown {
    display: none;
  }
  #counter svg circle {
    stroke-width: 3px;
  }
}
@media only screen and (max-width: 759px) and (min-width: 510px) and (max-width: 759px) {
  #counter {
    right: 25px !important;
    margin-top: -14px !important;
  }
  #counter .mobile-circle-countdown {
    display: none;
  }
  #counter svg circle {
    stroke-dasharray: 210.5px;
  }
  @keyframes countdown {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: 210.5px;
    }
  }
}
@media only screen and (max-width: 759px) and (max-width: 509px) and (min-width: 365px) {
  #counter {
    right: 19px !important;
    margin-top: 34px !important;
  }
  #counter .big-mobile-circle-countdown {
    display: none;
  }
  #counter svg circle {
    stroke-dasharray: 180.5px;
  }
  @keyframes countdown {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: 180.5px;
    }
  }
}
@media only screen and (max-width: 759px) and (max-width: 364px) {
  #counter {
    right: 18px !important;
    margin-top: 58px !important;
  }
  #counter .big-mobile-circle-countdown {
    display: none;
  }
  #counter svg circle {
    stroke-dasharray: 170.5px;
  }
  @keyframes countdown {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: 170.5px;
    }
  }
}
@media only screen and (max-width: 759px) {
  .quiz-bottom-button-left, .quiz-bottom-button-right {
    width: auto !important;
    height: auto !important;
  }
  #scroll-dwn-auswertung {
    margin: 50px 25px 25px 0;
    width: auto;
    height: auto;
    font-size: 10px;
    right: -17px;
  }
}
@media only screen and (max-width: 759px) and (max-width: 759px) {
  #scroll-dwn-auswertung {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 759px) and (max-width: 509px) {
  #scroll-dwn-auswertung {
    right: -22px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 759px) {
  .msg-to-quiz-creator-button {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 420px) {
  .quiz-auswertung-button-two {
    width: 50px;
    height: 39px;
    padding: 0;
  }
  .quiz-auswertung-button-two:before {
    background: url(../images/svg/icons-and-fallbacks/send_icon_white.svg) left center no-repeat !important;
    content: "" !important;
    vertical-align: middle;
    background-size: 21px auto;
    height: 50%;
    width: 50%;
    margin-top: -1px;
    margin-right: -4px;
    padding-left: 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    right: -13px;
    top: 1px;
  }
}
@media only screen and (max-width: 759px) {
  .button-secondary {
    font-size: 15px;
  }
  #index, #catalog, #vorschau {
    margin-top: 15px;
  }
  #search .editor-choice-banner a .editor-choice-banner-german,
  #search .editor-choice-banner a .editor-choice-banner-english,
  #search .editor-choice-banner a .editor-choice-banner-dutch, #index .editor-choice-banner a .editor-choice-banner-german,
  #index .editor-choice-banner a .editor-choice-banner-english,
  #index .editor-choice-banner a .editor-choice-banner-dutch, #catalog .editor-choice-banner a .editor-choice-banner-german,
  #catalog .editor-choice-banner a .editor-choice-banner-english,
  #catalog .editor-choice-banner a .editor-choice-banner-dutch {
    margin-top: 5px !important;
    margin-left: -2px;
    margin-right: 10px;
    float: left;
  }
  #vorschau .editor-choice-banner a .editor-choice-banner-german,
  #vorschau .editor-choice-banner a .editor-choice-banner-english,
  #vorschau .editor-choice-banner a .editor-choice-banner-dutch {
    margin-top: -1px;
  }
  .category {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden !important;
  }
  .category h2 {
    overflow: hidden !important;
  }
  .category h3 {
    font-size: 18px;
    overflow: hidden !important;
  }
  .category h4 {
    font-size: 18px;
    overflow: hidden !important;
  }
  .category ul {
    overflow: hidden !important;
  }
  .category li {
    width: 100%;
    font-size: 15px;
    overflow: hidden !important;
  }
  .evenCategory {
    overflow: hidden !important;
  }
  .search-box, .user-search-box, .user-search-box-aside {
    width: 250px !important;
  }
  .search-box #search-input-box, .search-box #user-search-input, .user-search-box #search-input-box, .user-search-box #user-search-input, .user-search-box-aside #search-input-box, .user-search-box-aside #user-search-input {
    width: 190px !important;
  }
  .search-box #button-search-next, .search-box #button-user-search, .search-box #button-user-search-aside, .user-search-box #button-search-next, .user-search-box #button-user-search, .user-search-box #button-user-search-aside, .user-search-box-aside #button-search-next, .user-search-box-aside #button-user-search, .user-search-box-aside #button-user-search-aside {
    width: 39px !important;
  }
  .search-box #button-search-next:after, .search-box #button-user-search:after, .search-box #button-user-search-aside:after, .user-search-box #button-search-next:after, .user-search-box #button-user-search:after, .user-search-box #button-user-search-aside:after, .user-search-box-aside #button-search-next:after, .user-search-box-aside #button-user-search:after, .user-search-box-aside #button-user-search-aside:after {
    content: "" !important;
  }
  .search-box #button-search-next #white-loupe-icon, .search-box #button-user-search #white-loupe-icon, .search-box #button-user-search-aside #white-loupe-icon, .user-search-box #button-search-next #white-loupe-icon, .user-search-box #button-user-search #white-loupe-icon, .user-search-box #button-user-search-aside #white-loupe-icon, .user-search-box-aside #button-search-next #white-loupe-icon, .user-search-box-aside #button-user-search #white-loupe-icon, .user-search-box-aside #button-user-search-aside #white-loupe-icon {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }
  #button-search-single {
    width: 260px !important;
    margin-left: 0 !important;
  }
  #footerNav {
    width: auto;
    padding: 0 10px 0 10px;
  }
  #footerNav li {
    font-size: 14px !important;
  }
  .footer-btn-element form button {
    font-size: 14px !important;
  }
  .footerCol {
    width: 46%;
  }
  .footerColLast {
    margin-right: 14px;
  }
  .footerColleft {
    padding-right: 10px;
  }
  .clearLeft {
    clear: left;
  }
  .show-desktop-tablet {
    display: none;
  }
  .mobile-right {
    white-space: nowrap;
  }
  #resources h3 {
    font-size: 21px !important;
  }
  .site-table td:first-child {
    width: 110px !important;
  }
  .user-users-list-userdata {
    width: 63% !important;
  }
  .users-list-profile .users-list-profile-entry {
    width: 110px;
  }
  .div_edit_profile {
    display: table;
    width: 100%;
  }
  .div_edit_profile label {
    font-size: 15px;
    width: 100%;
  }
  .div_edit_profile_row_radio {
    display: inline-block;
    padding-bottom: 10px;
  }
  .div_edit_profile_row_radio label {
    width: 100%;
  }
  .div_edit_profile_row {
    padding-bottom: 10px;
    display: grid;
  }
  .div_edit_profile_row input[type=text] {
    width: 100%;
    height: 35px;
    margin-top: 0px;
    box-sizing: border-box;
  }
  .div_edit_profile_row textarea {
    width: 100%;
    height: 75px;
    margin-top: 0px;
  }
  .div_edit_profile_row input[type=submit], .div_edit_profile_row input[type=button] {
    width: max-content;
    margin: auto;
  }
  .div_user_settings {
    display: table;
    width: 100%;
  }
  .div_user_settings label {
    font-size: 15px;
    padding-bottom: 5px;
    width: 200px;
  }
  .div_user_settings_rows {
    display: grid;
    padding-bottom: 10px;
  }
  .div_user_settings_rows input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
  }
  .div_user_other_settings_rows label {
    width: 40%;
    padding-right: 10px;
  }
  #whitespaces {
    height: 0px;
  }
  #password_confirmation {
    margin-bottom: 0px;
  }
  .div_delete_account {
    display: table;
    width: 100%;
  }
  .div_delete_account label {
    font-size: 15px;
    padding-bottom: 5px;
    width: 200px;
  }
  .div_delete_account_rows {
    display: grid;
    padding-bottom: 10px;
  }
  .div_delete_account_rows input {
    height: 35px;
    box-sizing: border-box;
    width: 100%;
  }
  .tile-list li {
    font-size: 0.67em !important;
  }
  .profile-steckbrief td:first-child {
    width: 180px;
  }
}
@media only screen and (max-width: 759px) and (max-width: 500px) {
  .profile-steckbrief td:first-child {
    width: 120px;
  }
}
@media only screen and (max-width: 759px) {
  .button-profile-viewall {
    background-color: #f2f2f2 !important;
    font-size: 13px;
  }
  .profile-steckbrief .question-title span {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 300px) {
  .profile-settings-next-save-button-two, .profile-settings-back-button {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 500px) {
  .button-input-duo {
    height: 100px;
    margin: auto;
  }
  .button-input-duo input {
    display: block !important;
    border-radius: 5px !important;
    border-right-color: #3b4b59;
  }
  .button-input-duo button {
    display: block !important;
    border-radius: 8px !important;
    margin: 10px auto;
    padding: 16px !important;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  .modal-content {
    margin-top: 206px !important;
  }
  .profile-settings-button, .profile-delete-button {
    margin-bottom: 20px !important;
    margin: 0 auto !important;
  }
  .profile-delete-button {
    position: relative;
  }
  .mobile-button-font {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 530px) {
  .toc-container {
    width: fit-content;
  }
}
@media only screen and (max-width: 759px) {
  .quiz-create-table .auswahl-quiz-answer-div, .auswertung-table .auswahl-quiz-answer-div {
    width: 70% !important;
  }
  .quiz-create-table .auswahl-quiz-points-div, .auswertung-table .auswahl-quiz-points-div {
    width: 25% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 616px) and (min-width: 450px) {
  .quiz-create-table tr td .quiz-create-input[type=text], .auswertung-table tr td .quiz-create-input[type=text] {
    width: 98% !important;
  }
  .quiz-create-table tr td .quiz-create-input[type=number], .auswertung-table tr td .quiz-create-input[type=number] {
    width: 20% !important;
  }
  .quiz-create-table tr td textarea, .auswertung-table tr td textarea {
    width: 98% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 450px) and (min-width: 330px) {
  .quiz-create-table tr td .quiz-create-input[type=text], .auswertung-table tr td .quiz-create-input[type=text] {
    width: 96% !important;
  }
  .quiz-create-table tr td .quiz-create-input[type=number], .auswertung-table tr td .quiz-create-input[type=number] {
    width: 20% !important;
  }
  .quiz-create-table tr td textarea, .auswertung-table tr td textarea {
    width: 96% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 400px) {
  .quiz-create-table .auswahl-quiz-answer-div, .auswertung-table .auswahl-quiz-answer-div {
    width: 60% !important;
  }
  .quiz-create-table .auswahl-quiz-points-div, .auswertung-table .auswahl-quiz-points-div {
    width: 26% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 330px) {
  .quiz-create-table tr td .quiz-create-input[type=text], .auswertung-table tr td .quiz-create-input[type=text] {
    width: 94% !important;
  }
  .quiz-create-table tr td .quiz-create-input[type=number], .auswertung-table tr td .quiz-create-input[type=number] {
    width: 20% !important;
  }
  .quiz-create-table tr td textarea, .auswertung-table tr td textarea {
    width: 94% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 613px) {
  .quiz-create-table .auswahl-quiz-answer-div input {
    width: 90% !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 480px) {
  .toolbar-toggle-btn {
    width: auto !important;
    padding: 0.25em 0.5em !important;
  }
  .toolbar-toggle-btn .format-label {
    display: none !important;
  }
  .toolbar-toggle-btn .material-symbols-outlined {
    font-size: 1.25em !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 400px) {
  .input-button-login {
    width: 63%;
  }
  .input-button-table {
    width: 100%;
  }
  .input-button-form {
    display: block;
  }
  .input-button-input {
    width: 63%;
  }
}
@media only screen and (max-width: 759px) {
  .quiz-type-description {
    font-size: 14px !important;
  }
  .usage-positive, .usage-positive-long,
  .usage-negative, .usage-negative-long {
    font-size: 11px !important;
  }
  .quiz-mobile-links a {
    font-size: 11px !important;
  }
  .info-content-text-50 {
    font-size: 11px !important;
  }
  .quiz-headline {
    font-size: 18px !important;
  }
  .copyright1 {
    font-size: 10px !important;
  }
  .rate_like_title {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 759px) and (max-width: 500px) {
  .rate_like_container {
    display: block !important;
  }
  .rating_like_vertical {
    display: none !important;
  }
  .like_component {
    margin-top: 40px !important;
  }
  .filler-box {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .squareAd {
    display: none;
  }
  .squareAdmobi {
    margin-bottom: 30px;
  }
  img.logo {
    background: url("../img/result.png") 0 0;
  }
  #headLogo.headLogo {
    display: none;
  }
  .closeMenu {
    display: block;
    position: relative;
    float: right;
    z-index: 1001;
    text-align: right;
    width: 20px !important;
    height: 20px;
    background: url("../img/result.png") 0 -401px;
  }
  #logoBig, #introLogo {
    top: 0;
  }
  #socialMedia {
    margin-bottom: 20px;
  }
  #counter {
    display: none;
  }
  .socialBtn {
    display: inline-block;
    margin-right: 20px;
  }
  #mainContent {
    padding-bottom: 20px;
  }
  .tabWrapperList {
    width: 100%;
  }
  .tabsHeaderList li {
    width: 25% !important;
  }
  #tabTop50Categories {
    height: 700px;
  }
  #tabBestTests {
    height: 700px;
  }
  #tabRandomTests {
    height: 700px;
  }
  #channelSection h1 {
    margin-top: 0;
  }
  .channelColLast {
    margin-right: 0;
  }
  /* ==========================================================================
  Test/Quiz Page
  ========================================================================== */
  #resources h3 {
    font-size: 22px;
  }
  #resources.resources-search {
    text-align: justify;
    border-top: 1px solid #E4EDF4;
    padding-top: 20px;
  }
  #resources.resources-search ul li {
    display: inline;
    margin-right: 20px;
  }
  /* ==========================================================================
  Other
  ========================================================================== */
  .mobile-right {
    float: right;
  }
  .show-desktop {
    display: none !important;
  }
  .aside-rating-submit {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #banner {
    width: 980px;
    margin: 0 auto 20px;
  }
  #skyscrapper {
    min-width: 160px;
    z-index: 10000;
    margin-left: 1000px;
    margin-top: 20px;
  }
  /* ==========================================================================
   Custom styles
   ========================================================================== */
  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top .desktop-menu {
    margin: 0 0 0 15px;
  }
  #headerNav {
    margin-left: 20px;
    margin-right: 20px;
  }
  #headLogo img {
    margin-bottom: 36px;
  }
  .centerMenu {
    margin-top: 22px;
  }
  #headerNav li {
    font-size: 14px;
    margin-right: 24px;
  }
  #headerNav li ul li:hover div {
    width: 360px;
  }
  #headerNav li ul:last-child {
    margin-right: 0px;
  }
  .closeMenu {
    top: 10px;
    right: -20px;
  }
  #mobile-menu {
    display: none !important;
  }
  /* ==========================================================================
   Page Content
   ========================================================================== */
  #welcome #welcome-text {
    margin-left: 146px;
    margin-right: 30px;
  }
  #katsNav {
    margin-top: 25px;
  }
  #contentArea {
    padding: 30px 19px 30px 19px;
    position: relative;
    z-index: 300;
  }
  .contentHeader {
    margin-bottom: 20px !important;
    clear: both;
  }
  #logoBig {
    width: 120px;
  }
  .contentHeader p, .contentHeader h2 {
    margin-top: 10px;
    margin: 10px 0 20px 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .contentHeader img {
    position: relative;
    float: left;
    top: -20px;
  }
  .testTitle p {
    margin-top: 14px;
  }
  .latestEntry {
    padding-top: 20px;
  }
  .entryText {
    margin-left: 100px;
  }
  .metadata {
    width: 93%;
  }
  .metadata p {
    margin-bottom: 23px !important;
  }
  .catalog-img-meta .metaImages {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .tile-list li {
    min-width: 13%;
    word-wrap: break-word;
  }
  /* ==========================================================================
   Page Content
   ========================================================================== */
  #mainContent h2 {
    font-size: 25px !important;
  }
  .new-tests-h2 {
    text-align: center;
    margin-top: 20px !important;
  }
  #related {
    width: 100%;
  }
  .tabWrapperList {
    height: 700px;
  }
  .tabWrapperList li {
    width: 32%;
    margin-right: 3px;
    display: inline-block;
  }
  #tabTop50Tests {
    height: 700px;
  }
  .col2 {
    width: 28%;
  }
  .col3 {
    width: 44.5%;
  }
  .channel-create img {
    margin-left: 30px;
  }
  .channel-create p {
    margin-right: 250px;
  }
  .channelCol img {
    width: 180px;
  }
  .channel-long-text {
    width: 30%;
    padding-right: 10px;
  }
  .channelColLast {
    border-right: none;
  }
  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  #testImage {
    width: 136px;
    height: 136px;
    margin: 20px 20px 22px 0px;
  }
  #testImage img {
    width: 136px;
  }
  #metaTextHead {
    line-height: 19px;
  }
  .button {
    margin: 0 auto 0;
  }
  #aside-rating-submit {
    margin: 0 auto;
  }
  /* ==========================================================================
   Categories page
   ========================================================================== */
  .category li {
    width: 46%;
  }
  /* ==========================================================================
   Footer
   ========================================================================== */
  .footerCol {
    width: 24.5%;
    margin-right: 5px;
  }
  /* ==========================================================================
    Bewertungs- und Like Komponente
  ========================================================================= */
  .rate_like_outer_box {
    width: 80%;
  }
}
@media only screen and (min-width: 760px) {
  /* ==========================================================================
  Chrome Frame prompt
  ========================================================================== */
  .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  /* ==========================================================================
   Advertising
   ========================================================================== */
  #advertising {
    position: relative;
    z-index: 300;
    width: 995px;
    text-align: center;
  }
  .smart-skin-top ~ #advertising {
    top: 0;
    position: absolute;
  }
  #mobileBanner {
    display: none;
  }
  #banner {
    min-height: 90px;
    z-index: 10000;
    text-align: center;
  }
  .squareAd {
    margin-bottom: 30px;
  }
  /* ==========================================================================
   Custom styles
   ========================================================================== */
  html, body {
    padding: 0;
  }
  h1, h2, h3, h4 {
    font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: bolder;
  }
  #top {
    height: 66px;
  }
  #top li {
    display: inline-block;
  }
  #headerNav {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    z-index: 10;
    display: block;
  }
  .centerMenu {
    height: 35px;
  }
  .centerMenu img {
    margin-left: 4px !important;
  }
  .createMenu .dropdown li {
    margin-bottom: 25px;
  }
  /*#headerNav {
    ul {
      padding-left: 0;
    }
    li {
      float: left;
      font-family: 'Oswald';
      font-weight: bold;
      text-transform: uppercase;

      &:hover {
        border: none;
        div {
          z-index: 1000;
          margin-top: 12px;
          display: block;
          position: absolute;
          padding: 10px 40px 20px 40px;
          -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
          -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
        }
      }

      a {
        display: block;
        color: $testedich-blue;
        text-decoration: none;
      }
      div {
        background: $testedich-blue;
        margin-top: 0;
        display: none;
        h2 {
          font-size: 24px;
          text-transform: none;
          color: white;
        }
      }

      ul {
        float: left;
        width: 180px;
        margin-left: 0;
        li {
          a {
            width: 180px;
            font-family: Verdana, Genf, sans-serif;
            font-size: 15px;
            color: #f2efbb;
            &:hover {
              color: $testedich-orange;
              text-decoration: underline;
            }
          }
        }
      }
    }
  }*/
  #categories li {
    height: 32px !important;
  }
  #create {
    width: 230px !important;
    padding-bottom: 6px !important;
  }
  #create li a {
    display: inline-block;
    width: 230px !important;
  }
  #create img {
    margin: 0 10px 0 0px !important;
  }
  #menu-button {
    display: none;
  }
  /* ==========================================================================
   Masthead
   ========================================================================== */
  #partner {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
  }
  /* ==========================================================================
  Page Content
  ========================================================================== */
  #welcome {
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #E4EDF4;
    padding-bottom: 25px;
  }
  #welcome #indexP {
    margin-top: 11px;
  }
  #katsNav {
    margin-bottom: 15px;
  }
  #katsNav h2 {
    font-size: 25px;
    text-align: center;
  }
  #background {
    position: relative;
    z-index: 2;
    background: white;
  }
  #contentArea {
    min-height: 650px;
  }
  .contentHeader #welcome img {
    float: left;
  }
  .contentHeader #welcome h1 {
    display: inline-block;
    text-align: left;
  }
  .contentHeader #welcome h1 .h1-span {
    font-size: 24px;
  }
  #introLogo {
    position: relative;
    float: none !important;
  }
  .sort {
    margin: 0 0 40px;
    font-size: 15px !important;
  }
  .entryImage {
    width: 82px;
    height: 82px;
  }
  .entryImage img {
    max-width: 82px;
  }
  .entryText h3 a {
    font-size: 16px;
  }
  .entryText p:last-child {
    margin: 8px 0 26px;
  }
  .metaImages {
    top: -3px;
  }
  .more {
    display: inline-block;
  }
  #paging {
    font-size: 24px;
  }
  .tile-list li {
    width: 13%;
  }
  /* ==========================================================================
  Page Content
  ========================================================================== */
  .index-h2 {
    font-size: 25px !important;
  }
  #related .index-asideTitles {
    font-size: 25px;
    font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
    padding-bottom: 0px;
    font-weight: bolder;
    margin: 0.5em 0;
    margin-top: -13px;
  }
  .tabbedContainer h2 {
    font-size: 25px !important;
  }
  #channelSection p {
    color: #3b4b59;
  }
  .channel-create img {
    float: right;
  }
  .channel-create a {
    font-size: 20px;
  }
  .channelCol {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 28% !important;
  }
  .channelCol a {
    font-size: 16px;
  }
  .channelCol h2 a {
    font-size: 21px;
  }
  .channelCol img {
    margin-top: 10px;
  }
  /* ==========================================================================
  Test/Quiz Page
  ========================================================================== */
  #testImage {
    float: left;
  }
  #metaTextHead {
    font-size: 14px;
  }
  #metadataHead {
    margin: 4px 0 -4px;
  }
  #searchInputSuchbox, .search-box-input {
    width: 340px;
  }
  .rating {
    width: 260px;
  }
  .rating:not(:checked) > label {
    width: 42px;
  }
  /* ==========================================================================
    QUIZ - TIMER
  ========================================================================== */
  #timeLeft { /* GENERAL */
    z-index: 20000;
    width: 125px;
    height: 125px;
    font-size: 24px;
    margin: 0 25px 25px 0;
  }
  #scroll-dwn-auswertung {
    margin: 65px 25px 25px 0;
    width: auto;
  }
  #counter {
    display: block !important;
    z-index: 99999;
  }
  .mobile-circle-countdown,
  .big-mobile-circle-countdown {
    display: none;
  }
  /* screen sizes are ordered in ascending order */
  /* ==========================================================================
  editor-choice-banner
  ========================================================================= */
  /* ==========================================================================
   Categories page
   ========================================================================== */
  /* ==========================================================================
   Footer
   ========================================================================== */
  /* ==========================================================================
  Other
  ========================================================================== */
}
@media only screen and (min-width: 760px) and (min-width: 760px) and (max-width: 890px) { /* 760 px - 890 px */
  #timeLeft {
    margin-left: 620px !important;
    width: 110px;
    height: 110px;
  }
  #counter {
    margin-left: 620px !important;
    margin-top: 0px !important;
  }
  .desktop-tablet-circle-countdown {
    display: none;
  }
  #scroll-dwn-auswertung {
    margin-left: 600px !important;
  }
}
@media only screen and (min-width: 760px) and (min-width: 890px) and (max-width: 1340px) { /* 890 px - 1340 px */
  #timeLeft {
    margin-left: 729px !important;
  }
  #counter {
    margin-left: 742px !important;
    margin-top: 13px;
  }
  .tablet-circle-countdown {
    display: none;
  }
  #scroll-dwn-auswertung {
    margin-left: 720px !important;
  }
}
@media only screen and (min-width: 760px) and (min-width: 1341px) { /* ab 1340 px */
  #timeLeft {
    width: 322.5px;
    border-radius: 18px !important;
    margin-left: 632.5px;
  }
  #counter {
    margin-left: 743.5px;
    margin-top: 13px;
  }
  .tablet-circle-countdown {
    display: none;
  }
  #scroll-dwn-auswertung {
    margin-left: 719.5px;
  }
}
@media only screen and (min-width: 760px) {
  #search .editor-choice-banner a #german, #search .editor-choice-banner a #english, #search .editor-choice-banner a #dutch, #index .editor-choice-banner a #german, #index .editor-choice-banner a #english, #index .editor-choice-banner a #dutch, #catalog .editor-choice-banner a #german, #catalog .editor-choice-banner a #english, #catalog .editor-choice-banner a #dutch {
    margin-top: -4px;
    margin-left: -2px;
    margin-right: 10px;
    float: left;
  }
  #search .editor-choice-banner a #dutch, #index .editor-choice-banner a #dutch, #catalog .editor-choice-banner a #dutch {
    width: 80px;
  }
  #index, #catalog, #vorschau {
    margin-top: 15px;
  }
  #vorschau .editor-choice-banner a #german, #vorschau .editor-choice-banner a #english, #vorschau .editor-choice-banner a #dutch {
    margin-top: -2px;
  }
  .category {
    margin-bottom: 20px;
  }
  .category h3 {
    font-size: 20px;
  }
  .category h4 {
    font-size: 17px;
  }
  #footerNav {
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }
  .footerColLast {
    margin-right: 0 !important;
  }
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  ::-moz-selection {
    background: #9e0000;
    color: white;
    text-shadow: none;
  }
  ::selection {
    background: #9e0000;
    color: white;
    text-shadow: none;
  }
  #banner {
    margin: 0 auto 0;
  }
  .squareAdmobi {
    display: none;
  }
  /* ==========================================================================
   Custom styles
   ========================================================================== */
  body {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3df79));
    background: -webkit-linear-gradient(top, white 0%, #f3df79 100%);
    background: -o-linear-gradient(top, white 0%, #f3df79 100%);
    background: -ms-linear-gradient(top, white 0%, #f3df79 100%);
    background: linear-gradient(to bottom, white 0%, #f3df79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3df79", GradientType=0);
  }
  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top {
    width: 100%;
  }
  #top ul {
    margin: 0;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  #partner {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
  }
  #headerNav {
    text-align: center;
    margin: 0 auto;
  }
  #headerNav img {
    margin-left: 0;
  }
  #headLogo img {
    margin-bottom: 10px;
    margin-right: 25px;
  }
  #headLogo.headLogo-small {
    display: none;
  }
  .centerMenu {
    text-align: left;
  }
  .desktop-menu {
    margin-top: 13px !important;
  }
  #headerNav li {
    font-size: 15px;
    margin-right: 27px;
  }
  #headerNav li:last-child {
    margin-right: 0;
  }
  #headerNav li:hover div {
    width: 540px;
  }
  #headerNav #mobile-menu {
    display: none !important;
  }
  .closeMenu {
    display: none;
  }
  .mobile-right {
    margin-left: 60px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 5px;
  }
  /* ==========================================================================
   Page Content
   ========================================================================== */
  /* ==========================================================================
   Page Content
   ========================================================================== */
  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  /* ==========================================================================
   Categories page
   ========================================================================== */
  /* ==========================================================================
   Footer
   ========================================================================== */
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1039px) {
  .mobile-right {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #welcome {
    padding-top: 15px;
  }
  #welcome #welcome-text {
    margin-left: 157px;
  }
  #background {
    background: -moz-linear-gradient(top, white 0%, #f3df79 100%);
    -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  }
  #mainWrapper {
    width: 980px;
    margin: 0 auto;
  }
  #contentArea {
    margin-top: 2px;
    width: 940px;
    padding: 30px 26px 30px 26px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #efefef;
    -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    position: relative;
    z-index: 300;
  }
  .contentHeader {
    margin-bottom: 30px !important;
  }
  .contentHeader p, .contentHeader h2 {
    font-size: 16px;
    line-height: 30px;
  }
  #introLogo {
    height: 28px;
  }
  #socialMedia {
    float: right;
    width: 121px;
    border-left: 1px solid #E4EDF4;
  }
  .socialBtn {
    margin: 14px 0 0 20px;
  }
  #socialMedia2 {
    position: relative;
    float: right;
    display: inline-block;
    width: 300px;
  }
  .socialBtn2 {
    margin: 0 0 5px 20px;
  }
  #mainContent {
    width: 600px;
    float: left;
    clear: left;
    padding-right: 19px;
    border-right: 1px solid #E4EDF4;
  }
  .catalog-img-meta .metaImages {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .entryText {
    float: left;
    width: 508px;
    margin-left: 10px;
    margin-top: 8px;
  }
  .metadata p {
    margin-bottom: 40px !important;
  }
  .tile-list li i {
    line-height: 54px;
  }
  .tile-list li:hover i {
    font-size: 54px;
  }
  .tile-list li i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #lists {
    width: 940px;
  }
  #related {
    float: left;
    width: auto;
    max-width: 300px;
    padding: 0 0 0 18px;
  }
  #related h2 {
    margin: 0;
  }
  .tabWrapperList {
    width: 960px;
    height: 530px;
  }
  .tabWrapperList li {
    width: 220px;
    margin-right: 15px;
    display: inline-block;
  }
  .tabsHeaderList li {
    width: 235px !important;
  }
  #tabTop50Tests {
    height: 516px;
  }
  #tabTop50Categories {
    height: 516px;
  }
  #tabBestTests {
    height: 516px;
  }
  #tabRandomTests {
    height: 530px;
  }
  #channelSection {
    width: 940px;
  }
  #channelSection h1 {
    margin-top: 10px;
  }
  .col2 {
    width: 390px;
  }
  .col3 {
    width: 280px;
  }
  .channel-create img {
    margin-left: 90px;
  }
  .channel-long-text {
    width: 31%;
    padding-right: 10px;
  }
  .channelColLast {
    border-right: none;
    margin-right: 0;
  }
  #testImage {
    width: 151px;
    height: 151px;
    margin: 10px 10px 12px 0px;
  }
  #testImage img {
    width: 151px;
  }
  .button {
    margin: 20px auto 0;
  }
  #aside-rating-submit {
    margin: 0 auto;
    margin-left: 54px !important;
  }
  .category {
    width: 600px;
  }
  .category li {
    width: 269px;
  }
  #footerNav {
    width: 940px;
  }
  .footerCol {
    width: 220px;
    margin-right: 20px;
  }
  .show-mobile-tablet {
    display: none;
  }
}
@media only screen and (max-width: 365px) {
  #searchInput {
    width: 114px;
  }
  #headLogo img {
    margin-left: 45px;
  }
  .tabsHeaderList li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 359px) {
  #paging img {
    height: 14px;
    padding-bottom: 5px;
  }
}
/* Components */
#headerNav #search-result {
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(185, 176, 136, 0.75);
  border-bottom: 2px solid #ecd9cf;
  z-index: 10000;
  background: #f7eec2;
  text-align: left;
  display: none;
  position: absolute;
}
#headerNav #search-result .livesearch-no-results {
  height: auto;
}
#headerNav #search-result .material-icons {
  height: 27px;
  margin-top: 6px;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
  background: #fff6c7;
  border-radius: 3px;
  border: 1px solid #e8e0b5;
  box-shadow: 1px 1px 5px #ded28c;
}
#headerNav #search-result .material-icons a {
  width: auto;
  font-family: "Material Icons";
  padding-top: 2px;
}
#headerNav #search-result .material-icons:hover {
  background: #fffdf3;
}
#headerNav #search-result .material-icons:hover a {
  color: #d28858;
}
#headerNav #search-result .search-quiz-ul a {
  width: 96%;
}
#headerNav #search-result ul li {
  display: block;
  float: none;
  padding: 0 5px;
  border-bottom: 1px solid #d5bca9;
  margin-right: 20px;
  width: 100%;
}
#headerNav #search-result ul li:hover {
  background: #faf2ca;
}
#headerNav #search-result ul li, #headerNav #search-result ul li a {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  text-transform: none;
  color: #3b4b59;
  font-weight: 100;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#headerNav #search-result ul a {
  width: 80%;
}
#headerNav #search-result ul a,
#headerNav #search-result .livesearch-no-results {
  display: inline-block;
}
#headerNav #search-result .livesearch-no-results {
  height: auto;
  white-space: normal;
}
#headerNav #search-result .livesearch-no-results a {
  color: #e58156;
}
#headerNav #search-result .livesearch-link {
  color: #e58156;
  white-space: normal;
}
#headerNav #search-result .livesearch-link:hover {
  text-decoration: underline;
}
#headerNav #search-result .livesearch-mehr-anzeigen span:hover {
  text-decoration: underline;
}
#headerNav #search-result .livesearch-bottom {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}
#headerNav #search-result .livesearch-bottom a {
  color: #3b4b59;
}
#headerNav #search-result .livesearch-bottom a:hover {
  text-decoration: none;
}
#headerNav #search-result .livesearch-bottom .material-icons {
  float: none;
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 0;
  display: block;
}
#headerNav #search-result .livesearch-bottom:hover {
  background: #efe6ba;
}
#headerNav #search-result .livesearch-bottom.livesearch-bottom-full-width {
  width: 100%;
}

#searchInput {
  border: none;
  border-radius: 8px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-size: 16px;
  color: #3b4b59;
  outline: none;
  background: #f7eec2;
}
#searchInput:focus {
  border-color: #bf4545;
  box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
  -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
}

@media only screen and (min-width: 1024px) {
  #headerNav #search-result {
    border-radius: 10px;
    width: 650px;
    margin-left: auto !important;
    margin-top: 25px !important;
    float: right !important;
    margin-top: 5px;
    padding: 15px 7px 7px;
  }
  #headerNav #search-result h2 {
    padding: 0 5px;
  }
  #headerNav #search-result .search-result-col {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
  }
  #headerNav #search-result .search-result-col a:hover {
    text-decoration: underline;
  }
  #headerNav #search-result .search-result-col-last {
    margin-left: 30px;
  }
  #headerNav #search-result .search-result-col-last li {
    height: 42px;
  }
  #headerNav #search-result .search-result-col-last .livesearch-no-results {
    height: auto;
  }
  #headerNav #search-result .material-icons {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result .material-icons a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result .material-icons:hover a {
    text-decoration: none;
  }
  #headerNav #search-result ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result ul li, #headerNav #search-result ul li a {
    height: 42px;
  }
  #headerNav #search-result ul a {
    height: 32px;
  }
  #headerNav #search-result ul a,
  #headerNav #search-result .livesearch-no-results {
    padding-top: 10px;
  }
  #headerNav #search-result .livesearch-no-results {
    padding-bottom: 10px;
  }
  #headerNav #search-result .livesearch-no-results a {
    height: auto;
  }
  #headerNav #search-result .livesearch-warning {
    padding-bottom: 5px;
    text-align: center;
  }
  #headerNav #search-result .livesearch-warning span {
    display: inline-block;
    padding: 13px 3px;
  }
  #headerNav #search-result .livesearch-link {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
  }
  #headerNav #search-result .livesearch-link:hover {
    padding-left: 0;
  }
  #headerNav #search-result .livesearch-bottom {
    padding-bottom: 5px;
    margin: 0 2px;
    width: 49.3%;
    background: #f1e7b7;
  }
  #searchInput {
    width: 200px;
    padding: 10px 8px 10px 8px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #headerNav #search-result {
    border-radius: 10px;
    padding: 15px 10px 0 20px;
    box-sizing: border-box;
    width: 280px;
    margin-top: 5px;
    right: 0;
  }
  #headerNav #search-result h2 {
    margin-bottom: 7px;
    padding-left: 5px;
  }
  #headerNav #search-result .search-result-col-last {
    margin-top: 15px;
  }
  #headerNav #search-result .material-icons {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result .material-icons a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result .material-icons:hover a {
    text-decoration: none;
  }
  #headerNav #search-result ul {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #headerNav #search-result ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerNav #search-result ul a {
    height: 30px;
    padding-top: 11px;
  }
  #headerNav #search-result .livesearch-no-results {
    padding-top: 11px;
  }
  #headerNav #search-result .livesearch-warning {
    line-height: 21px;
    padding-bottom: 10px;
    white-space: normal;
  }
  #headerNav #search-result .livesearch-link {
    margin-bottom: 5px;
    padding-bottom: 2px;
  }
  #headerNav #search-result .livesearch-bottom {
    width: 50%;
    margin-bottom: 4px;
    margin-top: 6px;
  }
  #searchInput {
    position: relative;
    z-index: 2;
    width: 210px;
    padding: 10px 8px 10px 8px;
  }
}
@media only screen and (max-width: 759px) {
  #headerNav #search-result {
    box-sizing: border-box;
    min-width: 300px;
    left: 0;
    width: 100%;
    padding: 8px 20px 0 20px;
    margin-top: 11px;
  }
  #headerNav #search-result h2 {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 16px;
  }
  #headerNav #search-result .search-result-col-last {
    margin-top: 15px;
  }
  #headerNav #search-result .material-icons {
    float: right;
  }
  #headerNav #search-result .material-icons a {
    text-decoration: none;
  }
  #headerNav #search-result .search-quiz-ul a {
    height: 33px;
  }
  #headerNav #search-result ul {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  #headerNav #search-result ul a {
    height: 32px;
    padding-top: 8px;
  }
  #headerNav #search-result .livesearch-no-results {
    padding-top: 8px;
  }
  #headerNav #search-result .livesearch-warning {
    line-height: 21px;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 10px;
    white-space: normal;
  }
  #headerNav #search-result .livesearch-link {
    margin-bottom: 8px;
    height: 100% !important;
    width: 50%;
    display: inline-block;
  }
  #headerNav #search-result .livesearch-bottom {
    width: 50%;
    margin-bottom: 5px;
  }
  #searchInput {
    display: none;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 190px;
    height: 35px;
    padding: 0 8px 0 8px;
  }
}
.msg {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1;
  display: inline-flex;
  margin-right: 8px;
  padding: 5px 8px;
  margin-bottom: 3px;
}

.btn, button {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1 !important;
  background-color: transparent;
  margin-top: 10px;
  padding: 7px 8px;
  cursor: pointer;
  align-items: center;
  border-radius: 3px;
}
.btn:hover, button:hover {
  background-color: #f7f7f7;
}
.btn input, .btn span, button input, button span {
  box-shadow: none;
  padding: 1px 6px;
  font-weight: bold !important;
}

button {
  font-size: 14px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
}

.fade-in {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.commentsystem {
  font-size: small;
  padding: 0;
  margin-top: 0;
  width: 100%;
  clear: both;
  line-height: normal;
}
.commentsystem .comments_area_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.commentsystem .comments_area_title .title {
  padding-right: 8px;
  display: inline-block;
}
.commentsystem .comments_area_title .title h2 {
  margin: 0 !important;
  font-size: 24px;
}
.commentsystem .commentslist {
  margin-top: 24px;
}
.commentsystem .commentslist .comment {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
  border: 1px solid #f5ece1;
  border-radius: 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.commentsystem .commentslist .comment .delete-btn {
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  color: #3b4b59;
  padding: 7px 13px;
}
.commentsystem .commentslist .comment .comment-meta {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9eedf+0,f9e7d0+100 */
  background: #f9eedf; /* Old browsers */
  background: -moz-linear-gradient(top, #f9eedf 0%, #fbead3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9eedf 0%, #fbead3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9eedf 0%, #fbead3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9eedf", endColorstr="#f9e7d0", GradientType=0); /* IE6-9 */
  border-radius: 3px;
  padding: 4px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 8px;
  box-shadow: -0.5px 2.5px 7px rgba(234, 222, 205, 0.65);
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  border: 1px solid #ffe4c8;
  padding-right: 5px;
  height: 14px !important;
  position: relative;
}
.commentsystem .commentslist .comment .comment-meta .comment-meta-author-name {
  color: #6d4c2d;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .comment-meta-author-name-span, .commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .comment-meta-author-name-clickable {
  max-width: 42%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .comment-meta-author-name-clickable {
  text-decoration: underline;
  color: #6d4c2d;
}
.commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .author-number {
  font-size: 11px;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30%;
}
@media only screen and (max-width: 759px) {
  .commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .author-number {
    max-width: 19%;
  }
}
.commentsystem .commentslist .comment .comment-meta .comment-meta-author-name .comment-meta-author-name-p {
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  font-weight: 300;
}
.commentsystem .commentslist .comment .comment-meta .comment_details {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  color: #252525;
}
.commentsystem .commentslist .comment .comment_text {
  background: transparent;
  border: black;
  margin-top: 8px;
  margin-left: 5px;
  padding: 2px 5px;
  overflow-wrap: break-word;
  font-size: 14px;
}
.commentsystem .commentslist .comment .comment_functions {
  background: transparent;
  margin-top: 8px;
  height: 20px;
}
.commentsystem .comment-message-success, .commentsystem .comment-message-error {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1;
  display: inline-flex;
  margin-right: 8px;
  padding: 5px 8px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.commentsystem .comment-message-error {
  background: #fde5dc;
  box-shadow: 0 0 1px 1px rgba(236, 191, 181, 0.35);
  border-color: #e0beb5;
  display: block;
}
.commentsystem .comment-message-success {
  background: #eefded;
  box-shadow: 0 0 1px 1px rgba(210, 236, 213, 0.35);
  border-color: #c8e0c8;
}
.commentsystem .comment-delete-message {
  display: block;
  margin-bottom: 13px;
}
.commentsystem .commentslist {
  clear: both;
}
.commentsystem #comment-button-refresh {
  color: #c75000;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
  margin-left: 3px;
}
.commentsystem label {
  font-size: 12px;
}
.commentsystem .comment_form_text_area::placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
.commentsystem .comment_form_text_area::-webkit-input-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
.commentsystem .comment_form_text_area::-moz-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
.commentsystem .comment_form_text_area::-ms-input-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
.commentsystem .comment_form_text_area::-moz-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
.commentsystem .editing_comment_form_text_area {
  margin-top: 10px;
}
.commentsystem .pagination {
  margin-top: 25px;
  float: none;
  text-align: center;
  font-weight: bold;
  font-size: 31px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
}
.commentsystem .pagination div {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  color: #c75000;
}
.commentsystem .pagination div:hover {
  color: #da5922;
}
.commentsystem .pagination a, .commentsystem .pagination span {
  padding: 0px 5px;
  text-decoration: none;
}
.commentsystem .pagination a:hover {
  text-decoration: none;
}
.commentsystem .pagination .bullet {
  padding: 0;
  display: inline-block;
}
.commentsystem .pagination img {
  padding-bottom: 6px;
  height: 19px;
  transition: opacity 0.15s;
}
.commentsystem .pagination img:hover {
  opacity: 0.75;
}
.commentsystem .pagination .bullet {
  color: #6c88a1;
}
.commentsystem .pagination .pagination-page-button.active_link {
  color: #6c88a1;
}
.commentsystem .comment_text textarea {
  width: 98%;
  height: 100px;
}

#commentform_verificationimage {
  width: 100px;
  height: 20px;
}

.nosee {
  display: none;
}

.comment-form {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 6px;
}
.comment-form ::-webkit-input-placeholder {
  color: #576C7E !important;
}
.comment-form :-ms-input-placeholder {
  color: #576C7E !important;
}
.comment-form ::-moz-placeholder {
  color: #576C7E !important;
}
.comment-form :-moz-placeholder {
  color: #576C7E !important;
}
.comment-form input, .comment-form textarea {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.05);
  border: 1px solid #e8e8e8;
  padding: 7px;
  outline: none;
  color: #191437;
}
.comment-form input:focus, .comment-form textarea:focus {
  border: 1px solid #e7c68b;
  box-shadow: 0 0 2px 2px rgba(207, 163, 72, 0.3);
}
.comment-form textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100% !important;
  display: block;
  max-width: 600px !important;
}

#popup-background-contrast {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.comments-title,
#comment-rules-popup .comment-rules-title {
  line-height: 30px !important;
  font-size: 26px;
  font-weight: bold !important;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  color: #3b4b59;
  margin-bottom: 16px;
  margin-block-start: 0;
}

#comment-rules-popup {
  margin: 10% auto;
  width: 50%;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 15px;
  max-width: 685px;
}
#comment-rules-popup h2 {
  font-size: 18px;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  color: #3b4b59;
  margin-bottom: 7px;
}
#comment-rules-popup p {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 14px;
}
#comment-rules-popup ul {
  list-style: circle;
  font-size: 14px;
  padding-left: 14px;
}
#comment-rules-popup ul li {
  padding-left: 7px;
  line-height: 23px;
  margin-bottom: 8px;
}
#comment-rules-popup .comment-rules-popup-button {
  display: block;
  clear: both;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 20px;
}
@media only screen and (max-width: 759px) {
  #comment-rules-popup {
    width: 88% !important;
    box-sizing: border-box;
    padding: 36px 32px;
  }
  #comment-rules-popup h2 {
    font-size: 1.7em;
  }
  #comment-rules-popup p {
    font-size: 1.25em;
    max-height: 375px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  #comment-rules-popup p {
    font-size: 15px;
  }
  #comment-rules-popup .comment-rules-popup-button {
    margin-top: 10px;
  }
}
@media screen and (max-height: 400px) {
  #comment-rules-popup {
    margin: 2.5% auto;
  }
}
@media screen and (max-height: 600px) {
  #comment-rules-popup {
    padding: 30px;
  }
}
@media screen and (max-height: 840px) {
  #comment-rules-popup .comment-rules-text {
    max-height: 45vh;
    overflow-y: auto;
  }
}

/* No multiple Popups when Page not reloaded yet */
.invisible {
  visibility: hidden;
}

.editing_form {
  margin-left: 20px;
  max-width: 580px;
}

/* submit form */
#comment-submit-form .comment-submit-form-container {
  display: flex;
}
#comment-submit-form .comment-icons {
  color: #DE7447 !important;
}
#comment-submit-form .comment_form_text_box::placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
#comment-submit-form .comment_form_text_box::-webkit-input-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
#comment-submit-form .comment_form_text_box::-moz-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
#comment-submit-form .comment_form_text_box::-ms-input-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
#comment-submit-form .comment_form_text_box::-moz-placeholder {
  color: #576C7E !important;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 13px;
}
#comment-submit-form #commentform_yourname {
  margin-bottom: 5px;
}
#comment-submit-form textarea {
  transition: height 0.4s;
  height: 45px;
  resize: none;
}
#comment-submit-form #comment-options .show-textformat-btn, #comment-submit-form #comment-options .comment_form_submit_label {
  align-items: center;
  border-radius: 3px;
  border-color: #a7640b;
}
#comment-submit-form #comment-options .show-textformat-btn input, #comment-submit-form #comment-options .show-textformat-btn span, #comment-submit-form #comment-options .comment_form_submit_label input, #comment-submit-form #comment-options .comment_form_submit_label span {
  box-shadow: none;
  padding: 1px 6px;
  font-weight: bold !important;
}
#comment-submit-form #comment-options .comment_form_submit_label {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  margin-left: auto;
  margin-right: -15px;
}
#comment-submit-form #comment-options .comment_form_submit_label input {
  font: inherit;
  font-size: 13px;
  color: #3b4b59;
}
#comment-submit-form #comment-options .comment_form_submit_label .material-icons {
  padding: 0;
}
#comment-submit-form #comment-options .comment_form_submit_label .material-icons.md-18 {
  font-size: 18px;
  padding-top: 3px;
}
#comment-submit-form #comment-options .comment_form_submit_label .comment_form_submit {
  margin-top: 0;
  background: transparent;
  border: none;
}
@media screen and (max-width: 370px) {
  #comment-submit-form #comment-options .comment_form_submit_label {
    padding: 5px 0 5px 0;
  }
  #comment-submit-form #comment-options .comment_form_submit_label .comment_form_submit {
    font-size: 11px !important;
  }
}
#comment-submit-form #comment-options .show-textformat-btn {
  font-size: 13px;
  padding-top: 8px;
}
#comment-submit-form #comment-options .show-textformat-btn .format-label {
  font-size: 13px !important;
  padding-bottom: 3;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 370px) {
  #comment-submit-form #comment-options .show-textformat-btn .format-label {
    font-size: 11px !important;
    padding: 0 !important;
  }
}
#comment-submit-form #comment-options .show-textformat-btn span {
  font-size: 17px;
  padding: 0px 0 0 2px !important;
  vertical-align: middle;
}
@media screen and (max-width: 370px) {
  #comment-submit-form #comment-options .show-textformat-btn span {
    padding: 0 !important;
  }
}
#comment-submit-form #comment-options .show-textformat-btn .material-icons.md-18 {
  padding-top: 3px;
}

/* if no permission to write comment stuff */
.no-comment-msg {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1;
  display: inline-flex;
  margin-right: 8px;
  padding: 5px 8px;
  margin-bottom: 3px;
  line-height: 18px;
  border-radius: 5px;
}
.no-comment-msg i {
  color: #acacac;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-comment-msg span {
  display: inline-block;
  padding-left: 10px;
  padding-top: 3px;
}

/* temp */
.commentsystem {
  max-width: 600px;
  margin-bottom: 15px;
  margin-top: 30px;
}

/* icons */
.material-icons {
  padding-top: 5px;
  display: inline-block;
}
.material-icons.yellow {
  color: #c75000;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(iconfont/MaterialIcons-Regular.woff) format("woff"), url(iconfont/MaterialIcons-Regular.ttf) format("truetype");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

#flag-icon {
  color: #c75000 !important;
}

#delete-icon {
  color: #c75000 !important;
}

.comment-delete-form {
  float: right;
  padding: 0 9px 0 0;
  margin-top: -2px !important;
}
.comment-delete-form button {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.comment-delete-form button .material-symbols-outlined {
  font-size: 17px;
  padding: 2px 0 4px 5px !important;
  vertical-align: middle;
}
.comment-delete-form button:hover {
  text-decoration: underline !important;
  background: transparent !important;
  color: #c75000 !important;
}

.image-verification {
  padding: 8px 0 5px;
}
.image-verification img {
  margin-bottom: 4px;
}
.image-verification input {
  width: 350px;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  min-height: 50px;
  word-wrap: break-word;
  font-size: 14px;
  width: 100%;
  padding: 7px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 20% from the top and centered */
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  padding: 15px;
  width: 20%;
  box-sizing: border-box;
}
.modal-content .button-section {
  display: grid !important;
}
.modal-content .button-section .button {
  margin: 0 auto !important;
}
.modal-content .button-section a {
  margin-top: 15px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease;
}
.modal-content .button-section a:hover {
  color: #c75000;
}
.modal-content p {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
.modal-content .confirm-btn, .modal-content .reject-btn {
  font-size: 13px !important;
}

/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  margin: -14px -2px 0px 0;
  width: -8px;
  height: -3px;
}
.modal-close:hover, .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.comment-accept-delete-btn {
  color: #f2efbb;
  border-radius: 8px;
  background: #c75000;
  border: 1px solid #c75000 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px #fff;
  font-size: 16px;
}
.comment-accept-delete-btn:hover {
  background-color: #c75000 !important;
  border-color: #c75000;
  color: #f2efbb;
  text-decoration: none;
}
.comment-accept-delete-btn:active {
  background-color: #ee9058;
  border-color: #ee9058 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
  outline: none;
}

.comment-abort-delete-btn {
  font-size: 14px;
  border: none !important;
  box-shadow: none;
  color: #c75000;
}

.comment-delete-btn {
  margin: 5px auto;
  clear: both;
  padding: 12px 42px 11px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  text-align: center;
  font-weight: bolder;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

@media only screen and (max-width: 759px) {
  .pagination {
    font-size: 30px !important;
  }
  #comment-submit-form textarea, #comment-submit-form input[type=text], #comment-submit-form .hiddendiv {
    font-size: 16px !important;
  }
  .hiddendiv {
    padding-left: 17px;
    padding-right: 17px;
  }
  .commentsystem .commentslist .comment {
    font-size: 15px !important;
  }
  #comment-submit-form #comment-options .show-textformat-btn {
    font-size: 13px;
  }
  .commentsystem {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .modal-content {
    width: 30%;
  }
}
@media only screen and (max-width: 759px) {
  .modal-content {
    width: 50%;
  }
  .modal-content .confirm-btn, .modal-content .reject-btn {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 525px) {
  .modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 425px) {
  .modal-content {
    width: 70%;
  }
}
.buttonarea-comment-deletion {
  display: grid;
}

.comment-illegal-a {
  vertical-align: middle;
  font-size: 11px;
  float: right;
  padding: 0 9px 0 0;
}
.comment-illegal-a i {
  padding-top: 0;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 17px;
  padding-bottom: 4px;
}
.comment-illegal-a span {
  margin: 0px 0 0 3px;
}

/* ==========================================================================
   Comment loading boxes
   ========================================================================== */
@keyframes commentLoadingAnimatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 0;
  }
}
.comment-loading-box {
  background-image: linear-gradient(90deg, #e4e4e4 0%, #f1f1f1 40%, #ededed 60%, #e4e4e4 100%);
  background-position: 0px 0px;
  background-repeat: repeat;
  animation: commentLoadingAnimatedBackground 5s linear infinite;
}

.comment-loading {
  width: 600px;
  height: 67.5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .comment-loading {
    width: 100%;
    height: 68px;
  }
}
.comment-loading-1 {
  width: 187px;
  height: 34px;
  margin-bottom: 8px;
}

.comment-loading-2 {
  width: 102px;
  height: 34px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.comment-loading-boxes-container {
  position: relative;
}

.comments-fetch-btn-container {
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 8px 4px rgba(79, 68, 68, 0.04);
  cursor: pointer;
}
.comments-fetch-btn-container:hover .comments-fetch-icon {
  color: #c75000;
}
.comments-fetch-btn-container .comments-fetch-btn {
  margin-top: 13px;
  text-align: center;
  line-height: 22px;
}
.comments-fetch-btn-container .comments-fetch-icon {
  color: #c75000;
  text-align: center;
  font-size: 45px;
}

.toolbar-box {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px; /* Innenabstand für den gesamten Container */
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  margin: 10px 0;
}

.close-btn {
  position: absolute;
  top: -12px;
  right: -9px;
  background: white;
  border: 1px solid #ccc !important;
  border-radius: 20px;
  height: 26px;
  width: 26px;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 900;
  color: #333;
  cursor: pointer;
}
.close-btn:hover {
  color: #000;
}

.toolbar-content {
  margin-right: 30px;
}

.textformat-line .textformat-btn {
  padding: 6px 9px;
  font-size: 13px !important;
  margin: 3px 3px 5px 3px;
  display: inline-block;
  color: white;
  cursor: pointer;
  /* colors */
  /* other */
}
@media only screen and (min-width: 760px) {
  .textformat-line .textformat-btn {
    transition: all 0.2s ease;
    padding: 4px 6px;
  }
}
@media only screen and (min-width: 760px) {
  .textformat-line .textformat-btn:hover {
    padding-right: 9px;
    padding-left: 9px;
    margin-left: 0;
    margin-right: 0;
  }
}
.textformat-line .textformat-btn.blue {
  background: #0072bb;
  font-size: 12px;
}
.textformat-line .textformat-btn.blue:hover {
  background: rgb(0, 145.0909090909, 238);
}
.textformat-line .textformat-btn.red {
  background: #e27572;
  font-size: 12px;
}
.textformat-line .textformat-btn.red:hover {
  background: rgb(234.7, 158.4, 156.3);
}
.textformat-line .textformat-btn.green {
  background: #44a355;
  font-size: 12px;
}
.textformat-line .textformat-btn.green:hover {
  background: rgb(94.1168831169, 187.8831168831, 110.8961038961);
}
.textformat-line .textformat-btn.maroon {
  background: #914646;
  font-size: 12px;
}
.textformat-line .textformat-btn.maroon:hover {
  background: rgb(175.5581395349, 90.4418604651, 90.4418604651);
}
.textformat-line .textformat-btn.olive {
  background: #678969;
  font-size: 12px;
}
.textformat-line .textformat-btn.olive:hover {
  background: rgb(129.9875, 161.0125, 131.8125);
}
.textformat-line .textformat-btn.teal {
  background: #017e7e;
  font-size: 12px;
}
.textformat-line .textformat-btn.teal:hover {
  background: rgb(1.4015748031, 176.5984251969, 176.5984251969);
}
.textformat-line .textformat-btn.navy {
  background: #293780;
  font-size: 12px;
}
.textformat-line .textformat-btn.navy:hover {
  background: rgb(53.3727810651, 71.5976331361, 166.6272189349);
}
.textformat-line .textformat-btn.purple {
  background: #7f4c91;
  font-size: 12px;
}
.textformat-line .textformat-btn.purple:hover {
  background: rgb(153.7692307692, 98.8461538462, 173.1538461538);
}
.textformat-line .textformat-btn.gray {
  background: #585858;
  font-size: 12px;
}
.textformat-line .textformat-btn.gray:hover {
  background: rgb(113.5, 113.5, 113.5);
}
.textformat-line .textformat-btn.fuchsia {
  background: #b96a9c;
  font-size: 12px;
}
.textformat-line .textformat-btn.fuchsia:hover {
  background: rgb(201.301369863, 140.698630137, 179.0547945205);
}
.textformat-line .textformat-btn.bold {
  background: #898989;
  font-size: 12px;
  font-weight: 900;
}
.textformat-line .textformat-btn.bold:hover {
  background: rgb(162.5, 162.5, 162.5);
}
.textformat-line .textformat-btn.cur {
  background: #898989;
  font-size: 12px;
  font-style: italic;
}
.textformat-line .textformat-btn.cur:hover {
  background: rgb(162.5, 162.5, 162.5);
}
.textformat-line .textformat-btn.unli {
  background: #898989;
  font-size: 12px;
  text-decoration: underline;
}
.textformat-line .textformat-btn.unli:hover {
  background: rgb(162.5, 162.5, 162.5);
}
.textformat-line .textformat-btn.big {
  background: #898989;
  font-size: 12px;
}
.textformat-line .textformat-btn.big:hover {
  background: rgb(162.5, 162.5, 162.5);
}
.textformat-line .textformat-btn.small {
  background: #898989;
  font-size: 12px;
}
.textformat-line .textformat-btn.small:hover {
  background: rgb(162.5, 162.5, 162.5);
}
.textformat-line .textformat-btn.mention {
  background: #000000;
  font-size: 12px;
}
.textformat-line .textformat-btn.mention:hover {
  background: rgb(25.5, 25.5, 25.5);
}

.benefits-bullet {
  font-size: 18px;
  font-weight: bold;
}

.benefits-sub-lists {
  margin-left: 33px;
  margin-top: 5px;
}
.benefits-sub-lists .benefits-sub-element {
  align-items: inherit;
  list-style-type: disc;
  margin-bottom: 25px;
  margin-left: 10px;
  font-size: 17px;
  padding-left: 10px;
}

.member-benefits-heading {
  font-weight: bold;
  margin-top: 0;
  font-size: 18px;
}

.loginform {
  margin-bottom: 30px;
}
.loginform .save-info {
  padding-top: 20px;
  font-size: 14px;
}
.loginform .forgot-pw {
  font-size: 14px;
  margin-bottom: 30px;
}

.benefits-bullets-row {
  display: flex;
  align-items: center;
}
.benefits-bullets-row img {
  width: 50px;
  height: 50px;
  margin-right: 18px;
}

.member-benefits .bottom-text {
  font-weight: bold;
  margin-top: 35px;
}

.register-container, .login-container {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.register-container {
  margin-top: 70px;
  margin-bottom: 70px;
}

.login-container {
  margin-top: 50px;
  margin-bottom: 70px;
}

.login-form, .register-form {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.login-table-row-width, .register-table-row-width {
  width: 100%;
}

.login-input-body, .register-input-body {
  height: 55px;
  width: 368px;
  border: 1px solid;
  border-color: #3b4b59;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 45px;
}
@media screen and (max-width: 400px) {
  .login-input-body, .register-input-body {
    width: 100%;
  }
}
.login-input-body p, .register-input-body p {
  float: left;
  margin-top: -15px;
  display: block;
  margin-left: 7px;
  background: #fff;
}
.login-input-body .password-label, .register-input-body .password-label {
  width: 83px;
}
.login-input-body .quizid-label, .register-input-body .quizid-label {
  width: 140px;
}
.login-input-body .password-repeat-label, .register-input-body .password-repeat-label {
  width: 166px;
}
.login-input-body .email-label, .register-input-body .email-label {
  width: 122px;
}
.login-input-body .name-label, .register-input-body .name-label {
  width: 60px;
}

.login-input-settings-spacing {
  margin-bottom: 10px;
  display: block;
}

.login-email-icon, .register-email-icon, .quiz-id-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: -114px;
  margin-top: 18px;
}

.quiz-id-icon {
  margin-left: -136px !important;
}

.register-face-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-left: -52px;
  margin-top: 18px;
}

.login-password-icon, .register-password-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-left: -77px;
  margin-top: 18px;
}

.register-password-repeat-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-left: -160px;
  margin-top: 18px;
}

.register-password-repeat-input {
  margin-left: 43px;
}

.register-name-input {
  margin-left: 44px;
}

.login-input, .register-email-input,
.register-password-input {
  margin-left: 48px;
}

.login-input, .register-email-input,
.register-password-repeat-input,
.register-password-input,
.register-name-input {
  display: block;
  width: 305px;
  position: absolute;
  margin-top: 15px;
  line-height: 25px;
  color: #3b4b59;
  border: none;
  font-weight: bold;
  background: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .login-input, .register-email-input,
  .register-password-repeat-input,
  .register-password-input,
  .register-name-input {
    width: 63%;
  }
}
.login-input:focus, .login-input:active, .register-email-input:focus, .register-email-input:active,
.register-password-repeat-input:focus,
.register-password-repeat-input:active,
.register-password-input:focus,
.register-password-input:active,
.register-name-input:focus,
.register-name-input:active {
  background-color: #fff !important;
  outline: none;
}
.login-input:hover, .register-email-input:hover,
.register-password-repeat-input:hover,
.register-password-input:hover,
.register-name-input:hover {
  background-color: #fff !important;
  outline: none;
}

#password {
  padding: 0 !important;
}

.login-settings {
  font-size: 14px;
  display: block;
  width: 100%;
}
.login-settings input {
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 2px;
}
.login-settings label {
  display: inline-block;
  float: left;
  margin-left: 2px;
  margin-top: 4px;
}
.login-settings a {
  display: inline-block;
  float: right;
  margin-top: 4px;
}

@media screen and (max-width: 400px) {
  .login-input-settings-spacing {
    margin-bottom: -50px;
  }
  .login-table, .register-table {
    width: 100%;
  }
  .login-form, .register-form {
    display: block;
  }
  .remember-me {
    float: none;
    margin-top: 15px;
  }
  .forgot-password {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 340px) {
  .login-settings label, .login-settings a, .login-settings input {
    float: none !important;
  }
}
.login-button, .register-button, .password-button {
  width: 100%;
  height: 55px;
  font-size: 20px;
}

.register-button, .password-button {
  margin-top: 0;
}

.login-button {
  margin-top: 35px;
}

.member-benefits-sub-heading {
  font-size: 17px;
  margin-top: -13px;
}

.member-benefits-bottom-line {
  font-size: 17px;
}

#certificateText p {
  font-size: 100%;
  text-align: justify;
  font-size: 15px;
}

.certificate-header {
  display: flex;
}

#certificate {
  padding: 24px;
  padding-bottom: 24px;
  border-radius: 18px;
  background: #FFFEE7;
  border: 1px solid #c75000;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
#certificate h2 {
  margin-top: 12px;
  margin-bottom: 0px;
}

#certificateSealAlone {
  width: 84px;
}
#certificateSealAlone img {
  max-width: 65px;
  width: 100%;
}

.certificate-image-container #certificateSealAlone, #certificateImage {
  position: relative;
  width: fit-content;
}

.certificate-image-container #certificateImage a {
  display: flex;
  position: relative;
  width: fit-content;
}

@media only screen and (min-width: 760px) {
  #certificateImage {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #certificateText {
    max-width: 558px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 759px) {
  .certificate-header {
    flex-wrap: wrap;
    text-align: center;
  }
  .certificate-header h2 {
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .certificate-image-container {
    width: 100%;
  }
  .certificate-image-container #certificateSealAlone, .certificate-image-container #certificateImage {
    margin: 0 auto;
    position: relative;
    width: fit-content;
  }
  .certificate-image-container #certificateSealAlone {
    width: 56px;
  }
  .certificate-image-container #certificateImage a {
    display: flex;
    position: relative;
    width: fit-content;
  }
  .certificate-image-container #certificateImage a img {
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #certificate {
    width: 73%;
    margin: 0 auto;
  }
}
.form-submit-as-link {
  background: none;
  border: none;
  color: #e58156;
  text-decoration: none;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  padding: 0;
}

/* ==========================================================================
   Quiz Result: Share Buttons
   ========================================================================== */
.quiz-share-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px;
}
.quiz-share-buttons-container p {
  font-size: 20px;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  margin: 10px auto 20px auto;
}
.quiz-share-buttons-container .quiz-share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  user-select: none;
  text-align: center;
  justify-content: inherit;
  margin-bottom: 10px;
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button {
  width: 99px;
  padding-bottom: 17px;
  cursor: pointer;
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button:hover .quiz-share-button-caption {
  color: #3b4b59;
  text-decoration: underline;
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button:hover img {
  opacity: 0.85;
  box-shadow: 0 2px 12.5px rgba(0, 0, 0, 0.35);
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button .quiz-share-button-caption {
  color: #3b4b59;
  padding-top: 10px;
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button img {
  margin: 5px;
  width: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  transition: all 150ms ease;
}
.quiz-share-buttons-container .quiz-share-buttons .quiz-share-button form input[type=submit] {
  background: none;
  border: none;
  font-size: 16px;
  color: #3b4b59;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  padding-top: 10px;
}
.quiz-share-buttons-container .quiz-share-buttons .mail-btn {
  position: relative;
  margin: 0;
  padding: 0;
}
.quiz-share-buttons-container .quiz-share-buttons .mail-btn .popup-mail {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  border: 1px solid #333;
  background: #FFFEE7;
  padding: 5px 10px;
}

.text-vorschau-urkunde {
  text-align: center;
  width: 100%;
  color: #c75000;
  font-size: 18px;
}

.auswertung-urkunde {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 12.5px;
  border: 2px solid #d75016;
  border-radius: 25px;
  background-color: #FAFAD2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.auswertung-urkunde svg {
  max-width: 75px;
  width: 100%;
  padding-right: 10px;
}
.auswertung-urkunde .text-area .intro {
  margin-top: 5px;
  font-size: 24px;
  color: #3b4b59;
  font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}
.auswertung-urkunde .text-area .quiz-title {
  color: #c75000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.auswertung-urkunde .text-area .urkunde-quiz-content {
  text-align: center;
  font-size: 16px;
}
.auswertung-urkunde .text-area .auswertung-erzielt {
  text-align: center;
  font-size: 16px;
  margin: 0;
  width: 100%;
}

#result-html-spoiler {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 18px;
  max-width: 552px;
}
#result-html-spoiler p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#result-html-spoiler textarea {
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
  width: 100%;
  font-size: 15px;
  font-family: "Courier New", monospace;
  padding: 0 24px;
  border: none;
  background: #fffee7;
  color: #3b4b59;
  outline: none;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  cursor: pointer;
  resize: none;
}
#result-html-spoiler textarea.active {
  min-height: 465px;
  height: 465px;
}

/*
==========================================================================
VIEWPORT-VARIABLES
 ========================================================================== */
/* ==========================================================================
ALL-VIEWPORTS
 ========================================================================== */
#header-container {
  width: 100vw;
  background-color: #f2de79;
  z-index: 10;
  border-bottom: 1px solid #b6b6b6;
  -moz-box-shadow: 0 1px 6px rgba(86, 78, 40, 0.75);
  -webkit-box-shadow: 0 1px 6px rgba(86, 78, 40, 0.75);
  box-shadow: 0 2px 6px rgba(32, 27, 27, 0.21);
}

#mobile-sidenav {
  display: none;
  z-index: 10001;
}

.mobile-cursor-pointer {
  cursor: pointer;
}

#header-navbar .navbar-right #search-result {
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(185, 176, 136, 0.75);
  border-bottom: 2px solid #ecd9cf;
  z-index: 10000;
  background: #f7eec2;
  text-align: left;
  display: none;
  position: absolute;
  top: 57px !important;
}
#header-navbar .navbar-right #search-result .livesearch-no-results {
  height: auto;
}
#header-navbar .navbar-right #search-result .material-icons {
  height: 27px;
  margin-left: 6px;
  margin-top: 4px;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
  background: #fff6c7;
  border-radius: 3px;
  border: 1px solid #e8e0b5;
  box-shadow: 1px 1px 5px #ded28c;
}
#header-navbar .navbar-right #search-result .material-icons a {
  width: auto;
  font-family: "Material Icons", serif;
  padding-top: 2px;
}
#header-navbar .navbar-right #search-result .material-icons:hover {
  background: #fffdf3;
}
#header-navbar .navbar-right #search-result .material-icons:hover a {
  color: #d28858;
}
#header-navbar .navbar-right #search-result .search-quiz-ul a {
  width: 96%;
}
#header-navbar .navbar-right #search-result ul li {
  display: block;
  float: none;
  padding: 0 2px;
  border-bottom: 1px solid #d5bca9;
  margin-right: 20px;
  width: 100%;
}
#header-navbar .navbar-right #search-result ul li:hover {
  background: #faf2ca;
}
#header-navbar .navbar-right #search-result ul li, #header-navbar .navbar-right #search-result ul li a {
  font-family: Verdana, Geneva, Roboto, sans-serif;
  text-transform: none;
  color: #3b4b59;
  font-weight: 100;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 6px;
}
#header-navbar .navbar-right #search-result ul a {
  width: 80%;
}
#header-navbar .navbar-right #search-result ul a,
#header-navbar .navbar-right #search-result .livesearch-no-results {
  display: inline-block;
}
#header-navbar .navbar-right #search-result .livesearch-no-results {
  height: auto;
  white-space: normal;
  margin-top: 7px;
}
#header-navbar .navbar-right #search-result .livesearch-no-results a {
  color: #c75000;
}
#header-navbar .navbar-right #search-result .livesearch-link {
  color: #c75000;
  white-space: normal;
}
#header-navbar .navbar-right #search-result .livesearch-link:hover {
  text-decoration: underline;
}
#header-navbar .navbar-right #search-result .livesearch-mehr-anzeigen span:hover {
  text-decoration: underline;
}
#header-navbar .navbar-right #search-result .livesearch-bottom {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}
#header-navbar .navbar-right #search-result .livesearch-bottom a {
  color: #3b4b59;
}
#header-navbar .navbar-right #search-result .livesearch-bottom a:hover {
  text-decoration: none;
}
#header-navbar .navbar-right #search-result .livesearch-bottom .material-icons {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 0;
  display: block;
}
#header-navbar .navbar-right #search-result .livesearch-bottom:hover {
  background: #ece3b6 !important;
}
#header-navbar .navbar-right #search-result .livesearch-bottom.livesearch-bottom-full-width {
  width: 100%;
}

.header-elements {
  display: inline-block;
}
.header-elements .search-bar {
  margin-right: 7px;
}
.header-elements.login-register {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
  text-align: left;
  line-height: 21px;
  cursor: pointer;
}
.header-elements.login-register-icon {
  cursor: pointer;
}
.header-elements .logo {
  margin-bottom: 0;
}
.header-elements#mobile-sidenav-open {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-elements#mobile-sidenav-open:hover {
  background: rgb(247.412244898, 235.7387755102, 176.787755102);
}
.header-elements#close-search {
  cursor: pointer;
  color: white;
  vertical-align: middle;
  font-size: 28px;
  display: none;
  font-weight: bold;
}
.header-elements .loupe-img {
  cursor: pointer;
}

.header-elements {
  display: inline-block;
}
.header-elements.icon-login-register {
  cursor: pointer;
}
.header-elements .logo {
  margin-bottom: 0;
}
.header-elements#mobile-sidenav-open {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-elements#mobile-sidenav-open:hover {
  background: rgb(247.412244898, 235.7387755102, 176.787755102);
}
.header-elements#close-search-bar {
  cursor: pointer;
  color: white;
  vertical-align: middle;
  font-size: 28px;
  display: none;
  font-weight: bold;
}
.header-elements .loupe-icon {
  cursor: pointer;
}

.close-menu img {
  display: block;
  position: relative;
  z-index: 10001;
  text-align: right;
  width: 20px !important;
  height: 20px;
  background: url("//img/result.png") 0 -401px;
}

.close-create {
  right: -30px;
}

.icon-hover {
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.icon-hover:hover {
  background: #f7e89b;
}

/* ==========================================================================
 TABLET-DESKTOP
 ========================================================================== */
@media only screen and (min-width: 770px) {
  #header-container {
    margin: 0 auto !important;
    display: inline-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px !important;
  }
  #header-container ul {
    vertical-align: middle;
    margin: 0 0 5px;
  }
  #header-container li {
    display: inline-block;
  }
  #header-navbar {
    margin: 0 auto !important;
    display: inline-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    height: 70px;
  }
  #header-navbar #mobile-sidenav-content {
    display: none !important;
  }
  #header-navbar li ul {
    width: 220px;
  }
  #header-navbar li ul li a {
    width: 175px !important;
    font-size: 13px !important;
    font-weight: 100;
  }
  #header-navbar ul {
    padding-left: 0;
  }
  #header-navbar li {
    float: left;
    font-family: Candara, Calibri, Optima, Arimo, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 27px;
  }
  #header-navbar li:last-child {
    margin-right: 0;
  }
  #header-navbar li:hover div {
    width: 540px;
  }
  #header-navbar li:hover {
    border: none;
  }
  #header-navbar li:hover div {
    z-index: 1000;
    margin-top: 12px;
    display: block;
    position: absolute;
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
    padding: 40px 40px 20px 40px !important;
  }
}
@media only screen and (min-width: 770px) and (min-width: 678px) and (max-width: 1473px) {
  #header-navbar li:hover div {
    padding: 30px 40px 20px 40px;
  }
}
@media only screen and (min-width: 770px) {
  #header-navbar li a {
    display: block;
    color: #3b4b59;
    text-decoration: none;
  }
  #header-navbar li div {
    background: #3b4b59;
    margin-top: 0;
    display: none;
  }
  #header-navbar li div h2 {
    font-size: 24px;
    text-transform: none;
    color: white;
  }
  #header-navbar li ul {
    float: left;
    width: 180px;
    margin-left: 0;
  }
  #header-navbar li ul li a {
    width: 180px;
    font-family: Verdana, Geneva, Roboto, sans-serif;
    font-size: 15px;
    color: #f2efbb;
  }
  #header-navbar li ul li a:hover {
    color: #f2efbb;
    text-decoration: underline;
  }
  #header-navbar .navbar-left {
    order: 1;
    height: 70px !important;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo img {
    vertical-align: middle;
  }
  #header-navbar .navbar-center {
    order: 2;
    height: 70px;
    display: inline-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    margin-left: auto;
    width: 243px !important;
  }
  @-moz-document url-prefix() {
    #header-navbar .navbar-center {
      width: 243px !important;
    }
  }
}
@media only screen and (min-width: 770px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (-ms-high-contrast: active) {
  #header-navbar .navbar-center {
    width: 243px !important;
  }
}
@media only screen and (min-width: 770px) {
  @supports (-ms-accelerator: true) {
    #header-navbar .navbar-center {
      width: 243px !important;
    }
  }
}
@media only screen and (min-width: 770px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  #header-navbar .navbar-center {
    width: 265px !important;
  }
}
@media only screen and (min-width: 770px) {
  #header-navbar .navbar-center #navbar-menus {
    order: 2;
    height: 32px;
    z-index: 1000;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(23%);
  }
  #header-navbar .navbar-center #navbar-menus #kategorien {
    margin-right: 23px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 770px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  #header-navbar .navbar-center #navbar-menus #kategorien {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 770px) {
  #header-navbar .navbar-center #navbar-menus #erstellen {
    font-size: 18px;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element {
    text-align: left;
    height: 38px;
    vertical-align: middle;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element .desktop-dropdown-arrow {
    width: 15px;
    height: 15px;
    background: url("//images/svg/header_icons/expand_dark.png") 0 -75px;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element img {
    margin-left: 4px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #categories-menu li {
    height: 32px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #categories-menu {
    width: 620px !important;
    padding: 30px 0 8px 12px !important;
    left: -30px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #categories-menu ul {
    width: 150px !important;
    margin-left: 0 !important;
    margin-right: 35px !important;
    padding: 0 0 0 !important;
    padding-left: 20px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #categories-menu li a {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #create-menu {
    width: 208px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0;
    padding-top: 25px !important;
    padding-left: 25px !important;
    margin-left: -19px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #create-menu ul {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #create-menu li {
    margin-bottom: 18px !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #create-menu li a {
    width: 220px !important;
    display: inline-block;
    margin-bottom: 0 !important;
  }
  #header-navbar .navbar-center #navbar-menus .center-menu-element #create-menu img {
    margin: 0 10px 0 0 !important;
  }
  #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box:after {
    left: 55px !important;
  }
  #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box:after {
    left: 36px !important;
  }
  #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box,
  #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box {
    z-index: 1000;
  }
  #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box:after,
  #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-color: transparent transparent #3b4b59 transparent;
    border-style: solid;
    border-width: 10px;
  }
  @-moz-document url-prefix() {
    #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box:after,
    #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box:after {
      top: -18px;
    }
  }
}
@media only screen and (min-width: 770px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (-ms-high-contrast: active) {
  #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box:after,
  #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box:after {
    top: -19px;
  }
}
@media only screen and (min-width: 770px) {
  @supports (-ms-accelerator: true) {
    #header-navbar .navbar-center #navbar-menus #kategorien .dropdown-box:after,
    #header-navbar .navbar-center #navbar-menus #erstellen .dropdown-box:after {
      top: -19px;
    }
  }
  #header-navbar .navbar-right {
    order: 3;
    height: 70px;
    display: inline-flex;
    align-content: center;
    margin-left: auto;
  }
  #header-navbar .navbar-right .login-register-section {
    order: 4;
    display: inline-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    height: 70px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 19px;
    padding-left: 20px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown:hover .login-dropdown-content {
    display: block;
    background-color: #3b4b59;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown:hover .login-reg-button {
    background-color: #f2de79;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    margin-top: -5px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button .dt-person-icon {
    align-self: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button .user-avatar-navbar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button .user-avatar-navbar-wrapper .desktop-dropdown-arrow {
    margin-left: 4px;
    width: 15px;
    height: 15px;
    background: url("//images/svg/header_icons/expand_dark.png") 0 -75px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button .user-avatar-navbar-wrapper .user-avatar-navbar {
    object-fit: cover;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 2px solid #3b4b59;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button .user-avatar-navbar-wrapper .user-avatar-navbar-dot {
    width: 10px;
    height: 10px;
    background: #99CC00;
    border: 1px solid white;
    position: absolute;
    bottom: 31%;
    right: 25%;
    border-radius: 100%;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-reg-button:hover {
    outline: none;
    background-color: #f2de79;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out {
    width: 135px !important;
    height: 75px !important;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out a {
    width: 115px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in {
    width: 145px !important;
    height: 101px !important;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in a {
    width: 142px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content {
    display: none;
    position: absolute;
    top: 44px;
    z-index: 1000;
    font-family: Verdana, Geneva, Roboto, sans-serif;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content:after {
    content: "";
    display: block;
    position: absolute;
    margin-left: -2px;
    top: -19px;
    width: 0;
    height: 0;
    border-color: transparent transparent #3b4b59 transparent;
    border-style: solid;
    border-width: 10px;
  }
  @-moz-document url-prefix() {
    #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content:after {
      top: -21px;
    }
  }
}
@media only screen and (min-width: 770px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (-ms-high-contrast: active) {
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content:after {
    top: -22px;
  }
}
@media only screen and (min-width: 770px) {
  @supports (-ms-accelerator: true) {
    #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content:after {
      top: -22px;
    }
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a {
    color: #f2efbb;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a .login-icon {
    width: 21px;
    height: 21px;
    margin-top: -3px;
    margin-right: 5px;
    margin-left: -1px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a .logout-icon {
    width: 17px;
    height: 17px;
    margin-top: -1px;
    margin-left: 1px;
    margin-right: 7px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a .face-icon {
    width: 17px;
    height: 17px;
    margin-top: -3px;
    margin-right: 6px;
    margin-left: 1px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a .settings-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 6px;
    margin-left: 1px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a .register-icon {
    width: 17px;
    height: 17px;
    margin-top: -3px;
    margin-left: 1px;
    margin-right: 7px;
  }
  #header-navbar .navbar-right .login-register-section .login-dropdown .login-dropdown-content a:hover {
    text-decoration: underline;
    color: #f2efbb;
  }
  #header-navbar .navbar-right .login-register-section .show-login-register-icon {
    display: none !important;
  }
  #header-navbar .navbar-right .search-container {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 770px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (-ms-high-contrast: active) {
  #header-navbar .navbar-right .search-container {
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 770px) {
  @supports (-ms-accelerator: true) {
    #header-navbar .navbar-right .search-container {
      margin-top: 16px !important;
    }
  }
  #header-navbar .navbar-right .search-container #search-result {
    border-radius: 5px;
    margin-right: auto !important;
    padding: 15px 7px 7px;
    width: 650px;
  }
}
@media only screen and (min-width: 770px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (-ms-high-contrast: active) {
  #header-navbar .navbar-right .search-container #search-result {
    width: 650px;
  }
}
@media only screen and (min-width: 770px) {
  @supports (-ms-accelerator: true) {
    #header-navbar .navbar-right .search-container #search-result {
      width: 650px;
    }
  }
  #header-navbar .navbar-right .search-container #search-result h2 {
    padding: 0 0;
  }
  #header-navbar .navbar-right .search-container #search-result .search-result-col {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
    margin-left: 14px;
  }
  #header-navbar .navbar-right .search-container #search-result .search-result-col a:hover {
    text-decoration: underline;
  }
  #header-navbar .navbar-right .search-container #search-result .search-result-col-last li {
    height: 42px !important;
  }
  #header-navbar .navbar-right .search-container #search-result .search-result-col-last .livesearch-no-results {
    height: auto;
  }
  #header-navbar .navbar-right .search-container #search-result .material-icons {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header-navbar .navbar-right .search-container #search-result .material-icons a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header-navbar .navbar-right .search-container #search-result .material-icons:hover a {
    text-decoration: none;
  }
  #header-navbar .navbar-right .search-container #search-result ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header-navbar .navbar-right .search-container #search-result ul li, #header-navbar .navbar-right .search-container #search-result ul li a {
    height: 42px;
  }
  #header-navbar .navbar-right .search-container #search-result ul a {
    height: 60px !important;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-no-results {
    padding-bottom: 10px;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-no-results a {
    height: auto;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-warning {
    padding-bottom: 5px;
    text-align: center;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-warning span {
    display: inline-block;
    padding: 13px 3px;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-link {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-link:hover {
    padding-left: 0;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-bottom {
    padding-bottom: 5px;
    margin: 0 2px;
    width: 49.3%;
    background: #f1e7b7;
  }
  #header-navbar .navbar-right .search-container #search-result .livesearch-bottom:hover {
    background: #f1e7b7;
  }
  #header-navbar .navbar-right .search-container .search-section {
    display: inline-block;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    border: 1.7px solid;
    border-radius: 5px;
    background: #ffffea;
    height: 36px;
    padding: 0 !important;
    width: 270px;
  }
  #header-navbar .navbar-right .search-container .search-section ::placeholder {
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #6b7d99;
    font-size: 13px;
    line-height: 1.3;
    margin-top: -1px;
  }
  #header-navbar .navbar-right .search-container .search-section ::-webkit-input-placeholder {
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #6b7d99;
    font-size: 13px;
    line-height: 1.3;
    margin-top: -1px;
  }
  #header-navbar .navbar-right .search-container .search-section ::-moz-placeholder {
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #6b7d99;
    font-size: 13px;
    line-height: 1.5;
    margin-top: -1px;
  }
  #header-navbar .navbar-right .search-container .search-section :-ms-input-placeholder {
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #6b7d99;
    font-size: 13px;
    line-height: 1.3;
    margin-top: -1px;
  }
  #header-navbar .navbar-right .search-container .search-section :-moz-placeholder {
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #6b7d99;
    font-size: 13px;
    line-height: 1.3;
    margin-top: -1px;
  }
  #header-navbar .navbar-right .search-container .search-section #loupe-icon {
    order: 2;
    width: 26px;
    height: 26px;
    margin-right: 2px;
    float: right;
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer;
  }
  #header-navbar .navbar-right .search-container .search-section #search-input {
    order: 1;
    border: none;
    padding-left: 9px;
    line-height: 1.3;
    font-size: 16px !important;
    font-family: Verdana, Geneva, Roboto, sans-serif;
    color: #3b4b59;
    outline: none;
    background: #ffffea;
    vertical-align: middle;
    width: 222px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 1px;
  }
  #header-navbar .navbar-right .mobile-header-content {
    display: none;
  }
  #mobile-sidenav-open {
    display: none;
  }
  .close-menu {
    display: none;
  }
  img.menu-icon {
    display: none !important;
  }
}
/* ==========================================================================
 DESKTOP
 ========================================================================== */
@media only screen and (min-width: 1040px) {
  #header-navbar {
    width: 1000px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out {
    left: -87px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out:after {
    left: 113px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in {
    left: -87px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in:after {
    left: 113px;
  }
  .navbar-right {
    width: 360px !important;
  }
  .navbar-right .search-container #search-result {
    margin-left: -363px !important;
  }
}
@media only screen and (min-width: 1040px) and (-ms-high-contrast: none), only screen and (min-width: 1040px) and (-ms-high-contrast: active) {
  .navbar-right .search-container #search-result {
    margin-left: -363px !important;
  }
}
@media only screen and (min-width: 1040px) {
  @supports (-ms-accelerator: true) {
    .navbar-right .search-container #search-result {
      margin-left: -363px !important;
    }
  }
  .navbar-left .testedich-logo {
    order: 1;
    float: left;
  }
  .navbar-left .testedich-logo #header-logo.header-logo img {
    max-width: 222px;
    margin-top: 5px !important;
  }
  .navbar-left .testedich-logo #header-logo.header-logo-small img {
    display: none;
  }
}
/* ==========================================================================
 TABLET
 ========================================================================== */
@media only screen and (min-width: 932px) and (max-width: 1040px) {
  #header-navbar {
    width: 98%;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out {
    left: -82px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out:after {
    left: 113px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in {
    left: -82px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in:after {
    left: 113px;
  }
  .navbar-right .search-container .search-section {
    width: 255px !important;
  }
  .navbar-right .search-container .search-section #search-input {
    width: 207px !important;
  }
  .navbar-right .search-container #search-result {
    margin-left: -409px !important;
  }
}
@media only screen and (min-width: 932px) and (max-width: 1040px) and (-ms-high-contrast: none), only screen and (min-width: 932px) and (max-width: 1040px) and (-ms-high-contrast: active) {
  .navbar-right .search-container #search-result {
    margin-left: -409px !important;
  }
}
@media only screen and (min-width: 932px) and (max-width: 1040px) {
  @supports (-ms-accelerator: true) {
    .navbar-right .search-container #search-result {
      margin-left: -409px !important;
    }
  }
  #header-navbar .navbar-left .testedich-logo {
    order: 1;
    float: left;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo img {
    width: 215px !important;
    margin-top: 5px;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo-small img {
    display: none;
  }
}
/* ==========================================================================
 TABLET-SMALL
 ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 932px) {
  #header-navbar {
    width: 98%;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out {
    left: -87px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-out:after {
    left: 113px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in {
    left: -80px;
  }
  .navbar-right .login-register-section .login-dropdown .login-dropdown-size-logged-in:after {
    left: 113px;
  }
  .navbar-right .search-container .search-section {
    width: 255px !important;
  }
  .navbar-right .search-container .search-section #search-input {
    width: 207px !important;
  }
  .navbar-right .search-container #search-result {
    margin-left: -409px !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 932px) and (-ms-high-contrast: none), only screen and (min-width: 770px) and (max-width: 932px) and (-ms-high-contrast: active) {
  .navbar-right .search-container #search-result {
    margin-left: -409px !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 932px) {
  @supports (-ms-accelerator: true) {
    .navbar-right .search-container #search-result {
      margin-left: -409px !important;
    }
  }
  #header-navbar .navbar-left .testedich-logo {
    order: 1;
    float: left;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo img {
    display: none;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo-small img {
    width: 54px !important;
    height: 65px;
    margin-top: 2px;
  }
}
/* ==========================================================================
 MOBILE
 ========================================================================== */
@media only screen and (max-width: 770px) {
  #header-container {
    width: 100%;
    height: 65px !important;
  }
  #header-navbar .navbar-right .mobile-header-content .login-register-section .show-login-register .login-dropdown {
    display: none;
  }
  #header-navbar .navbar-left {
    margin-left: 50px;
    width: 54px;
    position: absolute;
  }
  #header-navbar .navbar-left .testedich-logo #header-logo.header-logo img {
    display: none;
  }
  #header-navbar .navbar-left .testedich-logo .header-logo-small img {
    height: 65px;
    width: 54px;
    vertical-align: middle;
  }
  #header-navbar {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 5px 0 0;
  }
  #header-navbar li div h2 {
    font-size: 18px;
    text-transform: none;
    color: white;
    margin-left: 10px;
  }
  #header-navbar li ul {
    float: left;
    margin-left: 10px;
  }
  #header-navbar li ul li a {
    width: 150px;
    margin-right: 10px;
    font-family: Verdana, Geneva, Roboto, sans-serif;
    font-size: 13px;
    color: #f2efbb;
  }
  #header-navbar li ul li a:hover {
    color: #c75000;
    text-decoration: underline;
  }
  #header-navbar li ul li:hover {
    border: none !important;
  }
  #header-navbar #mobile-sidenav-content {
    height: 100%;
    min-width: 300px;
    overflow-x: scroll;
    width: 70%;
    position: fixed;
    display: none;
    padding-top: 10px;
    font-size: 18px;
    z-index: 10002;
    color: #f2de79;
    background: #3b4b59; /* Old browsers */
    background: -moz-linear-gradient(top, #3b4b59 0%, #13262f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b4b59 0%, #13262f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b4b59 0%, #13262f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=0); /* IE6-9 */
  }
  #header-navbar #mobile-sidenav-content a {
    color: #f2de79;
    font-size: 17px;
  }
  #header-navbar #mobile-sidenav-content li {
    display: block;
    float: none;
    border-bottom: 1px solid #626265;
    padding: 12px 8px 10px 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header-navbar #mobile-sidenav-content li:hover {
    background: rgb(61.0331081081, 77.5844594595, 92.0668918919);
    padding-left: 10px;
  }
  #header-navbar #mobile-sidenav-content li.mobile-sub-menu:hover {
    padding-left: 0;
  }
  #header-navbar #mobile-sidenav-content li .mobile-sidenav-user {
    background: transparent;
    padding-left: 5px;
  }
  #header-navbar #mobile-sidenav-content ul {
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 35px;
  }
  #header-navbar #mobile-sidenav-content #mobile-sidenav-close {
    text-align: right;
    font-size: 36px;
    cursor: pointer;
  }
  #header-navbar #mobile-sidenav-content .mobile-sidenav-options a {
    font-size: 18px !important;
  }
  #header-navbar #mobile-sidenav-content .mobile-dropdown-arrow {
    float: right;
  }
  #header-navbar #mobile-sidenav-content .mobile-sub-menu {
    display: none;
    font-size: 15px;
    padding: 0;
    float: none;
    border: none;
  }
  #header-navbar #mobile-sidenav-content .mobile-sub-menu:hover {
    background: transparent;
    padding-left: 5px;
  }
  #header-navbar #mobile-sidenav-content .mobile-sub-menu ul {
    margin-top: 5px;
    float: none;
    padding-left: 10px;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header {
    vertical-align: middle;
    text-align: center;
    height: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header #mobile-menu-avatar-img {
    float: left;
    display: inline-block;
    line-height: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    margin: 5px 0;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header #guestAvatar {
    line-height: 60px;
    float: left;
    width: 54px;
    height: 65px;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header label {
    position: relative;
    display: inline-block;
    line-height: 60px;
    text-align: center;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header #mobile-menu-greet-user {
    width: 60%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #header-navbar #mobile-sidenav-content #mobile-menu-header #close-mobile-menu-btn {
    float: right;
    height: 60px;
    font-size: 36px;
    cursor: pointer;
  }
  .header-elements {
    margin-right: 3px;
    margin-left: 3px;
  }
  #mobile-sidenav-open {
    margin-left: 5px;
    margin-top: 10px;
    background: #f2de79;
    border-radius: 26px;
    padding: 10px;
    position: fixed;
    z-index: 100;
  }
  #mobile-sidenav-open img.menu-icon {
    width: 25px;
    height: 25px;
    background: url("//images/svg/header_icons/menu-icon.svg");
  }
  #categories-menu {
    left: 0;
  }
  #categories-menu li {
    height: 34px !important;
  }
  .show-login-register {
    display: none;
  }
  .close-menu {
    top: 17px;
    right: 0;
  }
  #mobile-sidenav {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  #header-navbar .navbar-right .mobile-header-content {
    order: 1;
    height: 100%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin: 0 auto !important;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
  }
  #header-navbar .navbar-right .mobile-header-content .login-register-section {
    width: 32px;
  }
  #header-navbar .navbar-right .mobile-header-content .login-register-section img.person-icon {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-left: -10px;
    background: url("//images/svg/header_icons/person-icon.svg");
  }
  #header-navbar .navbar-center #navbar-menus {
    display: none !important;
  }
  #header-navbar .navbar-right {
    height: 100%;
    float: right;
    display: inline-flex;
  }
  #header-navbar .navbar-right .search-container {
    order: 2;
    float: right;
    margin-left: auto;
    margin-top: 12px;
    display: inline;
  }
  #header-navbar .navbar-right #close-search-bar .close-icon {
    float: left;
    background: url("//images/svg/header_icons/close-icon.svg");
  }
  #header-navbar .navbar-right .search-container .search-section {
    margin-top: 5px;
  }
  #header-navbar .navbar-right .search-container .search-section ::placeholder {
    font-size: 13px;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section ::-webkit-input-placeholder {
    font-size: 13px;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section ::-moz-placeholder {
    font-size: 13px;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section :-ms-input-placeholder {
    font-size: 13px;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section :-moz-placeholder {
    font-size: 13px;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section #search-input {
    display: none;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    padding: 0 8px 0 8px;
    border: 2px solid;
    border-radius: 5px;
    background: #ffffea;
    font-size: 14px !important;
    color: #3b4b59;
  }
  #header-navbar .navbar-right .search-container .search-section #search-input:focus {
    outline: none;
  }
  #header-navbar .navbar-right .search-container .search-section #loupe-icon {
    order: 2;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 0;
    float: right;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result {
    box-sizing: border-box;
    min-width: 300px;
    left: 0;
    width: 100%;
    padding: 8px 20px 0 20px;
    margin-top: 10px !important;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .search-result-col-last {
    margin-top: 15px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .material-icons {
    float: right !important;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .material-icons a {
    text-decoration: none;
    padding-top: 1px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .search-quiz-ul a {
    height: 33px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result ul {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result ul a {
    height: 32px;
    padding-top: 8px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .livesearch-no-results {
    padding-top: 8px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .livesearch-warning {
    line-height: 21px;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 10px;
    white-space: normal;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .livesearch-link {
    margin-bottom: 8px;
    height: 100% !important;
    width: 50%;
    display: inline-block;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .livesearch-bottom {
    width: 50%;
    margin-bottom: 5px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-result .livesearch-bottom .material-icons {
    float: none !important;
  }
  #header-navbar .navbar-right .dropdown-box:after {
    display: none;
  }
}
/* ==========================================================================
 MOBILE-**BIG**
 ========================================================================== */
@media only screen and (min-width: 333px) and (max-width: 770px) {
  #header-navbar .navbar-right .search-container {
    margin-right: 15px;
  }
  #header-navbar .navbar-right .search-container #close-search-bar .close-icon {
    width: 25px;
    height: 25px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-input {
    width: 175px;
    height: 28px;
  }
  #header-navbar .navbar-right .search-container .search-section #loupe-icon {
    width: 32px;
    height: 32px;
  }
}
/* ==========================================================================
 MOBILE-**SMALL**
 ========================================================================== */
@media only screen and (max-width: 332px) {
  #header-navbar .navbar-right .search-container {
    margin-right: 5px;
  }
  #header-navbar .navbar-right .search-container #close-search-bar .close-icon {
    width: 25px;
    height: 25px;
  }
  #header-navbar .navbar-right .search-container .search-section #search-input {
    width: 130px;
    height: 28px;
  }
  #header-navbar .navbar-right .search-container .search-section #loupe-icon {
    width: 32px;
    height: 32px;
  }
}
.hp_contentArea {
  background-color: #3b4b59 !important;
}
.hp_contentArea p {
  color: #F9EFBE;
  font-family: Verdana, Geneva, Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 759px) {
  .hp_contentArea p {
    font-size: 14px;
    padding: 0 115px 0 115px !important;
  }
}

.hp-title {
  width: fit-content;
  padding: 30px 60px 10px 60px;
  margin: 0 auto !important;
}
.hp-title h1 {
  color: #f9efbe;
  text-align: center;
  font-size: 37px !important;
}
@media screen and (max-width: 1023px) and (min-width: 760px) {
  .hp-title h1 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 759px) {
  .hp-title {
    padding: 50px 70px 10px 70px !important;
  }
  .hp-title h1 {
    font-size: 25px !important;
  }
}

.hp_textblock {
  margin-top: -40px;
  margin: 0 auto !important;
}
.hp_textblock p {
  color: #F9EFBE;
  text-align: justify;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 769px) {
  .hp_textblock p {
    padding: 0 40px 0 40px !important;
  }
}

.hp-burg {
  width: fit-content;
  margin: 0 auto !important;
  display: block;
  padding: 0 100px 0 100px !important;
}
.hp-burg img {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 759px) {
  .hp-burg {
    padding: 0 5px 0 5px !important;
  }
  .hp-burg img {
    height: 84px;
  }
}

.hp-category-title {
  width: fit-content;
  margin: 0 auto !important;
}
.hp-category-title h2 {
  color: #f9efbe;
  text-align: center;
  font-size: 32px !important;
  margin-top: -5px;
}
@media screen and (max-width: 759px) {
  .hp-category-title h2 {
    font-size: 23px !important;
  }
}

.hp-category-text {
  width: fit-content;
  margin: 0 auto !important;
}
.hp-category-text p {
  text-align: justify;
  margin-bottom: 35px;
  padding-left: 170px;
  padding-right: 170px;
}
@media screen and (max-width: 759px) and (min-width: 600px) {
  .hp-category-text p {
    padding: 0 115px 0 115px !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-category-text p {
    padding: 0 55px 0 55px !important;
  }
}

.hp-category-namen {
  margin: -25px auto 0 auto !important;
}
.hp-category-namen .hp-category-namen-left {
  display: inline-block;
  float: left;
  padding-left: 170px;
}
.hp-category-namen .hp-category-namen-left p {
  text-align: center;
  text-decoration: underline;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .hp-category-namen .hp-category-namen-left {
    display: block;
    float: none !important;
    padding-left: 0 !important;
  }
}
.hp-category-namen .hp-category-namen-right {
  display: inline-block;
  float: right;
  padding-right: 170px;
}
.hp-category-namen .hp-category-namen-right p {
  text-align: center;
  text-decoration: underline;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .hp-category-namen .hp-category-namen-right {
    display: block;
    float: none !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 759px) {
  .hp-category-namen {
    margin-top: -5px !important;
  }
}

.hp-footsteps {
  margin: -4px auto -4px auto !important;
  width: fit-content;
  padding: 0 60px 0 60px;
}
.hp-footsteps img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 759px) {
  .hp-footsteps img {
    height: 130px;
  }
}

.hp-burg-bottom {
  margin-top: -65px;
}

.h5-footer-ad-container {
  bottom: 0;
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  overflow: visible;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 900; /* set this to a value that enables the footer ad to overlap any other elements on the page. */
}

.h5-footer-ad-close {
  align-items: center;
  appearance: none;
  background-color: #cbcdce;
  border: 2px solid #222223;
  border-radius: 12px 12px 0 0;
  color: #222223;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -24px;
  width: 60px;
}

@media (min-width: 1000px) {
  .h5-footer-ad-close {
    border-radius: 0 12px 12px 0;
    height: 60px;
    width: 24px;
    right: -24px;
    top: 0;
  }
}
.h5-footer-ad-close:hover {
  background-color: white;
}

.h5-footer-ad-close::after {
  content: "×";
  display: inline-block;
}

.is-shifted-bottom {
  margin-bottom: -70px;
}

.is-shifted-bottom:hover {
  margin-bottom: 0;
}

.h5-sticky-ad {
  background-color: #f3f3f3;
  border: none;
  bottom: 0;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  height: 59px;
  left: 0;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 900; /* set this to a value that enables the sticky ad to overlap any other elements on the page. */
}

.h5-sticky-ad-close {
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border: none;
  border-top-left-radius: 12px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  height: 28px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: -28px;
  width: 28px;
}

.h5-sticky-ad-close::before {
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  right: 0;
  top: -20px;
}

.u-visible-desktop {
  display: none;
}

@media (min-width: 768px) {
  .u-hidden-desktop {
    display: none;
  }
  .u-visible-desktop {
    display: block;
  }
}
/* Country specific code */
#introLogo {
  padding: 33px 0 0 3px;
}

#lists {
  margin-top: 10px;
}

/*# sourceMappingURL=design9-all.css.map */
