/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.4.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "FoundersGrotesk-Regular";
  src: url('../fonts/FoundersGroteskWeb-Regular.eot?1541687500') format('embedded-opentype'), url('../fonts/FoundersGroteskWeb-Regular.woff?1541687500') format('woff'), url('../fonts/FoundersGroteskWeb-Regular.woff2?1541687500') format('woff2');
}
@font-face {
  font-family: "FoundersGrotesk-Bold";
  src: url('../fonts/FoundersGroteskWeb-Bold.eot?1541687500') format('embedded-opentype'), url('../fonts/FoundersGroteskWeb-Bold.woff?1541687500') format('woff'), url('../fonts/FoundersGroteskWeb-Bold.woff2?1541687500') format('woff2');
}
/*********************************************************************
 * 1. General HTML tags
 *
 */
/* line 19, ../sass/screen.scss */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/* line 25, ../sass/screen.scss */
body,
input[type=text],
td,
textarea {
  font-family: "FoundersGrotesk-Regular", sans-serif;
  line-height: 1.8em;
  color: #000000;
}

/* line 34, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 38, ../sass/screen.scss */
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

/* line 48, ../sass/screen.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "FoundersGrotesk-Bold", sans-serif;
}

/* line 56, ../sass/screen.scss */
h1 {
  font-size: 100px;
  line-height: 1em;
}

/* line 61, ../sass/screen.scss */
h2 {
  font-size: 55px;
}

/* line 65, ../sass/screen.scss */
h3 {
  font-size: 45px;
  margin-bottom: 1rem;
}

/* line 70, ../sass/screen.scss */
h4 {
  font-size: 35px;
}

/* line 74, ../sass/screen.scss */
h5 {
  font-size: 25px;
}

/* line 78, ../sass/screen.scss */
h6 {
  font-size: 20px;
}
/* line 81, ../sass/screen.scss */
h6 strong {
  font-family: "FoundersGrotesk-Bold", sans-serif;
}

/* line 86, ../sass/screen.scss */
p {
  font-size: 20px;
}
/* line 89, ../sass/screen.scss */
p a {
  color: #000000;
  text-decoration: none;
}
/* line 94, ../sass/screen.scss */
p a:hover {
  color: #72B199;
}
/* line 98, ../sass/screen.scss */
p strong {
  font-family: "FoundersGrotesk-Bold", sans-serif;
}

/* line 103, ../sass/screen.scss */
a {
  color: #72B199;
  text-decoration: none;
}
/* line 106, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 111, ../sass/screen.scss */
button {
  color: #000000;
  font-size: 25px;
  padding: 1.25rem 4rem;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: transparent;
  cursor: pointer;
}

/* line 121, ../sass/screen.scss */
.button:hover {
  color: #72B199;
}

/* line 125, ../sass/screen.scss */
.text-center {
  text-align: center;
}

/* grid */
/* line 129, ../sass/screen.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* line 135, ../sass/screen.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

/* line 141, ../sass/screen.scss */
.one-half {
  width: 50%;
}

/* line 145, ../sass/screen.scss */
.one-third {
  width: 33.33%;
}

/* line 149, ../sass/screen.scss */
.two-third {
  width: 66.66%;
}

/* line 153, ../sass/screen.scss */
.one-fourth {
  width: 25%;
}

/* line 157, ../sass/screen.scss */
.three-fourth {
  width: 75%;
}

/* line 161, ../sass/screen.scss */
.one-fifth {
  width: 20%;
}

/* line 165, ../sass/screen.scss */
.two-fifth {
  width: 40%;
}

/* line 169, ../sass/screen.scss */
.three-fifth {
  width: 60%;
}

/* line 173, ../sass/screen.scss */
.four-fifth {
  width: 80%;
}

/* line 177, ../sass/screen.scss */
.one-sixth {
  width: 16.66%;
}

/* line 181, ../sass/screen.scss */
.five-sixth {
  width: 83.33%;
}

/* line 185, ../sass/screen.scss */
.five-sixth,
.four-fifth,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifth,
.three-fourth,
.two-fifth,
.two-third {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

/* Media Query */
@media only screen and (max-width: 960px) and (min-width: 769px) {
  /* line 205, ../sass/screen.scss */
  .container {
    width: 100%;
    padding: 0 10px;
  }

  /* line 210, ../sass/screen.scss */
  .one-third {
    width: 50%;
  }

  /* line 216, ../sass/screen.scss */
  header .topnav a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 224, ../sass/screen.scss */
  .container {
    width: 100%;
    padding: 0 10px;
  }

  /* line 229, ../sass/screen.scss */
  .five-sixth,
  .four-fifth,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifth,
  .three-fourth,
  .two-fifth,
  .two-third {
    position: relative;
    float: none;
    width: 100%;
  }
}
/*********************************************************************
 * 2. Masthead area
 *
 */
/* line 249, ../sass/screen.scss */
.logo {
  display: inline-block;
  float: left;
}
/* line 253, ../sass/screen.scss */
.logo h2 {
  font-size: 35px;
  color: #ffffff;
  margin: 25px 0 0 0;
}
/* line 259, ../sass/screen.scss */
.logo h3 {
  font-size: 18px;
}
/* line 263, ../sass/screen.scss */
.logo a {
  text-decoration: none;
}

/* line 269, ../sass/screen.scss */
header .header_bg {
  background: url("../images/background_header.jpg") no-repeat top center;
  background-size: cover;
  height: 750px;
  display: block;
}
/* line 276, ../sass/screen.scss */
header #header {
  width: 100%;
  padding: 0 5%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 285, ../sass/screen.scss */
header .logo-mobile {
  display: none;
}
/* line 290, ../sass/screen.scss */
header .topnav li {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  float: left;
}
/* line 297, ../sass/screen.scss */
header .topnav a {
  font-family: "FoundersGrotesk-Bold", sans-serif;
  padding: 0.25em 0.5em;
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
/* line 308, ../sass/screen.scss */
header .social-nav ul {
  float: right;
}
/* line 312, ../sass/screen.scss */
header .social-nav li {
  list-style: none;
  margin: 0;
  float: left;
}
/* line 318, ../sass/screen.scss */
header .social-nav a {
  margin: 0.25em 0.5em;
  text-decoration: none;
  display: block;
}
/* line 324, ../sass/screen.scss */
header .social-nav .linkedin {
  width: 38px;
  height: 38px;
  background: url("../images/in_icon.svg");
  background-size: 38px 38px;
}
/* line 331, ../sass/screen.scss */
header .social-nav .fb {
  width: 38px;
  height: 38px;
  background: url("../images/fb_icon.svg");
  background-size: 38px 38px;
}
/* line 339, ../sass/screen.scss */
header h1.motto {
  position: absolute;
  top: 35%;
  color: #ffffff;
  z-index: 1;
  font-size: 88px;
}

/* sticky navigation */
/* line 348, ../sass/screen.scss */
.header_ver2,
.sticky {
  background-color: #ffffff;
  z-index: 2;
}
/* line 353, ../sass/screen.scss */
.header_ver2 .logo h2,
.sticky .logo h2 {
  color: #000000;
}
/* line 358, ../sass/screen.scss */
.header_ver2 .topnav li,
.sticky .topnav li {
  list-style: none;
  margin: 0;
  float: left;
}
/* line 364, ../sass/screen.scss */
.header_ver2 .topnav a,
.sticky .topnav a {
  font-family: "FoundersGrotesk-Bold", sans-serif;
  padding: 0.25em 0.5em;
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #000000;
  font-weight: bold;
}
/* line 376, ../sass/screen.scss */
.header_ver2 .social-nav ul,
.sticky .social-nav ul {
  float: right;
}
/* line 379, ../sass/screen.scss */
.header_ver2 .social-nav ul li,
.sticky .social-nav ul li {
  list-style: none;
  margin: 0;
  float: left;
}
/* line 384, ../sass/screen.scss */
.header_ver2 .social-nav ul li a,
.sticky .social-nav ul li a {
  margin: 0.25em 0.5em;
  text-decoration: none;
  display: block;
}
/* line 392, ../sass/screen.scss */
.header_ver2 .social-nav .linkedin,
.sticky .social-nav .linkedin {
  width: 38px;
  height: 38px;
  background: url("../images/in_icon_black.svg");
  background-size: 38px 38px;
}
/* line 399, ../sass/screen.scss */
.header_ver2 .social-nav .fb,
.sticky .social-nav .fb {
  width: 38px;
  height: 38px;
  background: url("../images/fb_icon_black.svg");
  background-size: 38px 38px;
}

/* mobile toggle */
/* line 408, ../sass/screen.scss */
.mobile-toggle {
  display: none;
}

/* line 413, ../sass/screen.scss */
.mobile-nav ul {
  display: none;
}

/*********************************************************************
 *  Home
 *
 */
/* Medien Box */
/* line 422, ../sass/screen.scss */
#medien {
  transform: translateY(-55px);
  z-index: 1;
}
/* line 431, ../sass/screen.scss */
#medien .news-box {
  padding: 20px;
  background-color: #72B199;
  height: 250px;
}
/* line 436, ../sass/screen.scss */
#medien .news-box:hover {
  background-color: #639b86;
}
/* line 440, ../sass/screen.scss */
#medien .news-box a {
  color: #ffffff;
  text-decoration: none;
}
/* line 445, ../sass/screen.scss */
#medien .align-item {
  display: flex;
  justify-content: center;
}
/* line 448, ../sass/screen.scss */
#medien .align-item .btn-more {
  display: inline-block;
  color: #000000;
  font-size: 25px;
  padding: 1.25rem 4rem;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #72B199;
  margin-top: 20px;
}
/* line 459, ../sass/screen.scss */
#medien .align-item .btn-more:hover {
  color: #72B199;
}

