@font-face {
  font-family: "IndustryDemi";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Industry-Demi.eot");
  src: url("../fonts/Industry-Demid41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Industry-Demi.woff2") format("woff2"),
    url("../fonts/Industry-Demi.woff") format("woff"),
    url("../fonts/Industry-Demi.ttf") format("truetype");
}

@font-face {
  font-family: "IndustryMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Industry-Medium.eot");
  src: url("../fonts/Industry-Mediumd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Industry-Medium.woff2") format("woff2"),
    url("../fonts/Industry-Medium.woff") format("woff"),
    url("../fonts/Industry-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "BlenderPro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BlenderPro-Bold.eot");
  src: url("../fonts/BlenderPro-Boldd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BlenderPro-Bold.woff2") format("woff2"),
    url("../fonts/BlenderPro-Bold.woff") format("woff"),
    url("../fonts/BlenderPro-Bold.ttf") format("truetype");
}

/* html, body */
html,
body {
  margin: 0;
  padding: 0;
}

/* default */
* {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-family: 'IndustryMedium', sans-serif, Tahoma, Arial, Verdana;
  font-size: 100%;
  font-weight: normal;
  color: #444543;
  background-repeat: no-repeat !important;
  outline: none;
  text-decoration: none;
}

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

a,
button {
  text-decoration: none;
  transition: all 500ms;
}

a:Hover,
a.active {
  color: #7acff3;
}

b,
strong {
  font-family: 'IndustryDemi', sans-serif, Tahoma, Arial, Verdana;
}

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

h1 {
  font-family: "BlenderPro", sans-serif, Tahoma, Arial, Verdana;
  font-size: 3rem;
  line-height: .9em;
  margin-bottom: 20px;
}

h2 {
  font-family: "BlenderPro", sans-serif, Tahoma, Arial, Verdana;
  font-size: 2.2rem;
  line-height: 1em;
  transition: all 500ms;
  margin-bottom: 5px;
}

h3 {
  font-family: "BlenderPro", sans-serif, Tahoma, Arial, Verdana;
  font-size: 2rem;
  line-height: 1em;
  transition: all 500ms;
  margin-bottom: 5px;
}

h2.arrow {
  font-size: 2rem;
  line-height: 1em;
  color: #7acff3 !important;
  padding: 2px 0 0 40px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-image: url('../images/icons/arrow-right-blue.svg');
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

h6 {
  font-size: .8rem;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 10px;
}

p,
.module ul li {
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 20px;
}

a span {
  display: none;
}

p a {
  text-decoration: underline;
}

i {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 20px;
}

ul {
  list-style: none;
}

.only-mobile {
  display: none;
}

.not-mobile {
  display: block;
}

.module ul {
  list-style: disc;
  margin: 0 0 20px 20px;
}

.module ul li {
  margin-bottom: 5px;
}

.module ul li:last-child {
  margin-bottom: 0;
}

.centered,
.centered * {
  text-align: center;
}

.btn,
form input[type="submit"] {
  display: inline-block;
  font-family: 'IndustryDemi', sans-serif, Tahoma, Arial, Verdana;
  font-size: .9rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 15px 30px 15px 30px;
  background: #444543;
  color: #FFF !important;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition: all 500ms;
}

.btn:Hover,
form input[type="submit"]:Hover {
  background: #7acff3;
}

.blue .btn:Hover,
.blue form input[type="submit"]:Hover {
  color: #444543 !important;
  background: #FFF;
}

.fancybox-container {
  z-index: 9999999 !important;
}

a.more {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 30px 5px 0px;
  color: #7acff3 !important;
  background-image: url('../images/icons/arrow-right-blue.svg');
  background-position: right center;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 500ms;
}

a.more:Hover {
  color: #444543 !important;
  background-image: url('../images/icons/arrow-right-grey.svg');
}

.darkgrey a.more:Hover {
  color: #FFF !important;
  background-image: url('../images/icons/arrow-right-white.svg');
}

a.back {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 0 5px 30px;
  color: #444543 !important;
  background-image: url('../images/icons/arrow-left-grey.svg');
  background-position: left center;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 500ms;
}

a.back:Hover {
  color: #7acff3 !important;
  background-image: url('../images/icons/arrow-left-blue.svg');
}

.filter {
  padding: 20px 0;
}

.filter h5 {
  float: left;
  padding-top: 6px;
  margin: 0 10px 0 0;
}

.filter ul {
  float: left;
  list-style: none;
  margin: 0;
}

.filter ul li {
  float: left;
  margin: 0 5px 0 0;
}

.filter button {
  display: inline-block;
  border: 1px solid #444543;
  cursor: pointer;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
}

.filter button.is-checked,
.filter button:Hover {
  background: #444543;
  color: #FFF;
}

/* ------------------------------------------------------------------------------------------------------------ */

.video-wrapper {
  position: relative;
  padding-top: 56.56%;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------ */

#id_page {
  width: 100%;
  margin: auto;
}

#id_header {
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  min-height: 40vh;
}

