html {
  box-sizing: border-box;
  height: 100%;
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}


body {
  color: #333;
  height: 100%;
  font-family: "PT Sans";
}

.logo {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 50%;
}

.btn {
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0px;
}

.btn-hufn1{
  background-color: #68b22d;
}
.btn-hufn2{
  background-color: #21bbef;
}

/*
.bg-hufn3{
background-image: linear-gradient(to right, #68b22d 0%, #21bbef 80%);
}
*/

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 178px;    /* Footer height */
}

#footer {
  /*background-color: #e9e9e8;*/
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 178px;
    background-image: url("../img/ecken.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (min-width: 800px) {
  #page-container {
    width: 360px;
    margin: 0 auto;
  }
}
