@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");
.carousel-item {
  min-height: 350px; }

img.lazyload, .lazyloading {
  width: 100%;
  background: #f7f7f7 url(/storage/app/media/icons/loader.gif) no-repeat center;
  height: 160px !important; }

.h-text {
  color: #54595f;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 47px;
  text-align: center;
  margin-bottom: 27px; }
  .h-text span {
    border-bottom: 6px solid #fd0; }

.no-link-hover, .no-hover {
  color: inherit; }
  .no-link-hover:hover, .no-hover:hover {
    text-decoration: auto;
    color: inherit; }

.verkauft {
  text-decoration-color: red;
  text-decoration-line: line-through;
  font-weight: 500; }

.py-100 {
  padding: 100px 0; }

.py-70 {
  padding: 70px 0; }

.bl {
  border-left: 3px solid var(--primary);
  padding-left: 11px; }

.bg-dark, .bg-primary {
  color: var(--white); }

.section-form {
  background: var(--primary);
  padding: 47px;
  text-align: center;
  max-width: 400px; }
  @media (max-width: 650px) {
  .section-form {
    padding: 15px; } }
  .section-form .form-control {
    padding: 26px; }

.section-after-form {
  position: absolute;
  bottom: 0;
  height: 252px;
  width: 100%;
  z-index: -1;
  background-color: var(--dark); }
  @media (max-width: 650px) {
  .section-after-form {
    padding: 15px;
    position: inherit;
    height: inherit; } }

header {
  position: relative;
  border-bottom: 31px solid var(--primary); }
  @media (max-width: 650px) {
  header {
    border-bottom: 36px solid var(--primary); } }

.logos {
  padding: 20px 0; }
  .logos .owl-logos {
    position: relative; }
    .logos .owl-logos .owl-item img {
      max-height: 80px;
      margin: auto;
      width: auto; }

.da {
  width: 100%;
  height: auto;
  position: relative;
  background: #282828;
  z-index: 1;
  padding: 1em 0;
  box-sizing: border-box;
  margin-bottom: 70px; }

.da:before, .da:after {
  position: absolute;
  bottom: -35px;
  content: '';
  width: 50%;
  background: #282828;
  height: 60px;
  transform: skewY(3deg);
  z-index: -1; }

.da:after {
  transform: skewY(-3deg);
  right: 0; }

.panel.panel-default {
  margin: 0px 0px 0px 0px;
  padding: 35px 35px 35px 35px;
  background-color: #1e1e1e;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #686868;
  color: white; }

.panel.panel-default:not(:last-child) {
  margin-bottom: 20px; }

.icon-pos {
  position: absolute;
  top: -30%;
  width: 100%; }
  .icon-pos .icon-card {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--dark);
    margin: auto; }
    .icon-pos .icon-card .icon-card-img {
      width: 61px;
      height: fit-content; }

footer h2 {
  font-size: 22px; }
  footer ul li:not(:last-child) {
    padding: 14px 0; }

.social {
  position: fixed;
  right: 0px;
  top: 30%;
  display: grid;
  z-index: 111; }
  .social .fixed-box {
    padding: 13px 20px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 23px;
    border-radius: 10px 0 0 10px; }
  .social .facebook {
    background: #1877f2;
    color: white !important; }
  .social .call {
    background: #e0e0e0;
    color: black !important; }
  .social .ytube {
    background: #f00;
    color: white !important; }
  .social .insta {
    background: #f09;
    color: white !important; }

.heading-text {
  background: #a08b00;
  padding: 28px;
  border-radius: 30px 30px 144px 30px;
  width: fit-content;
  font-weight: 700;
  color: white;
  max-width: 600px; }

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

#galleryId:after {
  content: "";
  display: table;
  clear: both; }

#galleryId {
  width: unset !important;
  background: #444;
  padding: 67px 10px; }

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center; }
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  border: 2px solid white;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2, .grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }
/* Individual effects */
/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px); }

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-romeo figcaption::before, figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo .xafter::before, figure.effect-romeo .xafter::after {
  position: unset;
  top: 0;
  left: 0;
  width: unset;
  height: unset;
  background: #fff;
  content: '';
  -webkit-transition: unset;
  transition: unset;
  -webkit-transform: unset;
  transform: unset; }

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h2, figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center; }

  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #9e5406; }

