@charset "UTF-8";
/**
 * This CSS is generated via COMPASS / SASS
 * styled with a keyboard by Maximilian Orf @ Druck-Center GbR
 * Version 1.8
 *
 * compiled at 2016-05-27 10:57:00 +0200
 *
 */
/* line 2, ../scss/_allgemein.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../scss/_allgemein.scss */
html {
  height: 100%;
  font-size: 12px;
  box-sizing: border-box !important;
}

/* line 10, ../scss/_allgemein.scss */
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Source Sans Pro',  Helvetica, Verdana, arial, sans-serif;
  font-size: 1.3rem;
  overflow-y: scroll;
  background-color: #F3F3F3;
  /*			background-image: url(../el/dc_logo_hg.png);	background-repeat: repeat;*/
  /*			background-attachment: fixed;	background-size: 100px;*/
}

/* line 21, ../scss/_allgemein.scss */
.clear {
  clear: both;
  line-height: 1px;
}

/* line 25, ../scss/_allgemein.scss */
.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/* line 30, ../scss/_allgemein.scss */
.right {
  float: right;
  margin: 0 0 15px 15px;
}

/* line 34, ../scss/_allgemein.scss */
.left {
  float: left;
  margin: 0 15px 15px 0;
}

/* line 38, ../scss/_allgemein.scss */
.bildschatten {
  -webkit-box-shadow: 0 0 15px grey;
  -moz-box-shadow: 0 0 15px grey;
  box-shadow: 0 0 15px grey;
}

/*** LINKS / BANNER fixed --> in den Ecken ***/
/* line 3, ../scss/_werbebanner.scss */
a.werbebanner {
  position: fixed;
  z-index: 100;
  display: block !important;
}
/* line 8, ../scss/_werbebanner.scss */
a.top {
  top: 19px;
}
/* line 9, ../scss/_werbebanner.scss */
a.bottom {
  bottom: 19px;
}
/* line 10, ../scss/_werbebanner.scss */
a.left {
  left: -30px;
}
/* line 11, ../scss/_werbebanner.scss */
a.right {
  right: -25px;
}
/* line 13, ../scss/_werbebanner.scss */
a.werbebanner img {
  width: 130px;
  height: auto;
}

/* line 19, ../scss/_werbebanner.scss */
#werbebanner1 {
  -moz-transform: rotate(22);
  -ms-transform: rotate(22);
  -webkit-transform: rotate(22);
  transform: rotate(22);
}
/* line 22, ../scss/_werbebanner.scss */
#werbebanner1:hover {
  left: 0;
  top: 0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 29, ../scss/_werbebanner.scss */
#werbebanner2 {
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  -o-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
/* line 40, ../scss/_werbebanner.scss */
#werbebanner2:hover {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 51, ../scss/_werbebanner.scss */
#werbebanner3 {
  padding: 15px;
  background-color: #C30824;
  border: 0px;
  box-shadow: 0 0 15px #C30824;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/* line 61, ../scss/_werbebanner.scss */
#werbebanner3:hover {
  right: 0;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/* line 69, ../scss/_werbebanner.scss */
#werbebanner3 img {
  width: 200px;
  height: auto;
}

/*** LINKS / BANNER inline ***/
/* line 77, ../scss/_werbebanner.scss */
a.inlineLink {
  display: inline-block;
}
/* line 80, ../scss/_werbebanner.scss */
a.inlineLink img {
  box-shadow: 0 0 15px black;
}

/* line 85, ../scss/_werbebanner.scss */
#valentinLink img {
  width: 200px;
  padding: 15px;
  background-color: #C30824;
  border: 0px;
  box-shadow: 0 0 15px #C30824;
  height: 200px;
  border-radius: 20%;
  /* box-sizing: border-box; */
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/* line 99, ../scss/_werbebanner.scss */
#valentinLink img:hover {
  border-radius: 0%;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 109, ../scss/_werbebanner.scss */
#osternLink img {
  width: 300px;
  background-color: #3DA9DE;
  border: 0px solid black;
  height: 300px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 122, ../scss/_werbebanner.scss */
#abiLink img {
  width: 300px;
  background-color: #3DA9DE;
  border: 0px solid black;
  height: 300px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  box-shadow: 0 0 15px black;
  width: 200px;
  height: 200px;
  border-radius: 30px;
}

/* line 139, ../scss/_werbebanner.scss */
#osternLink img:hover, #abiLink img:hover {
  box-shadow: 0 0 45px black;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, -5px) perspective(500px);
  -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, -5px) perspective(500px);
  -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, -5px) perspective(500px);
  -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, -5px) perspective(500px);
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, -5px) perspective(500px);
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 153, ../scss/_werbebanner.scss */
#osternLink img:active, #abiLink img:active {
  box-shadow: 0 0 0px #eee;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 167, ../scss/_werbebanner.scss */
#osternLink img:focus, #abiLink img:focus {
  border-radius: 0px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 176, ../scss/_werbebanner.scss */
#popupQR {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1000;
}
/* line 179, ../scss/_werbebanner.scss */
#popupQR div {
  height: 100%;
  width: 600px;
  margin: 15px auto;
  position: relative;
}
/* line 181, ../scss/_werbebanner.scss */
#popupQR div button {
  padding: 10px 17px 12px 17px;
  border-radius: 50%;
  background-color: white;
  line-height: 20px;
  position: absolute;
  right: -33px;
  top: 0px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 10001;
  border: 0px solid grey;
}
/* line 195, ../scss/_werbebanner.scss */
#popupQR div img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 204, ../scss/_werbebanner.scss */
  #werbebanner1, #werbebanner2, #werbebanner3 {
    display: none !important;
  }
}
/* ############## WEIHNACHTSKARTEN-BILDER-BOX ############## */
/* #popup3 h2, #popup3 h3, #popup3 p, #popup3 small{} */
/* line 5, ../scss/_weihnachtskarten.scss */
.popupDiv h2, .popupDiv h3, .popupDiv p, .popupDiv small {
  text-align: left;
}
/* line 8, ../scss/_weihnachtskarten.scss */
.popupDiv h2 {
  font-size: 2rem;
  float: left;
  margin-bottom: 0px;
  color: #8cc63f;
}
/* line 14, ../scss/_weihnachtskarten.scss */
.popupDiv span.tel {
  color: #8cc63f;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 19, ../scss/_weihnachtskarten.scss */
.popupDiv h3 {
  font-size: 1.8rem;
  float: left;
  margin-bottom: 0px;
}
/* line 24, ../scss/_weihnachtskarten.scss */
.popupDiv p {
  float: left;
  width: 560px;
  margin: 0;
}
/* line 29, ../scss/_weihnachtskarten.scss */
.popupDiv center img {
  border: 0px;
}
/* line 32, ../scss/_weihnachtskarten.scss */
.popupDiv div p {
  text-align: center;
  width: 100%;
}

/* line 39, ../scss/_weihnachtskarten.scss */
.containerTextImg {
  width: 1000px;
  height: 400px;
  background-color: white;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0 0 10px #8cc63f;
}

/* line 48, ../scss/_weihnachtskarten.scss */
.imgScrollContainer {
  height: 400px;
  width: 417px;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 30px;
  position: relativ;
  border: 1px solid white;
  background-color: white;
  float: left;
}

/* line 61, ../scss/_weihnachtskarten.scss */
.imgKarte {
  height: 400px;
  width: 400px;
  display: inline;
  float: left;
}

/* line 68, ../scss/_weihnachtskarten.scss */
#weihnachtskartenLink {
  border: 2px solid #8cc63f;
  padding: 5px 15px;
  border-radius: 17px;
  text-decoration: none !important;
}
/* line 73, ../scss/_weihnachtskarten.scss */
#weihnachtskartenLink:hover {
  background-color: #8cc63f;
  color: white;
  text-decoration: none;
}

