header nav { height: initial; }
h1 { font-weight: bold; }
.form-group {margin-bottom: 1em;}
.form-group label { text-align: left; margin-bottom: 0.0em; }
li.partnerTpl { padding: 2rem; line-height:4em; float: none; display: inline-block; }
.partner .block-grid { margin-bottom: 4em; font-size: 0;}
.footer li a {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.footer a:hover {
    color: #fff !important;
}
.footer a:visited, .footer a:active {
	color: #868a93;
}


.zielgruppen {
	margin-bottom: 2rem;
}

.zielgruppe {
    //padding: 0.25em;
    //border-radius: 0.5em;
    //border: 2px solid #ff7f24;
    //background-color: #a0a3a8;
    //background-color: #ff7f24;
    //background-color: #868a93;
    //color: #fff;
}
 .autowidth { width: auto !important; }
 
.zielgruppe h2 {
	margin-bottom: 0.5em;
	//color: #fff;
	//font-weight: 400;
}

.zielgruppe span.overview {
    font-family: "Archivo Narrow", Arial, Sans-Serif;
}
body.lang_en .hide-for-lang_en { display: none; }


@media only screen and (max-width: 800px) {
	.footer h5 { font-size: 0.9rem; }
	.footer li a { font-size: 0.75rem; }
}

.news-item h2 {
    margin-bottom: 0.75em;
}

.img-center {
	display: block;
    margin: 0px auto;
}

.testimonial_wrapper {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  position: relative; }
  .testimonial_wrapper .content {
    background-color: #414751;
    color: #fff;
    position: relative;
    padding: 1rem !important; }
    .content .testimonial_wrapper .content i {
      color: inherit; }
  .testimonial_wrapper .content:after {
    content: ' ';
    border-top: 40px solid #414751;
    opacity: 0.8;
    border-right: 40px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0; }
  .testimonial_wrapper .source {
    margin-top: 1rem;
    margin-right: 50px;
    line-height: 1.2em;
    text-align: right; }
  .testimonial_wrapper .picture {
    float: right;
    margin-left: 1rem; }

.cycle-slideshow .slide { width: 100%; }

.cycle-slideshow-wrapper .control { margin-top: 1rem;}

.cycle-slideshow-wrapper .description { font-weight: bold; }

.cycle-pager span {
    width: 20px;
    height: 20px;
    background-color: #414751;
    margin: 0 0.5em;
    border: 3px #fff solid;
    border-radius: 50%;
    display: inline-block;
    line-height: 16px;
    color: transparent;
    transition: 0.4s all;
}

.cycle-pager span.cycle-pager-active {
    border-color: #414751;
}

.introtext { font-weight: bold; }

.img-responsive { width: 100%; max-width: 100%; }

.round { border-radius: 50%; }

.active a { color: #e86100; }

.reveal {
  margin: 0.0rem 0 0.5rem 0; }
  .reveal h2 {
    font-size: 1.5rem;
    margin: 0rem 0 1rem 0;
    font-weight: 400; }
  .reveal .separator {
    border-bottom: 1px dotted #b79c70;
    margin: 0.25rem 0 0.75rem 0; }
  .reveal .reveal__trigger {
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 600;
    margin: 0.0rem 0 0.0rem 0; }
    .reveal .reveal__trigger:hover .icon {
      background-color: transparent; }
    .reveal .reveal__trigger:hover i {
      color: inherit; }
    .reveal .reveal__trigger .icon {
      transition: 0.4s all;
      background-color: transparent;
      width: 1rem;
      display: inline-block;
      text-align: center;
      position: absolute; }
    .reveal .reveal__trigger i {
      transition: 0.4s all;
      color: #000; }
    .reveal .reveal__trigger .anim {
      font-size: 0.8em; }
    .reveal .reveal__trigger .text {
      transition: 0.5s all;
      margin-left: 1.5rem;
      display: inline-block; }
  .reveal .reveal__trigger--open i.anim {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .reveal .reveal__trigger--open .text {
    color: inherit; }
  .reveal .reveal__content {
    transition: 0.5s all;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    .reveal .reveal__content p, .reveal .reveal__content ol, .reveal .reveal__content ul {
      transition: 0.5s all;
      line-height: 0;
      margin: 0 0 0 1.5rem; }
    .reveal .reveal__content ol, .reveal .reveal__content ul {
      padding-left: 1.25rem; }
      .reveal .reveal__content ol li, .reveal .reveal__content ul li {
        line-height: 0; }
    .reveal .reveal__content p.spacer {
      background-color: transparent;
      max-height: 0.5rem; }
  .reveal .reveal__content--open {
    opacity: 1;
    max-height: 100%; }
    .reveal .reveal__content--open p, .reveal .reveal__content--open ul, .reveal .reveal__content--open ol {
      line-height: 1.5;
      margin: 0 0 0.5rem 1.5rem; }
    .reveal .reveal__content--open ol li, .reveal .reveal__content--open ul li {
      line-height: 1.5rem; }
      
.button:focus {
    outline: 0;
    background-color: #ff7f24;
}

.has-error input,
.has-error select,
.has-error textarea {
	box-shadow: 0 0px 2px #ff7f24, 0 0px 2px #ff7f24;
	border: 1px solid #ff7f24;
	outline: 1px solid #ff7f24;
}
.has-error label {
	font-weight: 600;
}

.cursor--pointer:hover {
    cursor: pointer;
}


.mfp-title {
	color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding-right: 2.5em;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
form#form1 {
		overflow: hidden;
}

ul.small-block-grid-4 {
    max-width: 100%;
}

#startslider .navigation a.button.fullwidth {
    width: 100%;
}

label {
	font-size: 1.0rem;
}

.alert {
    margin: 0rem 0rem 1rem 0rem;
    background-color: #ff7f24;
    padding: 0.5em;
    border-radius: 0.5em;
    color: #fff ;
    font-weight: 600;
}

.honey { position: fixed; left: -100rem; opacity: 0; z-index: -1; }

select {
    background-color: #fff;
}
/* *:focus, */
select:hover {
    background: #fff !important;
}
form h2 { margin-bottom: 0.25em; }

form.background, .form {
    background-color: #f1f1f1;
    padding: 0.75rem;
    border-radius: 0.5rem;
}

table tbody td,
table tbody th {
  border: none;
}

table tbody td p,
table tbody th p{
  margin-bottom: 0;
}
table {
	border-bottom: 4px solid #f1f1f1;
	}

textarea { resize: vertical; }

.scrollX { overflow-x: scroll; }
@media only screen and (max-width: 640px){
	.scrollX::before {
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	    content: "\f060\f061";
	    font-family: "FontAwesome";
	    font-size: 1em;
	}
}

.menu-top [class*="block-grid-"] {
    display: flex;
	justify-content: space-between;
	margin: 0 1rem;
}
.menu-top [class*="block-grid-"]::before,
.menu-top [class*="block-grid-"]::after {
    display: none;
}


.menu-top [class*="block-grid-"] li {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
}
.menu-top [class*="block-grid-"] li a {
    padding-left: 0;
    padding-right: 0;
}

.bannerWrapper {
  position: relative;
  /*padding: 1.5em 0;*/
  padding: 0;
  width: 468px;
  height: 60px;
  /* margin: 15px 0;*/
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e96100;
}

.bannerWrapper,
.bannerLineWrapper {
    display: none;
}

.bannerWrapper.status1,
.bannerLineWrapper.status1{
    display: flex;
}
.banner {
  background-color: #ff7f24;
  display: table-cell;
  vertical-align: middle;
  padding: 0.25em 0.5em;
  line-height: 1.2em;
  border-radius: 0.5em;
  font-size: 1rem;
  //transform: rotateZ(3deg);
  //position: relative;
  //top: 1.75em;
  //box-shadow: 0.25em 0.25em 0.25em #414751;
  text-align: center;
  height: 2.5rem;
  overflow: hidden;
}
.bannerLineWrapper {
  background-color: #ff7f24;
  min-height: 2rem;
  padding: 0 0.9375em;
}
.bannerLine {
	clear: both;
	text-align: center;
	color: #fff;
}
.bannerLine a {
}

.topIcons {
	position: absolute;
	right: 0.25rem;
}

.topIcon {
	display: inline-block;
	width: auto;
	margin: 0;
}
.topIcon a {
	width: auto;
	margin: 0 0.0em;
}

.downloadLogo {
	margin-bottom: 1rem;
}
.nowrap {
	white-space: nowrap;
}
table {
    border-top: 2px solid #404751;
    border-bottom: 2px solid #404751;
}
table thead {
    background: white;
}

table thead tr th,
table thead tr td {
    color: #fff;
    background-color: #404751;
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    border: none;
    font-weight: bold !important;
}
table a {
    color: #ff7f24;
}

.main .content p.introtext + p > img {
    width: 100%;
}

/*Honeypot for forms*/
.fax { display: none; }