/**
* Template Name: Restaurantly - v3.7.0
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* ---------- Eigene Styles ---------------

- Kachelseite
- bilderwahl
- border zum testen

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root{
  --color-template: #cda45e;
  --color-danger: rgb(218, 21, 57);
  --color-template-dark: rgb(12, 11, 9);
}

*{
  font-family: "Open Sans", sans-serif;
}

p {
  color: lightgrey;
}


*{
  -webkit-overflow-scrolling: touch !important;
}


html {
  background:rgb(12, 11, 9);
}

body {
  font-family: "Open Sans", sans-serif;
  background: #0c0b09;
  color: lightgrey;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}
*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}
.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}
.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}
.back-to-top:hover i {
  color: #444444;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}
#topbar .languages ul a {
  color: white;
}
#topbar .languages ul li + li {
  padding-left: 10px;
}
#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}
@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #d9ba85;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #cda45e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #cda45e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #cda45e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 110px;
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #cda45e;
}
#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}
#hero .btns {
  margin-top: 30px;
}
#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
  background: #cda45e;
  transition:.2s transform ease;
  transform: scale(1);
}
#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
  transform: scale(1.1);
}
#hero .btn-book {
  margin-left: 15px;
}
#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# bilderwahl Section
--------------------------------------------------------------*/
#bilderwahl {
  width: 100%;
  position: relative;
  padding: 0;
  margin-top: 130px;
  border: 0px solid red;
}

/*--------------------------------------------------------------
# bilderwahl Section
--------------------------------------------------------------*/
.errormessage {
  width: 100%;
  margin: 15px 0px 15px 0px; 
  background-color: darkred; 
  color: white; 
}

.sendmessage {
  width: 100%;
  margin: 15px 0px 15px 0px; 
  background-color: darkgreen; 
  color: white; 
}

/*--------------------------------------------------------------
# Kachelseite
--------------------------------------------------------------*/
.kacheln .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}
.kacheln .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.kacheln .box a {
  margin: 15px 0px 15px 0px !important;
}

.kacheln .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.kacheln h1, h2, h3, h4, h5, h6 {
  /*font-family: "Playfair Display", serif;*/
  color: #cda45e;
}

