@charset "UTF-8";
/*
* import foundation components settings
*/
/*
* import project variables
*/
/*===============================================
=            Settings HP-Widerspruch            =
===============================================*/
/* link-colors */
/* max width */
/* settings font colors */
/* !!overide foundation setting */
/*=====  End of Settings HP-Widerspruch  ======*/
/**
 *
 * import compass mixins
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

elements-of-type
(
html5-block

)
{
  display: block
;
}

/*
* import foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
 * import Mixins
 */
/*=====================================
=            Mixin Buttons            =
=====================================*/
/*=====  End of Mixin Buttons  ======*/
/*
 * Import Vendors
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets-hpwiderspruch/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets-hpwiderspruch/fonts/slick.eot");
  src: url("/assets-hpwiderspruch/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets-hpwiderspruch/fonts/slick.woff") format("woff"), url("/assets-hpwiderspruch/fonts/slick.ttf") format("truetype"), url("/assets-hpwiderspruch/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
* import foundation components
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  line-height: 1.5em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2rem;
  line-height: 3rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 1.5rem 0;
}

h2 {
  font-size: 1.5rem;
  line-height: 3rem;
  margin: 1.5rem 0;
}

h3 {
  font-size: 1.17rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}

h5 {
  font-size: 0.83rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}

h6 {
  font-size: 0.67rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.5rem 40px;
}

dl,
ol,
ul {
  margin: 1.5rem 0;
}

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

dd {
  margin: 0 0 0 40px;
}

ol, ul {
  padding: 0 0 0 40px;
}

/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.5rem 0;
}

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

/* Links
       ========================================================================== */
/**
     * 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;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.5rem 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */
}

menu menu,
ol menu,
ul menu {
  margin: 0;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #505050;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #505050;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #505050;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #505050;
}

input::placeholder,
textarea::placeholder {
  color: #505050;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #505050;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #505050;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 2px 0 0 2px;
}

.input-group > :last-child > * {
  border-radius: 0 2px 2px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #505050;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2880, 80, 80%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0
) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
* Import typography settings
*/
/*
 * Import layout
 */
/*====================================
=            Main Styling            =
====================================*/
html {
  font-size: 100%;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Catamaran", "Calisto MT", "Book Antiqua", serif;
  color: #505050;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0px;
  padding: 0;
  margin: 0px;
  margin: 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
}

h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
  line-height: 2.25rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

b {
  font-weight: 600;
}

.typestyle-hero, .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
}

.typestyle-testimonial, .layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 300;
}

.typestyle-smallprint, .layout-section-about .article-about .content-about .aside-profile .aside-content .about-text p, .layout-section-about .article-about .content-about .aside-profile .aside-content .about-profile-contact p {
  font-size: 14px;
  font-size: 0.875rem;
}

.typestyle-fineprint {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.typestyle-heading-section, .layout-section-testimonials .article-testimonials header h3, .layout-section-steps .article-steps header h3, .layout-section-form .article-form header h3, .layout-section-about .article-about .about-header h3, .layout-section-information .article-information header h3, .layout-section-contact .article-contact header.article-contact-header h3, .layout-section-video header h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.typestyle-heading-step, .layout-section-steps .article-steps .step-wrapper .dl-step dt h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  color: #F39200;
}

.typestyle-subclaim, .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text .sub-claim {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.typestyle-button, .button-info, .button-medium, input[type="button"] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.typestyle-heading-aside, .layout-section-about .article-about .content-about .aside-profile .aside-content .aside-header h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05556em;
  color: #F39200;
}

.typestyle-heading-info, label, .layout-section-contact .article-contact .contact-area .contact-field header h4, .layout-section-contact .article-contact .contact-area .contact-form header h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

