body {
  overflow-x: hidden;
}

.full-width {
  width: 100%;
  max-width: 100% !important;
}

.content {
  display: inline;
  overflow-x: hidden;
}

.header_pic {
  z-index: -2;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/visual/kleyo_header.jpg") no-repeat center center;
  background-size: cover; //vergroessern
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}

.header {
  width: 100%;
  height: 100%;
  /*background: url("../img/visual/kleyo_header.jpg") no-repeat center center;
  background-color: red;*/
}

#logo-container {
  max-width: 800px;
  padding-top: 5em;
  /*margin-bottom: 5rem;*/
  /*margin-top:20%;*/
}

#social-container {
  height: 20px;
  max-width: 600px;
}

#social-container .column, #social-container .columns {
  padding-bottom: 0.9375rem;
}

/**/

.columns:last-child:not(:first-child) {
  float: none;
}

.social-icon {}

.social-icon img {
  overflow: hidden;
  opacity: 0.8;
  background-color: rgba(158, 158, 158, 0.6);
  padding: 10px 10px;
  border-radius: 50% 50%;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: all .2s;
}

.social-icon img:hover {
  background-color: rgba(41, 40, 40, 0.6);
}

/*FOOTER*/

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.48);
}

.footer-container {
  width: auto;
  text-align: center;
}

.footer .footer-container ul {
  right: 0;
  height: 100%;
  display: table;
  margin: 0 auto;
}

.footer .footer-container ul li {
  display: table-cell;
  padding: 0.2rem 0.5rem;
  margin: 0.2rem 0.5rem;
  height: auto;
}

.footer .footer-container ul li a {}

/*news blog*/

.new-blog {
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 200;
  clear: both;
}

.new-blog>* {
  float: left;
}

.news-img {
  /*position: absolute;*/
  width: 200px;
  height: 200px;
}

.news-content {}

.news-content h1 {
  padding-left: 20px;
  font-size: 80px;
  line-height: 65px;
  /*text-transform: uppercase;*/
  color: white;
}

a{
  text-decoration: none;
}

/*SCREEN THINGS*/

@media screen and (max-width: 39.9375em) {
  .header {
    height: auto;
  }
  .header_pic {
    z-index: -2;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/visual/kleyo_header.jpg") no-repeat 63% 0;
    background-size: cover;
  }
  #logo-container {
    max-width: 800px;
    padding-top: 5em;
    padding-bottom: 2em;
    /*margin-bottom: 5rem;*/
    /*margin-top:20%;*/
  }
  .end.columns:last-child:last-child {
    float: left;
  }
  .new-blog {
    position: relative;
    display: table;
    padding: 30px 0;
    padding-bottom: 100px;
    top: 0;
    left: 50%;
    z-index: 200;
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, 0);
  }
  .news-img {
    /*position: absolute;*/
    width: 130px;
    height: 130px;
  }


  .news-content h1 {
    padding-left: 10px;
    font-size: 40px;
    line-height: 42px;
    /*text-transform: uppercase;*/
    color: white;
  }
}

@media screen and (min-width: 40em) {
  .header_pic {
    z-index: -2;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/visual/kleyo_header.jpg") no-repeat center center;
    background-size: cover;
  }
  .end.columns:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .header_pic {
    z-index: -2;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/visual/kleyo_header.jpg") no-repeat center center;
    background-size: cover;
  }
  .end.columns:last-child:last-child {
    float: left;
  }
}
