@font-face {
  font-family: "CutiveMono-Regular";
  src: url('../fonts/CutiveMono-Regular.ttf');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p {
  line-height: 21px;
}
.hover {
  transition: 0.25s ease-out;
}
.hover:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}
.noscroll {
  overflow: hidden;
}
.clear {
  clear: both;
}
.center-helper {
  text-align: center;
  width: 100%;
}
.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 2px;
  background-color: #7EB2D2;
  margin: 12px 0;
  transition: 0.4s;
}
.changeMenu .bar1 {
  -webkit-transform: translate(-1px,13px);
  transform: translate(-1px,13px);
}
.changeMenu .bar2 {
  opacity: 0;
}
.changeMenu .bar3 {
  -webkit-transform: rotate(90deg) translate(-15px,0px);
  transform: rotate(90deg) translate(-15px,0px);
}
.button {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  width: 120px;
  height: 30px;
  background: #545556 url('../images/others/button-arrow.png') no-repeat 90% center;
  background-size: 12px 21px;
  color: #ffffff;
  padding-left: 10px;
  display: block;
  box-shadow: 2px 3px 5px #888888;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.button:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.triangle-bg-private {
  background: rgba(180,169,168,0.8) !important;
}
.triangle-bg-industrie {
  background: rgba(121,142,150,0.8) !important;
}
.header-triangle-privat {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 45vh solid rgba(180,169,168,0.8);
  border-right: 350px solid transparent;
}
@media only screen and (max-width: 799px) {
  .header-triangle-privat {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 150px;
    width: 0;
    height: 0;
    border-bottom: 300px solid rgba(180,169,168,0.8);
    border-top: 0;
    border-right: 0;
    border-left: 90vw solid transparent;
  }
}
.header-triangle-industrie {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 45vh solid rgba(121,142,150,0.8);
  border-right: 350px solid transparent;
}
@media only screen and (max-width: 799px) {
  .header-triangle-industrie {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 150px;
    width: 0;
    height: 0;
    border-bottom: 300px solid rgba(121,142,150,0.8);
    border-top: 0;
    border-right: 0;
    border-left: 90vw solid transparent;
  }
}
.fixedTopMenu {
  position: fixed !important;
  top: 0;
}
.mainFixed {
  padding-top: 42px;
}
body {
  font-family: "rift-soft", sans-serif;
  color: #424242;
  margin: 0px;
}
body .page {
  width: 100%;
  overflow-x: hidden;
}
body .page .fullscreen_menu {
  background: rgba(255,255,255,0.9);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 20;
  display: none;
  overflow: auto;
}
body .page .fullscreen_menu ul {
  padding: 30vh 0 0 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  width: 280px;
}
body .page .fullscreen_menu ul li {
  background: rgba(140,176,207,0.8);
  margin: 30px;
  font-size: 18px;
  font-family: "rift-soft", sans-serif;
  line-height: 22px;
  color: #ffffff;
  transition: all 0.4s ease;
}
body .page .fullscreen_menu ul li a {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 3px;
  width: 100%;
  padding: 10px 20px;
  display: block;
}
body .page .fullscreen_menu ul li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body .page .logo {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 25;
}
body .page #menu-button {
  position: absolute;
  top: 130px;
  left: 22px;
  z-index: 25;
  cursor: pointer;
  display: inline-block;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .page .menu-text {
  position: absolute;
  top: 123px;
  left: 75px;
  z-index: 25;
  cursor: pointer;
  color: #7EB2D2;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 20px 0;
}
body .page header {
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
body .page header .header-img {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 0px;
  bottom: 15%;
  width: 86vw;
  height: 85vh;
  z-index: 1;
}
body .page header .header-img .header-links {
  position: absolute;
  right: -60px;
  top: 100px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body .page header .header-img .header-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding-right: 10px;
}
@media only screen and (max-width: 959px) {
  body .page header .header-img .header-links {
    display: none;
  }
}
body .page header .header-triangle-outter {
  position: absolute;
  left: 55%;
  top: 0px;
  bottom: 0px;
  width: 350px;
  height: 100%;
  z-index: 2;
}
body .page header .header-triangle-outter .header-triangle-box {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50vh;
  width: 100%;
  background: rgba(140,176,207,0.8);
}
body .page header .header-triangle-outter .header-triangle {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 45vh solid rgba(140,176,207,0.8);
  border-right: 350px solid transparent;
}
body .page header .header-triangle-outter .header-text {
  position: absolute;
  top: 20%;
  z-index: 1;
  padding: 15px 35px;
}
body .page header .header-triangle-outter .header-text h1 {
  font-family: "rift-soft", sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #ffffff;
  line-height: 48px;
}
body .page header .header-triangle-outter .header-text h2 {
  font-family: "rift-soft", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #ffffff;
}
body .page header .header-triangle-outter .header-text h3 {
  font-family: "rift-soft", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  body .page header .header-triangle-outter {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0px;
    bottom: 0px;
    width: 90%;
    height: 100%;
    z-index: 2;
  }
  body .page header .header-triangle-outter .header-triangle {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 150px;
    width: 0;
    height: 0;
    border-bottom: 300px solid rgba(140,176,207,0.8);
    border-top: 0;
    border-right: 0;
    border-left: 90vw solid transparent;
  }
  body .page header .header-triangle-outter .header-triangle-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: auto;
    height: 150px;
    width: 90vw;
    background: rgba(140,176,207,0.8);
  }
  body .page header .header-triangle-outter .header-text {
    position: absolute;
    top: 60%;
    z-index: 1;
    padding: 15px;
    right: 7%;
    width: 60%;
  }
  body .page header .header-triangle-outter .header-text h1 {
    font-family: "rift-soft", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ffffff;
  }
  body .page header .header-triangle-outter .header-text h2 {
    font-family: "rift-soft", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
  }
  body .page header .header-triangle-outter .header-text h3 {
    font-family: "rift-soft", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
  }
}
body .page .top-menu-outter {
  position: relative;
  width: 100%;
  padding: 0 7% 10px 7%;
  background: rgba(255,255,255,0.8);
  z-index: 5;
}
body .page .top-menu-outter .top-menu {
  width: 100%;
  height: 32px;
  padding: 5px;
  background: rgba(140,176,207,0.1);
}
body .page .top-menu-outter .top-menu .top-menu-inner {
  width: 660px;
  margin: 0 auto;
}
body .page .top-menu-outter .top-menu .top-menu-inner ul {
  list-style: none;
}
body .page .top-menu-outter .top-menu .top-menu-inner ul .current a {
  color: #565655;
  font-weight: 600;
}
body .page .top-menu-outter .top-menu .top-menu-inner ul li {
  float: left;
  padding: 0 15px;
}
body .page .top-menu-outter .top-menu .top-menu-inner ul li a {
  display: block;
  color: #8bb0ce;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2px;
}
body .page .top-menu-outter .top-menu .top-menu-inner ul li a:hover {
  color: rgba(86,86,86,0.7);
}
@media only screen and (max-width: 799px) {
  body .page .top-menu-outter {
    display: none;
  }
}
body .page .main {
  position: relative;
  width: 100%;
}
body .page .main .content-home {
  position: relative;
  width: 100%;
  padding: 70px 7%;
}
body .page .main .content-home .content-home-header-industrie {
  width: 100%;
  height: 83px;
  background: url('../images/home/bg-industrie.png') no-repeat center left;
  margin-bottom: 50px;
}
body .page .main .content-home .content-home-header-industrie h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-left: 200px;
  padding-top: 12px;
  color: #535555;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-home .content-home-header-industrie {
    background: url('../images/home/bg-industrie-small.png') no-repeat center left;
  }
  body .page .main .content-home .content-home-header-industrie h1 {
    font-size: 38px;
    padding-left: 20px;
  }
}
body .page .main .content-home .content-home-header-privat {
  width: 100%;
  height: 83px;
  background: url('../images/home/bg-privat.png') no-repeat center right;
  text-align: right;
  margin-bottom: 50px;
}
body .page .main .content-home .content-home-header-privat h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-right: 200px;
  padding-top: 12px;
  color: #535555;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-home .content-home-header-privat {
    background: url('../images/home/bg-privat-small.png') no-repeat center right;
  }
  body .page .main .content-home .content-home-header-privat h1 {
    font-size: 38px;
    padding-right: 20px;
  }
}
body .page .main .content-home .content-home-divholder {
  width: 740px;
  margin: 30px auto 100px auto;
  display: block;
  overflow: auto;
}
body .page .main .content-home .content-home-divholder .content-home-subdiv {
  margin: 5px;
  width: 360px;
  float: left;
  display: inline-block;
  height: 400px;
}
body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner {
  width: 300px;
  height: 360px;
  margin: 0 auto 40px auto;
  background: #FFF;
}
body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner img {
  display: block;
  margin: 0px auto;
}
body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner h1 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 20px;
}
body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 18px;
  padding: 40px 20px;
}
@media only screen and (max-width: 399px) {
  body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner {
    width: 260px;
  }
  body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-inner h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-button {
  position: relative;
  top: -55px;
  left: 120px;
}
@media only screen and (max-width: 399px) {
  body .page .main .content-home .content-home-divholder .content-home-subdiv .content-home-subdiv-button {
    left: 70px;
  }
}
@media only screen and (max-width: 959px) {
  body .page .main .content-home .content-home-divholder .content-home-subdiv {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 399px) {
  body .page .main .content-home .content-home-divholder .content-home-subdiv {
    width: 280px;
  }
}
body .page .main .content-home .content-home-divholder .industrie-bg {
  background: rgba(121,142,150,0.1);
}
body .page .main .content-home .content-home-divholder .privat-bg {
  background: rgba(180,169,168,0.2);
}
@media only screen and (max-width: 799px) {
  body .page .main .content-home .content-home-divholder {
    width: 380px;
  }
}
@media only screen and (max-width: 399px) {
  body .page .main .content-home .content-home-divholder {
    width: 300px;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .content-home {
    padding: 50px 0;
  }
}
body .page .main .content-home2 {
  position: relative;
  width: 100%;
  height: 670px;
  padding: 20px 0 50px 0px;
}
body .page .main .content-home2 .content-home2-bg {
  width: 100%;
  height: 600px;
}
body .page .main .content-home2 .content-home2-box {
  position: absolute;
  width: 350px;
  height: 370px;
  background: rgba(140,176,207,0.8);
  left: 20%;
  top: 0;
}
@media only screen and (max-width: 959px) {
  body .page .main .content-home2 .content-home2-box {
    left: 10%;
  }
}
body .page .main .content-home2 .content-home2-triangle {
  position: absolute;
  left: 20%;
  top: 370px;
  width: 0;
  height: 0;
  border-top: 300px solid rgba(140,176,207,0.8);
  border-right: 350px solid transparent;
}
@media only screen and (max-width: 959px) {
  body .page .main .content-home2 .content-home2-triangle {
    left: 10%;
  }
}
body .page .main .content-home2 .content-home2-content {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 350px;
  padding: 0 35px 0px 50px;
}
body .page .main .content-home2 .content-home2-content h1 {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 56px;
  color: #ffffff;
}
body .page .main .content-home2 .content-home2-content h2 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 22px;
  color: #ffffff;
}
body .page .main .content-home2 .content-home2-content p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 20px 0 30px 0;
}
@media only screen and (max-width: 959px) {
  body .page .main .content-home2 .content-home2-content {
    left: 10%;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .content-home2 {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 150px 0 50px 0px;
  }
  body .page .main .content-home2 .content-home2-bg {
    width: 100%;
    height: 450px;
  }
  body .page .main .content-home2 .content-home2-box {
    position: absolute;
    width: 280px;
    height: 250px;
    background: rgba(140,176,207,0.8);
    left: 5%;
    top: 0;
  }
  body .page .main .content-home2 .content-home2-triangle {
    position: absolute;
    left: 5%;
    top: 250px;
    width: 0;
    height: 0;
    border-top: 250px solid rgba(140,176,207,0.8);
    border-right: 280px solid transparent;
  }
  body .page .main .content-home2 .content-home2-content {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 280px;
    padding: 0 30px;
  }
  body .page .main .content-home2 .content-home2-content h1 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 50px;
    color: #ffffff;
  }
  body .page .main .content-home2 .content-home2-content h2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 18px;
    color: #ffffff;
  }
  body .page .main .content-home2 .content-home2-content p {
    font-family: "CutiveMono-Regular";
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    padding: 20px 0;
  }
}
body .page .main .container-indpri {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
body .page .main .container-indpri .container-industrie-content-top {
  position: absolute;
  left: 7%;
  width: 150px;
  height: 100px;
  background: url('../images/industrie/bg-industrie-small.png') no-repeat top left;
}
body .page .main .container-indpri .container-industrie-content-top img {
  position: absolute;
  left: 13px;
  top: 15px;
}
body .page .main .container-indpri .container-industrie-content-top p {
  position: absolute;
  left: 80px;
  top: 20px;
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-industrie-content-top {
    top: -10px;
  }
}
body .page .main .container-indpri .container-industrie-content-top-right {
  position: absolute;
  right: 7%;
  width: 140px;
  height: 100px;
  background: url('../images/industrie/bg-industrie-small.png') no-repeat top left;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-industrie-content-top-right {
    right: auto;
    left: 7%;
    top: -10px;
  }
}
body .page .main .container-indpri .container-industrie-content-top-right img {
  position: absolute;
  left: 13px;
  top: 15px;
}
body .page .main .container-indpri .container-industrie-content-top-right p {
  position: absolute;
  left: 80px;
  top: 20px;
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 18px;
}
body .page .main .container-indpri .container-privat-content-top {
  position: absolute;
  left: 7%;
  width: 150px;
  height: 100px;
  background: url('../images/privat/bg-privat-small.png') no-repeat top left;
}
body .page .main .container-indpri .container-privat-content-top img {
  position: absolute;
  left: 13px;
  top: 15px;
}
body .page .main .container-indpri .container-privat-content-top p {
  position: absolute;
  left: 80px;
  top: 20px;
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-privat-content-top {
    top: -10px;
  }
}
body .page .main .container-indpri .container-privat-content-top-right {
  position: absolute;
  right: 7%;
  width: 140px;
  height: 100px;
  background: url('../images/privat/bg-privat-small.png') no-repeat top left;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-privat-content-top-right {
    right: auto;
    left: 7%;
    top: -10px;
  }
}
body .page .main .container-indpri .container-privat-content-top-right img {
  position: absolute;
  left: 13px;
  top: 15px;
}
body .page .main .container-indpri .container-privat-content-top-right p {
  position: absolute;
  left: 80px;
  top: 20px;
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 18px;
}
body .page .main .container-indpri .container-industrie-left-bg-light {
  width: 100%;
  margin: 10px 0;
  background: url('../images/industrie/bg-box-industrie-left.png') repeat-y top left;
  background-size: 100% auto;
  display: inline-block;
  padding: 80px 7% 40px 13%;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left {
  width: 45%;
  min-height: 300px;
  padding-right: 30px;
  float: left;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding-left: 20px;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px 10px 20px;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px;
  display: block;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h3:before {
  content: ">> ";
  position: relative;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 17px;
  padding: 0px 0px 10px 20px;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left a {
  transition: 0.25s ease-out;
  font-family: "rift-soft", sans-serif;
  color: #424242;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left a:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}
body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-right {
  float: left;
  width: 55%;
  height: 570px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-industrie-left-bg-light {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/industrie/bg-box-industrie-down-light.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 5% 40px 5%;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-right {
    float: none;
    width: 80%;
    height: 400px;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .container-indpri .container-industrie-left-bg-light {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/industrie/bg-box-industrie-down-light-500.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 2% 40px 2%;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h1 {
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    word-wrap: break-word;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px 5px 0px;
    display: block;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left h3:before {
    content: ">> ";
    position: relative;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left p {
    font-family: "CutiveMono-Regular";
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left a {
    transition: 0.25s ease-out;
    font-family: "rift-soft", sans-serif;
    color: #424242;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-left a:hover {
    opacity: 0.7;
    transition: 0.25s ease-in;
  }
  body .page .main .container-indpri .container-industrie-left-bg-light .container-indpri-content-right {
    float: none;
    width: 90%;
    height: 250px;
    margin: 0 5%;
  }
}
body .page .main .container-indpri .container-industrie-right-bg {
  width: 100%;
  margin: 10px 0;
  background: url('../images/industrie/bg-box-industrie-right.png') repeat-y top right;
  background-size: 100% auto;
  display: inline-block;
  padding: 80px 13% 40px 7%;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right {
  width: 45%;
  min-height: 300px;
  padding-left: 30px;
  float: right;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding-left: 20px;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px 10px 20px;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h3:before {
  content: ">> ";
  position: relative;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 17px;
  padding: 0px 0px 10px 20px;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right a {
  transition: 0.25s ease-out;
  font-family: "rift-soft", sans-serif;
  color: #424242;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right a:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}
body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-left {
  float: right;
  width: 55%;
  height: 570px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-industrie-right-bg {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/industrie/bg-box-industrie-down-dark.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 5% 40px 5%;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-left {
    float: none;
    width: 80%;
    height: 400px;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .container-indpri .container-industrie-right-bg {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/industrie/bg-box-industrie-down-dark-500.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 2% 40px 2%;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h1 {
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    word-wrap: break-word;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right h3:before {
    content: ">> ";
    position: relative;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right p {
    font-family: "CutiveMono-Regular";
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right a {
    transition: 0.25s ease-out;
    font-family: "rift-soft", sans-serif;
    color: #424242;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-right a:hover {
    opacity: 0.7;
    transition: 0.25s ease-in;
  }
  body .page .main .container-indpri .container-industrie-right-bg .container-indpri-right-content-left {
    float: none;
    width: 90%;
    height: 250px;
    margin: 0 5%;
  }
}
body .page .main .container-indpri .container-privat-left-bg-light {
  width: 100%;
  margin: 10px 0;
  background: url('../images/privat/bg-box-privat-left.png') repeat-y top left;
  background-size: 100% auto;
  display: inline-block;
  padding: 80px 7% 40px 13%;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left {
  width: 45%;
  min-height: 300px;
  padding-right: 30px;
  float: left;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding-left: 20px;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px 10px 20px;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h3:before {
  content: ">> ";
  position: relative;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 17px;
  padding: 0px 0px 10px 20px;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left a {
  transition: 0.25s ease-out;
  font-family: "rift-soft", sans-serif;
  color: #424242;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left a:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}
body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-right {
  float: left;
  width: 55%;
  height: 570px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-privat-left-bg-light {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/privat/bg-box-privat-down-light.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 5% 40px 5%;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-right {
    float: none;
    width: 80%;
    height: 400px;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .container-indpri .container-privat-left-bg-light {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/privat/bg-box-privat-down-light-500.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 2% 40px 2%;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top: 20px;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h1 {
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    word-wrap: break-word;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left h3:before {
    content: ">> ";
    position: relative;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left p {
    font-family: "CutiveMono-Regular";
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left a {
    transition: 0.25s ease-out;
    font-family: "rift-soft", sans-serif;
    color: #424242;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-left a:hover {
    opacity: 0.7;
    transition: 0.25s ease-in;
  }
  body .page .main .container-indpri .container-privat-left-bg-light .container-indpri-content-right {
    float: none;
    width: 90%;
    height: 250px;
    margin: 0 5%;
  }
}
body .page .main .container-indpri .container-privat-right-bg {
  width: 100%;
  margin: 10px 0;
  background: url('../images/privat/bg-box-privat-right.png') repeat-y top right;
  background-size: 100% auto;
  display: inline-block;
  padding: 80px 13% 40px 7%;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right {
  width: 45%;
  min-height: 300px;
  padding-left: 30px;
  float: right;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding-left: 20px;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px 10px 20px;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 10px 0px;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h3:before {
  content: ">> ";
  position: relative;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 17px;
  padding: 0px 0px 10px 20px;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right a {
  transition: 0.25s ease-out;
  font-family: "rift-soft", sans-serif;
  color: #424242;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right a:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}
body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-left {
  float: right;
  width: 55%;
  height: 570px;
}
@media only screen and (max-width: 959px) {
  body .page .main .container-indpri .container-privat-right-bg {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/privat/bg-box-privat-down-dark.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 5% 40px 5%;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-left {
    float: none;
    width: 80%;
    height: 400px;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .container-indpri .container-privat-right-bg {
    width: 82%;
    margin: 10px 9%;
    background: url('../images/privat/bg-box-privat-down-dark-500.png') repeat-x top left;
    background-size: auto 100%;
    display: block;
    padding: 40px 2% 40px 2%;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top: 20px;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h1 {
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    word-wrap: break-word;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right h3:before {
    content: ">> ";
    position: relative;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right p {
    font-family: "CutiveMono-Regular";
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 5px 20px;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right a {
    transition: 0.25s ease-out;
    font-family: "rift-soft", sans-serif;
    color: #424242;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-right a:hover {
    opacity: 0.7;
    transition: 0.25s ease-in;
  }
  body .page .main .container-indpri .container-privat-right-bg .container-indpri-right-content-left {
    float: none;
    width: 90%;
    height: 250px;
    margin: 0 5%;
  }
}
body .page .main .content-ueberuns {
  width: 100%;
  padding: 70px 7% 20px 7%;
}
body .page .main .content-ueberuns .content-ueberuns-header {
  width: 400px;
  margin: 0 auto;
  padding: 10px 0 30px 60px;
  background: url('../images/icons/ES-Adresse.png') no-repeat left top;
}
body .page .main .content-ueberuns .content-ueberuns-header h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
}
body .page .main .content-ueberuns .content-ueberuns-header h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
  padding-top: 5px;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-ueberuns .content-ueberuns-header {
    width: 100%;
  }
}
body .page .main .content-ueberuns .content-ueberuns-content {
  width: 400px;
  margin: 0 auto;
}
body .page .main .content-ueberuns .content-ueberuns-content p {
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 19px;
  padding: 10px 0px 10px 60px;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-ueberuns .content-ueberuns-content p {
    padding: 10px 0px 10px 0px;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .content-ueberuns .content-ueberuns-content {
    width: 100%;
  }
}
body .page .main .content-ueberuns-gallery {
  width: 100%;
  margin: 40px 0;
  padding: 0 7%;
  background: url('../images/others/bg-gallery.png') no-repeat right top;
  background-size: 7% 100%;
}
body .page .main .content-ueberuns-gallery .gallery-container {
  margin: 0 0 0 25%;
  width: 75%;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row {
  margin-bottom: 1%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery {
  position: relative;
  display: block;
  width: 32%;
  margin: 0 0.5% 0 0.5%;
  color: #8bb0ce;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery img {
  width: 100%;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery .img-description {
  height: 40px;
  background: rgba(140,176,207,0.2);
  text-align: center;
  margin-top: -5px;
  padding-top: 4px;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery .img-hover {
  display: none;
  position: absolute;
  width: 58px;
  height: 89px;
  left: 10px;
  top: 0px;
  background: url('../images/others/gallery-hover.png') no-repeat left top;
}
body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery:hover .img-hover {
  display: block;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row .image-gallery {
    width: 99% !important;
    margin: 1% 0.5% 0 0.5% !important;
    float: left;
  }
}
@media only screen and (max-width: 799px) {
  body .page .main .content-ueberuns-gallery .gallery-container .div-gallery-row {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 959px) {
  body .page .main .content-ueberuns-gallery .gallery-container {
    width: 100%;
    margin: 0 0 0 0;
  }
}
body .page .main .content-kontakt {
  width: 100%;
  padding: 70px 7%;
}
body .page .main .content-kontakt .content-kontakt-content {
  width: 400px;
  margin: 0 auto;
}
body .page .main .content-kontakt .content-kontakt-content h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  padding-bottom: 20px;
}
body .page .main .content-kontakt .content-kontakt-content .content-kontakt-content-box {
  padding: 5px 0;
}
body .page .main .content-kontakt .content-kontakt-content .content-kontakt-content-box .pclass {
  padding: 0px 0px 0px 40px;
  font-family: "rift-soft", sans-serif;
  color: #424242;
}
body .page .main .content-kontakt .content-kontakt-content .content-kontakt-content-box .pclass a {
  color: #535555;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
}
body .page .main .content-kontakt .content-kontakt-content .content-kontakt-content-box .pclass a:hover {
  color: #8bb0ce;
}
body .page .main .content-kontakt .content-kontakt-content .phone {
  background: url('../images/icons/ES-anrufen.png') no-repeat left center;
  background-size: 20px 22px;
}
body .page .main .content-kontakt .content-kontakt-content .mail {
  background: url('../images/icons/ES-schreiben.png') no-repeat left center;
  background-size: 20px 17px;
}
body .page .main .content-kontakt .content-kontakt-content .place {
  background: url('../images/icons/ES-Adresse.png') no-repeat left center;
  background-size: 20px 22px;
}
body .page .main .content-kontakt .content-kontakt-content p {
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 19px;
  padding: 50px 0 10px 0;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-kontakt .content-kontakt-content {
    width: 100%;
  }
}
body .page .main .content-kontakt .content-kontakt-mapcontainer {
  width: 600px;
  height: 400px;
  margin: 0 auto;
  background: rgba(121,142,150,0.2);
}
body .page .main .content-kontakt .content-kontakt-mapcontainer .content-kontakt-mapcontainer-map {
  width: 100%;
  height: 350px;
}
body .page .main .content-kontakt .content-kontakt-mapcontainer .content-kontakt-mapcontainer-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  color: #8bb0ce;
  padding-top: 5px;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-kontakt .content-kontakt-mapcontainer {
    width: 100%;
  }
}
body .page .main .content-kontakt .content-kontakt-social {
  width: 400px;
  margin: 0 auto;
}
body .page .main .content-kontakt .content-kontakt-social p {
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 19px;
  padding: 20px 0;
}
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line {
  margin: 20px 0;
}
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line img,
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line a {
  display: inline-block;
}
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line a {
  position: relative;
  top: -8px;
}
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line .social-icon-facebook {
  width: 18px;
  height: 32px;
  margin-right: 37px;
  margin-left: 20px;
}
body .page .main .content-kontakt .content-kontakt-social .content-kontakt-social-line .social-icon-googleplus {
  width: 35px;
  height: 23px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-kontakt .content-kontakt-social {
    width: 100%;
  }
}
body .page .main .content-others {
  width: 100%;
  padding: 50px 25%;
}
body .page .main .content-others h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  padding: 10px 0;
}
body .page .main .content-others h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
  padding: 10px 0;
}
body .page .main .content-others p {
  font-family: "CutiveMono-Regular";
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0;
}
@media only screen and (max-width: 799px) {
  body .page .main .content-others {
    padding: 50px 7%;
  }
}
body .page footer {
  padding: 50px 0;
  background: url("../images/background_footer.png") no-repeat bottom center;
  width: 750px;
  min-height: 625px;
  margin: 0 auto;
}
@media only screen and (max-width: 799px) {
  body .page footer {
    background: url("../images/background_footer_small.png") no-repeat bottom center;
    width: 300px;
    margin: 0 auto;
  }
}
body .page footer .footer-header {
  width: 520px;
  margin: 0 auto;
}
body .page footer .footer-header h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  color: rgba(140,176,207,0.8);
}
body .page footer .footer-header h2 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(140,176,207,0.8);
  padding-top: 20px;
}
@media only screen and (max-width: 799px) {
  body .page footer .footer-header {
    width: 300px;
  }
  body .page footer .footer-header h1 {
    font-size: 30px;
    line-height: 34px;
  }
  body .page footer .footer-header h2 {
    font-size: 14px;
  }
}
body .page footer .footer-contact {
  width: 200px;
  margin: 50px auto 220px auto;
}
body .page footer .footer-contact .footer-contact-line {
  margin: 20px 0;
}
body .page footer .footer-contact .footer-contact-line img,
body .page footer .footer-contact .footer-contact-line a {
  display: inline-block;
}
body .page footer .footer-contact .footer-contact-line a {
  position: relative;
  top: -8px;
}
body .page footer .footer-contact .footer-contact-line .footer-icon-phone {
  width: 30px;
  height: 33px;
  margin-right: 20px;
}
body .page footer .footer-contact .footer-contact-line .footer-icon-mail {
  width: 27px;
  height: 25px;
  margin-right: 23px;
}
body .page footer .footer-contact .footer-contact-line .footer-icon-place {
  width: 30px;
  height: 34px;
  margin-right: 20px;
}
body .page footer .footer-info {
  margin: 0px 0px 50px 10px;
}
body .page footer .footer-info img {
  margin-left: 50px;
}
body .page footer .footer-info p {
  margin: 10px 0px 0px 107px;
  font-family: "CutiveMono-Regular";
  font-size: 15px;
  line-height: 18px;
}
body .page footer .footer-info p a {
  color: black;
}
@media only screen and (max-width: 799px) {
  body .page footer .footer-info {
    margin: 0;
  }
  body .page footer .footer-info img {
    margin-left: 10px;
    width: 90%;
  }
  body .page footer .footer-info p {
    margin: 10px 0px 0px 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
body .page footer .footer-info-kontakt {
  margin: 255px 0px 0px 10px;
}
body .page footer .footer-links {
  margin: 0 0 70px 430px;
}
body .page footer .footer-links a {
  font-size: 18px;
  font-weight: 500;
  color: #8bb0ce;
  letter-spacing: 3px;
  line-height: 26px;
}
@media only screen and (max-width: 799px) {
  body .page footer .footer-links {
    margin: 60px 0 0px 15px;
  }
}
