/*!
Theme Name: adra
Theme URI: https://www.adra.de/
Author: Gabriel-Johannes Schönfeld
Author URI: https://www.adra.de
Description: A simple but elegant rebuild of the original ADRA Deutschland e.V. website theme. The following shortcodes are available: 1. [adra_social_media] with the attributes: "network" (e.g. youtube, twitter, facebook, rss, xing; default: adra), "text" (img alt), "css" (for more information see html img"); 2. ...
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

adra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fc8d00;
  text-decoration: none;
}

a:visited {
  color: #fc8d00;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #1c9d96;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

div#wpadminbar {
  overflow: auto;
}

.main-navigation {
  clear: both;
  width: 100%;
}

/* Small menu. */
.menu-toggle {
  position: absolute;
  right: 15px;
  top: -32px;
  background-color: transparent;
  border: none;
  background-image: url(img/menu_icon.png);
  height: 40px;
  width: 40px;
}

.menu-toggle,
.main-navigation.toggled ul.menu.nav-menu {
  display: block;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 600px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 599px) {
  .main-navigation ul {
    display: none;
  }
  #site-navigation li {
    display: block;
    padding: 15px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.posts-navigation .nav-previous {
  float: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 540px) {
  .alignright,
  .alignleft {
    display: block;
    margin: 0 auto 15px auto;
    float: none;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.elementor .lae-portfolio-wrap .lae-portfolio-header {
  margin-bottom: 0;
}

/* Fix for Internet Explorer on page "Über Uns" */
.elementor-38 img {
  width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## >>>>>>>>>> End of normalization - let's have fun with some code <<<<<<<<<<
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@font-face {
  font-family: "handsean";
  src: url("fonts/handsean.eot");
  src: url("fonts/handseanIE.eot?#iefix") format("embedded-opentype"),
    url("fonts/handsean.woff") format("woff"),
    url("fonts/handsean.ttf") format("truetype"),
    url("fonts/handsean.svg#handsean") format("svg");
}
@font-face {
  font-family: "Archer";
  src: url("fonts/Archer-SemiboldItalic_latin+latin-ext_gdi.eot");
  src: url("fonts/Archer-SemiboldItalic_latin+latin-ext_gdi.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/Archer-SemiboldItalic_latin+latin-ext_gdi.woff") format("woff"),
    url("fonts/Archer-SemiboldItalic_latin+latin-ext_gdi.ttf")
      format("truetype"),
    url("fonts/Archer-SemiboldItalic_latin+latin-ext_gdi.svg#Archer-SemiboldItalic")
      format("svg");
  font-weight: 375;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-20AC;
}

body {
  background: url(img/background-body.jpg) repeat 0 0;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#masthead {
  background: url(img/background-header.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 45em;
}

#masthead.header-small-background {
  background: url(img/background-header-simple.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 20em;
}

/*--------------------------------------------------------------
## Header navigation
--------------------------------------------------------------*/

.header-navigation-wrapper {
  width: 100%;
  /*	background-color: #3b3b3b;
	border-bottom: 2px solid #0c6c68;
*/
  background: url(img/background-body.jpg) repeat 0 0;
  padding: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

nav.header-navigation,
nav.adra-social-icons-navigation,
.header-search-navigation {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#header-menu,
#adra-social-icons-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header-menu li,
#adra-social-icons-menu li {
  display: inline;
  padding: 0 0.5em;
}

#adra-social-icons-menu li img {
  height: 2em;
  width: 2em;
  bottom: -0.2em;
  position: relative;
}

#header-menu li {
  /*	border-right: 1px solid black;
*/
  border-right: 1px solid #e2dbcc;
}

#header-menu li:last-child {
  border: none;
}

#header-menu li a,
#adra-social-icons-menu li a {
  font-size: 0.8em;
  text-transform: uppercase;
  /*	color: #b8b8b8;
*/
  color: #fc8d00;
}

#header-menu li a:hover,
#adra-social-icons-menu li a:hover {
  color: #1c9d96;
}

label {
  margin: 0 !important;
}

.header-search-navigation input.search-field {
  /*	background: #444444;
	border: 1px solid #222222;
*/
  background: #e2dbcc;
  width: 14em;
  height: 2em;
  padding: 0.1em 0.2em 0.1em 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  /*	box-shadow: inset 0 0 2px #222222;
*/
  border-radius: 2px;
}

.header-search-navigation input.search-submit {
  background: url(img/search-icon.png) no-repeat center center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: -3px;
  top: 1px;
  padding: 0.1em 0.2em 0.1em 25px;
  border: none;
  cursor: pointer;
  color: transparent;
}

form.search-form {
  position: relative;
}

/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/

#masthead .site-branding-wrapper {
  max-width: 960px;
  margin: 1.5em auto 0 auto;
  padding: 0;
  position: relative;
  min-height: 150px;
}

#masthead .site-branding {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.site-branding .custom-logo-link {
  max-width: 20em;
  margin-top: 1.5em;
}

.header-donation-wrapper {
  width: 25em;
  display: inline-block;
  /*	background: url( img/background-header-donation.png ) no-repeat 0 0; */
  text-align: right;
}

.header-donation-wrapper .header-donation {
  max-width: 12em;
  display: inline-block;
  font-family: "handsean", italic;
  color: #fff;
}

.header-donation-wrapper .header-donation .slick-arrow {
  background: none;
}

.header-donation-wrapper .header-donation .slick-arrow i {
  font-size: 2em;
}

.header-donation-wrapper .header-donation .slick-slide img {
  margin-left: 3em;
  padding: 0;
}

.header-donation-wrapper .header-donation .wps-caption {
  background: none;
  font-size: 1em;
  text-align: center;
  opacity: 0.9;
}

.header-donation-wrapper .header-donation-button {
  background: #fc8d00;
  color: #fff;
  border: 3px solid rgba(253, 220, 178, 0.7);
  border-radius: 5px;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 1em;
  bottom: 3em;
  position: relative;
}

.header-donation-wrapper .header-donation-button:hover {
  background: #25bbb4;
}

@media (max-width: 564px) {
  .header-donation-wrapper {
    width: 48%;
  }
  .header-donation-wrapper .header-donation {
    display: block;
    float: right;
  }
  .header-donation-wrapper .header-donation-button {
    position: absolute;
    left: 6px;
    bottom: -8px;
  }
  div#search-2 {
    margin: 5px 0 0 15px;
    /*		display: none; */
  }
}

/*--------------------------------------------------------------
## Site menu
--------------------------------------------------------------*/

#masthead .site-navigation-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#site-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

#site-navigation ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

#site-navigation.toggled ul {
  margin-bottom: 22px;
}

#site-navigation li {
  display: inline-block;
  padding: 0 0.5em;
  min-height: 41px;
}

#site-navigation li a {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0.6em 0.3em;
  border-bottom: 3px solid #0f8c87;
  font-weight: 600;
}

#site-navigation li.current-menu-item a {
  border-color: #6bded8;
}

#site-navigation li:last-child a {
  border-bottom-color: #fb8e01;
}

#site-navigation li a:hover {
  border-bottom-color: #6bded8;
  color: #333;
}

#site-navigation li:last-child a:hover {
  border-bottom-color: #fb8e01;
}

@media (max-width: 730px) {
  #site-navigation li {
    height: 40px;
  }
}

@media (max-width: 599px) {
  #site-navigation li {
    display: block;
    padding: 15px;
  }
  #masthead .site-navigation-wrapper {
    margin-bottom: -18px;
  }
  #site-navigation li {
    height: auto;
  }
}

/*--------------------------------------------------------------
## Site sub-menu
--------------------------------------------------------------*/

#site-navigation li ul.sub-menu {
  display: none;
  left: 0;
  right: 0;
  margin: 1.5em auto;
  position: absolute;
  background-color: #fff;
  padding: 1.5em 1em;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-columns: auto 4; /* Chrome, Safari, Opera */
  -moz-columns: auto 4; /* Firefox */
  columns: auto 4;
  -webkit-column-gap: 0; /* Chrome, Safari, Opera */
  -moz-column-gap: 0; /* Firefox */
  column-gap: 0;
  column-width: auto;
  column-count: 4;
  /*	-webkit-column-rule: 1px dashed #0c6c68; 
	-moz-column-rule: 1px dashed #0c6c68; 
	column-rule: 1px dashed #0c6c68; */
  width: 100%;
  max-width: 960px;
  z-index: 99999;
}

#site-navigation li.menu-item-has-children:after {
  position: absolute;
  display: block;
  margin-top: 0.25em;
  color: #fff;
  font-size: 2em;
  width: 1em;
  margin-left: 3%;
}

#site-navigation li.menu-item-has-children:hover:after {
  content: "\25b2";
}

#site-navigation li.menu-item-has-children:not(.show-menu):after {
  content: none;
}

#site-navigation li:hover ul.sub-menu {
  display: block;
}

#site-navigation li:not(.show-menu) ul.sub-menu {
  display: none;
}

@media (max-width: 999px) {
  #site-navigation li:hover ul.sub-menu {
    display: none;
  }
  #site-navigation li.show-menu ul.sub-menu {
    display: block;
  }
  #site-navigation li.menu-item-has-children.show-menu:after {
    content: "\25b2";
  }
}

@media (max-width: 599px) {
  .menu-haupt-container {
    padding-top: 20px;
  }
}

#site-navigation li ul.sub-menu li {
  width: 100%;
  display: block;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 5px;
}
/* Fix internet explorer */
@media all and (-ms-high-contrast: none) {
  #site-navigation li ul.sub-menu li {
    display: inline-block;
  }
}

#site-navigation li ul.sub-menu li:first-child {
  margin-bottom: 0.5em;
}
#site-navigation li ul.sub-menu li:nth-child(2) {
  font-size: 12px;
}

#site-navigation li ul.sub-menu li:first-child,
#site-navigation li ul.sub-menu li:nth-child(2),
#site-navigation li ul.sub-menu li:nth-child(7) {
  break-after: column;
  -moz-break-after: column;
  -webkit-break-after: column;
}

#site-navigation li.menu-item-2945 ul.sub-menu li:nth-child(7),
#site-navigation li.menu-item-2972 ul.sub-menu li:nth-child(7) {
  break-after: auto;
  -moz-break-after: auto;
  -webkit-break-after: auto;
}

#site-navigation li ul.sub-menu li a {
  color: #0c6c68;
  text-transform: none;
  border: none;
  margin: 0;
  padding: 0;
}

#site-navigation li ul.sub-menu li a:hover {
  color: #fc8d00;
}

#site-navigation li ul.sub-menu h4,
#site-navigation li ul.sub-menu p {
  margin: 0;
  padding: 0;
}

#site-navigation li ul.sub-menu p {
  line-height: 1.75em;
}

#site-navigation li ul.sub-menu h4 a {
  text-transform: uppercase;
  color: #fc8d00;
}

#site-navigation li ul.sub-menu .adra-menu-post-readon a {
  text-transform: lowercase;
  color: #fc8d00;
  font-weight: 600;
}

