html {
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Hind", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding-top: 290px;
  width: 100%;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffda1f;
  text-shadow: none;
}

::selection {
  background: #ffda1f;
  text-shadow: none;
}

.orange-bg ::-moz-selection {
  background: #00925f;
}

.orange-bg ::selection {
  background: #00925f;
}

hr {
  display: block;
  height: 4px;
  width: 100%;
  border: 0;
  margin: 5px 0;
  padding: 0;
  background-image: url("../img/nosta-group-linie.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

svg,
svg * {
  pointer-events: none;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

iframe {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0;
  background: #ffda1f;
  color: #333;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

p {
  padding: 10px 0;
  margin: 0;
}

a {
  color: #00925f;
  text-decoration: none;
}

a:hover {
  color: #ffda1f;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-style,
.h3-style,
.h5-style {
  font-family: "Hind", Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #666;
}

h1,
p.h1-style {
  font-size: 64px;
  line-height: 66px;
  padding: 0;
}

p.h1-style {
  line-height: 86px;
}

h2,
h3,
p.h3-style {
  font-size: 36px;
  line-height: 48px;
}

h3.thin-headline,
p.h3-style.thin-headline {
  font-family: "Hind", Arial, sans-serif;
  font-weight: 300;
}

h3 {
  margin: 10px 0px;
}

h4 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}

h5,
h6,
p.h5-style {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.frame-type-header.has-image {
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 0;
}

.frame-type-header .header-logo {
  float: right;
}

.green-bg {
  color: #fff;
  background: #00925f;
  padding: 30px 50px;
}

.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6,
.green-bg .h3-style {
  color: #fff;
}

.green-bg a {
  color: #ffda1f;
}

.green-bg a:hover {
  color: #fff;
}

.orange-bg {
  background: #ffda1f;
  padding: 30px 50px;
}

.orange-bg a:hover {
  color: #fff;
}

.orange-bg.transparent {
  background: rgba(255, 218, 31, 0.95);
  padding-bottom: 10px;
}

.white-bg {
  background-color: #fff;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

/* ==========================================================================
   Header
   ========================================================================== */
#mainheader {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  z-index: 15;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mainheader.scrolled {
  top: 50px;
}

#mainheader .header-main {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: auto;
}

#mainheader .header-main__logo {
  flex-basis: 18%;
  padding: 10px 0;
  margin-left: 5%;
}

#logo {
  width: 200px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#logo img {
  width: 100%;
  height: auto;
}

#mainheader #lang-switcher-phone {
  display: none;
}

#mainheader ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainheader hr {
  width: 81%;
  margin-left: 19%;
}

#header-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background: #00925f;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

#header-nav .opener {
  display: none;
}

#header-nav ul {
  float: left;
}

#header-nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
}

#header-nav ul.topMenuJobs {
  background-color: #fff;
  width: 30%;
  text-align: right;
}

#header-nav ul.topMenuJobs li {
  margin: 0;
}

#header-nav ul.topMenuJobs li a {
  color: #00925f;
}

#header-nav ul.topMenuJobs li a:before {
  content: "\f0a9";
  color: #ce0000;
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 5px;
}

#header-nav ul.topMenuJobs li a:hover {
  background-color: #00925f;
}

#header-nav ul.topMenuJobs li a:hover:before {
  color: #fff;
}
#header-nav ul.topMenuJobs li a svg {
  width: 120px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
}

#header-nav ul.topMenuJobs li a:hover svg path,
#header-nav ul.topMenuJobs li a:hover svg polygon {
  fill: #fff;
}

#header-nav li {
  display: inline-block;
  margin: 0px 15px;
}

#header-nav li a:hover,
#header-nav li.active > a {
  text-decoration: none;
  color: #00925f;
  background-color: #fff;
}

#header-nav li a svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-right: 7px;
}

#header-nav li a:hover svg path {
  fill: #00925f;
}

#header-nav #lang-switcher {
  width: 56px;
  float: right;
  margin: 0;
  margin-right: 20px;
}

#header-nav #lang-switcher > li > span {
  height: 50px;
  line-height: 50px;
}

#header-nav #lang-switcher > li > span svg {
  width: 28px;
  height: 28px;
  margin-top: -3px;
  margin-right: 5px;
}

#header-nav #lang-switcher li {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0;
}

#header-nav #lang-switcher li i {
  color: #fff;
}

#header-nav #lang-switcher li span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

#header-nav #lang-switcher li span i {
  font-size: 24px;
  margin-bottom: 2px;
  vertical-align: middle;
  margin-right: 3px;
}

#header-nav #lang-switcher li ul,
#header-nav #lang-switcher-phone ul {
  display: none;
  position: absolute;
  background: #6d6e71;
  width: 50px;
  margin: 0;
  z-index: 101;
}

