@charset "UTF-8";

/* vietnamese */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fuengers.de/files/fuengers/dist/fonts/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml1BMEbKsUPqjmG8Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fuengers.de/files/fuengers/dist/fonts/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml1RMEbKsUPqjmG8Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fuengers.de/files/fuengers/dist/fonts/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml2xMEbKsUPqjm.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  --color-default: #ff5636;
  --color-gray-dark: #222;
  --color-gray: #555;
  --color-gray-light: #ccc;
  --color-brand: var(--color-default);
  --color-highlight: var(--color-brand);
  --color-page-background: #fff;
  --color-text: var(--color-gray-dark);
  --color-text--inverted: var(--color-page-background);
  --color-links: var(--color-highlight);
  --color-btn: var(--color-links);
  --color-btn-text: var(--color-text--inverted);
  --base-font-size--xs: 0.875rem;
  --base-font-size: 1rem;
  --base-font-size--xl: 1.125rem;
  --base-line-height: 1.625;
  --base-font-weight: 400;
  --base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit--xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit--sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit--lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit--xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 4px;
  --base-border-width: 1px;
  --base-border-color: var(--color-gray-light);
  --base-border: var(--base-border-width) solid var(--base-border-color)
}

html {
  --color-default: #e40010;
  --color-gray-dark: #636262;
  --color-gray: #555;
  --color-gray-light: #ccc;
  --color-brand: var(--color-default);
  --color-highlight: var(--color-brand);
  --color-page-background: #fff;
  --color-text: #424242;
  --color-text--inverted: var(--color-page-background);
  --color-links: var(--color-highlight);
  --color-btn: var(--color-links);
  --color-btn-text: var(--color-text--inverted);
  --base-font-size--xs: 1rem;
  --base-font-size: 1rem;
  --base-font-size--xl: 1.125rem;
  --base-line-height: 1.625;
  --base-font-weight: 400;
  --base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit--xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit--sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit--lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit--xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 4px;
  --base-border-width: 1px;
  --base-border-color: var(--color-gray-light);
  --base-border: var(--base-border-width) solid var(--base-border-color)
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

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

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button, input, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button, input, select {
  overflow: visible
}

button, input, select, textarea {
  margin: 0
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

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

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

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

.float_left {
  float: left
}

.float_right {
  float: right
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit--sm)
}

address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
  margin-bottom: var(--base-spacing-unit)
}