#site-navigation li ul.sub-menu .adra-menu-post-readon a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  #site-navigation li ul.sub-menu {
    -webkit-columns: auto 3; /* Chrome, Safari, Opera */
    -moz-columns: auto 3; /* Firefox */
    columns: auto 3;
  }
  #site-navigation li ul.sub-menu li:first-child,
  #site-navigation li ul.sub-menu li:nth-child(2),
  #site-navigation li ul.sub-menu li:nth-child(7) {
    break-after: column;
    -moz-break-after: column;
    -webkit-break-after: column;
    height: max-content;
  }
}

@media (max-width: 630px) {
  #site-navigation li ul.sub-menu {
    -webkit-columns: auto 2; /* Chrome, Safari, Opera */
    -moz-columns: auto 2; /* Firefox */
    columns: auto 2;
    column-width: auto;
    column-count: 2;
  }
  #site-navigation li ul.sub-menu li:first-child {
    break-after: auto;
    -moz-break-after: auto;
    -webkit-break-after: auto;
  }
  #site-navigation li.menu-item-has-children:hover:after {
    left: 0;
    right: 0;
    margin: 0.25em auto;
  }
}

@media (max-width: 430px) {
  #site-navigation li ul.sub-menu {
    -webkit-columns: auto 1; /* Chrome, Safari, Opera */
    -moz-columns: auto 1; /* Firefox */
    columns: auto 1;
    column-width: auto;
    column-count: 1;
  }
  #site-navigation li ul.sub-menu li:nth-child(2) {
    break-after: auto;
    -moz-break-after: auto;
    -webkit-break-after: auto;
    margin-bottom: 1em;
  }
  #site-navigation li ul.sub-menu li {
    min-height: auto;
    padding: 7px;
  }
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.site-media-wrapper {
  top: 0.5em;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-media-wrapper div.site-media-header > div {
  border: 0.8em solid #fff;
  background-color: #fff;
}

.site-media-header:before,
.site-media-header:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0.7em;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.site-media-header:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.header-teaser-image {
  max-width: 960px;
  width: 100%;
  object-fit: cover;
  max-height: 300px;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.site-media-footer {
  width: 100%;
  background: #fff;
  height: 5.75em;
  position: absolute;
  margin-top: -0.35em;
}
.site-media-footer:before {
  content: "";
  position: absolute;
  background: url("img/dashed-border.png") repeat-x top left;
  width: 100%;
  height: 10px;
  padding: 0 1em;
  margin-top: -0.75em;
}

.media-footer-margin {
  margin-top: 1em;
  height: 6.5em; /* or 5em */
}

@media (max-width: 599px) {
  .site-media-wrapper {
    top: 2.5em;
    margin-bottom: 2em;
  }
  #content {
    margin: 3.5em auto;
  }
}

/**** OWL SLIDER ****/
.owl-item > div {
  background-position: left !important;
}

.owl-nav {
  position: absolute;
  top: 46%;
  background: transparent !important;
  border: none !important;
  width: 100%;
  left: 0;
  right: 0;
}

button.owl-prev,
button.owl-next {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff99 !important;
  position: absolute;
  z-index: 4;
  font-size: 35px !important;
}

button.owl-prev:focus,
button.owl-next:focus {
  outline: none !important;
}

.owl-nav span {
  position: relative;
  bottom: 3px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 13px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 13px;
}

@media (max-width: 920px) {
  .owl-item .text {
    position: static !important;
  }
  .owl-item h1 {
    margin: 0.67em 0 !important;
  }
  .owl-nav {
    top: 30%;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c6c68;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

#content {
  max-width: 960px;
  margin: 0.5em auto;
  padding: 0;
  position: relative;
}

#content .content-background h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c6c68;
}

#content .content-background h1 {
  font-weight: 600;
  font-size: 2em;
  line-height: normal;
}

#content .content-background h2 {
  font-weight: 600;
  font-size: 1.5em;
}

#content .content-background h3 {
  font-weight: 300;
  font-size: 0.8em;
}

#content .content-background {
  background: #fff;
  padding: 1px 4em;
  /*	margin-top: -1.5em; */
}

@media (max-width: 767px) {
  #content .content-background {
    padding: 1px 10px;
  }
}

#content .content-area {
  min-height: 55em;
}

#content .content-area .entry-meta {
  margin-bottom: 1.5em;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

#content .content-area .entry-meta a {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
  color: #888;
}

#content .content-area .entry-meta span:last-child a {
  border: none;
}

#content .content-area .entry-meta a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
}

#content .content-area .entry-content {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 400;
  line-height: 1.65em;
  font-size: 1em;
  color: #333;
  padding-bottom: 1.25em;
}

.dashed-border {
  background: url(img/dashed-border.png) repeat-x top left;
  position: relative;
}

.dashed-border-dark {
  background: url(img/dashed-border-dark.png) repeat-x top left;
  position: relative;
}
.adra-dropdown-form {
  text-align: center;
}

.adra-dropdown {
  font-family: "Open Sans Regular", Sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fc8d00;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: rgba(253, 220, 178, 0.7);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 25px;
  max-width: 225px;
}

.dropdown-wide {
  width: 100%;
}

.dropdown-wide a {
  width: 100% !important;
  text-align: left;
}

.adra-accordion {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}

.adra-active,
.adra-accordion:hover {
  background-color: #eee;
}

.adra-accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.adra-active:after {
  content: "\2212";
}

.adra-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.employee_box {
  margin: 1em 0;
}

.employee_box img {
  float: left;
  margin-right: 25px;
  border: none;
  outline: none;
  text-decoration: none;
}

.employee_box .employee_name {
  font-weight: 600;
}

.employee_box .employee_name,
.employee_box .employee_email,
.employee_box .employee_landline {
  line-height: 1.75em;
}

.employee_box .clear {
  clear: both;
}

#adra-post-slides .lae-post-title a:hover {
  border: none;
}

