html,
body{
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  background: #f5f5f5;
  color: #323232;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

body,
input,
select,
textarea,
a {
  color: #323232;
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
}

h1,
h2{
  font-family: 'Catamaran', sans-serif;
  margin: 0 0 1em;
  line-height: 1;
}

h1 {
  color: #79b022;
  font-size: 3.6rem;
  font-weight: 300;
}
.heading-group{
  color: #767676;
}

body.admin h1{
  margin: 0 0 .3em;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

h3 {
  font-size: 1.6rem;
}

p{
  margin: 0 0 1em;
}

table{
  margin: 0 0 1em;
}

td{
  padding: 0 20px 4px 0;
}

.highlight{
  color: #79b022;
}
.highlight-size{
  font-size: 24px;
}
.true{
  color: #006600;
}
.false{
  color: #b20000;
}
.infotext{
  background: #F5F5F5;
  padding: 10px;
}
.infotext.sprite-before{
  padding-left: 44px;
  position: relative;
}
.infotext.sprite-before:before{
  background-position: -245px 0;
  height: 24px;
  margin: -12px 0 0;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 24px;
}

.back:before{
  content: '« ';
}

a.website{
  display: block;
  padding-left: 20px;
  text-decoration: none;
}
a.website:hover,
a.website:focus{
  text-decoration: underline;
}
a.website:before{
  background-position: -271px 0;
  height: 14px;
  left: 0;
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  width: 14px;
}

/*
 * Header
 */
.header-wrapper {
  background: #79b022;
  border-bottom: 5px solid #fff;
  left: 0;
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 24;
}

.testplatform .header-wrapper {
  background: orangered;
}

.header {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  text-align: right;
  width: 96%;
}

/*
 * Slider
 */
.headerpic {
  border: 0;
  margin: 54px auto 0;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}
.headerpic img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.headerpic-apps-wrapper{
  background: rgba(255,255,255,.4);
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  z-index: 16;
}
.headerpic-apps{
  margin: 0 auto;
  max-width: 1440px;
  text-align: right;
  width: 96%;
}
.headerpic-app{
  display: inline-block;
  margin: 0 0 0 25px;
}

/*
 * Content
 */
.content-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 0;
  position: relative;
  width: 96%;
}
.header-wrapper + .content-wrapper {
  padding-top: 140px;
}
.content-wrapper:before {
  border: 12px solid transparent;
  border-bottom-color: #F5F5F5;
  content: '';
  height: 0;
  left: 50%;
  margin: 0 0 0 -12px;
  position: absolute;
  top: -24px;
  width: 0;
  z-index: 20;
}
.header-wrapper + .content-wrapper:before {
  display: none;
}


/*
 * Main content
 */
.content {
  float: right;
  position: relative;
  width: 70.833333%;
}
.no-sidebar .content{
  float: none;
  width: auto;
}

/*
 * Sidebar
 */
.sidebar {
  float: left;
  width: 25%;
}

.box{
  background: #fff;
  margin: 0 0 30px;
  padding: 15px 20px;
}
.box-heading{
  color: #767676;
  font-family: 'Catamaran', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1em;
}
.box-heading strong{
  color: #323232;
}
.navibox-heading:after{
  background-position: -24px 0;
  height: 24px;
  margin: -12px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
}
.bannerbox-heading{
  font-size: 2.4rem;
  padding-left: 62px;
}
.bannerbox-app{
  display: inline-block;
  margin: 0 10px 0 0;
}
.bannerbox-heading:before{
  background-position: -84px -26px;
  height: 50px;
  left: 0;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  width: 50px;
}

/*
 * Banner
 */
.banner-wrapper{
  background: #ccc url(../images/dummy-banner.jpg) no-repeat center 0;
  padding: 90px 0 80px;
}
.banner{
  color: #fff;
  font-family: 'Catamaran', sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
  width: 96%;
}

/*
 * Footer
 */
.footer-wrapper {
  background: #79b022;
  padding: 75px 0 65px;
  position: relative;
}
.footer-wrapper:before {
  background: #8dbe40;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.footer-wrapper:after {
  background-position: 0 -26px;
  height: 81px;
  left: 50%;
  margin: 0 0 0 -41px;
  position: absolute;
  top: -20px;
  width: 82px;
}
.footer,
.footer a{
  color: #fff;
}
.footer {
  font-family: 'Catamaran', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1440px;
  width: 96%;
}
.footerbox{
  float: right;
  margin: 0 0 0 50px;
}
.footerbox-1{
  float: left;
  margin: 0;
  padding: 0 0 0 150px;
  position: relative;
}
.footerbox-pic{
  background: url(../images/pic-footer.jpg) no-repeat 0 0;
  border-radius: 50%;
  height: 120px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 120px;
}
.footerbox-pic:after{
  border: 10px solid rgba(255,255,255,.3);
  border-radius: 50%;
  bottom: -10px;
  content: '';
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
}
/*.footerbox-1:before{
  background-position: -84px -28px;
  height: 140px;
  left: -10px;
  position: absolute;
  top: -7px;
  width: 140px;
}*/
.footerbox-address{
  margin: 0 0 .8em;
}
.footerbox-phone{
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}
.footerbox-phone-times{
  font-size: 1.5rem;
}
.footerbox ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footerbox li{
  margin: 0 0 .5em;
}
.footerbox li:before{
  content: '» ';
}


/*
 * Copyright
 */
.copyright-wrapper {
  background: #fff;
  padding: 10px 0;
}
.copyright,
.copyright a{
  color: #767676;
}
.copyright {
  margin: 0 auto;
  max-width: 1440px;
  width: 96%;
}

.copyright-ww {
  float: right;
}

.cookie-info{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.8);
  color: #FFF;
  padding: 15px 60px 15px 15px;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  z-index: 99999;
}
.cookie-info a{
  color: #fff;
}
.cookie-info a.button{
  font-size: 1.4rem;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
 * Full width element in fixed width container
 */
.fullwidth{
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}