/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {/*line-height: 1;*/ } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote::before, blockquote:after, q::before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; }

/* open-sans-regular - latin */
@font-face {
  font-family: 'alwyn-new-web';
  font-style: normal;
  font-weight: 400;
  src: url( '../fonts/Alwyn_New_Rounded_Regular.eot' );
  src: local('AlwynNewRoundedW00-Regular'),
    url( '../fonts/Alwyn_New_Rounded_Regular.eot' ) format( 'embedded-opentype' ),
    url( '../fonts/Alwyn_New_Rounded_Regular.woff2' ) format( 'woff2' ),
    url( '../fonts/Alwyn_New_Rounded_Regular.woff' ) format( 'woff' ),
    url( '../fonts/Alwyn_New_Rounded_Regular.ttf' ) format( 'truetype' ),
    url( '../fonts/Alwyn_New_Rounded_Regular.svg' ) format( 'svg' );
}

body {
  padding-top: 32vw;
  color: #5B5552;
  font-family: 'alwyn-new-web', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.071rem;
  line-height: 185%;
}

h1, h2, h3 {
  -ms-word-break: break-all;
     word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  -webkit-hyphenate-character: '–';
     -moz-hyphenate-character: '–';
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
table, form {
  margin-bottom: 1.5rem;
}

a {
  color: #eb6626;
}

h1 {
  text-align: center;
  font-size: 1.882rem;
  font-weight: 400;
  line-height: 118.75%;
  color: #eb6626;
}

._c_h1border h1 {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid #000460;
}

h2 {
  font-size: 1.352rem;
  font-weight: 700;
  color: #eb6626;
}

h3 {
  font-size: 1.118rem;
  font-weight: 700;
  color: inherit;
}

.Article ul {
  list-style: disc outside;
  margin-left:1em;
}

.Article-bd ol {
  list-style: none decimal inside;
}

.Article-bd li {
  padding: 1rem 0;
  /* border-bottom: 1px solid #5B5552; */
  text-indent:-17px;
  margin-left: 17px;
}

b, strong {
  font-weight: 700;
}

.Site {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.Site:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  z-index: 999;
  height: 2.5vw;
  width: 100%;
  background: #fff;
}

.Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 8px 3px 10px rgba( 81, 81, 81, .5 );
}

.Logo {
  margin: 2.5vw;
  height: 27vw;
  width: 27vw;
}

.Figure {
  display: block;
  max-width: 100%;
}

.Figure img {
  display: inline-block;
  max-width: 100%;
}

.Figure .Figure-media {
  border: 0;
  max-width: 100%;
  height: auto;
}
.Figure-full {
  width:100%;
}

/* custom container classes */
._c_dunkelblau {
  background: #eb6626;
}

._c_dunkelblau h1 {
  color: #fff;
}

._c_hellblau {
  background: #d3f1ff;
}

._c_gelb {
  background: #000460;
}

._c_hellgrau {
  background: #f7f7f7;
}

/* .Article */
.Article {
  margin: 0 0 5vw 0;
  padding: 0 2.5vw;
}

.Article .Article-hd {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: normal;
  font-size: 2.268rem;
  line-height: 130%;
  color: #eb6626;
}

.Article .Article-intro {
  margin-bottom: 5vw;
  /*text-align: center; */
  font-size: 135.2%;
}

.introtext {
    overflow:hidden;
}
.intro_image img {
    max-width:49%;
    margin:0 auto;
    margin-left:1em;
}
.intro_image img:first-child {
    margin-right:0;
}
.intro_image.voll {
    width:100%;
    max-width:100%;
    margin-top:4em;
}
.intro_image.floated {
    float:left;
    margin:0;
}
.intro_image1.floated {
    margin-right:2%;
}
.intro2 {
    margin-top:3em;
    margin-bottom:3em;
}
.Article .Article-bd {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.386rem;
  line-height: 155%;
  color: inherit;
}