#adra-post-slides article {
  background: #faf9f7;
  height: 100%;
}

#adra-post-slides .lae-entry-text-wrap {
  padding: 1em 0.5em;
  line-height: 1.5em;
  text-align: left;
}

#adra-post-slides .entry-title {
  line-height: normal;
  text-align: left;
}

#adra-post-slides .entry-summary {
  font-size: 1em;
}

#adra-post-slides .lae-terms {
  line-height: normal;
  text-align: left;
  font-size: 0.9em;
}

#adra-post-slides .wp-post-image {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}

#adra-post-slides .lae-image-info {
  display: none;
}

#adra-post-slides .slick-track {
  width: 100% !important;
}

#adra-post-slides .slick-slide {
  width: 33% !important;
  max-height: 45em;
  height: 100%;
  display: block;
}

.site-main .lae-posts-carousel .lae-posts-carousel-item .hentry {
  background-color: #faf9f7;
}
.site-main .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {
  text-align: left;
}
.site-main
  .lae-posts-carousel
  .lae-posts-carousel-item
  .lae-entry-text-wrap
  .lae-entry-meta
  span {
  color: #016965;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-indent: 2px;
  letter-spacing: 1px;
  margin: 0;
  font-style: normal;
}

@media only screen and (max-width: 799px) {
  .site-main .lae-container button.slick-prev,
  .site-main .lae-container button.slick-next {
    display: block !important;
  }
  .site-main .lae-container button.slick-prev {
    left: -20px;
  }
  .site-main .lae-container button.slick-next {
    right: -20px;
  }
}

.content-box {
  margin-top: 3em;
  border-top: 1em solid transparent;
  padding: 1em;
  -webkit-border-image: url(img/dashed-border.png) 14 0 0 0 repeat;
  -o-border-image: url(img/dashed-border.png) 14 0 0 0 repeat;
  border-image: url(img/dashed-border.png) 14 0 0 0 repeat;
  background: #fff;
}

#content .content-background:before,
#content .content-background:after {
  margin-bottom: 1.25em;
}

/*
.content-box:before,
.content-box:after,
.content-box-end:before,
.content-box-end:after,
#content .content-background:before,
#content .content-background:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 95%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
*/
.content-box:after,
.content-box-end:after,
#content .content-background:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#adra-project-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}

#adra-project-filters .adra-project-filters {
  flex-basis: 30%;
}

#adra-project-filters .adra-project-filters .adra-filter-label {
  color: #cbbfaa;
  font-weight: 700;
  font-size: 15px;
  padding: 0 0 6px;
  text-transform: uppercase;
  max-width: 100%;
  line-height: 2.5em;
}

#adra-project-filters .adra-project-filters .dropdown-white {
  position: relative;
  overflow: hidden;
  border: 1px solid #cbbfaa;
}

#adra-project-filters .adra-project-filters .adra-project-dropdown {
  background: #fff;
  height: 2em;
  color: #000;
  border: none;
  width: 110%;
  font-size: 0.9em;
  position: relative;
  border-radius: 0;
  padding-left: 4px;
}

#adra-project-filters .adra-project-filters .dropdown-white:after {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 1em;
  height: 1em;
  content: "\25BE";
  color: #fc8d00;
  opacity: 0.7;
}

#adra-project-list ul.adra-project-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#adra-project-list ul.adra-project-list li {
  padding: 0 0 1.5em;
  margin: 0 0 1.25em;
  border-bottom: 1px solid #e2e2e2;
  clear: both;
}

#adra-project-list ul.adra-project-list li:last-child {
  border: none;
}

#adra-project-list ul.adra-project-list li .adra-project-list-image-wrapper {
  padding: 0 1em 0 0;
  width: 40%;
  min-height: 1px;
  position: relative;
}

#adra-project-list ul.adra-project-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}

#adra-project-list .adra-project-list-images {
  width: 15%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(37, 187, 180, 0.8);
}

#adra-project-list .adra-project-list-text {
  width: 60%;
  padding: 3px 0 0;
}

#adra-project-list .adra-project-list-text a:first-child {
  color: #0c6c68;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
  width: auto;
  text-transform: uppercase;
  margin: 0 0 4px;
}

#adra-project-list .adra-project-list-text a:first-child:hover {
  color: #fc8d00;
}

#adra-project-list .adra-project-list-text h4 {
  padding: 0;
  margin: 0 0 1em 0;
  clear: none;
}

#adra-project-list .adra-project-list-text h4 a:first-child {
  font-weight: 700;
  line-height: 18px;
  width: auto;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: #fc8d00;
}

#adra-project-list .adra-project-list-excerpt {
  margin: 0 0 1em 0;
  padding: 0;
}

div.adra-post-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

#adra-project-pagination ul {
  margin: 0 0 3em 0;
  text-align: right;
}

#adra-project-pagination li a,
#adra-project-pagination li a:hover,
#adra-project-pagination li.active a,
#adra-project-pagination li.disabled {
  color: #fff;
  text-decoration: none;
}

#adra-project-pagination li {
  display: inline;
}

#adra-project-pagination li a,
#adra-project-pagination li a:hover,
#adra-project-pagination li.active a,
#adra-project-pagination li.disabled {
  background-color: #fc8d00;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

#adra-project-pagination li a:hover,
#adra-project-pagination li.active a {
  background-color: rgba(252, 141, 0, 0.75);
}

div.adra-post-loop {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  padding: 10px 0;
  padding-bottom: 30px;
}

div.adra-post-loop-image-wrapper {
  float: left;
  width: 30%;
  max-width: 200px;
  padding: 0 13px 0 0;
  box-sizing: border-box;
  min-height: 1px;
}

