@font-face {
  font-family: "pressura";
  src: url("/_template/font/GT-Pressura-Mono-Regular.eot");
  src: url("/_template/font/GT-Pressura-Mono-Regular.otf") format("opentype"), url("/_template/font/GT-Pressura-Mono-Regular.woff") format("woff"), url("/_template/font/GT-Pressura-Mono-Regular.ttf") format("ttf");
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.flex, .flex-row, .flex-row-reverse, .flex-column, .flex-column-reverse, .content, .content-100, #points, #home #logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap, .content, .content-100 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.box-padding, .box-1, .box-fix-1, .box-2, .box-fix-2, .box-3, .box-fix-3, .box-4, .box-fix-4, .box-5, .box-fix-5, .box-6, .box-fix-6, .box-7, .box-fix-7, .box-8, .box-fix-8, .box-9, .box-fix-9, .box-10, .box-fix-10, .box-11, .box-fix-11, .box-12, .box-fix-12 {
  padding: 10px;
}
html {
  font-size: 18px;
}
body {
  font-family: "pressura", Helvetica, Arial, "sans-serif";
  color: #ececed;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0px;
  border-top: 1px solid #ececed;
  border-bottom: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.border-bottom {
  border-bottom: 1px solid #ececed;
}
.pad-0 {
  padding: 0;
}
.pad-b-0 {
  padding-bottom: 0;
}
.pad-b {
  padding-bottom: 10px;
}
p, .edit-p input {
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.035em;
  word-spacing: -0.05em;
  color: inherit;
  font-weight: normal;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  p, .edit-p input {
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
  p, .edit-p input {
    font-size: 1rem;
  }
}
h1 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: bold;
}
h2 {
  font-size: 1.375rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: bold;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: bold;
}
h4 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: bold;
}
h5 {
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: normal;
}
h6 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  color: inherit;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.uppercase, nav ul li a, .kontakt {
  text-transform: uppercase;
}
main {
  display: block;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content {
    width: 100%;
  }
}
.content-100 {
  width: 100%;
}
.box-v-center, #points .bullet, #points .info {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.box-v-top {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.box-v-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.box-v-stretch, #home #logo {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-center, #points, #home #logo {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-1 {
  -webkit-box-flex: 1 1 75px;
  -moz-box-flex: 1 1 75px;
  -webkit-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
  max-width: 100px;
}
.box-fix-1 {
  width: 100px;
}
.box-2 {
  -webkit-box-flex: 2 1 150px;
  -moz-box-flex: 2 1 150px;
  -webkit-flex: 2 1 150px;
  -ms-flex: 2 1 150px;
  flex: 2 1 150px;
  max-width: 200px;
}
.box-fix-2 {
  width: 200px;
}
.box-3 {
  -webkit-box-flex: 3 1 225px;
  -moz-box-flex: 3 1 225px;
  -webkit-flex: 3 1 225px;
  -ms-flex: 3 1 225px;
  flex: 3 1 225px;
  max-width: 300px;
}
.box-fix-3 {
  width: 300px;
}
.box-4 {
  -webkit-box-flex: 4 1 300px;
  -moz-box-flex: 4 1 300px;
  -webkit-flex: 4 1 300px;
  -ms-flex: 4 1 300px;
  flex: 4 1 300px;
  max-width: 400px;
}
.box-fix-4 {
  width: 400px;
}
.box-5 {
  -webkit-box-flex: 5 1 375px;
  -moz-box-flex: 5 1 375px;
  -webkit-flex: 5 1 375px;
  -ms-flex: 5 1 375px;
  flex: 5 1 375px;
  max-width: 500px;
}
.box-fix-5 {
  width: 500px;
}
.box-6 {
  -webkit-box-flex: 6 1 450px;
  -moz-box-flex: 6 1 450px;
  -webkit-flex: 6 1 450px;
  -ms-flex: 6 1 450px;
  flex: 6 1 450px;
  max-width: 600px;
}
.box-fix-6 {
  width: 600px;
}
.box-7 {
  -webkit-box-flex: 7 1 525px;
  -moz-box-flex: 7 1 525px;
  -webkit-flex: 7 1 525px;
  -ms-flex: 7 1 525px;
  flex: 7 1 525px;
  max-width: 700px;
}
.box-fix-7 {
  width: 700px;
}
.box-8 {
  -webkit-box-flex: 8 1 600px;
  -moz-box-flex: 8 1 600px;
  -webkit-flex: 8 1 600px;
  -ms-flex: 8 1 600px;
  flex: 8 1 600px;
  max-width: 800px;
}
.box-fix-8 {
  width: 800px;
}
.box-9 {
  -webkit-box-flex: 9 1 675px;
  -moz-box-flex: 9 1 675px;
  -webkit-flex: 9 1 675px;
  -ms-flex: 9 1 675px;
  flex: 9 1 675px;
  max-width: 900px;
}
.box-fix-9 {
  width: 900px;
}
.box-10 {
  -webkit-box-flex: 10 1 750px;
  -moz-box-flex: 10 1 750px;
  -webkit-flex: 10 1 750px;
  -ms-flex: 10 1 750px;
  flex: 10 1 750px;
  max-width: 1000px;
}
.box-fix-10 {
  width: 1000px;
}
.box-11 {
  -webkit-box-flex: 11 1 825px;
  -moz-box-flex: 11 1 825px;
  -webkit-flex: 11 1 825px;
  -ms-flex: 11 1 825px;
  flex: 11 1 825px;
  max-width: 1100px;
}
.box-fix-11 {
  width: 1100px;
}
.box-12 {
  -webkit-box-flex: 12 1 900px;
  -moz-box-flex: 12 1 900px;
  -webkit-flex: 12 1 900px;
  -ms-flex: 12 1 900px;
  flex: 12 1 900px;
  max-width: 1200px;
}
.box-fix-12 {
  width: 1200px;
}
.box-flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-order-1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.box-order-2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.box-order-3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.box-order-4 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.box-order-5 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.box-order-6 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.in-box {
  width: 100%;
}
.m-box-1-show {
  display: none;
}
@media (max-width: 800px) {
  .m-box-1-show {
    display: block;
  }
}
nav ul {
  list-style: none;
  margin-top: 54px;
}
@media (max-width: 800px) {
  nav ul {
    margin-top: 0;
  }
}
#home nav ul {
  margin-top: 15px;
}
@media (max-width: 800px) {
  #home nav ul {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  nav li {
    text-align: center;
    padding-bottom: 34px;
  }
  nav li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 420px) {
  nav li {
    padding-bottom: 25px;
  }
  nav li:last-child {
    padding-bottom: 0;
  }
}
nav ul li a {
  font-size: 1.8em;
  text-decoration: none;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: inherit;
}
nav ul li a:hover, nav ul li a.active {
  border-bottom: 3px solid;
}
@media (max-width: 800px) {
  nav ul li a:hover, nav ul li a.active {
    border: none;
    color: #b2b2b2;
  }
}
@media (max-width: 800px) {
  nav ul li a {
    font-size: 2.7em;
    line-height: 1em;
  }
}
@media (max-width: 420px) {
  nav ul li a {
    font-size: 1.7em;
  }
}
.rechts nav ul {
  margin-top: 58px;
}
.rechts nav ul a {
  font-size: 1.4em;
  padding-bottom: 1px;
}
.rechts nav ul a:hover, .rechts nav ul a.active {
  border-bottom: 2px solid;
}
.u-nav nav ul li a {
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 420px) {
  .u-nav nav ul li a {
    font-size: 1.4em;
  }
}
body {
  color: #000000;
  border-color: #000000;
  height: 100%;
  background: #f5f5f6;
}
main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  height: 10px;
}
@media (max-width: 800px) {
  main {
    min-width: 100%;
  }
}
header {
  z-index: 100;
}
@media (max-width: 800px) {
  header {
    position: fixed;
  }
}
.navinfo.active {
  color: #b2b2b2;
}
#nav-arbeiten, #nav-tische {
  display: none;
}
#points {
  height: 44px;
}
@media (max-width: 800px) {
  #points {
    display: none;
  }
}
#points .bullet {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 7px;
}
#points .bullet .bpoint {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b2b2b2;
  margin: 5px;
}
#points .bullet:hover .bpoint {
  background: #000000;
}
#points .bullet.active .bpoint {
  background: #000000;
}
#points .info {
  margin-left: 6px;
  letter-spacing: 0.07em;
  color: #b2b2b2;
}
#points .info:hover {
  color: #000000;
}
#points .info.active {
  color: #000000;
}
footer {
  margin-top: -66px;
  z-index: 2;
}
footer a {
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  footer a {
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
  footer {
    margin-top: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  footer a {
    text-transform: uppercase;
    color: inherit;
    font-size: 1em;
    letter-spacing: 0.05em;
  }
}
a {
  text-decoration: none;
}
.kontakt {
  margin-top: 54px;
  margin-left: 1px;
  width: auto;
}
@media (max-width: 420px) {
  .kontakt {
    margin-top: 30px;
  }
}
.kontakt .click {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  margin-bottom: 6px;
  cursor: pointer;
}
.kontakt .click:hover {
  border-bottom: 2px solid #000000;
}
@media (max-width: 800px) {
  .kontakt .click {
    border-bottom: none;
  }
  .kontakt .click:hover {
    border-bottom: none;
  }
}
.kontakt .anzeigen {
  display: none;
}
.kontakt .anzeigen p, .kontakt .anzeigen .edit-p input, .edit-p .kontakt .anzeigen input {
  letter-spacing: 0.07em;
}
.kontakt a {
  color: #b2b2b2;
  font-spacing: 0.07em;
}
.kontakt a:hover {
  color: #000000;
}
@media (max-width: 800px) {
  .kontakt a:hover {
    color: #b2b2b2;
  }
}
.links {
  margin-left: 48px;
  z-index: 2;
  position: absolute;
}
.rechts {
  margin-right: 46px;
  right: 0;
  z-index: 2;
  position: absolute;
}
.rechts li {
  text-align: right;
}
.flex-fix-66 {
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.flex-fix-66.left-top {
  background-image: url(/_template/webpics/unterseiten_obenlinks.png);
}
.flex-fix-66.right-top {
  background-image: url(/_template/webpics/unterseiten_obenrechts.png);
}
.flex-fix-66.left-bottom {
  background-image: url(/_template/webpics/unterseiten_untenlinks.png);
}
.flex-fix-66.right-bottom {
  background-image: url(/_template/webpics/unterseiten_untenrechts.png);
}
@media (max-width: 800px) {
  .flex-fix-66 {
    background-image: none !important;
    width: 45px;
    height: 45px;
  }
}
#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 140vh;
  background: #f5f5f6;
}
#mobile-nav .home-button {
  display: block;
  margin-bottom: 160px;
}
#mobile-nav .home-button img {
  width: 45px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 420px) {
  #mobile-nav .home-button img {
    width: 31px;
  }
}
#mobile-nav .nav-inner {
  height: 100%;
  overflow-y: scroll;
  padding-top: 105px;
  background: #f5f5f6;
}
@media (max-width: 420px) {
  #mobile-nav .nav-inner {
    padding-top: 80px;
  }
}
#mobile-nav nav {
  margin: 0 auto;
}
#mobile-nav .trenner {
  display: block;
  width: 112px;
  height: 6px;
  margin: 55px auto;
  background: #000000;
}
@media (max-width: 420px) {
  #mobile-nav .trenner {
    height: 4px;
    width: 80px;
    margin: 43px auto;
  }
}
#mobile-nav .kontakt p, #mobile-nav .kontakt .edit-p input, .edit-p #mobile-nav .kontakt input {
  text-align: center;
  display: block;
}
#mobile-nav .kontakt h5 {
  text-align: center;
}
#home {
  color: #ececed;
  border-color: #ececed;
}
#home header {
  position: relative;
}
#home footer {
  position: relative;
  margin-top: 0;
}
#home .links {
  margin-left: 20px;
}
#home .border-oben {
  height: 28px;
  border-bottom: 6px solid;
}
@media (max-width: 420px) {
  #home .border-oben {
    /* @include breakpoint(s) {
			border-bottom:4px solid;
			height:19px;
		} */
    border-bottom: 4px solid;
    height: 19px;
  }
}
#home .border-unten {
  height: 83px;
  border-bottom: 6px solid;
}
@media (max-width: 420px) {
  #home .border-unten {
    /* @include breakpoint(s) {
			height:55px;
			border-bottom:4px solid;
		} */
    height: 55px;
    border-bottom: 4px solid;
  }
}
#home .flex-fix-105 {
  width: 105px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  /* @include breakpoint(s) {
			width:70px;
			height:70px;
		} */
}
#home .flex-fix-105.left-top {
  background-image: url(/_template/webpics/startseite_obenlinks.png);
}
#home .flex-fix-105.right-top {
  background-image: url(/_template/webpics/startseite_obenrechts.png);
}
#home .flex-fix-105.left-bottom {
  background-image: url(/_template/webpics/startseite_untenlinks.png);
}
#home .flex-fix-105.right-bottom {
  background-image: url(/_template/webpics/startseite_untenrechts.png);
}
@media (max-width: 420px) {
  #home .flex-fix-105 {
    width: 70px;
    height: 70px;
  }
}
#home .container {
  margin: 0 22px;
  border-left: 6px solid;
  border-right: 6px solid;
}
@media (max-width: 420px) {
  #home .container {
    /* @include breakpoint(s) {
			margin:0 15px;
			border-left:4px solid;
			border-right:4px solid;
		} */
    margin: 0 15px;
    border-left: 4px solid;
    border-right: 4px solid;
  }
}
#home .click:hover {
  border-color: #ececed;
}
#home .kontakt a {
  color: #636363;
}
#home .kontakt a:hover {
  color: #ececed;
}
@media (max-width: 800px) {
  #home .kontakt a:hover {
    color: #636363;
  }
}
#home #logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 0 230px;
}
@media (max-width: 800px) {
  #home #logo {
    padding: 0 65px;
  }
}
@media (max-width: 420px) {
  #home #logo {
    padding: 0 40px;
  }
}
#home #logo img {
  height: 52vh;
  width: auto;
  display: block;
}
#home #mobile-nav {
  background: none;
}
#home #mobile-nav .nav-inner {
  background: none;
}
#home #mobile-nav .trenner {
  background: #ececed;
}
#home .flex-fix-burger {
  cursor: pointer;
}
#home .flex-fix-burger span {
  background: #ececed;
}
#slider-content {
  margin-top: -66px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 800px) {
  #slider-content {
    margin-top: 96px;
  }
}
@media (max-width: 420px) {
  #slider-content {
    margin-top: 60px;
  }
}
#slider-content a {
  color: #b2b2b2;
}
#slider-content a:hover {
  color: #000000;
}
@media (max-width: 800px) {
  #slider-content a:hover {
    color: #b2b2b2;
  }
}
#slider-content .infotext {
  margin: 0 auto;
  max-width: 1070px;
  padding: 130px 240px 100px 240px;
}
@media (max-width: 1280px) {
  #slider-content .infotext {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #slider-content .infotext {
    width: 100%;
    padding: 110px 5.54% 80px 6.77%;
    min-height: 100vh;
  }
}
@media (max-width: 420px) {
  #slider-content .infotext {
    padding: 80px 5.54% 80px 6.77%;
  }
}
#slider-content .infotext img {
  padding-top: 7px;
  margin-bottom: 30px;
  width: 98%;
  height: auto;
}
@media (max-width: 800px) {
  #slider-content .infotext img {
    width: 100%;
    padding-right: 1.28%;
  }
}
#slider-content .hoch, #slider-content .quer {
  text-align: center;
  padding: 64px 240px 92px 240px;
  height: 100vh;
}
@media (max-width: 800px) {
  #slider-content .hoch, #slider-content .quer {
    height: auto;
    width: 100%;
    margin-top: 14px;
    padding: 0 6.77%;
  }
}
#slider-content .hoch img, #slider-content .quer img {
  display: inline;
  max-height: 100%;
  width: auto;
}
@media (max-width: 800px) {
  #slider-content .hoch img, #slider-content .quer img {
    display: block;
    width: 100%;
  }
}
#slider-content .quer {
  padding: 137px 240px 137px 240px;
}
@media (max-width: 800px) {
  #slider-content .quer {
    padding: 0 6.77%;
  }
}
#slider-content .bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  margin-bottom: 0;
  min-height: 100%;
}
#slider-content .slide {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  #slider-content .slide {
    min-height: 10px;
    width: 100%;
  }
}
#slider-content .bx-prev {
  width: 50%;
  height: 100%;
  top: 0;
  margin-top: 0;
  left: 0;
}
#slider-content .bx-next {
  width: 50%;
  height: 100%;
  top: 0;
  margin-top: 0;
  right: 0;
}
#werkstatt {
  color: #ececed;
  border-color: #ececed;
  background: #000000;
}
@media (max-width: 800px) {
  #werkstatt .container {
    display: block;
  }
}
@media (max-width: 800px) {
  #werkstatt .slide {
    display: none;
  }
}
@media (max-width: 800px) {
  #werkstatt .slide:last-child {
    display: block;
  }
}
#werkstatt .flex-fix-burger span {
  background: #ececed;
}
#werkstatt #slider-content a {
  color: #636363;
}
#werkstatt #slider-content a:hover {
  color: #ececed;
}
@media (max-width: 800px) {
  #werkstatt #slider-content a:hover {
    color: #636363;
  }
}
#werkstatt .navinfo.active {
  color: #636363;
}
@media (max-width: 800px) {
  #werkstatt #slider-content {
    margin-top: 0;
  }
}
#werkstatt .mobile-back {
  display: none;
}
@media (max-width: 800px) {
  #werkstatt .mobile-back {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }
}
#werkstatt #points .bullet .bpoint {
  background: #636363;
}
#werkstatt #points .bullet:hover .bpoint {
  background: #ececed;
}
#werkstatt #points .bullet.active .bpoint {
  background: #ececed;
}
#werkstatt #points .info {
  color: #636363;
}
#werkstatt #points .info:hover {
  color: #ececed;
}
#werkstatt #points .info.active {
  color: #ececed;
}
#werkstatt .click:hover {
  border-color: #ececed;
}
#werkstatt .kontakt a {
  color: #636363;
}
#werkstatt .kontakt a:hover {
  color: #ececed;
}
@media (max-width: 800px) {
  #werkstatt .kontakt a:hover {
    color: #636363;
  }
}
@media (max-width: 800px) {
  #werkstatt .slide {
    background-image: none;
  }
  #werkstatt .slide.sliderpic-last {
    background-image: none;
    padding-top: 0;
  }
}
#werkstatt #mobile-nav {
  background: #000000;
}
#werkstatt #mobile-nav .nav-inner {
  background: #000000;
}
#werkstatt #mobile-nav .trenner {
  background: #ececed;
}
.flex-fix-burger span {
  background: #ececed;
}
.mobile-s {
  display: none;
}
@media (max-width: 800px) {
  .mobile-s {
    display: block;
  }
}
@media (max-width: 800px) {
  .mobile-hide {
    display: none;
  }
}
.flex-fix-burger {
  width: 140px;
  height: 66px;
  padding: 22px 14px;
  z-index: 100;
}
@media (max-width: 420px) {
  .flex-fix-burger {
    width: 100px;
    height: 4px;
    padding: 15px 10px;
  }
}
.flex-fix-burger span {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 6px;
  background: #000000;
}
@media (max-width: 420px) {
  .flex-fix-burger span {
    height: 4px;
    margin-bottom: 4px;
  }
}
.edit-titel {
  font-family: liberation_sansbold, sans-serif;
  color: #386aab;
  font-size: 12px;
  display: block;
  clear: both;
}
.edit-text {
  font-family: liberation_sansregular, sans-serif;
  color: #386aab;
  font-size: 12px;
  display: block;
  clear: both;
}
.edit-hr {
  border: 1px solid #386aab;
}
.edit-content {
  padding: 60px 20%;
}
.edit-input, .edit-p input {
  border: 1px solid #006db8;
  width: 100%;
  background: transparent;
}
.edit-p input {
  padding: 3px;
  font-family: "pressura", Helvetica, Arial, "sans-serif";
}