/* line 466, ../sass/screen.scss */
#position {
  margin: 0 0 50px;
}
/* line 469, ../sass/screen.scss */
#position .position-bg {
  background: url("../images/positionierung_bg.jpg") no-repeat top center;
  background-size: cover;
  height: 750px;
  position: relative;
  display: block;
  height: 500px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 485, ../sass/screen.scss */
#spenden h2.spenden-typo {
  color: #ffffff;
  display: inline-block;
  margin-right: 40px;
}
/* line 491, ../sass/screen.scss */
#spenden .spenden-bg {
  background-color: #E7375E;
  height: 275px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 500, ../sass/screen.scss */
#spenden .kontonummer {
  display: none;
}

/*********************************************************************
 *  About page
 *
 */
/* line 509, ../sass/screen.scss */
#content_about a {
  color: #72B199;
}

/* line 514, ../sass/screen.scss */
.pagetitel {
  background: #72B199;
  color: #ffffff;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/* line 522, ../sass/screen.scss */
.pagetitel h4 {
  padding: 15px 0;
}

/* line 527, ../sass/screen.scss */
.text_left1,
.text_left3,
.text_right2,
.text_right4 {
  padding: 5%;
}

/* line 534, ../sass/screen.scss */
button.button_about {
  background-color: #72B199;
  color: #ffffff;
}

/*********************************************************************
 *  Politik page
 *
 */
/* line 542, ../sass/screen.scss */
#content_politik {
  padding-bottom: 50px;
}
/* line 545, ../sass/screen.scss */
#content_politik .text_politik,
#content_politik .text_politik_theme2 {
  padding: 10px;
}
/* line 550, ../sass/screen.scss */
#content_politik .glb_logo {
  float: right;
  width: 220px;
  height: 50px;
  background-size: 50px 220px;
}
/* line 557, ../sass/screen.scss */
#content_politik .politik_haupttext {
  font-weight: 400;
}
/* line 561, ../sass/screen.scss */
#content_politik .green_imgtitel {
  color: #72B199;
}
/* line 565, ../sass/screen.scss */
#content_politik .politik-img {
  width: 420px;
  height: 961px;
  background-size: 420px 961px;
}
/* line 571, ../sass/screen.scss */
#content_politik .themen2 {
  padding-top: 50px;
}
/* line 574, ../sass/screen.scss */
#content_politik .themen2 h3.titel_themen2 {
  padding: 0 10px;
}

/*********************************************************************
 *  Medien page
 *
 */
/* line 583, ../sass/screen.scss */
.medien a {
  color: #000000;
  text-decoration: none;
}

/* line 592, ../sass/screen.scss */
#medien-list .medien2 img.medien-img {
  width: 100%;
}

/*********************************************************************
 *  Blog page
 *
 */
/* line 603, ../sass/screen.scss */
.news {
  min-height: 100vh;
}
/* line 606, ../sass/screen.scss */
.news .news-box {
  padding: 20px;
  background-color: #72B199;
  height: 250px;
  margin-bottom: 20px;
}
/* line 612, ../sass/screen.scss */
.news .news-box:hover {
  background-color: #639b86;
}
/* line 616, ../sass/screen.scss */
.news .news-box p,
.news .news-box h3 {
  color: #ffffff;
}

/*********************************************************************
 *  Blogpost page
 *
 */