img.adra-post-loop-image {
}

div.adra-post-loop-text {
  float: left;
  width: 70%;
}

span.adra-post-loop-date {
  color: #c6c6c6;
  font-size: 0.8em;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 0 0 5px 0;
}

div.adra-post-loop-text h3 {
  margin-top: 0;
}

div.adra-post-loop-text h3 a {
  color: #fc8d00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
}

.adra-post-loop-excerpt {
  margin: 0 0 1em 0;
  padding: 0;
}

div.adra-post-loop-text .read-on {
  float: left;
  color: #fc8d00;
  position: relative;
  background-color: transparent;
  padding: 2px 18px 2px 0px;
  font-weight: normal !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  div.adra-post-loop-text,
  div.adra-post-loop-image-wrapper {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Content - Kaufbar
--------------------------------------------------------------*/

.content-kaufbar {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.content-kaufbar a {
  color: #57b0b2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.featured-gift {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.featured-gift .section {
  flex-basis: 45%;
  min-width: 200px;
  flex-grow: 1;
}

#gift-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
}

.gift-post {
  flex-basis: 44%;
  min-width: 275px;
  flex-grow: 1;
  height: 615px;
  /*	border: 3px solid #fc8d00; */
  border: 1px solid #fc8d00;
  padding: 0;
  overflow: hidden;
  margin: 0 1em 4em;
}

.gift-post .top {
  position: relative;
  padding: 8em;
}

.featured-gift .left {
  margin: 0 3% 0 0;
  position: relative;
  padding: 11em 1em;
}

.featured-gift .section .gift-price,
.gift-post .section .gift-price {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fc8d00;
  padding: 10px 10px;
  text-align: center;
  min-width: 150px;
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
}

.gift-post .section .gift-price {
  font-size: 2em;
}

.gift-post .bottom {
  position: relative;
  /*  padding: 4em; */
  padding: 10px;
  display: block;
  max-height: 385px;
  height: 100%;
}

.featured-gift .right {
  margin: 0 0 0 3%;
}

.featured-gift .section .sup-head,
.gift-post .section .gift-number {
  margin: 0 0 1.25em 0;
  font-size: 1.25em;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.gift-post .section .gift-number,
.gift-post .section h3 {
  margin: 0;
}

.gift-post .section h3 {
  margin-top: 1em;
}

.featured-gift .section h3 a,
.gift-post .section h3 a {
  font-size: 3em;
  color: #fc8d00;
  text-transform: none;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  line-height: 1em;
}

.gift-post .section h3 a {
  font-size: 2.15em;
  /* font-size: 2.25em; */
  height: 62px;
  display: inline-block;
  overflow: hidden;
  line-height: 1.25em;
}

.featured-gift .section .excerpt,
.gift-post .section .excerpt {
  /*  font-size: 1.25em; */
  font-size: 1.1em;
  font-weight: 300;
  margin: 1.25em 0;
  color: #464342;
  line-height: 1.5em;
}

.featured-gift .section .icons,
.gift-post .section .icons {
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
}

.icons.loading {
  background: url(img/loader.gif) no-repeat center center;
  border-color: #fff;
}
.icons.loading svg {
  display: none;
}

.featured-gift .section .icons svg path,
.featured-gift .section .icons svg rect,
.gift-post .section .icons svg path,
.gift-post .section .icons svg rect {
  fill: #fc8d00;
}

.featured-gift .section .submit,
.gift-post .section .submit {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0 0.5em;
  font-family: Archer;
  font-size: 1.5em;
  font-style: italic;
  line-height: 2em;
  font-weight: 500;
  color: #fc8d00;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}
.gift-post .section .submit-wrapper {
  position: absolute;
  bottom: 1em;
}
.featured-gift .section .submit-wrapper:hover .submit,
.featured-gift .section .submit-wrapper:hover .icons svg path,
.featured-gift .section .submit-wrapper:hover .icons svg rect,
.gift-post .section .submit-wrapper:hover .submit,
.gift-post .section .submit-wrapper:hover .icons svg path,
.gift-post .section .submit-wrapper:hover .icons svg rect {
  fill: #57b0b2;
  color: #57b0b2;
}

.featured-gift .section .item-added,
.gift-post .item-added {
  display: none;
  font-family: Archer;
  font-size: 22px;
  font-style: italic;
  line-height: 2em;
  font-weight: 500;
  color: #57b0b2;
  right: -3px;
  border: 3px solid;
  border-radius: 50px 0 0 50px;
  padding: 0px 15px;
  bottom: 55px;
  font-size: 14px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}

#filters .top-level {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 3.5em 0;
}

#filters .top-level .top-level-item {
  min-width: 100px;
  display: block;
  font-family: "Open Sans Regular", sans-serif;
  margin: 0 0 5px;
}

#filters .top-level .button-box,
#filters .top-level .sort {
  padding: 1em 5px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

#filters .top-level .button-box {
  border: 3px solid;
}

#filters .top-level .button-box:hover {
  color: #fc8d00;
}

#filters .top-level .active,
#filters .top-level .active:hover {
  background: #fc8d00;
  color: #fff;
  border-color: #fc8d00;
}

#filters .top-level .search {
  position: relative;
}

#filters .top-level .search input.search-field {
  margin: 0;
  padding: 0.75em 1.25em;
  width: 100%;
  border: 3px solid #57b0b2;
  font-family: Archer;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1em;
  color: #777;
  outline: none;
  box-shadow: inset 0 0 0 #57b0b2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  border-radius: 3px;
}

#filters .top-level .search input.search-field:focus {
  box-shadow: inset 15px 0 0 #fc8d00;
  border-color: #fc8d00;
}

#filters .top-level .search input.search-field:focus,
#filters .top-level .search .search-form:hover input.search-field,
#filters .top-level .search .search-form:hover input.search-field:focus {
  padding: 0.75em 5.25em 0.75em 1.25em;
}

#filters .top-level .search input.search-submit {
  background: #57b0b2;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  padding: 0.8em 1.25em;
  border-radius: 5px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

#filters .search .search-form:hover input.search-submit {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#filters .search input.search-submit:hover {
  background: #fc8d00;
  cursor: pointer;
}

#filters .filters-list {
  background: #fc8d00;
  color: #fff;
  padding: 3.5em 0;
  margin: 3.5em -4em;
  display: none;
  overflow: hidden;
  list-style: none;
}

#filters .filters-list li {
  width: 33.3%;
}

#filters .filters-list li a {
  color: #fff;
  text-align: left;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
}

#filters ul#price-filters-list {
  text-align: center;
  justify-content: space-around;
}

#filters ul#impact-area-filters-list {
  padding: 2.5em 4em 3.5em 4em;
}

#filters #price-filters-list li {
  float: none;
  width: auto;
  display: inline-block;
}

#filters .filters-list li a span img {
  width: 40px;
  height: auto;
  position: relative;
  bottom: 4px;
  margin-right: 3px;
}

#filters #price-filters-list li a.price-link {
  color: #fff;
  width: 130px;
  text-align: center !important;
  display: block;
  height: 130px;
  line-height: 130px;
  font-size: 20px !important;
  padding: 0 !important;
  border-radius: 150px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 5px #fc8d00;
}

#filters #price-filters-list li a.price-link:hover {
  box-shadow: inset 0 0 0 5px #fff;
  transform: scale(1.2) translateZ(0);
}

#filters #price-filters-list li a.price-link.active {
  box-shadow: inset 0 0 0 0px #fc8d00;
  color: #fc8d00;
}

#filters .filters-list.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#filtered-headers {
  margin: 0 0 3.5em 0;
}

#filtered-headers h2 {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 400 !important;
  line-height: 1em;
  display: inline-block;
  color: #444;
  text-align: left;
  margin: 0;
  vertical-align: middle;
  font-size: 2em !important;
}

#filtered-headers h2 .label-icon {
  width: 50px;
  height: 50px;
  border: 3px solid;
  display: inline-block;
  border-radius: 100px;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  padding: 0.75em 0;
  background: #444;
}

#filtered-headers h2 .label-icon img {
  width: 50px;
  height: auto;
  -webkit-transform: translate(0%, -55%);
  -moz-transform: translate(0%, -55%);
  -ms-transform: translate(0%, -55%);
  transform: translate(0%, -55%);
}

#filtered-headers .price-indicator {
  border: 3px solid #57b0b2;
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 2em;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
}

#filtered-headers .price-indicator a {
  padding: 0.5em 0.75em;
  display: inline-block;
  background: #57b0b2;
  color: #fff;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
}

#filtered-headers .price-indicator a svg {
  fill: #fff;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.content-kaufbar .zero {
  font-family: Archer;
  font-style: italic;
  line-height: 2em;
  font-weight: 500;
  padding: 40px;
  text-align: center;
  font-size: 40px;
  color: #999;
}

section#gift-basket {
  background: #57b0b2;
  width: 600px;
  position: fixed;
  top: 30px;
  right: 0px;
  color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.28);
  padding: 30px 20px;
  z-index: 2;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

section#gift-basket h3,
section#basket h3 {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 400 !important;
  line-height: 1em;
  margin: 0 0 10px 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em !important;
  color: #fff;
  text-transform: none;
}

section#basket h3 {
  color: #0c6c68;
}

section#basket li h3:hover {
  color: #fc8d00;
}

section#gift-basket.reveal {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  max-height: 92vh;
}

section#gift-basket .tab {
  background: #57b0b2;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 20px;
  -webkit-transform: translate(-100%, 140px);
  -moz-transform: translate(-100%, 140px);
  -ms-transform: translate(-100%, 140px);
  transform: translate(-100%, 140px);
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.18),
    inset 200px 0 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  font-family: Archer;
  font-size: 22px;
  font-style: italic;
  line-height: 2em;
  font-weight: 500;
  font-size: 24px;
}

section#gift-basket .tab .basket {
  width: 30px;
  height: 30px;
  display: inline-block;
  fill: #ffc551;
  vertical-align: middle;
}

section#gift-basket .tab .basket path,
section#gift-basket .tab .basket rect {
  fill: #ffc551;
}

section#gift-basket .tab .num-items {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  font-style: normal;
}

section#gift-basket h2 {
  color: #fff;
  text-align: left;
  padding: 10px 0;
}

section#gift-basket ul.gift-basket-list,
section#basket ul.basket-list {
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 245px;
  overflow-x: scroll;
  overflow-x: hidden;
}

section#gift-basket ul.gift-basket-list::-webkit-scrollbar,
section#basket ul.basket-list::-webkit-scrollbar {
  width: 0 !important;
}

section#gift-basket ul.gift-basket-list li.list-item-wrapper,
section#basket ul.basket-list li.list-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  max-height: 400px;
  padding: 0;
  margin: 0;
}

section#gift-basket ul.gift-basket-list li.list-item-wrapper {
  width: 100%;
  padding: 1.5em 0;
  border-radius: 10px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}

section#basket ul.basket-list li.list-item-wrapper {
  margin-bottom: 1.5em;
}

section#gift-basket ul.gift-basket-list li.list-item-wrapper .list-item,
section#basket ul.basket-list li.list-item-wrapper .list-item {
  flex-basis: 20%;
  flex-grow: 1;
  min-width: 20px;
  display: block;
  font-family: "Open Sans Regular", sans-serif;
  margin: 0 1%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section#gift-basket ul.gift-basket-list li.list-item-wrapper .list-item,
  section#basket ul.basket-list li.list-item-wrapper .list-item {
    height: 40px;
  }

  section#gift-basket
    ul.gift-basket-list
    li.list-item-wrapper
    .list-item.gift-thumb,
  section#basket ul.basket-list li.list-item-wrapper .list-item.gift-thumb {
    height: 80px;
  }
}

section#gift-basket .gift-basket-list li p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 2em;
  text-transform: uppercase;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  opacity: 0.7;
}

section#gift-basket
  ul.gift-basket-list
  li.list-item-wrapper
  .list-item.gift-info {
  flex-basis: 45%;
}

section#basket ul.basket-list li.list-item-wrapper .list-item.gift-info {
  padding-top: 1em;
  flex-basis: 40%;
}

section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity {
  flex-basis: 6%;
}

section#gift-basket .gift-basket-list li .gift-price,
section#basket .basket-list li .gift-price,
section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 2em;
  text-align: right;
}

section#basket .basket-list li .gift-price,
section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity {
  line-height: normal;
  padding-top: 1em;
}

section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity p {
  margin: 0;
  padding: 0;
}

section#gift-basket .gift-basket-list li .gift-thumb,
section#basket .basket-list li .gift-thumb {
  background: #fff;
  height: 80px;
  min-width: 100px;
  width: auto;
}

section#basket .basket-list li .gift-thumb {
  height: 120px;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section#gift-basket .gift-basket-list li.scale,
section#basket .basket-list li.scale {
  transform: scale(0);
}

section#gift-basket .gift-basket-list li .remove,
section#basket .basket-list li .remove {
  flex-basis: 5.5% !important;
  align-self: center;
  margin-top: 2.25em !important;
  border: 3px solid #fff;
  transform: translateY(-50%);
  border-radius: 100px;
  opacity: 0;
}

section#basket .basket-list li .remove {
  flex-basis: 4% !important;
  border-color: #333;
  opacity: 1;
}

section#basket .basket-list li:hover .remove {
  border-color: #fc8d00;
}

section#gift-basket .gift-basket-list li .remove svg.close-icon,
section#basket .basket-list li .remove svg.close-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
  padding: 6px;
}

section#basket .basket-list li .remove svg.close-icon {
  fill: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

section#basket .basket-list li:hover .remove svg.close-icon {
  fill: #fc8d00;
}

section#gift-basket .gift-basket-list li:hover {
  background: rgba(0, 0, 0, 0.1);
}

section#gift-basket .gift-basket-list li:hover .remove {
  opacity: 1;
}

section#gift-basket .checkout {
  padding: 15px 60px;
  margin-right: 4px;
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  line-height: normal;
  outline: none;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background: #fc8d00;
  box-shadow: none;
}

section#gift-basket .total,
section#basket .total {
  padding: 30px 0 50px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  font-size: 35px;
  margin-right: 4px;
}

section#gift-basket .total em,
section#basket .total em {
  font-style: normal !important;
  font-size: 20px !important;
  margin: 0 60px 0 0;
}

section#basket .total {
  text-align: right;
}

section#basket h2.the-header {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 400;
  line-height: 1em;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal;
  text-align: left;
  margin: 0 0 40px 0;
  color: #333;
  display: inline;
  font-size: 18px;
}

section#basket p.the-total-wrapper {
  color: #333;
  display: inline;
  font-size: 50px;
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 600;
  margin: 0 0 0 60px;
}

section#basket .button {
  background: #57b0b2;
  padding: 15px 60px;
  color: #fff !important;
  font-family: "Open Sans Regular", sans-serif;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 8px 0 #4c99a4;
  display: inline-block;
  text-align: center;
  line-height: normal;
  outline: none;
  border: none;
  text-shadow: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

section#basket .button:hover {
  background: #fc8d00;
  box-shadow: 0 8px 0 #b38b3a;
}

.overlay {
  position: fixed;
  background: rgba(88, 88, 88, 0.78);
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay.active {
  opacity: 1;
  left: 0;
}

.kaufbar-success .employee_box {
  text-align: center;
  color: #464342;
  font-family: "Open Sans Regular", Open Sans Regular;
  font-size: 1.4em;
  line-height: 1.5em;
}

.kaufbar-success .employee_box img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100px;
  float: none;
  margin: 0 0 1em 0;
}

.kaufbar-success .kc,
.kaufbar-success .kgc,
.kaufbar-checkout .ks,
.kaufbar-checkout .kgc,
.kaufbar-gift-catalogue .ks,
.kaufbar-gift-catalogue .kc {
  display: none;
}

.kaufbar-success .ks,
.kaufbar-checkout .kc,
.kaufbar-gift-catalogue .kgc,
.elementor-editor-active .kaufbar-success .kc,
.elementor-editor-active .kaufbar-success .kgc,
.elementor-editor-active .kaufbar-checkout .ks,
.elementor-editor-active .kaufbar-checkout .kgc,
.elementor-editor-active .kaufbar-gift-catalogue .ks,
.elementor-editor-active .kaufbar-gift-catalogue .kc {
  display: block;
}

.elementor-column-wrap .elementor-widget-button:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.elementor-column-wrap .hasButtonSibling:not(:last-child) {
  margin-bottom: 50px;
}

.purchase-submit > a > img {
  margin-left: 7px;
}