.index #id_header {
  min-height: 60vh;
}

#id_header_meta {
  position: relative;
  height: 30px;
  padding: 20px;
}

#id_header_meta * {
  text-transform: uppercase;
  font-size: .9rem;
}

#id_header_meta ul {
  float: right;
}

#id_header_meta ul li {
  float: left;
  margin-left: 20px;
}

#id_search_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icons/search.svg');
  transition: all 500ms;
}

#id_search_btn:Hover {
  background-image: url('../images/icons/search-blue.svg');
}

#id_search {
  display: none;
}

#id_header_top {
  width: 100%;
  margin-bottom: 80px;
}

#id_header_top #id_back_btn {
  width: 20%;
  float: left;
  padding-top: 20px;
}

#id_header_top #id_back_btn a {
  display: inline-block;
  background-color: #444543;
  padding: 10px 20px 12px 50px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #FFF;
  background-image: url('../images/icons/arrow-left-white.svg');
  transition: all 500ms;
}

#id_header_top #id_back_btn a:Hover {
  background-color: #7acff3;
}

#id_header_top #id_title {
  width: 60%;
  float: left;
  text-align: center;
}

#id_header_top #id_title h2 {
  font-size: 6rem;
  line-height: 1em;
  margin-bottom: 0;
  text-align: center;
}

#id_header_top #id_ci {
  width: 20%;
  float: left;
}

#id_header_top #id_ci a {
  display: inline-block;
  width: 240px;
  height: 66px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/marbach.html');
  float: right;
}

#id_header_content * {
  color: #FFF;
}

#id_header_content {
  width: 60%;
  margin-bottom: 100px;
}

#id_header_content img {
  width: 60%;
  margin-bottom: 20px;
}

a.share {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-image: url('../images/icons/share-grey.svg');
  transition: all 200ms;
}

.darkgrey a.share {
  background-image: url('../images/icons/share-white.svg');
}

a.share:Hover {
  background-image: url('../images/icons/share-blue.svg');
  background-size: 30px 30px;
}

/* ------------------------------------------------------------------------------------------------------------ */

#id_content {
  width: 100%;
  transition: all 500ms;
}

.module {
  position: relative;
  padding: 80px 0 60px 0;
}

.inner {
  position: relative;
  width: 1280px;
  margin: auto;
}

.darkgrey {
  background: #444543;
}

.lightgrey {
  background: #f4f4f4;
}

.blue {
  background: #7acff3;
}

.module.module-filter {
  background: #f4f4f4;
  padding: 0;
  margin: 20px 0;
}

.module.darkgrey * {
  color: #FFF;
}

.left {
  float: left;
  width: 70%;
  margin-right: 2%
}

.right {
  float: right;
  width: 24%;
  padding-left: 3%;
  border-left: 1px solid #444543;
}

/* ------------------------------------------------------------------------------------------------------------ */

.frame-space-before-extra-small {
  height: 1rem;
}

.frame-space-before-small {
  height: 2rem;
}

.frame-space-before-medium {
  height: 3rem;
}

.frame-space-before-big {
  height: 4rem;
}

.frame-space-before-extra-big {
  height: 5rem;
}

/* ------------------------------------------------------------------------------------------------------------ */

.box {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
}

