/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #b2a98b 0%, #a2a3a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/* beige/creme */
/* grey */
/* light beige/creme */
/* dark grey */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* BREADCRUMBS */
/*
 * CONSENT TOOL VARIABLES
 */
/*
 * CONSENT TOOL LAYOUT
 */
body.consent-tool-open .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 10000000 !important;
}
body.consent-tool-open .ui-dialog {
  z-index: 10000001 !important;
  position: fixed !important;
  top: 10vh !important;
  background: #fff;
  border-radius: 5px;
}
body.consent-tool-open .ui-dialog.custom-details {
  max-height: 90vh !important;
  overflow-y: scroll;
}
body.consent-tool-open .ui-dialog .ui-dialog-content.ui-widget-content {
  background: transparent;
}
@media only screen and (min-width: 451px) {
  body.consent-tool-open .ui-dialog.custom-basic {
    max-width: 450px;
    left: calc(50% - 225px) !important;
  }
}
@media only screen and (max-width: 450px) {
  body.consent-tool-open .ui-dialog.custom-basic {
    width: 90%;
    left: 5% !important;
  }
}
@media only screen and (min-width: 961px) {
  body.consent-tool-open .ui-dialog.custom-details {
    max-width: 960px;
    left: calc(50% - 470px) !important;
  }
}
@media only screen and (max-width: 960px) {
  body.consent-tool-open .ui-dialog.custom-details {
    width: 90%;
    left: 5% !important;
  }
}
#consent-tool {
  font-size: 90%;
}
#consent-tool header h2 {
  padding: 0 0 15px;
  margin: 0;
  font-weight: 300;
  font-size: 145%;
}
#consent-tool header p {
  font-size: 90%;
}
#consent-tool ul {
  list-style: none;
}
#consent-tool ul#consent-tool-groups {
  overflow: hidden;
  margin: 10px 0;
  clear: both;
}
#consent-tool .consent-group-label {
  cursor: pointer;
}
#consent-tool .basics ul#consent-tool-groups > li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: dotted 2px #ddd;
}
#consent-tool .details ul#consent-tool-groups > li {
  padding: 15px;
  background: #f2f2f2;
}
#consent-tool .details ul#consent-tool-groups > li:nth-child(n+2) {
  margin-top: 5px;
}
#consent-tool .details button.ct-button {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
}
#consent-tool .details span.ct-link span {
  padding: 15px 0;
  margin: 5px 0;
  display: inline-block;
  font-size: 80%;
  position: relative;
  color: #aaa;
}
#consent-tool .details span.ct-link span :nth-child(n+2):before {
  content: '|';
  width: 15px;
  display: inline-block;
  text-align: center;
}
#consent-tool i.fa.icon-disabled {
  text-decoration: none;
  color: #aaa;
}
#consent-tool i.fa.icon-red {
  color: #880000;
}
#consent-tool i.fa.icon-green {
  color: green;
}
#consent-tool button.ct-button {
  width: 100%;
  padding: 10px 15px;
  margin: 5px 0;
  cursor: pointer;
  color: #555;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
  outline: none;
  /*
		&.btn-highlight {
 			background: green;
			color: #fff;
			font-weight: @text-bold;
			padding: 15px;
		}

		&.btn-narrow {
			font-size: 70%;
		}
*/
}
#consent-tool button.ct-button:hover {
  background: #333;
  color: #fff;
}
#consent-tool .ct-text-button {
  cursor: pointer;
  border: none;
  background: transparent;
}
#consent-tool a.ct-link {
  color: #555;
}
#consent-tool a.ct-link:hover {
  color: #000;
}
#consent-tool span.ct-link.link-highlight {
  color: #000;
  cursor: pointer;
}
#consent-tool span.ct-link.link-highlight:hover {
  color: green;
}
#consent-tool .group-headline {
  padding-bottom: 10px;
}
#consent-tool .group-text,
#consent-tool .group-content {
  font-size: 90%;
}
#consent-tool p.group-toggle-content {
  padding: 0;
  text-align: center;
  font-size: 80%;
  text-decoration: underline;
  cursor: pointer;
}
#consent-tool span.item-content a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}
#consent-tool ul.consent-tool-items > li {
  overflow: hidden;
  margin-top: 15px;
}
#consent-tool ul.consent-tool-items > li .item-wrap {
  background: #fff;
  padding: 10px;
}
#consent-tool ul.consent-tool-details > li {
  overflow: hidden;
}
#consent-tool ul.consent-tool-details > li:nth-child(n+2) {
  padding-top: 3px;
  margin-top: 3px;
  border-top: solid 1px #f2f2f2;
}
#consent-tool button#consent-tool-details {
  border: none;
  background: transparent;
  font-size: 100%;
  color: #555;
  font-family: 'Source Sans Pro', sans-serif;
  cursor: pointer;
}
#consent-tool footer {
  text-align: center;
}
#consent-tool footer ul#consent-tool-links {
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  font-size: 70%;
}
#consent-tool footer ul#consent-tool-links > li {
  display: inherit;
  position: relative;
}
#consent-tool footer ul#consent-tool-links > li:nth-child(n+2):before {
  content: '|';
  width: 15px;
  display: inline-block;
  text-align: center;
}
#consent-config {
  padding: 10px 15px;
  cursor: pointer;
  background: #fff;
  color: #333;
  font-size: 75%;
  border: none;
}
#consent-config:not( .default ) {
  padding: 5px;
}
#consent-config:not( .default ) svg {
  width: 25px;
  height: auto;
}
#consent-config.cookie_light,
#consent-config.fingerprint_light {
  background: #000;
}
#consent-config:focus span.mobileonly {
  position: relative;
  left: auto;
  font-size: 130%;
  line-height: 25px;
  vertical-align: top;
  padding-left: 5px;
}
#close-consent-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 120%;
  text-align: center;
  cursor: pointer;
  color: #ccc;
  border: none;
  background: transparent;
}
#close-consent-modal:hover {
  color: #000;
}
#close-consent-modal span {
  left: -999999px;
  position: absolute;
}
@media only screen and (min-width: 551px) {
  #consent-tool .details span.ct-link {
    float: right;
  }
  #consent-tool span.item-title {
    display: block;
    width: 200px;
    float: left;
  }
  #consent-tool span.item-content {
    width: calc(100% - 200px);
    float: right;
  }
}
@media only screen and (max-width: 550px) {
  #consent-tool .consent-tool-buttons.inline-buttons {
    text-align: center;
  }
  #consent-tool .details button.ct-button {
    width: 100%;
  }
  #consent-tool .details span.ct-link {
    display: block;
  }
  #consent-tool span.item-title {
    display: block;
    font-weight: 600;
  }
  #consent-tool span.item-content {
    display: block;
    font-style: italic;
  }
}
@media only screen and (max-width: 900px) {
  body.with-consent-tool {
    padding-bottom: 40px;
  }
  #consent-config {
    width: 100%;
    text-align: center;
    display: block;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
  }
  #consent-config svg {
    vertical-align: middle;
  }
  #consent-config span.mobileonly {
    position: relative;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
  }
  #consent-config.default {
    color: #000;
  }
  #consent-config.cookie_dark,
  #consent-config.fingerprint_dark {
    color: #000;
  }
}
@media only screen and (min-width: 901px) {
  #consent-config {
    position: fixed;
    box-shadow: 0 0 5px #333;
    z-index: 10000000;
  }
  #consent-config.pos-tl,
  #consent-config.pos-tc,
  #consent-config.pos-tr {
    top: 0;
  }
  #consent-config.pos-cl,
  #consent-config.pos-cr {
    top: calc(50vh - 35px);
  }
  #consent-config.pos-bl,
  #consent-config.pos-bc,
  #consent-config.pos-br {
    bottom: 0;
  }
  #consent-config.pos-tl,
  #consent-config.pos-cl,
  #consent-config.pos-bl {
    left: 0;
  }
  #consent-config.pos-tr,
  #consent-config.pos-cr,
  #consent-config.pos-br {
    right: 0;
  }
  #consent-config.pos-tc,
  #consent-config.pos-bc {
    left: calc(50% - 35px);
  }
}
