/*
*
*	MainLand - 2020 - 2022
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
/* ----- mixins.less - 2018 ----- */
@font-face {
  font-family: "NotoSans";
  src: url('../font/notosans-regular-webfont.eot?1484036442');
  src: url('../font/notosans-regular-webfont.eot?&1484036442#iefix') format('embedded-opentype'), url('../font/notosans-regular-webfont.woff?1484036442') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url('../font/notosans-italic-webfont.eot?1484036442');
  src: url('../font/notosans-italic-webfont.eot?&1484036442#iefix') format('embedded-opentype'), url('../font/notosans-italic-webfont.woff?1484036442') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "NotoSans";
  src: url('../font/notosans-bold-webfont.eot?1484036442');
  src: url('../font/notosans-bold-webfont.eot?&1484036442#iefix') format('embedded-opentype'), url('../font/notosans-bold-webfont.woff?1484036442') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url('../font/notosans-bolditalic-webfont.eot?1484036442');
  src: url('../font/notosans-bolditalic-webfont.eot?&1484036442#iefix') format('embedded-opentype'), url('../font/notosans-bolditalic-webfont.woff?1484036442') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "RobotoSlabLight";
  src: url('../font/robotoslab-light-webfont.eot?1485418151');
  src: url('../font/robotoslab-light-webfont.eot?&1485418151#iefix') format('embedded-opentype'), url('../font/robotoslab-light-webfont.woff?1485418151') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url('../font/robotoslab-regular-webfont.eot?1484036358');
  src: url('../font/robotoslab-regular-webfont.eot?&1484036358#iefix') format('embedded-opentype'), url('../font/robotoslab-regular-webfont.woff?1484036358') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url('../font/robotoslab-bold-webfont.eot?1484036358');
  src: url('../font/robotoslab-bold-webfont.eot?&1484036358#iefix') format('embedded-opentype'), url('../font/robotoslab-bold-webfont.woff?1484036358') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IconFont";
  src: url('../font/beteiligungsportal.eot?1487237088');
  src: url('../font/beteiligungsportal.eot?&1487237088#iefix') format('embedded-opentype'), url('../font/beteiligungsportal.woff?1487237088') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*="icon"]:before {
  font-family: "IconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "a";
}
.icon-comment:before {
  content: "b";
}
.icon-dislike:before {
  content: "c";
}
.icon-grid:before {
  content: "d";
}
.icon-like:before {
  content: "e";
}
.icon-mai:before {
  content: "f";
}
.icon-pin:before {
  content: "g";
}
.icon-triangle:before {
  content: "h";
}
.icon-user:before {
  content: "i";
}
.icon-views:before {
  content: "j";
}
.icon-quote:before {
  content: "k";
}
.icon-arrow-thin:before {
  content: "l";
}
.icon-count:before {
  content: "\6d";
}
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  min-height: 100%;
  width: 100%;
}
body {
  min-height: 100%;
  width: 100%;
  font-family: "NotoSans", sans-serif;
  font-size: 20px;
  color: #808080;
}
/* html, body {scroll-behavior: smooth} */
@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightgrey {
  background: #dcdcdc url(gfx/lightgrey-noise.png);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p {
  margin-bottom: 20px;
  line-height: 150%;
}
p.center {
  text-align: center;
}
input.formText {
  font-family: "NotoSans", sans-serif;
}
textarea {
  font-family: "NotoSans", sans-serif;
  resize: vertical;
  overflow: auto;
}
select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
  color: #808080;
}
::-moz-placeholder {
  font-style: italic;
  color: #808080;
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
  color: #808080;
}
img.responsive {
  width: 100% !important;
  height: auto !important;
}
.coloured {
  background: #79C142;
}
ul,
ol {
  padding-left: 23px;
}
img {
  border: 0;
  -moz-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -webkit-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
}
canvas {
  -ms-touch-action: double-tap-zoom;
}
a {
  -moz-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -webkit-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  color: #333;
  cursor: pointer;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a h2 {
  text-decoration: none;
}
button {
  -moz-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -webkit-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
}
.ht {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
noscript.msg div {
  background-color: #C00;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  display: block;
}
h1 {
  font-family: "RobotoSlab", sans-serif;
  color: #6F6F6F;
  font-weight: normal;
  font-size: 56px;
}
h1 a {
  color: inherit;
  text-decoration: none;
}
h1 + h2 {
  color: #333;
}
h2 {
  font-family: "RobotoSlab", sans-serif;
  color: #6F6F6F;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 30px;
}
h2 a {
  color: inherit;
  text-decoration: none;
}
h3 {
  font-family: "RobotoSlab", sans-serif;
  color: #6F6F6F;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 30px;
}
h3 a {
  color: inherit;
  text-decoration: none;
}
h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.subline {
  color: #AAA;
  text-decoration: none;
}
.subline:hover {
  color: #56A646;
}
#container #outerheader {
  position: fixed;
  width: 100%;
  height: 94px;
  background: #fff;
  z-index: 100;
}
.inner {
  height: 100%;
  padding: 0 20px;
}
body.has-box #outerfooter {
  margin-top: 170px;
}
.box-fixed.active {
  margin-bottom: -170px;
  display: block;
  position: relative;
  bottom: inherit !important;
  margin-top: 60px;
}
#outerheader + #outercontent {
  padding-top: 94px;
}
.row.faq {
  overflow: hidden;
}
hr {
  margin: 30px 0;
  height: 1px;
  border: 0;
  background: #D7D7D7;
}
.accordion {
  position: relative;
  width: 100%;
  padding: 80px 0;
  margin: 60px 0 !important;
}
.accordion .acc-item {
  border-bottom: 1px solid #D7D7D7;
  position: relative;
  z-index: 2;
}
.accordion .acc-item h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  font-family: "RobotoSlab", sans-serif;
  margin-bottom: 0;
  padding: 15px;
  cursor: pointer;
}
.accordion .acc-item h3 i {
  float: right;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #79C142;
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  text-indent: 1px;
  position: relative;
  top: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.accordion .acc-item .open i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .acc-item .acc-content {
  display: none;
  padding: 15px;
}
#showPostAnswerGreefix.btn {
  margin-bottom: 50px;
}
.swiper-wrapper {
  height: 625px;
}
.swiper-container {
  height: 625px;
}
.swiper-slide {
  height: 625px;
}
.cd-tabs {
  position: relative;
  width: 100%;
}
.cd-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs .cd-tabs-content li {
  display: none;
}
.cd-tabs .cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-ajax {
  position: relative;
  width: 100%;
}
.cd-tabs-ajax ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cd-tabs-ajax:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-ajax .cd-tabs-content li {
  display: none;
}
.cd-tabs-ajax .cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.node ul {
  margin-bottom: 30px;
}
.row.content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.row.content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.row.content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #79C142;
  left: 0;
  top: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.odd .col-1-3 {
  float: right;
}
.odd .col-2-3 {
  float: right;
}
.shadow {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}
.mod-register fieldset.register,
.mod-register fieldset.login {
  border: 0;
  padding: 0;
}
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#hamburger-wrap {
  float: right;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 36px 0 36px 30px;
  padding: 0;
  width: 30px;
  height: 22px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: left;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #79C142;
}
.c-hamburger span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #79C142;
  content: "";
  top: -9px;
}
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #79C142;
  content: "";
  bottom: -9px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span:before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}
.c-hamburger--htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}
.c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}
.servicemenu {
  float: right;
  background: #F5F5F5;
  padding: 5px 20px 10px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 40px;
  height: 40px;
}
.servicemenu a {
  font-size: 14px;
  text-decoration: none;
  color: #808080;
  display: inline-block;
  margin-right: 20px;
}
.servicemenu a:before {
  font-size: 12px;
  margin-right: 10px;
}
.servicemenu a:last-child {
  margin-right: 0;
}
.servicemenu a:hover {
  color: #56A646;
}
.servicemenu a.myaccount {
  color: #56A646;
}
.servicemenu .avatar {
  margin: -10px -25px -10px 10px;
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.servicemenu .avatar img {
  display: block;
}
#mainmenu {
  display: block;
}
#mainmenu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  position: relative;
  z-index: 2;
}
#mainmenu > ul li.btn-back + li {
  padding-top: 25px;
}
#mainmenu > ul > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#mainmenu > ul > li:last-child {
  margin-right: 0;
}
#mainmenu > ul > li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #6F6F6F;
  padding: 5px;
  cursor: pointer;
}
#mainmenu > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 75px;
  width: 350px;
  z-index: -1;
  padding: 0 20px;
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-transition: max-height 400ms ease;
  -moz-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#mainmenu > ul > li > ul::before {
  content: "";
  z-index: -1;
  background: #79C142;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  opacity: 0.9;
}
#mainmenu > ul > li > ul li {
  display: block;
}
#mainmenu > ul > li > ul li a {
  color: #fff;
  font-family: "RobotoSlab", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
