/* import web fonts */@font-face {
  font-family: 'AllerBold';
  src: url('fonts/aller_bd-webfont.eot');
  src: local('?'), url('fonts/aller_bd-webfont.woff') format('woff'), url('fonts/aller_bd-webfont.ttf') format('truetype'), url('fonts/aller_bd-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AllerLightRegular';
  src: url('fonts/aller_lt-webfont.eot');
  src: local('?'), url('fonts/aller_lt-webfont.woff') format('woff'), url('fonts/aller_lt-webfont.ttf') format('truetype'), url('fonts/aller_lt-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AllerRegular';
  src: url('fonts/aller_rg-webfont.eot');
  src: local('?'), url('fonts/aller_rg-webfont.woff') format('woff'), url('fonts/aller_rg-webfont.ttf') format('truetype'), url('fonts/aller_rg-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AllerDisplayRegular';
  src: url('fonts/allerdisplay-webfont.eot');
  src: local('?'), url('fonts/allerdisplay-webfont.woff') format('woff'), url('fonts/allerdisplay-webfont.ttf') format('truetype'), url('fonts/allerdisplay-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* green *//* navigation links */.ciColor1 {
  color: #198254;
}
.ciColor2 {
  color: #525252;
}
.ciColor3 {
  color: #b5b5b5;
}
.ciColor4 {
  color: #b5b4b4;
}
.ciColor5 {
  color: #747474;
}
.fS13 {
  font-size: 13px;
}
body {
  font-family: Arial;
  font-size: 16px;
}
/* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* ------- grid ------------------------------------------------------------------------------------------------------*//* main container */#mc {
  width: 900px;
  margin: 35px auto;
  padding: 10px;
  font-size: 94%;
}
/* header container */#hc {
  height: 115px;
}
#logo {
  float: left;
}
/* language container */#lc {
  width: 400px;
  float: right;
  text-align: right;
}
/* navigation container */#nc {
  margin: 0 0 15px 0;
}
/* teaser container */#tc {
  width: 900px;
  display: block;
  background-repeat: no-repeat;
  background-position: bottom;
}
#tc td {
  width: 900px;
  height: 285px;
}
.padder {
  margin-left: 20px;
  position: relative;
  bottom: 24px;
}
.padder .spacer {
  display: block;
  height: 15px;
}
/* body container */#bc {
  margin-top: 30px;
  position: relative;
  min-height: 300px;
  margin-bottom: 80px;
  padding: 0 30px;
}
/* admin container */#ac {
  width: 140px;
  position: absolute;
  top: -100px;
  right: -200px;
  padding: 10px;
  background: #fff;
  border: 5px solid #525252;
}
/* footer container */#fc {
  height: auto;
  width: 100%;
  border-top: 1px solid #b5b4b4;
  margin-bottom: 80px;
}
.colSet {
  background: url(../images/layout/colBottom.png) bottom center no-repeat;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.col {
  width: 410px;
}
.col .header {
  display: block;
  height: 65px;
  border-bottom: 1px solid #b5b4b4;
  margin-bottom: 10px;
}
.col .header.big {
  height: 130px;
}
.col .body {
  padding: 0 8px;
}
.col .greyLine {
  margin-top: 7px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #b5b4b4;
}
.w610 {
  width: 610px;
}
.w210 {
  width: 210px;
}
/* ------- navigation ----------------------------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ */#nc {
  display: block;
  height: 20px;
  font-family: AllerRegular;
  font-weight: normal;
  white-space: nowrap;
}
#nc li {
  float: left;
}
#nc li a {
  display: inline-block;
  font-size: 15px;
  padding: 5px 7px 0 7px;
  border-width: 1px 1px 0 1px;
  border-color: #fff;
  background: url(../images/layout/ncSpacer.png) top right no-repeat;
  margin-right: -1px;
}
#nc li a.last {
  background: none;
}
#nc li a:hover, #nc li a.active {
  color: #198254;
  border-style: solid;
  border-color: #b5b5b5;
  background: none;
  padding: 4px 6px 0 6px;
}
#nc li ul {
  display: none;
  padding-top: 3px;
  position: absolute;
  width: 800px;
}
#nc li:hover ul {
  display: block;
}
#nc li ul li {
  float: left;
  background: #fff;
}
#nc li ul li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 7px;
  margin-right: 0px;
  font-size: 13px;
}
#nc li ul li a:hover, #nc li ul li a.active {
  border: none;
  background: url(../images/layout/ncSpacer.png) top right no-repeat;
  padding: 0 7px;
}
#nc li ul li a.active {
  color: #198254;
}
.fcl {
  width: 220px;
}
.fcl .h4 {
  border-top: 1px solid #b5b4b4;
  color: #747474;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 0;
}
.fcl ul li {
  background: url(../images/layout/arrowListFc.png) 5px 7px no-repeat;
  font-size: 12px;
  padding: 1px 0 0px 30px;
  line-height: 20px;
  border-top: 1px solid #b5b4b4;
}
.fcl ul li a {
  display: inline-block;
}
.fcl ul li.single {
  border-top: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #b5b4b4;
}
.fcl ul li.last {
  border-bottom: 1px solid #b5b4b4;
}
.fcl ul li.active a {
  color: #198254;
}
/* ------- font-style ------------------------------------------------------------------------------------------------*//* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* headers and claims */h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
div.claim {
  height: 90px;
  padding-top: 5px;
  line-height: 130%;
}
.h100 {
  line-height: 130%;
}
div.borderTop {
  border-top: 1px solid #b5b5b5;
}
h1, .h1 {
  font-size: 140%;
}
h2, .h2 {
  font-size: 130%;
  color: #198254;
}
h3, .h3 {
  font-size: 100%;
}
h4, .h4 {
  font-size: 100%;
}
h5, .h5 {
  font-size: 100%;
}
#bc h2, #bc .h2 {
  background: url(../images/layout/legend.png) 3px 5px no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
  left: -25px;
  line-height: 130%;
}
.hr {
  height: 0;
  line-height: 0;
  font-size: 0;
  border-top: 1px solid #b5b5b5;
}
.mT20 {
  margin-top: 20px;
}
.mT30 {
  margin-top: 30px;
}
.mT45 {
  margin-top: 45px;
}
.mB20 {
  margin-bottom: 20px;
}
.p5 {
  padding: 5px;
}
.b {
  font-weight: bold;
}
.dN {
  display: none;
}
#bc ul.list h3, #bc ol.enumeration h3 {
  color: #525252;
  font-size: 100%;
  margin-bottom: 0;
}
#bc ul.list {
  margin-top: 7px;
}
#bc ul.list li {
  padding: 5px 5px 5px 28px;
  background: url(../images/layout/ulLi1.png) no-repeat;
  line-height: 130%;
}
#bc ul.list li ul {
  position: relative;
  left: -10px;
}
#bc ul.list li ul li {
  border: none;
  padding: 1px 5px 1px 10px;
  background: url(../images/layout/ulLiUlLi1.png) 0px 7px no-repeat;
  line-height: 130%;
}
#bc ul.list li.noArrow {
  background: none;
}
#bc ul.list li.noPadding {
  padding: 5px 5px 4px 10px;
}
#bc ol.enumeration {
  margin-top: 20px;
  /*li.li1 {*/
  /*background-image: url(../images/layout/olLi1.png);*/
  /*}*/
  /*li.li3 {*/
  /*background-image: url(../images/layout/olLi3.png);*/
  /*}*/
  /*li.li4 {*/
  /*background-image: url(../images/layout/olLi4.png);*/
  /*}*/
  /*li.li5 {*/
  /*background-image: url(../images/layout/olLi5.png);*/
  /*}*/
  /*li.li6 {*/
  /*background-image: url(../images/layout/olLi6.png);*/
  /*}*/
  /*li.li7 {*/
  /*background-image: url(../images/layout/olLi7.png);*/
  /*}*/
  /*li.li8 {*/
  /*background-image: url(../images/layout/olLi8.png);*/
  /*}*/
  /*li.li9 {*/
  /*background-image: url(../images/layout/olLi9.png);*/
  /*}*/
  /*li.li10 {*/
  /*background-image: url(../images/layout/olLi10.png);*/
  /*}*/
  /*li.li11 {*/
  /*background-image: url(../images/layout/olLi11.png);*/
  /*}*/
  /*li.li12 {*/
  /*background-image: url(../images/layout/olLi12.png);*/
  /*}*/
  /*li.li13 {*/
  /*background-image: url(../images/layout/olLi13.png);*/
  /*}*/
  /*li.li14 {*/
  /*background-image: url(../images/layout/olLi14.png);*/
  /*}*/
  /*li.li15 {*/
  /*background-image: url(../images/layout/olLi15.png);*/
  /*}*/
  /*li.li16 {*/
  /*background-image: url(../images/layout/olLi16.png);*/
  /*}*/
  /*li.li17 {*/
  /*background-image: url(../images/layout/olLi17.png);*/
  /*}*/
  /*li.li18 {*/
  /*background-image: url(../images/layout/olLi18.png);*/
  /*}*/
  /*li.li19 {*/
  /*background-image: url(../images/layout/olLi19.png);*/
  /*}*/
  /*li.li20 {*/
  /*background-image: url(../images/layout/olLi20.png);*/
  /*}*/
  /*li.li21 {*/
  /*background-image: url(../images/layout/olLi21.png);*/
  /*}*/
}
#bc ol.enumeration div.no {
  display: block;
  width: 16px;
  height: 20px;
  position: relative;
  left: -40px;
  padding-left: 15px;
  background: url(../images/layout/arrowLinkDown.png) 0px 7px no-repeat;
  margin-bottom: -20px;
  font-weight: bold;
  text-align: right;
}
#bc ol.enumeration li {
  padding: 5px 5px 5px 50px;
  line-height: 140%;
}
#bc ol.enumeration li.li2 {
  background-image: url(../images/layout/olLi2.png);
}
#bc ol.enumeration li, #bc ul.list li {
  border-top: 1px solid #b5b4b4;
  background-repeat: no-repeat;
  background-position: 10px 9px;
  line-height: 130%;
}
#bc ol.enumeration li.noBorder {
  border: none;
  margin-top: -15px;
}
#bc ul.list li.noBorder {
  border: none;
  margin-top: -8px;
}
.options {
  color: #6b6a6a;
  border-top: 1px solid #b5b4b4;
  text-align: right;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
}
.options a {
  color: #6b6a6a;
  padding: 1px 0px 0 15px;
  margin: 9px 5px 0 5px;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.options a.print {
  background-image: url(../images/layout/symbolPrint.png);
}
.options a.pdf {
  background-image: url(../images/layout/symbolPdf.png);
}
.options a.mail {
  background-image: url(../images/layout/symbolMail.png);
}
.reference {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #b5b5b5;
  padding: 10px 5px 10px 30px;
  margin-bottom: 30px;
}
.reference .logo {
  width: 200px;
  height: 80px;
  margin-bottom: 10px;
}
.reference .description {
  margin-top: 0px;
  height: 18px;
}
.reference .website {
  height: 18px;
  margin-top: 0px;
  position: relative;
  left: -15px;
}
.reference .website a {
  padding-left: 15px;
  background: url(../images/layout/arrowLinkDown.png) 0px 5px no-repeat;
}
.reference .editReferenceContainer {
  border: 1px dashed #b5b5b5;
  padding: 10px;
  margin-top: 5px;
}
.reference .referenceOptions {
  font-size: 13px;
  width: 150px;
  display: block;
  float: right;
}
strong {
  font-weight: bold;
}
#lc {
  font-size: 85%;
}
body, a {
  color: #525252;
}
a:hover {
  color: #198254;
}
a.arrowLink {
  display: inline-block;
  background-image: url(../images/layout/arrowLinkDown.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-right: 15px;
}
a.arrowLink:hover, a.arrowLink.active {
  color: #198254;
  background-image: url(../images/layout/arrowLinkUp.png);
}
.parentPage, .subPage {
  background: #ffffff;
  color: #198254;
  display: inline;
  font-family: AllerRegular;
}
.parentPage {
  padding: 4px 38px 4px 10px;
  font-weight: lighter;
  font-size: 18px;
  line-height: 22px;
}
.subPage {
  padding: 4px 38px 4px 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
legend {
  color: #525252;
  background: url(../images/layout/legend.png) 10px 22px no-repeat;
  padding: 20px 0 20px 30px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}
fieldset {
  display: block;
  float: left;
}
fieldset.quicklinks {
  width: 200px;
  margin-right: 40px;
}
fieldset.contact {
  float: right;
  width: 220px;
}
.hy {
  text-align: justify;
}
p {
  line-height: 140%;
  margin-bottom: 30px;
}
p.withArrow {
  background: url(../images/layout/arrowLinkDown.png) 10px 7px no-repeat;
  padding: 0 150px 0 30px;
}
.underLineHeader {
  border-bottom: 1px solid #b5b5b5;
  padding: 0 0 5px 30px;
  background: url(../images/layout/arrowLinkDown.png) 10px 7px no-repeat;
  margin-bottom: 10px;
  font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* ------- messages --------------------------------------------------------------------------------------------------*/.warning {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cc0000;
}
/* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* ------- helpers ---------------------------------------------------------------------------------------------------*/.cB {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
/* ------- helpers ---------------------------------------------------------------------------------------------------*//* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ */.logoutContainer {
  width: 400px;
  height: 100px;
  float: right;
  display: block;
}
/* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* ------- layout ----------------------------------------------------------------------------------------------------*//*
  colLayout2_1  means: the layout has 2 columns, the type of the layout is 1, each type stands for a different
  arrangementof the columns
*/.cL2_1 > div, .cL2_5050 > div, .cL3_1 > div {
  display: block;
}
.cL2_1 .l {
  width: 700px;
  float: left;
}
.cL2_1 .r {
  width: 200px;
  float: right;
}
.cL2_5050 .l {
  width: 49%;
  float: left;
}
.cL2_5050 .r {
  width: 49%;
  float: right;
}
.cL3_1 .l {
  width: 400px;
  float: left;
}
.cL3_1 .m {
  width: 200px;
  float: left;
}
.cL3_1 .r {
  width: 200px;
  float: right;
}
/* ------- layout ----------------------------------------------------------------------------------------------------*//* ------------------------------------------------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------------------------------------------ *//* boxTypeX */.bT1 {
  padding: 10px;
  background: #fff;
  border: 5px solid #525252;
}
.loginContainer {
  width: 400px;
  margin: 100px auto;
}
.cmsEditTable {
  font-family: Arial;
}
.cmsEditTable .c1, .cmsEditTable .c2, .cmsEditTable .c3 {
  padding: 2px;
}
.cmsEditTable .c1 {
  width: 200px;
  line-height: 25px;
  font-size: 85%;
}
.cmsEditTable .c2 {
  width: 600px;
}
.cmsEditTable .c2 input[type=text], .cmsEditTable .c2 textarea {
  font-size: 13px;
  color: #747474;
  width: 600px;
}
.cmsEditTable .c2 input[type=text] {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #198254;
}
.cmsEditTable .c2 textarea {
  height: 300px;
  padding: 40px 5px 5px 5px;
}
.cmsEditTable .c2 .textAreaOptions {
  height: 0;
  padding: 0 10px;
}
.cmsEditTable .c2 .textAreaOptions .jTip {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 20px;
  width: auto;
  padding: 0 3px;
  margin-right: 3px;
}
.cmsEditTable .c2 .textAreaOptions img {
  border: 0;
}
.CheckBoxList {
  margin: 10px 0;
}
.tooltip {
  display: none;
  background: #ff0000;
  font-size: 12px;
  height: 70px;
  width: 160px;
  padding: 25px;
  color: #fff;
}
/* ############################################################################################### *//* ########### pages ############################################################################# */#sendPageLinkContainer, #addReferenceLeftContainer, #addReferenceRightContainer {
  border-top: 1px solid #b5b5b5;
  padding: 10px;
}
#sendPageLinkContainer td, #addReferenceLeftContainer td, #addReferenceRightContainer td {
  width: 50%;
  padding: 3px 5px;
}
#sendPageLinkContainer td input[type=text], #addReferenceLeftContainer td input[type=text], #addReferenceRightContainer td input[type=text] {
  width: 100%;
}
#sendPageLinkContainer td input[type=submit], #addReferenceLeftContainer td input[type=submit], #addReferenceRightContainer td input[type=submit] {
  color: #747474;
  padding: 0 0 0 20px;
  border: none;
  background: url(../images/layout/arrowLinkDown.png) 8px 5px no-repeat;
  font-size: 13px;
  cursor: pointer;
}
/* ########### products - halbleiterchemie ####################################################### */.downloadArea {
  width: 633px;
  height: 127px;
  margin: 30px 10px;
}
.downloadArea .link {
  display: bllock;
  width: 300px;
}
.downloadArea img {
  height: 127px;
  margin: 0 10px 10px 0;
}
.tuev {
  height: 91px;
  background: url(../images/content/tuev.png) 10px 0px no-repeat;
  padding: 40px 0 0 130px;
  font-size: 12px;
}
.elementTableContainer {
  width: 670px;
}
/* ########### contact ########################################################################### */input, select, textarea {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  font: 13px arial;
  margin: 2px 0;
  padding: 2px 4px;
}
select {
  padding: 2px 2px 2px 0;
}
textarea {
  height: 150px;
  vertical-align: top;
}
table.contact input[type=text],
table.referenceTable input[type=text],
table.contact textarea,
table.referenceTable textarea,
table.contact .titlePadder,
table.referenceTable .titlePadder {
  width: 90%;
  color: #525252;
  padding: 2px;
}
table.contact input[type=submit], table.referenceTable input[type=submit] {
  color: #747474;
  padding: 0 0 0 20px;
  border: none;
  background: url(../images/layout/arrowLinkDown.png) 8px 5px no-repeat;
  font-size: 13px;
  cursor: pointer;
}
table.contact input[type=submit]:hover, table.referenceTable input[type=submit]:hover {
  background: url(../images/layout/arrowLinkUp.png) 8px 5px no-repeat;
}
table.contact td, table.referenceTable td {
  padding: 0px;
  white-space: nowrap;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #b2d1ff;
}
/* MESSAGES AND ERRORS */.message {
  background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
  border: 1px solid #b2d1ff;
  color: #006dba;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 30px;
}
div.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #cc0000;
  margin: 10px 0 5px 0;
  padding: 5px 10px 5px 0;
}
div.errors ul {
  list-style: none;
  padding: 0;
}
div.errors li {
  background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
  line-height: 16px;
  padding-left: 30px;
  margin: 5px 0;
}
.qq-upload-button {
  padding: 0;
  margin: 0;
  color: #198254;
  font-size: 15px;
  background: none;
  border: 1px solid #b5b5b5;
  width: 100%;
  cursor: pointer;
  display: block;
  height: 18px;
  position: relative;
}
.qq-upload-button:hover {
  border-color: #198254;
}
.purpose {
  color: #198254;
  font-weight: bold;
}
table.halbleiterchemie {
  margin-top: 100px;
}
table.halbleiterchemie .position {
  width: 15px;
  font-size: 8px;
  text-align: center;
}
table.halbleiterchemie .th {
  color: #198254;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
  text-align: left;
  border-width: 1px 0 0 0;
  height: 19px;
  min-width: 150px;
}
table.halbleiterchemie th.spacer {
  border: none;
  color: #ffffff;
}
table.halbleiterchemie th.noBorder {
  color: #ffffff;
  border-width: 0 1px 0 0;
  font-size: 10px;
}
table.halbleiterchemie tr.spacer td {
  border-width: 0 1px 0 0;
}
table.halbleiterchemie tr.spacer td.spacer {
  border-width: 0;
  height: 10px;
}
table.halbleiterchemie td {
  border-style: solid;
  border-color: #b5b5b5;
  border-width: 1px 1px 0 0;
  width: 25px;
  text-align: center;
  white-space: nowrap;
}
table.halbleiterchemie td.spacer2 div {
  display: block;
  width: 25px;
  height: 25px;
  margin: 2px;
}
table.halbleiterchemie td a {
  white-space: nowrap;
}
table.halbleiterchemie th {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-bottom: 15px;
  color: #198254;
  font-weight: bold;
  background: none;
}
table.halbleiterchemie th div {
  border-bottom: 1px solid #b5b5b5;
  text-align: left;
  width: 100px;
  display: block;
  margin-right: -78px;
  padding: 1px 4px 6px 4px ;
  height: 14px;
  position: relative;
  left: 12px;
  top: 20px;
  white-space: nowrap;
  margin-bottom: -1px;
}
table.halbleiterchemie .checked, table.halbleiterchemie .unchecked {
  display: block;
  width: 25px;
  height: 25px;
  margin: 2px;
  color: #fff;
}
table.halbleiterchemie .checked {
  color: #198254;
  background: #198254;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  table.halbleiterchemie th div {
    padding: 9px 6px 5px 3px ;
    left: 11px;
    margin-right: -79px;
  }
  #nc .br {
    display: none;
  }
}
.reg {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 1ex;
  font-size: 70%;
}
/* ########### products - halbleiterchemie ####################################################### */

.cookies-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 10000000000;
  background-color: #242b32 !important;
}

.cookies-notice a {
  color: #198254;
}

.cookies-notice div {
  padding: 10px 0;
}

.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-9 {
  width: 75%;
  float: left;
}

.col-md-3 {
  width: 25%;
  float: left;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

*:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

.btn.btn-primary {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #198254 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #198254));
  background: -webkit-linear-gradient(top, #ffffff 0%, #198254 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #198254 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #198254 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #198254 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#198254',GradientType=0 );
  color: white;
}

.btn {
  border: none;
  padding: 8px 30px;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1em;
}
.pull-right, .footer .footer-main .footer-social {
  float: right;
}
.pull-right, .footer .footer-main .footer-social {
  float: right !important;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}