/* ============== POPUP ================== */
/* line 3, ../scss/_popup.scss */
div.popupDiv {
  height: 100%;
  width: 100%;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 11, ../scss/_popup.scss */
div.popupDiv:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* verdunkeln des Hintergrunds */
}

/* line 17, ../scss/_popup.scss */
#popup1, #popup2, #popup4 {
  height: 100%;
  width: 100%;
  z-index: 1001;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 25, ../scss/_popup.scss */
#popup1:hover, #popup2:hover, #popup4:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* verdunkeln des Hintergrunds */
}

/* line 30, ../scss/_popup.scss */
.popupClose {
  z-index: 1003;
  position: fixed;
  top: 10px;
  right: 10px;
}

/* line 37, ../scss/_popup.scss */
.popupCloseImg {
  border-radius: 50%;
  z-index: 1000;
}
/* line 40, ../scss/_popup.scss */
.popupCloseImg:hover {
  background-color: white;
}

/* line 45, ../scss/_popup.scss */
.popupbild {
  height: 500px;
  width: auto;
  z-index: 1001;
  position: relative;
  top: 110px;
}

/* line 53, ../scss/_popup.scss */
.popuplink {
  z-index: 1001;
  position: relative;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 1.5rem;
}
/* line 60, ../scss/_popup.scss */
.popuplink:hover {
  color: white;
}

/* line 65, ../scss/_popup.scss */
.popupSmall {
  color: white;
}

/* line 69, ../scss/_popup.scss */
#osternHg, #osternAnhaenger, #osternHerz, #osternKissen, #osternPuzz, #osternInfo {
  position: absolute;
  border-radius: 30px;
  width: auto;
}

/* line 75, ../scss/_popup.scss */
#osternHg {
  z-index: 1001;
}

/* line 79, ../scss/_popup.scss */
#osternAnhaenger, #osternHerz, #osternKissen, #osternPuzz, #osternInfo {
  z-index: 1002;
  border: 2px solid rgba(36, 152, 212, 0);
}

/* line 84, ../scss/_popup.scss */
#osternAnhaenger:hover, #osternHerz:hover, #osternKissen:hover, #osternPuzz:hover, #osternInfo:hover {
  cursor: pointer;
  background-color: white;
}

/* line 98, ../scss/_popup.scss */
.active {
  background-color: white !important;
  z-index: 100005 !important;
  border: 2px solid white !important;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 108, ../scss/_popup.scss */
  .popupDiv .popupbild {
    width: 100%;
    height: auto;
    overflow: auto;
  }
}
/* TOP LINKS BAR */
/* line 3, ../scss/_topLinks_bar.scss */
#topLinksBar {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  margin: 0 !important;
  text-align: center;
  border-bottom: 1px solid #bbb;
  z-index: 50;
}
/* line 16, ../scss/_topLinks_bar.scss */
#topLinksBar button {
  line-height: 35px;
  font-size: 1.5rem;
  width: 25%;
  height: auto;
  display: inline-block;
  margin: 0 -1px;
  color: #858585;
  text-decoration: none;
  cursor: pointer;
}
/* line 26, ../scss/_topLinks_bar.scss *//* ********************Buttons erden gruen wenn fesnetr kleiner als 800px****** */
#topLinksBar button:hover {
  color: #8cc63f;
  font-weight: 400 !important;
  background-color: #8DCB41 !important;
}

/*** rechte Seite ***/
/* line 35, ../scss/_topLinks_bar.scss */
#openRight {
  border: 0px none;
  font-family: "Source Sans Pro",Helvetica,Verdana,arial,sans-serif;
  background-color: white;
}
/* line 39, ../scss/_topLinks_bar.scss */
#openRight:hover {
  cursor: pointer;
  background-color: #8DCB41!important;
  right: -60px;
}

/* line 46, ../scss/_topLinks_bar.scss */
#rightSchl {
  padding: 3px 10px 5px 10px;
  color: #8cc63f;
  font-size: 1.5rem;
  background-color: transparent;
  border: 2px solid #8cc63f;
  border-radius: 15px;
}
/* line 53, ../scss/_topLinks_bar.scss */
#rightSchl:hover {
  cursor: pointer;
}
/* line 56, ../scss/_topLinks_bar.scss */
#rightSchl:active {
  padding: 3px 10px 5px 12px;
}

/* line 61, ../scss/_topLinks_bar.scss */
#right {
  position: fixed;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 100%;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: block;
  z-index: 10000000;
  color: #FFF !important;
  font-size: 2rem;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  overflow-y: auto;
  padding: 45px 0;
}
/* line 78, ../scss/_topLinks_bar.scss */
#right.open {
  left: 0;
}
/* line 81, ../scss/_topLinks_bar.scss */
#right h3 {
  background: transparent none repeat scroll 0% 0%;
  color: #8cc63f;
  font-size: 4rem !important;
  line-height: 60px;
  font-weight: 100;
  margin: 15px 0px;
}
/* line 89, ../scss/_topLinks_bar.scss */
#right p {
  color: #fff;
  margin: 5px 0 0;
  padding: 0;
  line-height: 30px;
}
/* line 95, ../scss/_topLinks_bar.scss */
#right ul {
  padding: 0;
  margin: 15px;
}
/* line 98, ../scss/_topLinks_bar.scss */
#right ul li {
  list-style-type: none;
  margin: 0;
}
/* line 101, ../scss/_topLinks_bar.scss */
#right ul li a {
  color: #8cc63f;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  font-size: 2rem;
}
/* line 109, ../scss/_topLinks_bar.scss */
#right ul li a:hover {
  font-weight: 900;
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 120, ../scss/_topLinks_bar.scss */
  #topLinksBar .kontakt {
    line-height: 0.8em;
  }
}
@media screen and (min-width: 1100px) {
  /* line 125, ../scss/_topLinks_bar.scss */
  #topLinksBar {
    display: block !important;
    background-color: transparent;
    border: 0;
    padding: 5px;
  }
  /* line 131, ../scss/_topLinks_bar.scss */
  #topLinksBar button {
    background-color: #8cc63f !important;
    border: 0;
    max-width: 110px;
    min-height: 50px;
    border-radius: 3px;
    box-shadow: 0 0 5px #999;
    color: white !important;
  }
  /* line 138, ../scss/_topLinks_bar.scss */
  #topLinksBar button:hover {
    color: #8cc63f !important;
    background-color: white !important;
    font-weight: 400 !important;
  }
  /* line 143, ../scss/_topLinks_bar.scss */
  #topLinksBar button.kontakt {
    line-height: 110% !important;
  }
  /* line 146, ../scss/_topLinks_bar.scss */
  #topLinksBar button.tel, #topLinksBar button.mail {
    float: left;
    margin-right: 5px !important;
  }
  /* line 150, ../scss/_topLinks_bar.scss */
  #topLinksBar button.last, #topLinksBar button.kontakt {
    float: right;
    margin-left: 5px !important;
  }
  /* line 155, ../scss/_topLinks_bar.scss */
  #topLinksBar button.topLinks {
    background-color: transparent;
    border: 0;
  }
}
/* line 2, ../scss/_header.scss */
#header {
  height: auto;
  /* background:url(../el/mainhg2.gif) repeat-y center center; */
}
/* line 5, ../scss/_header.scss */
#header .container {
  height: auto;
  width: 100%;
  border: none !important;
  text-align: center !important;
  display: inline-block;
  padding-top: 0px;
}
/* line 13, ../scss/_header.scss */
#header .container #svgLogoWrap {
  margin: -112px auto 22px;
  height: 215px;
}
/* line 17, ../scss/_header.scss */
#header #logo {
  position: relative;
  width: 223px;
  height: 74px;
  z-index: 6;
  margin: 30px auto 30px;
  display: block;
}
/* line 24, ../scss/_header.scss */
#header #logo img {
  border: none;
}
/* line 28, ../scss/_header.scss */
#header #navi {
  list-style-type: none;
  margin: 0px auto;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 5px 0 0 0 !important;
  display: block;
}
/* line 40, ../scss/_header.scss */
#header #navi li {
  text-transform: uppercase;
  height: 40px;
  margin: -2px -1.5px 0px -1.5px;
  display: inline-block;
}
/* line 44, ../scss/_header.scss */
#header #navi li a {
  color: #858585;
  text-decoration: none;
  text-align: center;
  padding: 0px 13px;
  line-height: 40px;
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
}
/* line 53, ../scss/_header.scss */
#header #navi li a:hover {
  color: black;
  background-color: white;
}
/* line 58, ../scss/_header.scss */
#header #navi li.sel {
  background-color: white;
}
/* line 60, ../scss/_header.scss */
#header #navi li.sel a {
  color: #333;
}
/* line 62, ../scss/_header.scss */
#header #navi li.sel a:hover {
  text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 73, ../scss/_header.scss */
  #header #navi li.sel a {
    color: #000;
    box-shadow: 0 4px 0 #bbb;
  }
  /* line 74, ../scss/_header.scss */
  #header #navi li a {
    padding: 0px 10px;
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 80, ../scss/_header.scss */
  #header #navi {
    padding: 0px !important;
    display: block;
    height: auto;
    position: relative;
    margin: 0;
    border-left: 3px solid black;
    background-image: inherit;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    margin-left: -1px;
    width: 100.2%;
  }
  /* line 92, ../scss/_header.scss */
  #header #navi li {
    display: block;
  }
  /* line 94, ../scss/_header.scss */
  #header #navi li.sel {
    background-color: #8cc63f;
    border-right: 3px solid black;
    border-left: 3px solid black;
  }
  /* line 98, ../scss/_header.scss */
  #header #navi li.sel a {
    color: #fff;
    box-shadow: 0 0 0 black;
  }
  /* line 101, ../scss/_header.scss */
  #header #navi li.sel a:hover {
    color: #fff;
    background-color: #8cc63f;
    box-shadow: 0 0px 0 grey;
  }
  /* line 108, ../scss/_header.scss */
  #header #navi li a {
    display: block;
    padding: 0;
    font-size: 1.6rem;
  }
  /* line 112, ../scss/_header.scss */
  #header #navi li a:hover {
    color: #000;
    background-color: #FFEB00;
  }
  /* line 119, ../scss/_header.scss */
  #header .container {
    height: auto;
    position: relative;
    margin: 0;
  }
}
/* line 26, ../scss/_main.scss */
#main {
  width: 1050px;
  margin: 40px auto 10px;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  background-color: white;
  /*						background: rgba(255,255,255,1.0) url(../el/footer.jpg) center bottom no-repeat scroll !important; */
  /* 		background-image: url(../el/dc_logo_hg.png), url(../el/footer.jpg);
  		background-position: center center, center bottom;
  		background-repeat: repeat, no-repeat;
  		background-attachment: fixed, scroll;
  		background-size: 100px!important, 100% 25px!important;  */
  /* background-size: 100% 25px!important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  	 -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/

      /* DC-KEMPF alte Rundungen */
  /*-webkit-border-top-left-radius: 50% 4em !important;
  -moz-border-top-left-radius: 50% 4em !important;
  border-top-left-radius: 50% 4em !important;
  -webkit-border-top-right-radius: 50% 4em !important;
  -moz-border-top-right-radius: 50% 4em !important;
  border-top-right-radius: 50% 4em !important;
  -webkit-border-bottom-left-radius: 50% 2em !important;
  -moz-border-bottom-left-radius: 50% 2em !important;
  border-bottom-left-radius: 50% 2em !important;
  -webkit-border-bottom-right-radius: 50% 2em !important;
  -moz-border-bottom-right-radius: 50% 2em !important;
  border-bottom-right-radius: 50% 2em !important;*/
}
/* line 57, ../scss/_main.scss */
#main #header, #main > div.container, #main #footer {
  width: 100%;
}
/* line 60, ../scss/_main.scss */
#main #header, #main > div.container {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 67, ../scss/_main.scss */
  #main {
    width: 650px;
  }
}
@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 70, ../scss/_main.scss */
  #main {
    width: 100%;
    margin-top: 38px!important;
    margin: 38px auto 10px;
  }
}
@media screen and (min-width: 650px) and (max-width: 1199px) {
  /* line 70, ../scss/_main.scss */
  #main {
    margin-top: 38px!important;
  }
}
/*** SUBNAVI ****/
/* line 4, ../scss/_subnavi.scss */
#subnavi {
  width: 182px;
  float: left;
  margin-right: -127px;
  padding: 15px;
  z-index: 100;
  background-color: #fff;
  border-right: 2px solid #a7e654;
}
/* line 12, ../scss/_subnavi.scss */
#subnavi ul {
  margin: 0 -15px 0 -15px;
  padding: 0;
  list-style-type: none;
}
/* line 16, ../scss/_subnavi.scss */
#subnavi ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
/* line 21, ../scss/_subnavi.scss */
#subnavi ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #b5b5b5;
  padding: 5px 15px;
  border: 2px solid transparent;
}
/* line 27, ../scss/_subnavi.scss */
#subnavi ul li a:hover {
  color: grey;
  background-color: #ddd;
}
/* line 32, ../scss/_subnavi.scss */
#subnavi ul li.sel a {
  color: black;
  background-color: #fff;
  border-top: 2px solid #a7e654;
  border-bottom: 2px solid #a7e654;
  border-left: 2px solid #a7e654;
  border-right: 2px solid #fff;
  margin-right: -3px;
}
/* line 35, ../scss/_subnavi.scss */
#subnavi ul li.sel a:hover {
  text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 44, ../scss/_subnavi.scss */
  #subnavi {
    margin: 0px 0 30px 0;
    width: 90%;
    padding: 0 15px;
    margin-left: 5%;
    border: 0;
  }
  /* line 50, ../scss/_subnavi.scss */
  #subnavi #liTop {
    display: none;
  }
  /* line 53, ../scss/_subnavi.scss */
  #subnavi ul li a {
    text-align: center;
    padding: 10px 15px;
    font-size: 1.4rem;
    color: grey;
  }
}
@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 63, ../scss/_subnavi.scss */
  #subnavi {
    background-color: #8cc63f;
    color: white;
    margin: 0 0 15px 5%;
    width: 90%;
    border-width: 0px 3px 3px 3px !important;
    border-color: black;
    border-style: solid;
    padding: 0 15px;
  }
  /* line 72, ../scss/_subnavi.scss */
  #subnavi #liTop {
    display: none;
  }
  /* line 76, ../scss/_subnavi.scss */
  #subnavi ul li.sel a {
    color: grey;
    background-color: white;
    border-left: 3px solid black;
    border-right: 3px solid black;
  }
  /* line 81, ../scss/_subnavi.scss */
  #subnavi ul li.sel a:hover {
    background-color: #FFF;
    color: grey;
  }
  /* line 86, ../scss/_subnavi.scss */
  #subnavi ul li a {
    color: white;
    font-size: 1.1rem;
  }
  /* line 89, ../scss/_subnavi.scss */
  #subnavi ul li a:hover {
    background-color: #FFEB00;
  }
}
/* line 1, ../scss/_liTop.scss */
#liTop {
  margin-bottom: 15px !important;
  font-weight: bold;
}

/* line 1, ../scss/_content.scss */
p.center {
  text-align: center;
  display: block;
}

/* line 2, ../scss/_content.scss */
img.val {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* line 3, ../scss/_content.scss */
div.center {
  text-align: center;
  display: block;
}

/* line 5, ../scss/_content.scss */
#content {
  width: 100%;
  padding: 15px 180px 0 0;
  margin: 0 0 0 180px;
  float: initial;
  color: #858585;
  line-height: 20px;
  font-size: 1.3rem;
  text-align: left;
}
/* line 14, ../scss/_content.scss */
#content.allein {
  width: 100%;
  float: left;
  padding: 30px 30px 0 30px;
  margin: 0 0 15px 0px;
  color: #858585;
  line-height: 20px;
  font-size: 1.3rem;
  text-align: justify;
}
/* line 25, ../scss/_content.scss */
#content.allein #startseite p {
  margin: 0 0 0.8em 0;
}
/* line 28, ../scss/_content.scss */
#content.allein #startseite .startbanner {
  /*min-height: 43px;*/
  margin: 0 -30px 30px -30px !important;
  background-color: #8cc63f;
  text-align: center;
  color: white;
  line-height: 1.2;
}
@media all and (max-width: 920px) {
  /* line 28, ../scss/_content.scss */
  #content.allein #startseite .startbanner {
    margin: 0 0px 30px 0px !important;
  }
}
/* line 37, ../scss/_content.scss */
#content.allein #startseite .startbanner#oeffnungszeiten div {
  height: inherit !important;
}
/* line 42, ../scss/_content.scss */
#content.allein #startseite .startbanner h3 {
  padding: 10px 30px !important;
  font-size: 2rem;
}
/* line 45, ../scss/_content.scss */
#content.allein #startseite .startbanner h3 a {
  color: white !important;
  text-decoration: underline !important;
}
/* line 51, ../scss/_content.scss */
#content.allein #startseite #oeff div table tbody tr td {
  color: white;
  font-size: 2rem;
}
/* line 55, ../scss/_content.scss */
#content h2 {
  margin: 5px 5px 0 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #8cc63f;
  padding: 0 0 20px 0;
}
/* line 63, ../scss/_content.scss */
#content h3 {
  margin: 0px 0 5px 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
/* line 71, ../scss/_content.scss */
#content p {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.3rem;
}
/* line 74, ../scss/_content.scss */
#content p.textreihen_3 {
  /*-webkit-column-count: 2;
  -webkit-column-gap: 2em;
  -webkit-column-rule: 0px solid grey;
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -moz-column-rule: 0px solid grey;
  column-count: 2;
  column-gap: 2em;
  column-rule: 0px solid grey;*/
  margin: 0 auto!important;
  max-width: 800px;
}
/* line 86, ../scss/_content.scss */
#content.allein p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
/* line 90, ../scss/_content.scss */
#content.allein p.mitte {
  text-align: center;
}
/* line 95, ../scss/_content.scss */
#content ul {
  margin-left: 0;
  padding-left: 1px;
}
/* line 98, ../scss/_content.scss */
#content ul li {
  background-image: url(../el/arrow.gif);
  background-position: left 10px;
  background-repeat: no-repeat;
  list-style-type: none;
  margin-left: 30px;
  padding-left: 15px;
}
/* line 107, ../scss/_content.scss */
#content a {
  color: #8cc63f;
  text-decoration: none;
}
/* line 110, ../scss/_content.scss */
#content a:hover {
  text-decoration: underline;
}

/* line 116, ../scss/_content.scss */
#contentwall {
  border-left: 2px solid #a7e654;
  padding: 0 15px 0 15px;
}

/* line 121, ../scss/_content.scss */
#download a {
  background-image: url(../el/PDF.png);
  background-position: -1px top;
  background-repeat: no-repeat;
  border: 1px solid #DC003A;
  color: #858585;
  display: block;
  margin: 0 85px 15px 0;
  min-height: 33px;
  padding: 0 0 0 55px;
  background-color: white;
}
/* line 132, ../scss/_content.scss */
#download a:hover {
  background-color: #DC003A;
  text-decoration: none;
  color: white;
}
/* line 137, ../scss/_content.scss */
#download a strong, #download a small {
  padding-left: 10px;
}

/**************************** INDEX.php ***************************/
/* line 143, ../scss/_content.scss */
#DCrechts {
  font-style: italic;
  text-align: center;
  font-size: 2rem;
}

/* line 148, ../scss/_content.scss */
#oeffnungszeiten {
  text-align: center;
  margin: 0 -30px;
}
/* line 152, ../scss/_content.scss */
#oeffnungszeiten.green {
  background-color: green !important;
}
/* line 153, ../scss/_content.scss */
#oeffnungszeiten.red {
  background-color: red !important;
}
/* line 154, ../scss/_content.scss */
#oeffnungszeiten div {
  width: auto;
  height: 100%;
  display: inline-block !important;
  background-color: transparent;
  margin: 1px 0;
}
/* line 161, ../scss/_content.scss */
#oeffnungszeiten div div {
  padding: 10px 10px;
  font-size: 2rem;
}
/* line 165, ../scss/_content.scss */
#oeffnungszeiten div div.timeOpen {
  color: white;
}
/* line 166, ../scss/_content.scss */
#oeffnungszeiten div div.timeClosed {
  color: white;
}

/* line 170, ../scss/_content.scss */
#druckdatenInfo {
  margin: 0 -30px;
  background-color: #8cc63f;
  text-align: center;
}
/* line 175, ../scss/_content.scss */
#druckdatenInfo h3 {
  padding: 5px 10px;
  color: white;
  display: inline-block;
  background-color: transparent;
  margin: 1px 0;
  font-size: 2rem;
}
/* line 182, ../scss/_content.scss */
#druckdatenInfo h3 a {
  color: white !important;
  text-decoration: underline !important;
}

/**************************** ANGEBOTE index.php ***************************/
/* line 190, ../scss/_content.scss */
.angebote {
  display: block;
  width: 100%;
}
/* line 194, ../scss/_content.scss */
.angebote img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
/* line 199, ../scss/_content.scss */
.angebote a {
  width: 100%;
  display: inline-block;
}
/* line 202, ../scss/_content.scss */
.angebote a:hover > img {
  box-shadow: 0px 0px 30px #8cc63f;
}
/* line 203, ../scss/_content.scss */
.angebote a.halb {
  width: 49%;
}
/* line 205, ../scss/_content.scss */
.angebote a.halb img {
  max-width: 300px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 214, ../scss/_content.scss */
.angebote a img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* line 223, ../scss/_content.scss */
.img left {
  margin-right: 100px;
}

/* line 224, ../scss/_content.scss */
#startVcardB, #startQrB {
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid;
  border-color: #adb1b8 #a2a6ac #8d9096;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  background: #e7e9ec;
  border-radius: 3px;
  line-height: 0;
  cursor: pointer;
  height: auto;
}

/* line 238, ../scss/_content.scss */
#a_tag_vcard {
  position: fixed;
  top: -100px;
  left: 0;
}

/* line 243, ../scss/_content.scss */
#popupQR {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1000;
}
/* line 250, ../scss/_content.scss */
#popupQR div {
  height: 100%;
  width: 600px;
  margin: 15px auto;
  position: relative;
}
/* line 256, ../scss/_content.scss */
#popupQR div button {
  padding: 10px 17px 12px 17px;
  border-radius: 50%;
  background-color: white;
  line-height: 20px;
  position: absolute;
  right: -33px;
  top: 0px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 10001;
  border: 0px solid grey;
}
/* line 270, ../scss/_content.scss */
#popupQR div img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

/* line 277, ../scss/_content.scss */
.kontakteButton {
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid;
  border-color: #adb1b8 #a2a6ac #8d9096;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  background: #e7e9ec;
  border-radius: 3px;
  line-height: 0;
  cursor: pointer;
  height: auto;
}

/* line 291, ../scss/_content.scss */
#gooma {
  position: fixed;
  top: -100px;
  left: 0;
}

/* line 292, ../scss/_content.scss */
#binma {
  position: fixed;
  top: -100px;
  left: 0;
}

/* line 294, ../scss/_content.scss */
.map-wrap {
  position: relative;
}
/* line 296, ../scss/_content.scss */
.map-wrap .overlay {
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0;
}
/* line 300, ../scss/_content.scss */
.map-wrap iframe.map {
  width: 104.2% !important;
  height: 500px !important;
  display: block;
  margin: 0px 0px 0px -15px;
}

/* line 309, ../scss/_content.scss */
.inlineImg {
  height: 178px;
  width: 250px;
  text-align: right;
  margin: 10px;
}

/* line 318, ../scss/_content.scss */
#leistungen_table tr > td {
  width: 60%;
}


#leistungen_table {
  display: block;
  box-sizing: border-box;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
#leistungen_table span{
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  line-height: 1.8;
  box-shadow: 0 0 10px #eee;
  background-color: #8fc743;
  color: white;
}

/* line 324, ../scss/_content.scss */
.druckdaten #rechnerlink_div {
  padding: 15px;
  background-color: #FFEB00;
  border-radius: 5px;
}
/* line 330, ../scss/_content.scss */
.druckdaten #rechnerlink_div p a {
  background-image: url("../service/druckcenter_rechner_button.png");
  cursor: pointer;
  text-decoration: none;
  width: 150px;
  height: 150px;
  display: block;
  margin: 15px auto;
  background-size: 100% auto;
}
/* line 343, ../scss/_content.scss */
.druckdaten h3#druckdaten_h3 b {
  padding: 2px 5px;
  background-color: #8cc63f;
  color: white;
}
/* line 349, ../scss/_content.scss */
.druckdaten table, .druckdaten td, .druckdaten th {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  border-collapse: collapse;
  margin: 30px;
}
/* line 357, ../scss/_content.scss */
.druckdaten ul li b {
  padding: 2px 5px;
  background-color: #8cc63f;
  color: white;
}

/* line 369, ../scss/_content.scss */
.druckrechner p .greenfont {
  color: #00CE00;
}
/* line 372, ../scss/_content.scss */
.druckrechner .rechnererg table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
/* line 377, ../scss/_content.scss */
.druckrechner .rechnererg table tr td {
  width: 33.33%;
  height: 33.33%;
}
/* line 380, ../scss/_content.scss */
.druckrechner .rechnererg table tr td#ergSvBildAuflX, .druckrechner .rechnererg table tr td#ergSvBildX {
  color: white;
  text-align: center;
  vertical-align: top;
}
/* line 384, ../scss/_content.scss */
.druckrechner .rechnererg table tr td#ergSvBildAuflY, .druckrechner .rechnererg table tr td#ergSvBildY {
  color: white;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 395, ../scss/_content.scss */
  #content {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }
  /* line 400, ../scss/_content.scss */
  #content.allein {
    width: 100%;
  }

  /* line 402, ../scss/_content.scss */
  #contentwall {
    padding: 0 15px;
    border: 0;
  }

  /* line 408, ../scss/_content.scss */
  .navB {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 413, ../scss/_content.scss */
  #content {
    text-align: left !important;
    padding: 15px 0 0 0;
  }
  /* line 417, ../scss/_content.scss */
  #content h2 {
    line-height: 1em;
  }
  /* line 420, ../scss/_content.scss */
  #content p {
    line-height: 1.1em;
  }
  /* line 423, ../scss/_content.scss */
  #content.allein {
    padding: 15px 15px 0 15px !important;
  }

  /* line 427, ../scss/_content.scss */
  #contentwall {
    padding: 0 15px !important;
  }

  /* line 430, ../scss/_content.scss */
  #content p.textreihen_3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/*** Formular -> Preisanfrage + Kontaktformular ***/
/* line 4, ../scss/_formular.scss */
p.error strong {
  color: red;
  font-size: 2rem;
}

/* line 9, ../scss/_formular.scss */
span.pflichtfeld {
  background-color: rgba(0, 148, 220, 0.1);
  color: #78ad32;
}

/****** FOOTER ******/
/* line 3, ../scss/_footer.scss */
#footer {
  width: 100%;
  background-color: #eee;
  padding: 13px 0 0 0;
  margin: 30px 0 2px 0;
  font-size: 1.5rem;
  -webkit-border-bottom-left-radius: 50% 2em !important;
  -moz-border-bottom-left-radius: 50% 2em !important;
  border-bottom-left-radius: 50% 2em !important;
  -webkit-border-bottom-right-radius: 50% 2em !important;
  -moz-border-bottom-right-radius: 50% 2em !important;
  border-bottom-right-radius: 50% 2em !important;
  background-color: #fff;
  background-image: url("../el/navigation_hoch.png");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: 0px 0px;
  transition: all 0.2s ease 0s;
}
/* line 22, ../scss/_footer.scss */
#footer p {
  text-align: center;
  color: #858585;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  margin: -10px 0 10px 0 !important;
}
/* line 29, ../scss/_footer.scss */
#footer p:first-child {
  height: 40px;
}
/* line 32, ../scss/_footer.scss */
#footer p a {
  height: 100% !important;
  border: 0;
  margin: 0 !important;
  display: inline-block;
  padding: 0 10px;
  border-radius: 0px !important;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #bbb;
  font-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-attachment: scroll;
  background-size: 25px;
  border-bottom: 2px solid transparent;
}
/* line 49, ../scss/_footer.scss */
#footer p a:hover {
  text-decoration: none;
  color: black;
  box-shadow: 0 -3px 0 grey;
  background-color: #fafafa;
}
/* line 56, ../scss/_footer.scss */
#footer p span {
  margin: 0 15px;
  color: grey;
}

/*#footer address {			text-align: center; color:#858585;}*/
@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 66, ../scss/_footer.scss */
  #footer {
    height: inherit;
  }
  /* line 68, ../scss/_footer.scss */
  #footer p {
    display: inline;
    padding: 0px;
  }
  /* line 71, ../scss/_footer.scss */
  #footer p a {
    display: block;
    width: 70%;
    text-align: left;
    margin: 3px auto !important;
    background-color: white;
  }
  /* line 77, ../scss/_footer.scss */
  #footer p a:hover {
    box-shadow: 0 3px 0 grey;
  }
  /* line 81, ../scss/_footer.scss */
  #footer p span {
    display: block;
    position: relative;
    margin: 3px auto !important;
  }
}
/* line 91, ../scss/_footer.scss */
#telLink {
  background-image: url(../el/telefon.svg);
  padding: 0 10px 0 45px !important;
  text-align: left !important;
}

/* line 97, ../scss/_footer.scss */
#mailLink {
  background-image: url(../el/mail.svg);
  padding: 0 10px 0 45px !important;
  text-align: left !important;
}

/* line 103, ../scss/_footer.scss */
#vcardLink {
  background-image: url(../el/kontakt.svg);
  padding: 0 10px 0 45px !important;
  text-align: left !important;
}

/* line 109, ../scss/_footer.scss */
#telLink:hover {
  background-image: url(../el/telefon_aktiv.svg);
}

/* line 113, ../scss/_footer.scss */
#mailLink:hover {
  background-image: url(../el/mail_aktiv.svg);
}

/* line 117, ../scss/_footer.scss */
#vcardLink:hover {
  background-image: url(../el/kontakt_aktiv.svg);
}

/* line 121, ../scss/_footer.scss */
#fixed_logo {
  height: 35px;
  width: auto;
  float: left;
  display: none;
  position: absolute;
  top: 2px;
  left: 0px;
  padding: 7px 7px 0px 37px;
  background-image: url(http://shop.dievielseitigste.de/media/favicon/default/favicon_128dc_neu_lesbar.png);
  background-size: auto 25px;
  background-position: 6px 5px;
  background-repeat: no-repeat;
}

/* line 2, ../scss/_clear.scss */
.clearer::after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 12, ../scss/_clear.scss */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/****** TO-TOP-BUTTON ******/
/* line 2, ../scss/_toTop.scss */
#toTopB {
  position: fixed;
  top: 0px;
  right: -60px;
  color: transparent;
  height: 50px;
  width: 50px;
  border: 0px none;
  z-index: 1000;
  background-color: rgba(187, 187, 187, 0.7);
  border-radius: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* line 17, ../scss/_toTop.scss */
#toTopB::before {
  content: ".";
  color: transparent;
  position: absolute;
  width: 0px;
  height: 0px;
  left: 10px;
  bottom: 11px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #FFF;
}
/* line 29, ../scss/_toTop.scss */
#toTopB:focus {
  outline: none;
}
/* line 32, ../scss/_toTop.scss */
#toTopB.aktiv {
  right: 0px;
}
/* line 35, ../scss/_toTop.scss */
#toTopB:hover {
  background-color: #8cc63f;
  border-radius: 0px;
  cursor: pointer;
}

/****** Element f├╝r Regenbogen ├╝ber Nav + Nav-Button bei kleinen Bildschirmen ******/
/* line 3, ../scss/_nav.scss */
#navTopPic {
  width: 100%;
  height: 37px;
  display: none;
  position: relative;
  background-color: #ddd;
  background-image: url(../el/navigation_hoch.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px -33px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* line 17, ../scss/_nav.scss */
#navTopPic:hover {
  cursor: pointer;
}
/* line 20, ../scss/_nav.scss */
#navTopPic::before, #navTopPic::after {
  content: "";
  position: absolute;
  width: 22.5px;
  height: 3px;
  left: 9px;
  background-color: white;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* line 32, ../scss/_nav.scss */
#navTopPic::before {
  top: 32%;
}
/* line 35, ../scss/_nav.scss */
#navTopPic::after {
  top: 64%;
}
/* line 38, ../scss/_nav.scss */
#navTopPic.aktiv {
  background-position: 0px 0px;
}
/* line 40, ../scss/_nav.scss */
#navTopPic.aktiv::before {
  /*
                              top: 46%;
                              -webkit-animation: animationNavtoppicBevore 0.4s ease 0s alternate;  Chrome, Safari, Opera
                              animation: animationNavtoppicBevore 0.4s ease 0s alternate;
  */
  -webkit-animation-name: animationNavtoppicBevore;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-name: animationNavtoppicBevore;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 46%;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 71, ../scss/_nav.scss */
#navTopPic.aktiv::after {
  /*
                              top: 46%;
                              -webkit-animation: animationNavtoppicAfter 0.4s ease 0s alternate;  Chrome, Safari, Opera
                              animation: animationNavtoppicAfter 0.4s ease 0s alternate;
  */
  -webkit-animation-name: animationNavtoppicAfter;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-name: animationNavtoppicAfter;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 46%;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 103, ../scss/_nav.scss */
  #navTopPic {
    display: block;
  }
  /* line 105, ../scss/_nav.scss */
  #navTopPic.aktiv {
    display: block;
  }

  /* line 109, ../scss/_nav.scss */
  #navi.menuDown, #subnavi.menuDown {
    display: none !important;
  }

  /* line 110, ../scss/_nav.scss */
  #navi.toggleMenu, #subnavi.toggleMenu {
    display: block !important;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animationNavtoppicBevore {
  0% {
    -webkit-transform: rotate(0deg);
    top: 32%;
    left: 9px;
  }
  50% {
    -webkit-transform: rotate(90deg);
    top: 50%;
    left: 14px;
  }
  100% {
    -webkit-transform: rotate(135deg);
    top: 46%;
    left: 9px;
  }
}
/* Standard syntax */
@keyframes animationNavtoppicBevore {
  0% {
    transform: rotate(0deg);
    top: 32%;
    left: 9px;
  }
  50% {
    transform: rotate(90deg);
    top: 50%;
    left: 14px;
  }
  100% {
    transform: rotate(135deg);
    top: 46%;
    left: 9px;
  }
}
@-webkit-keyframes animationNavtoppicAfter {
  0% {
    -webkit-transform: rotate(0deg);
    top: 64%;
    left: 9px;
  }
  50% {
    -webkit-transform: rotate(90deg);
    top: 50%;
    left: 4px;
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: 46%;
    left: 9px;
  }
}
@keyframes animationNavtoppicAfter {
  0% {
    transform: rotate(0deg);
    top: 64%;
    left: 9px;
  }
  50% {
    transform: rotate(90deg);
    top: 50%;
    left: 4px;
  }
  100% {
    transform: rotate(45deg);
    top: 46%;
    left: 9px;
  }
}
/* ------------------- RECHNER anfang ------------------------------- */
/* line 3, ../scss/_rechner.scss */
.rechnerbox_h3 {
  border: 1px solid #bbb;
  border-bottom: 0px solid #bbb;
  background-color: #eee;
  display: inline;
  padding: 9px 15px !important;
  line-height: 42px;
}

/* line 12, ../scss/_rechner.scss */
.rechnerbox {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #bbb;
  padding: 15px;
  background-color: #eee;
}
/* line 18, ../scss/_rechner.scss */
.rechnerbox p {
  padding: 5px !important;
  min-height: 36px;
  border-bottom: 1px solid #EBEBE4;
  display: block;
}
/* line 23, ../scss/_rechner.scss */
.rechnerbox p input, .rechnerbox p span.erg {
  text-align: right;
  float: right;
  height: 30px;
  margin-top: 1px;
  min-width: 192px;
  width: auto;
  padding: 0 10px;
}

/* line 35, ../scss/_rechner.scss */
span.range_ppi_anzeige, .rechnerbox p span.zwisch_erg {
  text-align: right;
  float: right;
  height: 30px;
  margin-top: 1px;
  min-width: 192px;
  width: auto;
  padding: 0 10px;
}

/* line 45, ../scss/_rechner.scss */
.haupterg {
  font-weight: bold;
  box-shadow: 0 0 5px #00CE00;
}

/* line 50, ../scss/_rechner.scss */
.range_ppi {
  padding: 0;
  margin: 0;
}

/* line 55, ../scss/_rechner.scss */
span.range_ppi_anzeige {
  min-width: 30px;
  background-color: #EBEBE4;
}

/* line 60, ../scss/_rechner.scss */
.rechnerbox p span.erg {
  background-color: #EBEBE4;
  font-size: 2rem;
  color: black;
}