#header-nav #lang-switcher li:hover ul,
#header-nav #lang-switcher-phone:hover ul {
  display: block;
}

#header-nav #lang-switcher li ul li a,
#header-nav #lang-switcher-phone ul li a {
  padding: 3px 5px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

#header-nav #lang-switcher li ul li.text-muted,
#header-nav #lang-switcher-phone ul li.text-muted {
  padding: 3px 5px;
  text-align: center;
  width: calc(100% - 10px);
  color: #aaa;
}

#header-nav #lang-switcher li ul li a:hover,
#header-nav #lang-switcher-phone ul li a:hover {
  background-color: #00925f;
  color: #fff;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
#main-nav {
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #666;
  margin-right: 5%;
}

#mobil-nav-btn {
  display: none;
  color: #666;
  background-color: transparent;
  width: 26px;
  padding: 8px 12px 6px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  border: 0px;
  margin-left: auto;
}

#mobil-nav-btn:hover {
  background-color: #00925f;
}

#main-nav > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}

#main-nav ul li {
  position: relative;
  text-align: center;
  margin-right: 33px;
  white-space: nowrap;
  font-size: 0;
}

#main-nav ul li a {
  font-size: 20px;
  color: #666;
  display: inline-block;
}

#main-nav > ul > li > a {
  padding: 1em 0;
}

#main-nav ul li a i {
  display: none;
}

#main-nav ul li a:hover {
  color: #666;
  text-decoration: none;
}

#main-nav ul li a span {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px 10px 1px;
}

#main-nav ul li a span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  z-index: 3;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#main-nav ul li a:hover span::before,
#main-nav ul li.active > a span::before {
  width: calc(100% - 20px);
}

#main-nav ul li a span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: -1px;
  z-index: 2;
  background: #00925f;
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#main-nav ul li a:hover span::after,
#main-nav ul li.active > a span::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#main-nav ul li a img {
  width: 42px;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mainheader.scrolled #main-nav ul li a img {
  width: 31px;
  margin-bottom: 5px;
}

#main-nav ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.6);
}
#main-nav ul ul:before {
  content: "";
  width: 100%;
  height: 8px;
  border-top: 8px solid #fff;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
}

#main-nav ul li:hover > ul {
  display: inherit;
}

#main-nav ul ul li {
  /* min-width: 230px; */
  display: block;
  position: relative;
  text-align: left;
  margin: 0;
  font-weight: 300;
  padding: 5px 10px;
  background: rgba(255, 255, 255);
}

#main-nav ul ul ul {
  top: 0;
  left: 100%;
}
#main-nav ul ul ul:before {
  content: "";
  width: 7px;
  height: 100%;
  border-top: 0;
  top: 0;
  border-left: 7px solid #fff;
  position: absolute;
  left: -7px;
  z-index: 1;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
#breadcrumb {
  padding: 9px 0 13px 23%;
  font-size: 16px;
}

#breadcrumb span.hidden {
  display: none;
}

#breadcrumb a {
  color: #333;
  margin: 0 5px;
}

#breadcrumb a:hover {
  color: #00925f;
}

#breadcrumb a:first-child {
  margin-left: 0;
}

/* ==========================================================================
   Content
   ========================================================================== */
#black-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.grid {
  width: 54%;
  padding: 40px 23% 30px;
  overflow: hidden;
}

.grid.white-bg {
  padding: 30px 50px;
  margin-left: calc(23% - 50px);
  margin-right: calc(23% - 50px);
  margin-bottom: 30px;
}

.grid.white-bg + .white-bg {
  margin-top: -30px;
}

.grid.white-bg .grid {
  padding: 0;
  width: 100%;
}

.grid.transparent {
  padding: 30px 50px;
  margin-left: calc(23% - 50px);
  margin-right: calc(23% - 50px);
  margin-top: 270px;
}

.grid-over-top {
  padding: 80px 23% 30px;
  margin-top: -40px;
  position: relative;
  z-index: 9;
  background-position: top right;
  background-repeat: no-repeat;
}

.grid-over-top .grid {
  width: 100%;
  padding: 0 0 40px;
}

.grid-col-66 {
  width: 65%;
}

.grid-col-33 {
  width: 32%;
  margin: 20px 1.9% 20px 0;
}

.grid-col-25 {
  width: 23.5%;
  margin: 20px 2% 20px 0;
}

.grid-col-25.right {
  margin-right: 0;
}

.grid-col-33.right {
  margin: 20px 0 20px 0;
}

.grid-col-33 > img {
  width: 100%;
}

.grid-col-33.right .button {
  display: block;
  text-align: center;
  padding: 25px 18px;
  font-size: 22px;
}

