@charset "UTF-8";
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: 'robotolight', sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.6em; }

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  /**
   * The following font family declarations are available on most computers.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.
   *
   * font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
   *
   * font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   *
   * font-family: "Courier New", "DejaVu Sans Mono", monospace;
   */
  font-family: 'robotolight', sans-serif; }

/* Remove default margin. */
body {
  margin: 0;
  padding: 0; }

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: none; }

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 0 0 .5em; }

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.5em;
  line-height: 1.47em;
  /* 3rem / 2em = 1.5em */
  margin: 0; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  /* 3rem / 1.5em = 2em */
  margin-top: 1em;
  /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  /* 1.5rem / 1.17em = 1.28205em */
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  /* 1.5rem / 0.83em = 1.80723em */
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  /* 1.5rem / 0.67em = 2.23881em */
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

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

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

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

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0; }

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

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

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

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0; }

dd {
  margin: 0 0 0 30px;
  /* LTR */ }

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  display: block;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto; }

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

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: 'robotoitalic';
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold; }

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
main[role="main"],
footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

/* Apply the shared properties of grid items in a single, efficient ruleset. */
header,
main,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
footer {
  padding-left: 6,25%;
  padding-right: 6,25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible; }

/* Containers for grid items and flow items. */
header,
main,
footer {
  *position: relative;
  *zoom: 1; }

header:before,
header:after,
main:before,
main:after,
footer:before,
footer:after {
  content: "";
  display: table; }

header:after,
main:after,
footer:after {
  clear: both; }

.front .layout-content {
  padding-top: 0; }

.footer-middle {
  margin-top: 40px; }

footer .field-link a {
  text-decoration: none; }

/* Navigation bar */
@media all and (min-width: 320px) {
  main,
  footer {
    padding: 0 6.25%; }

  main {
    position: relative;
    padding-top: 50px; }

  /*
 .user-logged-in main {
		padding-top: 68px;
  }
  */
  footer[role="contentinfo"] {
    width: 100%; } }
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 768px) {
  main {
    padding-top: 100px; }

  .layout-content,
  footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0; }

  main[role="main"] .layout-content > .region-content > div,
  main[role="main"] .region-page-title h1,
  footer {
    margin: 0 auto;
    width: 602px; }

  .path-frontpage .layout-content {
    padding-top: 0; }

  .section-user .layout-content {
    width: 602px;
    margin: 2em auto; }

  footer > .block > div,
  footer > .block > h2 {
    width: 602px;
    margin-left: auto;
    margin-right: auto; } }
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 1200px) {
  .toolbar-horizontal header a.site-logo {
    top: 80px; }

  .layout-container {
    background: white no-repeat scroll 0 0;
    width: 880px;
    margin-bottom: 55px;
    margin-right: auto;
    margin-left: auto; }

  .path-frontpage main {
    margin-top: 1000px; }

  .path-frontpage .layout-content {
    margin-top: -900px; }

  main {
    padding-top: 0px;
    margin-top: 100px; } }
header[role="banner"] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF no-repeat url(../images/svg/2024/2024_bg_header_mobile.svg) left center/auto 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 11;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }

.region-header-top {
  height: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  z-index: 2; }

.header-middle #block-sieben-wochen-ohne-block-2 {
  display: none; }

header a.site-logo {
  background: transparent url(../images/svg/2024/2024_logo_mobile.svg) no-repeat scroll 12px center/auto 44px;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-indent: -2000px;
  top: 3px;
  width: 180px;
  z-index: 2; }

.b-kalender-bestellen {
  display: none; }

.b-kalender-bestellen {
  display: none;
  background-image: url(../images/7WO_mobile_Kalender-Banner.png);
  background-position: 17px 6px;
  background-repeat: no-repeat;
  height: 52px;
  margin: 2px 0;
  padding: 0 3px 3px;
  position: absolute;
  top: 69px;
  width: calc(100% - 6px); }

.b-kalender-bestellen a {
  background: transparent url("../images/svg/2022/img_mehr_pfeil.svg") no-repeat scroll right 23px/15px auto;
  display: inline-block;
  font-family: "robotoregular";
  font-size: 14px;
  color: #fff;
  line-height: 1.4em;
  margin: 13px 0 0 80px;
  padding: 0 1.5em 0 0;
  text-decoration: none;
  width: auto; }

.b-kalender-bestellen a:link:hover {
  color: #efefef;
  text-decoration: underline; }

.b-kalender-bestellen a .elem-kalender,
.b-newsletter .block-title {
  display: block;
  font-family: "pt_serifitalic";
  font-size: 0.938rem;
  font-weight: normal; }

.region-header-bottom {
  display: none; }

@media all and (min-width: 768px) {
  header[role="banner"] {
    background: #fff no-repeat url("../images/svg/2024/2024_bg_header_mobile.svg") left center/auto 100px; }

  .region-header-top {
    height: 111px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }

  header a.site-logo {
    background: transparent url(../images/svg/2023/2023_logo_mobile.svg) no-repeat scroll 12px center/auto 90px;
    display: block;
    height: 100px;
    left: 0;
    position: fixed;
    text-indent: -2000px;
    top: 0;
    width: 300px;
    z-index: 3;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }

  .header__region.region.region-header {
    display: none; }

  header .m-main {
    top: 78px;
    width: 602px;
    right: -370px; }

  .m-main {
    box-shadow: none; }

  .m-main {
    right: 0;
    left: inherit; }

  .front .region-header-bottom {
    display: none;
    height: auto;
    left: 72px;
    position: absolute;
    top: 203px;
    width: 230px; }

  .b-kalender-bestellen a .elem-kalender,
  .b-newsletter .block-title {
    font-size: 1.188rem; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  header[role="banner"] {
    height: 100px; }

  header .b-kalender-bestellen {
    background-image: url(../images/7WO_Tablet_Banner_ts.png);
    background-position: 12px 4px;
    height: 91px;
    left: 66px;
    top: 99px;
    width: 239px;
    background-size: 109px auto; }

  .b-kalender-bestellen a {
    background-position: right 21px;
    margin: 15px 0 0 123px;
    padding: 0 1.5em 0 0;
    font-size: 13px;
    width: 82px; }

  .b-kalender-bestellen a span.elem-kalender {
    display: inline;
    font-size: 17px;
    padding-right: 2px; }

  .region-header-bottom,
  .front .region-header-bottom {
    display: none; } }
@media all and (min-width: 1200px) {
  header[role="banner"] {
    background: transparent;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0; }

  header a.site-logo {
    background: transparent url("../images/svg/2024/2024_logo.svg") no-repeat scroll center center/100% auto;
    display: block;
    height: 180px;
    left: calc(50% - 440px - 90px);
    text-indent: -2000px;
    top: 20px;
    width: 180px;
    z-index: 3;
    box-shadow: none; }

  .region-header-top {
    background: none;
    height: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }

  .region-header-bottom,
  .front .region-header-bottom {
    left: calc(50% - 530px);
    position: fixed;
    top: 570px;
    width: 179px;
    display: none; }

  .m-meta-header,
  .m-main {
    margin: 0;
    right: calc(50% - 440px);
    width: auto; }

  .m-meta-header {
    background: #fff;
    width: 304px;
    top: 0px; }

  header .m-main {
    background-color: transparent;
    top: 33px;
    width: 388px;
    height: auto;
    left: calc(50% + 71px);
    box-shadow: none;
    padding: 0;
    max-width: 388px; }

  header ul.menu {
    margin: 0; }

  header .m-meta ul.menu {
    padding-left: 0; }

  .m-main .menu a {
    margin-right: 0; }

  .b-kalender-bestellen {
    display: block; }

  .header__region.region.region-header {
    left: calc(50% - 532px);
    margin: 0 auto;
    position: fixed;
    top: 384px;
    width: 186px;
    height: 182px; }

  header .b-kalender-bestellen {
    background-image: url(../images/7WO_Desktop_Kalender-Banner.png);
    background-position: 0px -5px;
    height: 175px;
    left: 2px;
    top: 0;
    width: 179px; }

  .b-kalender-bestellen a {
    background-position: right 3px;
    margin: 151px 0 0 5px;
    padding: 0 1.5em 0 0;
    font-size: 12px; }

  .b-kalender-bestellen a span.elem-kalender {
    display: inline;
    font-size: 17px;
    padding-right: 2px; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
div#navigation {
  z-index: 10000;
  position: fixed;
  top: 0; }

.m-main-toggle {
  float: right;
  margin: 0 6.25% 0 0;
  height: 50px; }

.m-meta-header > ul.menu > li:nth-child(n + 2) {
  display: none; }

.m-main {
  height: 270px;
  right: -400px;
  position: absolute;
  text-align: left;
  top: 72px;
  width: calc(100% + 60px);
  max-width: 350px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 0 20px 20px;
  transition: all ease-in-out .5s; }

.m-main.active {
  right: 0; }

.l-toggle-main a {
  background: transparent no-repeat url(../images/svg/btn_menue.svg) 0 0/35px 20px;
  display: block;
  text-indent: -2000px;
  width: 35px;
  height: 20px;
  margin: 20px 0 9px; }

ul.menu {
  margin: 0 5px 0 0; }

ul.menu > li {
  list-style: none;
  display: inline-block;
  position: relative; }

header ul.menu ul {
  width: 100px;
  position: absolute;
  left: 0px; }

header ul.menu ul > li {
  display: inline-block;
  text-align: left; }

.m-main .menu > li:nth-child(1) li li {
  width: 100px; }

.m-main .menu a,
.m-main .menu .nolink {
  color: white;
  font-family: "robotomedium";
  font-size: 13px;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
  line-height: 30px; }

.m-main ul.menu ul.menu a {
  color: white;
  font-family: "robotomedium";
  font-size: 13px;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
  line-height: 30px;
  color: white;
  padding: .25em 0;
  line-height: 1.2em;
  display: block; }

.m-main > ul.menu li.menu-item--active-trail > a,
.m-main > ul.menu > li a:hover {
  color: #46463F; }

/* m-meta-header */
.m-meta-header {
  position: fixed;
  top: 12px;
  width: 73px;
  margin: 0;
  right: 59px;
  text-align: right; }

.m-meta-header .menu a {
  color: #646464;
  font-family: "robotomedium";
  font-size: 10px;
  font-weight: normal;
  padding-right: 7px;
  text-decoration: none; }

.m-meta-header > ul.menu > li:first-child,
.m-meta-header > ul.menu > li:nth-child(2) {
  display: block;
  float: left;
  margin-right: .25rem; }

.m-meta-header > ul.menu {
  padding: 0; }

.m-meta-header > ul.menu > li:first-child a {
  background: no-repeat transparent url("../images/svg/btn_facebook_neu.svg") center center/24px auto; }

.m-meta-header > ul.menu > li:nth-child(2) a {
  background: no-repeat transparent url("../images/svg/btn_instagram.svg") center center/24px auto; }

.m-meta-header > ul.menu > li:first-child a,
.m-meta-header > ul.menu > li:nth-child(2) a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  text-align: left;
  margin: 0;
  padding: 0; }

/* page menu */
.page-node-312 #main,
.page-node-312 #footer {
  display: none; }

.page-node-312 .m-main-toggle {
  display: none; }

.page-node-312 .m-meta-header,
.page-node-312 .m-main {
  display: block; }

.page-node-312 .m-meta-header {
  position: fixed;
  top: 50px;
  width: 100%;
  margin: 0;
  left: 0;
  text-align: right;
  right: unset;
  height: 30px;
  background: white;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-node-312 .m-main {
  position: absolute;
  background: transparent;
  height: auto;
  width: 100%;
  left: -90px;
  text-align: left;
  margin: 0;
  top: 70px;
  box-shadow: none; }

.page-node-312 .m-main ul.menu {
  padding: 0 0 0 6.25%; }

.page-node-312 .m-main > ul.menu > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px; }

.page-node-312 .m-main .menu a {
  font-size: 15px; }

.page-node-312 .m-main > ul.menu > li > a.is-active-trail,
.page-node-312 .m-main > ul.menu > li > a:hover {
  background: none;
  color: #fff;
  padding: 0; }

.page-node-312 header ul.menu ul {
  display: block; }

.page-node-312 header ul.menu > li:hover ul,
.page-node-312 header ul.menu > li:focus ul {
  background: none;
  position: inherit;
  box-shadow: none;
  padding: 0 0 0 6.25%; }

.page-node-312 .m-main ul.menu ul.menu a {
  font-size: 13px;
  color: #fff;
  padding-left: 0; }

.page-node-312 .m-meta-header > ul.menu > li {
  display: block;
  float: left; }

.page-node-312 header[role="banner"] {
  background: #fff no-repeat url(../images/svg/2024/2024_bg_header_mobile.svg) left top/auto 50px;
  height: 80px;
  top: 0; }

.logged-in .region-header-top {
  height: auto; }

.region-primary-menu {
  position: fixed;
  z-index: 1200;
  bottom: 0;
  background: #94c11c;
  height: 40px;
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
  left: 0; }

.user-logged-in .region.region-header-bottom {
  display: block;
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 40px;
  top: unset;
  background: #ededed; }

.m-intern {
  max-width: 490px;
  margin: 7px auto;
  text-transform: uppercase; }

.m-intern li {
  padding: 0 10px; }

.m-intern li a {
  text-decoration: none; }

@media all and (min-width: 1024px) {
  .m-main .menu a,
  .m-main .menu .nolink {
    font-size: 16px;
    line-height: 30px;
    margin-right: 0;
    padding: 5px 10px; }

  .m-main > ul.menu > li > a.is-active-trail,
  .m-main > ul.menu > li > a:hover {
    padding: 5px 10px;
    color: #fff; }

  .m-main ul.menu ul.menu a {
    padding-left: 15px;
    hyphens: auto;
    color: #fff;
    display: inline-block; }

  .m-main .menu a:last-child {
    margin-right: 0; }

  ul.menu > li {
    position: relative; }

  header ul.menu > li:hover ul {
    right: 0px;
    left: inherit;
    padding: 10px 0;
    background: #94c11c;
    max-width: 100%;
    box-shadow: -2px 1px 1px 0px rgba(0, 0, 0, 0.2); }

  /* m-meta-header */
  .m-meta-header .menu a {
    font-size: 12px; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  header ul.menu > li:hover ul {
    right: -5px; }

  .m-meta-header ul.menu {
    margin: 20px -4px 0 0; }

  .m-main-toggle {
    float: right;
    margin: 19px 23px 0 0; }

  .m-main {
    height: 350px;
    max-width: 330px; }

  .region-header-top {
    height: 100px; }

  .b-kalender-bestellen {
    top: 90px; }

  /* page-menu */
  .page-node-312 header#header {
    background: #fff no-repeat url(../images/svg/2024/2024_bg_header_mobile.svg) left top/auto 100px;
    height: 100px;
    top: 0; }

  .page-node-312 .m-meta-header {
    top: 100px; }

  .page-node-312 .m-main {
    top: 130px; } }
@media all and (min-width: 1200px) {
  .m-main-toggle {
    display: none; }

  .m-meta-header > ul.menu > li,
  .m-main {
    display: inline-block; }

  .m-main .menu a,
  .m-main .menu .nolink {
    padding: 5px 21px; }

  .m-main > ul.menu > li > a.is-active-trail,
  .m-main > ul.menu > li > a:hover {
    padding: 5px 21px;
    color: #fff; }

  header ul.menu ul > li {
    text-align: left;
    display: none; }

  header ul.menu > li:first-child:hover ul {
    right: unset;
    left: 0;
    padding: 10px 0;
    background: #94c11c;
    box-shadow: -2px 1px 1px 0px rgba(0, 0, 0, 0.2);
    width: 154px; }

  header ul.menu > li:nth-child(2):hover ul {
    width: 130px; }

  header ul.menu > li:hover > ul > li {
    display: block;
    text-align: left; }

  .m-meta-header > ul.menu > li:nth-child(n + 2) {
    display: inline-block; }

  .m-meta-header {
    box-shadow: -2px 1px 1px 0px rgba(0, 0, 0, 0.2);
    padding-left: 0;
    width: 368px;
    right: calc(50% - 440px);
    top: 0;
    height: 28px; }

  .m-meta-header > ul.menu > li:first-child a {
    background: no-repeat transparent url("../images/svg/btn_facebook_neu.svg") 13px center/17px auto; }

  .m-meta-header > ul.menu > li:nth-child(2) a {
    background: no-repeat transparent url("../images/svg/btn_instagram.svg") center center/17px auto; }

  .m-main > ul.menu > li > a,
  .m-main > ul.menu > li > .nolink {
    box-shadow: -2px 1px 1px 0px rgba(0, 0, 0, 0.2); }

  .m-meta-header > ul.menu > li:nth-child(3) {
    clear: none; } }
@media all and (max-width: 767px) {
  .menu--main-menu > ul.menu > li:first-child {
    width: 150px; }

  .menu--main-menu > ul.menu > li:last-child {
    padding-left: 14px; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
.layout-content .b-newsletter {
  background: none;
  color: inherit; }

.b-newsletter .block-title {
  background: transparent url("../images/svg/btn_mail.svg") no-repeat scroll left 10px/23px auto;
  padding-left: 29px; }

.b-newsletter-im-text.b-newsletter .form-submit {
  text-indent: 0;
  width: auto;
  padding-left: 30px;
  background-position-x: left;
  text-transform: uppercase; }

.b-newsletter p {
  color: white; }

main[role="main"] .layout-content > .region-content > div.b-001 {
  margin: 0 0 4em -7.1%;
  padding: 0;
  position: relative;
  width: 114.2%; }

.b-001 .views-field-field-titel-text,
.b-001 .views-field-field-claim {
  left: 6.25%;
  position: absolute;
  display: none; }

.b-001 .views-field-field-titel-text a,
.b-001 .views-field-field-claim a {
  text-decoration: none; }

.b-001 .views-field-field-titel-text {
  top: 40%; }

.b-001 .views-field-field-claim {
  top: 53%; }

.b-001 .views-row > div:nth-child(5) {
  padding: 0 6.25% 2em; }

.b-001 .views-field-field-drp-bild-aufmacher img {
  width: 100%; }

.b-001 .views-field-field-text {
  padding: 1em 6.25%; }

.b-003 {
  background: #f0f0f0 none repeat scroll 0 0; }

.b-003 .poll .bar,
.b-003 .poll .bar .foreground {
  height: 8px; }

.b-003 .form-item {
  line-height: 14px;
  margin-top: 0;
  padding: 6px 0; }

.b-003 .poll .vote-form .choices .title {
  font-weight: normal; }

.b-003 input[type=radio],
.node-poll input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent no-repeat url(../images/svg/btn_ankreuzen.svg) 0 4px;
  float: left;
  width: 14px;
  height: 20px;
  margin: 0 9px 10px 0;
  cursor: pointer; }

.b-003 input[type="radio"]:checked,
.node-poll input[type="radio"]:checked {
  background: transparent no-repeat url(../images/svg/btn_ankreuzen_active.svg) 0 4px; }

.b-003 .poll .vote-form {
  text-align: left; }

.b-003 .form-submit,
.node-poll .form-submit {
  font-size: 1.0625em;
  font-size: 1.0625rem;
  border: none;
  border-radius: 0;
  background: no-repeat transparent url(../images/svg/img_mehr_pfeil_farbe.svg) right center/16px auto;
  padding-right: 20px;
  cursor: pointer; }

.b-003 .form-radios label {
  line-height: 1.2em; }

.b-003 .poll .total {
  text-align: left; }

.b-003,
.b-019 {
  margin: 0 0 0em -7.1%;
  padding: 1em 6.5%;
  width: calc(87% / 0.86); }

.b-004,
.b-005 {
  margin: 0 0 2em -7.1%;
  padding: 1em 6.5%;
  width: calc(87% / 0.86); }

.b-mitmachaktion {
  margin: 0 0 0 -7.1%;
  padding: 1em 6.5%;
  width: calc(87% / 0.86); }

.b-005 .block-title {
  display: none; }

.b-005 .v-01,
.b-005 .v-01 .view-content,
.b-005 .v-01 .views-field-field-drp-bild-teaser {
  margin-bottom: 0; }

.b-005 .v-01 .views-row a {
  background: transparent no-repeat url(../images/7WO_Web_Contentbanner.png) center 0/100% auto;
  width: 100%;
  display: block;
  min-height: 130px; }

.b-005 .druport-image {
  display: none; }

.b-005 .v-01 .view-content .views-row {
  background: none;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0; }

.b-006 {
  border-bottom: 1px solid;
  padding-bottom: 1em;
  margin-top: 4em;
  margin-bottom: 1.5rem; }

.b-006 .area-left,
.b-006 .area-right {
  margin-bottom: 30px; }

.b-006 input[type=text],
.b-006 .b-newsletter input[type=text] {
  width: 170px;
  height: 25px; }

.b-006 .area-right .l-newsletter {
  background: transparent url("../images/svg/btn_mail.svg") no-repeat scroll left top/30px auto;
  padding-top: 30px; }

.b-006 .area-right .field-text {
  display: none; }

.b-006 .b-newsletter .l-newsletter {
  background: transparent;
  padding-top: 30px; }

.b-006 label {
  display: none; }

.b-006 .form-item-mail,
.b-006 .b-newsletter .form-item-mail {
  margin: 0.25em .25em 0 0;
  float: left; }

.b-006 input[type=text],
.b-006 .b-newsletter input[type=text] {
  border: none;
  background-color: #F0F0F0;
  font-size: 0.75rem;
  padding: 0 0.25em; }

.b-006 .l-newsletter,
.b-006 .field-text {
  color: #94c11c; }

.b-006 .l-newsletter a {
  font-family: 'pt_serifitalic';
  font-size: 13px;
  line-height: 1.4em;
  color: #94c11c;
  text-decoration: none; }

bdoy:not(.page-edit) #block-sieben-wochen-ohne-system-main .form-submit,
bdoy:not(.page-add) #block-sieben-wochen-ohne-system-main .form-submit,
.b-006 .b-newsletter .form-submit {
  background: transparent url("../images/svg/2022/img_mehr_pfeil.svg") no-repeat scroll center center/70% auto;
  border: medium none;
  border-radius: 0;
  height: 25px;
  margin-top: 0.25em;
  text-indent: -2000px;
  width: 25px; }

.region-footer #block-sieben-wochen-ohne-block-1 {
  color: #646464;
  font-family: "robotolight"; }

.region-footer #block-sieben-wochen-ohne-block-1 div.field-text,
.region-footer #block-sieben-wochen-ohne-block-1 div.field-links,
.region-footer #block-sieben-wochen-ohne-block-1 div.field-copyright {
  font-size: 12px;
  line-height: 18px; }

#block-sieben-wochen-ohne-block-1 .field-link,
#block-sieben-wochen-ohne-block-1 .field-copyright {
  font-family: 'robotomedium'; }

#block-sieben-wochen-ohne-block-1 .field-link::after {
  content: "|";
  padding: 0 0 0 4px; }

#block-sieben-wochen-ohne-block-1 .field-link:last-child::after {
  content: "";
  padding: 0; }

.front .b-008 {
  display: none; }

.b-008 {
  border-top: 1px solid #0f0;
  margin: 1em -7% 1em;
  padding: 3em 6.25%; }

.b-008 .v-01 .h-02 {
  margin: 1em 0 .75em; }

.b-008 .view-v008 > .view-content > .views-row {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-bottom: 1em; }

.b-008 .view-v008 .views-row.views-row-first {
  margin-top: 0; }

.b-010 {
  margin: 0 -6.8%; }

.b-016.block {
  margin: 2em 0; }

.b-016 .view-content {
  font-size: .875rem;
  line-height: 1.2em;
  position: relative; }

.b-016 .views_slideshow_cycle_teaser_section {
  min-height: 410px;
  width: 100%; }

.b-016 .views-slideshow-controls-bottom {
  height: calc(100% - 2.5em);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 16; }

.b-016 .views_slideshow_controls_text_pause {
  display: none; }

.b-016 .views_slideshow_controls_text {
  height: 100%; }

.b-016 .views_slideshow_controls_text_previous,
.b-016 .views_slideshow_controls_text_next {
  display: block;
  float: left;
  height: 100%;
  width: 50%; }

.b-016 .views_slideshow_controls_text_previous a,
.b-016 .views_slideshow_controls_text_next a {
  display: block;
  text-indent: -2000px;
  height: 100%; }

.b-016 .views_slideshow_controls_text_next a {
  background: transparent no-repeat url(../images/svg/btn_vor.svg) right center/30px; }

.b-016 .views_slideshow_controls_text_previous a {
  background: transparent no-repeat url(../images/svg/btn_zurueck.svg) left center/30px; }

.b-016 .druport-field-credit,
.b-016 .druport-field-description {
  display: block;
  font-size: 0.625rem; }

.b-016 .druport-field-caption {
  display: inline-block; }

.b-016 span.druport-field-credit p,
.b-016 span.druport-field-description p,
.b-016 span.druport-field-credit:before,
.b-016 span.druport-field-description:before {
  font-size: 0.625rem; }

.b-016 .views-field-field-drp-bilder .field-content {
  background: #ededed none repeat scroll 0 0;
  display: table;
  height: auto;
  width: 100%; }

.b-016 .druport-image-wrapper {
  background: #ededed none repeat scroll 0 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: auto; }

.b-016 .druport-image img {
  margin: 0 auto; }

.b-017 .view-header {
  font-family: 'robotomedium';
  color: #46463F;
  font-size: 1.063rem;
  line-height: 1.6em;
  margin-bottom: 1.5em; }

.b-017 .views-row .field-details,
.b-017 .views-field-field-untertitel,
.b-017 .views-field-field-drp-bild-aufmacher,
.b-017 .druport-image,
.views-row > p,
.b-017 .views-row > .b-016,
.b-017 > .view-content > .views-row > div:last-child {
  display: none; }

.b-017 .views-field-field-drp-bild-aufmacher {
  clear: left; }

.b-017 .active .views-row .field-details,
.b-017 .active .views-field-field-untertitel,
.b-017 .active .views-field-field-drp-bild-aufmacher,
.b-017 .active .druport-image,
.views-row.active > p,
.b-017 .views-row.active > .b-016,
.b-017 .views-row.active > div:last-child {
  display: block; }

.views-row.active > p {
  min-width: 50%; }

.b-017 .field-link.l-toggle {
  display: block;
  width: 60px;
  height: 29px;
  overflow: hidden;
  text-indent: -2000px;
  float: right; }

.b-017 .views-field.views-field-title {
  font-family: "robotolight";
  font-size: 1.25rem;
  line-height: 1.47em;
  margin-bottom: 1.5em;
  color: #646464;
  max-width: 90%;
  width: calc(100% - 90px); }

.b-019 {
  padding: 1em 6.5%; }

.b-019 {
  background-image: url(../images/svg/img_psychotest_weiss.svg);
  background-size: 50px;
  background-position: 7% 50%;
  background-repeat: no-repeat; }

.b-019 .field-text {
  margin-bottom: .5em; }

.b-019 .field-text,
.b-019 .field-link {
  margin-left: 18%; }

.front .b-032 .views-row {
  background: none;
  margin-bottom: 3rem; }

@media all and (max-width: 767px) {
  .b-001 .views-field-field-claim {
    max-width: 140px; } }
@media all and (min-width: 768px) {
  .b-001 {
    margin-bottom: 2em; }

  .b-001 .views-field-field-titel-text,
  .b-001 .views-field-field-claim {
    left: 0;
    width: 100%; }

  .b-001 .views-field-field-titel-text > div,
  .b-001 .views-field-field-claim > div {
    margin: 0 auto;
    width: 602px; }

  .b-001 .views-field-field-claim > div {
    background: transparent url("../images/svg/2022/img_scrollen_pfeil_weiss.svg") no-repeat scroll left 40px/50px auto;
    padding-bottom: 10%; }

  .b-001 .views-field-field-text {
    padding: 2em 0 0.5em; }

  .b-001 .views-field-field-titel-text {
    top: 43%; }

  .b-001 .views-row > div:nth-child(5) {
    padding: 0 0 2em; }

  .b-001 .views-field-field-text .field-content,
  .b-001 .views-row > div:nth-child(5) .field-link {
    max-width: 602px;
    margin: 0 auto; }

  .b-003 > h2,
  .b-003 > div,
  .b-004 > div,
  .b-005 > div,
  .b-005 > h2,
  .b-mitmachaktion > div,
  .b-mitmachaktion > h2,
  .b-019 > div {
    margin: 0 auto;
    width: 602px; }

  .b-003 .poll .vote-form {
    margin: 0 auto;
    width: 602px; }

  main[role="main"] .layout-content > div.b-003,
  main[role="main"] .layout-content > div.b-019 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2em 0;
    width: 100%; }

  .b-005,
  .b-mitmachaktion {
    margin: 0;
    padding: 1em 6.5%;
    width: calc(100% - 13%); }

  main[role="main"] .layout-content > div.b-004,
  main[role="main"] .layout-content > div.b-005,
  main[role="main"] .layout-content > div.b-mitmachaktion {
    margin: 0 auto 3em;
    max-width: 1200px;
    padding: 2em 0;
    width: 100%; }

  main[role="main"] .layout-content > div.b-mitmachaktion {
    margin: 0 auto; }

  .b-006 {
    width: 602px;
    margin-left: auto;
    margin-right: auto; }

  #block-sieben-wochen-ohne-block-1 {
    width: 602px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px; }

  .page-node-1121 main[role="main"] .layout-content > div.b-mitmachaktion {
    margin-top: 2rem;
    margin-bottom: -1.125rem; }

  .page-node-1121 main[role="main"] .layout-content > div.b-mitmachaktion > div {
    border: none;
    padding: 0; }

  .b-005 .v-01 .views-row a {
    background: transparent no-repeat url(../images/7WO_Web_Contentbanner.png) center 60px/100% auto;
    width: 100%;
    display: block;
    min-height: 320px;
    margin-left: 0; }

  .b-005 .v-01 .views-row a img {
    display: none; }

  #block-sieben-wochen-ohne-system-main {
    width: 602px;
    margin-left: auto;
    margin-right: auto; }

  footer > .block#block-sieben-wochen-ohne-system-main > .area {
    float: left;
    width: 35%; }

  #block-sieben-wochen-ohne-system-main .area-right .field-text {
    background: transparent url(../images/svg/btn_mail.svg) no-repeat scroll left 5px/30px auto;
    padding-top: 33px; }

  .b-006 .l-newsletter a {
    font-size: 19px;
    line-height: 1.4em; }

  .b-008 {
    margin: 0 auto;
    max-width: 602px; }

  .b-016 .views-slideshow-cycle-main-frame-row {
    height: 338px;
    margin-bottom: 1em;
    width: 602px; }

  .b-016 .views-field-field-drp-bilder .field-content {
    height: 338px;
    width: 602px; }

  .b-017 .views-field.views-field-title {
    font-size: 1.875em;
    font-size: 1.875rem;
    line-height: 1.47em; }

  .b-019 > div {
    padding-left: 18%; }

  .b-019 .field-text {
    margin-bottom: 20px; }

  .b-019 {
    background-position: calc(50% - 254px) 50%;
    background-size: 95px; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  main[role="main"] .region-content > div.b-001 {
    margin: 0 auto 4em;
    max-width: 1200px;
    padding: 0;
    width: 100%; }

  main[role="main"] .region-content > div.b-010 {
    margin: 0 -6.8%;
    width: 685px; }

  .page-node-1121 main[role="main"] .region-content > div.b-mitmachaktion {
    position: absolute;
    left: 0; }

  .page-node-1121 footer#footer {
    margin-top: 380px; } }
@media all and (min-width: 768px) {
  .b-kalender-bestellen,
  .b-newsletter {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }

  .b-newsletter.b-newsletter-im-text {
    box-shadow: none; }

  .b-newsletter .block-title {
    background: transparent url("../images/svg/2022/btn_mail.svg") no-repeat scroll left 12px/19px auto;
    font-size: 0.9em;
    line-height: 36px;
    padding-left: 25px; }

  .b-newsletter .form-submit {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
    background: no-repeat transparent url(../images/svg/2022/img_mehr_pfeil.svg) center center/20px auto;
    text-indent: -2000px;
    overflow: hidden; }

  .b-newsletter {
    padding: 0 0 0 5px;
    width: 180px;
    height: 182px;
    margin: 0; }

  .b-newsletter p {
    font-size: 12px;
    line-height: 1.2em; }

  .b-newsletter .form-item {
    margin: 0; }

  .b-newsletter label {
    display: none; }

  .b-newsletter .form-text {
    width: 148px;
    float: left;
    margin-right: 2px;
    font-size: .75em; } }
@media all and (min-width: 1200px) {
  .page-node-1121 main[role="main"] .layout-content > div.b-mitmachaktion {
    margin: 2rem 0 -1.125rem calc(((880px - 602px) / 2) * -1);
    width: 880px; }

  main[role="main"] .region-content > div.b-001 {
    height: 930px;
    width: 100%; }

  .b-001 .views-field-field-drp-bild-aufmacher {
    display: none; }

  .b-001 .views-field-field-text {
    bottom: 0;
    padding: 2em 0;
    position: absolute;
    width: calc(880px);
    font-size: 1.5625rem; }

  .b-001 .views-row > div:nth-child(5) {
    width: calc(880px); }

  .b-001 .views-field-field-text .field-content {
    width: 602px;
    margin: 0 auto; }

  .b-001 .views-field-field-claim > div {
    background: transparent url("../images/svg/2022/img_scrollen_pfeil_weiss.svg") no-repeat scroll left 90px/70px auto;
    padding-bottom: 13%; }

  .b-001 .views-row > div:nth-child(5) {
    position: absolute;
    bottom: 10px; }

  main[role="main"] .region-content > div.b-002 {
    margin-top: 4em; }

  .b-004 .area-right .field-link {
    margin: -30px 0 0 30%; }

  .b-005,
  .b-mitmachaktion {
    padding: 1em 139px;
    width: 604px; }

  main[role="main"] .region-content > div.b-010,
  main[role="main"] .region-content > div.view-v011 {
    margin: 0;
    width: 880px; }

  .b-006 .area {
    float: left;
    width: 35%; } }
@media all and (min-width: 1200px) and (max-height: 768px) {
  header a.header__logo {
    top: 0; }

  .header__region.region.region-header {
    top: 65px;
    left: calc(50% - -253px); }

  .region-header-bottom, .front .region-header-bottom {
    top: 284px; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
/**
Hier stehen allen Angaben zur Aktionsfarbe
 */
/* HEADER */
.m-main,
.b-kalender-bestellen,
.b-003 .poll .bar .foreground,
.region-header-bottom,
body.page-node-312 {
  background-color: #94c11c; }

.b-01,
.b-001 .views-field-field-text,
.b-001 .views-row > div:nth-child(5),
.b-newsletter,
.b-019,
.view-v011 .view-filters,
.view-v011 .view-header > .field-neue-gruppe,
.section-psychotest .webform-client-form,
.page-node-359.page-node-done .messages--status,
.section-feedback .layout-content .webform-client-form,
.page-node-done .webform-confirmation,
.page-node-done .layout-content > .links {
  background-color: #94c11c;
  color: white; }

.b-01 a:link,
.b-01 a:link:hover,
.b-01 a:visited,
.b-kalender-bestellen a:link,
.b-kalender-bestellen a:visited,
.b-kalender-bestellen a:hover,
.b-019 div.field-text,
.b-019 div.field-link a,
.b-019 div.field-link a:hover {
  color: white; }

.b-003 .form-submit,
.b-006 .field-text, .layout-content .b-newsletter .field-text,
.node-fastengruppe-form .form-submit,
a:link:hover,
.page-node-done .webform-confirmation a,
.page-node-done .webform-confirmation a:hover,
.node-642 .field-name-field-dateien .field-item a {
  color: #94c11c; }

.b-006.block,
.b-008.block,
.v-01.view-v017 > div.view-content > .views-row {
  border-color: #94c11c; }

/* Headings */
.v-02 .h-03,
.h-04,
.page-fastengruppen h1.page__title,
.page-gottesdienstarchiv h1.page__title,
.page-downloads h1.page__title,
.b-mitmachaktion > h2,
.b-003 .block-title,
.b-008 .block-title,
.b-003 .title,
.b-001 .views-field-field-titel-text a,
.breadcrumb li::before,
.b-link-home.b-link-home-bottom .l-home::after {
  color: #94c11c; }

.page-downloads h1.page__title,
.page-views main[role="main"] .layout-content > h1.page__title,
.page-node-190 main[role="main"] .layout-content > h1.page__title {
  color: #94c11c; }

.b-001 .views-field-field-titel-text a,
div.b-001 .views-field-field-claim a {
  color: #fff; }

/* Text */
.t-01 a:hover {
  color: #94c11c; }

/* Links */
.l-more a,
.l-more a:link,
.l-more a:visited,
.breadcrumb a:link,
.breadcrumb a:visited,
.view-v011 .view-header .views-row .views-field-view-node a,
.view-v011 .view-header .views-row .views-field-view-node a :link,
.view-v011 .view-header .views-row .views-field-view-node a:visited,
.v-01 .views-field-view-node a:link,
.v-01 .views-field-view-node a:visited,
.view-v011 .views-field-view-node a:link,
.view-v011 .views-field-view-node a:visited,
a.l-more.l-aktion,
.b-mitmachaktion .field-link a:link,
.b-mitmachaktion .field-link a:visited {
  color: #94c11c; }

.m-main > ul.menu > li > a.is-active-trail,
.m-main > ul.menu > li > a:hover {
  background: #94c11c; }

.marker-cluster-small,
.marker-cluster-small div,
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-large,
.marker-cluster-large div {
  background: #94c11c !important; }

@media all and (min-width: 768px) {
  .m-main .menu a,
  .m-main .menu .nolink,
  .section-psychotest .node-webform .webform-client-form {
    background-color: #94c11c; } }
@media all and (min-width: 1200px) {
  html {
    background: url("../images/7WO2024_Aktionsmotiv_web-D.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
/* FRONTPAGE */
.path-frontpage #block-sieben-wochen-ohne-system-main {
  display: none; }

.page-node-edit .layout-container {
  background: #fff none repeat scroll 0 0;
  width: 100%; }

.page-node-edit main[role="main"] {
  margin-top: 0; }

.logged-in.page-node-edit .layout-content,
.node-type-fastenaktion.page-node-edit .layout-content {
  max-width: 100%; }

/*
.page-fastengruppen h1.page__title {
	background: transparent url("../images/svg/img_gruppen_rot.svg") no-repeat scroll right bottom / 19% auto;
	padding: 0 10% 8% 0;
}
*/
.logged-in.no-sidebars.page-node-webform-results .header__logo,
.logged-in.no-sidebars.page-node-webform-results .region-header,
.logged-in.no-sidebars.page-node-webform-results .region-header-bottom {
  display: none; }

.logged-in.no-sidebars.page-node-webform-results .layout-container {
  margin: 0 auto;
  width: 1920px;
  max-width: 95%;
  position: relative; }

.logged-in.no-sidebars.page-node-webform-results .layout-container table {
  width: 100%; }

.logged-in.no-sidebars.page-node-webform-results main[role="main"] .layout-content > div {
  width: calc(100% - 40px);
  padding: 0 20px; }

.page-views main[role="main"],
.page-node-359 main[role="main"] {
  padding-bottom: 1em; }

.page-downloads main[role="main"] .layout-content > div.b-link-home.b-link-home-bottom {
  width: 602px;
  margin-left: auto;
  margin-right: auto; }

.video-filter iframe {
  width: 100%;
  height: 300px; }

.druport-video video {
  width: 100%; }

/* Formular */
.page-veranstaltungen .footer-middle {
  margin-top: 0; }

.page-eintragen .form-submit {
  border: none;
  background: none; }

/* Feedback Formular */
.section-feedback .layout-content .webform-client-form,
.page-node-done .webform-confirmation,
.page-node-done .layout-content > .links {
  margin: 0 0 2em -7.1%;
  padding: 1em 6.5%;
  width: calc(87% / 0.86); }

.page-node-done .webform-confirmation {
  margin: 0 0 0 -7.1%; }

.section-feedback .layout-content .form-submit,
.page-node-done .links a {
  padding-right: .25em;
  font-family: "robotomedium";
  font-size: 1.0625em;
  font-size: 1.0625rem;
  text-decoration: none;
  background: transparent url(../images/svg/img_mehr_pfeil_weiss.svg) no-repeat scroll right center/20px auto;
  border: 0;
  padding: 0 1.5em 0 0;
  color: #fff; }

.page-node-done .webform-confirmation a {
  font-family: "robotomedium";
  font-size: 1.0625em;
  font-size: 1.0625rem;
  text-decoration: none;
  background: #FFFFFF url(../images/svg/img_mehr_pfeil_rot.svg) no-repeat scroll 8.75em center/20px auto;
  border: 0;
  padding: .35em 2em .35em .5em;
  border-radius: 3px; }

.section-feedback .layout-content .form-submit.webform-next,
.section-feedback .layout-content .form-submit.button-primary {
  float: right; }

.section-feedback .layout-content .form-submit.webform-previous {
  text-align: right;
  background: transparent url(../images/svg/img_mehr_pfeil_prev_weiss.svg) no-repeat scroll left center/20px auto;
  padding: 0 0 0 1.5em; }

.section-feedback .webform-client-form input[type="radio"]:checked {
  background: transparent no-repeat url(../images/svg/btn_ankreuzen_active_rot.svg) 0 0; }

.section-feedback .webform-client-form input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent no-repeat url(../images/svg/btn_ankreuzen_weiss.svg) 0 0;
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  clear: both; }

.section-feedback .webform-client-form .form-type-radio label {
  margin: 0 0 1em;
  display: inline-block;
  width: calc(100% - 28px);
  float: right; }

.section-feedback .webform-client-form .webform-component-textarea label {
  margin: 0 0 1em; }

.section-feedback .webform-client-form > div > .webform-component-radios > label,
.section-feedback .webform-client-form .webform-component-textarea label {
  font-family: "robotomedium";
  font-size: 1.0625em;
  font-size: 1.0625rem;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 1em; }

.page-node-642 .field-name-body ul {
  padding: 0; }

.node-642 .field-name-field-dateien .field-item {
  background: #f0f0f0 none repeat scroll 0 0;
  margin: 10px 0;
  list-style: none;
  padding: 1em;
  color: #a7c500;
  font-family: 'robotomedium';
  font-size: 1.0625rem; }

.node-642 .field-name-field-dateien .field-item a {
  text-decoration: none; }

.node-642 .field-name-field-dateien .field-item a:after {
  background: transparent url(/sites/default/themes/sieben_wochen_ohne/images/svg/btn_download.svg) no-repeat scroll right center/14px auto;
  content: "download";
  display: block;
  color: #646464;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  width: 100px; }

.node-642 .field-name-field-dateien .field-item a {
  display: block; }

.node-642 .field-name-field-dateien .field-item:nth-child(1) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001pb1KxN67eIOxmX1RqVPKgI_t3LM8x_85GQxDg1Pvj4-l000000330668&dfid=i-45) left top; }

/*
.node-642 .field-name-field-dateien .field-item:nth-child(2) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001Ernut956QXI0VFVZU-440-iU9nyJdOOvdfgPJNQI6XMN000000266982&dfid=i-45) left top;
} */
.node-642 .field-name-field-dateien .field-item:nth-child(2) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001NsVeZ0IB9yk8JURJWBlc4jwvIqZnt9O4jpZsD6fY6lto000000330669&dfid=i-45) left top; }

.node-642 .field-name-field-dateien .field-item:nth-child(3) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001jb6dOWGmBox1THDCivTs9hL_geLIAgLSP_yTIgE3LWbO000000330670&dfid=i-45) left top; }

.node-642 .field-name-field-dateien .field-item:nth-child(4) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001HFk_qcbbxVLcyAf4aguLVP7Hnk7L8KbeZeqXWr3x6YLL000000330671&dfid=i-45) left top; }

.node-642 .field-name-field-dateien .field-item:nth-child(5) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001fDeXiSxK47d1a2riH8i9cbw19fdFIvdnmy2uGm3cRudr000000330665&dfid=i-45) left top; }

.node-642 .field-name-field-dateien .field-item:nth-child(6) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00100001WH-m6l__dzvbNFVrDYmwHyeQsHNoFYlWs_dj0Bc2ubNn000000330666&dfid=i-45) left top; }

.node-642 .field-name-field-dateien .field-item:nth-child(7) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=001000013RmlSazZYyRqYOHvmEXgx7BWYd8LS5aiXmxVp9tuOeVV000000330667&dfid=i-45) left top; }

/*

.node-642 .field-name-field-dateien .field-item:nth-child(8) a {
  padding-left: 140px;
  min-height: 100px;
  background: no-repeat transparent url(https://static1.evangelisch.de/get/?daid=00010001tY7dGwIIC1c8fHqMls4i2dhteTkrMg4a2i1PlEYNrBix000000272725&dfid=i-45) left top;
}

.node-642 .field-name-field-dateien .field-item:nth-child(10) a:after,
.node-642 .field-name-field-dateien .field-item:nth-child(11) a:after,
.node-642 .field-name-field-dateien .field-item:nth-child(12) a:after,
.node-642 .field-name-field-dateien .field-item:nth-child(13) a:after {
    background: transparent url(../images/svg/btn_pdf.svg) no-repeat scroll right center / 24px auto;
    height: 34px;
    line-height: 34px;
    padding-right: 6px;
}
*/
#protected-pages-enter-password .form-submit {
  background: transparent url(../images/svg/img_mehr_pfeil.svg) no-repeat scroll right center/15px auto;
  font-family: "robotomedium";
  font-size: 1.063em;
  font-size: 1.063rem;
  color: #646464;
  line-height: 1.4em;
  padding-right: 1.5em;
  border: none; }

/* PAGE Article */
.page-node-type-article #block-sieben-wochen-ohne-system-main {
  margin-top: 0; }

/* PAGE FASTENMAIL */
.page-fastenmail main[role="main"] .layout-content .b-newsletter.b-newsletter-im-text {
  background: transparent url(/sites/default/themes/sieben_wochen_ohne/images/border_half.gif) no-repeat scroll left bottom;
  margin-bottom: 3rem;
  padding-bottom: 3rem; }

.page-fastenmail .layout-content .b-newsletter.b-newsletter-im-text .field-text {
  font-size: 20px; }

.page-abonnieren .node--type-page {
  display: none; }

/* PAGE ZUTATEM */
.field--name-field-dateien .field__item:nth-child(n + 4) .file a {
  padding-left: 80px; }

.field--name-field-dateien .field__item:nth-child(n+4) .file--image {
  display: block; }

.field--name-field-dateien .field__item:nth-child(4) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001F8XBxgdbPoGhfzf2EktJ3BkfbctWqi8swnQKJx6k3QYn000000346164&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(5) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001P9MDX5CqcTqn7L1l2bVUyhIuI8XyYIilvy72XrCXbxN8000000346163&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(6) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001uvuqSZwZn2lY5jAByxFvhaKlrZV50ietXP2bEElv-JRk000000346162&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(7) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001UzUvJR9RfDiZRaZ_U4fjDtEBOeShVhW0yRCiccZVdi0-000000346161&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(8) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001Smpzg_w6SX3jfl2HY4WDCM9GEDLJ0h2OBPFOFFDKTJja000000346167&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(9) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001A0QyGFSazFJ-UIS-m9aHvxZFeoXcwXkwZPn2BbjfbKW-000000346166&dfid=i-45) left top/100px auto; }

.field--name-field-dateien .field__item:nth-child(10) .file--image {
  background: no-repeat transparent url(https://static.evangelisch.de/get/?daid=00010001L50tGxfS42KgM75AfIvO1WroiqSucH1yb2RQXgDdt7qz000000346165&dfid=i-45) left top/100px auto; }

@media all and (min-width: 768px) {
  .page-node-add .layout-container,
  .page-node-edit .layout-container {
    width: 880px; }

  .page-node-add.page-node-add-fastengruppe .layout-container {
    width: 880px; }

  .page-admin .layout-content,
  .page-node-add .layout-content,
  .page-node-edit .layout-content {
    width: 602px;
    margin: 0 0 0 calc(50% - 301px); }

  .page-node-add .vertical-tabs fieldset.vertical-tabs-pane,
  .page-node-edit .vertical-tabs fieldset.vertical-tabs-pane {
    width: 90%; }

  .tabs-primary {
    background-color: #fff;
    position: relative;
    z-index: 30;
    margin-left: 130px; }

  .page-node-edit header a.header__logo {
    display: none; }

  .page-downloads main[role="main"] .layout-content > div {
    width: 100%; }

  .page-downloads main[role="main"] .layout-content > div .view-header {
    width: 602px;
    margin: 0 auto; }

  .v-02 .views-row > div {
    width: 602px;
    margin: 0 auto;
    float: none; }

  .page-downloads .views-field-field-drp-downloads span span {
    display: block; }

  .node-type-simplenews .layout-content {
    width: 602px;
    margin: 0 0 0 140px; }

  .page-downloads .v-02 .views-row > div.views-field-title {
    padding-bottom: .5em; }

  .page-downloads .v-02 .views-field-field-downloads {
    bottom: 30px;
    left: calc(50% - 95px);
    position: absolute; }

  .page-downloads .b-link-home {
    width: 602px;
    margin: 0 auto; }

  .page-downloads main[role="main"] .layout-content > div.b-link-home.b-link-home-bottom {
    width: 602px;
    margin-left: auto;
    margin-right: auto; }

  .video-filter iframe {
    width: 602px;
    height: 336px; }

  .druport-video video {
    width: 602px;
    height: 334px; }

  .section-feedback .layout-content .webform-client-form,
  .page-node-done main[role="main"] .layout-content .webform-confirmation,
  .page-node-done main[role="main"] .layout-content > .links {
    margin: 0 auto;
    width: 100%;
    padding: 1em 0; }

  .page-node-done main[role="main"] .layout-content .webform-confirmation p,
  .page-node-done main[role="main"] .layout-content > .links a {
    width: 602px;
    margin: 0 auto; }

  .page-node-done main[role="main"] .layout-content > .links a {
    display: block;
    background-position: 175px center;
    padding: 0; }

  .page-node-done .webform-confirmation {
    padding: 1em 0 0; }

  .section-feedback .webform-client-form > div > .webform-component-radios > label {
    font-size: 1.25em;
    font-size: 1.25rem;
    line-height: 1.6em; }

  .page-node-done main[role="main"] .layout-content > .links a {
    background-position: 205px center; }

  #protected-pages-enter-password {
    margin-left: 140px;
    max-width: 50%; }

  #protected-pages-enter-password fieldset {
    border: none;
    padding: 0;
    margin: 0; }

  /* PAGE FASTENMAIL */
  .page-fastenmail main[role="main"] .layout-content .b-newsletter.b-newsletter-im-text {
    padding-bottom: 0rem; } }
