@font-face {
  font-family: 'TheSans';
  src: url('/fonts/TheSansOffice5_.eot');
  src: local('☺'), url('/fonts/TheSansOffice5_.woff') format('woff'), url('/fonts/TheSansOffice5_.ttf') format('truetype'), url('/fonts/TheSansOffice5_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansLight';
  src: url('/fonts/thesans-b3-light.eot');
  src: local('☺'), url('/fonts/thesans-b3-light.woff') format('woff'), url('/fonts/thesans-b3-light.ttf') format('truetype'), url('/fonts/thesans-b3-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
html {
  height: 100.1%;
    scroll-padding-top:100px;
}
@media only screen and (max-width: 640px) {
    html {
    scroll-padding-top:70px;}
}
body {
  background-color: #fff;
  color: #000;
  padding: 0px;
  font: 1.2em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  font-weight: 200;
}
a, a:visited {
  color: #009a49;
  text-decoration: none;
}
a:hover {
  color: #009a49;
  text-decoration: underline
}
a.actionBox:visited {
  color: #fff;
}
h1 {
  color: #000000;
  font: normal 240%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 1em 0
}
h2 {
  color: #000;
  font: normal 200%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0em 0 0.4em 0
}
h3 {
  color: #000;
  font: normal 160%/145% '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;
}
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';
  }
  h2 {
    font: normal 115%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
.green {
  color: #009a49
}
.black {
  color: #000;
}
.blue {
  color: #00a9e0
}
.grey {
  color: #444;

}
.small {
  font-size: 90%
}
.mini {
  font-size: 70%;
  line-height: 120%;
}
.bigger {
  font-size: 120%;
  line-height: 150%
}
p.enger {width:75%; margin:0 auto;}

.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff; text-decoration: underline;
}
a.weiss:visited {
  color: #fff
}
a.weiss:link {
  color: #fff; 
}

.grey-BG {
  background: #f3f3f3
}


.verlauf-blue-bottom {
  height: auto;
  background: rgb(0, 168, 225);
  background:
   /* url(img/line-yellow-bottom.png) no-repeat bottom left 10%, */linear-gradient(0deg, rgba(0, 168, 225, 1) 10%, rgba(0, 168, 225, 0) 45%);
  background-size: auto;
}
.verlauf-blue-top {
  background: rgb(0, 168, 225);
  background: url(img/lines-top.png) no-repeat bottom left -210px, linear-gradient(0deg, rgba(0, 168, 225, 0) 60%, rgba(0, 168, 225, 1) 94%);
   background-size: auto;
}
.verlauf-green-bottom {
  background: rgb(0, 154, 73);
  background: url(img/lines.png) no-repeat center left -30px, linear-gradient(0deg, rgba(0, 154, 73, 1) 10%, rgba(0, 154, 73, 0) 80%);
}
.verlauf-green-bottom-no-line {
  background: rgb(0, 154, 73);
  background: linear-gradient(0deg, rgba(0, 154, 73, 1) 10%, rgba(0, 154, 73, 0) 80%);
}
.verlauf-blue-bottom-no-line {
  background: rgb(0, 154, 73);
  background: linear-gradient(0deg, rgba(0, 168, 225, 1) 1%, rgba(0, 168, 225, 0) 99%);
}
.verlauf-green-top {
  background: rgb(0, 154, 73);
  background: linear-gradient(0deg, rgba(0, 154, 73, 0) 60%, rgba(0, 154, 73, 1) 94%);
}
.verlauf-green-top-mit {
  background: rgb(0, 154, 73);
  background: url(img/lines-top-2.png) no-repeat top left 10%, linear-gradient(0deg, rgba(0, 154, 73, 0) 60%, rgba(0, 154, 73, 0.6) 94%);
    background-size: auto;
}

.headerAround {
  width: 100%;
  height: 118px;
  position: fixed;
  top: 0;
  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);
     z-index:2000;
}
.headergreenAround {
  width: 100%;
  background-color: #009a49;
}
.headergreen {
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 40px 6px 40px;
  text-align: right
}
.headergreen a, .headergreen a:visited {
  color: #ffffff;
}
.headergreen a:hover {
  color: #c9ead8;
  text-decoration: none
}
.header {
  max-width: 1600px;
  margin: 0 auto;
  height: 100px;
  position: relative;
    
}
.header img {
  width:200px;
  margin: 18px 6% 24px 20px;
  float: left
}
.header a, .header a:visited {
  color: #009a49 !important;
}
.mobilicon {
  display: none
}
@media only screen and (max-width: 780px) {
    p.enger {width:90%; margin:0 auto;}
    .bigger {
  font-size: 100%;
  line-height: 140%
}
  .mobilicon {
    display: inline;
    width: 44px;
    position: absolute;
    top: 0px;
    right: 35px;
      z-index:1200;
  }
  .mobilicon img {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
  }
.headergreen {
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 0px 6px 0px;
  text-align: center
}
}
#nav {
    max-width:600px;
  margin: 0px 23%  0px auto;
  font: normal 95%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
#nav a:link {
  display: block;
  float: left;
    text-align: center;
  padding: 8px 8px 8px 8px;
  margin-top: 25px;
  margin-right: 10%;
  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: 1200px) {
#nav a:link {
  margin-right: 7%;
}
#nav {
max-width:600px;
margin: 0px 10%  0px auto;

}
}
@media only screen and (max-width: 1080px) {
    #nav {
max-width:600px;
margin: 0px 5%  0px auto;

}
#nav a:link {
  margin-right: 3%;
}
}
@media only screen and (max-width: 1024px) {
        #nav {
max-width:500px;
margin: 0px 8%  0px auto;

}
    
  #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: 780px) {
  #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: 100px;
  }
  .header img {
    width: 150px;
    margin: 15px 0% 10px 20px;
  }
  .headergreen {
    width: 98%;
    margin: 0;
    font-size: 0.72em;
    color: #ffffff;
    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;
  }
}
/************************ mobiles Ausklappen  **************************/
#klapp {
  z-index: 2000 !important;
  background-color: #fff;
  clear: both;
  top: 7px;
  right: 5px;
  width: 60%;
  line-height: 100%;
  position: absolute;
  font-family: 'TheSans', Verdana, 'Geneva, sans-serif';
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
  padding: 10px 20px 0 20px
}
#klapp a {
  color: #009a49;
  display: block;
  font-size: 1.2em;
  width: auto;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc
}
#klapp a:hover {
  text-decoration: none;
  color: #017336
}
.close {
  text-align: center;
  color: #4d4f53;
  background: #f3f3f3;
  cursor: pointer;
  padding: 10px 0 8px 0
}
/********************** 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;
  border-top: 1px solid #e0e0e0;
}
.content {
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 40px 40px 10px 40px;
}
.content-100 {
 max-width: none; width:100%;  padding: 40px 0px 10px 0px;
}

.content-form {
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 40px 10px 40px;
    text-align: center
}
@media only screen and (max-width: 600px) {
  .contentWhiteAround {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
  }
  .content {
    padding: 15px
  }
    .content-form {  padding: 0px 20px 10px 20px;}
}
.contentGreenAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #009a49;
  margin-top: 0px
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}

.mobile {
  display: none;
}
@media only screen and (max-width: 580px) {
  .mobile {
    display: inline
  }
}


.infoBoxLI {
  width: 49%;
  float: left;
  margin: 0 1% 0 0%;
    line-height: 150%;
}
.infoBoxRE {
  width: 50%;
  float: right;
  margin: 0 0% 0 0%;
    
}

.infoBoxLI p, .infoBoxRE p {width:80%}

.infoBoxRE img {
  width:100%;
  float: right; 
}

.img-bigger {width:115%}
.infoBoxLI img {
  width: 100%;
  float: left;

}

@media only screen and (max-width: 980px) { .infoBoxLI p, .infoBoxRE p {width:100%}}

@media only screen and (max-width: 799px) {
.img-bigger {width:100%}

  .infoBoxRE, .infoBoxLI {
    width: 96% !important;
    margin: 0 2% 0 0%;
    float: left;
  }
  .infoBoxLI img, .infoBoxRE img {
    width: 100%;
    float: none;
  }
}

.BBoxAround {
  width: 100%;
  clear: both;
  margin: 0.8em 0 0em 0px;
  overflow: hidden;
  align-items: stretch;
  line-height: 120%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.BBox {
  width: 20%;
  border-radius: 25px;
  background: #fff;
  margin: 70px 40px 40px 0px;
  padding: 12px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.v-down {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
.infoBox {
  width: 100%;
  clear: both;
  margin: 2em auto 0 auto;
  overflow: hidden;
  font-size: 93%;
  display: flex;
  align-items: stretch
}

.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 1.4s ease-out, transform 0.4s ease-out;
  will-change: opacity;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media only screen and (max-width: 980px) {
  .BBox {
    width: 25%;
    border-radius: 25px;
    background: #fff;
    margin: 70px 20px 40px 0px;
    padding: 12px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
@media only screen and (max-width: 740px) {
  .BBoxAround {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0.1em 0 0em -8px;
  }
  .BBox {
    width: 40%;
    border-radius: 25px;
    background: #fff;
    margin: 70px 20px 20px 0px;
    padding: 12px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
@media only screen and (max-width: 520px) {
  .BBox {
    width: 80% !important;
    margin: 70px 15px 20px 15px;
  }
  .desktop {
    display: none;
  }
}
.BBox p {
  font-size: 90%;
  margin-bottom: 3px
}
.BBox .Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35%
}
.BBox h3 {
  font: normal 100%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 1.3em 0 0 0;
  color: #00a9e0
}
.icon {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #009a49;
  margin: -60px auto 1em auto;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.icon img {
  width: 70px;
  margin-top: 25px
}
.text {
  width: 100%;
  padding: 1em 0;
  border-top: 2px solid #f9b122;
  border-bottom: 2px solid #f9b122
}
.text h3 {
  font-size: 150%;
  text-align: center
}
.text.center {
  text-align: center
}

.round-border {border-radius:15px}
.green-shadow { margin:20px; box-shadow: -7px 5px 12px  rgba(0, 168, 225, 0.18), -7px 5px 12px  rgba(0, 168, 225, 0.2);}
.white-shadow { margin:20px; box-shadow: -7px 5px 12px  rgba(255, 255, 255, 0.18), -7px 5px 12px  rgba(255, 255, 255, 0.2);}
.margin-20 {margin:20px;}

.button-more {
  color: #fff;
  display: block;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 75%;
  text-align: center;
  padding: 10px 0px 8px 0px;
  background: #004320;
  margin: 0 auto;
  font-size: 80%;
  cursor: pointer;
}
a.button-more:link {  text-decoration: none;}
a.button-more:visited {
  color: #fff;
}
a.button-more:hover {
  color: #fff;
  display: block;
  background: #009a49;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .button-more {
    width: 90%;
    margin-top: 10px
  }
}
.form-select {
  width: 25%;
  margin: 0% 2% 2% 0%;
  float: left
}
.form {
  width: 46%;
  margin-right: 2%;
  float: left
}
@media only screen and (max-width: 680px) {
  .form {
    width: 100%;
    margin-right: 0%;
    clear: both
  }
  .form-select {
    width: 99%;
    margin-right: 0%;
    clear: both
  }
}
.checkbox {
  cursor: pointer;
  border: 2px solid #fff
}
input[type="checkbox"] {
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #ffffff
}
input[type=checkbox]:checked {
  background: #009a49;
  background-image: url(img/haekchen.svg);
}
input[type=checkbox]:focus {
  box-shadow: 0 0 8px rgba(255, 203, 0, 1);
  border: 2px solid #fbca0c;
}
.textfeld, .freitext {
  width: 100%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom:20px;
  padding: 10px 5px 6px 15px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.textfeld {
  height: 35px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.freitext {
  height: 165px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.textfeld-K {
  width: 100px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 8px;
  height: 26px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.buttonBig {
  -webkit-appearance: none;
  width: 210px;
  padding: 10px;
  border: 0px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background: #ce1b62;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0px auto;
  text-align: center;
}
.buttonTopFooter {
  width: 70px;
  margin: -36px auto 0px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonTopFooter img {
  width: 100%;
}
.validator {
  display: none;
}
#videobereich {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videoextern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
    .textfeld, .freitext {
  width: 94%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom:20px;
  padding: 10px 1% 6px 5%;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
  .buttonTopFooter {
    width: 50px;
    margin: -25px auto 25px auto;
  }
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ebebeb;
  border-top: 1px solid #e0e0e0;
}
.footer {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 66px 40px 40px 40px;
  font-size: 80%;
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
.line.blu {
  border-bottom: 1px solid #00a9e0;
}
.line.weiss {
  border-bottom: 1px solid #fff;
}
.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: 15px;
  width: 115px;
  position: fixed;
  top: 62px;
  right: 40px;
  z-index: 2100;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ce1b62;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  border: 9px solid #ce1b62;
  color: #fff;
}
.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
}
@media only screen and (max-width: 780px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    right: 30%;
  }
  .mobile {
    display: block
  }
}


@media only screen and (max-width: 640px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top:6%;
    right: 30%;
    border: 8px solid #ce1b62;
    height: 15px;
    width: 108px;
  }
}

@media only screen and (max-width: 480px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top: 5.7%;
    right: 23%;
  }
}
@media only screen and (max-width: 400px) {
  /*.stickybox {display: none;}*/
  .stickybox {
    top:7.5%;
    right: 19.5%;
  }
}
@media only screen and (max-width:340px) {
  .stickybox {
    top:6.8%;
    right: 19%;
    color: #ce1b62 !important;
    font-size: 80%;
    background-color: #fff;
    border: 0px solid #fff;
  }
  .stickybox a {
    color: #ce1b62;
  }
  a.stickybox:link {
    color: #ce1b62;
  }
  a.stickybox:hover {
    color: #ce1b62;
  }
  a.stickybox:visited {
    color: #ce1b62;
  }
}
.validator {
  display: none;
}