.grid-col-33.right .button.download-btn {
  text-align: left;
  padding: 8px 30px 8px 18px;
  font-size: 18px;
}

.grid-col-50 {
  width: 49%;
}

.grid-no-pad-left {
  width: 77%;
  padding: 40px 23% 30px 0px;
}

.grid-no-pad-right {
  width: 77%;
  padding: 40px 0px 30px 23%;
}

.grid-no-pad-left img {
  position: relative;
  left: -100%;
}

.grid-no-pad-right img {
  position: relative;
  right: -100%;
}

.grid-no-pad-right.location-search-form img {
  position: static;
}

.grid-col-77 {
  width: 76%;
}

.grid-col-77 img,
.grid-col-65 img {
  width: 100%;
}

.grid-col-23 {
  width: 22.3%;
}

.grid-col-65 {
  width: 64.5%;
}

.grid-col-35 {
  width: 33.8%;
}

.grid a:hover img {
  opacity: 0.8;
}

.wrap-default {
  width: 90%;
  margin: auto;
  padding: 2em 0 1em 0;
}

.spacer {
  margin-top: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.button {
  display: inline-block;
  padding: 8px 18px;
  color: #333;
  background-color: #ffda1f;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  margin: 10px 0;
  border: 5px solid #ffda1f;
}

.button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00925f;
  border: 5px solid #00925f;
}

.button-unfilled {
  display: inline-block;
  padding: 8px 18px;
  color: #333;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  margin: 10px 0;
  border: 5px solid #ffda1f;
  background-color: transparent;
}

.button-unfilled:hover {
  color: #333;
  text-decoration: none;
  background-color: #ffda1f;
}

.orange-bg .button {
  background-color: #fff;
  border: 5px solid #fff;
}

.orange-bg .button:hover {
  background-color: #00925f;
  border: 5px solid #00925f;
}

.orange-bg .button-unfilled {
  border: 5px solid #fff;
}

.orange-bg .button-unfilled:hover {
  background: #00925f;
  color: #fff;
  border: 5px solid #00925f;
}

.download-btn {
  display: block;
  position: relative;
  padding-right: 30px;
}

.download-btn .svg {
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

a:hover .svg path {
  fill: #fff;
}

.button-box {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  margin: 10px 0px;
}

.button-box .button {
  background-color: #ffda1f;
  margin: 0;
  border: 5px solid #ffda1f;
  padding: 3px 10px;
}

.button-box .button:hover {
  background-color: #00925f;
  border: 5px solid #00925f;
}

.button-box .button-unfilled {
  margin: 0;
  padding: 3px 10px;
  margin-left: 5px;
}

.location-search {
  text-align: center;
}

.location-search h3 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.location-search img {
  width: 25%;
  padding: 30px 0;
}

.location-search input[type="text"] {
  width: 90%;
  padding: 15px 5%;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  border: 0px;
}

.location-search input.button-unfilled {
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 5%;
  font-size: 30px;
  line-height: 50px;
}

.location-search .grid-col-50 {
  width: 45%;
}

.teaser-frame {
  display: flex;
  padding: 0px 23%;
}

.teaser-frame .teaser {
  margin-left: 20px;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 300;
  padding: 25px 20px;
  width: calc(33.3% - 63px);
}

.teaser-frame.animate-teaser .teaser {
  width: 50%;
}

.teaser-frame .teaser:first-child {
  margin-left: 0px;
}

.teaser-frame .teaser h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.teaser-frame .teaser img {
  height: 40px;
  width: auto;
}

.teaser-frame .teaser img.teaser-img {
  width: calc(100% + 40px);
  height: auto;
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -25px;
  margin-bottom: 20px;
}

.teaser-frame .teaser .news-date {
  color: #00925f;
}

.teaser-frame .teaser h4 {
  margin-bottom: 0;
}

.animate-teaser .teaser {
  right: -2000px;
  position: relative;
}

.animate-teaser .teaser:first-child {
  left: -2000px;
}

.bg-sub-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-sub-image img {
  max-height: 970px;
  object-fit: cover;
}

.bg-sub-image video,
.bg-sub-image img {
  width: 100%;
}

.grid .orange-bg {
  padding: 20px 40px;
}

img.small-icon {
  width: 50px;
  height: auto;
  padding-left: calc(50% - 25px);
}

.center img.small-icon {
  padding-left: 0;
}

.counter {
  text-align: center;
  color: #666;
}

.counter .counter-icon,
.counter .counter-num,
.counter .counter-desc {
  display: block;
}

.counter-icon img {
  max-width: 100px;
  margin-bottom: 15px;
}

.counter .counter-num {
  font-size: 64px;
  line-height: 80px;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 600;
}

.counter .counter-desc {
  font-size: 36px;
  line-height: 42px;
}

.border-img {
  border: 5px solid #fff;
  max-width: calc(100% - 10px);
}

#ajax-loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}

#ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -13px;
  width: 95px;
  height: 25px;
}

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange-popup {
  position: relative;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
}

