html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0px;
}

a {
  color: #000;
  text-decoration: none;
}

.textTel {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.title2 {
  /* margin-top: 30px; */
  margin-bottom: -20px;
}

h1 {
  margin-top: 30px;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: 3px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 7.5px;
  /* font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px; */
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
}

h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.row-img {
  margin-top: 10px;
  margin-bottom: 30px;
}

.row-img2 {
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.row-img2:hover {
  /* background-color: rgba(255, 255, 255, 0.9); */
  opacity: 1;
}

.row-img2:active {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
/* .row-img:hover  {
  opacity: 0.3;
} */

.name {
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  /* font-weight: lighter; */
}

.position::before {
  display: block;
  content: "";
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

.position2::before {
  display: block;
  content: "";
  height: 170px;
  margin-top: -140px;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

@keyframes backgroundScroll {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

.header {
  position: fixed;
  width: 100%;
  /* width: 1200px; */
  background: #fff;
  z-index: 9999;
  top: 0px;
}

.landing {
  /* height: 733px;
  width: 1100px; */
  height: calc(100vh - 320px);
  width: 100%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.landing .landing-item {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.landing .landing-item .landing-item-bg, .landing .landing-item .landing-item-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.landing .landing-item .landing-item-bg {
  width: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9996;
  transform: translateX(0);
  animation: backgroundScroll 30s linear infinite;
}

.landing .landing-item .landing-item-content {
  width: 100%;
  height: 100%;
  z-index: 9997;
  display: table;
}

.landing .landing-item .landing-item-content .landing-item-title {
  font-size: 30pt;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.landing .landing-item .landing-item-content .landing-item-title, .landing .landing-item .landing-item-content .landing-item-link {
  color: #fff;
  text-decoration: none;
}

#home-button {
  margin-top: 48px;
  display: block;
  width: 21px;
  height: 21px;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: background-image .2s ease-in-out;
  background-color: #fff;
  float: right;
  margin-right: 5px;
  cursor: pointer;
}

#header #header-nav {
  display: none;
  position: relative;
}

#header-mobile-button {
  margin-top: 48px;
  display: block;
  width: 21px;
  height: 21px;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: background-image .2s ease-in-out;
  background-color: #fff;
  float: right;
  margin-right: 5px;
  cursor: pointer;
}

#header a:focus, #header-mobile-button:focus {
  outline: none;
  background-color: #fff;
  fill: none;
}

#home-button {
  background-image: url('img/home.svg');
}

#header-mobile-button {
  background-image: url('img/icon-menu-open.svg');
}

#header-mobile-button.close {
  background-image: url('img/icon-menu-close.svg');
  /* background-color: #f0f; */
}

@media only screen and (max-width: 600px) {
  html {
    background: #fff;
  }
  #header #header-nav {
    width: 318px;
    padding: 0px;
    border-top: 1px solid #000;
  }
  .header-titel {
    height: 120px;
    width: 318px;
  }
  .header a:hover {
    background-color: #ddd;
  }
  .content {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 120px;
  }
  .boxx {
    height: 117px;
  }
  .row {
    width: 318px;
  }
  .row-img {
    padding: 1px;
    width: 318px;
    height: 200px;
    background-size: cover;

  }
  .row-img2 {
    margin-top: -230px;
    height: 200px;
    width: 318px;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  [class*="col-"] {
    float: left;
    min-height: 10px;
  }
  .col-1 {
    width: 0%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-1L1 {
    width: 0%;
  }
  .col-11 {
    width: 100%;
  }
  [class*="colH-"] {
    min-height: 55px;
    float: left;
    text-align: center;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 50%;
  }
  .colH-2T {
    width: 100%;
  }
  .colH-2S {
    width: 0%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 50%;
  }
  .colH-5S {
    width: 0%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  html {
    background: #fff;
  }
  #header #header-nav {
    width: 590px;
    padding: 0px;
    border-top: 1px solid #000;
  }
  .header-titel {
    height: 120px;
    width: 590px;
  }
  .header a:hover {
    background-color: #ddd;
  }
  .content {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 120px;
  }
  .boxx {
    height: 117px;
  }
  .row {
    width: 590px;
  }
  .row-img {
    padding: 1px;
    width: 280px;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .row-img2 {
    margin-top: -230px;
    height: 200px;
    width: 280px;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  [class*="col-"] {
    float: left;
    min-height: 10px;
  }
  .col-1 {
    width: 7%;
  }
  .col-2 {
    width: 45%;
  }
  .col-3 {
    width: 60%;
  }
  .col-4 {
    width: 80%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 100%;
  }
  .col-1L1 {
    width: 0%;
  }
  .col-11 {
    width: 100%;
  }
  [class*="colH-"] {
    min-height: 55px;
    float: left;
    text-align: center;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 16.66%;
  }
  .colH-2T {
    width: 24%;
  }
  .colH-2S {
    width: 0%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 41.66%;
  }
  .colH-5S {
    width: 41.66%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  html {
    background: #fff;
  }
  #header #header-nav {
    width: 760px;
    padding: 0px;
    border-top: 1px solid #000;
  }
  .header-titel {
    height: 120px;
    width: 760px;
  }
  .header a:hover {
    background-color: #ddd;
  }
  .content {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 120px;
  }
  .boxx {
    height: 117px;
  }
  .row {
    width: 760px;
  }
  .row-img {
    padding: 1px;
    width: 360px;
    height: 260px;
    background-size: cover;
  }
  .row-img2 {
    margin-top: -290px;
    height: 260px;
    width: 360px;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  [class*="col-"] {
    float: left;
    min-height: 10px;
  }
  .col-1 {
    width: 7%;
  }
  .col-2 {
    width: 45%;
  }
  .col-3 {
    width: 60%;
  }
  .col-4 {
    width: 80%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 50%;
  }
  .col-1L1 {
    width: 0%;
  }
  .col-11 {
    width: 100%;
  }
  [class*="colH-"] {
    min-height: 55px;
    float: left;
    text-align: center;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 16.66%;
  }
  .colH-2T {
    width: 16.66%;
  }
  .colH-2S {
    width: 16.66%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 41.66%;
  }
  .colH-5S {
    width: 41.66%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  html {
    background: #fff;
  }
  #header #header-nav {
    width: 970px;
    padding: 0px;
    border-top: 1px solid #000;
  }
  .header-titel {
    height: 120px;
    width: 970px;
  }
  .header a:hover {
    background-color: #ddd;
  }
  .content {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 120px;
  }
  .boxx {
    height: 117px;
  }
  .row {
    width: 970px;
  }
  .row-img {
    padding: 1px;
    width: 436px;
    height: 300px;
    background-size: cover;
  }
  .row-img2 {
    margin-top: -330px;
    height: 300px;
    width: 436px;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  [class*="col-"] {
    float: left;
    min-height: 10px;
  }
  .col-1 {
    width: 10%;
  }
  .col-2 {
    width: 45%;
  }
  .col-3 {
    width: 60%;
  }
  .col-4 {
    width: 80%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 50%;
  }
  .col-1L1 {
    width: 0%;
  }
  .col-11 {
    width: 100%;
  }
  [class*="colH-"] {
    min-height: 55px;
    float: left;
    text-align: center;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 16.66%;
  }
  .colH-2T {
    width: 16.66%;
  }
  .colH-2S {
    width: 16.66%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 41.66%;
  }
  .colH-5S {
    width: 41.66%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1150px) {
  html {
    background: #fff;
  }
  .landing {
    height: 733px;
    width: 1100px;
  }
  .header-titel {
    height: 120px;
    width: 1100px;
  }
  #header #header-nav {
    width: 1100px;
    padding: 0px;
    border-top: 1px solid #000;
  }
  .header a:hover {
    background-color: #ddd;
  }
  .content {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 120px;
  }
  .boxx {
    height: 117px;
  }
  .row {
    width: 1100px;
  }
  .row-img {
    padding: 1px;
    margin-right: 20px;
    width: 495px;
    height: 300px;
    background-size: cover;
    /* border-width: 1px;
    border-style: solid; */
  }
  .row-img2 {
    margin-top: -330px;
    height: 300px;
    width: 495px;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  [class*="col-"] {
    float: left;
    min-height: 1px;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 16.66%;
  }
  .colH-2T {
    width: 16.66%;
  }
  .colH-2S {
    width: 16.66%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 41.66%;
  }
  .colH-5S {
    width: 41.66%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
  [class*="colH-"] {
    min-height: 55px;
    float: left;
    text-align: center;
  }
  .colH-1 {
    width: 8.33%;
  }
  .colH-2 {
    width: 16.66%;
  }
  .colH-2T {
    width: 16.66%;
  }
  .colH-2S {
    width: 16.66%;
  }
  .colH-3 {
    width: 25%;
  }
  .colH-4 {
    width: 33.33%;
  }
  .colH-5 {
    width: 41.66%;
  }
  .colH-5S {
    width: 41.66%;
  }
  .colH-6 {
    width: 50%;
  }
  .colH-7 {
    width: 58.33%;
  }
  .colH-8 {
    width: 66.66%;
  }
  .colH-9 {
    width: 75%;
  }
  .colH-10 {
    width: 83.33%;
  }
  .colH-11 {
    width: 91.66%;
  }
  .colH-12 {
    width: 100%;
  }
}
