:root {
  --textHighlight: #e60005;
  --textHighlightOld: #e46450;
  --textNormal: #3C3C3C;
  --colorDark: #1e1e1e;
  --colorBright: #fff;
  --backgroundHighlight: #f6f7f9;
  --button:#e60005;
}

*, *:before, *:after {
	box-sizing: border-box;
}

body, html {
	font-family: 'HelveticaNeueLT', 'OpenSans', Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0px auto;
  padding: 0px auto;
  font-size:16px;
  margin: 0;
  color: var(--textNormal);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--textHighlight);
  font-weight: normal;
  word-break: normal;
  word-wrap: inherit;
}

  h1 {
  	font-weight: 700;
  	font-size: 2em;
  }

    h2 {
    	font-weight: 700;
    	font-size: 1.5em;
      margin-bottom: .8em;
      text-align:center;
    }

    h2.highlight{
      font-size:2.5em;
      line-height:1.5;
    }

      h3 {
        font-weight:400;
        font-size:1.25em;
        margin-top:1em;
        margin-bottom:0.5em;
      }

        h4 {
          margin-top: 1em;
        }

p {
  line-height: 1.3em;
  margin:0.5em 0;
  text-align:justify;
  hyphens:auto;
}

.bg_highlight.more-space p{
  text-align:center;
}

  p strong{
    font-weight:600;
  }

img{
  width:100%;
}

.red {
  color:var(--textHighlight);
}

.wrapper {
	/* max-width: 1024px; */
  max-width:800px;
  width:100%;
	margin: 0 auto;
	padding: 1em;
}

.more-space {
  margin-top: 2em;
  margin-bottom: 2em;
}

.padding-top-bottom-2 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-top-2{
  padding-top:2em;
}

.padding-bottom-2 {
  padding-bottom: 3em;
}

.teaserimage {
  background-image: url('/images/iStock-503754588.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
}

.bg_highlight {
  background-color: var(--backgroundHighlight);
}

.logo_wrapper {
  position: relative;
  overflow: hidden;
  height: 70px;
  width: auto;
}

.logo_wrapper img {
  height: 70px;
  width: auto;
  padding: 0;
  margin: 0;
}

#accordion img {
  width: 100%;
  height: auto;
}

#accordion video,
#news video,
.video-block video{
  width: 100%;
  height: auto;
  border: 1px solid #DBDBDB;
}

  #accordion .video-block{
    margin-bottom:2em;
  }

  #accordion .video-block:last-of-type{
    margin-bottom:1em;
  }

#accordion .row h3 {
  margin-bottom: 1em;
  font-weight: bold;
}

/* NEWSBEREICH */

#news img {
  width: 100%;
  height: auto;
}

#news h3 {
  color: var(--textNormal);
  font-size: 1.25em;
  font-weight:600;
  margin:0 0 0.5em 0;
}

#news h4{
  color: var(--textNormal);
  font-size:1em;
  font-weight:700;
  margin:0 0 1em 0;
}

#news .row:not(:nth-last-child(2)) {
  border-top: 1px solid var(--backgroundHighlight);
  padding-top: 1.5em;
  margin-top: 1em;
}

  #news .video-block{
    margin-top:1em;
    margin-bottom:1em;
  }

  #news .video-block:last-of-type{
    margin:0;
  }

  #news .news-latest{
    margin-bottom:2em;
  }

  .margin-bottom-1 {
    margin-bottom: 1em;
  }

.title_petition {
  display: inline-block;
  position: absolute;
  top: 3em;
  right: 0;
  padding: 2em;
  background-color: rgba(255,255,255,.4);
  box-shadow: 0 0 1em rgba(0,0,0,.2);
}

.title_petition h1 {
  text-transform: uppercase;
  font-size: 3em;
  color: var(--colorDark);
  font-weight: 700;
}

.title_petition strong {
  color: var(--colorDark);
  font-weight: 400;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 0;
  margin: 0;
}

#cta {
  text-align: center;
}

.right {
  text-align: right;
}

.nav-bottom ul {
  list-style: none;
  padding: 0;
}

.nav-bottom ul > li {
  display: inline;
}

.nav-bottom ul > li:not(:last-child)::after {
  content: "|";
  margin: 0 .25em;
}

button {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  background: var(--button);
  color:var(--colorBright);
  margin-top: 2em;
  box-sizing: border-box;
  padding: 1em;
  transition: all ease-in-out .25s;
}

button:hover,
button:focus {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(60,60,60,0.5);
}

button:active{
  outline:1px solid var(--colorDark);
}

a {
  color: var(--textNormal);
  text-decoration: none;
}

a:hover {
  color: var(--textHighlight) !important;
}

a:active, a:visited {
  color: var(--textNormal);
  text-decoration: none;
}

.center{
  display:block;
  width:max-content;
  margin:0 auto;
}

/*

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border:none;
  border-top: 1px solid var(--colorDark);
  border-radius:none;
  background: var(--colorBright);
  font-weight: normal;
  color: var(--colorDark);
}

.ui-accordion-content-active{
  border: 1px solid var(--colorDark);
}
*/