.kacheln .box p { /*, .kacheln .box b*/
  color: #aaaaaa;
  font-size: 15px;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.kacheln .box p { 
  color: #aaaaaa;
  font-size: 15px;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.kacheln .box:not(.no-hover):hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.kacheln .box:not(.no-hover):hover span, .kacheln .box:not(.no-hover):hover h4, .kacheln .box:not(.no-hover):hover p, .kacheln .box:not(.no-hover):hover a, .kacheln .box:not(.no-hover):hover b {
  color: #fff;
}

a .box{
  text-decoration:none;
}

a .box:hover{
  color:#fff;
}


/*--------------------------------------------------------------
# borders zum testen
--------------------------------------------------------------*/

.borderrot {border: 1px solid red;}
.borderblau {border: 1px solid blue;}
.bordergruen {border: 1px solid green;}
.bordergelb {border: 1px solid gold;}
.bordergrau {border: 1px solid lightgrey;}
.borderlila {border: 1px solid violet;}
.borderschwarz {border: 1px solid black;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2,
.section-title .h2
{
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 20px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after,
.section-title .h2::after
{
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  /*font-family: "Playfair Display", serif;*/
  color: #cda45e;
}
.section-title b {
  font-weight: bold;
  /*font-family: "Playfair Display", serif;*/
  color: #aaa;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Playfair Display", serif;*/
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* hintergrundbild wird ausgeblendet

.about:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/

.about h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}
.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #cda45e;
  border-top: 5px solid #cda45e;
  transition: 0.5s;
}
.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #cda45e;
  border-bottom: 5px solid #cda45e;
  transition: 0.5s;
}
.about .about-img:hover {
  transform: scale(1.03);
}
.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}
.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.about .content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  /*font-family: "Playfair Display", serif;*/
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #cda45e;
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-item {
  margin-top: 50px;
}
.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}
.menu .menu-content a:hover {
  color: #cda45e;
}
.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}
.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}
.specials .nav-link:hover {
  color: #cda45e;
}
.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}
.specials .nav-link:hover {
  border-color: #cda45e;
  min-width: 100%;
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.specials .details p {
  color: #aaaaaa;
}
.specials .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events .section-title h2 {
  color: #fff;
}
.events .container {
  position: relative;
}
@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}
.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.events .event-item {
  color: #fff;
}
.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}
.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}
.events .event-item ul {
  list-style: none;
  padding: 0;
}
.events .event-item ul li {
  padding-bottom: 10px;
}
.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.events .event-item p:last-child {
  margin-bottom: 0;
}
.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}
.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input, .book-a-table .php-email-form textarea, .book-a-table .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: #a49b89;
}
.book-a-table .php-email-form input::-moz-placeholder, .book-a-table .php-email-form textarea::-moz-placeholder, .book-a-table .php-email-form select::-moz-placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input::placeholder, .book-a-table .php-email-form textarea::placeholder, .book-a-table .php-email-form select::placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input:focus, .book-a-table .php-email-form textarea:focus, .book-a-table .php-email-form select:focus {
  border-color: #cda45e;
}
.book-a-table .php-email-form input, .book-a-table .php-email-form select {
  height: 44px;
}
.book-a-table .php-email-form textarea, .book-a-table .php-email-form select {
  padding: 10px 12px;
}
.book-a-table .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.book-a-table .forms {
  width: 100%;
}
.book-a-table .forms .form-group {
  padding-bottom: 8px;
}
.book-a-table .forms .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .forms .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .forms .error-message br + br {
  margin-top: 25px;
}
.book-a-table .forms .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .forms .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.book-a-table .forms .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .forms input, .book-a-table .forms textarea, .book-a-table .forms select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: #cda45e;
}
.book-a-table .forms input::-moz-placeholder, .book-a-table .forms textarea::-moz-placeholder, .book-a-table .forms select::-moz-placeholder {
  color: #cda45e;
}
.book-a-table .forms input::placeholder, .book-a-table .forms textarea::placeholder, .book-a-table .forms select::placeholder {
  color: #cda45e;
}
.book-a-table .forms input:focus, .book-a-table .forms textarea:focus, .book-a-table .forms select:focus {
  border-color: #cda45e;
}
.book-a-table .forms input, .book-a-table .forms select {
  height: 44px;
}
.book-a-table .forms textarea, .book-a-table .forms select {
  padding: 10px 12px;
}
.book-a-table .forms button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .forms button[type=submit]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}
.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.chefs .member .social a:hover {
  color: #cda45e;
}
.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}
.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}
.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  color: #cda45e;
  background-color: transparent;
}
.contact .php-email-form select {
  width: 100%;
  color: var(--color-template);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  height: 44px;
  padding: 10px 12px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .form-group .Checkbox{
  padding-bottom: 0px;
  margin-top: 0px;
  display: flex;
}

.contact .php-email-form *::placeholder{
  color:#cda45e;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background-color: #0c0b09;
  border-color: #625b4b;
  color: #cda45e;
  border-radius:5px;
}

.contact .php-email-form input::-moz-placeholder, 
.contact .php-email-form textarea::-moz-placeholder,
.contact .php-email-form input::placeholder, 
.contact .php-email-form textarea::placeholder
{
  color: #cda45e !important;

  border-radius:5px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
  color: #cda45e;
  border-radius:5px;
}
.contact .php-email-form input {
  height: 44px;
  border-radius:5px;
}

.contact .php-email-form input[type=radio], .contact .php-email-form input[type=checkbox] {
  height: 20px; vertical-align: middle;
}

.contact .php-email-form .form-control.is-valid,
.was-validated .form-control:valid{
    border-color:#28a745
}

.contact .php-email-form .form-control.is-valid:focus,
.was-validated .form-control:valid:focus{
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}

.contact .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label{
    color: var(--color-template);
}

.contact .php-email-form .form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.contact .php-email-form textarea {
  padding: 10px 12px;
}



/*Form invalid*/
.contact .php-email-form .form-control.is-invalid,
.was-validated .form-control:invalid{
    border-color: var(--color-danger); 
    background-color: transparent; 
    color: var(--color-template);
}

.contact .php-email-form .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus{
    border-color: var(--color-danger);
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25);
}

.contact .php-email-form .form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip{
    display:block
}

.contact .form-check-input.is-invalid,
.was-validated .form-check-input:invalid{
    border-color: var(--color-danger);
}


.contact .form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label{
    color: var(--color-template)
}

.contact .php-email-form input.form-control.is-invalid::placeholder {
  color: var(--color-template);
}

.alert.alert-danger{
  background: transparent;
  color: var(--color-template);
  border-color: var(--color-danger);

}