dd, ol, ul {
  margin-left: var(--base-spacing-unit)
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

a {
  color: var(--color-links)
}

:not(p) a {
  text-decoration: none
}

figure {
  margin: 0
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.checklist ul {
  list-style: none;
  padding-left: 0
}

.checklist ul li {
  position: relative;
  padding-left: 2rem;
  margin: .25rem
}

.checklist ul li:before {
  content: "";
  position: absolute;
  top: .7rem;
  left: .2rem;
  width: .2rem;
  height: .375rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff
}

.checklist ul li:after {
  content: "";
  position: absolute;
  top: .3rem;
  left: .7rem;
  width: .2rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%
}

.cookiebar {
  background-color: #636262;
  color: #fff
}

.cookiebar__button {
  background-color: #e40010;
  color: #fff
}

.cookiebar__button:hover {
  background-color: #e40010;
  opacity: .85
}

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

@media screen and (max-width:34.3125em) {
  html {
    font-size: var(--base-font-size--xs)
  }
}

@media screen and (min-width:68.75em) {
  html {
    font-size: var(--base-font-size--xl)
  }
}

html {
  --headings__font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --headings__font-weight: 700;
  --headings__color: currentColor;
  --paragraph__link-color: var(--color-links);
  --code__color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre__color-background: var(--color-gray);
  --pre__color: var(--color-text--inverted);
  --selection-color: var(--color-text--inverted);
  --hr-border: var(--base-border);
  --paragraph__link-decoration: underline;
  --paragraph__link-decoration--hover: none
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headings__font-weight);
  font-family: var(--headings__font-family);
  color: var(--headings__color)
}

h1 {
  font-size: 2rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1.55;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h1 {
    font-size: 2rem
  }
}

@media screen and (min-width:48em) {
  h1 {
    font-size: 2.25rem
  }
}

@media screen and (min-width:58.75em) {
  h1 {
    font-size: 2.25rem
  }
}

@media screen and (min-width:68.75em) {
  h1 {
    font-size: 2.25rem
  }
}

ol+h1, p+h1, ul+h1 {
  margin-top: 2rem
}

.ce_text+.ce_text h1:first-child {
  margin-top: 2rem
}

h1+h2 {
  margin-top: -.5rem
}

h2 {
  font-size: 1.625rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1.5;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h2 {
    font-size: 1.625rem
  }
}

@media screen and (min-width:48em) {
  h2 {
    font-size: 1.75rem
  }
}

@media screen and (min-width:58.75em) {
  h2 {
    font-size: 1.75rem
  }
}

@media screen and (min-width:68.75em) {
  h2 {
    font-size: 1.75rem
  }
}

ol+h2, p+h2, ul+h2 {
  margin-top: 2rem
}

.ce_text+.ce_text h2:first-child {
  margin-top: 2rem
}

h2+h3 {
  margin-top: -.5rem
}

h3 {
  font-size: 1.375rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1.25;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h3 {
    font-size: 1.375rem
  }
}

@media screen and (min-width:48em) {
  h3 {
    font-size: 1.5rem
  }
}

@media screen and (min-width:58.75em) {
  h3 {
    font-size: 1.5rem
  }
}

@media screen and (min-width:68.75em) {
  h3 {
    font-size: 1.5rem
  }
}

ol+h3, p+h3, ul+h3 {
  margin-top: 2rem
}

.ce_text+.ce_text h3:first-child {
  margin-top: 2rem
}

h3+h4 {
  margin-top: -.5rem
}

h4 {
  font-size: 1.125rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h4 {
    font-size: 1.125rem
  }
}

@media screen and (min-width:48em) {
  h4 {
    font-size: 1.25rem
  }
}

@media screen and (min-width:58.75em) {
  h4 {
    font-size: 1.25rem
  }
}

@media screen and (min-width:68.75em) {
  h4 {
    font-size: 1.25rem
  }
}

ol+h4, p+h4, ul+h4 {
  margin-top: 1.5rem
}

.ce_text+.ce_text h4:first-child {
  margin-top: 1.5rem
}

h4+h5 {
  margin-top: -.5rem
}

h5 {
  font-size: 1rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h5 {
    font-size: 1rem
  }
}

@media screen and (min-width:48em) {
  h5 {
    font-size: 1rem
  }
}

@media screen and (min-width:58.75em) {
  h5 {
    font-size: 1rem
  }
}

@media screen and (min-width:68.75em) {
  h5 {
    font-size: 1rem
  }
}

ol+h5, p+h5, ul+h5 {
  margin-top: 1.5rem
}

.ce_text+.ce_text h5:first-child {
  margin-top: 1.5rem
}

h5+h6 {
  margin-top: -.5rem
}

h6 {
  font-size: .875rem;
  font-family: var(--headings__font-family);
  font-weight: var(--headings__font-weight);
  line-height: 1;
  margin-bottom: .5rem
}

@media screen and (min-width:34.375em) {
  h6 {
    font-size: .875rem
  }
}

@media screen and (min-width:48em) {
  h6 {
    font-size: .875rem
  }
}

@media screen and (min-width:58.75em) {
  h6 {
    font-size: .875rem
  }
}

@media screen and (min-width:68.75em) {
  h6 {
    font-size: .875rem
  }
}

ol+h6, p+h6, ul+h6 {
  margin-top: 1.5rem
}

.ce_text+.ce_text h6:first-child {
  margin-top: 1.5rem
}

ol, p, ul {
  margin-top: 0
}

ol a, p a, ul a {
  -webkit-text-decoration: var(--paragraph__link-decoration);
  text-decoration: var(--paragraph__link-decoration)
}

ol a:hover, p a:hover, ul a:hover {
  --paragraph__link-decoration: var(--paragraph__link-decoration--hover)
}

ol:last-child, p:last-child, ul:last-child {
  margin-bottom: 0
}

code {
  color: var(--code__color)
}

pre {
  padding: 1rem;
  background: var(--pre__color-background);
  color: var(--pre__color);
  overflow-x: scroll
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: var(--hr-border)
}

.li--block {
  margin-bottom: 1rem
}

.ce_text {
  margin-bottom: var(--base-spacing-unit)
}

::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1
}

::selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1
}

body {
  font-family: Dosis, sans-serif
}

::-moz-selection {
  background: rgba(99, 98, 98, .6);
  color: #000
}

::selection {
  background: rgba(99, 98, 98, .6);
  color: #000
}

h1, h2, h3, h4 {
  color: #e40010;
  font-family: Dosis, sans-serif
}

.has-brand-bg h1, .has-brand-bg h2, .has-brand-bg h3, .has-brand-bg h4 {
  color: #fff
}

h1 small, h2 small, h3 small, h4 small {
  color: #636262
}

p.p1 {
  word-break: break-word
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem
}

.container {
  margin-right: auto;
  margin-left: auto
}

.contact-form .formbody, .row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contact-form .reverse.formbody, .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media only screen and (min-width:48em) {
  .col-sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-sm-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0
  }

  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.33333333%
  }

  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.66666667%
  }

  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%
  }

  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.33333333%
  }

  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.66666667%
  }

  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%
  }

  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.33333333%
  }

  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.66666667%
  }

  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%
  }

  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.33333333%
  }

  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.66666667%
  }

  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width:64em) {
  .col-md {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-md-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0
  }

  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.33333333%
  }

  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.66666667%
  }

  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%
  }

  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.33333333%
  }

  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.66666667%
  }

  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%
  }

  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.33333333%
  }

  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.66666667%
  }

  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%
  }

  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.33333333%
  }

  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.66666667%
  }

  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width:75em) {
  .container {
    max-width: 80.625rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .col-lg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-lg-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0
  }

  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.33333333%
  }

  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.66666667%
  }

  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%
  }

  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.33333333%
  }

  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.66666667%
  }

  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%
  }

  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.33333333%
  }

  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.66666667%
  }

  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%
  }

  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.33333333%
  }

  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.66666667%
  }

  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