.orange-popup img.small-icon {
  padding-left: 0;
}

.contactperson {
  width: 240px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 20px 30px;
}

.grid .left .contactperson,
.grid .right .contactperson {
  width: auto;
}

.contactperson h3 {
  font-size: 26px;
  line-height: 40px;
}

.contactperson img.small-icon {
  padding-left: 0px;
}

.grid-col-25 .contactperson,
.grid-col-33.fixed-height .contactperson {
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
  height: 374px;
}

.grid-col-33.fixed-height .contactperson {
  margin-bottom: 20px;
}

.grid-col-25 .contactperson .small-icon,
.grid-col-33.fixed-height .contactperson .small-icon {
  display: none;
}

.grid-col-25 .contactperson p,
.grid-col-33.fixed-height .contactperson p {
  font-size: 16px;
}

.contactperson-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 -0.5em;
}

.contactperson-grid article {
  width: 208px;
  margin: 0 0.5em 20px;
}

/* ==========================================================================
   Startseite
   ========================================================================== */
.start {
  /* padding-top: 990px; */
}

.start h1 {
  margin: 30px 0 10px;
}

.start #mainheader {
  padding-bottom: 46px;
}

.start-header {
  width: 72%;
  height: 720px;
  position: absolute;
  padding: 0 5% 0 23%;
  z-index: 20;
  top: 270px;
}

.start-header .bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.start-header .bg-wrapper .bg-img-video {
  width: 100%;
}

.start-header .transparent-img {
  float: left;
  margin-top: -50px;
}

.start-header > span,
.start-header .bg-wrapper img,
.start-header .bg-wrapper video {
  display: none;
}

.start-header > span > span {
  max-width: 560px;
  float: left;
  background-color: rgba(10, 149, 92, 0.9);
  color: #fff;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 600;
  font-size: 46px;
  margin-left: 20px;
  padding: 15px 25px;
  margin-top: 60px;
  display: block;
}

.start-header div.green-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  font-size: 24px;
  width: 100%;
}

.start-header div.green-bg p {
  width: 55%;
  float: left;
  padding-right: 5%;
}

.start-header div.green-bg p.h3-style {
  width: 35%;
  padding-left: 5%;
  padding-right: 0;
}

#c2693 .ce-row,
#c2696 .ce-row {
  display: table-row;
}

#c2693 .ce-column,
#c2696 .ce-column {
  width: 200px;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

#c2693 .ce-column figure img,
#c2696 .ce-column figure img {
  margin-right: 10px;
  float: left;
}

#c2693 .ce-column figure figcaption,
#c2696 .ce-column figure figcaption {
  margin-top: 15px;
  float: left;
  font-weight: 600;
  white-space: nowrap;
}

#c2693 .ce-column:nth-child(3) figure figcaption,
#c2696 .ce-column:nth-child(3) figure figcaption {
  margin-top: 25px;
}

/* ==========================================================================
   News
   ========================================================================== */
.news {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

.news img {
  float: left;
}

.news span {
  padding-left: 285px;
  display: block;
}

.news .date {
  padding: 0;
  color: #00925f;
}

.news-categories {
  color: #00925f;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news-categories li {
  display: inline;
}
.news-categories li:not(:last-child):after {
  content: ",";
  padding-right: 4px;
}

.news h3 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
}

.news .shorttext {
  color: #333;
  padding-bottom: 0;
}

a.news:hover {
  text-decoration: none;
  background: #ffda1f;
}
/* a.news:hover .news-categories {
  color: #666;
} */

/* ==========================================================================
   Form
   ========================================================================== */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  width: calc(94% - 2px);
  padding: 10px 3%;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
}

input[type="submit"],
button[type="submit"],
.submit button {
  display: block;
  padding: 8px 18px;
  color: #333;
  background-color: #ffda1f;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  margin: 10px 0;
  border: 5px solid #ffda1f;
  width: 100%;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.submit button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00925f;
  border: 5px solid #00925f;
}

select {
  width: 100%;
}

input[type="radio"] {
  vertical-align: top;
  margin-top: 5px;
}

