@font-face {
  font-family: 'TheSans';
  src: url('/fonts/thesansosfplain.eot');
  src: local('☺'), url('/fonts/thesansosfplain.woff') format('woff'), url('/fonts/thesansosfplain.ttf') format('truetype'), url('/fonts/thesansosfplain.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansLight';
  src: url('/fonts/thesans-b4-semilight.eot');
  src: local('☺'), url('/fonts/thesans-b4-semilight.woff') format('woff'), url('/fonts/thesans-b4-semilight.ttf') format('truetype'), url('/fonts/thesans-b4-semilight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
/*
body {   background:linear-gradient(180deg, rgba(0, 154, 73, 1) 60%, rgba(155, 190, 69, 1) 100%);}*/
a img {
  border: none
}
html {
  height: 100.1%
}
body {
  background-color: #fff;
  color: #333;
  padding: 0px;
  font: 1.1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  font-weight: normal;
}
a, a:visited {
  color: #00a9e0;
  text-decoration: none;
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
a.actionBox:visited {
  color: #fff;
}
h1 {
  color: #000000;
  font: normal 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 1em 0
}
h2 {
  color: #000;
  font: normal 150%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0em 0 0.4em 0
}
.h2-bigger {
  font: normal 195%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
}
h3 {
  color: #000;
  font: normal 120%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.3em 0
}
h4 {
  color: #000;
  font: normal 105%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.8em 0;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #ccc;
}
p {
  margin-bottom: 1.2em
}
strong {
  font-family: 'TheSans'
}
ul {
  margin: 0 0.2em 1em 0em;
  list-style-type: none;
}
ul li::before {
  content: '✓ '; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009a49; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul li {
  margin: 0 0 0.4em 1em;
}
@media only screen and (max-width: 640px) {
  h2 {
    font: normal 140%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  ul {
    margin: 0 0 1em 0.8em;
    width: auto
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
sup {
  font-size: 0.7em;
  vertical-align: 4px
}
.green {
  color: #009a49
}
.hunter {
  color: #015e27;
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.ink {
  color: #003243;
}
.navy {
  color: #004962;
}
.light-green {
  color: #8fd400;
}
.orange {
  color: #ea7125;
}
.yellow {
  color: #ffcb00;
}
.small {
  font-size: 90%
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f3f3f3
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 118px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);

}
.headergreenAround {
  width: 100%;
  background-color: #009a49;
}
.headergreen {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 10px 6px 40px;
  text-align: right;
 background-color: #009a49;
}
.headergreen a, .headergreen a:visited {
  color: #ffffff;
}
.headergreen a:hover {
  color: #c9ead8;
  text-decoration: none
}
.header {
  max-width: 1080px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.header img {
  width: 160px;
  margin: 18px 15% 24px 20px;
  float: left
}
.header a, .header a:visited {
  color: #009a49 !important;
}
.mobilicon {
  display: none
}
@media only screen and (max-width: 768px) {
  .mobilicon {
    display: inline;
    width: 44px;
    position: absolute;
    top: 0px;
    right: 35px;
  }
  .mobilicon img {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
  }
}
#nav {
  margin: 0px 0 0 10px;
  font: normal 100%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
#nav a:link {
  display: block;
  float: left;
  padding: 8px 8px 8px 8px;
  margin-top: 25px;
  margin-right: 1%;
  color: #009a49;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 0px solid #fff;
  line-height: 100%;
  transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* IE */
  -webkit-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* chrome & safari */
  -moz-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* FF */
}
#nav a:focus {
  text-decoration: none;
  border-bottom: 5px solid #009a49;
  padding: 8px 8px 8px 8px;
}
#nav a:visited {
  text-decoration: none;
  border-bottom: 5px solid #009a49;
  padding: 8px 8px 8px 8px;
}
#nav a:hover {
  text-decoration: none;
  border-bottom: 5px solid #009a49;
  padding: 8px 8px 8px 8px;
}
.tel {
  border-bottom: 0px solid #ffffff !important;
}
#nav a:active {
  text-decoration: none;
  border-bottom: 5px solid #000;
  padding: 8px 8px 8px 8px;
}
.nav-top {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 10px 0px 0px
}
@media only screen and (max-width: 1024px) {
  #nav a {
    font-size: 0.8em;
    padding: 14px 8px 13px 8px;
    margin-right: 1%;
  }
  #nav a:hover {}
  .header img {
    margin: 18px 4% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 768px) {
  #nav {
    display: none
  }
  #grey-bar {
    display: none
  }
  .headerAround {
    height: 118px;
    background-image: none
  }
  .header {
    height: 118px;
    background-image: none;
    background-size: auto 100%;
    background-position: top center;

  }
  .header img {
    width: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .header, .headerAround {
    height: 88px;
  }
  .header img {
    width: 150px;
    margin: 15px 0% 10px 20px;
  }
  .headergreen {
    width: 98%;
    margin: 0;
    font-size: 0.72em;
    padding: 5px 10px 3px 5px;
    text-align: center;
    line-height: 110%
  }
}
@media only screen and (max-width: 360px) {
  .header img {
    width: 130px;
    margin: 15px 0% 5px 20px;
  }
}
.bigIMAGE {
  margin-top: 50px;
  height: 627px;
  width: 100%;
  z-index: 0;
  background-color: #f4f4f4;
}
.bigIMAGE.home {
  background: url(img/header.webp) right bottom 0em #f4f4f4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGEslogan {
  position: relative;
  left: 0;
  width: 80%;
  top: 18%;
  max-width: 500px;
  margin: 60px auto 0 0;
  z-index: 0;
  text-align: left;
  line-height: 140%;
}
.bigIMAGEslogan img {
  margin-top: -30px
}
.slogan-grafic {
  width: 99%;
  max-width: 400px;
}
.bigIMAGEslogan h1 {
  font-weight: normal;
  color: #4b4e53;
  display: inline;
  padding: 10px 0px 5px 0px;
  line-height: 100%;
  font: normal 2.2em/130% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.bigIMAGEslogan h2 {
  font-size: 2.8em;
  font-weight: normal;
  color: #009a49;
  line-height: 140%;
  padding: 5px 0px 5px 0px;
  margin: 0 0 0 0;
}
.bigIMAGEslogan p {
  padding-top: 0px;
  font: normal 80%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
  color: #4b4e53;
}
.bigIMAGEslogan h1 span {
  font-size: 80%;
  color: #4b4e53;
}
.bigIMAGEslogan a, .bigIMAGEslogan a:hover {
  outline: none;
  border-bottom: none
}
@media (max-width: 1200px) {
  .bigIMAGE.home {
    background: url(img/header.webp) bottom 0em right -250px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
}
@media (max-width: 960px) {
  .bigIMAGE.home {
    background: url(img/header.webp) bottom 0em right -400px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
}
@media (max-width: 740px) {
  .bigIMAGEslogan {
    top: 12%;
    width: 99%;
  }
  .bigIMAGE {
    height: 580px;
    margin-top: 20px;
  }
  .bigIMAGE.home {
    background: url(img/header-blass.webp) bottom 0em right -300px #009a49;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGEslogan p {
    padding-top: 0px;
    font: normal 80%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
    color: #000
  }
  .bigIMAGEslogan h1 {
    font-size: 1.6em;
    padding: 0px;
  }
  .bigIMAGEslogan h2 {
    font-size: 2.2em;
  }
}
.bigIMAGEslogan a, .bigIMAGEslogan a:hover {
  text-decoration: none;
  outline: none;
  border-bottom: none
}
.top-bild-box {
  max-width: 600px;
  height: 100px;
  position: relative;
  z-index: 0;
  padding: 20px 20px 10px 20px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  width: 100%;
  left: 0;
  display: block;
  margin-top: -130px;
}
.border-rundunten {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.register {
  float: right;
  width: 29%;
  padding-left: 1%;
}
.register-txt {
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  .top-bild-box {
    width: 90%;
    max-width: 360px;
    margin-top: -145px;
    padding: 20px 20px 0px 20px;
    height: 90px;
  }
  .register-txt {
    width: 60%;
    font-size: 90%;
  }
  .register {
    width: 35%;
    padding-left: 1%;
  }
}
/********************** CONTENT ********************************/
.contentWhiteHeader {
  max-width: 1080px;
  margin: 0px auto 0 auto;
  height: auto;
  position: relative;
  z-index: 100;
  padding: 50px 80px 20px 80px;
  background-color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width:920px) {
  .contentWhiteHeader {
    max-width: 920px;
    margin: 0px auto 0 auto;
  }
}
@media only screen and (max-width:600px) {
  .contentWhiteHeader {
    padding: 25px;
  }
}
.contentWhiteAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
}
.content {
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 40px 10px 40px;
}
.box600 {
  max-width: 600px;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 20px 10px 20px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.mitte {
  margin: 0 auto;
}
.box1000 {
  max-width: 1080px;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 30px 10px 30px 10px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  background: url(img/expert-chat.png) center top 0em #fff;
  background-repeat: no-repeat;
  background-size: 800px;
  -moz-background-size: 800px;
}
.infoBoxLI {
  width: 45%;
  max-width: 420px;
  float: left;
  margin: 0 3% 0 0%;
  padding: 10px 10px 0px 0px;
}
.infoBoxRE {
  width: 45%;
  max-width: 420px;
  float: right;
  margin: 0 0% 3% 0%;
  padding: 10px 10px 0px 0px;
}
.infoBoxLI p, .infoBoxRE p {
  font: 0.8em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.infoBoxLI h2, .infoBoxRE h2 {
  clear: both;
}
.infoBoxRE img {
  width: 30px;
}
.infoBoxLI img {
  width: 30px;
}
.BBoxAround {
  width: 100%;
  clear: both;
  margin: 0.9em 0 0.9em 0px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  line-height: 120%;
  text-align: center;
}
.BBox {
  width: 18%;
  margin: 0 2px 8px 0px;
  padding: 8px 8px;
  text-align: center;
  background: url(img/arrow.png) center right 0em #fff;
  background-repeat: no-repeat;
}
.icon {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0, 154, 73);
  background: linear-gradient(23deg, rgba(0, 154, 73, 1) 11%, rgba(143, 212, 0, 1) 86%);
  margin: 1em auto;
  text-align: center
}
.icon p {
  font-size: 90%;
  color: #fff;
  margin-top: 28%;
  padding: 3px;
}
.arrow {
  width: 20px;
  height: 180px;
  background: url(img/arrow.png) center right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .BBox {
    width: 43%;
    float: left;
    padding: 10px 10px;
    margin: 0 5px 5px 0px;
  }
  .infoBoxRE, .infoBoxLI {
    width: 80% !important;
    max-width: none;
    margin: 0 2% 0.5% 2%;
    float: none;
  }
  .infoBoxLI {
    padding-bottom: 2%
  }
}
@media only screen and (max-width: 680px) {
  .arrow {
    width: 40px;
    height: 180px;
    background: url(img/arrow.png) center left;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 530px) {
  .icon {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(0, 154, 73);
    background: linear-gradient(23deg, rgba(0, 154, 73, 1) 11%, rgba(143, 212, 0, 1) 86%);
    margin: 1em auto;
    text-align: center
  }
  .icon p {
    font-size: 120%;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    margin-top: 35%;
    padding: 3px;
  }
  .arrow {
    width: 50px;
    height: 220px;
    background: url(img/arrow.png) center left;
    background-repeat: no-repeat;
  }
  .arrow-last {
    width: 50px;
    height: 220px;
  }
  .BBox {
    width: 100% !important;
    float: none;
    margin: 0px 0px 30px 0px;
  }
}
.WelderAround {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(21, 11, 9);
  background: linear-gradient(90deg, rgba(21, 11, 9, 1) 27%, rgba(143, 212, 0, 1) 35%, rgba(0, 154, 73, 1) 55%);
}
.boxwelder {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 0;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  background-color: none;
  color: #fff;
  display: flex;
}
.box1000-text {
  padding: 0px 0px 0px 5px;
  margin: auto 10px auto 10px;
  width: 40%;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  float: right
}
.box1000-text h2 {
  line-height: 90%
}
.box1000-bild {
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 45%;
  float: left;
  height: auto;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 780px) {
  .mobile {
    display: inline
  }
  .WelderAround {
    background: #009a49;
  }
  .welder {
    background: #8fd400;
  }
  .boxwelder {
    display: block;
  }
  .box1000 {
    display: block;
  }
  .box1000-text {
    padding: 3%;
    width: 94%;
    font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
    float: none
  }
  .box1000-bild {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: none;
    height: auto;
  }
  .box-gastrak {
    background-color: #f4f4f4;
    background-image: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0%;
  }
  .box-integra {
    background-color: #f4f4f4;
    background-image: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 15px
  }
}
.top {
  padding-top: 20px;
}
.weite {
  max-width: 800px
}
@media only screen and (max-width:600px) {
  .top {
    padding-top: 20px;
  }
  .weite {
    max-width: none
  }
}
.abstand-bottom0 {
  padding: 0px 20px 0px 20px;
}
.contentGrey-WhiteAround {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(-180deg, #ebebeb, #fff);
  margin-top: 0px
}
.contentContactAround {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(143, 212, 0);
  background: linear-gradient(90deg, rgba(143, 212, 0, 1) 3%, rgba(0, 154, 73, 1) 61%);
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
@media only screen and (max-width: 800px) {
  .desktop {
    display: none;
  }
}
.button-more {
  color: #fff;
  display: block;
  border: 0px solid #00a8e1;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  padding: 15px 0px;
  background: #00a8e1;
  cursor: pointer;
}
a.button-more:link {}
a.button-more:visited {
  color: #fff;
}
a.button-more:hover {
  color: #fff;
  display: block;
  background: #007fab;
  text-decoration: none;
  border: 0px solid #007fab;
}
.button-90 {
  width: 90%;
}
a.button-top {
  color: #fff;
  border: 1px solid #54af7f;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 110px;
  height: 15px;
  text-align: center;
  padding: 5px 0px;
  background: #54af7f;
  font-size: 95%;
  cursor: pointer;
}
a.button-top:link {
  cursor: pointer;
}
a.button-top:visited {
  cursor: pointer;
  color: #fff;
}
a.button-top:hover {
  color: #fff;
  background: #206b43;
  text-decoration: none;
  border: 1px solid #206b43;
}
.buttonBlue-e2 {
  -webkit-appearance: none;
  width: 240px;
  padding: 15px 25px 15px 25px;
  border: 0px solid #ffffff;
  color: #fff;
  cursor: pointer;
  font: 1.1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background: #00a8e1;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0px auto;
  text-align: center;
}
a.buttonBlue-e2:link {
  color: #fff;
}
a.buttonBlue-e2:visited {
  color: #fff;
}
a.buttonBlue-e2:hover {
  color: #fff;
  background: #007fab;
  text-decoration: none;
  border: 0px solid #007fab;
}
.buttonBack {
  margin: 0px auto 0px auto;
}
@media only screen and (max-width: 680px) {
  .buttonBlue-e2 {
    -webkit-appearance: none;
    width: 90%;
    display: block;
    padding: 15px 4px 15px 4px;
    border: 0px solid #ffffff;
    color: #fff;
    cursor: pointer;
    font: 1.1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
    background: #00a8e1;
    moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0px auto;
    text-align: center;
  }
  a.button-top {
    height: 9px;
    padding: 0px;
    margin: 0px;
    font-size: 90%
  }
  .button-90 {
    width: 100%;
  }
  .button-register {
    moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 2px;
  }
}
.buttonTopFooter {
  width: 70px;
  margin: -36px auto 0px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonTopFooter img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .buttonTopFooter {
    width: 50px;
    margin: -25px auto 25px auto;
  }
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f5f8f9;
  border-top: 0px solid #f5f8f9;
}
.footer {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px 40px 40px;
  font-size: 80%;
}
.footer a {
  color: #015e27
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
.line.blu {
  border-bottom: 1px solid #00a9e0;
}
.Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35% 1em 0%
}
#socialmedia a, #socialmedia a:visited {
  color: #838383;
  text-decoration: none;
}
#socialmedia a:hover {
  color: #838383;
  text-decoration: underline
}
#socialmedia img {
  margin-right: 3px;
  vertical-align: -2px;
}
/********************** Stoerer Online-Shop ********************************/
.stickybox {
  height: 18px;
  width: 140px;
  position: fixed;
  top: 62px;
  right: 40px;
  z-index: 1000;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #00a9e0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  border: 9px solid #00a9e0;
  color: #fff;
  padding: 5px 0 0 0;
}
.stickybox a {
  color: #fff;
}
a.stickybox:link {
  color: #fff;
}
a.stickybox:hover {
  color: #fff;
}
a.stickybox:visited {
  color: #fff;
}
.stickybox img {
  width: 100%
}
.mobile {
  display: none
}
.mobi-only {
  display: none
}
@media only screen and (max-width: 768px) {
  .no-mobi {
    display: none
  }
  .mobi-only {
    display: block
  }
  /*.stickybox {display: none;}*/
  .stickybox {
    right: 8%;
  }
  .mobile {
    display: block
  }
}
@media only screen and (max-width: 640px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top: 5%;
    right: 8%;
    border: 8px solid #00a9e0;
    height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top: 5%;
  }
}
@media only screen and (max-width: 380px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top: 5%;
    right: 19%;
  }
}
@media only screen and (max-width: 340px) {
  .stickybox {
    top: 8%;
    right: 19%;
    color: #00a9e0 !important;
    font-size: 80%;
    background-color: #fff;
    border: 0px solid #fff;
    padding: 8px 0 0 0;
  }
  .stickybox a {
    color: #00a9e0;
  }
  a.stickybox:link {
    color: #00a9e0;
  }
  a.stickybox:hover {
    color: #00a9e0;
  }
  a.stickybox:visited {
    color: #00a9e0;
  }
}
.validator {
  display: none;
}