/* global typestyle */
.paragraph-header {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

/* links */
a {
  color: #F39200;
  text-decoration: none;
}

a:visited {
  color: tint(#F39200, 10%);
}

a:focus {
  color: #F39200;
}

a:hover {
  color: #ffbd5a;
}

a:active {
  color: #ffa927;
}

/* reset ul list */
ul {
  margin: 0px;
  margin: 0;
  padding: 0px;
  padding: 0;
}

ul li {
  margin: 0px;
  margin: 0;
  padding: 0px;
  padding: 0;
}

/* reset dl */
dl {
  margin: 0px;
  margin: 0;
  padding: 0px;
  padding: 0;
}

dl dt, dl dd {
  margin: 0px;
  margin: 0;
  padding: 0px;
  padding: 0;
}

/* buttons */
.button-info {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  border: none;
  color: #FFFFFF;
  background: #F39200;
  cursor: pointer;
  width: 15px;
  padding: 12px 0px 8px 0px;
  padding: 0.75rem 0 0.5rem 0;
  text-align: center;
  display: block;
  border-radius: 21px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px;
  padding: 0;
}

.button-info:visited {
  color: #FFFFFF;
}

.button-info:focus {
  color: #FFFFFF;
}

.button-info:hover {
  color: #FFFFFF;
}

.button-info:active {
  color: #FFFFFF;
}

.button-info:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  background: #da8300;
}

.button-medium {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  border: none;
  color: #FFFFFF;
  background: #F39200;
  cursor: pointer;
  width: 209px;
  padding: 12px 0px 8px 0px;
  padding: 0.75rem 0 0.5rem 0;
  text-align: center;
  display: block;
  border-radius: 21px;
  color: #FFFFFF;
  text-decoration: none;
}

.button-medium:visited {
  color: #FFFFFF;
}

.button-medium:focus {
  color: #FFFFFF;
}

.button-medium:hover {
  color: #FFFFFF;
}

.button-medium:active {
  color: #FFFFFF;
}

.button-medium:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  background: #da8300;
}

/* ci styling */
.ci-style {
  text-transform: uppercase;
}

/* form */
input[type="button"] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  border: none;
  color: #FFFFFF;
  background: #F39200;
  cursor: pointer;
  width: 80%;
  padding: 12px 0px 8px 0px;
  padding: 0.75rem 0 0.5rem 0;
  text-align: center;
  display: block;
  border-radius: 21px;
  color: #FFFFFF;
  text-decoration: none;
}

input[type="button"]:visited {
  color: #FFFFFF;
}

input[type="button"]:focus {
  color: #FFFFFF;
}

input[type="button"]:hover {
  color: #FFFFFF;
}

input[type="button"]:active {
  color: #FFFFFF;
}

input[type="button"]:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  background: #da8300;
}

input[type="file"] {
  border: 1px solid #cacaca;
  background: #FFFFFF;
  border-radius: 2px;
}

/*=====  End of Main Styling  ======*/
/*=====================================================
=            full width background styling            =
=====================================================*/
.full-width-background, .bg-introduction, .layout-section-introduction, .bg-white, .layout-section-steps, .layout-section-about, .layout-section-footer, .layout-section-video, .bg-light, .layout-section-testimonials, .layout-section-form, .layout-section-information, .layout-section-contact {
  width: 100%;
  background-size: cover;
}

.bg-introduction, .layout-section-introduction {
  background: #fff url("/assets-hpwiderspruch/img/Header_bg_image.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.bg-white, .layout-section-steps, .layout-section-about, .layout-section-footer, .layout-section-video {
  background: #FFFFFF;
}

.bg-light, .layout-section-testimonials, .layout-section-form, .layout-section-information, .layout-section-contact {
  background: #F2F2F2;
}

.layout-section-introduction {
  padding: 48px 0px 48px 0px;
  padding: 3rem 0 3rem 0;
  background-size: cover;
}