.Main > .Article:last-child {
  margin-bottom: 0;
}

/* .Article .Article */
.Article .Article {
  margin: 0 0 5vw 0;
  padding: 0;
}

/* .ArticleFeature */
.Article.ArticleFeature {
  margin-top: -5vw;
  padding: 5vw;
}

.Article.ArticleFeature .Article-hd {
  margin-bottom: 5vw;
  text-align: left;
  font-weight: 700;
  font-size: 2.898rem;
  line-height: 110%;
  color: #eb6626;
}

.ArticleFeature .Figure {
  background: #fff;
}

.Article.ArticleFeature .Article-bd {
  font-size: 1rem;
}

/* .Article custom classes */
.Article._c_weissraum {
  margin: 10vw 15%;
}

.Article._c_fullwidth {
  margin: 0 0 5vw -40px;
  width: calc( 100% + 80px );
  margin: 0 0 5vw;
  width: 100%;
  padding: 5vw !important;
}

.Article._c_anschliessend {
  margin-top: -5vw;
  padding: 5vw 0 10vw;
}

/* .ListArticles */
.ListArticles {
  margin: 0 0 5vw 0;
  padding: 10vw 15% 0;
  background: #d3f1ff;
}

/* Teaser */
.Article.ArticleTeaser {
  position: relative;
}

