@charset "UTF-8";
/*!
Theme Name: GPSP Magazin
Theme URI: http://maltem.de
Author: Malte Müller
Author URI: http://maltem.de/
Description: Theme für gutepillen-schlechtepillen.de 2021+
Version: 1.0.4
License: GPL v2 or later
License URI: 
Tags: responsive, mobile
*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  font-size: 100%;
}

body {
  background-color: white;
}

body * {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

button {
  border: 0;
  background: none;
}

button:hover,
butonn:active,
buton:focus {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.button,
.post-password-form input[type=submit],
.wspsc_add_cart_submit {
  max-width: 100%;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 10px 3px 10px;
  margin: 0 0px 20px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.button.button_red,
.post-password-form input[type=submit].button_red,
.wspsc_add_cart_submit.button_red {
  background: rgb(197, 11, 80);
}
.button.button_green,
.post-password-form input[type=submit].button_green,
.wspsc_add_cart_submit.button_green {
  background: rgb(188, 210, 50);
}
.button.button_blue,
.post-password-form input[type=submit].button_blue,
.wspsc_add_cart_submit.button_blue {
  background: rgb(36, 117, 191);
}

.wspsc_add_cart_submit {
  background: rgb(197, 11, 80) !important;
}

.wspsc_add_cart_submit:hover,
.wspsc_add_cart_submit:active,
.wspsc_add_cart_submit:focus,
.button:hover,
.button:active,
.button:focus {
  background: darkgray !important;
  color: white !important;
  cursor: pointer;
}

.content {
  max-width: 100%;
  margin: 0 auto;
  padding: 75px 0px 30px 0px;
  margin-top: 0px;
}

/**
* Exception for single posts to disable top margin because of the post image
*/
@media only screen and (max-width: 1200px) {
  .content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .content {
    margin-top: 0px;
    padding: 0px 0px 30px 0px;
  }
}
/* General grid wrapper 
--------------------------*/
.grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
}

.griditem_fullwidth,
.griditem_inline {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.griditem_half {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

.griditem_third {
  -webkit-box-flex: 0 1 33.3%;
  -moz-box-flex: 0 1 33.3%;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  max-width: 33.3%;
}

.griditem_fourth {
  -webkit-box-flex: 0 1 25%;
  -moz-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}

.griditem_twothirds {
  -webkit-box-flex: 0 1 66.6%;
  -moz-box-flex: 0 1 66.6%;
  -webkit-flex: 0 1 66.6%;
  -ms-flex: 0 1 66.6%;
  flex: 0 1 66.6%;
  max-width: 66.6%;
}

@media only screen and (max-width: 900px) {
  .griditem_fourth {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 880px) {
  .griditem_third,
.griditem_fourth {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .griditem_twothirds {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .griditem_fullwidth,
.griditem_half,
.griditem_third,
.griditem_fourth {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.gpsp_divider {
  width: 100%;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.gpsp_divider .gpsp_divider-left,
.gpsp_divider .gpsp_divider-right {
  -webkit-box-flex: 0 1 70px;
  -moz-box-flex: 0 1 70px;
  -webkit-flex: 0 1 70px;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
  max-width: 70px;
  height: 14px;
}
.gpsp_divider .gpsp_divider-left {
  background-color: rgb(36, 117, 191);
}
.gpsp_divider .gpsp_divider-right {
  background-color: rgb(197, 11, 80);
}
.donation_note {
  border: 1px solid rgb(188, 210, 50);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin: 34px 0 35px 0;
  margin-bottom: 35px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.donation_note img {
  float: left;
  margin-right: 20px;
}
.donation_note a.button {
  margin: 15px 0px 0 0;
  color: white;
}

/* Prev next nav
----------------------*/
.prevnextnav_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

.prevnextnav {
  border-top: 0px solid lightgray;
  border-bottom: 0px solid lightgray;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prevnextnav a,
.prevnextnav span.current,
.prevnextnav span.prevnextnav_disabled {
  border: 1px solid lightgray;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgb(36, 117, 191);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 5px 10px 5px 10px;
}
.prevnextnav span.current,
.prevnextnav a:hover,
.prevnextnav a:active,
.prevnextnav a:focus {
  background: rgb(36, 117, 191);
  color: white !important;
}
.prevnextnav .prevnextnav_numbers {
  text-align: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
}
.prevnextnav a.page-numbers,
.prevnextnav .page-numbers.current {
  display: inline-block;
}
.prevnextnav .page-numbers.dots {
  border: 0;
}
.prevnextnav .prevnextnav_disabled {
  visibility: hidden;
}

@media only screen and (max-width: 550px) {
  .prevnextnav .prevnextnav_prev-text,
.prevnextnav .prevnextnav_next-text {
    display: none;
  }
}
/* filter menu on gepanschtes database
--------------------------------------------*/
.site .filtermenu_nav .filtermenu_toggle,
.site .filtermenu_nav .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid lightgray;
  background: rgb(240, 240, 240);
  color: black;
  padding: 0px 10px 0px 10px;
  margin-right: 5px;
  text-transform: none;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.site .filtermenu_nav .filtermenu_toggle {
  display: none;
  padding: 6px 10px 6px 10px;
  max-width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}
.site .filtermenu_nav .filtermenu_toggle:hover,
.site .filtermenu_nav .filtermenu_toggle:active,
.site .filtermenu_nav .filtermenu_togglen:focus,
.site .filtermenu_nav a.button:hover,
.site .filtermenu_nav a.button:active,
.site .filtermenu_nav a.button:focus,
.site .filtermenu_nav a.button.button_active {
  color: white;
  background: rgb(36, 117, 191);
}
.site .filtermenu_nav .filtermenu {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 0px 0 0px 0;
  font-size: 0.8em;
}
.site .filtermenu_nav .filtermenu li {
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .site .filtermenu_nav .filtermenu_toggle {
    display: block;
  }
  .site .filtermenu_nav .filtermenu {
    display: none;
  }
}
/* General form styles (login, subscriptions)
-------------------------------------------------*/
form input[type=submit] {
  border: 0;
  background: rgb(188, 210, 50);
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
form label {
  width: 100%;
  display: inline-block;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password] {
  border: 1px solid darkgray;
  padding: 5px;
  max-width: 100%;
  display: inline-block;
  background: #f0f0f0;
}

.post-password-form input[type=password] {
  margin-bottom: 20px;
  display: block;
  max-width: 100% !important;
}

.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=text] {
  width: 100%;
  padding: 5px;
  background: #f0f0f0;
}
.wpcf7-form input[type=number] {
  width: auto;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  margin-right: 8px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  max-width: 100%;
  display: block;
}
.wpcf7-form span {
  padding-left: 0;
}
.wpcf7-form input[type=submit] {
  margin-left: 0;
  border: 0;
}
.wpcf7-form textarea {
  width: 100%;
  height: 250px;
  border: 1px solid lightgray;
  background: #f0f0f0;
}
.wpcf7-form label:hover {
  cursor: pointer;
}

/* Header + Logo
---------------------*/
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid lightgray;
  top: 0px;
  left: 0;
  position: fixed;
  z-index: 1001;
  background: white;
}

.is_loggedin_user .header {
  top: 30px;
}

.header_content {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.header_logo {
  position: absolute;
  left: 0;
  padding-top: 15px;
  padding-left: 20px;
  z-index: 1000;
  width: 220px;
  height: 80px;
  display: block;
}

/* Main menu
---------------------*/
.mainnav_toggle {
  display: none;
  position: absolute;
  top: 21px;
  right: 210px;
  font-size: 1.8em;
  border: 0;
  background: none;
}

.mainnav {
  width: 1280px;
  font-size: 1.05em;
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
  padding: 29px 20px 0 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mainnav ul, .mainnav li {
  text-transform: uppercase;
}

/*
* Main site menu
*/
.mainnav_menu,
.shopnav_menu,
.shopnav_menu_secondary {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: inline;
  /* Sub menu handling */
}
.mainnav_menu a,
.shopnav_menu a,
.shopnav_menu_secondary a {
  font-weight: 700;
  color: #494949;
  text-decoration: none;
  padding: 3px 0 3px 0;
}
.mainnav_menu > li,
.shopnav_menu > li,
.shopnav_menu_secondary > li {
  margin: 0 8px 0 8px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  display: inline;
}
.mainnav_menu a:hover,
.mainnav_menu a:active,
.mainnav_menu a:focus,
.shopnav_menu a:hover,
.shopnav_menu a:active,
.shopnav_menu a:focus,
.shopnav_menu_secondary a:hover,
.shopnav_menu_secondary a:active,
.shopnav_menu_secondary a:focus {
  color: #0074bb;
}
.mainnav_menu .menu-item-has-children:after,
.shopnav_menu .menu-item-has-children:after,
.shopnav_menu_secondary .menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 0.8em;
  color: black;
  margin-left: -2px;
}
.mainnav_menu .mainnav_submenu_toggle,
.shopnav_menu .mainnav_submenu_toggle,
.shopnav_menu_secondary .mainnav_submenu_toggle {
  display: none;
  position: absolute;
  right: 0;
}
.mainnav_menu .mainnav_submenu_toggle:hover,
.mainnav_menu .mainnav_submenu_toggle:active,
.mainnav_menu .mainnav_submenu_toggle:focus,
.shopnav_menu .mainnav_submenu_toggle:hover,
.shopnav_menu .mainnav_submenu_toggle:active,
.shopnav_menu .mainnav_submenu_toggle:focus,
.shopnav_menu_secondary .mainnav_submenu_toggle:hover,
.shopnav_menu_secondary .mainnav_submenu_toggle:active,
.shopnav_menu_secondary .mainnav_submenu_toggle:focus {
  color: rgb(36, 117, 191);
}
.mainnav_menu li > ul,
.shopnav_menu li > ul,
.shopnav_menu_secondary li > ul {
  width: auto;
  min-width: 170px;
  overflow: auto;
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  padding: 5px 5px 5px 0px;
  margin: 0;
  background: #f0f0f0;
  border: 1px solid lightgray;
  border-top: 0;
  font-size: 1em;
  z-index: 1000;
  text-align: left !important;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainnav_menu li ul li,
.mainnav_menu li ul a,
.shopnav_menu li ul li,
.shopnav_menu li ul a,
.shopnav_menu_secondary li ul li,
.shopnav_menu_secondary li ul a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  text-align: left;
  text-transform: none !important;
}
.mainnav_menu li ul a,
.shopnav_menu li ul a,
.shopnav_menu_secondary li ul a {
  padding: 8px 10px 8px 10px;
  color: black;
  font-weight: 400;
}
.mainnav_menu li:hover > ul,
.shopnav_menu li:hover > ul,
.shopnav_menu_secondary li:hover > ul {
  display: block;
  animation: fadein 0.2s;
}
.mainnav_menu .current-menu-ancestor > .mainnav_linkwrapper a,
.mainnav_menu .current-menu-item > .mainnav_linkwrapper a,
.mainnav_menu a.current-menu-item,
.shopnav_menu .current-menu-ancestor > .mainnav_linkwrapper a,
.shopnav_menu .current-menu-item > .mainnav_linkwrapper a,
.shopnav_menu a.current-menu-item,
.shopnav_menu_secondary .current-menu-ancestor > .mainnav_linkwrapper a,
.shopnav_menu_secondary .current-menu-item > .mainnav_linkwrapper a,
.shopnav_menu_secondary a.current-menu-item {
  color: #0074bb !important;
}
.mainnav_menu .shoppingcart i,
.shopnav_menu .shoppingcart i,
.shopnav_menu_secondary .shoppingcart i {
  font-size: 1.1em;
}
.mainnav_menu .shoppingcart span,
.shopnav_menu .shoppingcart span,
.shopnav_menu_secondary .shoppingcart span {
  display: none;
}

/* Abo + Search buttons
---------------------*/
.secondarymenu {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  font-weight: 700;
  text-align: right;
  display: inline;
  margin-left: 8px;
  margin-top: -4px;
  /*.abonnement a:hover,
  	.abonnement a:active,
  	.abonnement a:focus {
  	background-color: $color_blue;
  	color: white;
  } */
}
.secondarymenu ul, .secondarymenu li {
  display: inline;
  margin-left: 5px;
}
.secondarymenu a {
  text-decoration: none;
  color: #494949;
}
.secondarymenu .abonnement a {
  color: white;
}
.secondarymenu .abonnement.button {
  margin-right: 10px;
}
.secondarymenu .search button {
  font-size: 1.2em;
  border: 0;
  background: none;
  padding: 0 3px 0 3px;
}

/* Search form
---------------------*/
.toggle_search {
  background: 0;
  border: 0;
  color: black;
  font-size: 0.9em;
}

.toggle_search:hover,
.toggle_search:active,
.toggle_search:focus {
  color: rgb(36, 117, 191);
}

#searchform {
  padding: 10px 20px 10px 20px;
  margin: 0;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1px;
  background: white;
  border-bottom: 1px solid lightgray;
  z-index: 100;
}

.screen-reader-text {
  position: absolute;
  display: block;
  text-indent: -4000px;
}

div.searchform_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.searchform_input {
  -webkit-box-flex: 0 1 80%;
  -moz-box-flex: 0 1 80%;
  -webkit-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  max-width: 80%;
}

.searchform_submit {
  -webkit-box-flex: 0 1 20%;
  -moz-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}

#search {
  border: 1px solid lightgray;
  padding: 6px;
  width: 100%;
  position: relative;
}

#searchform .button {
  margin: 5px 5px 0 10px;
}

#searchsubmit {
  border: 0;
  text-align: right;
  padding: 6px 10px 6px 10px;
  background: rgb(36, 117, 191);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

#searchsubmit:hover,
#searchsubmit:active,
#searchsubmit:focus {
  background: lightgray;
}

#searchform .toggle_search {
  position: relative;
  top: -2px;
  padding: 6px 10px 7px 10px;
  background: rgb(197, 11, 80);
  color: white;
}

.searchform_resultsselector {
  width: 100%;
  margin: 30px 0 20px 0;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
}
.searchform_resultsselector p, .searchform_resultsselector ul, .searchform_resultsselector li {
  display: inline;
  padding-right: 5px;
}
.searchform_resultsselector li {
  white-space: nowrap;
}
.searchform_resultsselector p {
  font-weight: bold;
}
.searchform_resultsselector label {
  width: auto;
}
.searchform_resultsselector label:hover {
  color: rgb(36, 117, 191);
  cursor: pointer;
}

.searchform_suggestions_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  top: 0px;
  left: 0;
}

#searchform_suggestions {
  display: block;
  background-color: rgb(245, 245, 245);
  position: relative;
  z-index: 100;
  border: 1px solid lightgray;
  border-top: 0px;
  width: 100%;
  max-height: 300px;
  margin: 0 auto;
  line-height: 1.5em;
  overflow-y: auto;
}
#searchform_suggestions li {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  padding: 5px 10px 0 10px;
}
#searchform_suggestions a {
  color: #0074bb;
}
#searchform_suggestions a:hover,
#searchform_suggestions a:active,
#searchform_suggestions a:focus {
  color: rgb(197, 11, 80);
}