@media all and (min-width: 1024px) {
  .page-downloads .v-02 .views-row {
    margin: 0 0 1em; }

  .confirmation > div {
    margin-left: 130px; }

  .page-node-add-satz-2020.page-node-add .layout-content {
    margin: 0 0 0 calc(50% - 301px); } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
a:link,
a:visited {
  color: #646464; }

.l-more,
.view-v011 .view-header .views-row .views-field-view-node,
.v-01 .views-field-view-node,
.view-v011 .views-field-view-node {
  font-family: 'robotoitalic';
  font-size: .75em;
  font-size: .75rem;
  line-height: 1em; }

.l-more a,
.b-link-home a,
.view-v011 .view-header .views-row .views-field-view-node a,
.v-01 .views-field-view-node a,
.view-v011 .views-field-title a,
.view-v011 .views-field-view-node a {
  text-decoration: none; }

.b-link-home-top {
  font-family: 'robotoregular';
  font-size: .75rem;
  line-height: 1em;
  color: #94c11c;
  margin: 45px 0 -12px 6.25%;
  padding: 1.5rem 0 0; }

.b-link-home-top .l-home {
  display: inline-block; }

.b-link-home-top.b-link-home .l-home a {
  font-family: 'robotoregular';
  font-size: .75rem;
  line-height: 1em;
  color: #94c11c;
  text-decoration: none; }

a.l-more.l-aktion,
.b-mitmachaktion .field-link a {
  background: no-repeat transparent url(../images/svg/2024/img_mehr_pfeil_gruen.svg) right center/1rem auto;
  padding-right: 1.25rem;
  font-family: "robotomedium";
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none; }

.l-facebook a,
.field-link-facebook a {
  background: transparent url("../images/svg/btn_facebook.svg") no-repeat scroll left top/100% auto;
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -2000px; }

.l-instagram a {
  background: transparent url("../images/svg/btn_instagram.svg") no-repeat scroll left top/26px auto;
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 1rem;
  #
  overflow: hidden;
  text-indent: -2000px; }

.field-link-send a {
  background: transparent url("../images/svg/btn_mail.svg") no-repeat scroll left top/100% auto;
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -2000px; }

.b-004 .l-fastengruppe-eintragen a,
.view-v011 .l-eintragen a {
  background: transparent url("../images/svg/2022/img_mehr_pfeil.svg") no-repeat scroll right center/15px auto;
  font-family: "robotomedium";
  font-size: 1.063em;
  font-size: 1.063rem;
  line-height: 1.4em;
  padding-right: 1.5em;
  text-decoration: none; }

.b-019 .field-link {
  background: transparent url("../images/svg/2022/img_mehr_pfeil.svg") no-repeat scroll right center/15px auto;
  padding-right: 1.5em;
  display: inline-block;
  width: auto; }

.b-019 div.field-link a,
.b-019 div.field-link a:hover {
  text-decoration: none; }

.l-fastengruppe-eintragen a:before {
  content: "Fastengruppe";
  padding-right: .25em;
  font-family: 'pt_serifitalic';
  font-size: 1.375em;
  font-size: 1.375rem; }

.b-007 .field-links a,
.b-007 .field-copyright {
  font-family: 'robotomedium';
  text-decoration: none;
  color: #646464; }

.b-007 .field-link::after {
  content: "|";
  padding: 0 .25em; }

.b-007 .field-link:last-child::after {
  content: "";
  padding: 0; }

.druport-dfid-download a,
a.l-download {
  background: transparent url("../images/svg/btn_download.svg") no-repeat scroll right center/14px auto;
  font-family: 'robotomedium';
  color: #646464;
  padding-right: 20px;
  text-decoration: none; }

.views-field-field-downloads .l-download {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase; }

.b-mitmachaktion .field-link {
  font-family: 'robotomedium';
  color: #fff;
  text-decoration: none;
  margin: 2rem 0 0; }

.field--name-field-dateien .file--application-pdf {
  background-image: url("../images/svg/2024/btn_pdf_aktionsfarbe.svg"); }

.field--name-field-dateien .file {
  width: auto;
  padding-left: 50px;
  margin: 0 0 20px;
  min-height: 50px; }

.field--name-field-dateien .file a {
  padding: 23px 0 0;
  display: inline-block; }

.field-link.l-veranstaltung-eintragen {
  display: block;
  margin: 0 6.25% 1rem; }

.field-link.l-veranstaltung-eintragen a {
  display: inline-block;
  padding: .5rem 2rem;
  font-family: 'robotoitalic';
  text-transform: uppercase;
  background: #94c11c;
  color: white;
  border-radius: 2px;
  text-decoration: none; }

@media all and (min-width: 768px) {
  .l-more,
  .view-v011 .view-header .views-row .views-field-view-node,
  .v-01 .views-field-view-node,
  .view-v011 .views-field-view-node {
    font-size: .813em;
    font-size: .813rem;
    line-height: 1em; }

  .b-006 .l-facebook {
    margin-bottom: 0.5em; }

  .l-facebook a {
    height: 25px;
    width: 25px; }

  .l-fastengruppe-eintragen a:before {
    font-size: 1.5em;
    font-size: 1.5rem; } }
@media all and (min-width: 1200px) {
  .b-link-home-top {
    max-width: 602px;
    margin: 95px auto 0;
    padding-top: 20px; }

  .b-004 .l-fastengruppe-eintragen a {
    background-size: 20px auto;
    font-size: 1.25em;
    font-size: 1.25rem;
    line-height: 1.4em; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
.field-meta-socials .field-link a {
  display: block;
  float: left;
  width: 28px;
  height: 20px;
  text-indent: -2000px;
  overflow: hidden;
  margin: 0 .5em 1em 0; }

.field-meta-socials .field-link-twitter {
  display: none; }

.field-meta-socials .field-link-facebook a {
  background: transparent url(../images/svg/btn_facebook.svg) no-repeat scroll left center/19px 19px;
  width: 20px; }

.field-meta-socials .field-link-send a {
  background: transparent url("../images/svg/btn_mail.svg") no-repeat scroll center 2px/28px auto; }

.field-meta-socials .field-link-print a {
  background: transparent url(../images/svg/btn_print.svg) no-repeat scroll center -5px/30px auto; }

.druport-wrapper-binary > span {
  display: block; }

.views-field-field-satz-2020-name .field-content:not(:empty):after,
.views-field-field-satz-2020-alter .field-content:not(:empty):after {
  content: ",";
  padding-right: .25rem; }

.views-field-field-satz-2020-name,
.views-field-field-satz-2020-alter,
.views-field-field-satz-2020-ort {
  display: inline-block;
  font-family: 'robotolight';
  font-size: .8125rem;
  text-transform: uppercase; }

.page-newsletter .form-wrapper {
  border: none;
  margin: 0;
  padding: 0; }

.captcha.form-wrapper .fieldset-description {
  display: none; }

/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
/* HEADINGS */
h1 a,
.h-01 a,
h2 a,
.h-02 a,
h3 a,
.h-03 a,
h4 a,
.h-04 a {
  color: #5a5a5a;
  text-decoration: none; }

h1,
.h-01,
h2,
.h-02,
h3,
.h-03,
h4,
.h-04 {
  font-weight: 400;
  color: #5a5a5a; }

h1.page-title {
  font-family: "robotolight";
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.47em;
  margin-bottom: 1em; }

main[role="main"] .layout-content > h1.page__title {
  margin-bottom: 2em;
  margin-top: 3em; }

.page-fastengruppen main[role="main"] .layout-content > h1.page__title {
  margin-top: 2em;
  margin-bottom: 0; }

.page-gottesdienstarchiv main[role="main"] .layout-content > h1.page__title,
.page-aktionsarchiv main[role="main"] .layout-content > h1.page__title,
.page-wochenthemen main[role="main"] .layout-content > h1.page__title,
.b-mitmachaktion > h2,
.page-node-190 main[role="main"] .layout-content > h1.page__title {
  font-family: "robotolight";
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.47em;
  margin-bottom: 1em;
  margin-top: 3em; }

.h-02,
.view-v011 .view-header .views-row .views-field-title,
.b-002 .views-field-field-titel-text,
.view-v011 .views-field-title,
.node-190.node-article div.video-im-text h2,
.b-mitmachaktion .views-field-title {
  font-family: "robotolight";
  font-size: 1.25rem;
  line-height: 1.47em;
  margin-bottom: 1.5em;
  color: #646464; }

.b-mitmachaktion .views-field-title {
  margin-bottom: 0; }

.b-mitmachaktion .views-field-title a:link {
  text-decoration: none; }

.view-v011 .view-header .views-row .views-field-title,
.view-v011 .views-field-title {
  margin-bottom: .5em; }

.field-name-body h2 {
  font-family: 'RobotoMedium';
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin: 1.5em 0 0.5em; }

.h-03,
.page-downloads h1.page__title,
.page-gottesdienstarchiv h1.page__title {
  font-family: 'robotomedium';
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: .5em;
  color: #646464; }

.field-name-body h3 {
  font-family: 'robotomedium';
  font-size: 0.938em;
  font-size: 0.938rem;
  line-height: 1.6em;
  margin-top: 2em; }

.h-04,
.b-003 .block-title,
.view-v011 .view-filters::before {
  font-family: "pt_serifitalic";
  font-size: 1.375em;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.35em; }

.page-fastengruppen h1.page__title {
  font-family: "pt_serifitalic";
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.47em;
  margin-bottom: 1em; }

.b-008 .block-title {
  font-family: "pt_serifitalic";
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: .5em; }

.b-001 .views-field-field-titel-text a {
  font-family: "pt_serifitalic";
  font-size: 2.4375rem;
  line-height: 1.2em; }

.b-005 .block-title,
.view-filters::before {
  font-family: "pt_serifitalic";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 0.5em; }

@media all and (min-width: 768px) {
  h1.page-title,
  .page-fastengruppen h1.page-title {
    font-size: 2.5rem;
    line-height: 1.47em; }

  main[role="main"] .region-page-title h1.page-title {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0; }

  .page-gottesdienstarchiv main[role="main"] .region-page-title h1.page-title,
  .page-aktionsarchiv main[role="main"] .region-page-title h1.page-titlee,
  .page-wochenthemen main[role="main"] .region-page-title h1.page-title,
  .page-node-190 main[role="main"] .region-page-title h1.page-title,
  .b-mitmachaktion > h2 {
    font-size: 2.5rem;
    line-height: 1.47em; }

  .h-02,
  .b-002 .views-field-field-titel-text,
  .view-v011 .views-field-title,
  .node-190.node-article div.video-im-text h2,
  .b-mitmachaktion .views-field-title {
    font-size: 1.875em;
    font-size: 1.875rem;
    line-height: 1.47em; }

  .field-name-body h2 {
    font-size: 1.063rem;
    line-height: 1.6em; }

  .h-03,
  .page-downloads h1.page__title,
  .page-gottesdienstarchiv h1.page__title {
    font-size: 1.375rem;
    line-height: 1.6em;
    margin-bottom: .5em; }

  .field-name-body h3 {
    font-family: 'robotomedium';
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: .5em;
    color: #646464;
    margin-top: 2em; }

  .h-04,
  .b-003 .title,
  .page-downloads h1.page__title,
  .view-v011 .view-filters::before {
    font-size: 1.8125rem;
    line-height: 1.35em; }

  .b-008 .block-title {
    font-size: 1rem;
    line-height: 1.4em; }

  .b-005 .block-title {
    font-size: 1.188rem;
    line-height: 1.4em;
    margin-bottom: 0.5em; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  .b-001 .views-field-field-titel-text a {
    font-size: 3.9375em;
    font-size: 3.9375rem;
    line-height: 1.2em; } }
@media all and (min-width: 1200px) {
  .b-001 .views-field-field-titel-text a {
    font-size: 5em;
    font-size: 5rem;
    line-height: 1.2em; } }
.layout-content {
  font-size: 0.938rem;
  line-height: 1.6em; }

.layout-content strong {
  font-family: 'robotomedium';
  font-weight: normal; }

.t-01,
.field-name-body.field-type-text-with-summary,
.field-name-body.field-type-text-with-summary p {
  font-family: "robotolight";
  font-size: 0.938rem;
  line-height: 1.6em;
  margin-bottom: 1.5em; }

.t-01 a,
.t-01 a:link,
.t-01 a:hover,
.t-01 a:visited {
  text-decoration: none;
  color: black; }

.field--name-field-untertitel {
  font-family: 'robotomedium';
  color: #46463F;
  font-size: 1.063rem;
  line-height: 1.6em;
  margin-bottom: 1.5em; }

.b-001 .views-field-field-claim a,
.b-019 .field-text,
.b-019 .field-link {
  font-family: 'robotomedium';
  font-size: 0.938rem;
  line-height: 1.6em;
  color: #646464; }

.b-001 .views-field-field-text a {
  font-family: 'pt_serifitalic';
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4em;
  text-decoration: none;
  margin-bottom: 0.5em;
  color: white; }

.b-001 .field-link.l-more a {
  font-size: .75em;
  font-size: .75rem;
  line-height: 1.4em;
  color: white; }

.b-003 .title {
  background: transparent url("../images/svg/img_umfrage.svg") no-repeat scroll right center/14% auto;
  display: block;
  min-height: 80px;
  padding: 1.5em 30% 1.5em 0; }

.b-003 .title,
.b-004 .area-right .field-text {
  font-family: 'robotomedium';
  font-size: 1.063em;
  font-size: 1.063rem;
  line-height: 1.4em; }

.b-004 .area-right .field-text {
  background: transparent url("../images/svg/img_gruppen_weiss.svg") no-repeat scroll right center/16% auto;
  display: block;
  padding: 1.5em 30% 1.5em 0; }

.b-006 .field-text,
.layout-content .b-newsletter .field-text {
  font-family: 'pt_serifitalic';
  font-size: 13px;
  line-height: 1.4em; }

.b-019 .field-link .label {
  font-family: 'pt_serifitalic';
  font-size: 1.375em;
  font-size: 1.375rem; }

.druport-field-credit {
  font-family: 'robotomedium';
  padding-right: .25em; }

.druport-field-credit:before {
  content: "©"; }

.druport-field-credit p,
.druport-field-description p {
  font-size: 0.625em;
  font-size: 0.625rem;
  display: inline-block;
  margin: 0;
  line-height: 1.35em; }

/* FORMS */
.form-text {
  width: 100%; }

@media all and (min-width: 768px) {
  .layout-content {
    font-size: 1.0625rem;
    line-height: 1.6em; }

  .field-name-field-untertitel {
    font-size: 1.25rem;
    line-height: 1.6em;
    margin-bottom: 1.5em; }

  .b-001 .views-field-field-claim a,
  .b-019 .field-text,
  .b-019 div.field-link {
    font-size: 1.0625rem;
    line-height: 1.6em; }

  .b-001 .views-field-field-text a {
    font-size: 1.5675rem;
    line-height: 1.4em;
    text-decoration: none;
    margin-bottom: 0.5em; }

  .b-001 .l-more a {
    font-size: .8125em;
    font-size: .8125rem;
    line-height: 1.4em; }

  .b-003 .title,
  .b-004 .area-right .field-text {
    font-size: 1.25em;
    font-size: 1.25rem;
    line-height: 1.6em; }

  .b-006 .field-text,
  .layout-content .b-newsletter .field-text {
    font-size: 19px;
    line-height: 1.4em; }

  .b-019 .field-link .label {
    font-size: 2.0125em;
    font-size: 2.0125rem; }

  .t-01,
  .field--name-body.field--type-text-with-summary,
  .field--name-body.field--type-text-with-summary p {
    font-size: 1.0625rem;
    line-height: 1.6em;
    padding-bottom: 1rem; }

  .druport-field-credit p,
  .druport-field-description p {
    font-size: 0.75rem;
    line-height: 1.35; } }
@media all and (min-width: 1200px) {
  .b-001 .views-field-field-claim a {
    font-size: 1.375rem;
    line-height: 1.6em;
    max-width: 180px;
    display: block; }

  .b-003 .title,
  .b-004 .area-right .field-text {
    font-size: 1.25rem;
    line-height: 1.4em; }

  .b-004 .area-right .field-text {
    background: transparent url("../images/svg/img_gruppen_weiss.svg") no-repeat scroll left center/25% auto;
    display: block;
    padding: 1em 0 2.5em 30%; } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
.b-002 {
  margin-bottom: 2em; }

.b-002 .view-header,
.v-02 .view-header,
.view-v011 .field-untertitel {
  color: #46463F;
  font-family: "robotomedium";
  margin-bottom: 3em; }

.b-002 .views-field-field-kurztext {
  margin-bottom: 1em; }

.view-v011 .form-text {
  color: #646464; }

.view-v011 .form-submit {
  background: transparent;
  border: none;
  font-family: "pt_serifitalic";
  font-size: 1.375em;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.35em; }

.b-002.view-content {
  margin-bottom: 3em; }

.b-002 .view-v002 > .view-content > .views-row,
.node-190.node-article div.video-im-text,
.b-032 .views-row,
.v-01 .views-row {
  background: transparent url("../images/border_half.gif") no-repeat scroll left top;
  margin-top: .5em;
  padding-top: .85em;
  margin-bottom: 6em; }

.v-01 .b-016 .views-row {
  background: none;
  margin: 0;
  padding: 0; }

.v-01 .h-02 {
  margin: 1em 0 1.75em; }

.node-190.node-article div.video-filter,
.node-190.node-article .druport-video {
  padding-top: 0;
  margin-bottom: 3em; }

.v-01.view-v017 > .view-content > .views-row {
  background: none;
  border-top: 1px solid; }

.views-row:last-child {
  padding-bottom: 0em;
  margin-bottom: 0em; }

.b-002 .h-02 {
  margin: 1em 0 1.75em; }

.b-002 .views-field-field-drp-bild-teaser {
  margin-bottom: 2em; }

.b-002 .l-toggle,
.v-01 .l-toggle {
  background: transparent url("../images/svg/btn_archiv_aufklappen.svg") no-repeat scroll center center/12px auto;
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  overflow: hidden;
  text-indent: -2000px;
  width: 30px; }

.v-01 .active .l-toggle {
  background: transparent url("../images/svg/btn_archiv_zuklappen.svg") no-repeat scroll center center/30px auto; }

.v-01 .active .field-details {
  clear: left;
  display: block !important;
  visibility: visible; }

.v-01 .field-untertitel {
  font-family: RobotoMedium;
  font-size: 1.0625rem;
  line-height: 1.4em;
  margin-bottom: 1em; }

.v-02 .view-content {
  margin-top: 2em; }

.v-02 .views-row {
  background: #f0f0f0 none repeat scroll 0 0;
  margin: 0 -6.85% 1em;
  padding: 1em 6.25%;
  position: relative; }

.v-02 .views-field-field-drp-bild-teaser {
  float: left;
  margin: 0 1em 1em 0; }

.v-02 .views-field-field-downloads {
  bottom: 55px;
  left: calc(8% + 185px);
  position: absolute; }

.v-02 .views-field-field-downloads .druport-description {
  display: none; }

.view-v011 .view-filters,
.view-v011 .view-header > .field-neue-gruppe,
.view-v011 .field-neue-gruppe {
  margin: 0 -6.8% 0;
  padding: 1em 6.25% 0; }

.view-v011 .field-neue-gruppe {
  padding-bottom: 2em; }

.view-v011 .view-header {
  margin: 0 -6.8% 0;
  padding: 1em 0 0; }

.view-v011 .field-untertitel {
  padding: 0 6% 2em;
  color: #46463f;
  font-family: robotomedium; }

.view-v011 .view-filters > form {
  border-bottom: 1px solid; }

.view-v011 .views-exposed-form .views-exposed-widget {
  float: none;
  margin: 0 0 1em;
  padding: 0;
  width: 100%; }

.view-v011 .view-filters {
  margin-bottom: 0;
  padding-bottom: 0.5em; }

.view-v011 .view-filters::before {
  content: "Suche";
  display: block;
  padding-top: .75em; }

.view-v011 .view-header > .field-neue-gruppe {
  margin-bottom: 3em;
  padding-bottom: 2em;
  padding-top: 0; }

.view-v011 .view-header > .field-neue-gruppe {
  margin-bottom: 3em;
  padding-bottom: 2em;
  padding-top: 1em; }

.view-v011 .l-eintragen {
  font-family: "pt_serifitalic";
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.35em;
  text-align: right; }

.view-v011 .views-submit-button {
  text-align: right; }

.view-v011 .views-exposed-widget .form-submit {
  background: transparent url("../images/svg/2022/img_mehr_pfeil.svg") no-repeat scroll right center/15px auto;
  border: medium none;
  border-radius: 0;
  color: #5a5a5a;
  font-family: "robotomedium";
  font-size: 1.063rem;
  line-height: 1.4em;
  margin: 0;
  padding: 0 1.5em 0 0; }

.view-v011 .view-header .views-row {
  margin-bottom: 3em; }

.view-v011 .view-header .views-row .views-field-title a {
  text-decoration: none; }

.view-v011 .view-header .views-row .views-field-body {
  margin-bottom: 1em; }

.view-v011 .view-content .views-row {
  margin: 2em 0; }

.view-v011 .views-field-body {
  margin-bottom: 1em; }

.view-v014 .druport-dfid-download {
  color: transparent; }

main[role="main"] .layout-content > div.view-v014 {
  margin-bottom: 4em; }

.view-v017 .views-field-title {
  float: left;
  margin-bottom: 1.25em;
  padding-right: 30px; }

@media all and (min-width: 768px) {
  .v-01 .field-untertitel {
    font-family: RobotoMedium;
    font-size: 1.25rem;
    line-height: 1.6em;
    margin-bottom: 1em; }

  .view-v011 > .view-content {
    width: 602px;
    margin: 4em auto; }

  .view-v011 .field-untertitel,
  .view-v011 .field-text {
    padding: 0;
    width: 602px;
    margin-left: auto;
    margin-right: auto; }

  .view-v011 .views-exposed-form .views-exposed-widget {
    float: left;
    margin: 0 2% 1em 0;
    padding: 0;
    width: 49%; }

  .view-v011 .views-exposed-form .views-exposed-widget:nth-child(2) {
    margin-right: 0; }

  .view-v011 .views-exposed-form .views-exposed-widget.views-submit-button {
    text-align: right;
    width: 100%; }

  .view-v011 .l-eintragen {
    font-size: 1.8125rem;
    line-height: 1.35em; } }
@media all and (min-width: 1200px) {
  .view-v010 {
    margin: 0 calc((6.5% + 55px) * -1); }

  main[role="main"] .layout-content > div.view-v011 {
    margin: 0 52px;
    width: 776px;
    padding: 0; }

  .view-v011 .view-filters,
  .view-v011 .view-header > .field-neue-gruppe,
  .view-v011 .field-neue-gruppe {
    margin: 0 -52px;
    padding: 0 110px 2em;
    width: 660px; }

  .page-veranstaltungen .view-v011 .view-filters {
    margin-left: calc((6.5% + 100px) * -1); }

  .view-v011 .field-neue-gruppe {
    padding-top: 2em; }

  .view-v011 .view-header > .view-content {
    margin: 3em -52px;
    padding: 0 110px 2em;
    width: 660px; }

  .view-v014 > .view-content {
    margin: 2em 0 0 -140px;
    width: calc(100% + 280px); } }
/* COLORS */
/* FONTS */
/* TEXT */
/* menu */
/* LINKS */
/* VIEWS */
/* DIVERS */
.druport-image img {
  margin-bottom: 8px; }

.field-name-field-drp-bild-aufmacher,
.druport-dfid-i-321,
.druport-dfid-i-322,
.druport-dfid-i-323 {
  margin-bottom: 2em; }

.druport-copyright,
.druport-description,
.druport-field-credit,
.druport-credit,
.druport-field-desscription {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "robotolight";
  font-size: 0.875rem;
  line-height: 1.35; }

.druport-copyright::before,
.druport-field-credit::before,
.druport-credit::before {
  font-family: "robotolight";
  font-size: 0.875rem;
  line-height: 1.35;
  content: "Foto:";
  padding-right: .2em; }

.druport-field-caption {
  display: none; }

.node-article .b-016 .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
  min-height: 300px; }

.node-article .b-016 .views-slideshow-controls-bottom {
  z-index: 20; }

@media all and (min-width: 768px) {
  .druport-dfid-i-323 {
    float: left;
    margin: 0 1em 1em 0; }

  .druport-copyright,
  .druport-description,
  .druport-field-credit,
  .druport-field-desscription {
    font-size: 0.75rem;
    line-height: 1.35; }

  .druport-copyright::before,
  .druport-field-credit::before {
    font-size: 0.75rem;
    line-height: 1.35; }

  .node-article .b-016 .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
    min-height: 500px; } }
.b-006::after,
.b-005 .view-content::after,
.v-01 .views-row::after,
.v-02 .views-row::after,
.field-meta-socials::after,
.section-psychotest .webform-component-radios::after,
.section-psychotest .form-radios::after,
.section-feedback .layout-content .webform-client-form::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.site-logo img,
.site-name,
.path-frontpage h1.page-title,
.b-019,
.b-003,
.b-003 > .links,
.b-004,
.b-016 #views_slideshow_controls_text_pause_v016-default,
.b-016 .views-slideshow-controls-text-pause,
.node-fastengruppe .field-label,
.node-fastengruppe .field-name-field-adresse-geo,
.node-startseite .field-meta-socials, .layout-content .b-newsletter label,
.node-fastengruppe-form .field-name-body .filter-wrapper,
.node-fastengruppe-form div.grippie,
.captcha legend,
.page-node-543.page-node-done main[role="main"] .layout-content > .links,
.field-name-field-dateien .file-icon,
.not-logged-in.page-node-add-fastengruppe .vertical-tabs,
.not-logged-in.node-type-poll .tabs-primary,
.m-meta-header > ul > li:first-child,
.m-meta-header > ul > li:nth-child(2),
.node-satz-2020.view-mode-full .field-label-above .field-label {
  display: none; }

img.leaflet-marker-icon {
  content: url("../images/marker.png") !important; }

.leaflet-container .leaflet-bar a {
  line-height: 30px !important;
  font-size: 30px;
  padding: 0; }

.marker-cluster-small div span,
.marker-cluster-medium div span,
.marker-cluster-large div span {
  color: #fff;
  font-family: 'robotolight';
  font-size: 1rem; }

.leaflet-popup-content-wrapper {
  border-radius: 0 !important; }

.leaflet-popup-content {
  margin: 16px 0 12px !important;
  padding: 13px; }

.leaflet-container a {
  color: #46463f !important;
  font-family: 'robotolight'; }

.leaflet-container .leaflet-popup-content a {
  text-decoration: none; }

.leaflet-container .leaflet-popup-content .field-online-dachzeile {
  font-family: 'robotolight';
  font-size: 0.875rem;
  letter-spacing: 0.188em;
  line-height: 1.4em  !important;
  text-transform: uppercase; }

.leaflet-container .leaflet-popup-content .field-titel-heft {
  font-family: 'pt_serifitalic';
  font-size: 1.375em;
  font-size: 1.375rem;
  line-height: 1.4em;
  padding: 0.25em 0; }

.leaflet-container a.leaflet-popup-close-button {
  background: transparent url(../images/svg/btn_menue_schliessen.svg) no-repeat right;
  background-size: 100%;
  height: 15px;
  width: 15px;
  margin: 5px;
  display: block;
  text-indent: -10000px; }

.page-node-edit .node-fastengruppe-form input[type=text],
.page-node-edit fieldset .form-textarea-wrapper,
.page-node-add .node-fastengruppe-form input[type=text],
.page-node-add fieldset .form-textarea-wrapper {
  width: 100%; }

#admin-menu {
  z-index: 10; }

#admin-menu .dropdown .admin-menu-icon img {
  width: 16px; }

@media screen and (min-width: 1280px) {
  .page-node-add #page, .page-node-edit #page {
    width: 90%;
    max-width: 90%; }

  .page-node-edit .header__region.region.region-header,
  .page-node-edit .region-header-bottom {
    display: none; }

  .logged-in.page-node-edit #content,
  .node-type-fastenaktion.page-node-edit .layout-content {
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 0 10px; }

  .logged-in.page-node-edit form .field-multiple-table {
    width: 100%; } }
/*
@import "header";
@import "nodes";

@import "footer";
@import "menu";
@import "front";
@import "comments";
@import "forms";
@import "print";
*/

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