/* Color Definitions */
/* Width Definitions */
/* Font Definitions */
@font-face {
  font-family: 'FaktSoftSmConProNormal';
  src: url('../fonts/FaktSoftSmConPro-Normal.eot');
  src: url('../fonts/FaktSoftSmConPro-Normal.eot') format('embedded-opentype'), url('../fonts/FaktSoftSmConPro-Normal.woff') format('woff'), url('../fonts/FaktSoftSmConPro-Normal.ttf') format('truetype'), url('../fonts/FaktSoftSmConPro-Normal.svg#FaktSoftSmConProNormal') format('svg');
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#header {
  height: 135px;
  border-bottom: 1px solid #C5C2C2;
  background: #FFFFFF;
  position: relative;
  z-index: 20;
}
#header .logo {
  position: absolute;
  z-index: 30;
  left: 0;
  top: 29px;
}
#header .font-sizes {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 33px;
  font-weight: bold;
}
#header .font-sizes .small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.857em;
  line-height: 1.5em;
  text-decoration: none;
  margin: 0 2px 0 0;
}
#header .font-sizes .medium {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 1.125em;
  text-decoration: none;
  margin: 0 2px 0 0;
}
#header .font-sizes .large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.429em;
  line-height: 0.9em;
  text-decoration: none;
}
#header .search {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 77px;
}
#header .search input {
  height: 25px;
  width: 182px;
  margin: 0 2px 0 0;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: inset 2px 2px 2px 1px rgba(204, 204, 204, 0.1);
  box-shadow: inset 2px 2px 2px 1px rgba(204, 204, 204, 0.1);
  display: block;
  float: left;
  background-image: linear-gradient(bottom, #e4f1cc 24%, #d6e1cc 100%);
  background-image: -o-linear-gradient(bottom, #e4f1cc 24%, #d6e1cc 100%);
  background-image: -moz-linear-gradient(bottom, #e4f1cc 24%, #d6e1cc 100%);
  background-image: -webkit-linear-gradient(bottom, #e4f1cc 24%, #d6e1cc 100%);
  background-image: -ms-linear-gradient(bottom, #e4f1cc 24%, #d6e1cc 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, #e4f1cc), color-stop(1, #d6e1cc));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e1cc', endColorstr='#e4f1cc', GradientType=0);
}
#header .search button {
  background: none repeat scroll 0 0 #7AB800;
  border: 0 none;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  width: 90px;
  padding-top: 2px;
  height: 27px;
}
@media only screen and (max-width: 600px) {
  #header {
    margin: 0 0 0 0;
  }
  #header .logo {
    width: 92.5%;
    text-align: left;
    padding: 0 0 0 7.5%;
  }
  #header .font-sizes {
    display: none;
  }
  #header .search {
    display: none;
  }
}
.teaser-home {
  border-bottom: 4px solid #7AB800;
  max-height: 460px;
  padding-top: 1px;
  background-position: center 1px;
}
.teaser-sub {
  max-height: 378px;
  overflow: hidden;
}
.teaser-sub .wrap {
  position: absolute;
  padding: 135px 0 0;
  top: 0;
  left: 3.5%;
  background-position: center 17px;
}
.teaser-home,
.teaser-sub .wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#teaser {
  width: 100%;
  height: 100%;
  /*border-top: 1px solid @darkGray;*/
  /*padding: 1px 0 0 0;*/
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#teaser .wrap-home {
  position: relative;
  padding: 135px 0 0;
  margin: auto;
  max-width: 1080px;
  width: 85%;
}
#teaser h2 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1.143em;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #353535;
}
#teaser button {
  background: none;
  border: none;
  color: #FFFFFF;
  padding: 0;
  display: block;
  height: 38px;
}
#teaser button .text {
  display: inline-block;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  height: 38px;
  background: #7AB800;
  color: #FFFFFF;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.571em;
  line-height: 42px;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
}
#teaser button .arrow {
  display: block;
  float: left;
  height: 38px;
  background: #649601;
  color: #FFFFFF;
  margin-left: 2px;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
}
#teaser.content {
  background: #EFEFEF;
  overflow: hidden;
  border-top: 0;
}
#teaser.content .wrap {
  top: 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #C5C2C2;
  height: 360px;
}
#teaser #stoerer {
  position: absolute;
  top: 50px;
  right: 2.5%;
}
@media all and (min-width: 1080px) {
  #teaser.content .wrap {
    position: relative;
    z-index: 20;
    left: 0;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 601px) {
  .teaser-sub {
    height: 300px !important;
  }
  .teaser-home {
    height: 350px !important;
  }
  #teaser .wrap-home {
    margin: auto;
    max-width: 1080px;
    padding: 93px 0 0;
    position: relative;
    width: 93%;
  }
  #teaser #stoerer {
    right: -10px;
  }
}
@media only screen and (max-width: 800px) {
  #teaser #stoerer {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .teaser-sub .wrap {
    border-top: 0 !important;
  }
  .teaser-home,
  .teaser-sub .wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #teaser {
    height: 249px;
  }
  #teaser .wrap-home {
    margin: 0 auto;
    padding: 35px 0 0;
    position: relative;
    width: 85%;
    z-index: 10;
  }
  #teaser h2 {
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 2.35em;
    line-height: 1.143em;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #353535;
  }
  #teaser button .text {
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.27em;
    line-height: 42px;
  }
  #teaser.content {
    display: none;
  }
  #teaser.content .wrap {
    left: 0;
  }
  #teaser.content img {
    width: 100%;
    height: auto;
    min-height: 364px;
    margin: 0 auto;
  }
  #main .content-wrap-sub {
    border-top: none !important;
  }
}
#breadcrumb {
  border-top: 1px solid #FFFFFF;
  background: #EFEFEF;
}
#breadcrumb .wrap {
  height: 33px;
  border-bottom: 1px solid #FFFFFF;
  max-width: 1080px;
}
#breadcrumb ul {
  display: block;
  margin: 0;
  padding: 8px 0 0 0;
}
#breadcrumb ul li {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.857em;
  line-height: 1.5em;
}
#breadcrumb ul li:first-child {
  color: #817E7E;
}
#breadcrumb ul li a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li.active,
#breadcrumb ul li span {
  color: #7AB800;
}
@media only screen and (max-width: 600px) {
  #breadcrumb {
    display: none;
  }
}
#side-cont {
  float: left;
  width: 22.63%;
}
#side-cont #menu {
  display: none;
}
#side-cont .mobile-search {
  display: none;
}
#main-nav {
  width: 100%;
}
#main-nav ul {
  padding: 0;
  margin: 23px 0 0 0;
}
#main-nav ul li:hover {
  border-bottom: 1px solid #7AB800;
}
#main-nav ul li.sub-active,
#main-nav ul li.active {
  border-bottom: 1px solid #7AB800;
}
#main-nav ul li.active a {
  color: #7AB800;
}
#main-nav ul li {
  border-bottom: 1px solid #C7C6C6;
}
#main-nav ul li a {
  display: block;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.286em;
  line-height: 1.286em;
  text-decoration: none;
  color: #5B5A5A;
  padding: 8px 2px;
  text-transform: uppercase;
}
#main-nav ul li a:hover {
  color: #7AB800;
}
#main-nav ul li ul {
  list-style: none;
  margin: 0 0 0 12px;
}
#main-nav ul li ul li {
  border-bottom: 0 !important;
}
#main-nav ul li ul li :hover {
  border-bottom: 0 !important;
}
#main-nav ul li ul li a {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.143em;
  line-height: 1.143em;
  padding: 8px 2px;
  text-transform: uppercase;
}
#main-nav ul li ul li .active {
  color: #7AB800;
  border-bottom: 0;
}
#main-nav ul li ul li .active :hover {
  border-bottom: 0;
}
#main-nav ul li .active {
  border-bottom: 1px solid #7AB800;
  color: #7AB800;
}
#main-nav ul li .active a {
  color: #7AB800;
}
#main-nav ul li .active ul {
  display: block;
  color: #5B5A5A;
}
#main-nav ul li .active ul a {
  color: #5B5A5A;
  text-transform: uppercase;
}
#main-nav ul li .active ul li:hover {
  border: none;
}
#main-nav ul li .active ul li:hover a.on,
#main-nav ul li .active ul li:hover a:hover {
  color: #7AB800;
}
@media all and (max-width: 1080px) {
  #side-cont {
    width: 30%;
  }
}
@media all and (max-width: 600px) {
  #side-cont {
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cbcbcb;
  }
  #side-cont #menu {
    float: left;
    display: block;
    border: 0;
    background: url(/system/img/menu.png) no-repeat left top;
    margin: 5px 0 13px 0;
    padding: 2px 0 0 25px;
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 14px;
    color: #5b5a5a;
    height: 15px;
  }
  #side-cont .mobile-search {
    float: right;
    display: block;
  }
  #side-cont .mobile-search input {
    background: #dedede;
    border: 1px solid #bfbfbf;
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 0;
    margin: 0 5px 0 0;
  }
  #side-cont #main-nav {
    display: none;
  }
  #side-cont #main-nav ul {
    margin: 0;
  }
  #side-cont #main-nav ul li:first-child {
    border-top: 1px solid #C7C6C6;
  }
  #side-cont #main-nav ul li:last-child {
    border-bottom: none;
  }
  #side-cont #main-nav ul li.active:last-child {
    border-bottom: 1px solid #7AB800;
  }
  #side-cont #main-nav ul ul li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 600px) {
  #side-cont {
    position: relative;
    z-index: 10;
    width: 85%;
    margin: 0 auto;
  }
}
#content {
  float: left;
  width: 47.12%;
  margin: 34px 3.71% 34px;
}
#content h1,
#content h2 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.714em;
  line-height: 1em;
  margin: 0 0 10px 0;
}
#content .content-table-wrapper {
  margin-bottom: 40px;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
#content .content-table-wrapper .content-table {
  width: 100%;
  min-width: 450px;
}
#content .content-table-wrapper .content-table th,
#content .content-table-wrapper .content-table td {
  padding: 7px;
  border: 1px solid #C7C6C6;
  word-wrap: break-word;
  text-align: left;
}
#content .content-table-wrapper .content-table th {
  background: #DEE7CB;
  font-size: 13px;
  line-height: 1.4;
}
#content .content-table-wrapper .content-table tr:nth-child(even) td {
  background: #e5e5e5;
}
#content .desc {
  margin: 0 0 20px 0;
}
#content .desc p {
  margin: 0 0 10px 0;
}
#content .desc.toggle-faq > h2 > a {
  position: relative;
  font-size: 0.85em;
}
#content .desc.toggle-faq > h2 > a:before {
  content: "+";
  position: absolute;
  left: -0.55em;
}
#content .desc.toggle-faq > h2 > a.is-open:before {
  content: "-";
}
#content .desc.toggle-faq > div {
  display: none;
}
#content .desc.toggle-faq > div p:first-child {
  margin-top: 0;
}
#content .desc.toggle-faq > div p:last-child {
  margin-bottom: 0;
}
#content .faq-wrapper {
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: 1.5em 1.5em 0.1em;
}
#content #news-cont {
  margin: 30px 0 30px 0;
}
#content #news-cont h2 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #FFFFFF;
}
#content #news-cont .news {
  border-top: 1px solid #CCCCCC;
  padding: 23px 0 24px 0;
}
#content #news-cont .news img {
  float: left;
  border: 1px solid #CCCCCC;
  width: 25.59%;
  height: auto;
}
#content #news-cont .news .desc {
  float: right;
  width: 70.47%;
  margin: 0;
}
#content #news-cont .news h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  line-height: 1em;
  margin: 3px 0 3px 0;
}
#content #news-cont .news p {
  margin: 0 0 10px 0;
}
#content #news-cont .news a {
  display: block;
  text-decoration: none;
  color: #7AB800;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.071em;
}
#content #news-cont .news a .greater {
  display: inline-block;
  vertical-align: middle;
  background-color: #649601;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  margin: 0 10px 0 0;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 0.8em;
}
#main .content-wrap-sub {
  border-top: 4px solid #7AB800;
}
#main.impression .wrap,
#main.career .wrap {
  max-width: 1080px;
}
#main.impression .content-wrap-sub {
  border-top: 1px solid #C5C2C2;
}
#main.impression a.fancybox {
  float: left;
  display: block;
  text-decoration: underline;
  padding: 1.96%;
  background: #FFFFFF;
  margin: 0 0 30px 5.9%;
  width: 25.39%;
  height: auto;
}
#main.impression a.fancybox.no-left-margin {
  margin: 0 0 30px 0;
}
#main.impression a.fancybox img {
  width: 100%;
  height: auto;
}
#main.team #member-cont .member {
  border-top: 1px solid #cbcbcb;
  padding: 19px 0 21px 0;
}
#main.team #member-cont .member:first-child {
  border-top: 0;
}
#main.team #member-cont .member img {
  float: left;
  border: 10px solid #FFFFFF;
  width: 21.65%;
  height: auto;
}
#main.team #member-cont .member .info {
  float: right;
  width: 70.47%;
  margin: 5px 0 0 0;
}
#main.team #member-cont .member .info .subline {
  margin: 0 0 25px 0;
}
#main.team #member-cont .member .info h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  line-height: 1em;
  margin: 0 0 0 0;
}
#main.team #member-cont .member .info .subline {
  margin: 0 0 20px 0;
}
#main.team #member-cont .member .info p {
  margin: 0 0 20px 0;
}
#main.team #member-cont .member .info a {
  display: block;
  text-decoration: none;
  color: #7AB800;
}
#main.team #member-cont .member .info a .greater {
  display: inline-block;
  background-color: #649601;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.071em;
}
#main.career #job-list table {
  width: 100%;
}
#main.career #job-list table tr {
  padding: 8px 0;
  border-top: 1px solid #C5C2C2;
  border-bottom: 1px solid #C5C2C2;
}
#main.career #job-list table tr td:first-child {
  background: url('/system/img/plus.png') no-repeat left center;
  padding: 0 0 0 24px;
  margin: 0 0 0 0;
  text-align: left;
}
#main.career #job-list table tr td {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
  padding: 0 0 0 30px;
}
#main.career #job-list table tr td a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
  color: #7AB800;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-decoration: none;
}
#main.career #job-list table tr td:last-child a {
  background: url('/system/img/pdf.png') no-repeat left center;
  padding: 0 0 0 30px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
}
#main.career #job-list table tr:first-child {
  border-top: 0;
  border-bottom: 1px solid #C5C2C2;
}
.search section article:first-child {
  border-top: none !important;
}
@media only screen and (max-width: 1080px) {
  #content {
    width: 66.29%;
    margin: 34px 0 34px 3.71%;
  }
}
@media only screen and (max-width: 700px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #content #news-cont img {
    display: none;
  }
  #content #news-cont .news .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #content {
    float: none;
    position: relative;
    z-index: 10;
    width: 85%;
    margin: 28px auto 0;
  }
  #main.impression .wrap,
  #main.team .wrap,
  #main.career .wrap {
    border-top: 0;
  }
  #main.impression .wrap #member-cont .member,
  #main.team .wrap #member-cont .member,
  #main.career .wrap #member-cont .member {
    border-top: 1px solid #cbcbcb;
    padding: 19px 0 21px 0;
  }
  #main.impression .wrap #member-cont .member img,
  #main.team .wrap #member-cont .member img,
  #main.career .wrap #member-cont .member img {
    display: none;
  }
  #main.impression .wrap #member-cont .member .info,
  #main.team .wrap #member-cont .member .info,
  #main.career .wrap #member-cont .member .info {
    width: 100%;
  }
  #main.impression .item-cont {
    width: 96.08%;
    margin: 0 0 30px 0;
    padding: 1.96%;
    background: #FFFFFF;
    height: 300px;
  }
  #main.impression .item-cont a.fancybox {
    float: none;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
  }
  #main.impression .item-cont a.fancybox.no-left-margin {
    margin: 0;
  }
  #main.impression .item-cont a.fancybox img {
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }
  #main.career #job-list {
    margin: 0 0 34px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-table-wrapper .content-table td:first-child {
    white-space: nowrap;
  }
}
#sidebar {
  float: right;
  width: 22.63%;
  margin: 35px 0 0 0;
}
#sidebar .item,
#sidebar-left .item {
  width: 84%;
  background: #DEE7CB;
  border: 1px solid #cbcbcb;
  padding: 26px 7.79%;
  margin: 0 0 35px 0;
}
#sidebar .item h3,
#sidebar-left .item h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.714em;
  line-height: 1em;
  margin: 0 0 18px 0;
}
#sidebar .item.downloads ul,
#sidebar-left .item.downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .item.downloads li,
#sidebar-left .item.downloads li {
  margin: 0 0 0 5px;
  padding: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2em;
  background: url('/system//img/pdf.png') no-repeat left center;
}
#sidebar .item img,
#sidebar-left .item img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}
#sidebar .item p,
#sidebar-left .item p {
  margin: 18px 0 0 0;
}
#sidebar .item.location a,
#sidebar-left .item.location a {
  margin: 16px 0 0 0;
  display: block;
  text-decoration: none;
  color: #7AB800;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#sidebar .item.location a .greater,