.contact .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: lightgrey;
  font-size: 14px;
}
#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Playfair Display", serif;*/
  color: lightgrey;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: lightgrey;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: lightgrey;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: lightgrey;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: lightgrey;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: lightgrey;
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: lightgrey;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: lightgrey;
}

/*E-Mail Rückgabe Tabelle*/

#infomessage table,
#infomessage table *
{
  color: var(--color-template);
  border: none;
  padding:0;
}

#infomessage table td{
  padding: .1em 0;
}

.btn.btn-large.btn-primary{
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff !important;
  transition: 0.4s;
  border-radius: 50px;
}

#infomessage *{
  color: var(--color-template);
}

/*rounded button*/
.rounded-button{
  display:block;
  width:3em;
  height:3em;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.5);
  overflow:hidden;
  border:1px solid var(--color-template);
  background: var(--color-template);
  color:#000;
  transform:scale(1);
  border-radius:50%;
  position:relative;
  transition:.2s transform ease;
}

.rounded-button:hover{
  transform:scale(1.1);
  color:#000;
}


.rounded-button:not(:last-child){
  margin-bottom: 1em;
}

.rounded-button i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:1.5em;
}

/*Cookieconsent*/


:root{
  --cc-bg: rgb(12, 11, 9);
  --cc-text: var(--color-template);
  --cc-btn-primary-bg: var(--color-template);
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: var(--color-template);
  --cc-btn-secondary-bg: var(--color-template);;
  --cc-btn-secondary-text: #000;
  --cc-btn-secondary-hover-bg: #eaeff2;
  --cc-dropdown-arrow-color: var(--color-template);
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-cookie-category-block-bg: #242424;
  --cc-cookie-category-block-bg-hover: #343434;
  --cc-section-border: var(--color-template);
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cm.bar.bottom, #s-inr{
  box-shadow:0 0 5px 1px var(--color-template);
}

.cc_overlay .cc_notice{
  background: var(--cc-bg);
  color: var(--cc-text);
}





.termintabelle tr td:nth-child(1){
  color:var(--color-template);
}

.termintabelle tr td:nth-child(n + 1){
  text-align:center;
}

.termintabelle tr:nth-child(3n+1) td{
  color:var(--color-template);
}

.termintabelle tr:nth-child(3n+3) td{
  padding-bottom:1em;
}


select.custom + input{
  position:relative;
  margin-top:-38px;
  width:calc(100% - 38px);
}

select:not(.custom) + input{
  display:none !important;
  
}

.btn-form-control{
  height: calc(1.5em + .75rem + 2px);
  border-radius: .25rem;
  padding: 0 .25rem;
  display: block;
  width: 100%;
}

/*Imagecontainer*/
[class*="img-container-"]{
  position:relative;
  height:0;
  overflow:hidden;
}

[class*="img-container-"] > img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

[class*="img-container-"].img-contain{
  object-fit: contain;
}

[class*="img-container-"].img-contain::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-size: cover;
  background-image: var(--bg-src);
  filter: blur(4px);
}

.img-container-4-3{
  padding-bottom: 75%;
}

.img-container-493-225{
  padding-bottom:45.6%;
}





.btn.btn-link-style{
  background: transparent;
  color: #d3af71;
  box-shadow: none;
  border:none;
}

.btn.btn-input-style,
button[type="submit"].btn.btn-input-style
{
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  background: #0c0b09 !important;
  border-color: #625b4b !important;
  border-radius: .25rem !important;
  color: #cda45e !important;
  border: 3px solid #625b4b !important;
  padding: 10px 12px !important;
}

.btn-submit-style,
.btn-submit-style:hover,
.btn-submit-style:focus
{
  background: #cda45e !important;
  border: 0 !important;
  padding: 10px 35px !important;
  color: #fff !important;
  transition: 0.4s !important;
  border-radius: 50px !important;
}



.lg-widget-text{
	color:#000;
}


.card.card-block {
  background: transparent;
}

.card.card-block a{
  background: transparent;
}


/**
* Font size Klassen
*/

.fs-0-7{
  font-size:.7em;
}
.fs-0-7 * {
  font-size: 1em !important;
}
.fs-0-5{
  font-size:.5em;
}
.fs-0-5 * {
  font-size: 1em !important;
}



/* Rangeslider */
.color-pri{
  color: #d3af71;
}
.color-pri-all-children,
.color-pri-all-children *
{
  color: #d3af71 !important;
}

