@charset "UTF-8";
/*
Theme Name: Netzialisten März 2020
Description: Theme für die Netzialisten
Author: Kirsten Schelper
Author URI: https://www.start-the-loop.com
Version: 1.3
*/
/* Dec 19 SASS Modules */
/* resets.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

/** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/** * Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}

/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/** * Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/** * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/** * Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
  overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  text-transform: none;
}

/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/** * Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/** * Remove the default vertical scrollbar in IE. */
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;
  padding: 0;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  outline-offset: -2px;
  width: 99%;
}

.byline {
  display: inline;
}

table td {
  vertical-align: top;
}

/* colors.scss */
/* utilities.scss */
.display-none {
  display: none !important;
}

.box-shadow {
  padding: 1em;
  box-shadow: 2px 2px 4px #969e95;
}

.u-inlineblock {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-flex {
  display: -ms-flex;
  display: flex;
}

.u-textalignleft {
  text-align: left;
}

.u-textalignright {
  text-align: right;
}

.u-textaligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.u-aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

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

.u-clear {
  content: "";
  display: table;
}

.clear:before,
.clear:after,
.entryContent:before,
.entryContent:after,
.commentContent:before,
.commentContent:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entryContent:after,
.commentContent:after,
.site-footer:after {
  clear: both;
}

.u-box {
  padding: 0 1.0em 0 1.0em;
  border: 2px solid #777;
  margin: 1.5em 0;
  max-width: 95%;
}

.u-red {
  color: crimson;
}

.box {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 2em 0 1em 0;
}

.box .wp-block-image {
  margin-bottom: 0;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-1em {
  margin-bottom: 1em !important;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

.padding-bottom-2em {
  padding-bottom: 2em !important;
}

.margin-top-1em {
  margin-top: 1em !important;
}

.padding-top-1em {
  padding-top: 1em !important;
}

/*helpers-child.scss – CROP IMAGES */
.crop-circle img {
  border-radius: 100%;
}

.crop-150px img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.crop-200px img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.crop-300px img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.crop-550px img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 550px;
  width: 100%;
}

.border {
  border: 1px solid #ccc;
}

/* basics.scss */
html {
  scroll-behavior: smooth;
}

.skip-link {
  left: -9999em;
  top: -9999em;
}

.skip-link:focus {
  clip: auto;
  left: 6px;
  top: 7px;
  z-index: 100000;
  width: auto;
  height: auto;
}

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

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text: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;
}

.attachment .comments-area,
.attachment .entry-meta,
.attachment .entry-footer {
  display: none;
}

.mejs-container {
  margin-bottom: 1em;
}

body {
  box-sizing: border-box;
}

button,
input,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
  background: #111111;
  border: none;
  border-radius: 0px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5em 0.7em;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #777;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

select {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  -webkit-appearance: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #777777;
  border-radius: 0px;
  padding: 0.75em;
}

/*sytle search filed an newletter input differently*/
input.search-field {
  border: 2px solid #ccc;
}

#mc4wp_email {
  padding: 0.25em 0.75em;
  background-color: #f1f1f1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111;
  outline: none;
}

input[name="post_password"] {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}

textarea {
  overflow: auto;
  padding: 0.75em;
  vertical-align: top;
  width: 100%;
}

a {
  text-decoration: none;
  transition: .07s ease-in;
}

a:hover,
a:focus,
a:active {
  transition: .07s ease-in;
}

table {
  margin-bottom: 2em;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  line-height: 1.2;
}

th {
  text-align: left;
}

table thead {
  background: #e5e7e5;
}

table td,
#content table th {
  padding: 10px;
}

table td {
  border-bottom: solid 1px #e5e7e5;
}

table tr:last-child td {
  border-bottom: none;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* fonts.scss */
@font-face {
  font-family: 'fira_sanslight';
  src: url("fonts/firasans-light-webfont.woff2") format("woff2"), url("fonts/firasans-light-webfont.woff") format("woff"), url("fonts/firasans-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fira_sansregular';
  src: url("fonts/firasans-regular.woff2") format("woff2"), url("fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fira_sanslight_italic';
  src: url("fonts/firasans-lightitalic-webfont.woff2") format("woff2"), url("fonts/firasans-lightitalic-webfont.woff") format("woff"), url("fonts/firasans-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fira_sansextralight';
  src: url("fonts/firasans-extralight-webfont.woff2") format("woff2"), url("fonts/firasans-extralight-webfont.woff") format("woff"), url("fonts/firasans-extralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fira_sansmedium';
  src: url("fonts/firasans-medium-webfont.woff2") format("woff2"), url("fonts/firasans-medium-webfont.woff") format("woff"), url("fonts/firasans-medium-webfont.ttf") format("truetype");
  font-weight: normal !important;
  font-style: normal;
}

@font-face {
  font-family: 'merriweatherlight';
  src: url("fonts/merriweather-light-webfont.woff2") format("woff2"), url("fonts/merriweather-light-webfont.woff") format("woff"), url("fonts/merriweather-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'merriweatherlight_italic';
  src: url("fonts/merriweather-lightitalic-webfont.woff2") format("woff2"), url("fonts/merriweather-lightitalic-webfont.woff") format("woff"), url("fonts/merriweather-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* typography.scss */
body * {
  font-weight: normal !important;
}

body,
button,
input,
select,
textarea {
  font-family: "fira_sanslight";
}

.site-content {
  font-size: 1em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .site-content {
    font-size: 1.1em;
    line-height: 1.5;
  }
  em {
    font-size: 0.90em;
  }
}

em {
  font-family: "merriweatherlight_italic" !important;
  font-style: normal;
}

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

h1,
h1 a {
  font-family: "fira_sansextralight";
}

.post-entry-content h2,
.entryContent h2 {
  margin-top: 1em;
}

h1.post-entry-title {
  line-height: 1.2;
}

h3 {
  font-family: "fira_sansmedium";
}

h4 {
  font-family: "fira_sansmedium";
}

h5,
h6 {
  font-family: "fira_sansmedium";
}

h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin-bottom: 1em;
}

b,
strong {
  font-family: "fira_sansmedium";
  font-weight: normal;
}

dfn,
cite,
em,
i {
  font-family: "fira_sansregular";
}

.wp-block-quote {
  border-left: 0;
}

blockquote {
  padding: 1.0em 1.5em 0 0.25em;
  margin: 1.5em 1em 0.75em 0;
  border-top: 4px solid #e5e7e5;
  border-bottom: 6px solid #e5e7e5;
  font-family: "merriweatherlight_italic";
  font-size: 0.95em;
}

cite {
  font-family: "merriweatherlight_italic";
  display: block;
  font-size: 90%;
  margin-top: 1em;
}

cite:before {
  content: "⎯ ";
}

address {
  margin: 0 0 1.5em;
}

pre {
  color: #969e95_dark;
  border: 1px solid #969e95;
  border-radius: 5px;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 80%;
  overflow: auto;
  padding: 0.5em;
  display: block;
  white-space: pre-wrap;
  white-space: moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 1em 1em 1.5em 1em;
  display: inline-block;
  min-width: 60%;
}

code {
  font: 15px "Courier 10 Pitch", Courier, monospace;
  background-color: #e5e7e5;
}

pre code {
  font: 15px "Courier 10 Pitch", Courier, monospace;
  background-color: transparent;
}

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

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

.wp-block-image figcaption {
  color: #666;
  font-size: 90%;
  text-align: left;
}

/*fluid-typography-headlines.scss*/
/* Fluid Typography Mixin */
/* Thanks to https://ryanfeigenbaum.com/easy-responsive-typography/ */
/* H1 */
h1 {
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 999px) {
  h1 {
    font-size: 36px;
    font-size: calc(24px + (48 - 24) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  h1 {
    font-size: 48px;
  }
}

/* H2 */
/*fluid-typography-headlines.scss – Regular H2 and FIRST ARTICLE in Grid */
.post-entry-content h2,
.grid article:first-child .post-entry-content h2 a {
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 999px) {
  .post-entry-content h2,
.grid article:first-child .post-entry-content h2 a {
    font-size: 30px;
    font-size: calc(24px + (36 - 24) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  .post-entry-content h2,
.grid article:first-child .post-entry-content h2 a {
    font-size: 36px;
  }
}

/* fluid-typography-headlines.scss – H2 in GRID item */
.grid article h2 {
  font-size: 1.25em;
  font-size: 20px;
}

@media (min-width: 480px) and (max-width: 999px) {
  .grid article h2 {
    font-size: 22px;
    font-size: calc(20px + (24 - 20) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  .grid article h2 {
    font-size: 24px;
  }
}

/* fluid-typography-headlines.scss – H2 on top of image GRID item */
.grid article:not(:first-child).has-post-thumbnail
.featured-image-container h2.on-top-of-image {
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 999px) {
  .grid article:not(:first-child).has-post-thumbnail
.featured-image-container h2.on-top-of-image {
    font-size: 28px;
    font-size: calc(24px + (32 - 24) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  .grid article:not(:first-child).has-post-thumbnail
.featured-image-container h2.on-top-of-image {
    font-size: 32px;
  }
}

.post-entry-content h3 {
  font-size: 18px;
}

@media (min-width: 480px) and (max-width: 999px) {
  .post-entry-content h3 {
    font-size: 21px;
    font-size: calc(18px + (24 - 18) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  .post-entry-content h3 {
    font-size: 24px;
  }
}

/* fluid-typography-headlines.scss – Headlines that stay the same size */
.post-entry-content h4 {
  font-size: 1.125em;
}

.post-entry-content h5 {
  font-size: 1em;
}

/*fluid-typography-headlines.scss – page-title for archives*/
h1.page-title {
  font-size: 100%;
  /*don't scale */
}

@media (min-width: 1001px) {
  body {
    background-color: white;
  }
}

/*typography-child.css paragraph block font size picker*/
p.has-small-font-size {
  font-size: 14px;
}

@media (min-width: 480px) and (max-width: 999px) {
  p.has-small-font-size {
    font-size: 14.5px;
    font-size: calc(14px + (15 - 14) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  p.has-small-font-size {
    font-size: 15px;
  }
}

p.has-large-font-size {
  font-size: 17px;
}

@media (min-width: 480px) and (max-width: 999px) {
  p.has-large-font-size {
    font-size: 17.5px;
    font-size: calc(17px + (18 - 17) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  p.has-large-font-size {
    font-size: 18px;
  }
}

p.has-huge-font-size {
  font-size: 19px;
}

@media (min-width: 480px) and (max-width: 999px) {
  p.has-huge-font-size {
    font-size: 19.5px;
    font-size: calc(19px + (20 - 19) * (100vw - 480px) / (1000 - 480));
  }
}

@media (min-width: 1000px) {
  p.has-huge-font-size {
    font-size: 20px;
  }
}

/* gallery.scss */
.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a {
  border: none;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.site-content .gallery dd,
.site-content .gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0 0 15px 0;
}

.site-content .gallery-item {
  display: inline-block;
  padding-right: 5%;
  width: 32%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .site-content .gallery-item {
    width: 25%;
  }
}

/* comments.scss */
.commentsTitle {
  margin: 0 0 2em 0;
  padding: 0;
  font-family: "merriweatherlight_italic";
  font-size: 18px;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .commentsTitle {
    font-size: 24px;
    font-size: 1.5em;
  }
}

.commentsTitle span a {
  display: none;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 0.875em;
  float: right;
}

.comments-area {
  position: relative;
  margin-top: 2em;
}

.commentList {
  padding-left: 0;
}

.commentList li {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.commentList li.comment ul.children {
  margin-bottom: 2em;
  list-style: none;
  padding-left: 2%;
  margin-top: 1em;
}

.commentList li.comment ul.children li {
  padding-left: 1em;
  border-left: 4px solid #ccc;
}

.commentsMeta {
  margin-top: 5px;
}

.commentsMeta a,
.comment-meta a {
  color: #333 !important;
}

.comment-metadata time {
  font-size: 80%;
}

.commentsAvatar,
.comment-author.vcard {
  margin: 0;
  padding: 0;
}

.commentsAvatar img,
.comment-author.vcard img {
  width: 45px;
  height: 45px;
  margin-right: 1em;
  border-radius: 50%;
  display: none;
}

.commentsAuthor {
  margin: 0;
  margin-top: 5px;
  display: inline-block;
  padding: 0;
}

.commentsText {
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  line-height: 1.5;
}

.commentsText p {
  margin: 0;
  padding: 0 0 0.5em;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.55;
}

.commentsText blockquote {
  padding: 0.75em 0.5em 0.1em 1.5em;
  margin-bottom: 1em;
}

.comments-area a.comment-edit-link:before {
  content: '\002f';
  display: inline;
  padding: 0 9px 0 7px;
  -webkit-font-smoothing: antialiased;
}

.comments-area .commentReply,
.comments-area .reply {
  position: relative;
  padding: 0 0 20px;
}

.comments-area .commentReply a,
.comments-area .reply a {
  float: right;
  display: block;
  background-color: white !important;
  color: #333;
}

.comments-area .commentReply a:before,
.comments-area .reply a:before {
  content: '» ';
}

p.comment-awaiting-moderation {
  display: inline-block;
  margin: 0 0 26px;
  padding: 1px 2px;
  background: #e0e8e5;
}

.commentsPingback span {
  font-size: 16px;
  font-size: 1em;
  font-weight: bold;
}

.commentsPingback p {
  margin: 0;
}

.comment-form label {
  display: block;
}

.mc4wp-checkbox label span {
  padding-left: 0.5em;
}

.site-content,
.wrap-branding-search {
  max-width: 1000px;
  margin: 0 auto;
}

.site-header {
  display: block;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#masthead {
  padding: 30px;
  background-color: crimson;
  min-height: 200px;
  background-image: url("images/buchstabe.svg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
}

#masthead input.search-field,
#masthead input[type="search"] {
  color: #666 !important;
}

.wrap-site-description {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

h2.site-description {
  text-transform: uppercase;
  line-height: 1;
  font-family: "fira_sanslight";
  font-size: 4.8rem;
  width: 8em;
  /* Umbruch erzeugen*/
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.5;
  color: white;
}

@media (max-width: 768px) {
  h2.site-description {
    font-size: 3.2rem;
    width: auto;
  }
}

@media (min-width: 1040px) {
  .wrap-site-description {
    max-width: 1000px;
    width: 100%;
  }
}

.einprojektvon {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: right;
  font-family: "fira_sansregular";
  margin-top: -50px;
}

@media (max-width: 1040px) {
  .einprojektvon {
    padding-right: 20px;
    margin-top: 0;
  }
}

.einprojektvon h4 {
  margin: 0;
  color: white;
}

.einprojektvon a {
  color: white !important;
}

/* Plugin Ivory Search */
/* === Area Logo and Search Icon */
.wrap-branding-search {
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.ivory-search-shortcode form {
  width: 100%;
  padding-top: 1em;
}

.site-branding {
  padding-top: 20px;
  width: 100%;
  text-align: left;
}

.ivory-search-shortcode form input {
  width: 100%;
  margin-top: -10px;
  color: #444 !important;
  -webkit-appearance: none;
  border-radius: 0;
  height: 40px;
}

.ivory-search-shortcode form input[type="submit"] {
  display: none;
}

@media (min-width: 600px) {
  .wrap-branding-search {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .ivory-search-shortcode form {
    position: absolute;
    width: 240px;
    text-align: right;
    right: 2%;
    top: 0;
  }
  .site-branding {
    padding-top: 0;
  }
}

.is-edit-link,
.is-customize-link {
  display: none !important;
}

.astm-search-menu::marker {
  color: transparent;
}

.wrap-featured-categories {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 3em;
  background-color: white;
  border-bottom: 4px solid #eaeaea;
  padding: 10px 0 0 0;
  margin-bottom: 2em;
  font-family: "fira_sansregular";
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-categories {
  list-style: none;
  padding-left: 0.5em;
}

.featured-categories li {
  padding-left: 2%;
  padding-bottom: 0 !important;
  display: inline-block;
  margin-bottom: 0.5em;
}

.featured-categories li:first-child {
  display: block;
}

@media (min-width: 920px) {
  .featured-categories li {
    padding-left: 2%;
  }
  .featured-categories li:first-child {
    display: inline-block;
  }
}

.featured-categories .category {
  color: #999;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 15px;
  border: 1px solid #999;
  padding: 3px 9px;
  margin-bottom: 0;
  border-radius: 6px;
}

.featured-categories .category:hover {
  color: white;
  background-color: crimson;
  border-color: crimson;
}

/* layout.scss */
.ie7 .mainNavigation,
.ie8 .mainNavigation {
  display: block;
}

.ie9 .flex-container,
.ie9 .flex-container .header-flex,
.ie9 .site-content {
  display: block;
  width: 100%;
}

.site-content {
  display: block;
}

.post-entry-content,
.wpPost-entry-meta {
  width: 100%;
  vertical-align: top;
}

/* ===== THE GRID */
.pill, .grid-item-category a {
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 16px;
  border: 1px solid;
  padding: 3px 9px;
  margin-bottom: 0;
  border-radius: 6px;
}

.grid-item-category a {
  margin-bottom: 1em !important;
  margin-top: 0 !important;
  color: crimson;
  border-color: crimson;
}

.grid-item-category a:hover {
  background-color: crimson;
  color: white;
  border-color: crimson !important;
}

@media (min-width: 768px) {
  .site-main.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
  .site-main.grid article:first-child {
    grid-column: span 2;
  }
}

/* ==== STYLING ARTICLE */
.grid article {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 4px solid #eaeaea;
  box-sizing: border-box;
  padding: 0 1em 1em 1em;
  margin-bottom: 1em;
  position: relative;
  height: 100%;
}

.grid article .post-entry-content {
  height: 100%;
}

.grid article .entry-title a {
  font-family: "fira_sansmedium";
}

@media (min-width: 1040px) {
  .grid article {
    padding: 0 0 0.5em 0;
  }
}

.grid article h2 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.grid article:first-child .post-entry-content h2 a {
  font-family: "fira_sansextralight" !important;
  font-weight: 300 !important;
}

.grid article:first-child p {
  font-size: 1.2em;
}

.grid article:first-child .featured-image-container img.wp-post-image {
  display: none;
}

/* ==== grid WITH FEATURED IMAGE
If a post has a featured image and it NOT the first article display as fancy grid */
.grid article:not(:first-child).has-post-thumbnail .excerpt p {
  display: none;
}

.grid article h2 a {
  color: #333;
}

.grid article .excerpt p {
  margin: 0.5em 0 0.5em 0;
}

.grid article:not(:first-child) .featured-image-container {
  position: relative;
  background-color: black;
  height: 100%;
}

.grid article:not(:first-child) .featured-image-container img {
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.grid article:not(:first-child) .featured-image-container:hover {
  opacity: 0.9;
}

.grid article:not(:first-child).has-post-thumbnail
.featured-image-container h2.on-top-of-image {
  position: absolute;
  margin-left: 20px;
  top: 30%;
  left: 0;
  width: 96%;
  line-height: 1.2;
  text-align: left;
  color: white;
}

.grid article:not(:first-child) .featured-image-container h2.on-top-of-image a {
  color: white !important;
  padding-right: 0.5em;
}

.grid article:not(:first-child) .featured-image-container .grid-item-category {
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 5;
}

.grid article:not(:first-child) .featured-image-container .grid-item-category a {
  color: white;
  border-color: white;
}

.grid article:not(:first-child) .featured-image-container a.more-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.post-navigation {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  clear: both;
}

.post-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next {
  float: right;
}

.post-navigation {
  border-top: solid 4px #e5e7e5;
  border-bottom: solid 4px #e5e7e5;
  overflow: hidden;
  padding-bottom: 1.5em;
  font-size: 1.0em;
  display: -webkit-box;
  display: flex;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  width: 50%;
  vertical-align: top;
  line-height: 1.2;
  padding: 1.5em 0 0 0;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .post-navigation .nav-next,
.post-navigation .nav-previous {
    float: left;
    width: 44%;
    border-top: solid 4px transparent;
  }
}

.post-navigation .nav-next {
  padding-left: 0;
  text-align: right;
}

@media (min-width: 768px) {
  .post-navigation .nav-next {
    float: right;
    padding-left: 5%;
  }
}

.post-navigation .nav-previous {
  padding-right: 0;
  border-right: none;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous {
    padding-right: 1em;
  }
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #777 !important;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-size: 20px;
    font-size: 1.25em;
  }
}

.post-navigation a span.meta-nav {
  clear: both;
  display: block;
  margin-bottom: 1.0em;
  width: 100%;
  font-family: "fira_sanslight";
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* branding.scss */
.site-branding {
  margin: 0;
  display: inline-block;
}

.site-branding-siteTitle {
  text-indent: -999999px;
}

.site-branding .custom-logo {
  width: 280px;
}

.site-branding-siteTitle {
  font-family: "fira_sanslight";
  font-size: 24px;
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1.0;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

@media (min-width: 1440px) {
  .site-branding-siteTitle {
    font-size: 28px;
    font-size: 1.75em;
  }
}

.site-branding-siteTitle a {
  text-decoration: none;
  display: block;
}

.wp-block-image .alignleft {
  float: none;
}

.site {
  margin: 0 auto;
}

.post-entry-content .alt {
  border: 1px solid #ec9dad;
  background: #fdf2f5;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 2em;
}

.post-entry-content .alt p {
  margin-bottom: 0;
}

.cat-item.cat-item-110 a {
  display: none;
}

.post {
  margin-bottom: 10%;
  padding-bottom: 3%;
  border-bottom: solid 15px #ccc;
  width: 100%;
}

.wpPost:last-child,
.wpPost:last-of-type {
  margin-bottom: 8%;
}

@media (min-width: 768px) {
  .post {
    padding-bottom: 6%;
  }
}

.post-entry-title a {
  color: #111111;
  text-decoration: none;
}

.post-entry-title a:visited {
  color: #444 !important;
}

@media (min-width: 1440px) {
  .post-entry-content p:first-child {
    margin-top: 0;
  }
}

.post-entry-content h2,
.post-entry-content h3,
.post-entry-content h4,
.post-entry-content h5,
.post-entry-content h6 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.has-link-color {
  /*silence is golden */
  line-height: 1;
}

.post-entry-content a,
.wpPost-commentContent a {
  font-family: "fira_sansregular";
}

.post-entry-content .hint {
  border-left: 4px solid crimson;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .post-entry-content .hint {
    width: 40%;
    float: right;
    margin-left: 1em;
  }
  .post-entry-content .hint.fullwidth {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.post-entry-content ul,
.post-entry-content ol {
  margin: 0 0 1.0em 0;
  padding-left: 1em;
}

.post-entry-content ul ul,
.post-entry-content ol ol,
.post-entry-content ul ol,
.post-entry-content ol ul {
  margin: 0.5em 0 0 0.5em;
}

.post-entry-content ul {
  list-style: square;
}

.post-entry-content li {
  margin-bottom: 0.25em;
}

.post-entry-content ol {
  list-style: decimal;
}

.post-entry-date {
  margin-bottom: 2%;
  font-size: 14px;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
}

.post-entry-date .byline {
  text-transform: lowercase;
}

.post-entry-meta {
  margin-top: 0.5em;
  margin-bottom: 3%;
  vertical-align: top;
  border-top: 3px solid #ccc;
}

.wpPost-entryExcerpt {
  color: #777;
  border-top: solid 4px #ccc;
  padding: 3% 0 1% 0;
  margin-bottom: 0.5em;
  font-family: "merriweatherlight_italic";
}

@media (min-width: 768px) {
  .wpPost-entryExcerpt {
    padding: 0;
    line-height: 1.7;
  }
}

.post-entry-meta-metaList {
  margin: 0;
  list-style-type: none;
  color: #666666;
  font-family: "fira_sanslight";
  font-size: 14px;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
}

.post-entry-meta-metaList li {
  margin-bottom: 12px;
  padding: 0 0 12px 25px;
  position: relative;
  border-bottom: solid 2px #ccc;
}

.post-entry-meta-metaList li a {
  color: #444;
}

.post-entry-meta-metaList li:first-child {
  padding-top: 12px;
}

.post-entry-meta-metaList .meta-cat {
  background-image: url("images/list.svg");
  background-position: left 15px;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 18px;
  /* Resize the background image to cover the entire container */
  padding-left: 30px;
}

.post-entry-meta-metaList .meta-tag {
  background-image: url("images/tag.svg");
  background-position: left 3px;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 18px;
  /* Resize the background image to cover the entire container */
  padding-left: 30px;
}

.post-entry-meta-metaList .meta-comment {
  background-image: url("images/comment.svg");
  background-position: left 3px;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 18px;
  /* Resize the background image to cover the entire container */
  padding-left: 30px;
}

.post-entry-meta-metaList .meta-edit {
  background-image: url("images/edit.svg");
  background-position: left 0;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 18px;
  /* Resize the background image to cover the entire container */
  padding-left: 30px;
}

.post-entry-meta-metaList a:focus,
.post-entry-meta-metaList a:hover,
.post-entry-meta-metaList a:active {
  color: #333;
}

.top-bar {
  background-color: #222;
  height: 40px;
}

.top-bar a {
  color: white;
}

.page-header {
  padding: 0 0 1em 1.5em;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 2em;
}

.page-title {
  font-family: "fira_sansmedium";
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title span {
  font-family: "fira_sanslight";
}

.taxonomy-description {
  color: #333;
  font-family: "fira_sanslight";
  font-size: 16px;
  font-size: 1em;
  font-style: normal;
}

@media (min-width: 920px) {
  .taxonomy-description {
    width: 70%;
  }
}

.taxonomy-description p {
  margin-bottom: 0;
}

.search-results .site {
  min-height: 100vh;
}

.searchResults-entryTitle,
.searchResults-entryTitle a {
  margin-bottom: 3%;
  color: #111 !important;
}

.wp-caption {
  margin: 1.5em 0;
  max-width: 100% !important;
}

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

.wp-caption-text,
.gallery-caption {
  display: inline-block;
  margin: 1em 0 0 0;
  /*text-align: center;*/
  width: 100%;
  color: #666666;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ÜBERARBEITUNG OKTOBER 2019 */
/*Artikelserie*/
.box-serie {
  padding: 0 5px 5px 30px;
  background-color: #ccc;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px #ccc;
}

.dachzeile-serie {
  background-color: #969e95;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 12px;
  margin-top: 0;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hinweis-ueberarbeitet {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 30px;
  border-left: 6px solid #969e95;
  background-color: #e5e7e5;
}

.post-entry-content p:first-child {
  margin-top: 0;
}

/* Plugin Shariff */
.shariff {
  margin-top: 2em;
}

@media (min-width: 920px) {
  .site-content {
    /*display: -ms-flex;
    display: -webkit-box;
    display: flex;*/
  }
}

@media (min-width: 1200px) {
  .site-content {
    max-width: 1000px;
  }
}

.sticky .post-entry-title:before {
  content: "⁕ Bitte lesen";
  color: white;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  width: 7em;
  text-align: center;
  font-family: "fira_sansregular";
  margin-bottom: 10px;
  text-transform: uppercase;
  background-image: url("images/bubble.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
  width: 108px;
  height: 34px;
  line-height: 1.5;
}

/*Sehr kleine Bildschirme iPhone 5 und so */
@media (max-width: 480px) {
  .sidebar-themen .widget_categories {
    padding: 10px 0 10px 20px;
    margin-bottom: 0;
  }
  .sidebar-themen .widget_categories ul {
    margin-top: 5px;
  }
  .mainNavigation {
    margin-top: 0;
  }
  #masthead {
    padding-top: 0;
  }
  /*animated search ivory thingy plugin */
  .astm-search-menu.is-menu form.search-form {
    left: auto !important;
  }
  .einprojektvon {
    padding-right: 0;
  }
  .widget-area .widgetTitle {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.co2-badge,
.link-websitecarbon {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.co2-badge {
  margin-top: 50px;
}

.link-websitecarbon {
  padding-top: 0.5em;
  font-size: 80%;
}

/* design elements */
ul.checkbox {
  list-style: none;
  list-style-image: url("images/square.svg");
}

ul.linie,
ul.checkbox {
  padding-bottom: 0.5em;
}

ul.linie {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

ul.linie li,
ul.checkbox li {
  position: relative;
}

hr,
.wp-block-separator {
  background-color: #ccc;
  border: 0;
  height: 2px;
  margin: 2em auto;
}

hr.big {
  height: 10px;
}

.wp-block-button .wp-block-button__link {
  color: white;
  border-radius: 4px;
}

.wp-block-button .wp-block-button__link:hover {
  color: crimson;
}

.cta .wp-block-button .wp-block-button__link {
  background-color: crimson;
  color: white;
  border-radius: 4px;
}

.cta .wp-block-button .wp-block-button__link:hover {
  color: #222;
}

.button-outline-gray {
  border: 1px solid #333 !important;
  color: #333 !important;
  padding: 0.4em 0.6em 0.4em 0.6em !important;
  border-radius: 4px;
}

.button-outline-red {
  border: 1px solid crimson !important;
  color: crimson !important;
  padding: 0.4em 0.6em 0.4em 0.6em !important;
  border-radius: 4px;
}

.button-solid-red, .grid article:first-child a.more-link,
.grid article:not(:first-child) .featured-image-container a.more-link {
  background-color: crimson !important;
  color: white !important;
  padding: 0.4em 0.6em 0.4em 0.6em !important;
  border-radius: 4px;
  border: none !important;
  font-family: "fira_sansmedium";
}

.button-solid-red:hover, .grid article:first-child a.more-link:hover,
.grid article:not(:first-child) .featured-image-container a.more-link:hover {
  opacity: 0.7;
}

.button-solid-gray {
  background-color: #333 !important;
  color: white !important;
  padding: 0.4em 0.6em 0.4em 0.6em !important;
  border-radius: 4px;
  border: none !important;
}

a.more-link,
.comments-area .commentReply a {
  border-bottom: none;
  display: inline-block;
  color: #333 !important;
  font-family: 'merriweatherlight_italic';
}

.grid article:first-child a.more-link,
.grid article:not(:first-child) .featured-image-container a.more-link {
  text-transform: none;
  letter-spacing: 0;
}

a.more-link:hover {
  opacity: 0.9;
  color: crimson !important;
}

a.more-link:after {
  content: ' ➸';
}

.single .post {
  border-bottom: none;
}

.single .post-entry-content .alt p:last-of-type,
.single .post-entry-content .info p:last-of-type {
  margin-bottom: 0 !important;
}

.single .site-main,
.page .site-main {
  padding: 1em;
}

@media (min-width: 600px) {
  .flex-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
  }
  .single .post-entry-content {
    width: 70%;
  }
  .single .post-entry-meta {
    width: 20%;
    margin-right: 6%;
  }
}

@media (min-width: 1000px) {
  .single .site-main {
    padding: 0;
  }
}

.site-footer * {
  color: white !important;
  font-family: "fira_sansregular";
  text-transform: none;
  line-height: 1.4;
}

.site-footer {
  padding: 0.75em 1em;
  color: #9d9d9d;
  font-family: "fira_sanslight";
  font-size: 14px;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  background: #111111;
  margin-top: 20px;
  text-align: center;
}

.site-footer .powered-by {
  width: 100%;
}

.site-footer .sep {
  color: #666666;
}

.wrap-banner-img {
  margin-top: 2em;
}

/*related-posts.scss*/
section.related-posts {
  background-color: #e5e7e5;
  padding: 0.5em 1em 1em 2em;
  margin-top: 2em;
}

.newsletter section.related-posts {
  background-color: transparent;
  padding: 0.5em 1em 1em 0;
  margin-top: 2em;
}

.newsletter section.related-posts a {
  font-family: "fira_sanslight";
}

.related-posts ul {
  padding-left: 0;
}

.related-posts ul li {
  list-style: none;
  margin-bottom: 0.5em;
}

.related-posts ul li a {
  border-bottom: none;
  color: #333;
  border-bottom: 1px dotted #333;
}

.related-posts h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.zum-weiterlesen,
.wp-block-paragraph.zum-weiterlesen {
  background-color: #e5e7e5;
  padding: 1em 1em 1.5em 1em;
  box-shadow: 2px 2px 4px #969e95;
  position: relative;
  display: inline-block;
  min-width: 60%;
}

.zum-weiterlesen strong {
  background-color: #969e95;
  color: white;
  padding: 0.25em 01em 0.25em 1em;
  display: inline-block;
  margin-bottom: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
}

/*Group weiterlesen, Serie */
.wp-block-group.weiterlesen {
  padding: 0 1em 0.5em 2em;
  box-shadow: 2px 2px 4px #ccc;
}

/*Links*/
.wp-block-group.weiterlesen p a {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* Erster Absatz bold Serie, zum Weiterlesen */
.wp-block-group.weiterlesen p:first-child {
  display: inline-block;
  margin-top: 0;
  padding: 0.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5em 1.25em;
}

.has-color-white-color {
  color: white;
}

/*Red Banner Newsletter */
.banner-newsletter {
  padding: 1.0em 1.5em 1em 1.5em;
  background-color: #cd405c !important;
  background-image: url("images/flieger.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px;
  margin-bottom: 2em;
  font-family: "fira_sansregular" !important;
  border-radius: 8px !important;
  color: white;
}

.banner-newsletter h2 {
  font-family: "fira_sansregular" !important;
  margin: 0;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1;
}

.banner-newsletter p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

a.aeltere-newsletter-anschauen {
  border-bottom: 1px solid white;
  display: table-cell;
  margin-top: 0.5em;
  border-bottom: 1px dotted white !important;
  font-size: 90%;
}

.banner-newsletter a {
  text-decoration: none;
  color: white !important;
}

.banner-newsletter .wp-block-button__link {
  padding: 6px 12px;
  background-color: white;
}

.banner-newsletter .wp-block-button__link {
  color: #cd405c !important;
}

.banner-newsletter .wp-block-button__link {
  padding: 6px 12px;
  background-color: white;
}

/*Single view*/
@media (min-width: 700px) {
  .banner-newsletter.single-view {
    background-size: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .banner-newsletter.single-view p {
    max-width: 30em;
  }
  .banner-newsletter.single-view h2 {
    margin: 0;
    font-size: 2.0em;
    margin-bottom: 0.5em;
    line-height: 1;
  }
}

/* index.php */
.banner-newsletter.inside-loop {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  max-width: 400px;
  margin: 0 auto;
}

.banner-newsletter.inside-loop h2 {
  margin: 0;
  font-size: 2.2em;
  margin-bottom: 0.25em;
}

.banner-newsletter.inside-loop p {
  max-width: 70%;
}

.newsletter-box-meetup {
  font-family: "fira_sansregular" !important;
}

.newsletter-box-meetup p {
  margin-top: 0;
}

.newsletter-box-meetup h3 {
  margin-bottom: 0;
}

/* CSS Banner*/
.banner-css-kurs {
  margin-bottom: 2em;
  margin-top: 2em;
  color: white;
  font-family: "fira_sansregular" !important;
  background-color: #1c7cb9;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("images/robo_white.png");
  background-size: 7em;
  padding: 1em 1em 1em 1em;
  border-radius: 8px;
  padding-bottom: 5.5em;
}

.wp-night-mode-on .banner-css-kurs {
  background-color: #1c7cb9 !important;
}

.banner-css-kurs .wp-block-button {
  margin-left: 0;
}

.banner-css-kurs .wp-block-button__link {
  padding: 6px 12px;
  background-color: white;
  color: #1c7cb9 !important;
  margin-top: 0.5em;
}

.banner-css-kurs .has-medium-font-size strong {
  font-size: 24px;
  margin-bottom: 0.5em;
  display: block;
}

.banner-css-kurs p {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  line-height: 1.3;
}

@media (min-width: 480px) {
  .banner-css-kurs {
    padding-bottom: 1em;
  }
  .banner-css-kurs p {
    padding-right: 5em;
  }
}

@media (min-width: 920px) {
  .banner-css-kurs p {
    padding-right: 10em;
  }
  .banner-css-kurs {
    background-size: 10em;
  }
}

/*CONTACT FORM 7 Resets */
.wpcf7 label,
.form-newsletter label {
  font-weight: normal;
  width: 100%;
  display: block;
}

.wpcf7 input,
.wpcf7 textarea,
.form-newsletter input,
.form-newsletter textarea {
  border-radius: 0;
  background-color: white !important;
}

.wpcf7 h3,
.wpcf7 h4 {
  clear: both;
}

input.wpcf7-submit {
  clear: both;
  padding: 1em 2em;
  margin-top: 1em;
}

span.wpcf7-list-item.first,
span.wpcf7-list-item.last {
  margin-left: 0;
}

/* POPUP MAker */
.popmake.pum-container {
  background-color: #333 !important;
  padding: 1.0em 1.5em 0 1.5em;
  padding: 2em;
}

.popmake h2,
.mc4wp-form h2 {
  margin: 0;
  font-size: 2.0em;
}

.popmake .pum-close.popmake-close {
  top: 0  !important;
  right: 0  !important;
  padding: 0 1em  !important;
  font-family: "fira_sansmedium" !important;
  text-transform: uppercase  !important;
  background-color: #cd405c !important;
  letter-spacing: 1px  !important;
}

.popmake .pum-content *,
.mc4wp-form * {
  font-family: "fira_sansregular";
  color: white !important;
}

.popmake .pum-content h4,
.mc4wp-form h4 {
  margin-bottom: 0 !important;
}

.popmake .pum-content strong,
.mc4wp-form strong {
  font-family: "fira_sansmedium" !important;
}

.popmake .pum-content .form-newsletter input[type="text"],
.popmake .pum-content .form-newsletter input[type="email"],
.mc4wp-form .form-newsletter input[type="text"],
.mc4wp-form .form-newsletter input[type="email"] {
  width: 100%;
  height: 2.5em;
  color: #333 !important;
}

.form-newsletter input[type="submit"] {
  background-color: #cd405c !important;
  font-family: "fira_sansmedium";
  margin-top: 1em;
}

.form-newsletter input[type="checkbox"] {
  margin-bottom: 0.5em;
}

.form-newsletter a {
  text-decoration: underline;
  border-bottom: none !important;
}

.form-newsletter p,
.popmake .pum-content p {
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

.spalte-50-links,
.spalte-50-rechts {
  width: 100%;
  padding-right: 1em;
}

.flexbox-container {
  display: block;
}

@media (min-width: 768px) {
  .flexbox-container {
    display: -webkit-box;
    display: flex;
  }
  .spalte-50-rechts {
    width: 50%;
    padding-left: 1em;
  }
  .spalte-50-links {
    width: 50%;
  }
}

body.wp-night-mode-on,
.wp-night-mode-on button,
.wp-night-mode-on input,
.wp-night-mode-on select,
.wp-night-mode-on textarea {
  font-family: "fira_sansregular";
}

.wp-night-mode-on section.related-posts {
  background-color: transparent;
  padding: 0;
}

.wp-night-mode-on .zum-weiterlesen,
.wp-night-mode-on .wp-block-paragraph.zum-weiterlesen {
  background-color: #595b59;
  box-shadow: none;
}

.wp-night-mode-on,
.wp-night-mode-on .wrap-featured-categories {
  background-color: #333 !important;
  color: white !important;
}

.wp-night-mode-on a {
  color: #49ccfc !important;
  border-color: #49ccfc !important;
}

.wp-night-mode-on a.aeltere-newsletter-anschauen {
  color: white !important;
  border-color: white !important;
}

.wp-night-mode-on .post-entry-date,
.wp-night-mode-on h2,
.wp-night-mode-on h2 a,
.wp-night-mode-on h3,
.wp-night-mode-on h4,
.wp-night-mode-on .einprojektvon a,
.wp-night-mode-on #masthead input.search-field,
.wp-night-mode-on #masthead input[type="search"] {
  color: white !important;
  border-color: white !important;
}

.wp-night-mode-on #masthead input.search-field,
.wp-night-mode-on #masthead input[type="search"] {
  font-family: "fira_sansmedium";
}

.wp-night-mode-on *,
.wp-night-mode-on .grid article,
.wp-night-mode-on .post-entry-meta-metaList li,
.wp-night-mode-on .wrap-featured-categories,
.wp-night-mode-on .post-entry-meta,
.wp-night-mode-on .post-navigation {
  border-color: #555;
  background-color: transparent;
}

.wp-night-mode-on #masthead {
  background-color: #7f0c23 !important;
}

.wp-night-mode-on .grid article:not(:first-child) .featured-image-container a.more-link,
.wp-night-mode-on .grid article:first-child a.more-link,
.wp-night-mode-on .grid article:not(:first-child) .featured-image-container a.more-link,
.wp-night-mode-on .featured-categories a.category:hover {
  background-color: #037da9;
  color: white !important;
}

.wp-night-mode-on hr, .wp-night-mode-on .wp-block-separator {
  background-color: #555;
}

.wp-night-mode-on .more-link:hover {
  color: #49ccfc !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.wp-night-mode-on .grid-item-category a,
.wp-night-mode-on .featured-categories a.category {
  border-color: #49ccfc;
}

.wp-night-mode-on .grid-item-category a:hover {
  background-color: #037da9;
  color: white !important;
  border-color: #49ccfc !important;
}

.wpnm-button {
  float: left;
  margin-right: 0.5em;
}

.wp-night-mode-on input[type="submit"],
.wp-night-mode-on a.button {
  background-color: #037da9;
}

.wp-night-mode-on .newsletter-box-meetup {
  background-color: #999;
}

.wp-night-mode-on .newsletter-box-meetup p,
.wp-night-mode-on .newsletter-box-meetup h3 {
  color: #333 !important;
}

.wp-night-mode-on .newsletter-box-meetup a {
  color: #7f0c23 !important;
  border-bottom: none;
}

.wp-night-mode-on .comments-area .commentReply a {
  background-color: #037da9 !important;
  color: white  !important;
}

.wp-night-mode-on .commentList li.comment ul.children li {
  border-color: #555;
}

@media print {
  body {
    color: black;
    text-align: left;
    font-size: 90%;
  }
  p {
    margin-bottom: 20px;
  }
  .entryExcerpt {
    margin-bottom: 20px;
  }
  .ivory-search-shortcode,
#respond,
.einprojektvon,
.site-description,
.metaList,
.site-footer,
.post-navigation,
.wrap-featured-categories,
.post-entry-meta-metaList li.meta-edit,
.post-entry-meta-metaList li.meta-comment {
    display: none !important;
  }
  #masthead {
    height: 50px;
    min-height: 50px;
    margin-bottom: 20px;
    background-image: none;
    padding-top: 0;
    background-color: #ccc;
    display: none;
  }
}

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