#mainmenu > ul > li > ul li a:hover {
  color: #fff !important;
  opacity: 0.5;
}
#mainmenu > ul > li > ul li ul li.btn-back + li {
  padding-top: 5px;
}
#mainmenu > ul > li > ul li ul li:last-child {
  padding-bottom: 5px;
}
#mainmenu > ul > li > ul li:last-child {
  padding-bottom: 25px;
}
#mainmenu > ul > li > ul li.active > a {
  color: #fff;
  opacity: 0.65;
}
#mainmenu > ul > li > ul li.btn-back {
  display: none;
  cursor: pointer;
}
#mainmenu > ul > li:hover ul {
  max-height: 500px;
}
#mainmenu > ul li.active > a {
  color: #56A646;
}
#mainmenu .servicemenu {
  float: none;
  margin: 5px 20px 30px;
  position: relative;
  z-index: 2;
}
.block-msg {
  min-height: 201px;
}
.box-img img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.box-phase {
  position: relative;
}
.box-phase ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box-phase .formItem {
  margin-bottom: 2px;
}
.box-phase .formItem.border {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
}
.box-phase .formItem.border:before {
  display: none;
}
.box-phase nav {
  /*	overflow: auto;
		-webkit-overflow-scrolling: touch; */
  overflow: hidden;
  overflow-x: visible;
}
.box-phase nav ul {
  width: 100%;
}
.box-phase nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.box-phase nav ul li span {
  font-size: 16px;
  color: #808080;
  padding-top: 10px;
  position: relative;
  display: block;
  height: 80px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  background: #F8F8F8;
}
.box-phase nav ul li span strong {
  font-family: "RobotoSlab", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #6F6F6F;
  display: block;
  padding: 5px 10px;
}
.box-phase nav ul li span.selected {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  border-color: #fff;
  z-index: 2;
}
.box-phase nav ul li a {
  font-size: 16px;
  color: #808080;
  padding-top: 15px;
  position: relative;
  display: block;
  height: 80px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  background: #F8F8F8;
}
.box-phase nav ul li a:hover {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  border-color: #fff;
  z-index: 2;
}
.box-phase nav ul li a strong {
  font-family: "RobotoSlab", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #6F6F6F;
  display: block;
  text-transform: uppercase;
}
.box-phase nav ul li a.selected {
  background: #fff;
  /*-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
					-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
					box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px; */
  border-color: #fff;
  z-index: 2;
}
.box-phase .phase-header {
  padding: 40px 0;
  background: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  position: relative;
  z-index: 3;
}
.box-phase .phase-header ins {
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -15px;
}
.box-phase .phase-header .toggle-group {
  display: inline-block;
  width: 100px;
  text-align: right;
  position: relative;
  margin-top: 10px;
}
.box-phase .phase-header .toggle-group .btn-toggle {
  margin: 0 4px;
}
.box-phase .phase-header .toggle-group i.active {
  color: #79C142;
}
.box-phase .phase-header .btn-dropdown {
  display: inline-block;
}
.box-phase .phase-header ul.list-filter {
  display: none;
}
.box-phase .phase-header ul.list-filter li {
  display: inline-block !important;
  font-style: italic;
  font-size: 16px;
  margin-right: 15px;
}
.box-phase .phase-header ul.list-filter li i {
  font-size: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.box-phase .phase-header ul.list-filter li i:hover {
  color: #56A646;
}
.box-phase .phase-content {
  padding: 40px 0;
}
.box-phase .phase-header.filter {
  padding: 30px 0 10px 0;
}
.box-phase .phase-header.filter > .inner > .grid .grid:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.box-phase .phase-content.white {
  background: #fff;
}
.box-phase .phase-filter {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  -moz-transition: max-height 750ms ease, box-shadow 200ms ease;
  -o-transition: max-height 750ms ease, box-shadow 200ms ease;
  -webkit-transition: max-height 750ms ease, box-shadow 200ms ease;
  transition: max-height 750ms ease, box-shadow 200ms ease;
  max-height: 0;
  overflow: hidden;
}
.box-phase .phase-filter .inner {
  padding: 30px 20px;
}
.box-phase .phase-filter.open {
  max-height: 1500px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
}
.box-tiles {
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 0;
}
.box-tiles li {
  display: block !important;
  float: left;
  margin: 20px 0 0 20px;
  cursor: pointer;
}
.box-tiles li .tile {
  display: block;
  width: 285px;
  height: 255px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #808080;
  padding: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -moz-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  -o-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  -webkit-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
}
.box-tiles li .tile:hover {
  color: #fff;
  background: #79C142;
}
.box-tiles li .tile button.remove {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
}
.box-tiles li .tile button.remove span {
  display: none;
}
.box-tiles li .tile button.remove:before {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  display: block;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-tiles li .tile button.remove:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  display: block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-tiles li .active {
  background: #79C142;
  color: #fff;
}
.box-tiles li > a {
  display: block;
  width: 248px;
  height: 222px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #808080;
  padding: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -moz-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  -o-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  -webkit-transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
  transition: background 300ms ease, color 200ms ease, box-shadow 300ms ease;
}
.box-tiles li > a i {
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  display: inline-block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.box-tiles li > a i svg {
  height: 100%;
  width: auto;
  fill: #6F6F6F;
}
.box-tiles li > a i svg path {
  fill: #6F6F6F;
}
.box-tiles li > a i svg rect {
  fill: #6F6F6F;
}
.box-tiles li > a i svg circle {
  fill: #6F6F6F;
}
.box-tiles li > a i svg ellipse {
  fill: #6F6F6F;
}
.box-tiles li > a i svg polygon {
  fill: #6F6F6F;
}
.box-tiles li > a p {
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  display: block;
  line-height: 100%;
  margin-bottom: 14px;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.box-tiles li > a span {
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  position: relative;
  display: block;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 200ms ease 100ms, opacity 200ms ease 100ms;
  -o-transition: -o-transform 200ms ease 100ms, opacity 200ms ease 100ms;
  -webkit-transition: -webkit-transform 200ms ease, opacity 200ms ease;
  -webkit-transition-delay: 100ms, 100ms;
  transition: transform 200ms ease 100ms, opacity 200ms ease 100ms;
  padding: 10px 0 0 0;
  width: 100%;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.box-tiles li > a span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  background: #fff;
  top: 0;
  left: 50%;
  margin-left: 0;
  -moz-transition: all 200ms ease 300ms;
  -o-transition: all 200ms ease 300ms;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: 300ms;
  transition: all 200ms ease 300ms;
}
.box-tiles li > a:hover {
  background: #79C142;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  z-index: 2;
}
.box-tiles li > a:hover i {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-tiles li > a:hover i svg {
  fill: #fff !important;
}
.box-tiles li > a:hover i svg path {
  fill: #fff !important;
}
.box-tiles li > a:hover i svg rect {
  fill: #fff !important;
}
.box-tiles li > a:hover i svg circle {
  fill: #fff !important;
}
.box-tiles li > a:hover i svg ellipse {
  fill: #fff !important;
}
.box-tiles li > a:hover i svg polygon {
  fill: #fff !important;
}
.box-tiles li > a:hover p {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-tiles li > a:hover span {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-tiles li > a:hover span:before {
  width: 100px;
  margin-left: -50px;
}
.box-card {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  position: relative;
  margin-bottom: 40px;
  -moz-transition: box-shadow 300ms ease;
  -o-transition: box-shadow 300ms ease;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
}
.box-card .card-header {
  color: #fff;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
.box-card .card-header span {
  float: right;
  font-family: "RobotoSlab", sans-serif;
  font-size: 20px;
}
.box-card .card-header svg {
  height: 30px;
  width: 30px;
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}
.box-card .card-header svg path {
  fill: #fff !important;
}
.box-card .card-header svg rect {
  fill: #fff !important;
}
.box-card .card-header svg circle {
  fill: #fff !important;
}
.box-card .card-header svg ellipse {
  fill: #fff !important;
}
.box-card .card-header svg polygon {
  fill: #fff !important;
}
.box-card .card-content {
  padding: 17px 30px 67px 30px;
}
.box-card .card-content span {
  font-size: 12px;
  color: #6F6F6F;
  display: block;
  margin-bottom: 9px;
}
.box-card .card-content p {
  font-size: 18px;
  color: #808080;
  line-height: 125%;
  margin-bottom: 4px;
}
.box-card .card-footer {
  padding: 18px 30px;
  color: #808080;
  font-size: 14px;
  background: #F8F8F8;
  border-top: 1px solid #D7D7D7;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "RobotoSlab", sans-serif;
}
.box-card .card-footer span {
  display: block;
  font-weight: bold;
  color: #56A646;
}
.box-card .card-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.box-card .card-footer ul li {
  display: inline-block;
  margin-right: 15px;
}
.box-card .card-footer ul li:before {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.box-card .card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.box-card .card-overlay i {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  -moz-transition: all 100ms ease 300ms;
  -o-transition: all 100ms ease 300ms;
  -webkit-transition: all 100ms ease;
  -webkit-transition-delay: 300ms;
  transition: all 100ms ease 300ms;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.box-card .card-overlay i svg {
  height: 100%;
  width: auto;
  fill: #fff !important;
}
.box-card .card-overlay i svg path {
  fill: #fff !important;
}
.box-card .card-overlay i svg rect {
  fill: #fff !important;
}
.box-card .card-overlay i svg circle {
  fill: #fff !important;
}
.box-card .card-overlay i svg ellipse {
  fill: #fff !important;
}
.box-card .card-overlay i svg polygon {
  fill: #fff !important;
}
.box-card .card-overlay p {
  display: block;
  line-height: 100%;
  margin-bottom: 14px;
  -moz-transition: all 100ms ease 200ms;
  -o-transition: all 100ms ease 200ms;
  -webkit-transition: all 100ms ease;
  -webkit-transition-delay: 200ms;
  transition: all 100ms ease 200ms;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.box-card .card-overlay span {
  position: relative;
  display: block;
  opacity: 0;
  -moz-transition: all 300ms ease 400ms;
  -o-transition: all 300ms ease 400ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 400ms;
  transition: all 300ms ease 400ms;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  padding: 10px 0 0 0;
  width: 100%;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.box-card .card-overlay span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  background: #fff;
  top: 0;
  left: 50%;
  margin-left: 0;
  -moz-transition: all 100ms ease 600ms;
  -o-transition: all 100ms ease 600ms;
  -webkit-transition: all 100ms ease;
  -webkit-transition-delay: 600ms;
  transition: all 100ms ease 600ms;
}
.box-card:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
}
.box-card:hover .card-overlay {
  opacity: 1;
  z-index: 2;
}
.box-card:hover .card-overlay i {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.box-card:hover .card-overlay p {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.box-card:hover .card-overlay span {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-card:hover .card-overlay span:before {
  width: 100px;
  margin-left: -50px;
}
.box-card.center-text .card-content {
  text-align: center;
}
.box-card.hatched .card-header {
  background-image: url(gfx/cross-hatch.svg);
  background-size: 10px;
}
.box-card.hatched .card-overlay {
  background-image: url(gfx/cross-hatch.svg);
  background-size: 10px;
}
.box-filter h3 {
  font-family: "NotoSans", sans-serif;
  font-size: 20px;
}
.box-filter ul li {
  display: block !important;
}
.box-filter .topic ul {
  max-height: 20px;
  overflow: hidden;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  -webkit-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
.box-filter .topic ul li {
  opacity: 0;
  -moz-transition: opacity 200ms ease 100ms;
  -o-transition: opacity 200ms ease 100ms;
  -webkit-transition: opacity 200ms ease;
  -webkit-transition-delay: 100ms;
  transition: opacity 200ms ease 100ms;
}
.box-filter .topic ul.active {
  max-height: 1000px;
}
.box-filter .topic ul.active li {
  opacity: 1;
}
.box-filter > .grid {
  margin-bottom: 20px;
}
.box-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.box-fixed > .inner {
  padding: 23px 30px;
  color: #fff;
  z-index: 2;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.box-fixed > .inner h3 {
  color: #fff;
  margin-bottom: 15px;
}
.box-fixed > .inner p {
  margin-bottom: 33px;
}
.box-fixed > .inner .box-register h3 {
  margin-bottom: 30px;
}
.box-fixed > .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=90);
  opacity: 0.9;
  background: #79C142;
  z-index: -1;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.box-fixed > .inner .btnClose {
  float: right;
  border: none;
  background: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.box-fixed > .inner .btnClose:before {
  content: "";
  height: 1px;
  width: 24px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-fixed > .inner .btnClose:after {
  content: "";
  height: 1px;
  width: 24px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-fixed > .inner .btnClose span {
  display: none;
}
.question-form .grid,
.box-fixed > .inner .box-topic form {
  clear: both;
  display: block;
  max-height: 75vh;
  overflow: auto;
  overflow-x: hidden;
  margin-right: 30px;
}
.question-form {
  clear: both;
}
.question-form .grid {
  margin-right: 0;
  max-height: 65vh;
}
.question-form .grid::after {
  display: none;
}
.question-form .grid .col-1-1 {
  float: none;
  clear: both;
}
.question-form .grid .col-1-1,
.question-form .grid .col-1-2 + .col-1-2 {
  padding-right: 20px;
}
.box-fixed > .inner .box-topic form .col-1-3:last-child {
  padding-right: 10px;
}
@media only screen and (max-height: 960px) {
  .question-form .grid {
    max-height: 60vh;
  }
}
@media only screen and (max-height: 860px) {
  .question-form .grid {
    max-height: 50vh;
  }
  .box-fixed > .inner .box-topic form {
    max-height: 60vh;
  }
}
.box-fixed.hidden {
  display: none !important;
}
.box-fixed#previewAnswerGreefix {
  display: block;
}
.box-fixed.preview {
  display: block;
}
.box-map {
  width: 100%;
  height: calc(100vh - 120px) !important;
  position: absolute;
  left: -100%;
  height: 0;
}
.box-map .box-card {
  width: 360px;
  z-index: 2;
}
.box-map .infobox {
  position: relative;
}
.box-map .infobox .mapbtn-close {
  width: 60px;
  height: 56px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
}
.box-map.initalized {
  position: relative;
  left: inherit;
  height: auto;
}
.block-cat {
  background: #fff;
  color: #6F6F6F;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.block-cat .inner {
  width: auto;
  padding: 20px;
}
.block-cat .map {
  overflow: hidden;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.block-cat .map iframe {
  display: block;
}
.block-cat fieldset label {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.block-cat fieldset p {
  color: #808080;
  font-size: 14px;
  line-height: 21px;
  margin-top: -10px;
  margin-bottom: 10px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block-cat fieldset select {
  width: 100% !important;
}
.block-info {
  background: #fff;
  color: #6F6F6F;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
}
.block-info .head {
  color: #fff;
  padding: 20px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
}
.block-info .head h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
  height: 50px;
  display: table-cell;
  vertical-align: bottom;
}
.block-info .head i {
  float: left;
  margin-right: 10px;
}
.block-info .head i svg {
  width: 50px !important;
  height: 50px !important;
}
.block-info .head i svg path {
  fill: #fff !important;
}
.block-info .head i svg rect {
  fill: #fff !important;
}
.block-info .head i svg circle {
  fill: #fff !important;
}
.block-info .head i svg ellipse {
  fill: #fff !important;
}
.block-info .head i svg polygon {
  fill: #fff !important;
}
.block-info .content {
  width: auto;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
}
.block-info .content a {
  color: #56A646;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "RobotoSlab", sans-serif;
  text-decoration: none;
}
.block-info .content + .meta {
  padding-top: 0;
}
.block-info dl {
  font-size: 16px;
}
.block-info dl dt {
  margin-bottom: 10px;
}
.block-info dl dt.hint {
  margin: -10px -20px;
  padding: 10px 20px;
}
.block-info dl dd {
  color: #56A646;
  text-transform: uppercase;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "RobotoSlab", sans-serif;
}
.block-info dl dd:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-info dl dd.hint {
  color: #aaa;
  font-family: "NotoSans", sans-serif;
  font-size: 15px;
  font-style: italic;
  text-transform: initial;
  margin: 0 -20px -20px -20px;
  padding: 0 20px 20px 20px;
}
.block-info dl .hint {
  background: #F8F8F8;
}
.block-info dl.hintInside dd:nth-last-of-type(2) {
  border-bottom: 0;
}
.block-info .meta {
  padding: 20px;
}
.block-info .meta span {
  font-family: "RobotoSlab", sans-serif;
  color: #808080;
  display: block;
  font-size: 14px;
}
.block-info .meta span:before {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.block-info.service .head {
  background-color: #79C142 !important;
}
.block-info.service .head h3 {
  height: inherit;
}
.block-img {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  margin-bottom: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.block-img .img {
  display: block;
  overflow: hidden;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.block-img .img img {
  display: block;
  width: 100%;
  height: auto;
}
.block-img .content {
  padding: 20px 20px 1px;
  font-size: 16px;
  line-height: 24px;
}
.block-img .content h3 {
  font-size: 20px;
  line-height: 20px;
}
.block-img .meta {
  padding: 0 20px 20px;
}
.block-img .meta a {
  color: #56A646;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "RobotoSlab", sans-serif;
  text-decoration: none;
}
.block-quote {
  background: #79C142;
  color: #fff;
  padding: 80px 40px 40px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
}
.block-quote:before {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.block-quote blockquote {
  font-size: 36px;
  line-height: 36px;
  font-family: "RobotoSlabLight", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.block-quote small {
  text-align: right;
  font-size: 14px;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.block-quote small:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-mobile {
  background: #fff;
}
.faq-mobile .box-tiles {
  float: none;
  margin: 0;
  cursor: default;
}
.faq-mobile .box-tiles li {
  width: 100%;
}
.faq-mobile .box-tiles .tile {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
  color: #56A646;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-family: "RobotoSlab", sans-serif;
  font-size: 36px;
  background: transparent;
}
.faq-mobile .box-tiles .tile button {
  display: none;
}
.faq-mobile .box-tiles .tile:hover {
  background: transparent;
  color: #56A646;
}
.faq-mobile .accordion {
  padding: 0;
  margin: 30px 0 60px 0 !important;
}
.block-soon {
  background: #fff;
  padding: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 570px;
}
.block-soon #logo {
  display: block;
  width: 200px;
  height: 80px;
  background: url(../gfx/logo.svg) no-repeat right center / contain;
  margin: 0 0 20px;
}
.block-soon h1 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 30px;
}
.block-soon p {
  font-size: 20px;
  line-height: 30px;
}
body.de .block-soon {
  max-width: 960px;
}
#postContainer .col-2-3 ul {
  padding-left: 23px;
  list-style: disc;
  margin-bottom: 30px;
}
#postContainer .col-2-3 p a {
  font-family: "RobotoSlab", sans-serif;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
}
.lightgrey {
  background: #dcdcdc url(gfx/lightgrey-noise.png);
}
*[id] {
  scroll-padding-top: 150px;
  scroll-margin: 150px 0 0 0;
}
.rating-phase-bar + .likeBar {
  margin-top: 30px;
}
#container {
  min-height: 100vh;
  padding-bottom: 50px;
  overflow: visible;
  overflow-y: hidden;
}
#outerfooter {
  margin-top: -50px;
}
#outerheader {
  position: fixed;
  width: 100%;
  height: 94px;
  background: #fff;
  z-index: 100;
}
.inner {
  height: 100%;
  padding: 0 20px;
}
#outercontent {
  position: relative;
  z-index: 3;
}
#mainContent {
  min-height: calc(100vh - 50px - 94px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row {
  padding: 40px 0;
}
.row figure img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  display: block;
}
.row figure figcaption {
  font-size: 14px;
  padding: 15px 0;
}
.row .img {
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.row .img img {
  display: block;
}
.row.nopadding {
  padding: 0;
}
.row.nopadding-bottom {
  padding: 40px 0 0 0;
}
.row.nopadding-top {
  padding: 0 0 40px 0;
}
.row.border {
  padding-bottom: 50px;
}
.row.border .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #D7D7D7;
}
.row.border + .row {
  padding-top: 0;
}
.row.faq-form {
  z-index: 888;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-top: auto;
}
.grey {
  background: #F8F8F8;
}
.error-404 {
  min-height: inherit;
}
body.has-box #outerfooter {
  margin-top: 170px;
}
.box-fixed.active {
  margin-bottom: -170px;
  display: block;
  position: relative;
  bottom: inherit !important;
  margin-top: 60px;
}
#outerheader + #outercontent {
  padding-top: 94px;
}
.row#containerList {
  padding-bottom: 10px;
  min-height: 260px;
  /*min-height: calc(100vh - 630px); */
}
.row.faq {
  overflow: hidden;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -mpz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.video-wrap a {
  display: block;
}
.video-wrap a i {
  width: 80px;
  height: 80px;
  background-image: none;
  margin: 0;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #56A646;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.video-wrap a i::before {
  width: 0;
  height: 0;
  content: "";
  margin-left: 2px;
  border-style: solid;
  border-width: 20px 0 20px 24px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap a:hover i {
  filter: alpha(opacity=100);
  opacity: 1;
}
.video-wrap img {
  width: 100% !important;
  height: auto !important;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 2px;
  height: 100%;
  color: #6F6F6F;
}
#header .inner #logo {
  display: block;
  width: 200px;
  height: 100%;
  background: url(../gfx/logo.svg) no-repeat right center / contain;
  float: left;
  margin: 0;
}
#footer {
  min-height: 50px;
  background: #F0F0F0;
  overflow: hidden;
}
#footer .inner {
  min-height: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#footer .inner ul {
  list-style-type: none;
  padding: 12px 0;
}
#footer .logos {
  padding: 12px 0 2px;
}
#footer .logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
#footer .logos ul li {
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: grid;
  justify-content: center;
  align-content: center;
}
#footer .logos ul li img {
  display: block;
  border: 0;
}
#footer .footermenu ul {
  list-style-type: none;
  padding: 12px 0;
  float: right;
}
#footer .footermenu ul li {
  display: inline-block;
  margin-right: 40px;
}
#footer .footermenu ul li:last-child {
  margin-right: 0;
}
#footer .footermenu ul li a {
  color: #808080;
  text-decoration: none;
  font-size: 14px;
}
#footer .footermenu ul li a:hover {
  text-decoration: underline;
}
hr {
  margin: 30px 0;
  height: 1px;
  border: 0;
  background: #D7D7D7;
}
.accordion {
  position: relative;
  width: 100%;
  padding: 80px 0;
  margin: 60px 0 !important;
}
.accordion .acc-item {
  border-bottom: 1px solid #D7D7D7;
  position: relative;
  z-index: 2;
}
.accordion .acc-item h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  font-family: "RobotoSlab", sans-serif;
  margin-bottom: 0;
  padding: 15px;
  cursor: pointer;
}
.accordion .acc-item h3 i {
  float: right;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #79C142;
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  text-indent: 1px;
  position: relative;
  top: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.accordion .acc-item .open i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .acc-item .acc-content {
  display: none;
  padding: 15px;
}
.btn {
  display: inline-block;
  background: #79C142;
  padding: 11px 15px;
  text-transform: uppercase;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.btn + ins {
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -15px;
}
.btn .btn-loader {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.btn .btn-loader img {
  width: 100%;
  height: auto;
}
.btn .btn-label {
  white-space: nowrap;
}
.btn.loading {
  width: 40px !important;
  height: 41px;
}
.btn.loading .btn-label {
  display: none;
}
.btn.loading .btn-loader {
  opacity: 1;
}
.btn.white {
  background: #fff;
  color: #56A646;
}
.btn.white .btn-loader img {
  content: url("/assets/gfx/loader-green.svg");
}
.centered .btn {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.full.btn {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.btn-submit {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #56A646;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
}
.btn-dropdown {
  border: 0;
  background: transparent;
  font-family: "NotoSans", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #808080;
  cursor: pointer;
  text-align: left;
}
.btn-dropdown:before {
  font-style: normal;
  content: "h";
  font-family: "IconFont";
  font-size: 10px;
  display: inline-block;
  background: #79C142;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  padding: 5px 4px 3px 4px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  -moz-transition: background 200ms ease, -moz-transform 200ms ease;
  -o-transition: background 200ms ease, -o-transform 200ms ease;
  -webkit-transition: background 200ms ease, -webkit-transform 200ms ease;
  transition: background 200ms ease, transform 200ms ease;
}
.btn-dropdown:hover {
  color: #56A646;
}
.btn-dropdown:hover:before {
  background: #79C142;
}
.btn-dropdown.active {
  color: #56A646;
}
.btn-dropdown.active:before {
  background: #79C142;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-toggle {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #EAEAEA;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  line-height: 20px;
  position: relative;
}
.btn-toggle:before {
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  margin-left: 2px;
  position: relative;
  z-index: 2;
  -moz-transition: margin-left 200ms ease;
  -o-transition: margin-left 200ms ease;
  -webkit-transition: margin-left 200ms ease;
  transition: margin-left 200ms ease;
}
.btn-toggle:hover:before {
  margin-left: 11px;
}
.btn-toggle.toggled:before {
  margin-left: 20px;
}
#showPostAnswerGreefix.btn {
  margin-bottom: 50px;
}
.teaser {
  position: relative;
  overflow: hidden;
  padding-top: 94px;
  height: 719px;
}
.teaser .img {
  width: 100%;
  height: 100%;
}
.teaser .img img {
  z-index: 1;
}
.teaser .caption {
  position: absolute;
  z-index: 2;
  width: 600px;
  left: 50%;
  margin-left: -600px;
  bottom: 340px;
}
.teaser .caption h1 {
  font-size: 62px;
  color: #fff;
  line-height: 100%;
}
.teaser .teaser-box {
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  padding: 23px 30px;
  color: #fff;
  z-index: 2;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.teaser .teaser-box::before {
  content: "";
  opacity: 0.9;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #79c142;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.teaser .teaser-box p {
  margin-bottom: 33px;
}
.teaser .teaser-box h3 {
  color: #fff;
  margin-bottom: 15px;
}
.teaser .teaser-box .btn-submit {
  color: #fff;
}
.teaser .teaser-box .btn-submit:hover {
  text-decoration: underline;
}
.teaser .teaser-box .teaser-login {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.teaser.teaser-headline {
  height: auto;
  padding: 214px 30px 40px 30px;
}
.swiper-wrapper,
.swiper-container,
.swiper-slide {
  height: 625px;
}
.cd-tabs {
  position: relative;
  width: 100%;
}
.cd-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs .cd-tabs-content li {
  display: none;
}
.cd-tabs .cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-ajax {
  position: relative;
  width: 100%;
}
.cd-tabs-ajax ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cd-tabs-ajax:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-ajax .inner {
  z-index: 10;
}
.cd-tabs-ajax .cd-tabs-content li {
  display: none;
}
.cd-tabs-ajax .cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.node ul {
  margin-bottom: 30px;
}
.row.content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.row.content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.row.content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #79C142;
  left: 0;
  top: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.link-list {
  padding-left: 0 !important;
  list-style: none !important;
  margin-bottom: 40px;
  margin-top: 40px;
}
ul.link-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ul.link-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #79C142;
  left: 0;
  top: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.link-list li a {
  text-decoration: none;
}
ul.link-list li a:hover {
  text-decoration: underline;
}
.content table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}
.content table th.bold,
.content table td.bold {
  font-weight: bold;
}
.content table th.italic,
.content table td.italic {
  font-style: italic;
}
.content table th.underline,
.content table td.underline {
  text-decoration: underline;
}
.content table thead th {
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding: 20px 25px;
  font-weight: normal;
  font-family: "RobotoSlab", sans-serif;
}
.content table thead th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.content table thead th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.content table tbody th,
.content table tbody td {
  padding: 20px 25px;
  border-bottom: 2px solid #D7D7D7;
}
.content table tbody tr:last-child th,
.content table tbody tr:last-child td {
  border-bottom: 0;
}
.content table tbody td.highlight {
  background: #F8F8F8;
}
.content .accordion {
  margin: 0 !important;
  padding: 0;
}
.content .accordion::before {
  display: none;
}
.odd .col-1-3 {
  float: right;
}
.odd .col-2-3 {
  float: right;
}
.shadow {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}
/*
.border {
	position: relative;
	&:before {content: "";width: 1px;height: 100%;position: absolute;background: #E6E6E6;right: 20px;top: 0;}
}
*/
.authorInfo {
  margin-bottom: 30px;
}
.authorInfo .avatar {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.authorInfo .avatar img {
  display: block;
}
.authorInfo strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
.authorInfo small {
  display: block;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-left: 60px;
}
.authorInfo span.submitted {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  font-size: 18px;
  line-height: normal;
}
.mod-register fieldset.register,
.mod-register fieldset.login {
  border: 0;
  padding: 0;
}
.gallery {
  margin-left: -18px;
  margin-bottom: 12px;
}
.gallery a {
  float: left;
  margin-left: 18px;
  overflow: hidden;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 18px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.gallery a img {
  display: block;
  position: relative;
}
.gallery a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.gallery a span small {
  position: relative;
  top: 50%;
  margin-top: -10px;
  text-transform: uppercase;
  display: block;
  font-family: "RobotoSlab", sans-serif;
}
.gallery a span::before {
  background: #79C142;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
}
.gallery a:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}
.gallery a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gallery-swiper {
  height: auto !important;
  margin-bottom: 27px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
}
.gallery-swiper .swiper-wrapper,
.gallery-swiper .swiper-slide {
  height: auto;
}
.gallery-swiper img {
  display: block;
}
.gallery-swiper figure {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.gallery-swiper figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px !important;
  color: #fff;
  padding: 15px !important;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(36, 36, 36, 0.3) 0%, rgba(36, 36, 36, 0.5) 40%, #242424 100%);
  background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0.3) 0%, rgba(36, 36, 36, 0.5) 40%, #242424 100%);
  background: linear-gradient(to bottom, rgba(36, 36, 36, 0.3) 0%, rgba(36, 36, 36, 0.5) 40%, #242424 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.gallery-swiper figcaption p {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.gallery-swiper p:last-child {
  margin-bottom: 0;
}
.gallery-swiper figure:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gallery-swiper figure:hover p {
  opacity: 1;
}
.swiper-footer {
  text-align: center;
  vertical-align: middle;
}
.swiper-footer .swiper-button-prev,
.swiper-footer .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: none;
  margin: 0;
  position: relative;
  display: inline-block;
  left: auto;
  top: auto;
  right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.swiper-footer .swiper-button-prev::before,
.swiper-footer .swiper-button-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-footer .swiper-button-prev::before {
  content: "";
  margin-left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.swiper-footer .swiper-button-next::before {
  width: 0;
  height: 0;
  content: "";
  margin-left: 2px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.swiper-footer .swiper-pagination {
  font-family: "RobotoSlab", sans-serif;
  font-size: 14px;
  position: static;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  vertical-align: top;
}
.likeBar a.report {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #D7D7D7;
  font-family: "RobotoSlab", sans-serif;
  padding: 10px 5px;
  text-decoration: none;
}
.likeBar button {
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.likeBar button i {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.likeBar button i:before {
  font-size: 20px;
}
.likeBar button i.icon-like {
  background: #79C142;
}
.likeBar button i.icon-dislike {
  background: #808080;
  line-height: 51px;
}
.likeBar button .btn-loader {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 5px;
  opacity: 0;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.likeBar button .btn-loader img {
  width: 100%;
  height: auto;
}
.likeBar button span {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  line-height: normal;
}
.likeBar button.loading i:before {
  opacity: 0;
}
.likeBar button.loading .btn-loader {
  opacity: 1;
}
.mod-comments {
  border-bottom: 1px solid #D7D7D7;
}
.mod-comments .vote-label {
  display: inline-block;
  padding: 11px 15px;
  text-transform: uppercase;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
  background: #D7D7D7;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.mod-comments .comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.mod-comments .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.mod-comments .comment h3 {
  font-size: 36px;
  line-height: 36px;
}
#toast-container > div {
  background-image: none !important;
  padding: 15px !important;
  background-color: var(--primary-color) !important;
}
#toast-container .toast-error {
  background-image: none !important;
}
.node-error {
  max-width: 500px;
  margin: 0 auto;
  color: #7E7E7E;
}
.node-error h1 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 30px;
}
.node-error p {
  font-size: 20px;
  line-height: 30px;
}
.coming-soon {
  background: url("../gfx/body-bg-soon.jpg") no-repeat center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phase-content {
  padding: 40px 0;
}
.tab-row:not(.grey) {
  padding-bottom: 0;
}
/* -- Verlauf dieser Beiträge -- */
.posts-history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
.posts-history h3 {
  font-family: "NotoSans";
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 10px;
}
.posts-history .previous-posts {
  position: relative;
}
.posts-history .previous-posts::before {
  width: 1px;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  border-right: 1px dashed #A4A4A4;
}
.posts-history .previous-posts .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
/* CSS Document */
.cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background-color: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8672e', endColorstr='#9d3b79', GradientType=1);
  color: #fff;
  z-index: 10;
  /* font-family: "Arial", "Helvetica", sans-serif; */
}
.cookie-bar h3 {
  color: #fff;
  margin-bottom: 0;
}
.cookie-bar .content-width {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cookie-bar .content-width a {
  color: #fff;
  text-decoration: underline;
}
.cookie-bar .content-width a:hover {
  text-decoration: none;
}
.cookie-bar .cookie-desc {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cookie-bar .cookie-desc p {
  margin: 0;
  padding: 0;
}
.cookie-bar .cookie-options {
  white-space: nowrap;
}
.cookie-bar .cookie-options a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  font-family: "Gelion Medium", sans-serif;
}
/* -- Buttons als Normaler Textlink-- */
.cookie-bar .cookie-options a.btn-config.filled {
  color: #fff;
}
.cookie-bar .cookie-options a.btn-accept.filled {
  color: #fff;
}
.cookie-bar .cookie-options a.btn-accept.filled i {
  float: right;
  width: 50px;
  height: 20px;
  position: relative;
  display: block;
  margin-left: 20px;
  top: 6px;
}
.cookie-bar .cookie-options a.btn-accept.filled i::before,
.cookie-bar .cookie-options a.btn-accept.filled i::after {
  content: "";
  position: absolute;
}
.cookie-bar .cookie-options a.btn-accept.filled i::before {
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
}
.cookie-bar .cookie-options a.btn-accept.filled i::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.cookie-bar .cookie-options a.filled:hover {
  opacity: 0.8;
}
/* -- Buttons als CTA Textlink-- */
.cookie-bar .cookie-options a.btn-config.outline,
.cookie-bar .cookie-options a.btn-accept.outline {
  margin-top: -10px;
  margin-bottom: -10px;
  border: 2px solid #fff;
  padding: 10px 15px;
  display: inline-block;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cookie-bar .cookie-options a.btn-config.outline {
  color: #fff;
}
.cookie-bar .cookie-options a.btn-config.outline:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.cookie-bar .cookie-options a.btn-accept.outline {
  background: #fff;
  color: #C22F17;
}
.cookie-bar .cookie-options a.btn-accept.outline:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
/* -- -- */
.cookie-opt-overlay {
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 600px;
  padding: 40px;
  color: #595959;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.cookie-opt-overlay .cookie-top-container {
  max-height: 70vh;
  overflow: auto;
}
.cookie-opt-overlay,
.cookie-opt-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie-opt-overlay .cookie-opt-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.cookie-opt-overlay .cookie-opt-close {
  float: right;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.cookie-opt-overlay .cookie-opt-close span {
  display: none;
}
.cookie-opt-overlay .cookie-opt-close::before,
.cookie-opt-overlay .cookie-opt-close::after {
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background: #808080;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.cookie-opt-overlay .cookie-opt-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cookie-opt-overlay .cookie-opt-content {
  text-align: left;
}
.cookie-opt-overlay .cookie-opt-toggle {
  margin: -11px -10px -11px 20px;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: relative;
}
.cookie-opt-overlay .cookie-opt-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-toggle.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookie-opt-overlay .cookie-opt-cattitle {
  background: #EDEDED;
  padding: 11px 10px;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #fff;
}
.cookie-opt-overlay .cookie-opt-cattitle small {
  display: block;
  text-transform: none;
  font-size: 12px;
  padding-left: 30px;
  font-weight: normal;
  filter: alpha(opacity=75);
  opacity: 0.75;
  margin-right: 40px;
  padding-top: 5px;
  line-height: normal;
}
.cookie-opt-overlay .cookie-opt-cattitle:first-child {
  border-top: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle input,
.cookie-opt-overlay .cookie-opt-cattitle input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label,
.cookie-opt-overlay .cookie-opt-cattitle label {
  cursor: pointer;
}
.cookie-opt-overlay .cookie-single-opt-toggle label i,
.cookie-opt-overlay .cookie-opt-cattitle label i {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #E1E1E1;
  color: #ccc;
  float: left;
  margin-right: 10px;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -1px;
  background-position: 3px 6px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-cattitle label span {
  padding: 2px 0;
  display: block;
  line-height: normal;
  margin: auto;
}
.cookie-opt-overlay .cookie-single-opt-toggle input:checked + label i,
.cookie-opt-overlay .cookie-opt-cattitle input:checked + label i {
  color: #fff;
  background-color: #82C554;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-catinfo {
  font-size: 13px;
  line-height: 16px;
  background: #F1F1F1;
  transition: height 0.25s ease;
  overflow: hidden;
}
.cookie-opt-overlay .cookie-opt-catinfo:not(.active) {
  display: none;
}
.cookie-opt-overlay .cookie-opt-catinfo p {
  padding: 15px 18px;
  margin: 0;
}
.cookie-opt-overlay .cookie-opt-catinfo .cookie-opt-table-wrap {
  padding: 15px 0;
  border-top: 1px solid #E4E4E4;
}
.cookie-opt-overlay .cookie-opt-catinfo table {
  table-layout: fixed;
}
.cookie-opt-overlay .cookie-opt-catinfo table th,
.cookie-opt-overlay .cookie-opt-catinfo table td {
  text-align: left;
  vertical-align: top;
  padding: 2px 18px;
}
.cookie-opt-overlay .cookie-opt-catinfo table th {
  width: 160px;
}
.cookie-opt-overlay .cookie-single-opt-toggle {
  padding-left: 18px;
  float: left;
}
.cookie-opt-overlay .cookie-single-opt-toggle + table {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.cookie-opt-overlay .cookie-single-opt-toggle + table th {
  padding-right: 0;
  padding-left: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label {
  position: relative;
  top: 2px;
}
.cookie-opt-overlay .cookie-single-opt-toggle label span {
  display: none;
}
.cookie-opt-overlay .cookie-top-savebtn {
  width: 100%;
  cursor: pointer;
  background: #7E7E7E;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-top: 30px;
  border: 0;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
  -webkit-box-shadow: inset 0 0 30px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 30px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1400px) {
  .cookie-bar .cookie-desc {
    padding-left: 20px;
  }
  .cookie-bar .cookie-options {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-bar .content-width {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cookie-bar .cookie-desc {
    padding: 0 20px 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-opt-overlay {
    max-width: 90%;
    padding: 20px;
  }
  .cookie-opt-overlay .cookie-top-savebtn {
    margin-top: 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    font-size: 12px;
  }
}
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.selectboxit-container .selectboxit {
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container span {
  height: 40px;
  line-height: 40px;
  display: block;
}
.selectboxit-container .selectboxit-options {
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 40px;
  display: block;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit.selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}
.selectboxit-options .selectboxit-option-icon-container {
  margin-left: 10px;
  float: left;
  display: none;
}
.selectboxit-text {
  text-indent: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85% !important;
}
.selectboxit-text > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 10px;
  float: left;
  display: none;
}
#fieldOfActionPostSelectSelectBoxIt .selectboxit-option-icon-container {
  display: block;
}
#fieldOfActionPostSelectSelectBoxItOptions .selectboxit-option-icon-container {
  display: block;
}
.selectboxit-option {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
  font-weight: bold;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.selectboxit-arrow-container {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.selectboxit-arrow-container i {
  background: #56A646 url(../gfx/arrow-down.svg) center no-repeat;
  background-size: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.selectboxit-open .selectboxit-arrow-container i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block;
  zoom: 1;
  visibility: visible;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
}
.selectboxit-btn.selectboxit-enabled:hover {
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-btn.selectboxit-enabled:focus {
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}
.selectboxit-btn.borderless {
  border: none;
}
.selectboxit-btn.borderless .selectboxit-option-icon-container {
  display: none;
}
.selectboxit-btn.borderless .selectboxit-arrow-container {
  right: inherit;
  left: 0;
}
.selectboxit-btn.borderless .selectboxit-text {
  padding-left: 25px;
  font-style: italic;
  font-size: 16px;
}
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}
.selectboxit-list .selectboxit-option-anchor > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #79C142;
  background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-focus .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
form {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset label {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "RobotoSlab", sans-serif;
}
fieldset .formItem {
  position: relative;
  margin-bottom: 15px;
}
fieldset .formItem input {
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  color: #808080;
  padding: 10px;
}
fieldset .formItem textarea {
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  color: #808080;
  padding: 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: height 200ms ease;
  -o-transition: height 200ms ease;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}
fieldset .formItem input.formText {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
fieldset .formItem .whiteBox {
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset .formItem .whiteBox textarea {
  border: 0;
  padding: 0;
  background: transparent;
  min-height: 95px;
}
fieldset .formItem input[type="checkbox"]:checked + label i {
  background: #79C142;
  border: 0;
}
fieldset .formItem input[type="checkbox"]:checked + label i:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
fieldset .formItem .fileUpload {
  min-height: 40px;
  position: relative;
}
fieldset .formItem .fileUpload .uploadBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}
fieldset .formItem .fileUpload .uploadBtn input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
}
fieldset .formItem .fileUpload .uploadBtn .fileBtn {
  color: #fff;
  background: #79C142;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset .formItem .fileUpload .fileList .file {
  float: left;
  position: relative;
  width: 112px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset .formItem .fileUpload .fileList .file img {
  position: relative;
  display: block;
  z-index: 1;
}
fieldset .formItem .fileUpload .fileList .file button {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  background: #79C142;
  background: rgba(144, 186, 164, 0.9);
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
fieldset .formItem .fileUpload .fileList .file button:before {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
fieldset .formItem .fileUpload .fileList .file button:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
fieldset .formItem .fileUpload .fileList .file button span {
  display: none;
}
fieldset .formItem.border {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 15px;
}
fieldset .formItem.formCheckbox input[type="checkbox"] {
  display: none;
}
fieldset .formItem.formCheckbox label {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #808080;
  text-transform: none;
  font-family: "NotoSans", sans-serif;
}
fieldset .formItem.formCheckbox label a {
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
}
fieldset .formItem.formCheckbox label a:hover {
  color: #56A646;
}
fieldset .formItem.formCheckbox label svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 6px;
}
fieldset .formItem.formCheckbox label i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  background: #fff;
  margin-right: 7px;
  text-align: center;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}
fieldset .formItem.formCheckbox label i:before {
  font-size: 10px;
  line-height: 20px;
  opacity: 0;
  display: block;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: -moz-transform 200ms ease 100ms, opacity 200ms ease;
  -o-transition: -o-transform 200ms ease 100ms, opacity 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease, opacity 200ms ease;
  -webkit-transition-delay: 100ms, 0s;
  transition: transform 200ms ease 100ms, opacity 200ms ease;
  font-family: "IconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
fieldset .formItem.formCheckbox input[type="checkbox"] + label i::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
fieldset .formItem.formCheckbox ins {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 7px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
fieldset .formItem.formError input,
fieldset .formItem.formError textarea {
  border: 1px solid #79C142;
}
fieldset .formItem.formError.formCheckbox {
  border: 0;
}
fieldset .formItem.formError.formCheckbox i {
  border: 1px solid #79C142 !important;
}
fieldset .profil-pic {
  margin-bottom: 20px;
}
fieldset .profil-pic .thumb {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
}
fieldset .profil-pic .thumb img {
  display: block;
}
fieldset .profil-pic .uploadBtn {
  top: 20px;
  position: relative;
  width: 50%;
}
fieldset .uploadBtn input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 40px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
fieldset .uploadBtn .fileBtn {
  color: #fff;
  background: #79C142;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset p {
  font-size: 14px;
  line-height: 21px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
fieldset .forgetPass {
  font-size: 10px;
  text-decoration: none;
  color: #79C142;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
}
.coloured fieldset .formItem input[type="checkbox"]:checked + label i {
  background: #fff;
}
fieldset.add-topic .formItem .whiteBox textarea {
  min-height: 320px;
}
fieldset.register {
  background: #fff;
  padding: 20px;
  color: #6F6F6F;
  border: 1px solid #E6E6E6;
  margin-bottom: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset.register h4 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  padding-top: 10px;
}
fieldset.login {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #E6E6E6;
  margin-top: 33px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
fieldset.login .formItem {
  position: relative;
}
fieldset.login label {
  display: none;
}
fieldset.login .forgetPass {
  font-size: 10px;
  text-decoration: none;
  color: #79C142;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
}
fieldset.account .btn.white.fltrt {
  position: relative;
  top: 15px;
}
fieldset.actionfield h4 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  padding-top: 10px;
}
.faq-form-wrap {
  color: #fff;
  padding: 25px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-form-wrap {
  color: #fff;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.contact-form-wrap h2 {
  color: #fff;
}
.contact-form-wrap fieldset .formItem.formCheckbox label {
  color: #fff;
}
.contact-form-wrap fieldset .formItem.formCheckbox label a {
  color: inherit;
}
.contact-form-wrap fieldset .formItem.formCheckbox label a:hover {
  text-decoration: underline;
}
.faq-form-container {
  position: relative;
}
.faq-form.hidden fieldset.question-form {
  display: none;
}
fieldset.question-form h3 {
  color: #fff;
}
fieldset.question-form button.close {
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  position: relative;
}
fieldset.question-form button.close span {
  display: none;
}
fieldset.question-form button.close::before,
fieldset.question-form button.close::after {
  content: "";
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
fieldset.question-form button.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
fieldset.question-form button.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
fieldset.question-form .formItem label {
  font-family: "RobotoSlab", sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
fieldset.question-form .formItem label small {
  display: block;
  opacity: 0.7;
  font-size: 14px;
  font-family: "NotoSans", sans-serif;
  padding-top: 10px;
  text-transform: none;
}
fieldset.question-form .formItem input[type="text"],
fieldset.question-form .formItem input[type="email"] {
  width: 100%;
  border: 1px solid #E6E6E6;
  padding: 7px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
fieldset.question-form .formItem textarea {
  padding: 10px 20px;
  min-height: 185px;
}
fieldset.question-form .formCheckbox label {
  color: #fff;
  text-transform: none;
  font-family: "NotoSans", sans-serif;
}
fieldset.question-form .formCheckbox input[type="checkbox"]:checked + label i {
  color: #56A646;
  background: #fff;
}
.errorMessage {
  color: #F2453E;
  font-size: 14px;
  display: block;
  margin: 20px 0;
}
.passReset button.remove {
  cursor: pointer;
  float: right;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  position: relative;
}
.passReset button.remove span {
  display: none;
}
.passReset button.remove:before {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  display: block;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.passReset button.remove:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  display: block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.voting-bar {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0;
}
.voting-bar > strong {
  display: block;
  font-family: "RobotoSlab", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
.voting-bar .voting-btns {
  margin-bottom: 20px;
}
.voting-bar .voting-btns input {
  display: none;
}
.voting-bar .voting-btns input:checked + label {
  background: #79C142;
}
.voting-bar .voting-results {
  margin-top: 20px;
}
.voting-bar .voting-results .result-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.voting-bar .voting-results .result-item:last-child {
  margin-bottom: 0;
}
.voting-bar .voting-results .result-item > div {
  display: table-cell;
  vertical-align: middle;
}
.voting-bar .voting-results .result-item .result-label {
  width: 170px;
  font-family: "RobotoSlab", sans-serif;
  font-size: 14px;
  padding-left: 20px;
}
.voting-bar .voting-results .result-item .result-pipewrap .result-pipe {
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--category-color) !important;
}
.voting-bar .voting-results .result-item .result-count {
  width: 30px;
  text-align: right;
}
.voting-bar fieldset legend {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.voting-bar fieldset .formItem {
  margin-bottom: 15px;
}
.voting-bar fieldset textarea {
  min-height: 120px;
}
.vote-box {
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.vote-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.vote-box p {
  margin-bottom: 30px;
}
.vote-box h3 strong,
.vote-box p strong {
  color: #79C142;
  font-weight: normal;
}
.vote-box h3:last-child,
.vote-box p:last-child {
  margin-bottom: 0;
}
.vote-box fieldset,
.vote-box .number {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
.vote-box .number {
  margin-right: 20px;
}
.vote-box .number button {
  width: 24px;
  height: 40px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: #79C142;
  position: relative;
}
.vote-box .number button::before,
.vote-box .number button::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  width: 14px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
}
.vote-box .number button.btn-minus {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.vote-box .number button.btn-minus::after {
  display: none;
}
.vote-box .number button.btn-plus {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.vote-box .number button.btn-plus::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vote-box .number input[type="number"] {
  width: 77px;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vote-box .number input::-webkit-outer-spin-button,
.vote-box .number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.vote-box fieldset strong {
  display: block;
  font-weight: normal;
  margin-right: 20px;
  padding: 8px 0;
}
.vote-box button[type="submit"] {
  height: 40px;
  background: #79C142;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: "RobotoSlab", sans-serif;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#post-location-container .selectboxit-container .selectboxit-options {
  max-height: 300px !important;
}
@media only screen and (max-width: 480px) {
  h1,
  h2,
  h3 {
    word-break: break-word;
  }
  .box-tiles li {
    margin: 20px 0 0 0;
  }
  .faq-mobile .box-tiles .tile {
    font-size: 25px;
    width: auto;
  }
  .accordion .acc-item h3 {
    font-size: 20px;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 .col-2-3 {
    display: none;
  }
  .box-card {
    height: auto !important;
  }
}
@media only screen and (min-width: 1240px) {
  #container #outerheader {
    height: 120px;
  }
  .inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0;
  }
  .row {
    padding: 80px 0;
  }
  .row.video {
    padding: 40px 0;
  }
  .row.nopadding-bottom {
    padding: 80px 0 0 0;
  }
  .grid {
    position: relative;
    margin-right: -40px;
  }
  .grid [class*="col-"] {
    display: block;
    float: left;
    padding-right: 40px;
  }
  .grid [class*="col-"].centered {
    position: relative;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .grid .col-1-1 {
    width: 100%;
  }
  .grid .col-1-2 {
    width: 50%;
  }
  .grid .col-1-3 {
    width: 33.33333%;
  }
  .grid .col-2-3 {
    width: 66.66666%;
  }
  .grid .col-1-4 {
    width: 25%;
  }
  .grid .col-3-4 {
    width: 75%;
  }
  .grid:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  #header .inner #logo {
    width: 230px;
  }
  #mainmenu {
    margin: 0 300px 0 260px;
    padding-top: 45px;
  }
  .accordion:before {
    content: " ";
    background-color: #fff;
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    z-index: 1;
  }
  #hamburger-wrap {
    display: none;
  }
  fieldset .formItem .fileUpload .fileList {
    margin-right: 200px;
  }
  .teaser {
    padding-top: 120px;
  }
  .box-phase nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .box-phase nav ul li {
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .box-phase .phase-header {
    padding: 80px 0;
  }
  .box-phase .phase-header ul.list-filter {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #EAEAEA;
    margin-left: 15px;
    width: 680px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  .box-phase .phase-content {
    padding: 80px 0;
  }
  .box-phase .phase-filter .inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 769px) {
  #postContainer > .inner > .grid {
    margin-right: 0;
  }
  #postContainer > .inner > .grid > .col-2-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #postContainer > .inner > .grid > .col-1-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #postContainer > .inner > .grid > .col-2-3.border:before {
    display: none;
  }
  #postContainer > .inner > .grid > .col-1-3.border:before {
    display: none;
  }
  .mod-register > .inner > .grid {
    margin-right: 0;
  }
  .mod-register > .inner > .grid > .col-2-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .mod-register > .inner > .grid > .col-1-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .mod-register > .inner > .grid > .col-2-3.border:before {
    display: none;
  }
  .mod-register > .inner > .grid > .col-1-3.border:before {
    display: none;
  }
  .mod-profile > .inner > .grid {
    margin-right: 0;
  }
  .mod-profile > .inner > .grid > form > .col-2-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .mod-profile > .inner > .grid > form > .col-1-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .mod-profile > .inner > .grid > form > .col-2-3.border:before {
    display: none;
  }
  .mod-profile > .inner > .grid > form > .col-1-3.border:before {
    display: none;
  }
  fieldset .profil-pic .uploadBtn {
    width: 100%;
  }
  fieldset .uploadBtn input[type="file"] {
    width: 100%;
  }
  .box-card .card-footer span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .grid {
    position: relative;
    margin-right: -20px;
  }
  .grid [class*="col-"] {
    display: block;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .grid .col-1-1 {
    width: 100%;
  }
  .grid .col-1-2 {
    width: 50%;
  }
  .grid .col-1-3 {
    width: 50%;
  }
  .grid .col-2-3 {
    width: 50%;
  }
  .grid .col-1-4 {
    width: 50%;
  }
  .grid .col-3-4 {
    width: 50%;
  }
  .grid:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1240px) {
  [class*="col-"] {
    margin-bottom: 30px;
  }
  #mainmenu {
    background: #79C142;
    position: fixed;
    top: 94px;
    width: 100%;
    max-width: 568px;
    right: 20px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 200ms ease;
    -o-transition: max-height 200ms ease;
    -webkit-transition: max-height 200ms ease;
    transition: max-height 200ms ease;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }
  #mainmenu ul {
    padding: 30px 20px !important;
    position: relative;
  }
  #mainmenu ul li {
    display: block;
    position: static;
    margin-right: 0;
  }
  #mainmenu ul li.active > a {
    text-decoration: none;
    /*filter: brightness(65%);color: var(--primary-color) !important */
    color: #fff !important;
    opacity: 0.65;
  }
  #mainmenu ul li.active a {
    text-decoration: none !important;
  }
  #mainmenu ul li a {
    color: #fff;
  }
  #mainmenu ul li a:hover {
    color: #fff !important;
    opacity: 0.5;
  }
  #mainmenu ul li ul {
    left: 100%;
    max-height: none;
    top: 0;
    width: 100%;
    overflow: visible;
    padding: 30px 20px !important;
    position: absolute;
    box-shadow: none;
    z-index: 2;
  }
  #mainmenu ul li ul li.btn-back {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
  }
  #mainmenu ul li ul li.btn-back span {
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }
  #mainmenu ul li ul li.btn-back:before {
    content: "l";
    font-family: "IconFont";
    margin-top: 5px;
    color: #fff;
    display: block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainmenu ul li ul li:last-child {
    padding-bottom: 0;
  }
  #mainmenu ul li ul li ul {
    left: 100%;
  }
  #mainmenu ul li.sub:before {
    content: "l";
    float: right;
    font-family: "IconFont";
    margin-top: 4px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
  }
  #mainmenu.open {
    max-height: 500px;
  }
  #mainmenu[data-active='2'] > ul {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #mainmenu[data-active='3'] > ul {
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .servicemenu {
    margin-top: 26px;
  }
  .servicemenu .avatar {
    margin: -10px 0 -10px 10px;
  }
  fieldset .formItem .fileUpload {
    padding-bottom: 40px;
  }
  fieldset.account .btn.white.fltrt {
    float: none;
    margin-bottom: 30px;
    text-align: right;
    width: 100%;
  }
  .teaser {
    height: auto;
  }
  .teaser .teaser-box {
    position: relative;
    top: -20px;
    bottom: inherit;
    left: inherit;
    width: auto;
    margin: 0 20px;
  }
  .teaser .teaser-box .teaser-login {
    display: none;
  }
  .swiper-wrapper,
  .swiper-container,
  .swiper-slide {
    height: 225px;
  }
  .cd-tabs-ajax .inner {
    position: relative;
  }
  .cd-tabs-ajax .inner::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 5;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .grey .cd-tabs-ajax .inner::before {
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: -o-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  }
  .box-phase nav {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
  }
  .box-phase nav ul {
    display: table;
    table-layout: fixed;
    width: auto;
  }
  .box-phase nav ul li {
    width: auto;
    display: table-cell;
  }
  .box-phase nav ul li a {
    padding: 15px 20px 0;
    white-space: nowrap;
  }
  .box-phase .phase-header.filter h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-2-3 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 .col-2-3 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 .col-1-3 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .box-phase #fieldOfActionContainer .formItem {
    margin-bottom: 30px;
  }
  .box-tiles {
    margin: 0;
  }
  .box-tiles li {
    float: none;
  }
  .box-tiles li > a {
    width: 100%;
  }
  .box-fixed.preview {
    margin: 0 20px;
  }
  .box-fixed.preview .col-2-3 {
    display: none;
  }
  .box-fixed#previewAnswerGreefix {
    margin: 0 20px;
  }
  .box-fixed#previewAnswerGreefix .col-2-3 {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .btn {
    word-break: break-all;
  }
  .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    padding: 2px 3px 5px;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 11vw;
  }
  #mainmenu {
    width: auto;
    max-width: none;
    left: 20px;
  }
  .block-soon {
    padding: 20px;
  }
  .block-soon h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .teaser.teaser-headline {
    padding: 214px 20px 40px;
  }
  .teaser.teaser-headline .inner {
    padding: 0;
  }
  #footer .inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1240px) {
  .box-fixed .grid {
    margin-right: 0;
  }
  .box-fixed .grid .col-2-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .box-fixed .grid .col-1-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-2-3 {
    width: 33.3333%;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 {
    width: 66.6666%;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 .col-2-3 {
    width: 50%;
  }
  .box-phase .phase-header.filter > .inner > .grid > .col-1-3 .col-1-3 {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */