*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   scroll-behavior: smooth;
 }

* {
  margin: 0;
  padding: 0
}

body {
  background: #fff no-repeat center 0;
  text-align: left;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #767676;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a:link, a:visited {
  color: #737373;
}

a:hover {
  text-decoration: none;
}

img{
  display: block;
  height: auto;
  max-width: 100%;
}

h2{
  font-size: 36px;
  font-weight: 300;
}

h3,
h4{
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 .3em;
}

h4{
  font-size: 20px;
}

p{
  margin: 0 0 1.5em;
}

.anchor{
  position: absolute;
  margin-top: -100px;
}

.header-wrapper {
  background: #66B822;
  border-bottom: 5px solid #fff;
  position: relative;
  top: 0;
  z-index: 20;
}

.header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.header, .header a {
  color: #fff;
}

.header-logo {
  display: block;
  background: #fff;
  margin: 0 0 10px;
  padding: 5px 10px;
}

.header-logo img{
  margin: 0 auto;
}

.nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}

.nav li{
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a{
  display: block;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
}

.nav-units,
.nav-locations{
  display: none;
}

.nav-units a:before,
.nav-locations a:before{
  background: no-repeat center center;
  content: '';
  height: 20px;
  left: 0;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

.nav-units a:before{
  background-image: url(/images/icon-maschinen.svg);
}

.nav-locations a:before{
  background-image: url(/images/icon-standorte.svg);
}

.nav .nav-register a{
  border: 1px solid #fff;
  border-radius: 20px;
}

.nav .nav-login a{
  background: url(/images/icon-user.svg) no-repeat 0 center;
  background-size: 20px 20px;
}

.content{
  margin: 0 auto;
  max-width: 1500px;
  min-height: 500px;
  padding: 20px 0;
  width: 94%;
}

.content-header h2{
  margin: 0 0 .5em;
}

.apps{text-align:center;margin:0 0 40px;}
.app{display:inline-block;margin:0 10px;}

.footer-wrapper {
  background: #66B822;
  font-size: 16px;
  padding: 20px 10px;
  position: relative;
}

.footer-wrapper:before{
  background: #66B822 url(/images/signet-footer.png) no-repeat center center;
  background-size: 48px 48px;
  border-radius: 50%;
  content: '';
  height: 58px;
  left: 50%;
  margin: 0 0 0 -29px;
  position: absolute;
  top: -29px;
  width: 58px;
}

.footer, .footer a {
  color: #fff;
}

.footer {
  max-width: 1500px;
  margin: 0 auto;
}

.footer-phone{
  font-size: 20px;
  margin-top: 1em;
}

.filter{
  background: #fff no-repeat 10px center;
  border: 2px solid #66B822;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 10px 20px 10px 10px;
  position: relative;
  text-decoration: none;
}

.filter svg{
  margin: 0 10px 0 0;
}

.filter path{
  fill: #66B822;
}

.filter.current{
  background: #66B822;
  border-radius: 10px;
  color: #fff;
}

.filter.current:after{
  border: 10px solid transparent;
  border-top-color: #66B822;
  bottom: -20px;
  content: '';
  height: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  position: absolute;
  width: 0;
}

.filter.current path{
  fill: #fff;
}

.categories,
.units{
  list-style-type: none;
  margin: 3em 0;
  padding: 0;
}

.category,
.unit{
  margin: 0 auto 2em;
  max-width: 360px;
}

.category a{
  display: block;
  text-decoration: none;
}

.category img{
  max-height: 240px;
  object-fit: cover;
  width: 100%;
}

.category-heading{
  border-bottom: 1px solid #DCDCDC;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 10px;
  text-align: center;
}

.category a:hover img{
  opacity: .65;
}

.category a:hover .category-heading{
  background: #66B822;
  border-color: #66B822;
  color: #fff;
}

.unit-heading{
  color: #000;
  font-size: 26px;
}

.unit-actions{
  margin: 1em 0 0;
}

.unit-action{
  border: 1px solid #66B822;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  padding: 7px 20px 7px 10px;
  text-decoration: none;
  transition: all .4s;
}

.unit-action.book{
  background: #66B822;
  color: #fff;
}

.unit-action.register{
  padding: 7px 20px;
}

.unit-action svg{
  margin-right: 10px;
}

.unit-action:hover,
.unit-action:focus{
  background: #66B822;
  color: #fff;
}

.unit-action.book:hover,
.unit-action.book:focus{
  background: #fff;
  color: #767676;
}

.unit-action:hover path,
.unit-action:focus path{
  fill: #fff;
}

.unit-action.book:hover path,
.unit-action.book:focus path{
  fill: #66B822;
}

.unitcol-info{
  margin: 1em 0;
}

.unitprices{
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}

.unitprices li{
  color: #303030;
}

.buttons{
  margin: 1em 0;
}

.unitpic-wrapper{
  max-width: 740px;
}

.unitpic{
  background: #eee;
  margin: 0 0 10px;
  object-fit: contain;
}

.unitpics{
  display: none;
}

.js .unitpics{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.unitpics img{
  cursor: pointer;
  margin: 0 0 10px;
  max-width: 24%;
}

.unitcol,
.unitsinglecol{
  margin: 0 0 1em;
  max-width: 720px;
}

.unitvideo{
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  width: 100%;
}

.unitvideo-heading{
  padding: 1em 0 0;
}

.unitvideo iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.buttons-book a{
  display: block;
  margin: 0 0 1em;
  text-align: center;
}


@media screen and (min-width: 480px) {

}

@media screen and (min-width: 960px) {

  h2{
    font-size: 50px;
  }

  .header-wrapper{
    max-height: 70px;
    position: sticky;
  }

  .header{
    display: flex;
    justify-content: space-between;
    width: 94%;
  }

  .header-logo {
    box-shadow: 4px 4px 4px rgba(0,0,0,.1);
  }

  .nav ul{
    display: flex;
    margin: 12px 0;
  }

  .nav li{
    margin: 0 0 0 20px;
  }

  .nav-units,
  .nav-locations{
    display: block;
  }

  .nav .nav-register a{
    padding: 10px 20px;
  }

  .nav .nav-login a{
    background-size: 40px 40px;
    height: 40px;
    padding: 0;
    width: 40px;
    text-indent: -999em;
  }

  .footer-copyright {
    float: right;
  }

  .content{
    padding: 55px 0 40px;
  }

  .content-header{
    align-items: baseline;
    border-bottom: 1px solid #DCDCDC;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }

  .content-header h2{
    margin: 0;
  }

  .categories,
  .units{
    display: flex;
    flex-wrap: wrap;
  }

  .category{
    margin: 0 1% 2em 0;
    width: 32%;
  }

  .category img{
    max-height: 190px;
  }

  .unit{
    display: flex;
    margin: 0 2% 2em 0;
    max-width: 100%;
    width: 48%;
  }

  .unit-pic,
  .unit-content{
    flex: 1;
    width: 50%;
  }

  .unit-pic{
    max-height: 240px;
    overflow: hidden;
  }

  .unit-content{
    padding: 0 20px;
  }

  .unit-action{
    margin: 0 20px 1em 0;
  }

  .unitpic{
    margin: 0 0 20px;
  }

  .unitpics img{
    margin: 0 0 20px;
    max-width: 48.7%;
  }

  .unitcols{
    display: flex;
  }

  .unitcol{
    flex: 1;
  }

  .unitcol-info{
    padding: 0 0 0 40px;
  }

  .buttons-book a{
    display: inline-block;
    margin: 0 20px 1em 0;
  }

}

@media screen and (min-width: 1400px) {

  .category{
    width: 24%;
  }

  .category img{
    height: 240px;
    max-height: 240px;
  }

}

#loggedout {
  position: relative;
  background: #060;
  color: #fff;
  z-index: 1;
  padding: 10px;
  text-align: center;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
  url('/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
  url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}