@charset "UTF-8";
@font-face {
  font-family: "opensans-regular";
  src: url("../webfonts/opensans-regular/opensans-regular.eot");
  src: url("../webfonts/opensans-regular/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/opensans-regular/opensans-regular.woff") format("woff"), url("../webfonts/opensans-regular/opensans-regular.ttf") format("truetype"), url("../webfonts/opensans-regular/opensans-regular.svg#opensans-regular") format("svg");
}

@font-face {
  font-family: "icomoon";
  src: url("../webfonts/icomoon/icomoon.eot");
  src: url("../webfonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../webfonts/icomoon/icomoon.woff") format("woff"), url("../webfonts/icomoon/icomoon.ttf") format("truetype"), url("../webfonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/* line 8, ../../scss/_40_typography/_typography.scss */
h1 {
  font-size: 67px;
  line-height: 67px;
}

/* line 12, ../../scss/_40_typography/_typography.scss */
h2 {
  font-size: 41px;
  line-height: 41px;
}

/* line 16, ../../scss/_40_typography/_typography.scss */
h3 {
  font-size: 25px;
  line-height: 25px;
}

/* line 20, ../../scss/_40_typography/_typography.scss */
h4 {
  font-size: 9px;
  line-height: 9px;
}

/* line 24, ../../scss/_40_typography/_typography.scss */
h5 {
  font-size: 6px;
  line-height: 6px;
}

/* line 28, ../../scss/_40_typography/_typography.scss */
h6 {
  font-size: 3px;
  line-height: 3px;
}

/* line 32, ../../scss/_40_typography/_typography.scss */
p, a {
  font-size: 16px;
  line-height: 16px;
}

/* line 36, ../../scss/_40_typography/_typography.scss */
a {
  text-decoration: none;
}

/* line 11, ../../scss/_01_core/_core.scss */
.clearfix {
  *zoom: 1;
}
/* line 13, ../../scss/_01_core/_core.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 17, ../../scss/_01_core/_core.scss */
.clearfix:after {
  clear: both;
}

/* line 25, ../../scss/_01_core/_core.scss */
.ishidden {
  display: none;
}

/* line 61, ../../scss/_45_addon/_loadingpage.scss */
.lp_loadercontainer {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

/* line 71, ../../scss/_45_addon/_loadingpage.scss */
.no-js .loadercontainer {
  display: none;
}

/* line 81, ../../scss/_45_addon/_loadingpage.scss */
.lp_standard_not_supported {
  display: none;
}
/* line 85, ../../scss/_45_addon/_loadingpage.scss */
.ie .lp_standard_not_supported {
  display: block;
}
/* line 88, ../../scss/_45_addon/_loadingpage.scss */
.ie .lp_standard_not_supported img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

/* line 97, ../../scss/_45_addon/_loadingpage.scss */
.lp_loadercontent {
  margin: 0 auto;
  padding-top: 100px;
}

/* line 102, ../../scss/_45_addon/_loadingpage.scss */
.lp_loadercircle {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #28343c;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin: 0 auto;
  z-index: 9;
  -webkit-box-shadow: 0 0 35px  #4B5c67;
  -moz-box-shadow: 0 0 35px  #4B5c67;
  box-shadow: 0 0 35px #4B5c67;
  width: 100px;
  height: 100px;
  -webkit-animation: lp_spinPulse 1s infinite linear;
  -moz-animation: lp_spinPulse 1s infinite ease-in-out;
  -ms-animation: lp_spinPulse 1s infinite ease-in-out;
  -o-animation: lp_spinPulse 1s infinite ease-in-out;
  animation: lp_spinPulse 1s infinite ease-in-out;
}
/* line 45, ../../scss/_45_addon/_loadingpage.scss */
.no-js .lp_loadercircle {
  display: none;
}
/* line 116, ../../scss/_45_addon/_loadingpage.scss */
.ie .lp_loadercircle {
  display: none;
}

/* line 121, ../../scss/_45_addon/_loadingpage.scss */
.lp_loadercircle1 {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #28343c;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin: 0 auto;
  z-index: 9;
  -webkit-box-shadow: 0 0 15px  #4B5c67;
  -moz-box-shadow: 0 0 15px  #4B5c67;
  box-shadow: 0 0 15px  #4B5c67;
  width: 60px;
  height: 60px;
  position: relative;
  top: -80px;
  -webkit-animation: lp_spinoffPulse 1s infinite linear;
  -moz-animation: lp_spinoffPulse 1s infinite linear;
  -ms-animation: lp_spinoffPulse 1s infinite linear;
  -o-animation: lp_spinoffPulse 1s infinite linear;
  animation: lp_spinoffPulse 1s infinite linear;
}
/* line 45, ../../scss/_45_addon/_loadingpage.scss */
.no-js .lp_loadercircle1 {
  display: none;
}
/* line 137, ../../scss/_45_addon/_loadingpage.scss */
.ie .lp_loadercircle1 {
  display: none;
}

@-webkit-keyframes lp_spinPulse {
  /* line 143, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #4B5c67;
  }

  /* line 148, ../../scss/_45_addon/_loadingpage.scss */
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }

  /* line 152, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-webkit-keyframes lp_spinoffPulse {
  /* line 159, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 162, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes lp_spinPulse {
  /* line 168, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #4B5c67;
  }

  /* line 173, ../../scss/_45_addon/_loadingpage.scss */
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }

  /* line 177, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-moz-keyframes lp_spinoffPulse {
  /* line 184, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 187, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes lp_spinPulse {
  /* line 193, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -ms-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #4B5c67;
  }

  /* line 198, ../../scss/_45_addon/_loadingpage.scss */
  50% {
    -ms-transform: rotate(145deg);
    opacity: 1;
  }

  /* line 202, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -ms-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-ms-keyframes lp_spinoffPulse {
  /* line 209, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 212, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes lp_spinPulse {
  /* line 218, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -o-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #4B5c67;
  }

  /* line 223, ../../scss/_45_addon/_loadingpage.scss */
  50% {
    -o-transform: rotate(145deg);
    opacity: 1;
  }

  /* line 227, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -o-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-o-keyframes lp_spinoffPulse {
  /* line 234, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 237, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes lp_spinPulse {
  /* line 243, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #4B5c67;
  }

  /* line 248, ../../scss/_45_addon/_loadingpage.scss */
  50% {
    transform: rotate(145deg);
    opacity: 1;
  }

  /* line 252, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    transform: rotate(-320deg);
    opacity: 0;
  }
}

@-keyframes lp_spinoffPulse {
  /* line 259, ../../scss/_45_addon/_loadingpage.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 262, ../../scss/_45_addon/_loadingpage.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* line 60, ../../scss/_45_addon/_navflex.scss */
.clearfix {
  *zoom: 1;
}
/* line 62, ../../scss/_45_addon/_navflex.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 66, ../../scss/_45_addon/_navflex.scss */
.clearfix:after {
  clear: both;
}

/* line 71, ../../scss/_45_addon/_navflex.scss */
nav {
  position: relative;
  width: 100%;
  height: 100px;
  background: #ffb913;
  font-size: 11px;
  font-size: 0.6875rem;
}
/* line 79, ../../scss/_45_addon/_navflex.scss */
nav .selected {
  background-color: #f9af00;
  text-decoration: none;
  color: black;
  outline: none;
}
/* line 85, ../../scss/_45_addon/_navflex.scss */
nav .navtitle, nav .navtitlesmall {
  width: 200px;
  position: relative;
  top: 5px;
  left: 25px;
  font-size: 16px;
  font-size: 1rem;
  color: white;
}
/* line 94, ../../scss/_45_addon/_navflex.scss */
nav ul {
  float: right;
  padding: 0;
  margin: 0 auto;
  height: 100px;
}
/* line 101, ../../scss/_45_addon/_navflex.scss */
nav li {
  display: inline;
  float: left;
}
/* line 105, ../../scss/_45_addon/_navflex.scss */
nav li a {
  border-right: 1px solid #ffb913;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 110, ../../scss/_45_addon/_navflex.scss */
nav li:last-child a {
  border-right: 0;
}
/* line 115, ../../scss/_45_addon/_navflex.scss */
nav a {
  color: white;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  line-height: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 125, ../../scss/_45_addon/_navflex.scss */
nav a:hover, nav a:active {
  background-color: #f9af00;
  text-decoration: none;
  color: black;
  outline: none;
}
/* line 132, ../../scss/_45_addon/_navflex.scss */
nav a#pull {
  display: none;
}
@media screen and (max-width: 1000px) {
  /* line 71, ../../scss/_45_addon/_navflex.scss */
  nav {
    height: auto;
  }
  /* line 141, ../../scss/_45_addon/_navflex.scss */
  nav .navtitle {
    display: none;
  }
  /* line 145, ../../scss/_45_addon/_navflex.scss */
  nav .navtitlesmall {
    display: inline;
    line-height: 100px;
  }
  /* line 150, ../../scss/_45_addon/_navflex.scss */
  nav ul {
    width: 100%;
    display: block;
    height: 40px;
  }
  /* line 156, ../../scss/_45_addon/_navflex.scss */
  nav li {
    width: 50%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
  }
  /* line 163, ../../scss/_45_addon/_navflex.scss */
  nav li a {
    border-top: 1px solid #ffb913;
    border-bottom: 1px solid #ffb913;
    border-right: 1px solid #ffb913;
    line-height: 40px;
  }
  /* line 171, ../../scss/_45_addon/_navflex.scss */
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 71, ../../scss/_45_addon/_navflex.scss */
  nav {
    border-bottom: 0;
  }
  /* line 182, ../../scss/_45_addon/_navflex.scss */
  nav .navtitlesmall {
    display: none;
  }
  /* line 186, ../../scss/_45_addon/_navflex.scss */
  nav ul {
    float: none;
    display: none;
    height: auto;
  }
  /* line 192, ../../scss/_45_addon/_navflex.scss */
  nav a#pull {
    display: block;
    background-color: #ffb913;
    width: 100%;
    position: relative;
  }
  /* line 198, ../../scss/_45_addon/_navflex.scss */
  nav a#pull:after {
    content: "";
    background: url("../img/nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 214, ../../scss/_45_addon/_navflex.scss */
  nav ul {
    float: none;
  }
  /* line 218, ../../scss/_45_addon/_navflex.scss */
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  /* line 223, ../../scss/_45_addon/_navflex.scss */
  nav li a {
    border-bottom: 1px solid #ffb913;
  }
}

/* line 81, ../../scss/_45_addon/_separators.scss */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

/********************************* keyframes **************************************/
/* move from / to  */
/********************************* keyframes **************************************/
/* scale and fade */
/* rotate sides first and scale */
/********************************* keyframes **************************************/
/* line 13, ../../scss/_99_project/_base.scss */
body {
  background-image: url("../img/body_bg.png");
  font-family: "opensans-regular";
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: black;
  margin: 0;
  padding: 0;
  line-height: 16px;
}

/* line 23, ../../scss/_99_project/_base.scss */
a {
  color: #2980b9;
}

/* line 27, ../../scss/_99_project/_base.scss */
.containerpage {
  background-color: #fff;
  margin: 20px auto 50px;
  -webkit-box-shadow: 0 0 60px 15px #ccc;
  -moz-box-shadow: 0 0 60px 15px #ccc;
  box-shadow: 0 0 60px 15px #ccc;
}

/* line 35, ../../scss/_99_project/_base.scss */
.ishidden {
  display: none;
}

/* line 39, ../../scss/_99_project/_base.scss */
.isvisible {
  display: inline;
}

/* line 43, ../../scss/_99_project/_base.scss */
.white {
  background: white;
}

/* line 47, ../../scss/_99_project/_base.scss */
.lightgray {
  background: #eeeeee;
}

/* line 51, ../../scss/_99_project/_base.scss */
.orange {
  background: #ffb913;
}

/* line 55, ../../scss/_99_project/_base.scss */
.highlight {
  font-size: 24px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 62, ../../scss/_99_project/_base.scss */
.headerbig {
  font-size: 32px;
  line-height: 32px;
}

/* line 66, ../../scss/_99_project/_base.scss */
.subheaderbig {
  font-size: 22px;
  line-height: 32px;
}

/* line 70, ../../scss/_99_project/_base.scss */
.textsmall {
  font-size: 12px;
}

/* line 73, ../../scss/_99_project/_base.scss */
.centertext {
  text-align: center;
}

/* line 76, ../../scss/_99_project/_base.scss */
.displayimg {
  display: block;
  width: 95%;
  margin: 10px auto;
}
/* line 81, ../../scss/_99_project/_base.scss */
.ie8 .displayimg {
  width: auto;
  height: auto;
}

/* line 87, ../../scss/_99_project/_base.scss */
.infobox {
  background-color: #4d4d4d;
  margin: 20px 5%;
  min-height: 80px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 93, ../../scss/_99_project/_base.scss */
.infobox .infoboxtext {
  color: white;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 103, ../../scss/_99_project/_base.scss */
.infoboxsmall {
  background-color: #ffb913;
  margin: 20px 10%;
  min-height: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 109, ../../scss/_99_project/_base.scss */
.infoboxsmall .infoboxsmalltext {
  color: black;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 992px) {
  /* line 103, ../../scss/_99_project/_base.scss */
  .infoboxsmall {
    margin: 20px 5%;
  }
}

/* line 123, ../../scss/_99_project/_base.scss */
.contentarea {
  padding: 10px 5%;
}

/* line 126, ../../scss/_99_project/_base.scss */
.contentareasmall {
  padding: 5px 10%;
}
@media screen and (max-width: 992px) {
  /* line 126, ../../scss/_99_project/_base.scss */
  .contentareasmall {
    padding: 5px 5%;
  }
}

/* line 134, ../../scss/_99_project/_base.scss */
.paddingtop10 {
  padding-top: 10px;
}

/* line 137, ../../scss/_99_project/_base.scss */
.paddingtop20 {
  padding-top: 10px;
}

/* line 141, ../../scss/_99_project/_base.scss */
.copyright {
  font-size: 12px;
}

/* line 146, ../../scss/_99_project/_base.scss */
.boxemail a {
  padding: 0;
  color: #2980b9;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 152, ../../scss/_99_project/_base.scss */
.boxemail a:hover {
  color: #ffb913;
}

/* line 158, ../../scss/_99_project/_base.scss */
.contactnetwork {
  height: 50px;
  padding-top: 20px;
}
/* line 162, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon {
  background: url("../img/icons.png") no-repeat 0 0;
  display: block;
  float: left;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
  text-indent: -32000px;
  width: 24px;
  padding: 0;
}
/* line 173, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon:hover {
  background-color: transparent;
}
/* line 176, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon.skype {
  background-position: 0 0;
}
/* line 179, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon.facebook {
  background-position: -28px 0;
}
/* line 182, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon.xing {
  background-position: -56px 0;
}
/* line 185, ../../scss/_99_project/_base.scss */
.contactnetwork a.icon.linkedin {
  background-position: -84px 0;
}

/* line 194, ../../scss/_99_project/_base.scss */
header {
  border-bottom: 1px solid black;
}

/* line 198, ../../scss/_99_project/_base.scss */
#logo {
  max-width: 120px;
  margin: 5px auto;
}

/* line 208, ../../scss/_99_project/_base.scss */
.zitatimg {
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  /* line 208, ../../scss/_99_project/_base.scss */
  .zitatimg {
    display: none;
  }
}

/* line 215, ../../scss/_99_project/_base.scss */
.homeimg {
  max-width: 660px;
}

/* line 218, ../../scss/_99_project/_base.scss */
.cloudtext {
  padding-left: 5%;
}

/* line 221, ../../scss/_99_project/_base.scss */
.teamtask {
  padding: 10px 10% 15px;
}

/* line 224, ../../scss/_99_project/_base.scss */
.teamboximgsize {
  max-width: 200px;
}

/* line 227, ../../scss/_99_project/_base.scss */
.wirlist {
  font-size: 16px;
  padding-left: 10%;
  line-height: 18px;
}

/* line 232, ../../scss/_99_project/_base.scss */
.vertriebimg {
  max-width: 600px;
}

/* line 235, ../../scss/_99_project/_base.scss */
.vertrieblist {
  margin-left: 5%;
  border-left: 1px solid black;
}

/* line 239, ../../scss/_99_project/_base.scss */
.contactimg {
  max-width: 160px;
}

/* line 243, ../../scss/_99_project/_base.scss */
.contactqrcode {
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  /* line 243, ../../scss/_99_project/_base.scss */
  .contactqrcode {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  /* line 250, ../../scss/_99_project/_base.scss */
  #googlemapbig {
    display: none;
  }
}

/* line 256, ../../scss/_99_project/_base.scss */
#googlemapsmall {
  display: none;
}
@media screen and (max-width: 460px) {
  /* line 256, ../../scss/_99_project/_base.scss */
  #googlemapsmall {
    display: block;
  }
}

/* line 263, ../../scss/_99_project/_base.scss */
.sendmailbox {
  background-color: #333;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 10% 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 270, ../../scss/_99_project/_base.scss */
.sendmailbox:hover {
  background-color: #ffb913;
}

/* line 274, ../../scss/_99_project/_base.scss */
.sendmailbox a {
  text-decoration: none;
  color: #FFF;
}
/* line 278, ../../scss/_99_project/_base.scss */
.sendmailbox a:hover {
  color: #000;
}

/* line 282, ../../scss/_99_project/_base.scss */
.sendmailboxtext {
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

/* line 288, ../../scss/_99_project/_base.scss */
hr {
  width: 80%;
  size: 2;
  align: center;
  border: 1px solid #4d4d4d;
}

/* line 300, ../../scss/_99_project/_base.scss */
#footer {
  background-color: #4d4d4d;
  color: white;
}
/* line 304, ../../scss/_99_project/_base.scss */
#footer p, #footer a {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}
/* line 310, ../../scss/_99_project/_base.scss */
#footer #webdesign {
  color: #eeeeee;
  text-decoration: none;
}

/* line 316, ../../scss/_99_project/_base.scss */
.backtotop {
  background: url("../img/top.png") no-repeat;
  width: 40px;
  height: 40px;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
}
@media screen and (max-width: 480px) {
  /* line 316, ../../scss/_99_project/_base.scss */
  .backtotop {
    bottom: 20px;
    right: 20px;
  }
}