figure.effect-bubba:hover img {
  opacity: 0.4; }

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h2 {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  font-size: 20px; }

figure.effect-bubba p {
  padding: 20px 2px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bild50 img {
  width: 50%; }

@media screen and (max-width: 880px) {
  .container .row {
    height: auto !important; }
    .container .row .text-50 {
      padding: 0px 47px; }
    .container .row .bild50 img {
      position: inherit !important;
      height: 500px;
      object-fit: cover;
      width: 100%; } }

@media screen and (max-width: 720px) {
  .subheader {
    height: 276px !important; }

  .heading {
    font-size: 30px !important; } }

.carousel-item {
  height: 600px; }

.text-mid {
  display: table-cell;
  vertical-align: middle;
  padding: 15.5% 10%;
  width: auto; }

.heading {
  font-family: "Luckiest Guy", cursive;
  margin: 0;
  font-size: 50px;
  padding: 0;
  color: white;
  text-shadow: 0 0.1em 20px rgba(0, 0, 0, 1), 0.05em -0.03em 0 rgba(0, 0, 0, 1), 0.05em 0.005em 0 rgba(0, 0, 0, 1), 0em 0.08em 0 rgba(0, 0, 0, 1), 0.05em 0.08em 0 rgba(0, 0, 0, 1), 0px -0.03em 0 rgba(0, 0, 0, 1), -0.03em -0.03em 0 rgba(0, 0, 0, 1), -0.03em 0.08em 0 rgba(0, 0, 0, 1), -0.03em 0 0 rgba(0, 0, 0, 1); }
  .heading span {
    transform: scale(0.9);
    display: inline-block; }
  .heading span:first-child {
    animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate; }
  .heading span:last-child {
    animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate; }

@keyframes bop {
  0% {
    transform: scale(0.9); }

  50%, 100% {
    transform: scale(1); } }

@keyframes bopB {
  0% {
    transform: scale(0.9); }

  80%, 100% {
    transform: scale(1) rotateZ(-3deg); } }

.smart-scroll {
  z-index: 50; }

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  border-radius: 8px;
  z-index: 55; }
  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
/***** call to action *****/
.fixed-cta {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #282828;
  padding: 20px;
  color: white;
  z-index: 2;
  text-align: center; }

@media screen and (max-width: 768px) {
  .fixed-cta {
    display: none; } }
/***** menu *****/
@media screen and (max-width: 992px) {
  ul.navbar-nav li {
    padding: 10px 0;
    font-size: 18px; } }

.nav-link {
  color: rgba(255, 255, 255, 255) !important; }

.nav-item a:hover {
  padding-bottom: 5px;
  border-bottom: 5px solid #a08b00 !important;
  text-decoration: none !important; }

.navbar-dark .navbar-text a {
  margin-left: 15px;
  margin-left: 15px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  line-height: 2.5rem;
  color: #282e31;
  text-align: left;
  list-style: none;
  background-color: #282828;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem; }

.dropdown-toggle a:hover {
  display: block; }

@media screen and (max-width: 768px) {
  .dropdown-menu {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    line-height: 1.2rem; }

  .nav-item a:hover {
    border-bottom: none !important;
    text-decoration: none !important; } }

.h-effect {
  width: 600px;
  height: 400px;
  position: relative;
  cursor: pointer; }

.h-effect:hover .post-s {
  width: 600px; }

.h-effect img {
  display: block;
  width: 600px;
  height: 400px; }

.h-effect-t {
  width: 0px;
  height: 400px;
  background: rgba(100, 60, 180, 0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.7s ease; }

.h-effect-t h3 {
  color: white;
  font-size: 50px;
  border: 6px solid white;
  padding: 10px 30px; }

.banner-text {
  word-spacing: 0em;
  font-size: 8rem !important;
  font-weight: 100;
  color: #fbff07;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.851); }
  @media (max-width: 993px) {
  .banner-text {
    font-size: 6rem !important; } }
  @media (max-width: 768px) {
  .banner-text {
    font-size: 4rem !important; } }
  @media (max-width: 500px) {
  .banner-text {
    font-size: 2rem !important; } }
