@charset "UTF-8";
/* Scss Document */
html,
body {
  /* height: 100%;*/
  min-height: 100%;
  font-weight: 200;
  background-color: #fff; }

body {
  margin: 0; }

.full-picture {
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat; }

.full-picture:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/ }

/*header*/
.cd-header {
  background-color: #fff;
  width: 100%;
  margin: auto;
  position: relative; }

.cd-header .logo {
  width: 50%;
  height: 5em;
  background-image: url("../images/Logo-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #fff;
  cursor: pointer;
  margin: 1em 0;
  /*border:1px solid blue;*/ }

/*header*/
a {
  color: #ef7e25;
  text-decoration: none;
  font-weight: 300; }

a:hover {
  color: #709618; }

.shadow-box {
  -webkit-box-shadow: 1px 8px 13px -10px #000000;
  box-shadow: 1px 8px 13px -10px #000000; }

.opened {
  display: block; }

.closed {
  display: none; }

.open-menu {
  background-image: url("../images/icon_menu_mobile.svg"); }

.close-menu {
  background-image: url("../images/icon_menu_close.svg"); }

.logo-mirror {
  background-image: url("../images/green-01.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover; }

.slogan {
  font-size: 2em;
  padding: .5em 1em; }

.logo {
  background-image: url("../images/alpenmobil.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 2em;
  height: 3em;
  margin-top: 1em;
  width: 100%; }

.kopf img {
  width: 100%;
  height: auto; }

.main-nav {
  background-color: #007733;
  display: block;
  z-index: 10000;
  position: relative; }
  .main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; }
  .main-nav ul li {
    display: inline-block; }
  .main-nav ul li a {
    color: #fff;
    padding: .5em 1em;
    display: block;
    font-weight: 600; }
  .main-nav ul li a:hover {
    background-color: #a0be1b;
    color: #007733; }

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  /* background-attachment: fixed;	*/
  background-image: url("../images/bg_01.jpg");
  background-repeat: no-repeat; }

.geschlossen {
  top: 0em;
  display: none;
  transition: display 1s; }

.geoeffnet {
  top: 0em;
  display: block;
  transition: display 1s; }

#gm {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-image: url("../images/g-map-static.jpg");
  background-position: center center;
  background-size: cover; }
  #gm .hint {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #gm .hint .button {
      display: inline-block;
      background-color: #fff;
      padding: 1em;
      cursor: pointer; }

#search {
  position: absolute;
  bottom: 0;
  right: 0;
  /*	background:green;*/
  height: 100%;
  width: 5em;
  /*background-image: url( "../images/lupe.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  z-index: 10000;
  cursor: pointer; }

#search:hover {
  background-size: 1.7em; }

.s-lupe {
  background-image: url("../images/lupe.png"); }

.s-cross {
  background-image: url("../images/close-cross.png"); }

.search-wrapper {
  position: absolute;
  width: 80%;
  margin: auto;
  left: 10%;
  height: 4.5em;
  padding: 1em;
  /*		border-bottom-left-radius: 1em;
  		border-bottom-right-radius: 1em;*/
  background-color: #709618;
  z-index: 10;
  text-align: center; }

.search-wrapper input {
  width: 98%;
  margin: auto;
  border: none;
  font-size: 1em;
  padding: .25em 1em;
  border-radius: 1em; }

.search-wrapper .ui-menu {
  position: relative !important;
  padding: 1em 0;
  margin: 0; }

.search-wrapper .ui-menu li {
  list-style-type: none !important;
  cursor: pointer;
  background-color: #709618 !important;
  padding: .5em;
  margin-bottom: .2em;
  color: #fff;
  border-bottom: 1px dotted #709618 !important; }

.search-wrapper .ui-menu-item-wrapper {
  background: red !important; }

.search-wrapper .ui-menu li:hover {
  list-style-type: none;
  cursor: pointer;
  color: #709618;
  background-color: #fff; }

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1; }

.cd-fixed-body {
  position: fixed;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: -100; }

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1; }

.cd-fixed-bg:first-child {
  min-height: 80%; }

.cd-scrolling-bg-free {
  padding: 4em 0 0 0;
  z-index: 2; }

.cd-scrolling-bg-free-padding {
  padding: 4em 0;
  z-index: 2; }

.cd-scrolling-no-padding {
  padding: 0;
  z-index: 2; }

.colored-0 {
  background-color: #fff; }

.colored-1 {
  background-color: #9fbddc; }

.colored-2 {
  background-color: #004788;
  color: #fff; }

.colored-3 {
  background-color: #ef7e25; }

.colored-4 {
  background-color: #3c4349; }

.colored-5 {
  background-color: #000; }

.colored-6 {
  background-color: #709618; }

.color-0 {
  color: #fff; }

.color-1 {
  color: #9fbddc; }

.color-2 {
  color: #004788; }

.color-3 {
  color: #ef7e25; }

.mt-2p {
  margin-top: 2%; }

.mt-10p {
  margin-top: 10%; }

.mt-20p {
  margin-top: 20%; }

.mt-40p {
  margin-top: 40%; }

.mt-45p {
  margin-top: 45%; }

.mt-4em {
  margin-top: 4em; }

.mt-8em {
  margin-top: 8em; }

.mb-2em {
  margin-bottom: 2em; }

.mb-4em {
  margin-bottom: 4em; }

.cd-scrolling-bg {
  position: relative;
  /* min-height: 100%;*/
  padding: 4em 0;
  line-height: 1.6;
  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2; }

.cd-scrolling-bg:first-child {
  padding-top: 2.2em; }

.container-text {
  /*	border:1px solid red;*/
  display: block; }

.container-text p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.container-text img {
  display: inline-block; }

.slider {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100; }

.slider-picture {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.slider-picture:before {
  content: "";
  display: block;
  padding-top: var(--height-var);
  /* initial ratio of 1:1*/ }

.inline-slider {
  position: relative;
  width: 100%; }

.inline-slider .inline-slider-picture {
  position: absolute;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 1px dotted #709618; }

.inline-slider .inline-slider-picture-container {
  position: relative;
  width: 100%;
  background-color: #fff; }

.inline-slider .inline-slider-picture-container:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.inline-slider .info-box-inline-slider {
  position: absolute;
  background-color: #709618;
  width: 100%;
  text-align: center;
  bottom: 0em;
  padding: .5em 1em;
  box-sizing: border-box;
  left: 0;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

.inline-slider .info-box-inline-slider h1, .inline-slider .info-box-inline-slider h2, .inline-slider .info-box-inline-slider p {
  color: #fff; }

.inline-slider .info-box-inline-slider h1, .inline-slider .info-box-inline-slider h2 {
  font-family: 'Oswald', sans-serif; }

.action-slider {
  position: relative;
  width: 100%; }

.action-slider .inline-slider-picture {
  position: absolute;
  right: 1em;
  top: 1em;
  left: 1em;
  bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-color: #fff; }

.action-slider .inline-slider-picture:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/ }

.action-slider .inline-slider-picture-container {
  position: relative;
  width: 100%;
  background-color: #fff; }

.action-slider .inline-slider-picture-container:before {
  content: "";
  display: block;
  padding-top: 120%;
  /* initial ratio of 1:1*/ }

.action-slider .action-container {
  position: absolute;
  right: 1em;
  top: 1em;
  left: 1em;
  bottom: 1em;
  border: 1px dotted #ef7e25; }

.action-slider .info-box-inline-slider {
  position: absolute;
  width: 90%;
  text-align: center;
  top: 60%;
  left: 5%;
  font-size: 1em;
  font-weight: 100;
  /*		text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
          0px 8px 13px rgba(0,0,0,0.1),
          0px 18px 23px rgba(0,0,0,0.1);*/ }

.action-slider .info-box-inline-slider h2 {
  font-size: 1.3em; }

.action-slider .more {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 1em;
  left: 5%;
  background-color: #ef7e25;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  cursor: pointer; }

.info-box-slider {
  position: absolute;
  /*border:1px solid red;*/
  bottom: 10%;
  left: 200px;
  opacity: 0;
  -webkit-transition: all   ease-out 1s;
  -moz-transition: all  ease-out 1s;
  -o-transition: all  ease-out 1s;
  transition: all  ease-out 1s;
  transition-delay: .3s;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

.info-box-slider a {
  background: #9fbddc;
  opacity: 1;
  padding: 1em 2em 1em 2em;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 99px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  text-shadow: none; }

.info-box-slider a:hover {
  color: #9fbddc;
  background-color: #fff; }

.slick-active .info-box-slider {
  opacity: 1;
  left: 100px; }

.bottom-nav ul {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em; }

.bottom-nav ul li {
  display: inline-block; }

.bottom-nav ul li a {
  text-decoration: none;
  /*color:$primaryColor;*/
  color: #fff;
  padding: 0.5em 1em;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: 100;
  letter-spacing: .1em; }

footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: none; }

footer a:hover {
  color: #ef7e25; }

footer table {
  width: 100%;
  border-collapse: collapse;
  border: none; }

footer td {
  vertical-align: top;
  font-weight: 300;
  padding: 1em;
  box-sizing: border-box;
  width: 33.3333%;
  /*border:1px solid red;*/ }

footer .color_box-2 {
  background-color: #9fbddc;
  color: #fff;
  padding: 1em;
  margin: 1em;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

.social-media-container {
  border: 1px solid green;
  position: fixed;
  right: 0;
  top: 0.5em;
  width: 0em;
  overflow: visible;
  z-index: 1000; }

.social-media-container .social-media {
  z-index: 1000;
  background-color: #ef7e25;
  background-size: 1.2em;
  background-position: .8em center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  border-radius: 90px 0 0 90px;
  cursor: pointer;
  padding: .5em 2em;
  padding-left: 3em;
  position: absolute;
  right: -15em;
  display: block;
  width: 18em;
  font-size: 1em;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }

.social-media-container .social-media:hover {
  right: 0em; }

.social-media-container .social-media a {
  color: inherit;
  text-decoration: none; }

.fb {
  background-image: url("../images/fb.svg"); }

.insta {
  background-image: url("../images/instagram.svg"); }

.mail {
  background-image: url("../images/email.svg"); }

.tel {
  background-image: url("../images/tel.svg"); }

.geo {
  background-image: url("../images/geo.svg"); }

.time {
  background-image: url("../images/time.svg"); }

.t-0 {
  top: 0; }

.t-3 {
  top: 3em; }

.t-6 {
  top: 6em; }

.t-9 {
  top: 9em; }

.border-top-dotted {
  border-top: 1px #9fbddc dotted; }

.social-media-box {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  display: block; }

.social-media-box .social-media-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  height: 1.5em;
  content: ""; }

.social-media-box .social-media-text {
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: 500; }

.social-media-box a {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-decoration: none; }

.social-media-box a:visited {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-decoration: none; }

.clickable {
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.clickable:hover {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75); }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-image-fixed {
  background-attachment: fixed; }

.bg-white {
  background-color: #fff; }

.color_box {
  background-color: #9fbddc;
  color: #fff;
  padding: 1em;
  margin: 1em;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200; }

.row h1 {
  font-weight: 100; }

#preis-info {
  border-top: 1px dotted #3c4349;
  border-bottom: 1px dotted #3c4349;
  margin-top: 2em;
  padding: 1em 0; }

#preis-info .term {
  color: #ef7e25; }

#preis-info .term-value:before {
  content: "€";
  padding-right: 1em; }

.object-prop {
  margin: .5em;
  box-sizing: border-box; }

.obj-wrapper {
  background-color: #3c4349; }

#contact {
  position: relative; }

#contact input[type=text] {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  /*border:1px solid  $color-grey;*/
  border-radius: .2em;
  background-color: #fff;
  color: #3c4349; }

#contact input[type=submit] {
  padding: .5em 1em;
  box-sizing: border-box;
  border: none;
  border: 1px solid #3c4349;
  border-radius: 0px;
  background-color: #fff;
  color: #3c4349;
  -webkit-transition: all   ease-out .5s;
  -moz-transition: all  ease-out .51s;
  -o-transition: all  ease-out .5s;
  transition: all  ease-out .5s; }

#contact input[type=submit]:hover {
  color: #fff;
  background-color: #ef7e25;
  border: 1px solid #ef7e25; }

#contact textarea {
  width: 100%;
  height: 15em;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  /*border:1px solid  $color-grey;*/
  border-radius: .2em;
  background-color: #fff;
  color: #3c4349;
  resize: vertical; }

#contact .trenner {
  margin-left: 1em;
  font-size: .8em;
  color: #fff; }

#contact #wait {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 5em;
  background-position: center center;
  background-image: url("../images/wait.gif");
  background-color: rgba(255, 255, 255, 0.7); }

.thumbnail-01 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-sizing: border-box;
  margin: .5em;
  display: block;
  box-sizing: border-box; }

.thumbnail-01:before {
  content: "";
  display: block;
  padding-top: 45%;
  /* initial ratio of 1:1*/ }

.thumbnail-01-text {
  width: 100%;
  display: block;
  margin: .5em; }

.thumbnail-01-text a:link {
  font-size: .5em;
  color: #ef7e25; }

.thumbnail-01-text a:hover {
  font-size: .5em;
  color: #709618; }

.slider-for {
  width: 100%; }

.thumbnail-02 {
  width: 90%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /*border:1px dotted $color-blue;*/
  box-sizing: border-box;
  margin: .5em auto;
  padding: 1em;
  cursor: pointer;
  /*transition: all .2s ease-in-out;*/ }

.thumbnail-02:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.thumbnail-02:hover {
  /*transform: scale(1.1);*/ }

.thumbnail-03 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px dotted #004788;
  box-sizing: border-box;
  margin: .5em;
  /*cursor:pointer;*/ }

.thumbnail-03:before {
  content: "";
  display: block;
  padding-top: 130%;
  /* initial ratio of 1:1*/ }

.thumb-03-info-text {
  padding-top: 1em;
  box-sizing: border-box;
  text-align: left; }

.thumb-03-info-text h2 {
  font-weight: 100;
  color: #004788; }

.thumb-03-info-text a {
  color: #004788; }

.close-gallery {
  width: 2em;
  height: 2em;
  position: fixed;
  top: 1em;
  right: 1em;
  background-image: url("../images/close-cross.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: auto;
  cursor: pointer;
  z-index: 1000000; }

.picture-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  overflow: hidden; }

#gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 10000; }

#gallery-container .gallery-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#gallery-container .gallery-slide .slide-text {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  margin: auto;
  padding: 1em;
  color: #000;
  background: rgba(255, 255, 255, 0.8); }

.back {
  text-decoration: none;
  display: block;
  padding: 1em 2em;
  margin: 1em 0;
  background-color: #ef7e25;
  color: #fff; }

.back:hover {
  background-color: #3c4349; }

.template-5 .image-container {
  position: relative; }

.template-5 .image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.template-5 .bg-image {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.template-5 .sub-item {
  border: 1px solid red; }

.template-5 .sub-item:last-child {
  border: none;
  margin-bottom: 10em; }

.template-6 .show-hide {
  display: none; }

.template-6 .blue {
  background-color: #004788;
  position: relative;
  cursor: pointer; }

.template-6 .blue h2 {
  color: #fff;
  font-size: 2em;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  font-weight: 100;
  padding-left: 3em; }

.template-6 .blue .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 2em;
  width: 2em; }

.template-6 .blue .show_me {
  background-image: url("../images/plus.svg"); }

.template-6 .blue .hide_me {
  background-image: url("../images/minus.svg"); }

.template-6 .image-container {
  position: relative; }

.template-6 .image-container:before {
  content: "";
  display: block;
  padding-top: 30%;
  /* initial ratio of 1:1*/ }

.template-6 .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.template-6 .sub-item:last-child {
  border: none;
  margin-bottom: 10em; }

.inline-nav {
  padding: 1em .5em;
  margin: 2em 0; }

.inline-nav ul {
  padding: 0;
  margin: em 0;
  text-align: left; }

.inline-nav ul li {
  list-style: none;
  display: inline-flex;
  margin-right: 0em;
  width: 50%;
  position: relative;
  background: #fff; }

.inline-nav .img-container {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }

.inline-nav .img-container:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* initial ratio of 1:1*/ }

.inline-nav .titel {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.7); }

.inline-nav a {
  color: #ef7e25; }

.prop-type-container {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  padding: .5em 1em;
  margin: 0.5em;
  background-color: #3c4349;
  cursor: pointer;
  color: #fff;
  font-family: 'Oswald', sans-serif; }

.act {
  background-color: #ef7e25;
  cursor: pointer; }

#news {
  background-color: #709618;
  color: #fff;
  padding: 1em;
  position: relative; }

#news .news-image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%; }

#news .news-image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/ }

#news a {
  display: inline-block;
  padding: .5em 2em;
  background-color: #fff; }

.product-box-mirror .product-container {
  width: 95%;
  margin: 0em auto 2em auto;
  padding: .5em;
  box-sizing: border-box;
  /*  border: 1px solid #3c4349;*/
  cursor: pointer;
  position: relative; }
.product-box-mirror .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 9; }
  .product-box-mirror .img-container a {
    background-color: #a0be1b;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    font-weight: 600; }
.product-box-mirror .product-container:before {
  content: "";
  display: block;
  padding-top: 120%;
  /* initial ratio of 1:1*/ }

.product-box .product-container {
  width: 95%;
  margin: 0em auto 2em auto;
  padding: 1em;
  box-sizing: border-box;
  border: 1px dotted #3c4349;
  cursor: pointer;
  position: relative; }

.product-box .img-container {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 0em;
  margin-bottom: 1em;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 9; }

.product-box .used-ribbon {
  position: absolute;
  top: -2em;
  right: -2em;
  width: 10em;
  height: 10em;
  z-index: 10;
  background-image: url("../images/used.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.product-box .new-ribbon {
  position: absolute;
  top: -2em;
  right: -2em;
  width: 10em;
  height: 10em;
  z-index: 10;
  background-image: url("../images/neu.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.product-box .action-ribbon {
  position: absolute;
  top: -2em;
  left: -2em;
  width: 10em;
  height: 10em;
  z-index: 10;
  background-image: url("../images/action.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.product-box .img-container:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.product-box .prod_titel {
  /*	font-family: 'Oswald', sans-serif;*/
  padding: .5em 0em;
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  font-weight: 400;
  height: 4em; }

.product-box .product-description-container {
  font-family: 'Oswald', sans-serif;
  padding: 1em;
  background-color: #a0be1b;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em; }

.product-box .product-description {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  height: 1.8em;
  overflow: hidden;
  font-size: 1em; }

.product-box a {
  color: #a0be1b; }

/*youtube*/
.video-container-wrapper {
  max-width: 100%;
  width: 600px;
  left: 0;
  right: 0;
  margin: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*youtube end*/
#bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  background-color: #007733;
  z-index: 10000;
  text-align: center;
  display: none;
  cursor: pointer;
  border-top: 1px dotted #fff; }
  #bottom-menu .home {
    background-image: url("../images/home.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2em;
    height: 3em; }
  #bottom-menu .mob-menu-symbol {
    background-position: center center;
    background-repeat: no-repeat;
    height: 3em;
    background-size: 2em; }

@media screen and (max-width: 768px) {
  #bottom-menu {
    display: block; }

  .slider-picture:before {
    content: "";
    display: block;
    padding-top: 50%;
    /* initial ratio of 1:1*/ }

  .logo-mirror {
    background-image: none; }

  .slogan {
    font-size: 1.5em;
    padding: .25em 0em;
    text-align: center; }

  .logo {
    background-position: center center;
    background-size: auto 2em;
    height: 3em;
    margin-top: 0em;
    width: 100%; }

  body {
    margin-bottom: 4em; }

  .thumb-03-info-text {
    text-align: center; }

  .main-nav {
    border-top-left-radius: 0em;
    display: block;
    position: fixed;
    bottom: 3em;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 2em 0;
    box-shadow: 0px -3px 39px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px -3px 39px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -3px 39px -3px rgba(0, 0, 0, 0.75); }
    .main-nav ul li {
      display: block;
      padding: .3em 0; }
    .main-nav ul li a {
      background-color: #fff;
      color: #007733;
      width: 80%;
      margin: auto;
      display: block; }

  #info h1 {
    text-align: center; }

  .prop-type-container {
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0px;
    padding: .5em 1em;
    margin: 0.5em;
    background-color: #3c4349;
    cursor: pointer;
    color: #fff;
    font-family: 'Oswald', sans-serif; }

  .thumbnail-01 {
    margin: 0em; }

  .cd-header {
    position: relative; }

  .cd-header .logo {
    width: 95%;
    height: 5em;
    margin: auto; }

  .bottom-nav ul {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
    padding: 0; }

  .bottom-nav ul li {
    display: block;
    padding: .5em 0; }

  .bottom-nav ul li a {
    font-size: 1em; }

  .h2-resp {
    padding-left: 1em; }

  .search-wrapper {
    position: absolute;
    width: 80%;
    height: 4.5em;
    margin: auto;
    left: 0%; }

  .social-media-container {
    border: 0px solid green;
    position: absolute;
    right: auto;
    left: 8em;
    top: 0.5em;
    width: 0em;
    overflow: visible;
    z-index: 1000; }

  .social-media-container .t-0 {
    top: -.5em;
    background-color: none; }

  .social-media-container .t-3 {
    top: 1.5em;
    background-color: none; }

  .social-media-container .social-media:hover {
    right: -15em; } }