.color-anth-all-children,
.color-anth-all-children *
{
  color: #d6cecc !important;
}


.range{
  color:#d3af71;
}

.range .label{
  display:block;
  margin:0;
  text-align:center;
}

.range-slider {
  margin:1em;
  height: 5px;
  position: relative;
  background-color: #333;
  border-radius: 2px;
}

.range-selected {

  
  height: 100%;
  left: 0;
  right: 100%;
  position: absolute;
  border-radius: 5px;
  background-color: #cda45e;
}

.range-selected::before{
  content:'';
  position:absolute;
  top:50%;
  transform:translate(0,-50%);
  left:-11px;
  width:22px;
  height:22px;
  background:#293133;
  border-radius:50%;
  border: 2px #cda45e solid;
}

.single-range .range-selected::before{
  display:none;
}


.range-selected::after{
  content:'';
  position:absolute;
  top:50%;
  transform:translate(0,-50%);
  right:-11px;
  width:22px;
  height:22px;
  background:#293133;
  border-radius:50%;
  border: 2px #cda45e solid;
}

.range-label {
  position:relative;
  display:flex;
  margin-top: 0;
  font-size:.8em;
}


.range-label > *:nth-child(1){
  flex-grow: 1;
  text-align:left;
}

.range-label > *:nth-child(2){
  text-align:right;
}

/*check btn*/
.toggle-check-btn{
  position:relative;
  display:block;
  width:1em;
  height:1em;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border: 2px solid #625b4b;
  font-size:44px;
  margin:0;
}
.toggle-check-btn input[type=checkbox] ~ .checked,
.toggle-check-btn input[type=checkbox] ~ .unchecked
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:.7em;
}
.toggle-check-btn input[type=checkbox]{
  display:none;
}
.toggle-check-btn input[type=checkbox] ~ .checked{
  color:rgba(255, 255, 255, 0.2);
}
.toggle-check-btn input[type=checkbox] ~ .unchecked{
  color:#cda45e;
}
.toggle-check-btn input[type=checkbox]:checked ~ .checked{
  color:#cda45e;
}
.toggle-check-btn input[type=checkbox]:checked ~ .unchecked{
  color:rgba(255, 255, 255, 0.2);
}

.hr-pri{
  border-bottom:1px solid var(--color-template);
}


.nav-tabs.nav-tabs-pri .nav-item.show .nav-link, .nav-tabs.nav-tabs-pri .nav-link.active{
  background-color:var(--color-template);
  border-color:var(--color-template);
  color:#fff;
}


.nav-tabs.nav-tabs-pri .nav-link:focus, .nav-tabs.nav-tabs-pri .nav-link:hover{
  border-color:var(--color-template);
}

.nav-tabs.nav-tabs-pri{
  border-color:var(--color-template);
}

em {
  color: var(--color-template);
}


/*clickshow*/
.click-show{
  opacity:0;
  height:0;
  transform:scale(0);
  transition:opacity ease .3s, transform ease .3s;
}

.clicked .click-show{
  opacity:1;
  transform:scale(1);
  height:auto;
}



/*popover*/
.popover.popover-dark{
  background:#0c0b09;
  color: var(--color-template);
  opacity:0;
  transition:opacity .5s ease;
  position:absolute;
  top:auto;
  max-width:100%;
  width:100%;
  left:0;
  right:0;
  bottom:auto;
  transform:translateY(-100%);
  border-radius:0;
}

@media (max-width: 575px) {
  .popover.popover-dark.clicked{
    position:fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    z-index:10000;
    transform:translate(0,0);
  }

}

.popover-dark.show{
  opacity:.9;
}


.popover.popover-dark *{
  color: var(--color-template);
}


.popover.popover-dark .popover-header{
  background:transparent;
  font-weight: bolder;
}


.finance-rect{
  position:relative;
  color:#fff;
  width:120px;
  z-index:1;
  font-size:.6em;
  padding:7px;
  padding-left:10px;
  height:76px;
  opacity:0;
  transform:scale(0);
  transition:opacity ease .3s, transform .3s ease;
}

.finance-rect.show{
  opacity:1;
  transform:scale(1);
}
.finance-rect.show:hover{
  transform:scale(1.05);
}

