
html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
}

a {
  color: #399;
}

a:hover, a:focus {
  color: #399;
  text-decoration: none;
}

.cover {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  margin-bottom: 0px !important;
  padding: 0px 0px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.cover .container {
  max-width: 100%;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  border: none;
  background-color: #1d2a2a;
  border-radius: 0;
  color: ffffff;
  border-bottom: 2px solid #399;
  z-index: 100;
}


.cover .cover-image {
  z-index: -1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

footer {
  width: 100%;
  z-index: 100;
  position: relative;
  background: #1d2a2a;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 2px solid #399;
  color: #fff;
}

footer .fa-circle {
  color: #399;
}

footer h3 {
  margin-bottom: 20px;
}

footer ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}

footer ul li {
  border-top: 1px solid #bdc3c7;
  line-height: 21px;
  padding: 6px 0;
}

footer ul li h3 {
  margin: 0;
}

footer ul li:last-child h3 {
  margin-bottom: 20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer li:first-child {
  border-top: none;
  padding-top: 1px;
}

@media (min-width: 768px) {
  .cover {
    padding: 0px;
  }
}

.inline-image {
  vertical-align: baseline;
  max-width: 280px;
  display: inline-block;
}

.navitem {
  color: #fff;
}

.navbar-nav > li > a {
  color: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: #399;
  color: #1d2a2a;
}

.navbar-toggle {
}

.icon-bar {
  background-color: #fff;
}

.headerblock {
  background: #fff;
  border-radius: 0;
  max-height: 635px;
  margin-top: 55px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

@media screen and ( max-height: 685px ) {
  .headerblock .logo {
    display: none;
  }
}

.underline-title {
  padding: 20px 0;
}

.underline-title hr {
  width: 10%;
  border-width: 2px;
  border-color: #399;
}

.servicecolumn {
  position: relative;
}

.servicebox {
  display: block;
  position: relative;
  color: #fff;
  margin: 20px 0;
  padding: 0px 15px 10px 15px;
  text-align: center;
  border-radius: 0;
  transition: all 0.4s ease-in 0s;
  z-index: 1;
}

.servicebox:hover, .servicebox:focus {
  color: #fff;
  text-decoration: none;
}

.servicecolumn::before {
  background: #399;
  content: '';
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
  transition: all 0.4s ease-in 0s;
}

.servicecolumn:hover:before, .servicecolumn:focus:before {
  background: #1d2a2a;
}

.servicebox .fa-stack {
  margin: 0 auto;
  text-align: center;
  font-size: 80px;
}

.servicebox .fa-stack-1x {
  color: #399;
  transition: all 0.4s ease-in 0s;
}

.servicecolumn:hover .fa-stack-1x, .servicecolumn:focus .fa-stack-1x {
  color: #1d2a2a;
}

section {
  margin-bottom: 30px;
  padding-top: 50px;
}

.bg-white {
  background: #fff;
}

.defaultpage {
  margin-top: 50px;
}

.sideimage {
  background-size: cover;
}

.partnerrow {
  text-align: center;
}

.raster {
  border-bottom: 1px solid rgba(51, 153, 153, 0.2);
  overflow: hidden;
  text-align: center;
  line-height: 0;
}

.raster:last-child {
  border-bottom: none;
}

.raster .col {
  border-right: 1px solid rgba(51, 153, 153, 0.2);
  display: inline-block;
  min-height: 80px;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.raster .col:hover img, .raster .col:focus img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}

.raster .col:last-child {
  border-right: none;
}

.raster img {
  display: block;
  margin: 0 auto;
  opacity: 0.3;
  transition: all .3s ease;
  height: auto;
  max-width: 180px;
  max-height: 120px;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100);
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
    margin-left: -15px;
    margin-right: -15px;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

}

@media only screen and (max-width: 991px) {
  .raster {
    border-bottom: 0;
  }

  .raster .col {
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
  }

  .raster .col:nth-child(2) {
    border-right: 0;
  }

  .raster:last-child .col:nth-last-child(1),
  .raster:last-child .col:nth-last-child(2) {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .raster {
    border-bottom: 0;
  }

  .raster .col {
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
  }

  .raster .col {
    border-right: 0;
  }

  .raster:last-child .col:nth-last-child(2) {
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
  }
}
#cookienotify a {
  color: #fff;
  text-decoration: none;
}

#cookienotify a:hover {
  text-decoration: underline;
}
#cookienotify {
  text-align: left;

  background: #1d2a2a;
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 15px;
}

#cookienotifyCloser {
  color: #fff;
  background: #399;
}
/*
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  bottom: 5px;
  cursor: pointer;
  padding: 10px;

*/