.element-item {
  width: 33.33%;
  padding: 0 20px 0 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.element-item .box {
  margin-bottom: 20px;
}

.box .box-inner {
  padding: 20px;
}

.darkgrey .box {
  background: #FFF;
}

.darkgrey .box * {
  color: #444543;
}

.box.blue h6,
.box.blue h2,
.box.blue h3,
.box.blue p,
.box.blue a,
.box.blue a:Hover,
.box.blue label {
  color: #FFF !important;
}

.box.blue h2 {
  background-image: url('../images/icons/arrow-right-white.svg');
}

.box a:Hover h2 {
  color: #7acff3;
}

.box .btn,
.box form input[type="submit"] {
  width: 100%;
  padding: 10px 0 12px 0;
  margin: 0;
}

.top-article .article-image {
  float: left;
  width: 40%;
  margin-right: 5%;
}

.top-article a:Hover h2 {
  color: #7acff3;
}

.top-article .article-content {
  float: left;
  width: 55%;
}

.top-article .article-content .more {
  float: right;
}

.box-content {
  padding: 20px;
  box-sizing: border-box;
  margin-top: -1px;
}

.box-content a h3 {
  font-size: 1.4rem;
}

.box-content a:Hover h3 {
  color: #7acff3;
}

.blue .box-content a:Hover h3 {
  color: #444543 !important;
}

.box-content .btn {
  width: auto;
  padding: 10px 20px;
  float: right;
}

.box-content p {
  line-height: 1.4em;
}

.box.darkgrey * {
  color: #FFF;
}

.box.darkgrey .btn {
  background: #FFF;
  color: #444543 !important;
}

.box.darkgrey .btn:Hover {
  color: #FFF !important;
  background: #7acff3;
}

.box.blue .btn:Hover {
  color: #444543 !important;
  background: #FFF;
}

.image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background-position: center center;
  background-size: 100% auto;
  transition: all 500ms;
}

.image-wrapper:Hover {
  background-size: 110% auto;
}

.image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.favorites-wrapper .favorite {
  padding-bottom: 20px;
  border-bottom: 1px solid #444543;
  margin-bottom: 30px;
}

.favorites-wrapper div.favorite:last-of-type {
  border: none !important;
}

.favorite h6 {
  margin-bottom: 4px;
}

.favorite a {
  display: inline;
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 5px 30px 5px 0px;
  color: #7acff3 !important;
  background-image: url('../images/icons/arrow-right-blue.svg');
  background-position: right bottom +3px;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 500ms;
}

.favorite a:Hover {
  color: #444543 !important;
  background-image: url('../images/icons/arrow-right-grey.svg');
}

#id_more {
  text-align: center;
  padding: 40px 0;
}

#id_more a.btn {
  background: #7acff3;
}

#id_more a.btn:Hover {
  background: #444543;
}

.detail-image {
  margin-bottom: 40px;
}

#id_weitere {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #444543;
}

#id_weitere #id_weitere_inner {
  display: flex;
}

#id_weitere .box {
  width: 33.33%;
  margin-right: 10px;
}

/* ------------------------------------------------------------------------------------------------------------ */

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  background: #f4f4f4;
  -webkit-appearance: none;
  border: none;
  margin-bottom: 5px;
  text-align: left;
}

textarea {
  height: 183px;
}

#id_search input[type="text"] {
  width: 120px;
  font-size: .9rem;
  line-height: 1em;
  text-transform: none;
  padding: 2px 5px;
}

form .checkbox-radio {
  margin: 0 0 20px 0 !important;
}

form .checkbox-radio h5 {
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.radio-checkbox-wrapper {
  margin: 5px 0;
  float: left;
}

.radio-checkbox-wrapper h5 {
  float: left;
  margin-right: 20px;
}

.radio-checkbox-wrapper label {
  color: #a1a1a1 !important;
  font-size: .7rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  text-align: left;
}

.radio-checkbox-wrapper label a {
  color: #a1a1a1 !important;
  text-decoration: underline;
}

.radio-checkbox-wrapper label a:Hover {
  color: #7acff3 !important;
}

.radio-checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-checkbox-wrapper .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  /*border: 1px solid #CCC;*/
  background-color: #f4f4f4;
  transition: 500ms all;
}

/*			
.radio-checkbox-wrapper :hover input ~ .checkmark
				{
				border: 1px solid #3e243f;
				}
				
.radio-checkbox-wrapper  input:checked ~ .checkmark
				{
				border: 1px solid #3e243f;
				}
*/
.radio-checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-checkbox-wrapper input:checked~.checkmark:after {
  display: block;
}

.radio-checkbox-wrapper .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #444543;
}

.radio-checkbox-wrapper .checkmark.checkmark-checkbox:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
}

::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #CCC;
}

::placeholder,
::placeholder {
  color: #CCC;
}

/* ------------------------------------------------------------------------------------------------------------ */

#id_footer {
  background: #f4f4f4;
}

#id_footer .inner {
  padding: 30px 0 10px 0;
}

#id_footer * {
  font-size: .9rem;
}

#id_footer ul li {
  position: relative;
  margin: 0 0 5px 0;
}

#id_footer .footer-row {
  float: left;
  width: 33.33%;
}

ul.social-media {
  float: left;
  margin: 0 0 20px 0;
}

ul.social-media li {
  float: left;
  margin: 0 10px 0 0 !important;
}

.social-media a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 40px 40px;
  margin: 0 10px 0 0;
  transition: all 500ms;
}

.social-media a:Hover {
  background-size: 34px 34px;
}

a.facebook {
  background-image: url('../images/social/facebook.html');
}

a.youtube {
  background-image: url('../images/social/youtube.html');
}

/* ------------------------------------------------------------------------------------------------------------ */

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline,
.timeline * {
  box-sizing: border-box;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #444543;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 33px;
  right: 0px;
  background-image: url('../images/icons/left.svg');
  background-position: center center;
  background-size: cover;
  border: none;
  top: 15px;
  z-index: 1;
}

.container:nth-child(odd) {
  left: 0;
}

.container:nth-child(even) {
  left: 50%;
}

.container:nth-child(odd)::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.container:nth-child(even)::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.container:nth-child(even)::after {
  left: 0;
  background-image: url('../images/icons/right.svg');
}

.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* ------------------------------------------------------------------------------------------------------------ */

#btn_top {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/icons/top.svg');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  background-color: #444543;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  transition: all 500ms;
}

#btn_top:Hover {
  background-color: #7acff3;
}

@media screen and (max-width: 1300px) {

  #id_header_top #id_back_btn {
    padding-top: 2px;
  }

  #id_header_top #id_title h2 {
    font-size: 4.2rem;
  }

  #id_header_top #id_ci a {
    width: 175px;
    height: 48px;
  }

  .flex-grid-wrapper {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .inner {
    width: 94%;
    padding: 0 3%;
  }

}

@media screen and (max-width: 1200px) {

  .element-item {
    width: 50%;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 1100px) {

  #id_header_content {
    width: 100%;
  }

  #id_header_content img {
    width: 40%;
  }

}

@media screen and (max-width: 960px) {

  .only-mobile {
    display: block !important;
  }

  .not-mobile {
    display: none !important;
  }

  h1,
  h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  h4,
  h5 {
    line-height: 1.2em;
  }

  .only-mobile {
    display: block !important;
  }

  .element-item {
    width: 100%;
    padding: 0;
  }

  #id_page,
  #id_main,
  #id_header,
  #id_content,
  #id_footer,
  .footer-row {
    display: block;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .footer-row {
    margin-bottom: 20px;
  }

  .module {
    width: 100%;
    padding: 40px 0;
    max-width: 100%;
  }

  .left,
  .right {
    float: none !important;
    width: 100% !important;
    padding: 0;
    border: none;
    margin: 0 !important;
  }

  .left {
    margin: 0 0 20px 0 !important;
  }

  .top-article .article-image,
  .top-article .article-content {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .filter h5 {
    float: none;
    margin-bottom: 10px;
  }

  .filter button {
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 920px) {

  #id_header_top #id_title h2 {
    padding: 10px 0;
    font-size: 2.4rem;
  }

  #id_header_content {
    margin: 0;
  }

  #id_header_content img {
    width: 100%;
  }

  #id_header_top #id_back_btn,
  #id_header_top #id_title,
  #id_header_top #id_ci {
    width: 100%;
    float: none;
    padding-top: 0;
    text-align: center;
  }

  #id_header_top #id_title h2 {
    font-size: 2.6rem;
    padding: 20px 0 10px 0;
  }

  #id_header_top #id_back_btn,
  #id_header_top #id_ci a {
    float: none;
  }

  #id_header_top #id_back_btn a {
    background-color: inherit;
  }

}

@media screen and (max-width: 768px) {

  #btn_top {
    display: none !important;
  }

  #id_header_top {
    margin-bottom: 40px;
  }

  .inner {
    width: 90%;
    padding: 0 5%;
  }

  .timeline::after {
    left: 31px;
  }

  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .container:nth-child(odd)::after,
  .container:nth-child(even)::after {
    left: 15px;
  }

  .container:nth-child(even) {
    left: 0%;
  }

}