/* line 627, ../sass/screen.scss */
.blog {
  height: 100%;
  margin: 30px 0;
  position: relative;
}
/* line 633, ../sass/screen.scss */
.blog h2.title_blog {
  margin-bottom: 30px;
}
/* line 638, ../sass/screen.scss */
.blog .btn-share {
  display: inline-block;
  border: 1px solid #72B199;
  padding: 0.2rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 646, ../sass/screen.scss */
.blog .btn-share:hover {
  color: #ffffff;
  background-color: #72B199;
}

/*********************************************************************
  *  Footer
  *
  */
/* line 656, ../sass/screen.scss */
#footer {
  background-color: #062AA2;
  height: 500px;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 665, ../sass/screen.scss */
#footer .footer-left-inner {
  border-right: solid 2px #ffffff;
}
/* line 669, ../sass/screen.scss */
#footer .footer-right-inner {
  padding: 40px 0 0 105px;
}
/* line 674, ../sass/screen.scss */
#footer .footer-social ul {
  float: left;
  margin-bottom: 30px;
}
/* line 679, ../sass/screen.scss */
#footer .footer-social li {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  float: left;
}
/* line 686, ../sass/screen.scss */
#footer .footer-social a {
  margin: 0.25em 0.5em;
  text-decoration: none;
  display: block;
}
/* line 692, ../sass/screen.scss */
#footer .footer-social .footer-linkedin {
  width: 110px;
  height: 110px;
  background: url("../images/in_icon.svg");
  background-size: 110px 110px;
}
/* line 699, ../sass/screen.scss */
#footer .footer-social .footer-fb {
  width: 110px;
  height: 110px;
  background: url("../images/fb_icon.svg");
  background-size: 110px 110px;
}
/* line 707, ../sass/screen.scss */
#footer form input[type="email"],
#footer form input[type="submit"] {
  padding: 1.25rem 2rem;
  margin-top: 20px;
  border-radius: 5px;
  border: 0;
}
/* line 715, ../sass/screen.scss */
#footer form input[type="email"] {
  background-color: #ffffff;
  color: #000000;
  font-size: 25px;
  width: 400px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 724, ../sass/screen.scss */
#footer input #mc-embedded-subscribe .button-anmelden {
  background-color: #72B199;
  color: #ffffff;
  position: relative;
  left: -10px;
}

/*********************************************************************
 * Media Query
 *
 */