.layout-section-introduction .article-introduction {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-introduction .article-introduction .introduction-header {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: #FFFFFF;
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo:last-child:not(:first-child) {
  float: right;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service {
  overflow: hidden;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul {
  float: left;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul .logo-rr {
  display: block;
  float: right;
  padding-left: 0px;
  padding-left: 0;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul .logo-rr a {
  text-indent: -9999px;
  display: block;
  width: 200px;
  height: 17px;
  background: url("/assets-hpwiderspruch/img/logo/logo_rr.png") 0 100% no-repeat;
  background-size: 99%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul .logo-rr a {
    background: url("/assets-hpwiderspruch/img/logo/logo_rr@2x.png") 0 100% no-repeat;
    background-size: 99%;
  }
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul li {
  float: none;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul li p {
  padding-bottom: 0px;
  padding-bottom: 0;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-logo .logo-hp a {
  display: block;
  text-indent: -9999px;
  background: url("/assets-hpwiderspruch/img/logo/logo_hp_widerspruch.png") 0 0 no-repeat;
  background-size: 100%;
  width: 188px;
  height: 26px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo .logo-hp a {
    background: url("/assets-hpwiderspruch/img/logo/logo_hp_widerspruch@2x.png") 0 0 no-repeat;
    background-size: 100%;
  }
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  overflow: hidden;
  padding-top: 24px;
  padding-top: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner:last-child:not(:first-child) {
  float: right;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner ul {
  float: left;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner ul li p {
  padding-bottom: 0px;
  padding-bottom: 0;
  color: #FFFFFF;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner ul .logo-pflege {
  padding-left: 0px;
  padding-left: 0;
}

.layout-section-introduction .article-introduction .introduction-header .wrapper-partner ul a {
  float: right;
  text-indent: -9999px;
  display: block;
  float: right;
  width: 216px;
  height: 48px;
  background: url("/assets-hpwiderspruch/img/logo/logo_hp_orange.png") 0% 0% no-repeat;
  background-size: contain;
}

.layout-section-introduction .article-introduction .hero-container {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
  color: #FFFFFF;
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-introduction .article-introduction .hero-container .wrapper-hero-text:last-child:not(:first-child) {
  float: right;
}

.layout-section-introduction .article-introduction .hero-container .wrapper-hero-text h1 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-introduction .article-introduction .hero-container .wrapper-hero-text .sub-claim {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-introduction .article-introduction .hero-container .wrapper-button {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-button {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-introduction .article-introduction .hero-container .wrapper-button:last-child:not(:first-child) {
  float: right;
}

.layout-section-introduction .article-introduction .hero-container .wrapper-button .button-medium {
  margin: 0 auto;
}

.layout-section-introduction a {
  text-decoration: none;
  color: #FFFFFF;
}

.layout-section-introduction .wrapper-tv-logo {
  padding-top: 48px;
  padding-top: 3rem;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.layout-section-introduction .wrapper-tv-logo span {
  display: block;
  float: left;
  width: 100px;
  height: 30px;
}

.layout-section-introduction .wrapper-tv-logo span:nth-child(1) {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.layout-section-introduction .wrapper-tv-logo span:nth-child(2) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
    width: 65%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul .logo-rr {
    padding-left: 5px;
    padding-left: 0.3125rem;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo .wrapper-service ul li {
    float: left;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
    width: 35%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 0px;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner ul {
    float: right;
  }

  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text, .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .layout-section-introduction .wrapper-tv-logo {
    margin-right: 24px;
    margin-right: 1.5rem;
    width: 220px;
    float: right;
    color: #FFFFFF;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-introduction {
    background-size: cover;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-logo:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-introduction .article-introduction .introduction-header .wrapper-partner:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text, .layout-section-introduction .article-introduction .hero-container .wrapper-hero-text:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

#logo-ard {
  background: url("/assets-hpwiderspruch/img/logo/ARD_logo_weiss_2017.svg") no-repeat;
  background-size: contain;
}

#logo-mdr {
  background: url("/assets-hpwiderspruch/img/logo/MDR_Logo_weiss_2017.svg") no-repeat;
  background-size: contain;
}

/*====================================================
=            Section Testimonials styling            =
====================================================*/
.layout-section-testimonials {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-testimonials .article-testimonials {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-testimonials .article-testimonials header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-testimonials .article-testimonials header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-testimonials .article-testimonials header:last-child:not(:first-child) {
  float: right;
}

.layout-section-testimonials .article-testimonials .slick-gallery {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 48px;
  padding-top: 3rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-testimonials .article-testimonials .slick-gallery {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-testimonials .article-testimonials .slick-gallery:last-child:not(:first-child) {
  float: right;
}

.layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper {
  text-align: center;
}

.layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial:last-child:not(:first-child) {
  float: right;
}

.layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial, .layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-testimonial:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.layout-section-testimonials .article-testimonials .slick-gallery .slide-wrapper .wrapper-person img {
  margin: 0 auto;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #8E8E8E;
}

/*=====  End of Section Testimonials styling  ======*/
/*=====================================
=            Section Steps            =
=====================================*/
.layout-section-steps {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-steps .article-steps {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-steps .article-steps header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-steps .article-steps header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-steps .article-steps header:last-child:not(:first-child) {
  float: right;
}

.layout-section-steps .article-steps .step-wrapper {
  padding-top: 72px;
  padding-top: 4.5rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.layout-section-steps .article-steps .step-wrapper:last-child:not(:first-child) {
  float: right;
}

.layout-section-steps .article-steps .step-wrapper .dl-step {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background: url("/assets-hpwiderspruch/img/icon/step-1.svg") 50% 0% no-repeat;
  background-size: 120px;
  padding-top: 144px;
  padding-top: 9rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-steps .article-steps .step-wrapper .dl-step {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-steps .article-steps .step-wrapper .dl-step:last-child:not(:first-child) {
  float: right;
}

.layout-section-steps .article-steps .step-wrapper .dl-step:nth-child(2) {
  background-image: url("/assets-hpwiderspruch/img/icon/step-2.svg");
}

.layout-section-steps .article-steps .step-wrapper .dl-step:nth-child(3) {
  background-image: url("/assets-hpwiderspruch/img/icon/step-3.svg");
}

.layout-section-steps .article-steps .step-wrapper .dl-step dt {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-steps .article-steps .step-wrapper .dl-step {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-steps .article-steps .step-wrapper .dl-step {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-steps .article-steps .step-wrapper .dl-step:last-child:not(:first-child) {
    float: right;
  }
}

/*=====  End of Section Steps  ======*/
/*============================================
=            Section Form Styling            =
============================================*/
.layout-section-form {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-form input[type='file'] {
  font-size: 60%;
  padding-top: 7.68px;
  padding-top: 0.48rem;
  padding-bottom: 7.68px;
  padding-bottom: 0.48rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.layout-section-form .article-form {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-form .article-form header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form header:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form label .button-info {
  margin: 4.8px;
  margin: 0.3rem;
  float: left;
}

.layout-section-form .article-form .form-rejection-wrapper {
  padding-top: 72px;
  padding-top: 4.5rem;
}

.layout-section-form .article-form .form-rejection-wrapper form {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form, .layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-1 {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-2 {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-3 {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper:last-child:not(:first-child) {
  float: right;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper .checkbox-datenschutzerklaerung {
  padding-top: 24px;
  padding-top: 1.5rem;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper .checkbox-datenschutzerklaerung input.checkbox {
  float: left;
  display: block;
}

.layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper .checkbox-datenschutzerklaerung label.checkbox-disclaimer {
  float: left;
  width: 80%;
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form {
    width: 83.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form, .layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form {
    width: 66.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form, .layout-section-form .article-form .form-rejection-wrapper form:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-1 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-2 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 label:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-3 .input-specify:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-form .article-form .form-rejection-wrapper form .form-row-4 .comment-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

/*=====  End of Section Form Styling  ======*/
.layout-section-about {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-about .article-about {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-about .article-about .about-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .about-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-about .article-about .about-header:last-child:not(:first-child) {
  float: right;
}

.layout-section-about .article-about .content-about {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.layout-section-about .article-about .content-about:last-child:not(:first-child) {
  float: right;
}

.layout-section-about .article-about .content-about .text-wrapper {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about .text-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-about .article-about .content-about .text-wrapper:last-child:not(:first-child) {
  float: right;
}

.layout-section-about .article-about .content-about .aside-profile {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about .aside-profile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-about .article-about .content-about .aside-profile:last-child:not(:first-child) {
  float: right;
}

.layout-section-about .article-about .content-about .aside-profile .about-profile-picture {
  background: url("/assets-hpwiderspruch/img/richter_scaled_about.png") 90% 50% no-repeat;
  background-size: cover;
  padding-top: 192px;
  padding-top: 12rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-section-about .article-about .content-about .aside-profile .about-profile-picture {
    background: url("/assets-hpwiderspruch/img/richter_scaled_about@2x.png") no-repeat;
    background-size: cover;
  }
}

.layout-section-about .article-about .content-about .aside-profile .aside-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background-color: #F2F2F2;
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about .aside-profile .aside-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-about .article-about .content-about .aside-profile .aside-content:last-child:not(:first-child) {
  float: right;
}

.layout-section-about .article-about .content-about .aside-profile .aside-content .aside-header {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  text-align: left;
}

.layout-section-about .article-about .content-about .aside-profile .aside-content .about-profile-contact {
  padding-top: 24px;
  padding-top: 1.5rem;
}

.layout-section-about .article-about .content-about .aside-profile .aside-content .about-profile-contact p {
  color: #F39200;
  display: block;
}

.layout-section-about .article-about .content-about .aside-profile .aside-content .about-profile-contact .about-phone-icon {
  background: url("/assets-hpwiderspruch/img/phone_icon.svg") no-repeat;
  display: block;
  text-indent: 30px;
  color: #F39200;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}

.layout-section-about .article-about .content-about .aside-profile .aside-content .about-profile-contact .about-email-icon {
  background: url("/assets-hpwiderspruch/img/icon_mail.svg") no-repeat;
  text-indent: 30px;
  color: #F39200;
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .layout-section-about .article-about .content-about:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-about .article-about .content-about .text-wrapper {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-about .article-about .content-about .text-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about .text-wrapper:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-about .article-about .content-about .aside-profile {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-about .article-about .content-about .aside-profile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-about .article-about .content-about .aside-profile:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-about .article-about .content-about {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .layout-section-about .article-about .content-about:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-about .article-about .content-about .text-wrapper {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-about .article-about .content-about .text-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-about .article-about .content-about .text-wrapper:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-about .article-about .content-about .aside-profile {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-about .article-about .content-about .aside-profile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-about .article-about .content-about .aside-profile:last-child:not(:first-child) {
    float: right;
  }
}

/*=============================================
=            Section Information Styling            =
=============================================*/
.layout-section-information {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-information .article-information {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-information .article-information header {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.layout-section-information .article-information header:last-child:not(:first-child) {
  float: right;
}

.layout-section-information .article-information .info-article-header .info-article {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 48px;
  padding-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 40em) {
  .layout-section-information .article-information .info-article-header .info-article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
  float: right;
}

.layout-section-information .article-information .info-article-header .info-article, .layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.layout-section-information .article-information .info-article-header .info-article .wrapper-focus-book .info-article-pictures li {
  display: inline-block;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.layout-section-information .article-information .info-article-header .info-article .wrapper-focus-book .info-article-pictures img {
  height: 200px;
}

@media print, screen and (min-width: 40em) {
  .layout-section-information .article-information .info-article-header .info-article {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-information .article-information .info-article-header .info-article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-information .article-information .info-article-header .info-article, .layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-information .article-information .info-article-header .info-article {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-information .article-information .info-article-header .info-article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-information .article-information .info-article-header .info-article, .layout-section-information .article-information .info-article-header .info-article:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/*===============================================
=            Section Contact Styling            =
===============================================*/
.layout-section-contact {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-contact .article-contact {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-contact .article-contact header.article-contact-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact header.article-contact-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-contact .article-contact header.article-contact-header:last-child:not(:first-child) {
  float: right;
}

.layout-section-contact .article-contact .contact-area {
  padding-top: 48px;
  padding-top: 3rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.layout-section-contact .article-contact .contact-area:last-child:not(:first-child) {
  float: right;
}

.layout-section-contact .article-contact .contact-area .contact-field {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-field {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-contact .article-contact .contact-area .contact-field:last-child:not(:first-child) {
  float: right;
}

.layout-section-contact .article-contact .contact-area .contact-field header {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.layout-section-contact .article-contact .contact-area .contact-field .logo-rr-grey {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background: url("/assets-hpwiderspruch/img/logo/logo_rr_grau.png") 0% 0% no-repeat;
  background-size: 45%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-section-contact .article-contact .contact-area .contact-field .logo-rr-grey {
    background: url("/assets-hpwiderspruch/img/logo/logo_rr_grau@2x.png") 0% 0% no-repeat;
    background-size: 45%;
  }
}

.layout-section-contact .article-contact .contact-area .contact-field .contact-possibilities {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.layout-section-contact .article-contact .contact-area .contact-field .contact-possibilities p {
  padding-bottom: 0px;
  padding-bottom: 0;
}

.layout-section-contact .article-contact .contact-area .contact-form {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-contact .article-contact .contact-area .contact-form:last-child:not(:first-child) {
  float: right;
}

.layout-section-contact .article-contact .contact-area .contact-form header h4 {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.layout-section-contact .article-contact .contact-area .contact-form form .checkbox-datenschutzerklaerung {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.layout-section-contact .article-contact .contact-area .contact-form form .checkbox-datenschutzerklaerung .checkbox {
  float: left;
}

.layout-section-contact .article-contact .contact-area .contact-form form .checkbox-datenschutzerklaerung .checkbox-disclaimer {
  float: left;
  width: 80%;
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-field {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-field {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-field:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-contact .article-contact .contact-area .contact-form {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-contact .article-contact .contact-area .contact-form:last-child:not(:first-child) {
    float: right;
  }

  .layout-section-contact .article-contact .contact-area .contact-form form {
    width: 66.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    left: -33.33333%;
  }

  .layout-section-contact .article-contact .contact-area .contact-form form:last-child:not(:first-child) {
    float: right;
  }
}

#email-widerspruch img {
  height: 100%;
  padding-left: 5px;
}

#email-widerspruch-1 img {
  height: 100%;
}

#email-datenschutz img {
  height: 100%;
}

/*=====  End of Section Contact Styling  ======*/
/*==============================================
=            Section Footer Styling            =
==============================================*/
.layout-section-footer {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.layout-section-footer .footer-content {
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: flex;
}

.layout-section-footer .footer-content .wrapper-copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media print, screen and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-copyright {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-footer .footer-content .wrapper-terms {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-terms {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-footer .footer-content .wrapper-terms ul {
  text-align: center;
}

.layout-section-footer .footer-content .wrapper-terms ul li {
  display: inherit;
}

@media print, screen and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 33.33333%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-copyright {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-terms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 66.66667%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-terms {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-terms ul {
    text-align: right;
  }

  .layout-section-footer .footer-content .wrapper-terms ul li {
    display: inline-block;
    padding-left: 4px;
  }

  .layout-section-footer .footer-content .wrapper-terms ul li :before {
    content: "|";
    color: #505050;
    padding-right: 5px;
  }

  .layout-section-footer .footer-content .wrapper-terms ul :first-child :before {
    content: "";
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-footer .footer-content .wrapper-copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-copyright {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-section-footer .footer-content .wrapper-terms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .layout-section-footer .footer-content .wrapper-terms {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/*=====  End of Section Footer Styling  ======*/
/*============================================
=            Section Video Styling            =
============================================*/
.layout-section-video {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  max-width: 60.625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
}

.layout-section-video header {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  text-align: center;
}

.layout-section-video header:last-child:not(:first-child) {
  float: right;
}

.layout-section-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.layout-section-video p {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 40em) {
  .layout-section-video p {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-video p:last-child:not(:first-child) {
  float: right;
}

.layout-section-video p, .layout-section-video p:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.layout-section-video .video-wrapper {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .layout-section-video .video-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.layout-section-video .video-wrapper:last-child:not(:first-child) {
  float: right;
}

.layout-section-video .video-wrapper, .layout-section-video .video-wrapper:last-child:not(:first-child) {
  float: none;
  clear: both;
}

#yt-iframe-1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#yt-iframe-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#video-2 {
  display: none;
}

#video-2 a {
  background: url("/assets-hpwiderspruch/img/RR_Video_MDR.png") no-repeat;
  background-size: cover;
}

#video-3 {
  display: none;
}

#video-3 a {
  background: url("/assets-hpwiderspruch/img/RR_Video_ARD.png") no-repeat;
  background-size: cover;
}

#video-button {
  margin-top: 12px;
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#video-button input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  float: none;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  background: #b6b6b6;
}

#video-button input[type="radio"]:checked {
  background: #505050;
}

#video-button input[type="radio"]:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

#video-button input[type="radio"]:nth-child(4) {
  margin-left: 10px;
}

.layout-section-video .cc-link {
  position: initial;
}