html {
  --header-color-background: var(--color-page-background);
  --header-color-text: var(--color-text)
}

[id=header] {
  background: var(--header-color-background);
  color: var(--header-color-text)
}

[id=header]>.inside {
  max-width: 80.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--grid__gutter--half);
  padding-right: var(--grid__gutter--half)
}

.half-fluid .container, .mod_article {
  max-width: 80.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--grid__gutter--half);
  padding-right: var(--grid__gutter--half);
  padding-top: var(--base-spacing-unit--lg);
  padding-bottom: var(--base-spacing-unit--lg);
  position: relative
}

.article--full, .full-width-background {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0
}

[id=footer]>.inside {
  max-width: 80.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--grid__gutter--half);
  padding-right: var(--grid__gutter--half)
}

.block {
  overflow: unset
}

.clipped-image-right {
  padding: 0
}

.clipped-image-right img {
  min-height: 65vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh
}

.clipped-image-left {
  padding: 0
}

.clipped-image-left img {
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh
}

.has-brand-bg {
  background-color: #e40010;
  color: #fff;
  overflow: unset
}

.has-brand-bg .section-title {
  margin-left: -1.5rem
}

.has-brand-bg .section-title p {
  background: #fff;
  color: #e40010
}

.has-brand-bg .section-title p::before {
  background: #fff
}

.has-grey-bg {
  background-color: #efefef;
  overflow: unset
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header {
  padding: 3rem 0;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh
}

.page-header h1, .page-header p:not(.normal-size) {
  font-size: 1.7rem;
  font-weight: 400;
  color: #e40010;
  line-height: 1.2
}

.page-header h1 small, .page-header p:not(.normal-size) small {
  font-size: 50%;
  color: #636262
}

@media screen and (min-width:1024px) {
  .page-header h1, .page-header p:not(.normal-size) {
    font-size: 4rem
  }
}

@media screen and (min-width:1024px) {
  .page-header {
    padding: 4rem 0
  }
}

.half-fluid .relative {
  position: relative
}

.half-fluid .container {
  position: unset !important
}

@media (min-width:1024px) {
  .half-fluid .absolute {
    position: absolute
  }

  .half-fluid .right-half {
    right: 0;
    left: 50%;
    width: 100%
  }
}

.full-width-background .container {
  margin: 0 auto
}

html {
  --button-bg: var(--color-btn);
  --button-bg-hover: var(--color-btn);
  --button-spacing: var(--base-spacing-unit--sm) var(--base-spacing-unit);
  --button-border-radius: var(--base-border-radius);
  --button-border-width: var(--base-border-width);
  --button-font-family: var(--base-font-family);
  --button-font-weight: 400;
  --button-line-height: var(--base-line-height)
}

.ce_toplink>a, .ce_toplink>button, .toplink>a, .toplink>button, a.btn, a.btn.btn--secondary, button.btn, button.submit, div.btn.btn--secondary>a, div.btn>a, div.btn>button, input.submit, span.btn {
  border-radius: var(--button-border-radius);
  padding: var(--button-spacing);
  display: inline-block;
  border: var(--button-border-width) solid transparent;
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  text-align: center;
  background: 0 0;
  background-image: none;
  white-space: nowrap;
  text-decoration: none
}

a.btn, button.btn, span.btn {
  margin-bottom: var(--base-spacing-unit)
}

a.btn--primary, button.btn--primary, button.submit, input.submit, span.btn--primary {
  background: var(--button-bg);
  color: var(--color-btn-text)
}

a.btn--primary:hover, button.btn--primary:hover, button.submit:hover, input.submit:hover, span.btn--primary:hover {
  background: var(--button-bg-hover)
}

.ce_toplink:not(:last-child), .toplink:not(:last-child), div.btn:not(:last-child) {
  margin-bottom: var(--base-spacing-unit)
}

.ce_toplink>a, .ce_toplink>button, .toplink>a, .toplink>button, div.btn--primary>a, div.btn--primary>button {
  background: var(--button-bg);
  color: var(--color-btn-text)
}

.ce_toplink>a:hover, .ce_toplink>button:hover, .toplink>a:hover, .toplink>button:hover, div.btn--primary>a:hover, div.btn--primary>button:hover {
  background: var(--button-bg-hover)
}

.div.btn--left {
  text-align: left
}

div.btn--center {
  text-align: center
}

div.btn--right {
  text-align: right
}

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit--xs)
}

.ce_toplink a, .toplink a {
  text-decoration: none
}

.back {
  border-top: var(--base-border);
  margin-top: var(--base-spacing-unit);
  padding-top: var(--base-spacing-unit--sm)
}

.back a {
  text-decoration: none
}

html {
  --button-border-radius: 40px
}

a.btn.btn--secondary {
  background: #636262;
  color: #fff
}

div.btn.btn--secondary>a {
  background: #636262;
  color: #fff
}

.ce_toplink>a, .ce_toplink>button, .toplink>a, .toplink>button, a.btn, a.btn.btn--secondary, button.btn, button.submit, div.btn.btn--secondary>a, div.btn>a, div.btn>button, input.submit, span.btn {
  border-radius: 40px;
  padding: calc(1rem / 2) 1rem;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625
}