.Article.ArticleTeaser .Article-link {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.Article.ArticleTeaser .Article-link b {
  display: block;
  position: absolute;
  transform: rotate( 45deg );
  bottom: 1rem;
  right: 1.3rem;
  height: .7rem;
  width: .7rem;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  border-top: 1px solid gold;
  border-right: 1px solid gold;
}

/* ArticleTestimonial */
.ListArticlesTestimonial.has_cols {
  gap: 0;
}

.ListArticlesTestimonial .Article.ArticleTestimonial {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
}

.Article.ArticleTestimonial .Figure-media {
  border-radius: 1em;
  order: 1;
}

.Article.ArticleTestimonial .Article-hd {
  margin-top: .7rem;
  padding-top: .7rem;
  border-top: 4px solid #000460;
  font-weight: bold;
}

.Article.ArticleTestimonial .Article-hd,
.Article.ArticleTestimonial .Article-intro {
  order: 2;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  color: #eb6626;
}

.Article.ArticleTestimonial .Article-intro {
  font-weight: inherit;
  color: inherit;
}

/* .ArticleFullwidth */
.ArticleFullwidth {
  padding: 0;
}

/* .ArticleGlossary */
.ArticleGlossary {
  padding: 0;
}

/* .ArticleHeader */
.Article.ArticleHeader {
  margin: 0;
  padding: 0;
}

.Article.ArticleHeader .Article-hd {
  margin-bottom: 0;
}

.Article.ArticleHeader .Article-hd-image {
  background-position: center;
  width: 100%;
  overflow: hidden;
  height: 1px;
  padding-bottom: 44.265%;
  background-size: cover;
}

.Article.ArticleHeader .Article-hd-hgroup {
  transform: translate( 0, -50%);
  margin-left: 0;
  padding: 2rem 1rem 2rem 1.5rem;
  border-top: 4px solid #000460;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: #fff;
  background: #eb6626;
}

.Article.ArticleHeader .Article-hd-hgroup.has_figure {
  padding-top: calc( 1.5rem + 60px );
}

.Article.ArticleHeader  .Article-hd-hgroup-figure {
  position: absolute;
  top: -60px;
  transform: translate( -50%, 0);
  left: 50%;
}

.Article.ArticleHeader .Article-hd-hgroup .hd {
  margin-bottom: .2em;
  font-size: 2.2rem;
  line-height: 120%;
  color: inherit;
}

.Article.ArticleHeader .Article-hd-hgroup .hd-sub {
  line-height: 160%;
  font-size: 1.53rem;
  color: inherit;
  margin-bottom: .1rem;
}

.Article.ArticleHeader .Article-hd-hgroup .hd-intro {
  margin: 0 8%;
  line-height: 130%;
  font-size: 1.36rem;
  font-weight: normal;
  color: #000460;
}


/* .Footer */
.Footer {
  padding: 5vw 2.5vw;
  color: #fff;
  background: #eb6626;
}

.Footer .Footer-hd {
  text-align: center;
  font-size: 21px;
  margin-bottom: 5vw;
}

.Footer a:link, .Footer a:visited {
  display: inline-block;
  padding: 0 0.2rem;
  color: #fff;
  text-decoration: none;
  transition: all 400ms;
  outline: 0;
}

.Footer a:active, .Footer a:hover, .Footer a:focus {
  color: #000460;
}

.Footer a:link::after, .Footer a:visited:after {
  display: block;
  content: '';
  height: 3px;
  border-top: 3px solid #000460;
  margin-top: -6px;
  transition: all 400ms;
}

.Footer .col {
  margin-bottom: 5vw;
}

.Footer a:active::after, .Footer a:hover::after, .Footer a:focus::after {
  background: #000460;
  border-color: #000460;
  outline: 0;
}

.Footer .Footer-col-logo {
  text-align: center;
}

.Footer .Footer-col-logo a {
  display: inline-block;
  width: 277px;
  max-width: 100%;
  padding: 0;
  color: inherit;
  text-decoration: none;
  transition: none;
  outline: 0;
}

.Footer .Footer-col-logo img {
  width: 100%;
  height: auto;
  max-width: none;
}

.Footer .Footer-col-logo a::after {
  display: none;
}

/* .Button */
._c_button,
._c_buttons {
  text-align: center;
  margin: 0 5vw;
}

._c_button a,
._c_buttons a,
.Button {
  border: 0px;
  outline: none;
  padding: 1em 3em;
  max-width: calc( 100% - 6rem );
  white-space: nowrap;
  color: #eb6626;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #000460;
  border-radius: 2em;
  box-shadow: 0px 0px 5px rgba( 81, 81, 81, .3 );
  vertical-align: top;
}



/* .Mod */
.Mod {
  margin: 5vw 0;
}

.Mod .Mod-hd {
  margin-bottom: 5vw;
  font-weight: 700;
  font-size: 2.898rem;
  line-height: 110%;
  color: #eb6626;
}

.Mod .Mod-intro {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 135.2%;
}

/* .ModContact */
.Mod.ModContact {
  margin: 0;
}

.Mod.ModContact .Mod-hd-hdgroup .hd {
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 2.898rem;
  line-height: 110%;
  color: #eb6626;
}

.Mod.ModContact .Mod-hd-hdgroup .hd-sub {
  margin-bottom: 5vw;
}

.ModContact-contacts {
  display: flex;
  justify-content: center;
}

.ModContact-contacts .ModContact-contact {
  display: block;
  margin: 0 5vw;
  text-align: center;
}

.ModContact-contact figure {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 1.5rem;
  border: 3px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}

.ModContact-contact figure img {
  margin-top: 26px;
}

.ModContact-contact a {
  text-decoration: none;
  font-size: 1.352rem;
  font-weight: 700;
  color: #eb6626;
}

/* .ModSlider */
.Article.has_slider {
  padding: 6.5vw 0 1rem;
  margin-bottom: 0;
}

.Article.has_slider .Article-hd {
  margin-bottom: 5vw;
  text-align: center;
  font-weight: normal;
  font-size: 2.795rem;
  line-height: 130%;
  color: #fff;
}

.Mod.ModSlider {
  background: #eb6626;
  margin: 6.5vw 0 5.5vw;
}

.Mod.ModSlider .Article {
  width: 17vw;
  max-width: 240px;
  padding: 1rem;
}

.Mod.ModSlider .Article .Article-hd {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.Mod.ModSlider .Article .Article-link .icon-link {
  border: 0;
  transform: none;
}

.Mod.ModSlider .Article .Figure {
  height: auto;
  border-radius: 50%;
  border: 2px solid #000460;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba( 81, 81, 81, .3 );
}

.Mod.ModSlider .Article .Figure.Figure-text {
  position: relative;
  height:  1px;
  padding-bottom: calc( 100% - 5px );
}

h3.Figure-media {
  position: absolute;
  top:  50%;
  transform: translate( 0, -50%);
  margin: 0;
  padding: 2px;
  line-height: 1.1;
  color:  #fff;
  text-align: center;
}

.Mod.ModSlider .slick-list {
  margin: 0 10%;
}

.Mod.ModSlider .slick-prev:before,
.Mod.ModSlider .slick-next:before {
  content: '';
}

.Mod.ModSlider .slick-prev,
.Mod.ModSlider .slick-next {
  content: '';
  top: 34%;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate( 45deg );
  border-top: 2px solid #000460;
  border-right: 2px solid #000460;
}

.Mod.ModSlider .slick-prev {
  left: 5%;
  transform: rotate( -135deg );
}

.Mod.ModSlider .slick-next {
  right: 5%;
}

/* .ModGlossary */
.has_ModGlossary .Site-wrapper {
  background: #f7f7f7;
}

.Mod.ModGlossary {
  margin: 0;
  padding: 5vw 2.5vw;
}

.Mod.ModGlossary .Mod-hd {
  text-align: center;
}

.ModGlossary-letter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vw;
}

.ModGlossary-letter b {
  flex: 0 1 50%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #eb6626;
  line-height: 1;
}

.ModGlossary-letter .letter {
  width: 5.5rem;
  height: 5rem;
  margin: 0 1rem;
  padding: 0 3px 0 0;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.898rem;
  line-height: 164%;
  color: #eb6626;
  background: #fff;
}

.ModGlossary-Articlelist + .ModGlossary-letter {
  margin-top: 10vw;
}

.ModGlossary-Articlelist.has_cols {
  gap: 35px;
}

.ModGlossary-Articlelist.has_cols .col {
  /* flex: 0 29%; */
  margin-bottom: 5vw;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px rgba( 81, 81, 81, .3 );
}

.ModGlossary .Article.ArticleTeaser {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.ModGlossary .Article.ArticleTeaser:after {
  display: block;
  content: '';
  height: 1.3em;
  background: #fff;
  order: 3;
}

.ModGlossary .ArticleTeaser .Article-hd,
.ModGlossary .ArticleTeaser .Article-intro {
  order: 2;
  margin: 0;
  padding: .5rem .3rem 0;
  font-style: normal;
  font-weight: 700;
  font-size: 1.071rem;
  line-height: 130%;
  color: #eb6626;
}

.ModGlossary .Article .Article-intro {
  padding: 0 .3rem .5rem;
  font-weight: normal;
  color: inherit;
}

.ModGlossary .Article .Article-figure {
  order: 1;
}

.ModGlossary .Article .Article-figure img {
  display: block;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

/* ModPaging */
.ModPaging {
  margin-top: 5vw;
}

.ModPaging-list {
  display: flex;
  justify-content: center;
}

.ModPaging-list-item a:link, .ModPaging-list-item a:visited {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 210%;
  color: #fff;
  background: #eb6626;
  text-decoration: none;
  transform: all 400ms;
}

.ModPaging-list-item a:active, .ModPaging-list-item a:hover, .ModPaging-list-item a:focus,
.ModPaging-list-item a.active {
  color: inherit;
  background: #000460;
}

.ModPaging-list-item:after {
  display: none;
}

.ModPaging-list-item > a > b {
  display: block;
  position: relative;
  top: .8rem;
  left: .9rem;
  transform: rotate( -135deg );
  height: .7rem;
  width: .7rem;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: transparent;
}

.ModPaging-list-item > a:active > b,
.ModPaging-list-item > a:hover > b,
.ModPaging-list-item > a:focus > b,
.ModPaging-list-item > a.active > b {
  border-top-color: #5B5552;
  border-right-color: #5B5552;
}

.ModPaging-list-item > a > b.icon-next {
  left: .6rem;
  transform: rotate( 45deg );
}

@media only screen and ( min-width: 768px ) {
  body {
    padding: 0 0 0 0;
    font-size: 1.15vw;
  }

  .Site {
    padding: 0 40px;
  }

  .Site:before {
    height: 40px;
  }

  .Header {
    position: fixed;
    z-index: 2001;
    top: 35px;
    height: 210px;
    width: 210px;
    overflow: hidden;
    transition: all 400ms;
    background: transparent;
    box-shadow: none;
  }

  .Logo {
    position: absolute;
    background: transparent;
    height: 159px;
    width: 159px;
    margin: 0;
    transition: all 400ms;
  }

  .Logo:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    top: -147px;
    left: -147px;
    width: 357px;
    height: 357px;
    border: 0px solid #fff;
    border-radius: 228px;
    background: #fff;
    transition: all 400ms;
  }

  .js_scrolling .Header {
    height: 125px;
    width: 125px;
  }

  .js_scrolling .Logo {
    height: 94px;
    width: 94px;
  }

  .js_scrolling .Logo:before {
    height: 210.987px;
    width: 210.987px;
    top: -86.877px;
    left: -86.877px;
    border-radius: 228px;
  }

  /* .Article */
  .Article {
    padding: 0 40px;
  }

  /* .ArticleFullwidth */
  .Article.ArticleFullwidth {
    padding: 0;
  }

  /* .ArticleGlossary */
  .Article.ArticleGlossary {
  padding: 0;
  }

  /* .ArticleHeader */
  .Article.ArticleHeader .Article-hd-hgroup {
    margin: 0 15%;
    border-bottom-right-radius: 20px;
  }

  .Article.ArticleHeader .Figure-media {
    height: 117px;
    width: auto;
  }

  /* .ArticleFeature */
  .Article.ArticleFeature {
    overflow: auto;
  }

  .Article.ArticleFeature .Figure {
    float: right;
    width: 40%;
    margin: 0 0 2rem 3rem;
  }

  .Article.ArticleFeature .Article-bd {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
  }

  .Article.ArticleFeature .Article-bd h1,
  .Article.ArticleFeature .Article-bd ol,
  .Article.ArticleFeature .Article-bd ul {
    max-width: 55%;
  }

  /* .ListArticles */
  .ListArticles {
    margin: 0 0 5vw -40px;
    width: calc( 100% + 80px );
    margin: 0 0 5vw;
    width: 100%;
  }

  /* .has_cols */
  ._c_spalten,
  .has_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  ._c_spalten > *,
  .has_cols .col {
    flex: 0 31%;
    padding: 0;
  }

  ._c_spalten > *:nth-of-type( 3n-2 ),
  .has_cols .col:nth-of-type( 3n-2 ) {
    margin: 0 !important;
  }

  ._c_spalten > *:nth-of-type( 3n ),
  .has_cols .col:nth-of-type( 3n ) {
    margin: 0 !important;
  }


  /* .Footer */
  .Footer {
    padding: 5vw 15%;
  }

  .Footer .has_cols {
    flex-wrap: nowrap;
  }

  .Footer .Footer-col-impress { flex-basis: 45%; }

  .Footer .Footer-col-logo { flex-basis: 22.5%; }

  .Footer .Footer-col-logo a {
    display: inline;
    max-width: none;
  }


  /*
  .ModPaging-list-item a:link, .ModPaging-list-item a:visited {
    line-height: 220%;
  }
  */


  /* .Mod */

  /* .ModGlossary */
  .Mod.ModGlossary {
    padding: 5vw 5vw;
  }

  .ModGlossary-Articlelist.has_cols .col {
    flex: 0 29%;
    margin-bottom: 0;
  }
}

.Form {
  margin: 5vw 0;
}

.Form fieldset,
.Form-fieldset {
  margin-bottom: 0;
}

.Form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  flex: 0 0 100%;
}

.Form .Label {
  padding: .5em 0;
  font-weight: 700;
  color: #eb6626;
}

.Form .Label:after {
  display: inline;
  content: ':';
}

.Form .Field {
  font: inherit;
  padding: .5rem;
  border: 1px solid #aaa;
  border-radius: .7rem;
  background: #fff;
}

.Form-fieldSelect .Field {
  padding: .77rem;
}

.Form .Field:hover {
  border-color: #eb6626;
  outline: 0;
}

.Form .Field:focus {
  color: #eb6626;
  border-color: #eb6626;
  outline: 1px solid #eb6626;
}

.Form-field.Form-fieldRadio,
.Form-field.Form-fieldCheckbox {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 0;
}

.Form-field.Form-fieldRadio:last-child,
.Form-field.Form-fieldCheckbox:last-child {
  margin-bottom: 1.5rem;
}

/*
.Form-field.Form-fieldRadio .Label:after,
.Form-field.Form-fieldCheckbox .Label:after {
  display: none;
}
*/

.Form-field.Form-fieldRadio .Field,
.Form-field.Form-fieldCheckbox .Field {
  margin-right: .5rem;
  padding: 0;
}

/*
.Form-field.Form-fieldRadio .Field:hover,
.Form-field.Form-fieldCheckbox .Field:hover,
.Form-field.Form-fieldRadio .Field:focus,
.Form-field.Form-fieldCheckbox .Field:focus {
  border: 0;
  outline: 0;
}
*/

.Form-fieldset.Form-fieldsetButtons {
  padding: 1rem;
  text-align: center;
}

.Form-fieldset.Form-fieldsetButtons .Button {
  margin: 0 1rem;
}


.mt-1 {
  margin-top:1em;
  display:block;
}
.Form-field.mt-1 {
  display:flex;
}

h3.Figure-media {
    position:static;
    margin-top:50%;
}

#haushalt, #firma, #erzeugung, #charging_infra, #pvleistungdiv, #windleistungdiv, #wasserleistungdiv, #bioleistungdiv {
  display:none;
}

