/* Generated by less 2.5.1 */
/* LESS Document */
html {
  height: 100%;
}
html body {
  height: 100%;
  margin: 0px;
  font-family: Helvetica, Arial;
  background-color: #ddd;
}
html body h2,
html body h3,
html body h4 {
  margin-bottom: 5px;
}
html body p {
  margin-top: 0px;
}
html body #page-wrapper {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
html body #page-wrapper.not-frontpage {
  top: 0px;
  transform: none;
}
html body #page-wrapper.not-frontpage #footer-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
}
html body #page-wrapper #header-wrapper {
  display: flex;
  background-color: black;
}
html body #page-wrapper #header-wrapper .header-logo {
  width: 33.3333333%;
}
html body #page-wrapper #header-wrapper .header-logo .header-logo-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
html body #page-wrapper #header-wrapper .header-logo .header-logo-inner img {
  width: 100%;
}
html body #page-wrapper #header-wrapper .header-phone,
html body #page-wrapper #header-wrapper .header-mail {
  width: 33.3333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
html body #page-wrapper #header-wrapper .header-phone a,
html body #page-wrapper #header-wrapper .header-mail a {
  color: white;
  text-decoration: none;
}
html body #page-wrapper #header-wrapper .header-phone a .fa,
html body #page-wrapper #header-wrapper .header-mail a .fa {
  margin-right: 10px;
  margin-top: 10px;
}
html body #page-wrapper #content-wrapper {
  display: flex;
}
html body #page-wrapper #content-wrapper .content-left {
  width: 33.3333333%;
  background-color: #ff9629;
  color: white;
}
html body #page-wrapper #content-wrapper .content-left .content-left-inner {
  padding: 20px;
}
html body #page-wrapper #content-wrapper .content-left .content-left-inner h1 {
	font-size: 24px;
  text-align: left;
}
html body #page-wrapper #content-wrapper .content-left .content-left-inner .content-left-street {
  margin-bottom: 20px;
  margin-left: 20px;
}
html body #page-wrapper #content-wrapper .content-left .content-left-inner .content-left-street:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f015";
  margin-left: -20px;
  margin-right: 3px;
}
html body #page-wrapper #content-wrapper .content-right {
  position: relative;
  color: white;
  width: 66.6666666%;
  background-color: black;
}
html body #page-wrapper #content-wrapper .content-right #videocover {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: white;
}
html body #page-wrapper #content-wrapper .content-right #videocover .fa {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
}
html body #page-wrapper #content-wrapper .content-right #videocover.disable-video-cover {
  display: none!important;
}
html body #page-wrapper #content-wrapper .content-right video {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
html body #page-wrapper #content-wrapper .content-full {
  width: 100%;
  background-color: white;
}
html body #page-wrapper #content-wrapper .content-full .content-full-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 1px;
}
html body #page-wrapper #footer-wrapper .footer-inner {
  text-align: right;
  color: black;
  padding-top: 5px;
}
html body #page-wrapper #footer-wrapper .footer-inner a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.header-btn {
  display: flex;
  align-items: center;
}

.header-btn-inner {
  color: white;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  background-color: #ff9629;
  margin-left: 10px;
}

/*Datenschutz*/
ol.clean-list-increment,
ol.clean-list-increment > li > ol,
ol.clean-list-increment > li > ol > li > ol {
  counter-reset: item;
}
ol.clean-list-increment > li,
ol.clean-list-increment > li > ol > li,
ol.clean-list-increment > li > ol > li > ol > li {
  display: block;
  position: relative;
}
ol.clean-list-increment > li:before,
ol.clean-list-increment > li > ol > li:before,
ol.clean-list-increment > li > ol > li > ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: -12px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* Padding Modification of List Elements */
ol.clean-list-increment > li > ol {
  padding-left: 36px;
}
ol.clean-list-increment > li > ol > li > ol {
  padding-left: 45px;
}
/* Font-Sizes of :before Increment Numbers */
ol.clean-list-increment > li:before {
  font-size: 23px;
  line-height: 34px;
}
ol.clean-list-increment > li > ol > li:before {
  font-size: 17px;
  line-height: 25px;
}
ol.clean-list-increment > li > ol > li > ol > li:before {
  font-size: 14px;
  line-height: 20px;
}
/*Responsive*/
@media screen and (max-width: 780px) {
  html body #page-wrapper {
    position: relative;
    top: 0px;
    transform: none;
  }
  html body #page-wrapper #header-wrapper {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }
  html body #page-wrapper #header-wrapper .header-logo {
    width: 100%;
  }
  html body #page-wrapper #header-wrapper .header-logo .header-logo-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  html body #page-wrapper #header-wrapper .header-logo .header-logo-inner img {
    width: 200px;
    max-width: 100%;
  }
  html body #page-wrapper #header-wrapper .header-phone,
  html body #page-wrapper #header-wrapper .header-mail {
    width: 100%;
    text-align: center;
  }
  html body #page-wrapper #content-wrapper {
    display: block;
    width: 100%;
  }
  html body #page-wrapper #content-wrapper .content-left {
    width: 100%;
  }
  html body #page-wrapper #content-wrapper .content-left .content-left-inner h1 {
    text-align: left;
  }
  html body #page-wrapper #content-wrapper .content-right {
    width: 100%;
  }
  html body #page-wrapper #footer-wrapper .footer-inner {
    text-align: center;
    padding-top: 30px;
  }

  .header-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .header-btn-inner {
    margin-left: 0px
  }
}
/* Responsive Datenschutz */
@media screen and (max-width: 767px) {
  ol.clean-list-increment {
    padding-left: 25px;
  }
}
@media screen and (max-width: 479px) {
  ol.clean-list-increment {
    padding-left: 30px;
  }
  ol.clean-list-increment > li > ol {
    padding-left: 0px;
  }
  ol.clean-list-increment > li > ol > li > ol {
    padding-left: 0px;
  }
}