@media (max-width: 991px) {
  #filters .top-level .all-gifts {
    width: 100%;
  }
  .gift-post {
    height: auto;
  }
  .gift-post .bottom {
    /*    padding: 2em; */
  }
  #filters .filters-list.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #filters ul#impact-area-filters-list {
    padding: 2.5em 2em 3.5em 2em;
  }
  #filters .filters-list li {
    min-width: 250px;
    width: auto;
  }
  section#gift-basket {
    width: 75%;
  }

  .gift-post .section .submit-wrapper {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 882px) {
  #filters .top-level .all-gifts {
    width: 100%;
  }
}

@media (max-width: 826px) {
  .featured-gift .section {
    flex-basis: 100%;
  }
  .featured-gift .left {
    margin: 0;
    margin-bottom: 10px;
  }
  .featured-gift .right {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #filters .filters-list {
    margin: 0 -10px;
  }
  .gift-post .bottom {
    /*    padding: 1em; */
  }
}

@media (max-width: 660px) {
  #filters .top-level .price,
  #filters .top-level .impact {
    width: 38%;
  }
  #filters .top-level .search {
    width: 100%;
  }
  #filters .top-level .search label {
    display: block;
  }
  section#gift-basket.reveal .tab {
    top: 25px;
    right: 0px;
    left: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section#gift-basket.reveal {
    overflow-y: auto;
  }
}
@media (max-width: 450px) {
  #filters .top-level .price,
  #filters .top-level .impact {
    width: 100%;
  }
  section#gift-basket {
    width: 97%;
  }
  section#gift-basket .total em,
  section#basket .total em {
    margin: 0;
  }
  section#gift-basket h3,
  section#basket h3 {
    font-size: 1.2em !important;
  }
  section#gift-basket .gift-basket-list li .gift-price,
  section#basket .basket-list li .gift-price,
  section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity {
    font-size: 26px;
    padding: 0;
  }
  section#basket ul.basket-list li.list-item-wrapper .list-item {
    flex-basis: 18%;
  }
  section#basket .basket-list li .remove svg.close-icon {
    padding: 2px;
  }
  section#gift-basket .tab {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@media (max-width: 360px) {
  section#gift-basket.reveal .tab {
    top: -15px;
    padding: 10px 20px 0;
  }
}

/*@media (max-width: 340px) {
	section#gift-basket ul.gift-basket-list li.list-item-wrapper, 
	section#basket ul.basket-list li.list-item-wrapper {
		flex-flow: row wrap;
	}
	section#basket ul.basket-list li.list-item-wrapper .list-item.gift-thumb {
		flex-basis: 100%;
		max-height: 150px !important;
		width: 98%;
		-webkit-order: 0;
		order: 0;
	}
	section#basket ul.basket-list li.list-item-wrapper .list-item.remove {
		max-width: 20px;
		-webkit-order: 1;
		order: 1;
		flex-basis: 15%;
	}
	section#basket ul.basket-list li.list-item-wrapper .list-item.gift-info {
		-webkit-order: 2;
		order: 2;
		flex-basis: 50%;
	}
	section#basket ul.basket-list li.list-item-wrapper .list-item.gift-quantity {
		-webkit-order: 2;
		order: 2;
		flex-basis: 15%;
	}
	section#basket ul.basket-list li.list-item-wrapper .list-item.gift-amount {
		-webkit-order: 2;
		order: 2;
		flex-basis: 20%;
	}
}*/

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  bottom: 0;
  position: relative;
  background: #fff;
  width: 100%;
  background: url(img/background-footer.jpg) no-repeat center top #1c9d96;
  border-top: 2px solid #cbbfaa;
}

#colophon:after {
  /*	content: "";
	height: 3.5em;
	width: 100%;
	bottom: 0;
	background-color: #444444;
	z-index: 9;
	bottom: 0; */
}

#colophon .site-info-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

#colophon .site-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

#colophon .site-info .adra-widget {
  flex-basis: 23%;
  margin: 2.5em 1% 3.5em 1%;
  min-width: 200px;
  flex-grow: 1;
}

@media (max-width: 869px) {
  #colophon .site-info .adra-widget {
    margin: 0.5em 3% 0.5em 3%;
  }
}

#colophon .site-info .adra-widget h3 {
  color: #fcfcfc;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}

#colophon .site-info .adra-widget div:first-child {
  margin-top: 1.5em;
}

#colophon .site-info .adra-widget div {
  text-transform: none;
  font-weight: 400;
  color: #b6d4d4;
  font-size: 0.95em;
  line-height: 19px;
}

#colophon .site-info .adra-widget a {
  text-decoration: none;
  font-size: 0.95em;
  color: #b6d4d4;
}

#colophon .site-info .adra-widget a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #b6d4d4;
}

#colophon ul.contact-list {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

#colophon ul.contact-list li {
  border-bottom: 1px dashed #0c6c68;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#colophon ul.contact-list li img {
  float: left;
  margin-right: 8px;
  width: 36px;
}

#colophon ul.contact-list li .bank-info {
  font-size: 0.8em;
  letter-spacing: -0.2pt;
}

#colophon ul.contact-list li .bank-info-bic {
  padding-left: 44px;
}

#colophon .site-info .widget .menu {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

#colophon .haet-cleverreach .type-email label {
  display: block;
  width: 100%;
}

#colophon .haet-cleverreach .type-email input {
  margin-top: 0.5em;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 1em;
  height: 2.5em;
}

#colophon .haet-cleverreach button {
  font-family: "Open Sans Regular", Open Sans Regular;
  text-transform: uppercase;
  background-color: #fc8d00;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: rgba(253, 220, 178, 0.7);
  font-size: 1em;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  opacity: 0.9;
}

#colophon .haet-cleverreach button:hover {
  background-color: #25bbb4;
  border-color: #baecea;
}

#colophon .adra-data-protection-notice {
  font-size: 0.7em;
  line-height: normal;
}