.Form {
  margin-top:1em;
}
.Form .star .Label::after {
  content: ': *';
}
.Form span.star::after {
  content: ' *';
}
#js_eauto_charge {
  display:none;
}

.Form .Label::after {
    display: inline;
    content: none;
}
.Form .star .Label::after {
    content: ' *';
}
.text-error{
    color:#F00;
}

.viertel {
	overflow:hidden;
}
.viertel .Form-field {
	float:left;
	width:24%;
	margin-left:1.3%;
}
.viertel .Form-field:first-child {
	margin-left:0;
}
.plzort>.Form-fieldset {
	display: flex;
}


.ModGlossary .ArticleList .Article-figure {
        order:0;
}
.ArticleList .item-info div, .ArticleList .distance-info {
    padding:0 2rem;
}
.ArticleList .distance-info {
    padding-top:.5rem;
}
.ModGlossary .ArticleList .Article-figure{
        background-position: center;
        width: 100%;
        overflow: hidden;
        height: 1px;
        padding-bottom: 44.265%;
        background-size: cover;
}
.filterform {
	text-align:center;
  border-bottom:3px solid #eb6626;
  padding-bottom:2em;
  margin-bottom:3em;
}
.filterform-text {
    display:inline-block;
    font-size:135.2%;
    vertical-align: middle;
}
.filterform input[type=text] {
    border:1px solid #aaa;
    background-color:#fff;
    border-radius:.7rem;
    padding:0 .5rem;
    width: 160px;
    vertical-align: middle;
}
.filterform input[type=text]:hover {
    border-color:#eb6626;
}
.filterform input[type=text]:focus-visible {
    outline:1px solid #eb6626;
}
.filterform input[type=text]:focus {
    border:1px solid #eb6626;
}