/* line 66, ../scss/_rechner.scss */
.eingabe_nummer {
  color: #FFF;
  background-color: #00CE00;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

/* line 77, ../scss/_rechner.scss */
#landschaft_aufl {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/* line 85, ../scss/_rechner.scss */
#weitereErgsPpi.hidden {
  display: none;
}

/* line 89, ../scss/_rechner.scss */
.ergBild {
  width: 50% !important;
  height: 0px;
  background-color: grey;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 5px #00CE00;
  text-align: center;
  position: relative;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  transition: all 1.0s ease;
}

/* line 105, ../scss/_rechner.scss */
.ergBildY {
  display: inline-block;
  text-align: left;
  position: relative;
  left: 0%;
  padding-left: 15px;
  top: 25%;
  width: 100%;
  height: auto;
}

/* line 116, ../scss/_rechner.scss */
.veranschau_span {
  color: white;
  font-weight: 400;
  font-size: 2rem;
  line-height: 30px;
}

@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 124, ../scss/_rechner.scss */
  .rechnerbox_h3 {
    border: 0px solid #bbb;
    padding: 0 !important;
    background-color: white;
  }

  /* line 129, ../scss/_rechner.scss */
  .rechnerbox {
    background-color: lightcyan;
  }
  /* line 131, ../scss/_rechner.scss */
  .rechnerbox p {
    position: relative;
    display: inline-block;
  }
  /* line 134, ../scss/_rechner.scss */
  .rechnerbox p input, .rechnerbox p span.erg {
    float: right;
    width: 100%;
    margin: 5px 0 15px 0;
  }

  /* line 141, ../scss/_rechner.scss */
  span.range_ppi_anzeige, .rechnerbox p span.zwisch_erg {
    float: right;
    width: 100%;
    margin: 5px 0 15px 0;
  }

  /* line 146, ../scss/_rechner.scss */
  span.range_ppi_anzeige {
    width: auto;
    position: absolute;
    top: 50px;
    right: 0px;
  }
}
/* ------------------- RECHNER ende ------------------------------- */
/* line 3, ../scss/_logo_svg.scss */
.trans {
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  transition: all 1.0s ease;
}

/* line 10, ../scss/_logo_svg.scss */
.logoAbsolute {
  position: absolute !important;
  top: 0px;
  left: 33%;
}

/* line 16, ../scss/_logo_svg.scss */
.logoUnsichtbar {
  opacity: 0.0;
}

/* line 20, ../scss/_logo_svg.scss */
.logoSichtbar {
  opacity: 1.0;
}

/* line 24, ../scss/_logo_svg.scss */
.svgEnde {
  -webkit-transform: scale(0.3) translate(0px, -225px);
  -moz-transform: scale(0.3) translate(0px, -225px);
  -ms-transform: scale(0.3) translate(0px, -225px);
  transform: scale(0.3) translate(0px, -225px);
  z-index: 23;
  opacity: 0.0;
}

/* line 33, ../scss/_logo_svg.scss */
.svgWeg {
  opacity: 0.0;
  height: 0px !important;
  margin: 0px auto !important;
}

/* line 1, ../scss/_newDesign.scss */
#backgroundImVordergrund {
  background-color: #fff;
  background-attachment: scroll;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
  opacity: 0.0;
  transition: all 1.0s ease;
  -webkit-transition: all 1.0s ease;
}
/* line 16, ../scss/_newDesign.scss */
#backgroundImVordergrund:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-color: rgba(113, 202, 222, 0);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 18vw auto;
}
/* line 30, ../scss/_newDesign.scss */
#backgroundImVordergrund.show {
  display: block;
}
/* line 33, ../scss/_newDesign.scss */
#backgroundImVordergrund.aktiv {
  opacity: 1.0;
}
/* line 36, ../scss/_newDesign.scss */
#backgroundImVordergrund.inaktiv {
  opacity: 0 !important;
}

/* BACKGROUND-GRADIENDS: */
@-webkit-keyframes farbenHinUndHer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes farbenHinUndHer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes farbenHinUndHer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* line 58, ../scss/_newDesign.scss */
body {
  background-color: #fff;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
/* line 66, ../scss/_newDesign.scss */
body #topLinksBar {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  border-bottom: 0;
}
/* line 71, ../scss/_newDesign.scss */
body #topLinksBar .topLinks {
  font-weight: 600;
  color: #eee;
  background-color: transparent;
  border: 0;
}
/* line 77, ../scss/_newDesign.scss */
body #topLinksBar #openRight {
  font-weight: 600;
  /*background-color: transparent;*/
  color: #eee;
}
/* line 81, ../scss/_newDesign.scss */
body #topLinksBar #openRight:hover {
  /*background-color: transparent !important;*/
}
/* line 86, ../scss/_newDesign.scss */
body #main {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 400px #dddddd;
  max-width: 100%;
  margin-top: 100px;
}
/* line 93, ../scss/_newDesign.scss */
body #header #navi {
  position: relative;
  list-style-type: none;
  margin: 0px auto;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  color: #fff;
  background-color: transparent;
  background-position: center top;
  background-size: 100% 100%;
  border: 0;
  padding: 6px 0 !important;
  border: 0 !important;
  /* for older browsers /
  display: table;
  / */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  background: white !important;
}
/* line 123, ../scss/_newDesign.scss */
body #header #navi:before, body #header #navi:after {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 100%;
}
/* line 126, ../scss/_newDesign.scss */
body #header #navi:before {
  top: 0;
}
/* line 127, ../scss/_newDesign.scss */
body #header #navi:after {
  bottom: 0;
}
@media screen and (max-width: 649px) {
  /* line 93, ../scss/_newDesign.scss */
  body #header #navi {
    display: none;
  }
}
/* line 134, ../scss/_newDesign.scss */
body #header #navi li {
  background-color: #fff !important;
  margin: 0 !important;
  flex: 1;
}
/* line 145, ../scss/_newDesign.scss */
body #header #navi li.last {
  margin: 0 !important;
}
/* line 149, ../scss/_newDesign.scss */
body #header #navi li.sel {
  background-position: center;
  background-color: unset;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 0px 0px 0px #333333 inset;
}
/* line 157, ../scss/_newDesign.scss */
body #header #navi li.sel a {
  color: #333;
  pointer-events: none;
}
/* line 160, ../scss/_newDesign.scss */
body #header #navi li.sel a:hover {
  background: none;
}
/* line 165, ../scss/_newDesign.scss */
body #header #navi li a {
  color: #666;
  transition: all 0.25s ease;
  box-shadow: inherit !important;
}
/* line 169, ../scss/_newDesign.scss */
body #header #navi li a:hover {
  box-shadow: 0 40px 0 #eee inset !important;
}
@media screen and (max-width: 649px) {
  /* line 165, ../scss/_newDesign.scss */
  body #header #navi li a {
    background-color: #eee !important;
  }
}
/* line 180, ../scss/_newDesign.scss */
body #toTopB,
body #header #navi:before,
body #header #navi:after,
body #header .container #navTopPic,
body #footer:before {
  background-color: #fff;
  background-size: 100% 100% !important;
  /*#a7e654
  #8cc63f // LOGOFARBE
  #78ad32*/
  /*linear-gradient(to right, rgba(247,255,15,1) 0%, rgba(247,255,15,1) 47%, rgba(168,235,0,1) 47%, rgba(168,235,0,1) 100%);*/
  background: -moz-linear-gradient(left, #a7e654 0%, #a7e654 33%, #8cc63f 33%, #8cc63f 66%, #78ad32 66%, #78ad32 100%);
  background: -webkit-linear-gradient(left, #a7e654 0%, #a7e654 33%, #8cc63f 33%, #8cc63f 66%, #78ad32 66%, #78ad32 100%);
  background: linear-gradient(to right, #a7e654 0%, #a7e654 33%, #8cc63f 33%, #8cc63f 66%, #78ad32 66%, #78ad32 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#000000',GradientType=1 );  */
  /*background-repeat: no-repeat;
  background-color: #fff;
  background-size: 400% 400% !important;
  background: -moz-linear-gradient(left, #ffff20 0%, #8cc63f 35%, #EC008c 66%, #000000 100%);
  background: -webkit-linear-gradient(left, #FFFF20 0%, #8cc63f 35%, #EC008c 66%, #000000 100%);
  background: linear-gradient(to right, #fff200 0%, #8cc63f 35%, #ec008c 66%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#000000',GradientType=1 );*/
  /*-webkit-animation-name: farbenHinUndHer;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: farbenHinUndHer;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-name: farbenHinUndHer;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;*/
}
/* line 221, ../scss/_newDesign.scss */
body #content {
  background-position: center;
  background-color: unset;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px;
  padding-left: 180px;
  padding-bottom: 30px;
  padding-right: 0;
  margin-bottom: 0;
  color: #333;
}
/* line 235, ../scss/_newDesign.scss */
body #content.allein {
  color: #333;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 242, ../scss/_newDesign.scss */
body #footer {
  background-color: transparent;
  margin: 0px;
  position: relative;
  background-color: #fff;
  background-image: inherit !important;
}
/* line 248, ../scss/_newDesign.scss */
body #footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
}
/* line 252, ../scss/_newDesign.scss */
body #footer p {
  color: #666666;
}
@media screen and (max-width: 649px) {
  /* line 252, ../scss/_newDesign.scss */
  body #footer p {
    display: flex;
    padding-bottom: 50px;
  }
  /* line 257, ../scss/_newDesign.scss */
  body #footer p span {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* line 263, ../scss/_newDesign.scss */
  body #footer p a {
    flex: 1;
    text-align: center;
    line-height: 34px;
    height: 34px !important;
  }
  /* line 269, ../scss/_newDesign.scss */
  body #footer p a:hover {
    box-shadow: 0 -6px 0 white;
    background-color: #DDD;
  }
}
/* line 276, ../scss/_newDesign.scss */
body #footer p span {
  color: #666666;
}
/* line 279, ../scss/_newDesign.scss */
body #footer p a {
  color: #666666;
  font-weight: 600;
}

@media screen and (min-width: 1100px) {
  /* line 288, ../scss/_newDesign.scss */
  #topLinksBar {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 920px) {
  /* line 293, ../scss/_newDesign.scss */
  /*#content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }*/
}
@media screen and (max-width: 649px) {
  /* line 299, ../scss/_newDesign.scss */
  #footer p a:hover {
    box-shadow: 0 6px 0 #fff;
    background-color: #DEDEDE !important;
  }
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* line 312, ../scss/_newDesign.scss */
body.mobile {
  background-image: none;
  background-color: #fff;
  background-attachment: fixed;
  background-size: cover;
}
/* line 318, ../scss/_newDesign.scss */
body.mobile #topLinksBar {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0;
}
/* line 322, ../scss/_newDesign.scss */
body.mobile #topLinksBar .topLinks {
  font-weight: 600;
  color: #eee;
  /*background-color: transparent;*/
  border: 0;
}
/* line 328, ../scss/_newDesign.scss */
body.mobile #topLinksBar #openRight {
  font-weight: 600;
  /*background-color: transparent;*/
  color: #eee;
}
/* line 332, ../scss/_newDesign.scss */
body.mobile #topLinksBar #openRight:hover {
  /*background-color: transparent !important;*/
}
/* line 338, ../scss/_newDesign.scss */
body.mobile #main {
  background-color: white;
  /*box-shadow: 0 0 0px white;*/
}
/* line 343, ../scss/_newDesign.scss */
body.mobile #header #navi {
  color: #fff;
  border-bottom: 3px solid #c6c6c6;
}
/* line 348, ../scss/_newDesign.scss */
body.mobile #header #navi li.sel {
  background-image: none;
  background-color: white;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 0px 6px 0px #fff;
  z-index: 102;
}
/* line 355, ../scss/_newDesign.scss */
body.mobile #header #navi li.sel a {
  color: #333;
}
/* line 360, ../scss/_newDesign.scss */
body.mobile #header #navi li a {
  color: #666;
  -webkit-text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
/* line 364, ../scss/_newDesign.scss */
body.mobile #header #navi li a:hover {
  box-shadow: 0px -2px 0px #c6c6c6 inset;
}
/* line 371, ../scss/_newDesign.scss */
body.mobile #content {
  background-image: none;
  background-color: white;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px;
  padding-left: 180px;
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #333;
}
/* line 382, ../scss/_newDesign.scss */
body.mobile #content.allein {
  color: #333;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 389, ../scss/_newDesign.scss */
body.mobile #footer {
  background-color: white;
  margin: 0px;
}
/* line 392, ../scss/_newDesign.scss */
body.mobile #footer p {
  color: #666666;
}
/* line 394, ../scss/_newDesign.scss */
body.mobile #footer p span {
  color: #666666;
}
/* line 397, ../scss/_newDesign.scss */
body.mobile #footer p a {
  color: #666666;
  font-weight: 600;
  line-height: 34px !important;
}
/* line 401, ../scss/_newDesign.scss */
body.mobile #footer p a:hover {
  box-shadow: 0 -6px 0 white;
  background-color: #DDD;
}

@media screen and (min-width: 0px) and (max-width: 649px) {
  /* line 56, ../style.scss */
  body {
    font-size: 1.2rem;
  }

  /* line 57, ../style.scss */
  #right h3, #right p, #right ul li a {
    font-size: 1rem;
  }

  /* line 58, ../style.scss */
  #right {
    padding: 0;
  }
  /* line 60, ../style.scss */
  #right h3 {
    font-size: 1.6rem !important;
  }

  /* line 62, ../style.scss */
  h3 span {
    position: relative !important;
    display: block;
    float: right;
    margin-bottom: 25px;
  }
}
/* TEST-AUSSEHEN */
/* line 3, ../scss/_test.scss */
body.newstyle {
  background: none;
}

/* line 7, ../scss/_test.scss */
#main.newstyle {
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff !important;
  width: 100%;
  margin: 43px auto 0px;
}
/* line 14, ../scss/_test.scss */
#main.newstyle > div.container {
  width: 100%;
  background-image: none;
  border-radius: 0;
}
/* line 18, ../scss/_test.scss */
#main.newstyle > div.container > div#content {
  padding: 0;
  width: 100%;
}
/* line 21, ../scss/_test.scss */
#main.newstyle > div.container > div#content h2, #main.newstyle > div.container > div#content p {
  width: 920px;
  margin: 0 auto;
}

/* line 29, ../scss/_test.scss */
#header #navi.newstyle {
  list-style-type: none;
  margin: 0px auto;
  position: fixed;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 5px 0 0 0 !important;
  display: block;
  background-image: url(../el/navigation.png);
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-size: 100% 3px;
  z-index: 11000000;
  box-shadow: 0 0 10px #bbb;
}

/* line 47, ../scss/_test.scss */
#footer.newstyle {
  padding-top: 16px;
  background-image: none;
  background-color: #eee;
  background-image: url(../el/navigation.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0 !important;
  /*    background-position-y: 100%;*/
}
/* line 56, ../scss/_test.scss */
#footer.newstyle > div.container {
  width: 970px;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
}
.azubi img {
  border: 2px solid gray;
  width:   100% !important;
  margin-bottom: 20px;
}
