@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(hamburgers.min.css);
@import url(source-sans-pro.css);
@import url(bootstrap.css);
@import url(gotham-narrow.css);
@import url(norwester.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

*::selection {
  color: #5bc500;
  background-color: #FFCE00;
}

body {
  color: black;
  font-family: "Gotham Narrow";
  hyphens: auto; 
  font-weight: lighter;
  margin-top: 3em;
}


h1, h2  {
  font-family: "Norwester"; 
  text-transform: uppercase;
}

.highlight-pink {
  font-size: 3em;
  color: white; 
  margin-top: -2rem;
  font-family: 'Norwester';
  text-transform: uppercase;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  text-align: center;
}

.highlight-pink * {
  background-color: #E6007D;
  width: max-content;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-size: 1em;
  color: #6c6c6c;
}

.subtitle {
  color: #5bc500;
  font-size: 2em;
  font-family: 'Norwester';
  line-height: 1em;
  text-transform: uppercase;
}

h1 {
  font-weight: normal;
  color: #5bc500;
  margin-bottom: 1.25rem;
  font-size: 4.4em; 
}

h2 {
  color: #E6007D;
  font-size: 3em;
  margin-bottom: 1.6rem;
  margin-top: 2.1rem; 
}

h3 {
  font-weight: bold;
  color: #5bc500;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-top: 1.7em;
  margin-bottom: 1.5rem; }

h4 {
  font-weight: bold;
  color: #5bc500;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1.1rem; }

h5 {
  font-weight: bold;
  color: #5E5E5E;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1.1rem;
  margin-top: 1.3rem; }

h6 {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.1rem; }

p {
  font-family: 'Gotham Narrow';
  font-size: 1.1em;
  line-height: 1.7; 
}

ul li {
  line-height: 1.7em;
  font-size: 1.1em;
}

.content-header {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  .content-header .content-header-meta {
    text-align: center; }
    .content-header .content-header-meta p {
      color: #8c8c8c;
      font-size: .9em;
      max-width: none; }

.content {
  padding-bottom: 50px; }
 
/*.content .content-content {
    max-width: 45em;
    margin: 0 auto; 
  }*/

.pink {
  color: #E6007D;
}


a {
  text-decoration: underline;
  color: #5bc500; 
}

a:hover {
  text-decoration: none;
}

.card-title {
  color: #5bc500;
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-transform: none;
}

.card {
  border-radius: 15;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55); 
  box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55);    
  width: auto;
  margin: 15px 5px;
  border-radius: 10px;
  border: none;
  font-weight: bold;
}

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-img-top {
  float: right;
}

.card ul li {
  list-style-type: square;
  font-size: 1.5em;
  color: white;
  font-family: 'Gotham Narrow';
  font-weight: medium;
}

.scroll {
  overflow-x: scroll;
}

.card a{
  color: white;
}

.card .read-all {
  text-align: center;
}

#card-news {
  background-color: rgba(140, 140, 140, 0.9);
  color: white; }
  #card-news h1, #card-news h2, #card-news h3, #card-news h4, #card-news h5, #card-news h6 {
    color: white; }

.btn-music {
  background-color: #FF3722;
  color: white; }

.btn-sport {
  background-color: #375E97;
  color: white; }

.btn-science {
  background-color: #00B038;
  color: white; }

.btn-it {
  background-color: #FFCE00;
  color: white; }

.btn-primary {
  background-color: #5bc500;
  border-radius: 0;
  border: none; }

a.btn {
  text-decoration: none;
  padding: 1rem; }

a.btn:after {
  content: ' »'; }

a.btn:hover {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
  color: white; }
/*
.navbar {
  color: #5bc500;
  background-color: white;
  font-family: 'Gotham Narrow';

}



  .navbar .navbar-nav a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.5rem;
  }

  .navbar .navbar-nav a:hover {
    text-decoration: underline;
  }

  .navbar-nav li {
    margin-left: 25px;
    margin-right: 25px;
  }

#home-section {
  background: url("../img/people-woman-coffee-meeting.jpg") no-repeat;
  min-height: 600px;
  background-size: cover;
  position: relative; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px; }
  #home-section .home-inner {
    padding-top: 1em;
    min-height: 600px;
    position: relative;
    display: block; }
    #home-section .home-inner #home-inner-content-wrap {
      min-height: 600px; }
      #home-section .home-inner #home-inner-content-wrap .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
  #home-section .card-form {
    opacity: 0.7; }
  #home-section .fa {
    color: #5bc500;
    background: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }
  #home-section #home-features {
    color: white; }
    #home-section #home-features ul {
      list-style-type: none; }
    #home-section #home-features i {
      background-color: transparent;
      color: white;
      font-size: 1rem; }

*/
.flex-grow * {
  flex-grow: 1;
  flex-basis: 20%; }

#branches * {
  margin: 0%; }

#branches * * {
  width: 100%; }


#projects .card {
  flex-basis: 25em; }

.sidebar-header * {
  text-transform: uppercase; }

.scroll-down-indicator {
  position: relative;
  width: 50px;
  height: 80px;
  border-radius: 25px;
  background: transparent;
  border: 4px solid #fff;
  overflow: hidden; }

.scroll-down-indicator:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  animation: scrollDownAnimation 1s linear infinite; }

.scroll-down-indicator:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
  border-radius: 3px; }

@keyframes scrollDownAnimation {
  0% {
    transform: translate(-50%, 20px); }
  80% {
    transform: translate(-50%, 60px); }
  100% {
    transform: translate(-50%, 100px); } }

.content-text h1 + * {
  padding-left: 10%; }

.gallery {
  display: flex;
  flex-wrap: wrap; }
  .gallery .gallery-item {
    margin: .2em; }

/*Wordpress requires this code in order to float images*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pagination-wrapper {
  text-align: center; 
}

.pagination {
  margin: 0 auto; 
  color: black;
}

.page-item a {
  color: #5bc500 !important;
}


/** FOOOTER */
footer {
  color: white;
  font-family: 'Gotham Narrow';
  font-weight: bold;
 }

 .footer-top {
   background-color:#5bc500;
   width: 100%;
   text-align: center;
   padding-top: 2em;
   padding-bottom: 2em;
 }

 footer ul {
   padding: 0px;
   margin: 0px;;
   list-style-type: none;
 }

 footer ul li {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
 }

 footer ul li a {
   color: white;
   text-decoration: none;
 }

.footer-bottom {
  background-color: #5c5c5c;
  color: white;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;

}
.ul-social-media {
  margin-bottom: 1em;
}
.ul-social-media .search-icon {
  fill: white;
}

.footer-bottom p {
  color: white;
}

.claim {
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
   -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
       animation: fadein 1s;
}


/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {

  footer ul li {
    display: block;
  }

  .ul-social-media li {
    display: inline-block;
  }
}



.pagination .page-number {
  color: #31AFD2;
  text-decoration: none; }

.pagination .page-number.current {
  background-color: #5bc500;
  color: white; }

#nav-logo {
padding: 10px;
height: 2.5em;
}

.container-slogan {
  width: 50%;
}

.slogan {
  color: white;
  line-height: 108%;
  font-family: 'Norwester';
  text-transform: uppercase;
  font-size: 4em;
  margin-bottom: 1rem;
  padding-top: 0.5em;
  padding-left: 10%;
}

.slogan.small {
  font-size: 2em;
}



.rotate {
  transform: rotate(-5deg) skew(-5deg);
  -webkit-transform: rotate(-5deg) skew(-5deg);
  -moz-transform: rotate(-5deg) skew(-5deg);
  -ms-transform: rotate(-5deg) skew(-5deg);
  -o-transform: rotate(-5deg) skew(-5deg);
}

.slogan.small svg {
  transform: rotate(5deg) skew(5deg);
  -webkit-transform: rotate(5deg) skew(5deg);
  -moz-transform: rotate(5deg) skew(5deg);
  -ms-transform: rotate(5deg) skew(5deg);
  -o-transform: rotate(5deg) skew(5deg);
}


.highlight {
  background-color: white; 
  color: rgb(91,197,0);
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 5px;
}

.div-gradient {
  background-image: url('https://www.gras.at/wp-content/uploads/2023/03/gras_vorhang_Hintergrund.jpg');
  background-size: cover;
  background-position: center;
  /*background: rgb(91,197,0);*/
 /* background: linear-gradient(180deg, rgba(91,197,0,1) 40%, rgba(252,227,0,1) 100%);*/
}

.grashilft {
  font-size: 4em;
  color: white; 
  margin-top: -2rem;
  font-family: 'Norwester';
  text-transform: uppercase;
  margin-bottom: 0px;
}

.grashilft .grashilft-btn {
  background-color: #E6007D;
  border-radius: 5px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-left: 5%;
}


.grashilft.invert .grashilft-btn.invert{
	color: #E6007D;
	background-color: white;
}