@media only screen and (max-width: 768px) {
  /* line 736, ../sass/screen.scss */
  h1 {
    font-size: 55px;
    line-height: 1em;
  }

  /* line 741, ../sass/screen.scss */
  h2 {
    font-size: 35px;
  }

  /* line 745, ../sass/screen.scss */
  h3 {
    font-size: 30px;
  }

  /* line 749, ../sass/screen.scss */
  h4 {
    font-size: 25px;
  }

  /* line 753, ../sass/screen.scss */
  h5 {
    font-size: 20px;
  }

  /* line 757, ../sass/screen.scss */
  img {
    width: 100%;
    height: auto;
  }

  /* line 762, ../sass/screen.scss */
  .five-sixth,
  .four-fifth,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three- fifth,
  .three-fourth,
  .two-fifth,
  .two-third {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 780, ../sass/screen.scss */
  header .header_bg {
    background: url("../images/background_header.jpg") no-repeat top center;
    background-size: cover;
    height: 200px;
    position: relative;
    display: block;
  }
  /* line 788, ../sass/screen.scss */
  header h1.motto {
    display: none;
  }
  /* line 794, ../sass/screen.scss */
  header #header .logo h2 {
    font-size: 16px;
  }

  /* line 801, ../sass/screen.scss */
  #medien {
    transform: translateY(0px);
  }
  /* line 804, ../sass/screen.scss */
  #medien .news-box {
    height: auto;
  }

  /* line 809, ../sass/screen.scss */
  #position {
    margin: 30px 0;
  }

  /* line 813, ../sass/screen.scss */
  #footer {
    padding: 0 10px;
  }
  /* line 817, ../sass/screen.scss */
  #footer .footer-social ul {
    float: left;
    margin: 20px 0 30px;
  }
  /* line 822, ../sass/screen.scss */
  #footer .footer-social li {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    float: left;
  }
  /* line 829, ../sass/screen.scss */
  #footer .footer-social a {
    margin: 0.25em 0.5em;
    text-decoration: none;
    display: block;
  }
  /* line 835, ../sass/screen.scss */
  #footer .footer-social .footer-linkedin {
    width: 80px;
    height: 80px;
    background: url("../images/in_icon.svg") no-repeat;
    background-size: 80px 80px;
  }
  /* line 842, ../sass/screen.scss */
  #footer .footer-social .footer-fb {
    width: 80px;
    height: 80px;
    background: url("../images/fb_icon.svg") no-repeat;
    background-size: 80px 80px;
  }
  /* line 850, ../sass/screen.scss */
  #footer .footer-left-inner {
    border-right: 0;
  }
  /* line 854, ../sass/screen.scss */
  #footer .footer-right-inner {
    padding: 40px 0 0;
  }
  /* line 858, ../sass/screen.scss */
  #footer form input[type="email"] {
    width: 100%;
  }
  /* line 862, ../sass/screen.scss */
  #footer form button.button-anmelde {
    position: relative;
    margin-bottom: 20px;
    left: 0;
  }

  /* hamburger-menu, mobile toggle */
  /* line 869, ../sass/screen.scss */
  #header {
    background: #ffffff;
    padding: 5% !important;
    position: fixed;
  }
  /* line 875, ../sass/screen.scss */
  #header .topnav ul {
    display: none;
  }
  /* line 878, ../sass/screen.scss */
  #header .topnav ul li {
    display: none;
  }
  /* line 883, ../sass/screen.scss */
  #header .social-nav {
    display: none;
  }
  /* line 887, ../sass/screen.scss */
  #header .logo {
    display: none;
  }
  /* line 891, ../sass/screen.scss */
  #header .logo-mobile {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  /* line 896, ../sass/screen.scss */
  #header .logo-mobile h2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  /* line 903, ../sass/screen.scss */
  #header .logo-mobile h3 {
    font-size: 14px;
  }
  /* line 907, ../sass/screen.scss */
  #header .logo-mobile a {
    text-decoration: none;
  }

  /* line 913, ../sass/screen.scss */
  .mobile-toggle {
    display: block;
    width: 25px;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  /* line 929, ../sass/screen.scss */
  .mobile-toggle span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000000;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  /* line 946, ../sass/screen.scss */
  .mobile-toggle span:nth-child(2) {
    top: 20px;
  }

  /* line 950, ../sass/screen.scss */
  .mobile-toggle span:nth-child(3) {
    top: 10px;
  }

  /* line 954, ../sass/screen.scss */
  .mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }

  /* line 958, ../sass/screen.scss */
  .mobile-toggle.open span:nth-child(1) {
    top: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* line 966, ../sass/screen.scss */
  .mobile-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  /* line 971, ../sass/screen.scss */
  .mobile-toggle.open span:nth-child(3) {
    top: 2px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /* line 979, ../sass/screen.scss */
  .mobile-nav {
    padding: 120px 0 0;
  }
  /* line 982, ../sass/screen.scss */
  .mobile-nav ul {
    display: none;
  }
  /* line 985, ../sass/screen.scss */
  .mobile-nav ul li {
    padding: 10px 0;
    margin: 0;
    display: block;
    background: #ffffff;
    border-top: 1px solid #000000;
    z-index: 999999;
    padding: 10px 0;
    display: flex;
    justify-content: center;
  }
  /* line 996, ../sass/screen.scss */
  .mobile-nav ul li a {
    font-family: "FoundersGrotesk-Bold", sans-serif;
    color: #000000;
    font-size: 20px;
    margin: 0.25em 0.5em;
    text-decoration: none;
    display: block;
  }

  /* line 1008, ../sass/screen.scss */
  h4.kontonummer {
    padding: 20px 0;
  }

  /* line 1012, ../sass/screen.scss */
  .pagetitel {
    padding-top: 20px;
  }

  /* line 1016, ../sass/screen.scss */
  #content_politik {
    padding: 3%;
  }
  /* line 1019, ../sass/screen.scss */
  #content_politik .glb_logo {
    float: left;
    width: 120px;
    height: 40px;
    background-size: 40px 120px;
  }
  /* line 1027, ../sass/screen.scss */
  #content_politik .themen2 h3.titel_themen2 {
    padding: 0;
  }
  /* line 1031, ../sass/screen.scss */
  #content_politik .themen2 .text_politik_theme2 {
    padding: 0;
  }

  /* line 1037, ../sass/screen.scss */
  #medien-list {
    padding: 0 20px;
  }
  /* line 1040, ../sass/screen.scss */
  #medien-list h3 {
    font-size: 24px;
  }
  /* line 1046, ../sass/screen.scss */
  #medien-list .medien2 img.medien-img {
    width: 100%;
  }
}
