body {

    @import url('https://fonts.googleapis.com/css2?family=McLaren&family=Mouse+Memoirs&display=swap');
    font-family: 'McLaren', cursive; font-weight: 400; font-style: normal;
    font-family: 'Mouse Memoirs', sans-serif; font-weight: 400; font-style: normal;

    padding: 0;
    margin: 0;
}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.mitte {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
    position: absolute;
    bottom: 30%;
    right: 0%;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.start a {
    text-decoration: none;
    position: absolute;
    bottom: 60%;
    z-index: 1001;
    background-color: orange;
    font-family: 'Mouse Memoirs';
    font-size: 2em;
    padding: 2px 32px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.start a:hover {

  background-color: white;
  font-family: 'Mouse Memoirs';
  font-size: 2em;
  padding: 2px 32px;
  color: orange;
  cursor: pointer;
}

section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 10;
}

.kontaktformular {
  max-width: 600px;
  z-index: 10;
}

input, textarea, label {
  max-width: 600px;
  width: 100%;
  padding: 16px 0;
  font-family: 'McLaren';
  display: block;
  color:#fff;
}

input, textarea {
  max-width: 600px;
  width: 100%;
  padding: 16px 8px;
  font-family: 'McLaren';
  display: block;
  background-color:#fff;
  color: #0c7ecc;
  font-size: 1.2em;
  border: 0;
}

form {
  max-width: 600px;
  text-align: left;
  padding: 20px 0;
}

input[type="submit"] {
  background-color: orange;
  font-family: 'Mouse Memoirs';
  font-size: 2em;
  padding: 15px 0;
  margin-top: 32px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

input[type="submit"]:hover {
  background-color: white;
  font-family: 'Mouse Memoirs';
  font-size: 2em;
  padding: 15px 0;
  margin-top: 32px;
  color: orange;
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: 1px solid #0c7ecc;
}

.kontakt {
  max-width: 1200px;
  z-index: 10;
  object-fit: cover;
  background: #0c7ecc;
  color: #fff;
}

.kontaktseite {
  display: flex;
  flex-wrap: wrap;
}

.kontaktlinks {
  padding-bottom: 32px;
}

.kontaktrechts {
  padding-right: 32px;
  padding-bottom: 32px;
}

.kontaktlinks iframe {
  padding-right: 64px;
  padding-bottom: 16px;
}

.kontaktrechts iframe {
  padding-right: 16px;
  padding-bottom: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.column {
  flex: 25%;
  max-width: 16%;
  padding: 0;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 32%;
    max-width: 32%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 32%;
    max-width: 32%;
  }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
.slider {
  height: 75%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #000;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

h1 {
  font-family: 'Mouse Memoirs';
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  color: #0c7ecc;
  z-index: 500;

}

h2 {
  font-family: 'Mouse Memoirs';
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  color: #0c7ecc;
  z-index: 500;

}

h3 {
  font-family: 'Mouse Memoirs';
  font-size: 3em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  z-index: 500;

}

h4 {
  font-family: 'Mouse Memoirs';
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: #fff;
  z-index: 500;

}

p {
  font-family: 'McLaren';
  font-weight: 400;
  font-style: normal;
  line-height: 200%;
  z-index: 500;
}

.GraphicRecording {
    position: absolute;
    right: 15%;
    top: 50%;
    z-index: 9;
    width: 550px;
}

@media screen and (max-width: 1001px) {
  .GraphicRecording {
    width: 350px;
    right: 10%;
    top: 50%;
  }

}

@media screen and (max-width: 801px) {
  .GraphicRecording {
    width: 250px;
    right: 0%;
    top: 40%;
  }

}

.LiveRemote {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 10;
}

.LiveRemote img {
  max-width: 500px;
  padding-left: 32px;
}

.Über {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  z-index: 10;
}

.Über img {
  max-width: 600px;
  height: 100%;
  padding-left: 10%;
  padding-right: 32px;
}

@media screen and (max-width: 801px) {
  .Über img {
    max-width: 270px;
    padding-right: 0;
  }
  .LiveRemote img {
    max-width: 250px;
  }

}

@media screen and (min-width: 800px) {
  .Über {
    font-size: 1.5em;
  }

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}

.gallery img {
    width: 100%;
}

#teaser {
    width: 100%;
    height: 300px
}

#teaser video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #0c7ecc;
    mix-blend-mode: overlay;
}

@media screen and (min-width: 800px) {
    #teaser {
        height: 600px;
    }
    .overlay {
        height: 600px;
    }

}



.Beispiele {
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    object-fit: cover;
    background: #0c7ecc;
    color: #fff;
}

.HeadBeispiele {
    color: #fff;
    display: flex;
    position: absolute;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: -80px;

}

body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
  }
  
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
  
    /* Image border */
    border: 4px solid white;
  }
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
  
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(loading.gif) no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 24px;
    color: #999999;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .mask {
    position: relative;
    overflow: hidden;
  }

  a {
    color:#fff;
    font-family: 'McLaren';
    line-height: 200%;
    font-size: 1em;
  }

  .impressum a {
    color:#0c7ecc;
  }

  footer {
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 10;
  }

  footer a {
    color:#0c7ecc;
    padding: 16px;
  }