textarea {
  height: 175px;
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.nl-subscription {
  margin-bottom: 1em;
}

.nl-subscription form {
  padding: 1em 0;
}

.nl-subscription label {
  font-weight: 300;
}

.nl-subscription label .small {
  font-size: 14px;
}

.nl-subscription .group-inline {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1em 1.5em;
}

.nl-subscription .group-inline > * {
  margin: 0 1em;
}

.nl-subscription label.checkbox {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.nl-subscription input[type="checkbox"] {
  width: 1.15em;
  height: 1.15em;
}

.grid.orange-bg.parallax .cr_form {
  font-size: 24px;
}

.grid.orange-bg.parallax .cr_form input[type="text"] {
  width: calc(27.3% - 8px);
  margin-left: 12px;
  float: left;
  margin-top: 20px;
  border: 0px;
  padding: 20px 3%;
}

.grid.orange-bg.parallax .cr_form .button-box {
  display: block;
}

.grid.orange-bg.parallax .cr_form p {
  font-size: 18px;
}

.frame-type-form_formframework {
  margin: 20px 0px;
}

.frame-type-form_formframework .form-group {
  padding-bottom: 10px;
  position: relative;
}

.frame-type-form_formframework .form-group .form-group {
  padding-bottom: 0px;
}

.frame-type-form_formframework .form-check {
  display: inline-block;
  margin-right: 30px;
}

.frame-type-form_formframework .form-check-label {
  font-weight: normal;
}

.frame-type-form_formframework .form-check-label span {
  margin-left: 10px;
}

.frame-type-form_formframework h2 {
  margin-top: 10px;
}

.frame-type-form_formframework fieldset {
  width: 48%;
  float: left;
}

#kontaktformular h2 {
  display: none;
}

form p.form-tooltip {
  position: absolute;
  background-color: #d40e14;
  top: -5px;
  right: 0;
  font-size: 14px;
  color: #fff;
  padding: 2px 5px;
}

form p.form-tooltip::after {
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #d40e14;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  bottom: -7px;
  right: 10px;
}

#frachtfhrer-fieldset-1 {
  margin-right: 4%;
}
form[id^="frachtfhrer"] [id$="fieldset-1"] {
  margin-right: 4%;
}

#frachtfhrer-fieldset-2 {
  padding-bottom: 40px;
}
form[id^="frachtfhrer"] [id$="fieldset-2"] {
  padding-bottom: 40px;
}

#frachtfhrer-fieldset-3 {
  margin-right: 4%;
}
form[id^="frachtfhrer"] [id$="fieldset-3"] {
  margin-right: 4%;
}

#frachtfhrer-fieldset-4 {
  padding-bottom: 30px;
}
form[id^="frachtfhrer"] [id$="fieldset-4"] {
  padding-bottom: 30px;
}
form[id^="frachtfhrer"] [id$="fieldset-4"]+div {
  clear: both;
}

.frame-type-form_formframework .error.help-block,
.frame-type-form_formframework .error.form-text {
  color: #d40e14;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#main-footer {
  padding-top: 1em;
}

.text-footer {
  background-color: #00925f;
  width: 90%;
  padding: 5px 5%;
  color: #fff;
}

.text-footer p {
  float: left;
}

.text-footer a {
  color: #fff;
}

.text-footer .social-nav {
  float: right;
  padding-top: 5px;
}

.text-footer .social-nav ul {
  padding: 0;
  margin: 0;
}

.text-footer .social-nav li {
  list-style: none;
  float: left;
  margin-left: 10px;
  font-size: 24px;
}

.text-footer .social-nav li a:hover {
  color: #ffda1f;
}

#totopBtn {
  width: 30px;
  height: 30px;
  padding: 2px 5px 6px 5px;
  position: fixed;
  bottom: 190px;
  right: 0;
  z-index: 30;
  background-color: #fff;
  display: block;
  text-align: center;
}

#totopBtn:hover {
  background-color: #ffda1f;
}

#totopBtn img {
  width: 70%;
}

/* ==========================================================================
   Organigramm
   ========================================================================== */
.nosta-orga {
  text-align: center;
}

.nosta-orga .nosta-logo {
  margin-bottom: 30px;
}

.nosta-orga .yellow-border {
  border: 5px solid #ffda1f;
  padding: 25px 20px;
  margin-bottom: 20px;
}

.nosta-orga p.h3-style {
  margin-bottom: 10px;
}

.nosta-orga .row {
  display: block;
  margin: 5px 0px 10px;
}

.nosta-orga .person {
  display: inline-block;
  width: 14%;
  height: 280px;
  overflow: hidden;
  margin: 5px 10px;
  background-color: #ffda1f;
  padding: 5px;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.nosta-orga.orgaV2 .person {
  width: 16%;
}

.nosta-orga .person:hover {
  background-color: #00925f;
  color: #fff;
  text-decoration: none;
}

.nosta-orga .person:hover img {
  opacity: 1;
}

.nosta-orga .person img {
  max-width: 140px;
  width: 100%;
}

.nosta-orga .person p {
  padding-bottom: 5px;
}

.nosta-orga .person p[itemprop="description"] {
  hyphens: auto;
  line-height: 22px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.nosta-orga .holding {
  width: 69%;
  float: left;
}

.nosta-orga.orgaV2 .holding {
  width: 77%;
}

.nosta-orga .holding .yellow-border,
.nosta-orga .noga .yellow-border {
}

.nosta-orga .holding .person,
.nosta-orga .holding .column {
  width: 20%;
}

.nosta-orga .holding .column {
  float: left;
  margin-bottom: 10px;
}

.nosta-orga .holding .column .person {
  width: calc(94% - 10px);
  margin: 0;
}

.nosta-orga .noga {
  width: 20%;
  float: right;
}

.nosta-orga .noga .person {
  width: calc(100% - 10px);
  margin: 5px 0;
}

.nosta-orga .noga .column {
  width: 80%;
  margin: 0 10%;
}

.nosta-orga .noga .column {
  float: left;
}

.nosta-orga .noga .column .person {
  width: calc(94% - 10px);
  margin: 0;
}

.nosta-orga .gku .img-frame,
.nosta-orga .feil .img-frame {
  height: 74px;
}

.nosta-orga .gku .img-frame img {
  margin-top: 17px;
}

.nosta-orga .gku .person {
  background-color: #58ad43;
}

.nosta-orga .feil .img-frame img {
  margin-top: 10px;
  width: 80%;
  max-width: 135px;
}

.nosta-orga .feil .person {
  background-color: #001e49;
  color: #fff;
}

.nosta-orga .gku .person:hover,
.nosta-orga .feil .person:hover {
  background-color: #00925f;
}

.nosta-orga i {
  float: right;
  margin-top: -18px;
  position: relative;
  z-index: 1;
  padding-right: 2px;
}

.nosta-orga > a.button {
  margin-top: 50px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/* ==========================================================================
   Infobox DCE
   ========================================================================== */
.open-infobox-popup {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 29;
  transform: rotate(270deg);
  transform-origin: right bottom;
  background-color: #fff;
  display: block;
  text-align: center;
  color: #666666;
}
.infobox-popup {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 931px;
  margin: 20px auto;
  color: #666666;
}
.infobox-popup--header {
  background-color: #ffda1f;
  padding: 35px 70px;
  color: inherit;
}
.infobox-popup--title {
  font-size: 63px;
  line-height: 103px;
  font-weight: bold;
  color: inherit;
}
.infobox-popup--content {
  padding: 35px 70px;
  color: inherit;
}

/* ==========================================================================
   Phonelist
   ========================================================================== */
.phonelist {
  float: right;
  margin-top: 0;
  margin-right: 20px;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  position: relative;
  z-index: 100;
  line-height: 30px;
  color: #666;
}
.phonelist a {
  color: #666;
  background-color: #fff;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}
.phonelist a:hover {
  color: #fff;
  background-color: #00925f;
  text-decoration: none;
}
.phonelist-container {
  background-color: #fff;
  border: 5px solid #fff;
}
.phonelist-current-container {
  display: flex;
  align-items: center;
}
.phonelist-current {
  font-size: 18px;
  line-height: 22px;
}
.phonelist-current a {
  padding: 4px 8px;
  white-space: nowrap;
}
.phonelist-current a span.city {
  font-weight: normal;
}
.phonelist-subtitle {
  text-align: right;
  font-size: 14px;
  padding: 2px 0;
}
.phonelist-opener {
  cursor: pointer;
  background-color: #ffda1f;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phonelist-opener.is-open:after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phonelist-opener.is-open:hover:after {
  color: #fff;
  background-color: #00925f;
}
.phonelist-opener img {
  width: 42px;
}
.phonelist-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0;
  min-width: 204px;
  overflow-y: auto;
}
.phonelist-list.visible {
  height: 115px;
}
.phonelist-list li a {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0 15px;
  font-weight: normal;
  line-height: 1.6;
}
.phonelist-list li a:hover {
  color: #666;
  background-color: #ffda1f;
}
.phonelist-list li a span.mobile {
  display: none;
}
.phonelist-list li a span.phone {
  font-weight: bold;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  body {
    padding-top: 0;
    font-size: 16px;
  }

  .start {
    padding-top: 0px;
  }

  #mainheader,
  .bg-sub-image,
  #main-footer,
  .frame-type-dce_dceuid4,
  .grid-over-top img,
  .grid-no-pad-left img,
  .grid-no-pad-right img,
  .frame-type-dce_dceuid13,
  .frame-type-dce_dceuid12,
  .frame-type-dce_dceuid14,
  .location-search-form,
  #map,
  #location-list .button,
  .start-header {
    display: none;
  }

  .grid {
    width: 100%;
    padding: 20px 0 10px;
  }

  .grid.white-bg,
  .grid.transparent {
    padding: 20px 0 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-top: 0;
  }

  h1,
  p.h1-style {
    font-size: 50px;
    line-height: 56px;
  }

  h2,
  h3,
  p.h3-style {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-col-35,
  .grid-col-33,
  .grid-col-25,
  .grid-col-77,
  .grid-col-66,
  .grid-col-65,
  .grid-col-23 {
    width: 100%;
    float: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-frame {
    display: block;
    padding: 0px;
  }

  .teaser-frame .teaser {
    width: calc(100% - 63px);
    margin-left: 0;
  }

  .grid-over-top .grid {
    padding: 0;
  }

  #location-list .list-element p {
    width: 50%;
    margin-right: 0px;
  }
}

/* VIDEO (YOUTUBE) on demand */
.od-video {
  padding-bottom: 56.25%;
  position: relative;
}
.od-video a,
.od-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.od-video iframe {
  border: 0;
}
.od-video a::before {
  box-sizing: border-box;
  display: block;
  height: 1em;
  width: 1em;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.05em solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 3em;
  margin: -0.5em 0 0 -0.5em;
  transition: background-color 0.2s;
  content: "";
}
.od-video a::after {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 0.2em 0 0.2em 0.3em;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 3em;
  margin: -0.2em 0 0 -0.1em;
  content: "";
}
.od-video img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Accordion */
.accordion-title {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  margin-bottom: 1px;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-family: "Hind", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.accordion-title span {
  max-width: 85%;
  display: inline-block;
}

.accordion-title,
.invert .accordion-title.active,
.invert .accordion-title:hover {
  background-color: #ffda1f;
  color: #666;
}

.invert .accordion-title,
.accordion-title.active,
.accordion-title:hover {
  background-color: #00925f;
  color: #fff;
}

.accordion-title::after {
  content: "\02795";
  font-size: 20px;
  color: rgba(0, 0, 0, 0);
  float: right;
  margin-left: 5px;
}

.accordion-title::after,
.invert .accordion-title:hover::after {
  text-shadow: 0 0 #666;
}

.accordion-title:hover::after,
.invert .accordion-title::after {
  text-shadow: 0 0 #fff;
}

.accordion-title.active::after {
  content: "\2796";
  text-shadow: 0 0 #fff;
}

.accordion-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-content .frame {
  padding: 1em 0;
}

.accordion-content .grid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.accordion-content .spacer {
  margin: 0;
}

/* Intro */
.intro {
  position: relative;
  margin-top: -240px;
}

.intro__content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.intro__title {
  font-size: 4.5em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 8px #666;
}

.intro .button {
  font-size: 2.2em;
  border-color: #fff;
  background-color: #fff;
  color: #00925f;
  width: 25%;
  display: inline-block;
  margin: 0 0.25em 0.5em;
}

.intro .button.active,
.intro .button:hover {
  border-color: #00925f;
  background-color: #00925f;
  color: #fff;
}

.intro .splide__pagination {
  z-index: 10;
}

.intro .splide {
  height: calc(100vw * 0.5623);
  max-height: calc(100vh - 50px);
  overflow-y: hidden;
}

/* Splide Carousel */
.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 3px 5px;
  background: #00925f;
}

/* Services */
.services {
  display: grid;
  grid-template-columns: 2fr 3fr;
  position: relative;
  margin-bottom: 1em;
}

.services a:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.35em;
  transform: rotate(45deg);
  width: 0.35em;
  margin-right: 0.25em;
  margin-bottom: 2px;
}

.services-intro {
  padding-bottom: 1em;
  padding-right: 1em;
}

.services-intro h2 {
  margin-top: 0.65em;
  color: #00925f;
}

.services-intro,
.services button.service-title {
  grid-column: 1;
}

.services-image {
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-column: 2;
  grid-row: 1/-1;
  box-shadow: 0 0 8px #666;
  z-index: 1;
}

.services-image img,
.services .service-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services button.service-title {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  font-weight: 700;
  color: #00925f;
  text-align: left;
  background-color: #fff;
  background-clip: border-box;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.services button.service-title .icon-active {
  display: none;
}

.services button.service-title.active,
.services button.service-title:hover {
  color: #fff;
  background-color: #00925f;
}

.services button.service-title.active .icon,
.services button.service-title:hover .icon {
  display: none;
}

.services button.service-title.active .icon-active,
.services button.service-title:hover .icon-active {
  display: block;
}

.services .service-icon {
  padding: 0.25em 1em 0.25em 0;
}

.services .service-icon img {
  width: 36px;
  height: auto;
}

.services .service-content-container {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-column: 2;
  grid-row: 1/-1;
  grid-template-rows: auto repeat(6, minmax(56px, min-content));
  z-index: 1;
}

.services .service-content-container.active {
  display: grid;
}

.services .service-image {
  position: relative;
  width: auto;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: -1;
}

.services .service-content {
  position: static;
  grid-row: -7/-1;
  grid-column: 1;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 140%;
}
.services .service-content h3 {
  font-size: 32px;
  color: #00925f;
}

.services.repeat-1,
.services.repeat-1 .service-content-container {
  grid-template-rows: auto repeat(1, minmax(56px, min-content));
}
.services.repeat-1 .service-content {
  grid-row: -2/-1;
}
.services.repeat-2,
.services.repeat-2 .service-content-container {
  grid-template-rows: auto repeat(2, minmax(56px, min-content));
}
.services.repeat-2 .service-content {
  grid-row: -3/-1;
}
.services.repeat-3,
.services.repeat-3 .service-content-container {
  grid-template-rows: auto repeat(3, minmax(56px, min-content));
}
.services.repeat-3 .service-content {
  grid-row: -4/-1;
}
.services.repeat-4,
.services.repeat-4 .service-content-container {
  grid-template-rows: auto repeat(4, minmax(56px, min-content));
}
.services.repeat-4 .service-content {
  grid-row: -5/-1;
}
.services.repeat-5,
.services.repeat-5 .service-content-container {
  grid-template-rows: auto repeat(5, minmax(56px, min-content));
}
.services.repeat-5 .service-content {
  grid-row: -6/-1;
}
.services.repeat-6,
.services.repeat-6 .service-content-container {
  grid-template-rows: auto repeat(6, minmax(56px, min-content));
}
.services.repeat-6 .service-content {
  grid-row: -7/-1;
}
.services.repeat-7,
.services.repeat-7 .service-content-container {
  grid-template-rows: auto repeat(7, minmax(56px, min-content));
}
.services.repeat-7 .service-content {
  grid-row: -8/-1;
}
.services.repeat-8,
.services.repeat-8 .service-content-container {
  grid-template-rows: auto repeat(8, minmax(56px, min-content));
}
.services.repeat-8 .service-content {
  grid-row: -9/-1;
}
.services.repeat-9,
.services.repeat-9 .service-content-container {
  grid-template-rows: auto repeat(9, minmax(56px, min-content));
}
.services.repeat-9 .service-content {
  grid-row: -10/-1;
}

/* Teaser */
.teaser-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teaser-container .teaser {
  position: relative;
  width: calc(25% - 2em);
  height: 250px;
  margin: 1em;
  overflow-y: hidden;
}

.teaser-container .teaser-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser-container .teaser-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  width: calc(100% - 2em);
  height: calc(100% - 1em);
  background: rgba(255, 255, 255, 0.9);
  max-height: 40px;
  transition: max-height 0.2s ease-out;
}

.teaser-container .teaser-content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.teaser-container .teaser-content:hover {
  max-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.teaser-container .teaser-title {
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 26px;
  line-height: 44px;
  font-weight: 500;
  color: #00925f;
  position: relative;
}

.teaser-container .teaser-content:hover .teaser-title {
  height: auto;
  white-space: normal;
  line-height: unset;
}

.teaser-container .teaser-title span {
  display: block;
  overflow: hidden;
}

.teaser-container
  .teaser-content:not(.teaser-content:hover)
  .teaser-title
  span {
  max-width: 85%;
}

.teaser-container
  .teaser-content:not(.teaser-content:hover)
  .teaser-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.35em;
  transform: rotate(45deg) translateY(-50%);
  width: 0.35em;
  margin-right: 0.25em;
  margin-bottom: 2px;
}

.info-banner {
  position: relative;
}

.info-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.info-banner.color--yellow {
  background-color: #ffda1f;
  color: #666;
}
.info-banner.color--yellow .button:not(:hover) {
  color: #666;
}

.info-banner.color--green {
  background-color: #00925f;
  color: #fff;
}
.info-banner.color--green .counter {
  color: #fff;
}
.info-banner.color--white {
  background-color: #fff;
  color: #666;
}
.info-banner.color--white .button:not(:hover) {
  color: #666;
}

.info-banner.parallax.color:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.info-banner.parallax.color--yellow:before {
  background-color: rgba(255, 218, 31, 0.8);
}

.info-banner.parallax.color--green:before {
  background-color: rgba(0, 146, 95, 0.8);
}

.info-banner.parallax.color--white:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.info-banner__title {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.info-banner__link:not(.button) {
  font-size: 1.2em;
  font-weight: 500;
  color: inherit;
}

.info-banner__link:not(.button):hover {
  color: inherit;
}

.info-banner.color--yellow .button,
.info-banner.color--yellow .button:hover,
.info-banner.color--green .button:hover {
  border-color: #fff;
}

.clever_form_error {
  background-color: #f99;
  color: #000;
  border: 1px solid #f22 !important;
  padding: 5px;
}