.filterform input[type=submit] {
    border: 0px;
    outline: none;
    padding: .3em 1.5em;
    max-width: calc( 100% - 6rem );
    white-space: nowrap;
    color: #eb6626;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background: #000460;
    border-radius: 2em;
    box-shadow: 0px 0px 5px rgb(81 81 81 / 30%);
    vertical-align: middle;
    margin:.5em 0;
    }
.Mod.ModGlossary {
  margin: 0;
  padding: 0 2.5vw 5vw 2.5vw;
}
.filterform input[type=text]::placeholder, .filterform input[type=text]{
    color: #5B5552;
    font-family: 'alwyn-new-web', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.071rem;
    line-height: 185%;
}
.filterform input[type=text]::placeholder {
    opacity:0.6;
}
.ArticleTestimonial .Figure .Figure-media.Figure-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.background {
    visibility: hidden;
    max-height: 400px;
}
.login-button._c_button {
    margin: .25rem 1rem 1rem 1rem;
    text-align: right;
    position: fixed;
    z-index: 9999;
    right: 30px;
    top: 0;
}
.login-button._c_button a {
    padding: 0.5em 1.5em;
    font-size: 1rem;
    vertical-align: unset;
}
.Figure.Article-figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vw;
}
.errorb{
    border: 2px solid red !important;
    text-align:center !important;
}
.info-modal img{
    max-width:100%;
}
.info-modal {
    z-Index:1000;
    top:20%;
    overflow:auto;
    max-height:90vh;
    border: 2px solid #000460;
    border-radius: 10px;
    padding: 20px;
    position: fixed;
    background-color: white;
    width: 70%;
    left: 15%;
    bottom: 45%;
    box-shadow: 1px 5px 12px 5px #000000;
    text-align: left;
}
.info-modal:not(.errorb) button{
    margin: 5px auto;
    display:block;
}
.info-modal button:first-of-type {
    margin-bottom: 1.5em;
}
.d-none {
    display: none;
}
.helpText {
    display: inline-block;
    background-color: #eb6626;
    padding: 0 5px;
    border-radius: 3px;
    position:absolute;
    margin-left:15px;
    color: #000460;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 0 0 1px black;
    cursor: pointer;
}
em{
    font-style:italic;
}
.counters select {
      width: 100% !important;
    }
    .customer-number img {
      width: 100%;
    }