#sidebar-left .item.location a .greater {
  display: inline-block;
  background-color: #649601;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  margin: 0 5px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.071em;
  text-shadow: none;
}
#sidebar-left {
  margin-top: 35px;
}
@media all and (max-width: 1080px) {
  #sidebar,
  #sidebar-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  /*	#sidebar {
		width: 100%;
		margin: 0;
	}

	#sidebar-left {
		width: 118%;
		margin: 0 -9%;
	}
*/
  #sidebar,
  #sidebar-left {
    float: none;
    width: 100%;
    margin: 0;
  }
  #sidebar .item,
  #sidebar-left .item {
    width: 85%;
    padding: 26px 7.5%;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-left: 0;
    border-right: 0;
  }
}
.site-footer {
  background: #FFFFFF;
  height: 136px;
  border-top: 1px solid #C5C2C2;
}
.site-footer .units {
  background: #DEE7CB;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: "18px";
  line-height: "1em";
  color: #7AB800;
}
.site-footer .units > div {
  font-size: 18px;
  padding-top: 25px;
}
.site-footer .units > div h3 {
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  text-shadow: none;
}
.site-footer .units > div > div {
  float: right;
  font-size: 1em;
}
.site-footer .units > div > div > a {
  font-size: 1em;
  color: #7AB800;
  margin-left: 0.9em;
  text-decoration: none;
}
.site-footer .units > div > div > a.active,
.site-footer .units > div > div > a:hover {
  text-decoration: underline;
}
.site-footer .vcard {
  position: absolute;
  left: 0;
  top: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.929em;
  line-height: 1.462em;
}
.site-footer .vcard h4 {
  font-weight: bold;
  margin: 0;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.462em;
}
.site-footer .right {
  position: absolute;
  right: -1px;
  top: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.929em;
  line-height: 1.385em;
  text-align: right;
}
.site-footer .right .vamed {
  margin: 0 13px 0 0;
}
.site-footer .right p {
  margin-right: 1px;
}
/* cookies hint: */
.cookies-hint {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #c5c2c2;
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cookies-hint > div {
  max-width: 1080px;
  width: 93%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.cookies-hint > div > div {
  float: left;
  width: 85%;
}
.cookies-hint > div > a.cookies-accept,
.cookies-hint > div > a.cookies-decline {
  display: inline-block;
  margin-left: 1.2em;
  float: right;
}
.cookies-hint a {
  white-space: nowrap;
  text-decoration: underline;
  color: #7ab800;
}
@media only screen and (max-width: 600px) {
  .cookies-hint > div {
    width: 85%;
  }
  .site-footer {
    height: 248px;
    position: relative;
    margin: 0 auto;
  }
  .site-footer .units > div {
    font-size: 18px;
  }
  .site-footer .units > div h3 {
    float: none;
  }
  .site-footer .units > div > div {
    float: none;
    font-size: 1em;
  }
  .site-footer .units > div > div > a {
    margin: 0 0.9em 0.3em 0;
    display: inline-block;
  }
  .site-footer .wrap {
    padding: 20px 0;
    width: 85%;
    max-width: 1080px;
  }
  .site-footer .vcard {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.929em;
    line-height: 1.462em;
    left: auto;
    top: auto;
    margin: 0 0 30px 0;
  }
  .site-footer h4 {
    font-weight: bold;
    margin: 0;
    color: #353535;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.462em;
  }
  .site-footer .right {
    position: relative;
    right: auto;
    top: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.929em;
    line-height: 1.385em;
  }
  .site-footer .right .vamed {
    margin: 0 13px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer .units > div {
    padding-bottom: 15px;
  }
  .site-footer .units > div h3 {
    float: none;
    margin-bottom: 16px;
  }
  .site-footer .units > div > div {
    float: none;
  }
  .site-footer .units > div > div > a {
    margin: 0 0.9em 0.3em 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1080px) {
  .cookies-hint > div {
    width: 85%;
  }
}
/* Custom Definitions */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  color: #353535;
  min-width: 320px;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -137px;
  background: #EFEFEF;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer,
.page-wrap:after {
  height: 137px;
}
.wrap {
  position: relative;
  width: 93%;
  margin: 0 auto;
  max-width: 1080px;
}
/* Headline Definitions */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'FaktSoftSmConProNormal';
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #7AB800;
  text-shadow: 1px 1px 1px #FFFFFF;
}
p {
  margin: 0 0 10px 0;
}
ul {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
a {
  color: #353535;
  text-decoration: underline;
}
hr {
  color: #FFFFFF;
  margin: 0 0 1px 0;
  background: #FFFFFF;
  width: 100%;
  margin: 0;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #EFEFEF;
}
@media all and (min-width: 1080px) {
  .wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 600px) {
  .wrap {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */