/*! little-santa - TW 27-01-2017 */

@import url(https://fonts.googleapis.com/css?family=Anton);
*, *:before, *:after {
  box-sizing: border-box;
}

.col {
  float: left;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================== XS ==================== */
.off-0-xs {
  margin-left: 0%;
}

.col-0-xs {
  width: 0%;
}

.off-1-xs {
  margin-left: 8.33333%;
}

.col-1-xs {
  width: 8.33333%;
}

.off-2-xs {
  margin-left: 16.66667%;
}

.col-2-xs {
  width: 16.66667%;
}

.off-3-xs {
  margin-left: 25%;
}

.col-3-xs {
  width: 25%;
}

.off-4-xs {
  margin-left: 33.33333%;
}

.col-4-xs {
  width: 33.33333%;
}

.off-5-xs {
  margin-left: 41.66667%;
}

.col-5-xs {
  width: 41.66667%;
}

.off-6-xs {
  margin-left: 50%;
}

.col-6-xs {
  width: 50%;
}

.off-7-xs {
  margin-left: 58.33333%;
}

.col-7-xs {
  width: 58.33333%;
}

.off-8-xs {
  margin-left: 66.66667%;
}

.col-8-xs {
  width: 66.66667%;
}

.off-9-xs {
  margin-left: 75%;
}

.col-9-xs {
  width: 75%;
}

.off-10-xs {
  margin-left: 83.33333%;
}

.col-10-xs {
  width: 83.33333%;
}

.off-11-xs {
  margin-left: 91.66667%;
}

.col-11-xs {
  width: 91.66667%;
}

.off-12-xs {
  margin-left: 100%;
}

.col-12-xs {
  width: 100%;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

/* ===================== S ===================== */
@media (min-width: 321px) {
  .off-0-s {
    margin-left: 0%;
  }

  .col-0-s {
    width: 0%;
  }

  .off-1-s {
    margin-left: 8.33333%;
  }

  .col-1-s {
    width: 8.33333%;
  }

  .off-2-s {
    margin-left: 16.66667%;
  }

  .col-2-s {
    width: 16.66667%;
  }

  .off-3-s {
    margin-left: 25%;
  }

  .col-3-s {
    width: 25%;
  }

  .off-4-s {
    margin-left: 33.33333%;
  }

  .col-4-s {
    width: 33.33333%;
  }

  .off-5-s {
    margin-left: 41.66667%;
  }

  .col-5-s {
    width: 41.66667%;
  }

  .off-6-s {
    margin-left: 50%;
  }

  .col-6-s {
    width: 50%;
  }

  .off-7-s {
    margin-left: 58.33333%;
  }

  .col-7-s {
    width: 58.33333%;
  }

  .off-8-s {
    margin-left: 66.66667%;
  }

  .col-8-s {
    width: 66.66667%;
  }

  .off-9-s {
    margin-left: 75%;
  }

  .col-9-s {
    width: 75%;
  }

  .off-10-s {
    margin-left: 83.33333%;
  }

  .col-10-s {
    width: 83.33333%;
  }

  .off-11-s {
    margin-left: 91.66667%;
  }

  .col-11-s {
    width: 91.66667%;
  }

  .off-12-s {
    margin-left: 100%;
  }

  .col-12-s {
    width: 100%;
  }

  .hide-s {
    display: none;
  }

  .show-s {
    display: block;
  }
}
/* ===================== M ===================== */
@media (min-width: 769px) {
  .off-0-m {
    margin-left: 0%;
  }

  .col-0-m {
    width: 0%;
  }

  .off-1-m {
    margin-left: 8.33333%;
  }

  .col-1-m {
    width: 8.33333%;
  }

  .off-2-m {
    margin-left: 16.66667%;
  }

  .col-2-m {
    width: 16.66667%;
  }

  .off-3-m {
    margin-left: 25%;
  }

  .col-3-m {
    width: 25%;
  }

  .off-4-m {
    margin-left: 33.33333%;
  }

  .col-4-m {
    width: 33.33333%;
  }

  .off-5-m {
    margin-left: 41.66667%;
  }

  .col-5-m {
    width: 41.66667%;
  }

  .off-6-m {
    margin-left: 50%;
  }

  .col-6-m {
    width: 50%;
  }

  .off-7-m {
    margin-left: 58.33333%;
  }

  .col-7-m {
    width: 58.33333%;
  }

  .off-8-m {
    margin-left: 66.66667%;
  }

  .col-8-m {
    width: 66.66667%;
  }

  .off-9-m {
    margin-left: 75%;
  }

  .col-9-m {
    width: 75%;
  }

  .off-10-m {
    margin-left: 83.33333%;
  }

  .col-10-m {
    width: 83.33333%;
  }

  .off-11-m {
    margin-left: 91.66667%;
  }

  .col-11-m {
    width: 91.66667%;
  }

  .off-12-m {
    margin-left: 100%;
  }

  .col-12-m {
    width: 100%;
  }

  .hide-m {
    display: none;
  }

  .show-m {
    display: block;
  }
}
/* ===================== L ===================== */
@media (min-width: 961px) {
  .off-0-l {
    margin-left: 0%;
  }

  .col-0-l {
    width: 0%;
  }

  .off-1-l {
    margin-left: 8.33333%;
  }

  .col-1-l {
    width: 8.33333%;
  }

  .off-2-l {
    margin-left: 16.66667%;
  }

  .col-2-l {
    width: 16.66667%;
  }

  .off-3-l {
    margin-left: 25%;
  }

  .col-3-l {
    width: 25%;
  }

  .off-4-l {
    margin-left: 33.33333%;
  }

  .col-4-l {
    width: 33.33333%;
  }

  .off-5-l {
    margin-left: 41.66667%;
  }

  .col-5-l {
    width: 41.66667%;
  }

  .off-6-l {
    margin-left: 50%;
  }

  .col-6-l {
    width: 50%;
  }

  .off-7-l {
    margin-left: 58.33333%;
  }

  .col-7-l {
    width: 58.33333%;
  }

  .off-8-l {
    margin-left: 66.66667%;
  }

  .col-8-l {
    width: 66.66667%;
  }

  .off-9-l {
    margin-left: 75%;
  }

  .col-9-l {
    width: 75%;
  }

  .off-10-l {
    margin-left: 83.33333%;
  }

  .col-10-l {
    width: 83.33333%;
  }

  .off-11-l {
    margin-left: 91.66667%;
  }

  .col-11-l {
    width: 91.66667%;
  }

  .off-12-l {
    margin-left: 100%;
  }

  .col-12-l {
    width: 100%;
  }

  .hide-l {
    display: none;
  }

  .show-l {
    display: block;
  }
}
/* ===================== XL ===================== */
@media (min-width: 1280px) {
  .off-0-xl {
    margin-left: 0%;
  }

  .col-0-xl {
    width: 0%;
  }

  .off-1-xl {
    margin-left: 8.33333%;
  }

  .col-1-xl {
    width: 8.33333%;
  }

  .off-2-xl {
    margin-left: 16.66667%;
  }

  .col-2-xl {
    width: 16.66667%;
  }

  .off-3-xl {
    margin-left: 25%;
  }

  .col-3-xl {
    width: 25%;
  }

  .off-4-xl {
    margin-left: 33.33333%;
  }

  .col-4-xl {
    width: 33.33333%;
  }

  .off-5-xl {
    margin-left: 41.66667%;
  }

  .col-5-xl {
    width: 41.66667%;
  }

  .off-6-xl {
    margin-left: 50%;
  }

  .col-6-xl {
    width: 50%;
  }

  .off-7-xl {
    margin-left: 58.33333%;
  }

  .col-7-xl {
    width: 58.33333%;
  }

  .off-8-xl {
    margin-left: 66.66667%;
  }

  .col-8-xl {
    width: 66.66667%;
  }

  .off-9-xl {
    margin-left: 75%;
  }

  .col-9-xl {
    width: 75%;
  }

  .off-10-xl {
    margin-left: 83.33333%;
  }

  .col-10-xl {
    width: 83.33333%;
  }

  .off-11-xl {
    margin-left: 91.66667%;
  }

  .col-11-xl {
    width: 91.66667%;
  }

  .off-12-xl {
    margin-left: 100%;
  }

  .col-12-xl {
    width: 100%;
  }

  .hide-xl {
    display: none;
  }

  .show-xl {
    display: block;
  }
}
/* ==================== XXL ===================== */
@media (min-width: 1920px) {
  .off-0-xxl {
    margin-left: 0%;
  }

  .col-0-xxl {
    width: 0%;
  }

  .off-1-xxl {
    margin-left: 8.33333%;
  }

  .col-1-xxl {
    width: 8.33333%;
  }

  .off-2-xxl {
    margin-left: 16.66667%;
  }

  .col-2-xxl {
    width: 16.66667%;
  }

  .off-3-xxl {
    margin-left: 25%;
  }

  .col-3-xxl {
    width: 25%;
  }

  .off-4-xxl {
    margin-left: 33.33333%;
  }

  .col-4-xxl {
    width: 33.33333%;
  }

  .off-5-xxl {
    margin-left: 41.66667%;
  }

  .col-5-xxl {
    width: 41.66667%;
  }

  .off-6-xxl {
    margin-left: 50%;
  }

  .col-6-xxl {
    width: 50%;
  }

  .off-7-xxl {
    margin-left: 58.33333%;
  }

  .col-7-xxl {
    width: 58.33333%;
  }

  .off-8-xxl {
    margin-left: 66.66667%;
  }

  .col-8-xxl {
    width: 66.66667%;
  }

  .off-9-xxl {
    margin-left: 75%;
  }

  .col-9-xxl {
    width: 75%;
  }

  .off-10-xxl {
    margin-left: 83.33333%;
  }

  .col-10-xxl {
    width: 83.33333%;
  }

  .off-11-xxl {
    margin-left: 91.66667%;
  }

  .col-11-xxl {
    width: 91.66667%;
  }

  .off-12-xxl {
    margin-left: 100%;
  }

  .col-12-xxl {
    width: 100%;
  }

  .hide-xxl {
    display: none;
  }

  .show-xxl {
    display: block;
  }
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

body {
  margin: 0;
  font-family: "Roboto Slab";
}

h1, h2, h3 {
  font-family: "Roboto Slab";
}

h1 {
  font-size: 2em;
  background: #7a130c;
  color: #FFF;
  line-height: 1.25em;
  display: inline;
  padding: 0 .5em 0 0;
}

h2 {
  font-size: 1.5em;
  background: #efe5d4;
  color: #92221f;
  display: inline;
  padding: 0.2em 0.5em 0.2em 0.5em;
  line-height: 1.5em;
}

img {
  vertical-align: top;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.content-wrap {
  max-width: 100em;
}

.nav-responsive {
  background: #92221f;
}

.nav-button {
  color: #FFF;
  font-size: 1em;
  background-color: #92221f;
  border: none;
  height: 4em;
  width: 4em;
  -webkit-appearance: none;
  outline: none;
}
.nav-button:hover {
  background: #681816;
}
.nav-button:active {
  outline: none;
}

.nav-main {
  background: #681816;
  display: none;
}
.nav-main.open {
  display: block;
}
.nav-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-main a {
  color: #FFF;
  text-decoration: none;
  padding: 1em;
  display: block;
}
.nav-main a:hover {
  background: #681816;
}
.nav-main li {
  display: block;
  font-size: 1em;
}

nav.stick {
  position: fixed;
  width: 100%;
  display: inline;
  z-index: 10000;
}

.image-header {
  position: relative;
  /*
  &:after {
    content: '';
    position: absolute;
    bottom: 0 ;
    left: 0;
    height: 10%;
    width: 100%;

    background: green;

  }
  */
}

.edge-wrap {
  position: relative;
  margin: 18em 0 0 0;
}

.edge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edge.invert {
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}

.corner {
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
}

.image-full-width {
  width: 100%;
  vertical-align: top;
}

.logo-header {
  position: absolute;
  top: -2em;
  right: 8%;
  width: 40%;
  z-index: 15;
}

.slogan {
  position: absolute;
  right: 6%;
  width: 30%;
  z-index: 20;
  bottom: -2%;
}

.small-logo {
  position: absolute;
}

.delivery {
  position: relative;
  font-family: "Roboto Slab";
  font-size: 20px;
  padding: 0em 3em 7em 5em;
  line-height: 34px;
  width: 100%;
  vertical-align: top;
}

.care {
  position: relative;
}

.image_cutout {
  width: 50%;
  marin-top: 20px;
}

.img_shape_background_width {
  width: 100%;
  text-align: top;
  clip-path: polygon(0% 40%, 100% 40%, 100% 10%, 0% 30%);
  height: auto;
  min-width: 100%;
  max-width: 90em;
}

.intro-text {
  padding: 1em 1em 0 1em;
  line-height: 1.5em;
}
.intro-text.space-bottom {
  padding-bottom: 4em;
}

.image_intro {
  position: relative;
}

.image-half-width {
  width: 100%;
  vertical-align: top;
  position: relative;
}

.intro-logo {
  position: absolute;
  width: 13%;
  margin: -5% -15% 0%;
}

.img_shape_background1 {
  width: 100%;
  text-align: top;
  clip-path: polygon(0% 40%, 100% 40%, 100% 10%, 0% 30%);
  height: auto;
  min-width: 50%;
  max-width: 90em;
}

.landing {
  font-size: 22px;
  padding: 2em 0em 2em 0em;
  line-height: 34px;
}

.landing1-block {
  margin: 0;
  position: relative;
  background: #FFF;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.landing1-block .image-landing1 {
  vertical-align: top;
  width: 100%;
}
.landing1-block figcaption {
  bottom: 0;
  background: #efe5d4;
  font-family: "Roboto Slab";
  font-size: 20px;
  text-align: center;
  padding: 1em;
  left: 0;
  right: 0;
  color: #7a130c;
  width: 100%;
  min-height: 75px;
}

.img_shape {
  width: 100%;
  text-align: top;
  clip-path: polygon(0% 100%, 100% 100%, 100% 10%, 0% 25%);
}

.img_shape_background2 {
  width: 100%;
  margin: 0;
  text-align: top;
  clip-path: polygon(0% 100%, 100% 100%, 100% 90%, -80% 25%);
  height: auto;
  min-width: 50%;
  max-width: 90em;
}

#form-messages {
  display: none;
  padding: 1em;
  color: #FFF;
  border: solid 2px;
}
#form-messages.error {
  background: #7a130c;
  display: block;
}
#form-messages.success {
  background: darkolivegreen;
  display: block;
}

/*
.flexbox {
  display: flex;

}
*/
.flexbox {
  background: #FFF;
}

.landing2-block {
  font-family: "Roboto Slab";
  font-size: 20px;
  padding: 0em 5em 5em 5em;
  line-height: 34px;
  vertical-align: top;
}

.img_border {
  width: 100%;
  vertical-align: top;
  z-index: 50;
}

.img_shape_background3 {
  width: 100%;
  text-align: top;
  clip-path: polygon(0% 40%, 100% 40%, 100% 10%, 0% 30%);
  height: auto;
  min-width: 100%;
  max-width: 90em;
}

.landing {
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 2em;
}

.landing3-block {
  margin: 1em 0;
  position: relative;
  text-align: center;
}
.landing3-block .image-landing3 {
  vertical-align: top;
  width: 30%;
}
.landing3-block figure {
  width: 50%;
}
.landing3-block figcaption {
  font-family: "Roboto Slab";
  font-size: 1.2em;
  text-align: center;
  color: #7a130c;
  padding: 3em .4em 4em .4em;
}

.image_group {
  width: 50%;
}

.contact {
  background: url(image/littlesanta.png);
  background-size: 100% 100%;
}

.contact-txt {
  position: relative;
  margin: 2em;
  color: #FFF;
  line-height: 1.5em;
}
.contact-txt .contact-logo {
  width: 100%;
  top: 90px;
}

.contact-form {
  padding: 2em;
}
.contact-form p {
  display: inline;
  font-family: "Roboto Slab";
  font-size: 24px;
  color: #FFF;
  line-height: 1.5em;
}
.contact-form label {
  display: block;
  height: 10px;
  width: 100%;
}
.contact-form input {
  width: 100%;
  font-size: 16px;
  font-family: "Roboto Slab";
  margin: 0em 0em 0.5em 0;
  padding: 1em 1em 1em 2em;
}
.contact-form textarea {
  height: 20em;
  width: 100%;
  padding: 1em 1em 1em 2em;
  font-size: 14px;
  font-family: "Roboto Slab";
  margin: 0em 0em 0.5em 0;
}
.contact-form button {
  border-radius: 6px;
  height: 40px;
  font-family: "Roboto Slab";
  font-size: 16px;
  background-color: #FFF;
  color: #7a130c;
  float: right;
  border: 0;
  padding: 0em 2em 0em 2em;
}

.impressum {
  font-family: "Roboto Slab";
  color: #FFF;
  font-size: 16px;
  padding: 4em 0em 2em 2em;
  float: right;
}

@media (min-width: 800px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  .nav-button {
    display: none;
  }

  .nav-main {
    display: block;
    background: #92221f;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40;
  }
  .nav-main ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .nav-main a {
    text-align: center;
  }
  .nav-main li {
    display: block;
    float: left;
  }

  .logo-header {
    top: 8%;
    left: 8%;
    width: 25%;
  }

  .intro-text {
    padding: 3em 3em 0 5em;
    font-size: 18px;
  }

  .contact-form {
    padding: 6em 5em 6em 4em;
  }

  .contact-txt {
    margin: 4em 0em 2em 5em;
  }
}

/*# sourceMappingURL=style.css.map */