@media only screen and (min-width: 768px){
   .ArticleTestimonial {
        max-width: 300px;
        width: 100%;
    }
    .Figure.Article-figure {
        height: 12vw;
    }
    .centered {
        justify-content: center !important;
    }
    .info-modal button {
        margin-right: 1em;
    }
    .customer-number {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .customer-number div {
      width: 35%;
    }
    .customer-number div input {
      width: 100%;
    }
    .customer-number img {
      width: 60%;
    }
}
@media only screen and (min-width: 2561px){
    .ArticleTestimonial {
        max-width: 400px;
        width: 100%;
    }
    .background {
        max-height: 500px;
    }
}

@media only screen and (min-width: 1920px){
    .ArticleTestimonial .Figure .Figure-media.Figure-full {
        width: 100vw;
    }
    .login-button._c_button {
        right: 30px;
        top: 0;
    }
}

@media only screen and (max-width: 1300px){
    .background {
        max-height: 300px;
    }
}


@media only screen and (max-width:767px){
    .ArticleTestimonial .Figure .Figure-media.Figure-full {
        height: 100vw;
    }
    .background {
        max-height: 500px;
    }
    .filterform-text {
      display: block;
    }
    .Article.ArticleHeader .Figure-media {
        max-height:117px;
        max-width:100%;
        width:auto;
    }
    .Button {
        max-width:100%;
    }
    body {
        padding-top: 0;
    }
    header.Header {
        position:static;
    }
    header.Header .Figure.Logo {
        position: absolute;
        /*top: 1%; */
        z-index: 999;
    }
    .login-button._c_button {
        position: static;
    }
    .info-modal {
        width: 90%;
        left: 5%;
    }
    .info-modal button {
        white-space: break-spaces;
    }
    .ModContact-contacts {
      flex-direction: column;
    }
}
@media only screen and ( min-width: 1440px ) {
  .Site {
    max-width: 1440px;
  }
  .Figure.Article-figure {
        height: 170px;
    }
}
@media only screen and ( max-width: 1440px ) {
  .login-button._c_button {
      margin-top: 1rem;
  }
}
@media only screen and ( max-width: 640px ) {
    .viertel .Form-field {
    	float:none;
    	width:100%;
    	margin-left:0;
    }
    .plzort>.Form-fieldset {
        display: block;
    }

    .Article._c_weissraum {
        margin-left:1em;
        margin-right:1em;
    }
     .Article.ArticleHeader .Article-hd-hgroup {
        transform: translate( 0, -12%);
    }
}
@media only screen and (min-width: 767px){
    .ModGlossary .Article.ArticleTeaser.ArticleList {
        flex-direction:row;
    }
    .ModGlossary-Articlelist.has_cols.ArticleList-col div.col {
        min-height:15vw;
    }
    .ArticleList-col {
        flex-direction:column;
    }
    .ModGlossary .ArticleList .Article-figure {
        order:0;
        width:30%;
        margin-right:2rem;
    }
    .ModGlossary .ArticleList .Article-figure{
        background-position: center;
        width: 30%;
        overflow: hidden;
        height: 1px;
        padding-bottom: 20%;
        background-size: cover;
    }
    .ArticleList .distance-info, .ArticleList .item-info > div {
        padding-left:0.3rem;
    }
    .ModGlossary .ArticleTeaser.ArticleList .Article-hd{
        text-align:left;
        margin-bottom:0.5rem;
    }
    .ArticleList .item-info {
        width:40%;
    }
}
@media only screen and (min-width: 1165px){
    .ModGlossary .Article.ArticleTeaser.ArticleList {
        font-size:1.15rem;
        line-height:100%;
    }
}
@media only screen and (min-width: 1580px){
    .ModGlossary-Articlelist.has_cols.ArticleList-col div.col {
        min-height:200px;
    }
}

@media only screen and ( max-width: 450px ) {
 ._c_button a, ._c_buttons a, .Button {
     padding:1em 1em;
     font-size:1rem;
 }

}

@media only screen and (max-width: 360px){
    .Article.ArticleHeader .Article-hd-hgroup {
        transform: translate( 0, -9%);
    }
}
@media only screen and (min-width: 1000px){
    .Article.rand {
        padding: 0 150px;
    }
}

.language_wrapper {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    padding:0;
    box-shadow: black 0 1px 2px;
    line-height:1.1rem;
    background-color: #FFF;
    border-top: 30px solid #005A99;
    height: 85px;
}
.language_wrapper>div {
    padding: 10px;
    text-align: right;
    max-width: 1440px;
    margin: 0 auto;
    line-height:1.1rem;
}
@media only screen and (min-width: 1440px){
    .language_wrapper {
    }
}

@media only screen and (min-width: 768px){
    .language_wrapper>div {
        padding: 10px 40px;
    }
}

    @font-face {
        font-family: Flags;
        unicode-range: U+1F1E6-1F1FF;
        src: url(/kratos/notocoloremoji/Flags-Regular.woff2) format('woff2'),
        url(/kratos/notocoloremoji/Flags-Regular.woff) format('woff'),
        url(/kratos/notocoloremoji/Flags-Regular.ttf) format('truetype');
    }
    .flagfont, .flagfont select, .flagfont option, .flagfont *{
        font-family: 'Apple Color Emoji', 'Flags', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
    }