html {
  --nav--main__item-padding: var(--base-spacing-unit);
  --nav-toggler-top-space: var(--base-spacing-unit--sm);
  --nav-toggler-right-space: var(--base-spacing-unit--sm);
  --nav-toggler-border: var(--base-border-width) solid currentColor
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.nav a {
  text-decoration: none
}

.nav--horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:48em) {
  .nav--horizontal ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.nav--horizontal a, .nav--horizontal strong.active, .nav--horizontal strong.trail {
  display: block;
  padding: calc(var(--nav--main__item-padding)/ 2) var(--nav--main__item-padding)
}

.nav--vertical a, .nav--vertical strong.active, .nav--vertical strong.trail {
  display: block;
  padding: calc(var(--nav--main__item-padding)/ 2) var(--nav--main__item-padding)
}

.nav--border {
  border: var(--base-border)
}

.nav--border a, .nav--border strong.active, .nav--border strong.trail {
  padding: var(--nav--main__item-padding) var(--nav--main__item-padding);
  border-bottom: 1px solid var(--base-border-color)
}

.nav--border a.last, .nav--border strong.active.last, .nav--border strong.trail.last {
  border-bottom: 0
}

.nav--breadcrumb {
  border: var(--base-border);
  padding: var(--base-spacing-unit--sm) var(--base-spacing-unit);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:48em) {
  .nav--breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (min-width:48em) {
  .nav--breadcrumb li {
    padding-right: var(--base-spacing-unit)
  }
}

.nav--breadcrumb a:after {
  font-size: .75rem;
  display: inline-block;
  content: "►";
  vertical-align: middle;
  padding-left: var(--base-spacing-unit)
}

.nav--select select {
  -webkit-appearance: none;
  background: 0 0;
  border: var(--base-border);
  padding: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm)
}

.nav--select .submit {
  vertical-align: middle;
  padding: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm)
}

.nav--pager ul {
  text-align: center
}

.nav--pager li {
  display: inline-block
}

.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline
}

.nav--pager a {
  padding: var(--base-spacing-unit--sm)
}

.pagination {
  display: grid;
  grid-column: 1/-1;
  margin-top: var(--base-spacing-unit);
  text-align: center;
  line-height: 1
}

.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.pagination a {
  text-decoration: none
}

@supports not (display:grid) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:34.375em) {
  .pagination {
    grid-template-columns: 1fr 1fr
  }
}

.pagination p {
  padding: var(--base-spacing-unit--xs);
  padding-left: 0;
  margin: var(--base-spacing-unit--xs);
  margin-left: 0;
  border-top: var(--base-border-width) solid transparent
}

.pagination li {
  display: inline
}

.pagination a, .pagination strong {
  display: inline-block;
  padding: var(--base-spacing-unit--xs);
  margin: var(--base-spacing-unit--xs)
}

.pagination strong {
  border: var(--base-border)
}

.pagination a.next {
  margin-right: 0;
  padding-right: 0
}

@media screen and (min-width:34.375em) {
  .pagination p {
    justify-self: start
  }

  .pagination p+ul {
    justify-self: end
  }
}

#header {
  position: -webkit-sticky;
  position: sticky;
  position: relative;
  top: 0;
  z-index: 2;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media (min-width:1024px) {
  #header {
    overflow: hidden
  }

  #header.up {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 5px 5px 5px #0000000f;
    box-shadow: 5px 5px 5px #0000000f
  }

  #header.up .nav .logo-link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  #header.down {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

#header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: unset
}

#header .nav .logo-link {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 150px;
  margin: 25px auto 0
}

@media screen and (min-width:768px) {
  #header .nav .logo-link {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    width: 280px;
    margin-left: 0
  }
}

#header .nav .main-menu {
  z-index: 9
}

@media (min-width:1024px) {
  #header .nav .main-menu {
    margin-top: auto;
    margin-bottom: 3rem
  }
}

@media screen and (min-width:768px) {
  #header .nav li.active>strong {
    color: #e40010
  }
}

@media screen and (min-width:768px) {
  #header .nav a {
    color: #e40010
  }
}

#header .nav .rueckruf {
  background: #e40010;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 40px;
  padding: 0 .5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative
}

#header .nav .rueckruf::before {
  content: '';
  display: block;
  background: #e40010;
  position: absolute;
  top: 0;
  right: -50vw;
  width: 50vw;
  height: 100%
}

#header .nav .rueckruf a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#header .nav .rueckruf a::after {
  content: '';
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32"><path id="Pfad_92" data-name="Pfad 92" d="M23.572,8.576c-3.423-1.68-7.326-2-11-2h-2v-7l-11,10,11,10v-6h2c9.11,0,10,2.072,10,5,0,2.976-1.631,5-12,5v8c5.134,0,19-.522,19-13C29.572,12.528,26.39,9.919,23.572,8.576Z" transform="translate(0.428 0.424)"/></svg>');
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 5px
}

#menuToggle {
  display: none
}

@media screen and (max-width:767px) {
  .menu {
    color: grey
  }

  .logo-link {
    z-index: 10
  }

  .menu-hamburger {
    cursor: pointer;
    display: block;
    height: 3.4rem;
    position: fixed;
    right: 0;
    z-index: 10;
    background: #e40010;
    top: 0;
    color: #fff;
    border-bottom-left-radius: 100%;
    padding: 35px 20px
  }
}

@media screen and (max-width:767px) and (min-width:1024px) {
  .menu-hamburger {
    display: none
  }
}

@media screen and (max-width:767px) {
  .menu-hamburger .line-wrapper {
    -webkit-transform: translate(6px, -15px);
    transform: translate(6px, -15px)
  }

  .menu-hamburger .line {
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }

  .menu-hamburger .line+.line {
    margin-top: 6px
  }

  #menuToggle:checked~.menu-hamburger .line {
    background-color: #fff
  }

  #menuToggle:checked~.menu-hamburger .line:first-child {
    -webkit-transform: rotate(45deg) translate3d(8px, 6px, 5px);
    transform: rotate(45deg) translate3d(8px, 6px, 5px)
  }

  #menuToggle:checked~.menu-hamburger .line:nth-child(2) {
    visibility: hidden;
    -webkit-transition: visibility .2s ease-in-out;
    transition: visibility .2s ease-in-out
  }

  #menuToggle:checked~.menu-hamburger .line:last-child {
    -webkit-transform: rotate(-45deg) translate3d(7px, -5px, 5px);
    transform: rotate(-45deg) translate3d(7px, -5px, 5px)
  }

  .menu-hamburger--bar {
    top: .6rem
  }

  .menu-hamburger--bar, .menu-hamburger--bar::after, .menu-hamburger--bar::before {
    background-color: color("primary");
    background-color: red;
    cursor: pointer;
    content: "";
    display: block;
    height: .2rem;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 1.6rem;
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  .menu-hamburger--bar::before {
    top: -.4rem;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .menu-hamburger--bar::after {
    top: .4rem;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  #menuToggle:checked~.menu-hamburger .menu-hamburger--bar {
    background-color: transparent
  }

  #menuToggle:checked~.menu-hamburger .menu-hamburger--bar::after, #menuToggle:checked~.menu-hamburger .menu-hamburger--bar::before {
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 1
  }

  #menuToggle:checked~.menu-hamburger .menu-hamburger--bar::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
  }

  #menuToggle:checked~.menu-hamburger .menu-hamburger--bar::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative
  }

  .main-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50vw);
    transform: translateY(50vw);
    -webkit-transition: opacity .5s, visibility .5s, translate .5s;
    transition: opacity .5s, visibility .5s, translate .5s;
    background: 0 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px
  }

  .main-menu::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #e40010;
    -webkit-clip-path: inset(120px 0 0 0 round 100px 100px 0 0);
    clip-path: inset(120px 0 0 0 round 100px 100px 0 0)
  }

  .main-menu>li, .main-menu>li>a {
    color: #fff;
    font-size: 2rem
  }

  #menuToggle:checked~.main-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    padding-top: 80px
  }
}

.nav--horizontal a, .nav--horizontal strong.active, .nav--horizontal strong.trail {
  display: block;
  padding: calc(1rem/ 2) 1rem
}

html {
  --news-border: var(--base-border)
}

.news-list {
  margin-bottom: var(--base-spacing-unit)
}

.news-list>h1, .news-list>h2, .news-list>h3, .news-list>h4, .news-list>h5, .news-list>h6 {
  margin-bottom: 0
}

.news-list .info {
  margin-bottom: 0
}

.news-list .float_left {
  margin-right: var(--base-spacing-unit)
}

.news-list .float_right {
  margin-left: var(--base-spacing-unit)
}

.news-list .layout_latest>h1, .news-list .layout_latest>h2, .news-list .layout_latest>h3, .news-list .layout_latest>h4, .news-list .layout_latest>h5, .news-list .layout_latest>h6, .news-list .layout_short>h1, .news-list .layout_short>h2, .news-list .layout_short>h3, .news-list .layout_short>h4, .news-list .layout_short>h5, .news-list .layout_short>h6, .news-list .layout_simple>h1, .news-list .layout_simple>h2, .news-list .layout_simple>h3, .news-list .layout_simple>h4, .news-list .layout_simple>h5, .news-list .layout_simple>h6 {
  margin-top: var(--base-spacing-unit)
}

.news-list .layout_simple a, .news-list .layout_simple time, .news-list .layout_upcoming a, .news-list .layout_upcoming time {
  padding-top: var(--base-spacing-unit);
  display: inline-block
}

.news-list .header {
  margin-top: var(--base-spacing-unit)
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
  margin-bottom: var(--base-spacing-unit)
}

@supports not (display:grid) {
  .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--grid__gutter)/ 2);
    margin-right: calc(-1 * var(--grid__gutter)/ 2)
  }
}

.ie .news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--grid__gutter)/ 2);
  margin-right: calc(-1 * var(--grid__gutter)/ 2)
}

.news-grid>h1, .news-grid>h2, .news-grid>h3, .news-grid>h4, .news-grid>h5, .news-grid>h6 {
  grid-column: 1/-1;
  grid-column: span 12/span 12
}

@supports not (display:grid) {
  .news-grid>h1, .news-grid>h2, .news-grid>h3, .news-grid>h4, .news-grid>h5, .news-grid>h6 {
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half)
  }
}