.finance-rect > div{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.finance-rect > div > div:nth-child(1){
  text-align:left;
}

.finance-rect > div > div:nth-child(2){
  text-align:right;
  font-size:1.7em;
  font-weight:bolder;
}

.finance-rect > div > div:nth-child(3){
  text-align:right;
}

.finance-rect  b {
  font-size: 1.3em;
}

.finance-rect:before{
  content:'';
  display:block;
  position:absolute;
  left:-5px;
  top:0;
  bottom:0;
  width:120px;
  height:100%;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='120' height='76' version='1.1' viewBox='0 0 31.75 20.108' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter826' x='-.041136' y='-.067849' width='1.0823' height='1.1357' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-color='rgb(120,98,59)' flood-opacity='.61961' result='flood'/%3E%3CfeComposite in='flood' in2='SourceGraphic' operator='in' result='composite1'/%3E%3CfeGaussianBlur in='composite1' result='blur' stdDeviation='0.5'/%3E%3CfeOffset dx='0' dy='0' result='offset'/%3E%3CfeComposite in='SourceGraphic' in2='offset' result='composite2'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='m1.307 1.1958v17.686h23.86l5.3114-8.8279-5.3114-8.8584z' fill='%23cda45e' filter='url(%23filter826)' stroke-width='.26458'/%3E%3C/svg%3E%0A");
  background-position: center;
  z-index:-1;
}

.finance-rect:after{
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 50%;
  transform:translateY(-50%);
  color: rgb(26, 24, 20);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size:1.4em
}

.loading-blur{
  transition:filter .3s ease, opacity .3s ease;
  opacity:1;
  filter:blur(0);
}
.loading .loading-blur{
  filter:blur(4px);
  opacity: 0;
}


/*form-control style*/

input.form-control,
select.form-control,
textarea.form-control
{
  background: rgb(12, 11, 9);
  color: rgb(205, 164, 94);
  border: 1px solid rgb(98, 91, 75);
  border-radius:0;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus
{
  background: rgb(12, 11, 9);
  color: rgb(205, 164, 94);
  border: 1px solid rgb(205, 164, 94);
  outline: none;
  box-shadow: none;
}

.btn-primary{
  background: rgb(205, 164, 94);
  border-radius: 0;
  outline:none;
  border: 1px solid rgb(205,164,94);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
  background: rgb(137, 111, 67);
  border-color: rgb(137, 111, 67);
}


/*chevron nav*/

.chevron-nav{
  font-size:32px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#d3af71;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.chevron-nav.chevron-nav-left{
  left:1em;
}

.chevron-nav.chevron-nav-right{
  right:1em;
}

/*box hover all white*/

.box-hover-all-white:hover,
.box-hover-all-white:hover *
{
  color:#fff !important;

}

/*error*/
.error-show{
  pointer-events: none;
  opacity:0;
  transition:.3 opacity ease;
}
.error .error-show{
  opacity:1;
}

.error-invisible{
  transition:opacity .3 ease;
  opacity:1;
}

.error .error-invisible{
  pointer-events: none;
  opacity:0;
}


/*imagecropper*/
.imagecropper .controls{
  background:var(--color-template) !important;
}

.imagecropper .controls label:hover{
  color:var(--color-template) !important;
}

/*checkmark*/
.form-check-inline input[type=checkbox] ~ *,
.form-check-inline input[type=radio] ~ *
{
  opacity:.7;
}

.form-check-inline input[type=checkbox]:checked ~ *,
.form-check-inline input[type=radio]:checked ~ *
{
  opacity:1;
}

.checklabel{
  display:block;
  color: var(--color-template);
  padding-left:1.25em;
  position:relative;
}

.checklabel input[type=checkbox],
.checklabel input[type=radio]{
  display:none;
}

.checkmark{
  display:inline-block;
  border:.1em solid var(--color-template);
  width:1em;
  height:1em;
  position:absolute;
  left:0;
  top:.25em;
  background:transparent;
}

.is-invalid .checklabel .checkmark{
  border-color:red;
}


input[type=checkbox] + .checkmark{
  border-radius:.1em;
}

input[type=radio] + .checkmark{
  border-radius:50%;
}

.is-invalid .checklabel{
  color:red;
}

.is-invalid .invalid-feedback{
  display:block;
}




.checkmark > i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:none; 
}

input[type=checkbox]:checked + .checkmark *,
input[type=radio]:checked + .checkmark *
{
  display:initial;
}

input[type=radio]:checked + .checkmark{
  background:radial-gradient(ellipse at center, var(--color-template) 0%, var(--color-template) 47%, var(--color-template) 47%, transparent 47%, transparent 48%)
}



.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


/*shop search filter*/
.responsive-shop section{
  overflow:initial;
}

@media (min-width: 1890px) {
  .responsive-shop .filter-block{
    min-width:300px;
    max-width:300px;
    margin-right:-300px;
    transform:translateX(-100%);

  }
  .shop-search-filter-left{
    position:sticky;
    top:20px;
    max-height:calc(100vh - 80px);
  }
  .shop-search-filter-left .filter-element-expandable{
    max-height:calc(100vh - 320px);
    overflow:hidden;
    overflow-y:auto;
    overscroll-behavior: contain;
  }

  .col-shop-1{
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  
  .col-shop-2{
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%
  }
  .col-shop-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-shop-4{
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-shop-5{
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  
  .col-shop-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-shop-7{
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .col-shop-8{
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-shop-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-shop-10{
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-shop-11{
    -ms-flex: 0 0 91.666;
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-shop-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-shop-container-size-flex{
      display: -ms-flexbox !important;
      display: flex !important;
  }
}

.shop-search-filter-left .stick-bottom{
  background:var(--color-template-dark);
  position:sticky;
  bottom: 20px;
}



.no-scrollbars::-webkit-scrollbar {
  display: none;
}

.rounded-button.parking-link{
  color:#fff;
}

.rounded-button.parking-link i{
  color:#00f;
  background:#fff;
  padding:1px;
  display:block;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
  font-size:1em;
  border-radius:2px;
  line-height:1em;
}



.parkingIcon i:nth-child(2){
  opacity:0;
}

.parkingIcon i:nth-child(1){
  color:#00f;
  background:#fff;
}

.responsive-shop .box .parkingIcon{
  opacity:.4;
  position:absolute;
  left:auto;
  top:auto;
  bottom:10px !important;
  right:10px !important;
  font-size:2em;
  transform:scale(1);
  transition:transform .3s ease;
  color:#00f;
  background:#fff;
  width:1em;
  height:1em;
  overflow:hidden;
  transition:.3s all ease;
  border-radius:3px;
  box-shadow:0 0 1px 1px rgba(0,0,0,.5);
}

.responsive-shop .box .parkingIcon i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.responsive-shop .box .parkingIcon i:nth-child(2){
  
  opacity:0;
  color:#fff;
  top: 23px;
  left: 23px;
  font-size: .3em;
}


.responsive-shop .box:hover .parkingIcon
{
  opacity:1;
}

.responsive-shop .parked .parkingIcon i:nth-child(2){
  opacity:1;
}


.responsive-shop .parked .parkingIcon .fa-parking{
  color:#00f;
}





.responsive-shop .parked .parkingIcon,
.responsive-shop .parkingIcon:hover{
  transform:scale(1.1);
  
  opacity:1;
}
.responsive-shop .parked .parkingIcon{
  bottom:calc(100% - 2em) !important;

}

.car-not-available{
  filter:saturate(.5) blur(1.2px);
}





/*Form - labeloverlay*/
select + label.placeholder{
  margin:0;
  padding:0;
  transform:translate(.5em,-50%);
  line-height:1em;
  font-size:.7em;
  position:absolute;
}


/* Modal*/

.modal .modal-content{
  background: var(--color-template-dark);
  box-shadow: 0 0 2px 0 var(--color-template);
}

.modal .close{
  color: var(--color-template);
}

.modal .modal-content > * {
  border: none;
}

/*Transition-control*/

.fast-t{
  transition-delay:0 !important;
  transition-duration: .05s !important;
}

.separator{
  display:block;
  color: var(--color-template);
  text-align: center;
  position: relative;
}

.modal .modal-dialog.middle{
  top:50%;
  transform:translateY(-50%);
  max-height:90vh;
}


.shares a{
  display:inline-block;
  text-align:center;
  padding:1em;
}
.shares i{
  font-size:2em;
}
.shares svg{
  fill:var(--color-template);
  width:2em;
  height:2em;
}


.shares sub{
  margin-top:1em;
  display:block;
}

.border-template{
  box-shadow: 0 0 2px 0 var(--color-template);
}


.car-details:not(.parked) .show-on-parked,
.car-details.parked .hide-on-parked
{
  display:none;
}

.car-details.parked .show-on-parked,
.car-details:not(.parked) .hide-on-parked
{
  display:initial;
}

.no-wrap{
  white-space: nowrap;
}

@media only screen and (max-width: 992px){
  .section-title p{
    font-size:20px;
  }
  .section-title small{
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px){
  .section-title p{
    font-size:18px;
  }
}


.img-wrapper{
  position:relative;
  display:block;


}

.img-wrapper img{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  object-fit:cover;
}

.card.card-box{
  background:rgb(26, 24, 20);
  color:var(--color-template);
}



.km-editor:not(.empty) .placeholder{
  display:none;


}


.d-none-714{
  display:none;
}


.nav-item.invisible {
  position:absolute;
  left:0;
  width:0;
  height:0;

}


.radiobutton{
  position:relative;
  display:block;
}

.radiobutton input[type=radio]{
  position:absolute;
  opacity:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.radiobutton > span{
  text-align: center;
  display:block;
  background: transparent !important;
  border: 0 !important;
  padding: 10px 35px !important;
  color: #fff !important;
  transition: 0.4s !important;
  border-radius: 5px !important;
  border:1px solid var(--color-template) !important;

}

.radiobutton input[type=radio]:checked + span{
  background: var(--color-template) !important; 
}







/** Google Bewertungen */


.star{
  position:relative;
  height:1em;
  --rating:5em;
  font-size:25px;
}
.star:after{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  height:1em;
  width:var(--rating);
  content:'';
  display:block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoCAYAAACIC2hQAAAACXBIWXMAAAKDAAACgwH29H4dAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA8BJREFUWIXFmM9vG0UUxz9v1469TlCKqFQu/KiEVAkqSBs7LYltAgikBonWhFwA9YSEOOUfQIKeOdEDSPQYqeKAkABRgdRCRO2K2kn5IVBReypIKAVEC2m6tunO4xDHdRI73rUn9Hvb3Zn3PjvfnXk7I6qKTa2cObjLGQge8nKVks24js1gAJIw08C07bj2QZVp0AKI2IxrFXR5Pr0TNA/y4Mq5zGM2Y1sFdR2ZBmIAEpiCzdh2rXduf5uOyAs2Q4utWb985sA9sQGzRGNEARxx9iSy5y/ZiG9tRONxc4QWSACj5rCt+Datb7ckWftOrVh/fX7fjoQbuwoMbHhk1AnuS01c+K3fHFZGNOnGj7AZcjW+cZ63kcMKqGK2qERixf7+rS9l7/JN7Xcg2aHFv3Wp7RrO/nCtnzR9j2jV1A/TGRIgntDkc/3m6RtU0a4/ICrat/3in00fVdU3QNzGrS4WaaDwTzMA5IBElzw3QT7rGRJOiaril0YPYpyTwO5eg22Taoi+6WUX325Opmun08PJhHMCdOYOwwGgcFFdeWlwvPwdtJn11WLmqCrvAak7AdjQnOfXX+fZ71fWbrRdnm6Uxh6JqX6gyt7/FQ/+UOXVVL7yycYHbWf90ET5p6QbH0Pl+PazrUrhtDrBSDtICLHg+2czLwIngB3bwActEwbUdGoUqjJVz+1/QAP3JDBuk1DhIsrLqXzl225tQy34yfELV7xg6AlVjgEd3zqi5lJ+PRMGEnqo9X7xQAE1H/WEtqpARQqpbPnTKJ2il1A1buQ+6+Uq8kvUTtFBpf+CIBpE3vhFA11Mp1CZippkU9IedqiRQP2bMgUMRU2yUarsrZUye6L0iTaiFmxfkwbRfv3Cg4a3/WuEn7s10oj2hwYNYfstVY55S7uf8tz4/hDlN10tpe8Pmz/WvUlDojNoxwO6K+LoK97EQrFx7XswWy1mFlR5l/YvKBo4BeCdMOnDjejWtn9Yl9q+5G3IppLZypwjzijQvvpE2KKEAu1g+7KKvOblKjNb7TAT2fOXvBvXH298ChvLYG5lfuxea6CbZruy4Kg7msqW3w/V/9Dlmpcvz+rqEc9frfklRqgDiu6g621XVI57O/2JRP6by6EgW5TKVT5GZQRonu87Gs7+rqBN25WrRmTKy5dnefjHelTINXn58q9eMDS59iem8PTfxUfv7hsU0RlBvjBGRgaz5c97BVynya9upfKVt0TNM8CfYQ4otgadfzImhlPJXOXQ4GR5yQpki5L5xS8VHTWqw93a/gf5WV201NJ8jwAAAABJRU5ErkJggg==);
  background-size: 1em 1em;
}

.ratings {
  line-height: 1.55;
  color: #333;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.ratings .rating-comment{
  height:6em;
  overflow:hidden;
  position:relative;
}

.ratings .review{
  cursor:pointer;
}

.modal .card.review{
  box-shadow:none;
  border:none;
}

.ratings .card {
  height:auto !important;
  min-height:auto !important;
}


.ratings .card-body{
  font-size:15px;
}

.slider-nav {
  display:flex;
  align-items: center;
  justify-content: center;
  column-gap: 50%;
}

.slider-nav .chevron-nav{
  position:relative;
  color:var(--cc-btn-primary-text);;
  background:var(--color-template);
  width:2em;
  height:2em;
  border:none;
  opacity:1;
}

.slider-nav .chevron-nav:hover{
  opacity:1;
}

.slider-nav .chevron-nav i {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}



@media (min-width: 768px) {

  .slider-nav .chevron-nav{
      position:absolute;
      top:50%;
      transform:translateY(-100%);
  }

  .slider-nav .chevron-nav i {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }

  .slider-nav .chevron-nav.chevron-nav-left{
    left:15px;
    transform:translateX(-100%);
  }

  .slider-nav .chevron-nav.chevron-nav-right{
    right:15px;
    transform:translateX(100%);
  }

}


/* Disabled Formpart*/


form .disabled {
  background:rgba(255,255,255,.2);
  filter: grayscale(1) contrast(0.5) brightness(1.4);
  touch-action: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* icons*/
.buttonlike-icon{
  background:var(--color-template);
  color: var(--color-template-dark);
  display:inline-block;
  height:1.5em;
  width:1.5em;
  border-radius:.2em;
  position:relative;
  vertical-align: middle;
}

.buttonlike-icon i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}


/** Rand für den Adminbereich */

.rand.veroeffentlicht .box{
  box-shadow:0 0 3px 1px #0f0;
}

.rand.unveroeffentlicht .box{
  box-shadow:0 0 3px 1px #f00;
}

/** Reifen Shop*/
img.reifen_label{
  width:auto;
  height:24px;
}

/** Statuskreis */

.state-clircle{
  display:inline-block;
  width:1em;
  height:1em;
  border-radius:.5em;
  overflow:hidden;
}

.state-clircle.color-red{
  background:#f45b5b;
}

.state-clircle.color-green{
  background:#7ff07f;
}

.state-clircle.color-yellow{
  background:#ffbf00;
}


.state-clircle.color-template{
  background:var(--color-template);
}


/** Statuskreis */

.state-clircle{
  display:inline-block;
  width:1em;
  height:1em;
  border-radius:.5em;
  overflow:hidden;
}

.state-clircle.color-red{
  background:#f45b5b;
}

.state-clircle.color-green{
  background:#7ff07f;
}

.state-clircle.color-yellow{
  background:#ffbf00;
}


.state-clircle.color-template{
  background:var(--color-template);
}


/** form control*/

form .disabled{
  filter:grayscale(1) contrast(.5) brightness(1.4);
  touch-action: none;
  pointer-events:none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/** shadow*/
.box.shadow-green,
.shadow-green{
  box-shadow: 0 0 2px 1px green;
}

.box.shadow-red,
.shadow-red{
  box-shadow: 0 0 2px 1px red;
}


/**
* edit-box
*/

.edit-box{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.edit-box > .content{
  flex: 1;
}

.edit-box > .footer{
  flex-shrink: 0;
}



/**
* uploadprogress
*/

/** uploadprogress**/

.uploadprogress{
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.8);
  z-index:10000;
}

.uploadprogress > div{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width:600px;
  width:100%;
  background:#fff;
  border-radius:.2em;
  border:1px solid #ccc;
  padding:1em;
}

.uploadprogress > div > .text{
  font-size:1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}

.uploadprogress > div > .prgr{
  position:relative;
  display:block;
  width:100%;
  height:20px;
  border-radius:15px;
  border:1px solid var(--color-template);
  overflow:hidden;
}

.uploadprogress > div > .prgr:after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:var(--progress, 0%);
  background:var(--color-template,#007CC0);
  transition:all ease .2s;
  animation: moveGradient 3s infinite linear;
}