@media only screen and (max-width: 1200px) {
  .header {
    position: relative;
  }

  .is_loggedin_user .header {
    top: 0px;
  }

  .mainnav_toggle {
    display: block !important;
  }

  .mainnav {
    position: relative;
    border-top: 1px solid lightgray;
  }

  .mainnav_menu {
    border: 0px solid red;
    border-top: 0;
    background: white;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: auto;
    text-align: left;
    padding: 20px 0 0px 0;
    z-index: 1500;
    font-size: 1em;
    line-height: 2em;
    /* Sub menu handling */
  }
  .mainnav_menu .menu-item-has-children:after {
    display: none;
  }
  .mainnav_menu .mainnav_submenu_toggle {
    display: inline-block;
    font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    border-left: 1px solid lightgray;
    width: 80px;
    padding: 20px 20px 20px 20px;
  }
  .mainnav_menu * {
    text-align: left;
  }
  .mainnav_menu > li {
    margin: 0;
    display: block;
    border-top: 1px solid lightgray;
  }
  .mainnav_menu > li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
  .mainnav_menu li > ul {
    width: 100%;
    min-width: 100%;
    height: auto;
    overflow: none !important;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 0 10px 10px;
    margin: 0;
    background: white;
    border: 0;
    text-align: left;
    border-top: 1px solid lightgray;
  }
  .mainnav_menu li ul li,
.mainnav_menu li ul a {
    display: block;
    text-align: left;
  }
  .mainnav_menu li ul a {
    padding: 15px 10px 15px 20px;
  }
  .mainnav_menu li:hover > ul {
    display: none;
    animation: none;
  }
}
@media only screen and (max-width: 800px) {
  .searchform_input,
.searchform_submit {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  #searchform .button {
    margin: 15px 10px 0px 5px;
    display: inline;
    text-align: left;
  }
}
@media only screen and (max-width: 781px) {
  .is_loggedin_user .header {
    top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .header {
    position: relative;
  }

  .is_loggedin_user .header {
    top: 0px;
  }
}
@media only screen and (max-width: 515px) {
  #search {
    width: 100%;
    text-align: left;
  }

  #searchsubmit:hover,
#searchsubmit:active,
#searchsubmit:focus {
    background: lightgray;
  }

  #searchform .toggle_search {
    position: relative;
    top: -2px;
    padding: 10px 10px 10px 10px;
    background: rgb(197, 11, 80);
    color: white;
  }

  .searchform_resultsselector {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .searchform_resultsselector p, .searchform_resultsselector ul, .searchform_resultsselector li {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
  }
  .searchform_resultsselector p, .searchform_resultsselector li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .header_logo {
    width: 180px;
    padding-top: 20px;
  }

  .secondarymenu {
    margin-left: 0px;
  }
  .secondarymenu ul, .secondarymenu li {
    display: inline;
    margin-left: 0px;
  }
  .secondarymenu .abonnement a.button {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .header_logo {
    width: 60px;
  }
}
/* Special homepage blocks
--------------------------------*/
.homeblock {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 0;
}
.homeblock .donation_note {
  margin-top: 15px;
  text-align: left;
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 140px;
}
.homeblock .donation_note .button {
  width: auto;
  font-size: 0.9em;
  margin: 15px 5px 5px 0px;
}
.homeblock .specialnote {
  margin-top: 15px;
  padding: 0 20px 0 20px;
}
.homeblock .specialnote_inner {
  min-height: 152px;
  padding: 18px 15px 18px 15px;
  border: 1px solid darkgray;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url("images_content/gepanschtes-760x370.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.homeblock .specialnote_inner h2 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 0;
}
.homeblock .specialnote_inner .button {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 11%;
  font-size: 1em;
  padding: 8px 12px 8px 12px;
  border: 2px solid white;
  margin-bottom: 10px;
}
.homeblock .specialnote p:last-child {
  margin-bottom: 0;
}
.homeblock .homeblock_half {
  padding-right: 30px;
}

.homeblock_featured {
  margin-top: 40px;
}

.homeblock_latestmagazine {
  margin-top: 0px;
}

.homeblock_latestmagazine-before-featureblock {
  margin-top: 35px;
}

.homeblock_latestmagazine-after-featureblock {
  margin-top: 0px;
}

.homeblock_latestmagazine.article {
  padding: 0px 20px 0px 20px;
  margin-bottom: 24px;
  /*.homeblock_latestmagazine-toc {
  	padding-left: 18px;
  	columns: 2;
  } */
}
.homeblock_latestmagazine.article .article_title {
  font-size: 1.8em;
}
.homeblock_latestmagazine.article .article_image {
  display: inline-block;
  float: left;
  max-width: 220px;
  height: auto;
  border: 0;
  margin: 0px 30px 5px 0;
}
.homeblock_latestmagazine.article .article_image img {
  border: 1px solid gray;
}
.homeblock_latestmagazine.article .article_content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 20px;
  background-color: rgb(245, 245, 245);
}
.homeblock_latestmagazine.article .article_excerpt {
  font-size: 1em;
  margin-bottom: 0;
}
.homeblock_latestmagazine.article .homeblock_latestmagazine-toc {
  margin-bottom: 0;
}
.homeblock_latestmagazine.article .homeblock_latestmagazine-toc,
.homeblock_latestmagazine.article .homeblock_latestmagazine-toc li {
  display: inline;
}
.homeblock_latestmagazine.article .homeblock_latestmagazine-toc li:after {
  content: " • ";
}
.homeblock_latestmagazine.article .homeblock_latestmagazine-toc li:last-child:after {
  content: "";
}

/* If we print the magazine after the first feature block entry */
.homeblock_featured .homeblock_latestmagazine {
  margin-top: 0px;
  margin-bottom: 45px;
}

.homeblock_twohalfblocks .homeblock:first-child {
  padding-right: 20px;
}

.homeblock_twohalfblocks .homeblock:nth-child(2) {
  padding-left: 20px;
}

.homeblock .article.article_full .article_image {
  margin-bottom: 10px;
}

.homeblock.homeblock_half .article.article_half .article_image {
  height: 250px;
}

/*.homeblock .article.article_inline .article_image {
	width: 200px;
} */
.homeblock_headline {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgb(36, 117, 191);
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  padding: 0 20px 0 20px;
}
.homeblock_headline .gpsp_divider {
  margin-top: 0;
  margin-bottom: 15px;
}

.homeblock_allarticleslink {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.homeblock.homeblock_layout1 .griditem_half .article.article_inline {
  min-height: 220px;
}
.homeblock.homeblock_layout1 .griditem_half .article.article_inline .article_image {
  max-width: 40%;
  height: 180px;
}

@media only screen and (max-width: 1040px) {
  .homeblock .article.article_inline .article_image {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .homeblock .article.article_fourth {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 995px) {
  .homeblock.homeblock_layout1 .griditem_half {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .homeblock.homeblock_layout1 .griditem_half .article.article_inline {
    max-width: 100%;
    min-height: 200px;
  }
  .homeblock.homeblock_layout1 .griditem_half .article.article_inline .article_image {
    max-width: 100%;
    height: 180px;
  }

  .homeblock.homeblock_databaseinfo {
    padding-bottom: 60px;
  }
  .homeblock.homeblock_databaseinfo .griditem_third,
.homeblock.homeblock_databaseinfo .griditem_twothirds {
    -webkit-box-flex: 0 1 100% !important;
    -moz-box-flex: 0 1 100% !important;
    -webkit-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 880px) {
  .homeblock.homeblock_featured .griditem_third:last-child() {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .homeblock.homeblock_layout1 .article:first-child,
.homeblock.homeblock_layout2 .article:first-child,
.homeblock.homeblock_layout4 .article:first-child {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .homeblock.homeblock_layout1 .article .article_image,
.homeblock.homeblock_layout2 .article .article_image,
.homeblock.homeblock_layout3 .article .article_image,
.homeblock.homeblock_layout4 .article .article_image,
.homeblock.homeblock_layout5 .article .article_image {
    height: 150px;
  }

  .homeblock.homeblock_layout1 .article:first-child .article_image,
.homeblock.homeblock_layout2 .article:first-child .article_image,
.homeblock.homeblock_layout4 .article:first-child .article_image {
    height: 250px;
  }

  .homeblock_twohalfblocks .homeblock:first-child {
    padding-right: 0px;
  }

  .homeblock_twohalfblocks .homeblock:nth-child(2) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 670px) {
  .homeblock.homeblock_databaseinfo .donation_note .button {
    width: 100%;
  }

  .homeblock_latestmagazine.article .article_image {
    max-width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .homeblock .article.article_fourth {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .homeblock.homeblock_layout1 .griditem_half .article.article_inline .article_image {
    display: none !important;
  }

  .homeblock_latestmagazine.article .article_image {
    display: block;
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .homeblock_latestmagazine.article .article_image img {
    max-width: 300px;
  }
}
/* General non single page/article styles 
-----------------------------------------------*/
.page_wrapper {
  max-width: 1280px;
}

/* THis is page_content for primarily archive pages so the intro text can be less wide than the article list */
.page_content {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}
.page_content p,
.page_content ul,
.page_content ol,
.page_content blockquote {
  margin-bottom: 20px;
}
.page_content a {
  color: rgb(36, 117, 191);
  display: inline-block;
  border-bottom: 1px solid rgb(36, 117, 191);
}
.page_content a:hover,
.page_content a:active,
.page_content a:focus {
  color: rgb(197, 11, 80);
}

.page_content-archive {
  margin-top: 40px;
}

.page_content-taxterm {
  text-align: center;
}

.page_title {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgb(36, 117, 191);
  font-size: 2em;
  text-align: left;
  padding: 0px 0 10px 0;
  letter-spacing: 0.01em;
  padding-left: 20px;
  padding-right: 20px;
}
.page_title a {
  text-decoration: none;
  color: rgb(36, 117, 191);
  border-bottom: 1px solid rgb(36, 117, 191);
}
.page_title a:hover,
.page_title a:active,
.page_title a:focus {
  color: rgb(197, 11, 80);
  border-bottom: 1px solid rgb(197, 11, 80);
}

.page_title.page_title-archive {
  text-align: center;
}

.page_title .fas {
  font-size: 0.7em;
  color: black;
}

.page_subheading {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 1.6em;
  letter-spacing: 0.01em;
}

.page_text {
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.paywall_indicator,
.pdf_indicator {
  display: inline-block;
  color: white;
  background: rgb(197, 11, 80);
  padding: 10px;
  height: 31px;
  width: 31px;
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 10px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.paywall_indicator.paywall_indicator_off {
  background: rgb(188, 210, 50);
  /*background-image: url('images/paywall_off.png');
  background-repeat: no-repeat;
  background-position: center; */
}

.password_indicator {
  color: rgb(197, 11, 80) !important;
  display: inline-block;
}

.single_title .paywall_indicator {
  top: -4px;
}

.pdf_indicator {
  width: auto;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid rgb(197, 11, 80);
  background: 0;
  color: rgb(197, 11, 80);
  top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pdf_indicator span {
  position: relative;
  top: -5px;
}

.breadcrumb {
  margin: 0 auto;
  padding: 0px 20px 0 20px;
  display: block;
  max-width: 860px;
  text-transform: uppercase;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #0074bb;
  border: 0;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: rgb(197, 11, 80);
}
.breadcrumb .fa {
  font-size: 0.8em;
}

.breadcrumb.breadcrumb_page {
  padding: 0 40px 15px 40px;
}

@media only screen and (max-width: 890px) {
  .breadcrumb.breadcrumb_page {
    padding: 0 40px 15px 20px;
  }
}
.breadcrumb.breadcrumb_archive {
  text-align: center;
}

/* Background images in boxes or elsewhere
---------------------------------------------*/
.backgroundimage-uncropped {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
}

.backgroundimage-cropped {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* 
* position for cropped background images 
*/
.backgroundimage-cropped.backgroundimage-cropped_topleft {
  background-position: top left;
}
.backgroundimage-cropped.backgroundimage-cropped_topcenter {
  background-position: top center;
}
.backgroundimage-cropped.backgroundimage-cropped_topright {
  background-position: top right;
}
.backgroundimage-cropped.backgroundimage-cropped_centerleft {
  background-position: center left;
}
.backgroundimage-cropped.backgroundimage-cropped_centercenter {
  background-position: center;
}
.backgroundimage-cropped.backgroundimage_centerright {
  background-position: center right;
}
.backgroundimage-cropped.backgroundimage-cropped_bottomleft {
  background-position: bottom left;
}
.backgroundimage-cropped.backgroundimage-cropped_bottomcenter {
  background-position: bottom center;
}
.backgroundimage-cropped.backgroundimage-cropped_bottomright {
  background-position: bottom right;
}

/* Article boxes in loops on archive pages
-----------------------------------------*/
.articles_archive {
  padding: 30px 0 0 0;
}

.article_taxonomies {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: gray;
}
.article_taxonomies li {
  display: inline-block;
  margin-right: 5px;
}
.article_taxonomies li:after {
  content: " / ";
}
.article_taxonomies li:last-child:after {
  content: "";
}
.article_taxonomies li.article_category a {
  font-weight: bold;
}
.article_taxonomies li.article_topic a {
  border: 0px solid rgb(36, 117, 191);
}
.article_taxonomies li a {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0px 2px 0px;
}
.article_taxonomies li a:hover,
.article_taxonomies a:active,
.article_taxonomies a:focus {
  color: rgb(36, 117, 191);
}

.article {
  border: 0px solid lightgray;
  padding: 0 20px 50px 20px;
  /* fullwidth feature 
  -----------------------*/
  /* fullwidth inline feature 
  -----------------------*/
  /* half
  -----------------------*/
  /* third
  -----------------------*/
  /* fourth
  -----------------------*/
  /* inline (list))
  -----------------------*/
}
.article p {
  margin-bottom: 15px;
}
.article .article_image {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  height: 320px;
  display: block;
  border: 1px solid lightgray;
  position: relative;
}
.article .article_image .wp-caption-text {
  max-width: 100%;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: gray;
  letter-spacing: 0.02em;
  padding: 4px 6px 4px 6px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  right: 0;
}
.article a {
  color: black;
  text-decoration: none;
}
.article .article_content {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.article .article_title {
  color: rgb(36, 117, 191);
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 13px;
  hyphens: auto;
}
.article .article_excerpt {
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 15px;
  hyphens: auto;
}
.article .article_publishinfo {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}
.article.article_fullwidth {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.article.article_fullwidth .article_image {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.article.article_fullwidth-inline .article_image {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  height: 320px;
}
.article.article_fullwidth-inline .article_content {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 40px;
}
.article.article_fullwidth-inline .article_title {
  font-size: 2em;
  line-height: 1.2em;
}
.article.article_fullwidth-inline .article_excerpt {
  line-height: 1.6em;
}
.article.article_half .article_image {
  height: 320px;
  margin-bottom: 15px;
}
.article.article_third .article_image {
  height: 200px;
  margin-bottom: 15px;
}
.article.article_fourth .article_image, .article.article_product .article_image {
  height: 180px;
  margin-bottom: 15px;
}
.article.article_fourth .article_title, .article.article_product .article_title {
  font-size: 1.5em;
}
.article.article_inline {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.article.article_inline .article_taxonomies {
  display: inline;
}
.article.article_inline .article_title {
  font-size: 1.6em;
  color: rgb(36, 117, 191);
  margin-top: 10px;
}
.article.article_inline .article_image {
  display: block !important;
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.article.article_inline .article_content {
  font-size: 1em;
}

.article p:last-child {
  margin-bottom: 0;
}

.article:hover .article_image {
  opacity: 0.6;
}
.article:hover .article_title {
  color: rgb(197, 11, 80);
}
.article:hover .article_excerpt {
  color: gray;
}

.product_addtocart {
  max-width: 100%;
  display: block;
  padding: 10px;
  margin: 10px 0 10px 0;
}

.product_price {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  color: rgb(197, 11, 80);
  padding-top: 10px;
  border-top: 1px solid rgb(197, 11, 80);
  border-bottom: 0px solid lightgray;
}

@media only screen and (max-width: 1000px) {
  .article.article_fullwidth-inline .article_image {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    height: 400px;
  }
  .article.article_fullwidth-inline .article_content {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .article.article_fourth .article_image {
    height: 160px;
    margin-bottom: 15px;
  }
  .article.article_fourth .article_title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 800px) {
  .article {
    /* fullwidth inline feature 
    -----------------------*/
    /* inline (list))
    -----------------------*/
    /* half
    -----------------------*/
  }
  .article.article_fullwidth-inline .article_image {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    height: 280px;
    margin-bottom: 15px;
  }
  .article.article_fullwidth-inline .article_content {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .article.article_fullwidth-inline .article_title {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .article.article_fullwidth-inline .article_excerpt {
    line-height: 1.6em;
  }
  .article.article_inline .article_image {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  .article.article_half .article_image, .article.article_third .article_image, .article.article_fourth .article_image {
    height: 160px;
    margin-bottom: 15px;
  }
  .article.article_half .article_title, .article.article_third .article_title, .article.article_fourth .article_title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 660px) {
  .article.article_inline .article_image {
    width: 100%;
    height: 200px;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .article.article_fullwidth .article_image, .article.article_fullwidth-inline .article_image, .article.article_half .article_image, .article.article_third .article_image, .article.article_fourth .article_image {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    height: 220px;
    margin-bottom: 15px;
  }
  .article.article_fullwidth .article_content, .article.article_fullwidth-inline .article_content, .article.article_half .article_content, .article.article_third .article_content, .article.article_fourth .article_content {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .article.article_fullwidth .article_title, .article.article_fullwidth-inline .article_title, .article.article_half .article_title, .article.article_third .article_title, .article.article_fourth .article_title {
    font-size: 1.6em;
  }
}
/* Abonnements
-----------------*/
.abo {
  border: 1px solid lightgray;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0 25px 0;
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  position: relative;
  /*.wspsc_add_cart_submit {
  	font-family: $font_sans_cond;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: white;
  	padding: 10px;
  	@include border-radius(12px);
  }

  .wspsc_add_cart_submit:hover,
  .wspsc_add_cart_submit:active,
  .wspsc_add_cart_submit:focus {
  	background-color: darkgray;
  } */
}
.abo:last-child, .abo:nth-child(5) {
  padding-bottom: 0;
}
.abo .abo_title {
  letter-spacing: 0 !important;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 0px solid gray;
  color: black;
  padding: 20px 20px 0px 20px;
}
.abo p {
  padding: 0px 20px 20px 20px;
}
.abo ul {
  margin-left: 0px;
  padding: 0px 10px 40px 10px;
}
.abo ul a {
  text-decoration: none;
  color: rgb(36, 117, 191);
}
.abo ul a:hover,
.abo ul a:active,
.abo ul a:focus {
  color: rgb(197, 11, 80);
}
.abo p:last-child {
  margin-bottom: 0;
}
.abo .abo_link {
  margin: 0 0px 20px 0px;
  positioN: absolute;
  bottom: 0px;
  color: white;
  font-size: 0.9em;
}
.abo .wspsc_compact_cart2 {
  margin-left: 20px;
}

.single_content ul.abo_downloadlist {
  list-style: none;
  margin-left: 0;
  padding: 0px 20px 0px 20px;
}
.single_content ul.abo_downloadlist li {
  margin-bottom: 20px;
}

.abos .abo {
  -webkit-box-flex: 0 1 48%;
  -moz-box-flex: 0 1 48%;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 48%;
}
.abos .abo:nth-child(even) {
  margin-left: 2%;
}
.abos .abo:nth-child(odd) {
  margin-right: 2%;
}
.abos .abo.abo_digital-abo-via-steady,
.abos .abo.abo_pdf-download,
.abos .abo.abo_subscriber,
.abos .abo.abo_abo-kuendigen {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.abos .single_downloadlink {
  color: white !important;
  margin-left: 0 !important;
}

/* Magazines archive 
------------------------------*/
.magazines_list {
  margin-top: 45px;
}

.magazine_entry {
  -webkit-box-flex: 0 1 22%;
  -moz-box-flex: 0 1 22%;
  -webkit-flex: 0 1 22%;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  max-width: 22%;
  margin: 0 1.5% 45px 1.5%;
  margin-bottom: 45px;
}
.magazine_entry .magazine_entry-cover img {
  border: 1px solid darkgray;
  margin-bottom: 10px;
}
.magazine_entry a {
  color: rgb(36, 117, 191);
  text-decoration: none;
}
.magazine_entry .magazine_entry-title {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
.magazine_entry:hover .magazine_entry-cover img,
.magazine_entry:active .magazine_entry-cover img,
.magazine_entry:focus .magazine_entry-cover img {
  opacity: 0.4;
}
.magazine_entry:hover a,
.magazine_entry:active a,
.magazine_entry:focus a {
  color: rgb(197, 11, 80);
}

.magazine_entry.magazine_entry-home {
  -webkit-box-flex: 0 1 30.3%;
  -moz-box-flex: 0 1 30.3%;
  -webkit-flex: 0 1 30.3%;
  -ms-flex: 0 1 30.3%;
  flex: 0 1 30.3%;
  max-width: 30.3%;
  text-align: left;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.magazine_entry.magazine_entry-home .magazine_entry-title {
  font-size: 1.6em;
}
.magazine_entry.magazine_entry-home .magazine_entry-cover {
  max-width: auto;
  width: 100%;
}
.magazine_entry.magazine_entry-home .button {
  width: 100%;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 0;
}
.magazine_entry.magazine_entry-home .magazine_entry-home-currentissue {
  margin-bottom: 10px;
  font-size: 1.6em;
}

@media only screen and (max-width: 880px) {
  .magazine_entry {
    -webkit-box-flex: 0 1 30%;
    -moz-box-flex: 0 1 30%;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .magazine_entry.magazine_entry-home {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .magazine_entry.magazine_entry-home > * {
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  .magazine_entry {
    -webkit-box-flex: 0 1 47%;
    -moz-box-flex: 0 1 47%;
    -webkit-flex: 0 1 47%;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    max-width: 47%;
  }
  .magazine_entry .magazine_entry-title {
    font-size: 1em;
  }
}
/*
@media only screen and (max-width: 400px) {
	.magazine_entry {
		@include flex(0 1 100%);
		max-width: 100%;
	}

} */
/* Database "Gepanschtes"
---------------------------------------*/
.database_list {
  margin-top: 50px;
  margin-bottom: 55px;
}
.database_list .database_entry {
  margin: 0 20px 0 20px;
  padding: 10px 0 8px 0;
  border-top: 1px solid lightgray;
  line-height: 1.9em;
}
.database_list .database_entry .database_entry-title {
  font-size: 1.3em;
  line-height: 1.35em;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding-left: 5px;
}
.database_list .database_entry .database_entry-title .database_entry-date {
  font-size: 0.8em;
}
.database_list .database_entry .database_entry-title .database_entry-date,
.database_list .database_entry .database_entry-title .database_entry-date .article_date {
  font-weight: 400;
  color: black;
}
.database_list .database_entry .database_entry-content {
  font-size: 1.2em;
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  padding-left: 5px;
}
.database_list .database_entry:last-child {
  border-bottom: 1px solid lightgray;
}
.database_list .database_entry:nth-child(even) {
  background-color: #f4f4f4;
}

/* Search results page
-----------------------*/
.page_title.page_title-search,
.page_text.page_text-search {
  text-align: center;
}

.searchresults {
  margin: 0 auto;
  max-width: 1280px;
}
.searchresults .searchresults_tabs {
  list-style: none;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  max-width: 1280px;
  position: relative;
  border-bottom: 1px solid lightgray;
}
.searchresults .searchresults_tabs li {
  display: inline;
  margin-right: 10px;
}
.searchresults .toggle_searchresults {
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  padding: 5px 12px 5px 12px;
  font-size: 1.3em;
  font-weight: bold;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  -webkit-border-radius: 5px 5px 0px 0;
  -moz-border-radius: 5px 5px 0px 0;
  -o-border-radius: 5px 5px 0px 0;
  border-radius: 5px 5px 0px 0;
}
.searchresults .toggle_searchresults-active,
.searchresults .toggle_searchresults:hover,
.searchresults .toggle_searchresults:active,
.searchresults .toggle_searchresults:focus {
  color: white;
  background: rgb(36, 117, 191);
}
.searchresults .searchresults_list {
  display: none;
  padding-top: 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.searchresults .searchresults_list.searchresults_list-show {
  display: block;
}
.searchresults .searchresults_list h2 {
  margin: 0px 20px 20px 20px;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: rgb(36, 117, 191);
}
.searchresults .searchresults_list > p {
  margin: 0px 20px 20px 20px;
  font-size: 1.2em;
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
}
.searchresults .searchresults_list .article .article_image {
  width: 200px;
  height: 150px;
}
.searchresults .searchresults_list .article .product_price,
.searchresults .searchresults_list .article .product_addtocart {
  display: none;
}
.searchresults .searchresults_list.searchresults_list-tags ul {
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  margin: 0 0 30px 45px;
  padding: 0;
}
.searchresults .searchresults_list.searchresults_list-tags li {
  padding: 5px 0 5px;
  margin: 0;
}
.searchresults .searchresults_list.searchresults_list-tags a {
  color: rgb(36, 117, 191);
  text-decoration: none;
  border-bottom: 1px solid rgb(36, 117, 191);
}
.searchresults .searchresults_list.searchresults_list-tags a:hover,
.searchresults .searchresults_list.searchresults_list-tags a:active,
.searchresults .searchresults_list.searchresults_list-tags a:focus {
  color: rgb(197, 11, 80);
  border-bottom: 1px solid rgb(197, 11, 80);
}

@media only screen and (max-width: 600px) {
  .searchresults .searchresults_tabs {
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    max-width: 100%;
    position: relative;
    border-bottom: 1px solid lightgray;
  }
  .searchresults .searchresults_tabs button {
    display: block-inline;
    width: 100%;
    margin-right: 0px;
  }
}
.subpage_entry {
  padding: 0;
  margin-bottom: 25px;
}
.subpage_entry a p {
  color: black;
}
.subpage_entry a:hover p,
.subpage_entry a:active p,
.subpage_entry a:focus p {
  color: gray;
}
.subpage_entry a h2 {
  color: rgb(36, 117, 191);
}
.subpage_entry a:hover h2,
.subpage_entry a:active h2,
.subpage_entry a:focus h2 {
  color: rgb(197, 11, 80);
}
.subpage_entry .article_image {
  margin-top: 7px;
  height: 240px !important;
}

.single {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
}
.single.single_database {
  margin-top: 40px;
}
.single.single_page {
  margin-top: 40px;
}
.single.single_article-archive {
  margin-top: 40px;
}

.single_image {
  z-index: 0;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: -190px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.single_image img {
  width: 1040px;
  margin-bottom: 5px;
  border: 1px solid lightgray;
}
.single_image .wp-caption-text {
  max-width: 100%;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  padding: 5px 8px 5px 8px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
}

div.single_image {
  height: 600px;
  border: 1px solid lightgray;
}

div.single_image.backgroundimage-uncropped {
  margin-bottom: 0px;
  background-origin: content-box;
}

.single_taxonomies,
.single_title,
.single_line,
.single_content {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
}

.single_taxonomies {
  margin-top: 0px;
  margin-bottom: 0;
  display: block;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 1.1em;
}
.single_taxonomies a {
  color: black;
  text-decoration: none;
}

.single_taxonomies-noimage {
  padding-top: 45px;
}

.single_title {
  font-size: 2.3em;
  line-height: 1.3em;
  padding-top: 0;
  padding-bottom: 10px;
}

.single_intro {
  font-weight: bold;
}

.single_content {
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.7em;
  /*
  	blockquote:before {
  		content: '„';
  	}

  	blockquote:after {
  		content: '“';
  	}
  	*/
}
.single_content h2 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 0.01em;
  margin: 0 0 5px 0;
}
.single_content .single_subline {
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.single_content h3 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  margin: 0 0 0px 0;
}
.single_content h4 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 400;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.01em;
  margin: 0 0 0px 0;
}
.single_content b.single_interviewquestion {
  font-weight: bold;
  color: rgb(36, 117, 191);
}
.single_content p, .single_content ul, .single_content ol, .single_content blockquote {
  margin-bottom: 25px;
}
.single_content ul, .single_content ol {
  margin-left: 40px;
}
.single_content blockquote {
  margin-left: 25px;
  color: gray;
  font-style: italic;
}
.single_content .wp-embedded-content {
  width: 100% !important;
}
.single_content a {
  color: rgb(36, 117, 191);
  text-decoration: none;
  border-bottom: 1px dotted rgb(36, 117, 191);
}
.single_content a:hover,
.single_content a:active,
.single_content a:focus {
  color: rgb(197, 11, 80);
}

.single_content-home {
  margin-top: 30px;
}

.article_date {
  font-weight: bold;
}

.single_infobox {
  padding: 20px 25px 20px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single_infobox h2 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.single_infobox *:last-child {
  margin-bottom: 0;
}
.single_infobox img {
  margin-bottom: 25px !important;
}
.single_infobox figure {
  margin-bottom: 25px;
}
.single_infobox figure figcaption.wp-caption-text {
  margin-top: -20px;
}
.single_infobox.single_infobox-blue {
  border: 1px solid rgb(36, 117, 191);
  color: rgb(36, 117, 191);
}
.single_infobox.single_infobox-blue h2, .single_infobox.single_infobox-blue h3, .single_infobox.single_infobox-blue h4, .single_infobox.single_infobox-blue h5, .single_infobox.single_infobox-blue h6 {
  color: rgb(36, 117, 191);
}
.single_infobox.single_infobox-blue a {
  border-bottom: 1px solid black;
}
.single_infobox.single_infobox-blue a:hover,
.single_infobox.single_infobox-blue a:active,
.single_infobox.single_infobox-blue a:focus {
  color: rgb(197, 11, 80);
}
.single_infobox.single_infobox-green {
  border: 0px solid rgb(36, 117, 191);
  color: black;
  background: rgba(188, 210, 50, 0.2);
}
.single_infobox.single_infobox-greenborder {
  border: 5px solid rgb(188, 210, 50);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  color: black;
  background: rgba(188, 210, 50, 0.2);
}
.single_infobox.single_infobox-left, .single_infobox.single_infobox-right {
  margin-top: 5px;
  margin-bottom: 25px;
  max-width: 50%;
}
.single_infobox.single_infobox-left {
  float: left;
  margin-right: 25px;
}
.single_infobox.single_infobox-right {
  float: right;
  margin-left: 25px;
}

/*.single_links {
	//font-family: $font_sans_cond;
	//font-size: 1em;
	//line-height: 1.35em !important;
	margin-top: 35px;
	margin-bottom: 35px;

	ul {
		margin-left: 25px;
	}

} */
.single_footnotes {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  line-height: 1.35em !important;
  border-top: 0px solid lightgray;
  padding-top: 0;
}
.single_footnotes ol {
  padding: 0;
  margin: 0 0 30px 25px;
}

.single_publishinfo {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  float: none;
  clear: both;
}
.single_publishinfo p {
  margin-bottom: 0px;
}
.single_publishinfo a {
  color: rgb(36, 117, 191);
}
.single_publishinfo a:hover,
.single_publishinfo a:active,
.single_publishinfo a:focus {
  color: rgb(197, 11, 80);
}

a.single_downloadlink {
  padding: 3px 12px 3px 12px;
  margin: 15px 10px 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  color: white;
  float: none;
  clear: both;
}

.single_content .single_tags {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.single_content .single_tags h2 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.single_content .single_tags ul {
  margin-left: 0 !important;
}
.single_content .single_tags ul, .single_content .single_tags li, .single_content .single_tags a {
  display: inline-block;
}
.single_content .single_tags a {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0 5px 10px 0;
  padding: 5px 10px 5px 10px;
  color: white;
}

.single_content .single_tags.single_tags-database h2 {
  font-size: 1.2em;
}
.single_content .single_tags.single_tags-database ul {
  margin-bottom: 10px;
}
.single_content .single_tags.single_tags-database li {
  display: list-item;
  list-style-type: disc;
  margin-left: 25px;
}
.single_content .single_tags.single_tags-database a {
  font-size: 1em;
}

.single_smalltext {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 25px;
}

.single_content table {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid lightgray;
}
.single_content table caption {
  background-color: darkgray;
  color: white;
  border-right: 1px solid lightgray;
  padding: 8px;
  font-size: 1.3em;
}
.single_content table caption > h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white !important;
  font-weight: bold;
}
.single_content table caption *:last-child {
  margin-bottom: 10px !important;
}
.single_content table tr td {
  border-right: 1px solid lightgray;
  padding-left: 10px;
  padding-right: 10px;
}
.single_content table tr td *:last-child {
  margin-bottom: 0px !important;
}
.single_content table tr {
  background-color: white;
}
.single_content table tr:nth-child(even) {
  background-color: lightgray;
  border-right: 1px solid gray;
}
.single_content table td {
  padding: 8px;
}

.single_content table.table_green {
  border: 0;
}
.single_content table.table_green caption {
  background-color: rgb(188, 210, 50);
}
.single_content table.table_green tr {
  background-color: rgba(188, 210, 50, 0.2);
}
.single_content table.table_green tr:nth-child(even) {
  background-color: rgba(188, 210, 50, 0.44);
}

.single_content table.table_blue {
  border: 0;
}
.single_content table.table_blue caption {
  background-color: rgb(36, 117, 191);
}
.single_content table.table_blue tr {
  background-color: rgba(36, 117, 191, 0.1);
}
.single_content table.table_blue tr:nth-child(even) {
  background-color: rgba(36, 117, 191, 0.4);
}

.single_content table.table_red {
  border: 0;
}
.single_content table.table_red caption {
  background-color: rgb(197, 11, 80);
}
.single_content table.table_red tr {
  background-color: rgba(197, 11, 80, 0.1);
}
.single_content table.table_red tr:nth-child(even) {
  background-color: rgba(197, 11, 80, 0.4);
}

/* Needed for responsive tables */
.table_wrapper {
  max-width: 100%;
  overflow-x: auto;
}

/* WP Shopping cart plugin additions 
-------------------------------------------*/
.wp_cart_empty_cart_section {
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single_content .shopping_cart .table_wrapper table * {
  border: 0;
}
.single_content .shopping_cart .table_wrapper table tr {
  background: white;
  border-bottom: 1px solid darkgray;
}
.single_content .shopping_cart .table_wrapper table tr.wspsc_cart_item_thumb {
  border-top: 1px solid darkgray;
}
.single_content .shopping_cart .table_wrapper table tr.wspsc_cart_total {
  font-weight: bold;
}
.single_content .shopping_cart .table_wrapper table tr.wpspsc_checkout_form {
  border: 0;
}
.single_content .shopping_cart .table_wrapper table .wp_cart_checkout_button {
  margin-top: 15px;
}
.single_content .shopping_cart .table_wrapper table td {
  border: 0 !important;
}
.single_content .shopping_cart .table_wrapper table td.wspsc_cart_item_name_td {
  max-width: 200px;
}
.single_content .shopping_cart .table_wrapper table .spsc_cart_item_qty * {
  background: lightgray !important;
}
.single_content .shopping_cart .table_wrapper table form {
  white-space: nowrap;
}

.single .donation_note {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1em;
  margin-bottom: 60px;
}
.single .donation_note img {
  margin-right: 20px;
}
.single .donation_note .button {
  font-size: 0.8em;
  line-height: 1.6em;
  padding: 4px 8px 4px 8px;
}
.single .donation_note p {
  margin-bottom: 15px;
}
.single .donation_note p:last-child {
  margin-bottom: 0;
}

.single_relatedarticles h2 {
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single_relatedarticles.single_database_relatedarticles {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single_relatedarticles.single_database_relatedarticles .article_inline .article_image {
  display: block !important;
  width: 300px;
  height: 185px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 890px) {
  .single_image {
    margin-bottom: 0px;
  }

  div.single_image {
    height: 450px;
  }

  .single_taxonomies,
.single_title,
.single_subheading,
.single_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single_title {
    margin-top: 6px;
    font-size: 2em;
    line-height: 1.1em;
  }

  div.single_image {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .single_infobox.single_infobox-left, .single_infobox.single_infobox-right {
    margin: 25px 0 25px 0;
    max-width: 100%;
    float: none;
  }
}
/* Abo form + form in general
-----------------------*/
#gpsp_loginform p,
.abo_orderform p {
  position: relative;
}
#gpsp_loginform hr,
.abo_orderform hr {
  border: 1px solid lightgray;
  margin-bottom: 20px;
  display: none;
}
#gpsp_loginform input[type=tel],
#gpsp_loginform input[type=email],
#gpsp_loginform input[type=number],
#gpsp_loginform input[type=number],
#gpsp_loginform input[type=text],
#gpsp_loginform input[type=password],
.abo_orderform input[type=tel],
.abo_orderform input[type=email],
.abo_orderform input[type=number],
.abo_orderform input[type=number],
.abo_orderform input[type=text],
.abo_orderform input[type=password] {
  width: 100%;
  padding: 5px;
  background: #f0f0f0;
}
#gpsp_loginform input[type=number],
.abo_orderform input[type=number] {
  width: auto;
}
#gpsp_loginform input[type=checkbox],
#gpsp_loginform input[type=radio],
.abo_orderform input[type=checkbox],
.abo_orderform input[type=radio] {
  position: absolute;
  top: 6px;
  left: 0;
}
#gpsp_loginform .login-remember input[type=checkbox],
.abo_orderform .login-remember input[type=checkbox] {
  top: 10px;
}
#gpsp_loginform .login-remember label,
.abo_orderform .login-remember label {
  padding-left: 20px;
}
#gpsp_loginform span,
.abo_orderform span {
  display: inline-block;
  padding-left: 25px;
}
#gpsp_loginform input[type=submit],
.abo_orderform input[type=submit] {
  margin-left: 0;
  border: 0;
}
#gpsp_loginform textarea,
.abo_orderform textarea {
  width: 100%;
  height: 250px;
  border: 1px solid lightgray;
  background: #f0f0f0;
}
#gpsp_loginform label:hover,
.abo_orderform label:hover {
  cursor: pointer;
}

/* Abonotice
---------------------*/
.abonotice {
  padding: 150px 0 20px 0;
  text-align: left;
  margin-top: -150px;
  margin-bottom: 0;
  font-family: "pt_serif", "Junicode", Georgia, "Times New Roman", Times, serif;
  background-image: url("images_content/abonotice_gradient.png");
  background-position: top;
  background-repeat: repeat-x;
  position: relative;
  z-index: 100;
}
.abonotice .abonotice_title {
  border-top: 3px solid rgb(197, 11, 80);
  padding-top: 30px;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(36, 117, 191);
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.abonotice p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 690px) {
  .abos .abo {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .abos .abo:nth-child(even) {
    margin-left: 0;
  }
  .abos .abo:nth-child(odd) {
    margin-right: 0;
  }
}
/* Single magazine 
---------------------------*/
.single_article-magazine {
  max-width: 1024px;
}
.single_article-magazine .single_title {
  text-align: left;
  padding-left: 20px;
  max-width: 1024px;
  margin-bottom: 0;
}
.single_article-magazine .single_content {
  margin: 16px 0 0 0;
  background: none;
  padding-left: 20px;
  padding-right: 0px;
}

.breadcrumb_article-magazine {
  margin: 40px 0 15px 0;
}

.magazine_toc {
  margin: 0 auto;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-heigth: 430px;
}
.magazine_toc a {
  color: black;
}
.magazine_toc .article.article_inline {
  margin-bottom: 25px;
  min-height: 220px;
}
.magazine_toc .article.article_inline a.article_title {
  color: rgb(36, 117, 191);
  margin-top: 10px;
}
.magazine_toc .article.article_inline .article_image {
  width: 240px;
  height: 160px;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
}
.magazine_cover-wrapper {
  max-width: 300px;
  margin-top: 30px;
  margin-left: 60px;
  margin-bottom: 25px;
  float: right;
  line-height: 1.4;
}
.magazine_cover-wrapper .button.button_red.single_downloadlink {
  max-width: 100%;
}
.magazine_cover-wrapper .wp_cart_button_wrapper {
  margin-top: 10px;
}

.magazine_cover img {
  border: 1px solid gray;
  margin-bottom: 10px;
}

.toc .article_inline {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.toc .article_inline a {
  color: black;
}

@media only screen and (max-width: 800px) {
  .magazine_cover-wrapper {
    max-width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 15px;
  }
  .magazine_cover-wrapper p {
    text-align: center;
  }
  .magazine_cover-wrapper .wp_cart_button_wrapper {
    text-align: center;
    margin-top: 10px;
  }

  .magazine_cover img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .magazine_toc .article.article_inline .article_image {
    width: 240px;
    height: 160px;
    float: left;
  }
}
@media only screen and (max-width: 550px) {
  .magazine_toc .article.article_inline .article_image {
    width: 100%;
    height: 200px;
    float: none;
    margin-bottom: 15px;
  }
}
/* "Gepansches" database single article
-------------------------------------------*/
/* General styles for images within post content
---------------------------------------------------*/
.single_content figure,
.single_content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.single_content figure img,
.single_content img {
  max-width: 100% !important;
}

.single_content figure img {
  margin-bottom: 5px;
}

.single_content > figure.aligncenter {
  max-width: 75% !important;
}

@media only screen and (max-width: 945px) {
  .single_content figure.aligncenter,
.single_content img.aligncenter {
    max-width: 100% !important;
  }
}
.single_content figure.alignleft {
  float: left;
  max-width: 40%;
  margin: 8px 25px 25px 0;
}

.single_content img.alignleft {
  float: left;
  max-width: 40%;
  margin: 8px 25px 25px 0;
}

@media only screen and (max-width: 945px) {
  .single_content figure.alignleft,
.single_content img.alignleft {
    max-width: 45%;
    margin: 8px 25px 25px 0;
  }
}
.single_content figure.alignright {
  float: right;
  max-width: 40%;
  margin: 8px 0 25px 25px;
}

.single_content img.alignright {
  float: right;
  max-width: 40%;
  margin: 8px 0 25px 25px;
}

@media only screen and (max-width: 945px) {
  .single_content figure.alignright,
.single_content img.alignright {
    max-width: 45%;
    margin: 8px 0 25px 25px;
  }
}
@media only screen and (max-width: 505px) {
  .single_content figure.alignleft,
.single_content figure.alignright,
.single_content img.alignleft,
.single_content img.alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.wp-caption-text {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 6px;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wp-caption {
  max-width: 100%;
}

/* Authors
----------------*/
.authors {
  margin-bottom: 15px;
}

.author {
  -webkit-box-flex: 0 1 21%;
  -moz-box-flex: 0 1 21%;
  -webkit-flex: 0 1 21%;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%;
  max-width: 21%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.author .author_image {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.author .author_image img {
  border: 1px solid #f0f0f0;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 190px;
}
.author .author_title {
  font-size: 0.8em;
  line-height: 1.2em;
  color: rgb(36, 117, 191);
  margin-bottom: 5px;
}
.author .author_category {
  font-size: 0.8em !important;
  line-height: 1.2em;
  color: black;
  margin-bottom: 8px !important;
}
.author .author_disclaimer {
  font-size: 0.8em !important;
  line-height: 1.2em;
  font-family: "TeXGyreHerosCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.author:hover .author_image,
.author:active .author_image,
.author:focus .author_image {
  opacity: 0.6;
}
.author:hover .author_title,
.author:active .author_title,
.author:focus .author_title {
  color: rgb(197, 11, 80);
}

@media only screen and (max-width: 690px) {
  .author {
    -webkit-box-flex: 0 1 29.3%;
    -moz-box-flex: 0 1 29.3%;
    -webkit-flex: 0 1 29.3%;
    -ms-flex: 0 1 29.3%;
    flex: 0 1 29.3%;
    max-width: 29.3%;
  }
}
@media only screen and (max-width: 500px) {
  .author {
    -webkit-box-flex: 0 1 46%;
    -moz-box-flex: 0 1 46%;
    -webkit-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    max-width: 46%;
  }
}
.footer {
  background-color: #f4f4f4;
  border-top: 3px solid rgb(188, 210, 50);
  position: relative;
}
.footer a {
  color: black;
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: rgb(36, 117, 191);
}

/* Footer list menus
---------------------*/
.footer_menus {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 10% 0px 10%;
  line-height: 1.3em;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_menus h2 {
  color: rgb(101, 173, 67);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.footer_menu {
  -webkit-box-flex: 0 1 180px;
  -moz-box-flex: 0 1 180px;
  -webkit-flex: 0 1 180px;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  max-width: 180px;
  margin-bottom: 40px;
}
.footer_menu li {
  list-style: none;
  margin: 8px 0 8px 0;
}

.footer_socialmenu {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid lightgray;
  /*.facebook a {
  	margin-left: 20px;
  	color: #3b5998;
  }

  .twitter a {
  	color: #1DA1F2;
  }

  .rss a {
  	color: orange;

  } */
}
.footer_socialmenu li {
  display: inline-block;
}
.footer_socialmenu a {
  font-size: 1.5em;
  color: black;
  padding: 10px;
}
.footer_socialmenu a img {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  top: 3px;
}
.footer_socialmenu a:hover,
.footer_socialmenu a:active,
.footer_socialmenu a:focus {
  color: gray;
}
.footer_socialmenu a:hover img,
.footer_socialmenu a:active img,
.footer_socialmenu a:focus img {
  opacity: 0.5;
}

.footer_networkmenu {
  border-top: 1px solid lightgray;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  line-height: 1em;
}
.footer_networkmenu li {
  display: inline;
}
.footer_networkmenu a {
  color: blacK;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
}

/* Footer legal bar 
---------------------*/
.footer_legal {
  background-color: rgb(188, 210, 50);
  color: white;
  font-family: "TeXGyreHeros", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  padding: 25px;
}
.footer_legal * {
  display: inline;
}
.footer_legal a {
  color: black;
  text-decoration: none;
  font-weight: 400;
}
.footer_legal a:hover,
.footer_legal a:active,
.footer_legal a:focus {
  color: rgb(36, 117, 191);
}

#backtop {
  color: black;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2.4em;
  border: 0;
  background: none;
  z-index: 2000;
}

#backtop:hover,
#backtop:active,
#backtop:focus {
  color: rgb(36, 117, 191);
}

.hidden {
  display: none;
}

@media print {
  html {
    font-size: 90%;
  }

  .header {
    position: relative;
    padding: 0 0px 0 10px;
    margin: 0;
    heigth: auto;
  }

  #content {
    width: 100%;
    padding: 20px 0 0px 0;
  }

  .single {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .single > * {
    padding-left: 30px;
    padding-right: 0;
  }

  .mainnav,
.single_image,
.single_tags,
.single .donation_note,
.single_relatedarticles,
.footer_socialmenu,
.footer_menus,
#backtop {
    display: none;
  }

  table {
    font-size: 0.7em !important;
    width: 100%;
  }

  .single_infobox,
.paywall_indicator,
table,
table caption,
table tr,
table td {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari, Edge */
    color-adjust: exact !important;
    /*Firefox*/
  }
}

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