.ie .news-grid>h1, .ie .news-grid>h2, .ie .news-grid>h3, .ie .news-grid>h4, .ie .news-grid>h5, .ie .news-grid>h6 {
  padding-left: var(--grid__gutter--half);
  padding-right: var(--grid__gutter--half)
}

@supports not (display:grid) {
  .news-grid>h1, .news-grid>h2, .news-grid>h3, .news-grid>h4, .news-grid>h5, .news-grid>h6 {
    width: 100%
  }
}

.ie .news-grid>h1, .ie .news-grid>h2, .ie .news-grid>h3, .ie .news-grid>h4, .ie .news-grid>h5, .ie .news-grid>h6 {
  width: 100%
}

.news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
  grid-column: 1/-1
}

@supports not (display:grid) {
  .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half)
  }
}

.ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
  padding-left: var(--grid__gutter--half);
  padding-right: var(--grid__gutter--half)
}

@media screen and (min-width:34.375em) {
  .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
    grid-column: 1/-1;
    grid-column: span 6/span 6
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      padding-left: var(--grid__gutter--half);
      padding-right: var(--grid__gutter--half)
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half)
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      width: 50%
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    width: 50%
  }
}

@media screen and (min-width:48em) {
  .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
    grid-column: 1/-1;
    grid-column: span 6/span 6
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      padding-left: var(--grid__gutter--half);
      padding-right: var(--grid__gutter--half)
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half)
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      width: 50%
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    width: 50%
  }
}

@media screen and (min-width:58.75em) {
  .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
    grid-column: 1/-1;
    grid-column: span 4/span 4
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      padding-left: var(--grid__gutter--half);
      padding-right: var(--grid__gutter--half)
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half)
  }

  @supports not (display:grid) {
    .news-grid .layout_latest, .news-grid .layout_short, .news-grid .layout_simple {
      width: 33.33333%
    }
  }

  .ie .news-grid .layout_latest, .ie .news-grid .layout_short, .ie .news-grid .layout_simple {
    width: 33.33333%
  }
}

.news-grid .layout_simple time {
  display: block
}

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.news-menu a {
  text-decoration: none
}

.news-menu .year {
  margin-bottom: var(--base-spacing-unit--sm)
}

.news-menu .year>.active, .news-menu .year>a {
  color: inherit;
  font-weight: var(--headings__font-weight);
  font-family: var(--headings__font-family)
}

.news-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit--xs)
}

html {
  --input-border-width: var(--base-border-width);
  --input-border-radius: var(--base-border-radius);
  --input-border-color: rgba(0, 0, 0, 0.25)
}

.ce_form {
  overflow: visible
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: var(--base-spacing-unit--xs)
}

input.captcha, input.text, textarea {
  display: block;
  width: 100%;
  padding: calc(var(--base-spacing-unit)/ 2) var(--base-spacing-unit);
  border-radius: var(--input-border-radius);
  border: var(--input-border-width) solid var(--input-border-color);
  background-clip: padding-box;
  background-image: none
}

textarea.textarea {
  height: auto
}

.widget-text, .widget-textarea {
  margin-bottom: var(--base-spacing-unit)
}

input[type=search] {
  -webkit-appearance: none
}

input[type=file] {
  display: block;
  vertical-align: middle;
  line-height: 1
}

input.checkbox, input.radio {
  margin-left: 1px;
  margin-right: var(--base-spacing-unit--xs);
  line-height: var(--base-line-height);
  vertical-align: middle
}

input.checkbox+label, input.radio+label {
  margin-right: var(--base-spacing-unit--xs);
  margin-bottom: 0;
  font-weight: 400
}

select.select {
  margin-left: var(--base-spacing-unit--xs)
}

.widget-checkbox, .widget-radio, .widget-select, .widget-upload {
  margin-bottom: var(--base-spacing-unit)
}

.widget-checkbox legend, .widget-radio legend, .widget-select legend, .widget-upload legend {
  font-weight: 700
}

.checkbox_container>span, .radio_container>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

span.mandatory {
  color: var(--color-brand)
}

p.error {
  margin-bottom: 0
}

#footer {
  margin-top: 80px
}

#footer .ce_rowStart {
  padding: 3rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1024px) {
  #footer .ce_rowStart {
    padding: 3rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  #footer .ce_rowStart .col-xs-12 {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  #footer .ce_rowStart .col-xs-12 .footer-logo {
    position: relative
  }

  #footer .ce_rowStart .col-xs-12 .footer-logo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    top: -30px
  }

  #footer .ce_rowStart .col-xs-12 .footer-logo img {
    height: 100px;
    margin: 4rem auto
  }

  #footer .ce_rowStart .footer-partner img {
    width: 160px;
    height: auto
  }
}

#footer .footer-logo img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
  max-width: 200px;
  margin-left: 0
}

#footer .footer-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#footer .footer-partner img {
  max-height: 140px;
  margin-left: 0;
  width: auto
}

#footer .footer-partner .ce_text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

#footer .footer-partner .ce_hyperlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#footer::before {
  content: '';
  background: #fff;
  height: 200px;
  position: absolute;
  top: -201px;
  left: 0;
  right: 0;
  -webkit-clip-path: inset(0 0 0 0 round 0 0 15vw 0);
  clip-path: inset(0 0 0 0 round 0 0 15vw 0);
  bottom: 0;
  z-index: -1
}

#footer::after {
  content: '';
  background: #e40010;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10
}

#footer .inside {
  max-width: 100%
}

footer {
  background: #e40010;
  color: #fff;
  position: relative
}

footer .dark-footer {
  position: relative;
  z-index: 1;
  background: #636262;
  padding: 20px
}

footer .dark-footer::before {
  -webkit-clip-path: inset(0 0 0 0 round 15vw 0 0 0);
  clip-path: inset(0 0 0 0 round 15vw 0 0 0);
  content: '';
  background: #636262;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

footer .dark-footer::after {
  content: '';
  background: #e40010;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10
}

footer .dark-footer .col-xs-12 {
  text-align: right
}

footer a {
  color: #fff;
  padding-top: 0
}

footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

html {
  --accordion-padding: var(--base-spacing-unit--sm);
  --accordion-background: var(--color-gray-light);
  --toggler-font-size: 1.5rem;
  --toggler-background: var(--color-highlight);
  --toggler-color: var(--color-text--inverted);
  --toggler-color-hover: var(--color-brand-primary);
  --toggler-spacing: var(--base-spacing-unit--xs);
  --toggler-border: 2px solid transparent
}

.ce_accordion {
  margin-bottom: var(--toggler-spacing)
}

.ce_accordion .toggler {
  font-size: var(--toggler-font-size);
  cursor: pointer;
  background: var(--toggler-background);
  color: var(--toggler-color);
  padding: var(--accordion-padding);
  border: var(--toggler-border)
}

.ce_accordion .toggler:hover {
  color: var(--toggler-color-hover)
}

.ce_accordion .toggler:focus {
  outline: 0
}

.ce_accordion .accordion {
  padding: var(--accordion-padding);
  background: var(--accordion-background)
}

.ce_accordion .accordion {
  background: #fff
}

@media (min-width:1024px) {
  .ce_accordion .accordion {
    padding: 1rem
  }
}

@media (max-width:1023px) {
  .ce_accordion .accordion .ce_rowStart>.ce_columns {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .ce_accordion .accordion .ce_rowStart>.ce_columns {
    padding-left: .5rem;
    padding-right: .5rem
  }
}

.ce_accordion .accordion .ce_list ul {
  margin-left: 0
}

.ce_accordion .toggler {
  border-radius: 40px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  padding-left: 20px
}

.home h1 {
  color: #e40010
}

.home h2 {
  margin-bottom: 2rem
}

.home .btn {
  margin-bottom: 1rem;
  margin-top: 1rem
}

.home.intro {
  min-height: 75vh
}

.home.intro .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home.intro .clipped-image-left {
  padding: 0
}

.home.intro .clipped-image-left img {
  min-height: 20rem;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width:768px) {
  .home.intro .clipped-image-left img {
    min-height: 30rem
  }
}

@media (min-width:1024px) {
  .home.intro .clipped-image-left img {
    min-height: 65vh
  }
}

.home.intro .intro-text {
  padding: 0 0 3rem
}

@media (max-width:1024px) {
  .home.intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }

  .home.intro .container .right-half {
    position: relative;
    left: unset;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    right: 0
  }

  .home.intro .container .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.home .karriere {
  min-height: 35rem
}

@media (min-width:1024px) {
  .home .karriere .block.clipped-image-right img {
    margin-left: -1.5rem;
    width: 50%;
    min-height: 35rem
  }
}

.home .karriere.full-width-background {
  margin-bottom: 2rem
}

@media (min-width:1024px) {
  .home .karriere.full-width-background {
    margin-bottom: 8rem
  }
}

.home.partner {
  position: relative
}

.home.partner::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0 round 0 260px 0 0);
  clip-path: inset(0 0 0 0 round 0 260px 0 0);
  position: absolute;
  background: #e40010;
  z-index: -1
}

.home .top-ausbildung .float_below img {
  margin-right: 0
}

.half-fluid .home .last.container, .home .half-fluid .last.container, .home .mod_article.last {
  margin-bottom: 2rem
}

@media (min-width:1024px) {
  .half-fluid .home .last.container, .home .half-fluid .last.container, .home .mod_article.last {
    margin-bottom: 8rem
  }
}

.werksverkauf {
  position: relative
}

.werksverkauf::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0 round 0 15vw 15vw 0);
  clip-path: inset(0 0 0 0 round 0 15vw 15vw 0);
  background: #efefef;
  z-index: -1
}

.werksverkauf::after {
  content: '';
  background: #e40010;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10
}

.section-title {
  margin-bottom: 2rem;
  text-align: right;
  overflow: auto;
  overflow: initial;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px
}

.section-title p {
  background: #e40010;
  color: #fff;
  max-width: unset;
  padding: .25rem 1.5rem;
  padding-left: 1.5rem;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-size: 22px
}

.section-title p::before {
  content: '';
  display: block;
  background: #e40010;
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%
}

.karriere .block.clipped-image-right {
  z-index: 0
}

.karriere .block.clipped-image-right img {
  margin-left: -1.5rem;
  min-height: 20rem
}

@media (min-width:1024px) {
  .karriere .block.clipped-image-right {
    position: absolute;
    left: 0;
    top: 100px;
    height: 100%;
    width: 100%
  }

  .karriere .block.clipped-image-right * {
    height: inherit
  }

  .karriere .block.clipped-image-right img {
    margin-left: -1.5rem;
    min-height: 20rem;
    width: 50%
  }
}

.karriere .clipped-image-right img {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  min-height: 50vh
}

.karriere .description {
  z-index: 1
}

.ce_accordion .accordion .ce_list {
  margin-bottom: 20px
}

.ce_accordionStart {
  margin: 10px 0
}

@media (min-width:1024px) {
  .ce_accordionStart {
    margin: 2rem 0 0
  }

  .ce_accordionStart:last-child {
    margin-bottom: 2rem
  }
}

.mod_newsreader .stellenangebot-container .block {
  margin-top: 2rem
}

.mod_newsreader .stellenangebot+.back {
  max-width: 80.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem
}

.page-karriere .float_below img {
  margin-right: 0
}

.half-fluid .page-karriere .p-0.container, .page-karriere .half-fluid .p-0.container, .page-karriere .mod_article.p-0 {
  padding: 0
}

.page-karriere .karriere-intro {
  padding-bottom: 4rem
}

.page-karriere .karriere-intro h2 {
  font-size: 3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 3rem
}

.page-karriere .karriere-intro .unternehmen-intro--text {
  margin-top: 2rem
}

.page-karriere .karriere-intro .right-half {
  top: -3.5vw;
  max-height: 550px
}

.page-karriere .karriere-intro .right-half img {
  max-height: 550px;
  -o-object-fit: cover;
  object-fit: cover
}

.image-with-caption h6 {
  color: #e40010;
  font-weight: 400;
  margin: .75rem 0;
  text-align: right
}

.historie {
  padding-bottom: 4rem
}

.historie h2 {
  font-size: 3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 3rem
}

.historie .flex-column-reverse {
  margin-top: -10vh;
  overflow: hidden
}

.historie .flex-column-reverse h6 {
  color: #e40010;
  font-weight: 400;
  margin: .75rem 0;
  text-align: right
}

.historie>.block {
  margin-bottom: 100px
}

.historie-item {
  padding: 1rem 0
}

.historie-item h3 {
  margin-bottom: 2rem
}

.historie-item.last p {
  color: #e40010
}

.flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse
}

hr.divider {
  margin: 6vh
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#article-69 .clipped-image-left img {
  margin-right: 0
}

#article-69.half-fluid {
  overflow: unset
}

.right-half.clipped-image-left img {
  margin-right: 0
}

.unternehmen-intro {
  padding-bottom: 4rem
}

.unternehmen-intro h2 {
  font-size: 3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 3rem
}

.unternehmen-intro .unternehmen-intro--text {
  margin-top: 2rem
}

.unternehmen-intro .right-half {
  top: -7.5vw
}

.unternehmen-intro .right-half h6 {
  color: #e40010;
  font-weight: 400;
  margin: .75rem;
  text-align: right
}

.historie+.article--full, .historie+.full-width-background {
  padding: 3rem 0;
  margin-bottom: 3rem
}

.zertifikate h2 {
  margin-bottom: 2rem
}

.zertifikate .col-xs-12.col-lg-4>.ce_text {
  display: grid;
  grid-template-columns: 100px 1fr
}

.contact-form {
  margin: 2rem auto
}

.contact-form .formbody .widget-radio span+span {
  margin-left: 1.4rem
}

.contact-form .formbody fieldset {
  border: 0;
  margin: 0
}

.contact-form .formbody .col-xs-12>.col-xs-12:not(textarea) {
  padding: 0
}

.contact-form .formbody .ds-consent {
  margin: 1.5rem 0
}

.contact-form .formbody .ds-consent .widget-checkbox {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  float: left;
  height: 100%;
  padding: .1rem .4rem 0 0 !important
}

.contact-form .formbody .ds-consent .checkbox_container {
  border: 0
}

.contact-form .formbody .ds-consent .checkbox_container label {
  display: none
}

.contact-form .formbody legend {
  color: #e40010;
  font-weight: 700
}

.contact-form .formbody .widget-textarea {
  margin-top: 1.5rem
}

.contact-form .formbody .widget-textarea label {
  display: block
}

.contact-form .formbody .widget-textarea textarea {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.contact-form .formbody .widget-submit.btn {
  margin-top: 2rem;
  margin-left: calc(50% - 4.5rem)
}

.popup_frame {
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@media only screen and (max-width: 600px) {
    .popup_inside {
          width: 100%; /* Could be more or less, depending on screen size */
  }
}

@media only screen and (min-width: 601px) {
    .popup_inside {
          width: 30%; /* Could be more or less, depending on screen size */
  }
}

.popup_inside {
    background-color: #fefefe;
    margin: 1rem auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
}

.popup_inside .close {
  border-radius: 40px;
  padding: calc(1rem / 2) 1rem;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  background: var(--button-bg);
    color: var(--color-btn-text);
}
