/*
=================================
Layout
=================================
*/

html {
  overflow: hidden;
}

body {
  background-color: #8ea39d;
  margin: 0;
}

.emu-container-y {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100vh;
  position: relative;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.vh-100 {
  height: 100vh;
}

.img-container {
  background: url(../content-images/eric_filter_rund-2.png) no-repeat center;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.emu-main-container {
  
}

.emu-header-area {
  
}

.emu-footer-area {
  
}

.bg-grau-braun {
  background-color: #6d5248;
}

.grau {
  color: #4a4a4c;
}