.spika {
  text-align: right;
  position: relative;
  width: 50%;
}
.spika .grashilft {
  font-size: 2em;
  position: absolute;
  width: 100%;
  bottom: 40%;
  right: 4em;
  line-height: 2.1rem;
  text-align: left;
  margin-right: 7rem;
  text-align: right;
  
}

.grashilft-subtitle {
  color: black;
  font-size: 1.5rem;
  margin-left: 5%;
}

.plakat {
  padding-right: 10%;
  padding-left: 0px;
}

.cta {
  margin-top: 5em;
}

.cta svg *, .cta svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.invert svg, .invert svg * {
	fill: #E6007D !important;
 	stroke: #E6007D !important;	
}

.cta * {
  display: block;
}

.cta-text {
  font-family: 'Norwester';
  text-transform: uppercase;
  color: white;
  font-size: 1.7em;
  line-height: 1.2em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0.4em;
}


.wp-block-buttons { /*Wrapper*/
  background-color: white;
}

.button, .wp-block-button {

  color: white;
  font-size: 3em;
  font-family: "Norwester";
  text-transform: uppercase;
}

.button-small, .wp-block-button {

  font-family: 'Gotham Narrow';
  font-weight: bold;
  font-size: 1.4em;
}

.wp-block-file {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}

.button a, .wp-block-button a, .wp-block-file__button {
  background-color: #E6007D !important;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  border-radius: 50vh;
  color: white;
  text-decoration: none;
  border: solid 3px;
  border-color: #E6007D;
  text-transform: none;
  transition: all .2s;
}

.button-big {
  font-family: 'Norwester';
  text-transform: uppercase;
}

.button a:hover, .wp-block-button a:hover, .wp-block-file__button:hover {
  background-color: white !important;
  color: #E6007D !important;
}

.h-button {

  text-align: center;
}

.h-button span {
  color: #5bc500;
  background-color: white;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.plakat div {
  flex: none;
}
.container-slogan, .spika {
  width: 100%;
  float: none;
}

.spika {
  margin-top: -30em;
  width: 100%;
  text-align: right;

}

@media (min-width: 769px) and (max-width: 1200px){
  .spika {
    margin-top: -30em;
  }
}

.grashilft .grashilft-btn {
  margin: 0%;
}

.spika img {
  height: 75vw;
  max-height: 35rem;
  margin-right: -7rem;
}

.container-slogan .grashilft .grashilft-btn{
  margin-left: 10%;
}

.spika .grashilft {
	background-color: #5bc500 !important;
  text-align: left;    
  line-height: 2rem;
  width: max-content;
  float: right;
	margin-right: -1em;
	margin-top: -1em;

}

.spika .grashilft .grashilft-btn {
	background-color: #5bc500 !important;
}

.grashilft-subtitle {
  margin-left: 0%;
  font-size: 0.5em;
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#meet-keya {
  height: 40em;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  position: relative;
}

#meet-keya .absolute-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}





/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
 
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

 }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}




/**** NAVBAR NEW ****/

nav {
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0px 6px 31px 5px rgba(0,0,0,0.2); 
  box-shadow: 0px 6px 31px 5px rgba(0,0,0,0.2);
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 3rem;
}

.nav-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-content a {
  display: block;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s;
  color: #5bc500;
  font-family: 'Gotham Narrow';
  font-weight: normal;
  /*padding-top: 0.1em;
  padding-bottom: 0.3em;*/
}

.nav-content a:hover,
.nav-icon:hover,
.search-icon:hover {
  opacity: 0.7;
}

.nav-content .logo img {
  height: 1.3em;
  margin: 0.8em 0;
}

.nav-links {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0em;
}

.nav-links li {
  line-height: initial;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.nav-links li a {
  margin-top: 0.2em;
}


.nav-icon {
  display: none;
  grid-gap: 5px;
  grid-template-columns: auto;
  padding: 20px 0;
  height: 3em;
  cursor: pointer;
  transition: all 0.3s;
}


.nav-sm-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.nav-sm-wrapper a {
  margin: 0em;
  height: auto;
  line-height: auto;
}

.nav-sm-wrapper a svg {
  display: block;
  margin: auto;
}

.bar {
  height: 2px;
  width: 22px;
  background: #5bc500;
  transition: 0.5s;
}

.show .one {
  transform: rotate(45deg) translateY(5px);
}

.show .two {
  transform: rotate(-45deg) translateY(-5px);
}

.search-icon {
  fill: #5bc500;
  height: 1.5em;
  margin: 0.4em 0;
}

.menu-item ul {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 2;
  opacity: 0;
  list-style-type: none;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  top: 100%;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top;
}

.menu-item-has-children {
  float: left;
  overflow: hidden;
} 

.menu-item ul li {
  list-style-type: none;
}

.menu-item ul li a {
  line-height: 100%;
  font-size: 1em;
}

.menu-active {
  display: block !important;
  opacity: 1 !important;
}

body.show {
  margin-top: 4em;
}

 
@media (min-width: 769px){
  .menu-item-has-children:hover > ul, .menu-item-has-children:focus > ul {
    display: block !important;
    opacity: 1 !important;
  }
  
}

@media (max-width: 768px) {
  .show {
      background-color: white;
      z-index: 543679280;
  }    

  .nav-links {
      position: fixed;
      z-index: 4732897483920;
      top: 3em;
      right: 0;
      height: 0;
      width: 100%;
      background:white;
 /*background: linear-gradient(180deg, rgba(91,197,0,1) 35%, rgba(252,227,0,1) 100%);*/
      flex-direction: column;
      justify-content: flex-start;
      align-items:flex-start;
      transition: height 2s cubic-bezier(0.19, 1, 0.22, 1),
          background-color 0.3s;
  }

  .nav-links li {
    width: 100%;
  }

  nav.show {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 237890;
  }

  .show .nav-links {
      height: 100%;
      background-color: white;
  }   
  
  .nav-links a {
      height: 0;
      width: 0;
      opacity: 0;
      overflow: hidden;
      margin-right: 50px;
      margin-left: 50px;
  }  

  

  .menu-item ul {
    box-shadow: none;
    position: relative;
    top: auto;
    border: 1px solid #e9e9e9;
    margin-right: 50px;
  }

  .nav-links a:hover {
    text-decoration: underline;
  }
  
  .show .nav-links a {
      opacity: 1;
      width: auto;
      height: auto;
  }    
  
  .nav-icon {
      order: 1;
      display: grid;
  }    
  
  .logo {
      order: 2;
  }    
  
  .nav-sm-wrapper {
      order: 3;
  }
}






.container-small-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

.hero-wrapper {
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55); 
  box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55);  
  padding: 0px !important;
  border-radius: 10px;
}

.hero-content {
  padding: 1.5em;
}

.hero-content p:not(.button) {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
}

.img-full {
  width: 100%;
  height: auto;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-round-left {
  width: 100%;
  height: auto;
  position: relative;
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

}

#stay-updated-wrapper {
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55); 
  box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.55);  
  border-radius: 10px;
}

#stay-updated-wrapper hr {
  margin: 0;
  padding: 0;
}


.stay-updated-title h2 {
  color: #5bc500;
  margin-bottom: none !important;
  line-height: 1em;
}
.stay-updated-title p {
  font-size: 1.7em;
  font-weight: bold;
  color: #E6007D;
  line-height: 1.3em !important;
  margin-top: -0.5em;
}

.stay-updated-content {
  padding: 0 !important;
}

.stay-updated-content h3 {
  color: black;
  margin-top: 1em !important;
  margin-bottom: 0em !important;
}

.stay-updated-content a {
  font-size: 1.1em;
  font-weight: bold;
  color: #5bc500;
  margin-top: -0.5em;
}
.c-accordion__item {
  
} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {/* An accordion item title */
  border: 1px solid #c3c3c3 !important;
  padding: .4em !important;
} 

.c-accordion__title:after {
  margin-right: 0.4em !important;
}

.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
  border: 1px solid #c3c3c3;
  border-top: none !important;
  padding: .4em !important;

} /* An accordion item content container */

.wp-block-pullquote {
  background-color: #5bc500 !important;
  border-radius: 10px;
  color: white;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

@keyframes growDown {

  0% {

    opacity: 0;

  }


  100% {

    opacity: 1;

  }

}

.blog-img {
  max-height: 30em;
}

.blog {
  text-align: left;
}

.blog h1 {
  font-size: 2.5em;
  text-transform: none;
  font-weight: bold;
  font-family: 'Gotham Narrow';
  text-align: left;
  margin-bottom: 1em;
}

.excerpt {
  text-align: left;
  font-weight: bold;
}

.content {
  max-width: 800px;
  margin: auto;
}

.blog-content {
  max-width: 700px;
  margin: auto;
}

.post-date {
  font-size: 0.8em;
  color: #69696c;
  text-align: left;
  font-weight: normal;
}

.post-date-right {
  text-align: right;
}

.badge-tags {
  text-transform: lowercase;
}

a.tag {
  text-decoration: none;
}

.card {
  flex-basis: 30% !important;
}


.header-get-active {
  background-color: #5bc500;
}

.section-cta {
  border: 25px solid white;

}

.datum {
	margin-top: 25px !important;
}

.sovielgras {
	margin-top: 25px !important;
}


/*****
###########################
MEDIA QUERRIES
##########################
*****/

@media (max-width: 992px) {
  .container-plakat {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important; 
    max-width: 100% !important;
  }
  .spika img {
    max-height: 30em;
	margin-right: -10em;
  }

  .spika {
    margin-top: -25em;
	margin-right: -10em;
  }

  .spika .grashilft {
    display: none;
  }

  .briefwahl-button {

  }
	
	.invert svg {
		height: 45px;
		margin-top: 5px;
	}
	
	.datum {
		font-size: 0.8rem;
	}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 577px) and (max-width: 767px) { 
  
  .cta svg {
    height: 45px;
  }
	
	.invert svg {
		height: 35px;
		margin-top: 5px;
	}

  .cta-text, .inver-text {
    margin-left: 0px;
    font-size: 1.5em;
  }

  .slogan {
    font-size: 3em;
    margin-bottom: 1.5rem;
    padding-left: none;
    margin-left: none;
    line-height: 1.2em;
  }

  .plakat .container {
    padding-left: 0%;
    margin-left: 0%;
  }

  .spika {
    margin-top: -18em;
  }


  .grashilft {
    font-size: 2.6em;
  }

  .spika .grashilft {
    margin-right: 0;
    font-size: 2.3em;
    line-height: 1.6rem;
    left: 5em;
  }

  h1 {
    margin-bottom: 1rem;
    font-size: 3.3em; 
  }
  
  h2 {
    font-size: 2.8em;
    margin-bottom: 0.9rem;
    margin-top: 1.5rem; 
  }
  
  h3 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 1rem; }
  
  h4 {

    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 0.8rem; 
  }
  

  p {
    font-family: 'Gotham Narrow';
    font-size: 1em;
    line-height: 1.7em; 
  }
  
  ul li {
    line-height: 1.7em;
    font-size: 1em;
  }


  .h-button {

    font-size: 3em;
  }

  .button {

    font-size: 2em;
  }

  .button-small {
    font-size: 1em;
 }
  .button-small a {
    padding-bottom: 1.5%;
    padding-top: 1.5%;
  }

  .nav-links a {
    margin-left: 0px;
    margin-right: 0px;
  }

  .img-round-left {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
  
  }
}



/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px){
  .cta {
    margin-top: 12vw;
  }
  
  .cta svg, .invert svg {
    height: 25px;
    margin-top: 1.8rem;
  }

  .cta-text, .invert-text {
    margin-left: 0px;
    font-size: 7vw;
  }

  .slogan {
    font-size: 10vw;
    margin-bottom: 1.5rem;
    padding-left: none;
    margin-left: none;
    line-height: 12vw;
  }

  .plakat .container {
    padding-left: 0%;
    margin-left: 0%;
  }

  .spika {
    margin-top: -70vw;
    height: 100%;
  }

  .spika img {
    margin-right: -35vw;
  }

  .grashilft {
    font-size: 10vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .spika .grashilft {
    margin-right: 0;
    font-size: 2.3em;
    line-height: 1.6rem;
    left: 1em;
  }

  h1 {
    margin-bottom: 1rem;
    font-size: 10vw; 
  }
  
  h2 {
    font-size: 8vw;
    margin-bottom: 0.9rem;
    margin-top: 1.5rem; 
  }
  
  h3 {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 1rem; }
  
  h4 {

    font-size: 1.1rem;
    margin-bottom: 1rem;
    margin-top: 0.8rem; 
  }
  

  p {
    font-family: 'Gotham Narrow';
    font-size: 0.95em;
    line-height: 1.6em; 
  }
  
  ul li {
    line-height: 1.6em;
    font-size: 0.95em;
  }


  .h-button {

    font-size: 3em;
  }

  .button {

    font-size: 1.2em;
  }

  .button-small {
    font-size: 1em;
 }
  .button-small a {
    padding-bottom: 1.5%;
    padding-top: 1.5%;
  }

  .nav-content .logo img {
    height: 1.2em;
    margin: 0.8em 0;
  }

  .search-icon svg {
    height: 33px;
  }

  .nav-links a {
    margin-left: 0px;
    margin-right: 0px;
  }
}



@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.highlight.up {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.highlight.down {
  border-top-left-radius: 0px;
}

.invert svg, .invert svg * {
	fill: #E6007D !important;
 	stroke: #E6007D !important;	
}