body { background: #2c1c1d url(../images/bg.jpg); }
img { border-radius: 3px; }
.content-outer { background: #fff }

#page-title {
   background: #ebedec url(../images/header-bg.jpg);
   padding-top: 42px;
   padding-bottom: 54px;
}
#page-title h1 {
   font: 50px/60px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   color: #fff;
   padding: 0;
   margin: 0 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#page-title h1 span,
#page-title a { color: #d4d4d4; }
#page-title p {
   font: 17px/36px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   padding: 0;
   margin: 12px 5% 0;
   color: #b4a9a9;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}

#page-content {
   padding-top: 54px;
   padding-bottom: 54px;
   margin: 0 auto;
   width: 91.66667%;
}
.page section {
   padding-top: 24px;
   padding-bottom: 12px;
}
.page h1, .title-heading {
   font: 39px/48px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   text-align: center;
   margin-bottom: 18px;
   letter-spacing: 5px;
   font-weight: 20px;
}

/***************** HEADER ****************/
header {
   height: 96px;
   width: 100%;
   background: #383232 url(../images/header-bg.jpg);
}

header .logo {
   position: absolute;
   left: 20px;
   top: 48px;
}
header .logo a {
   display: block;
   margin: 0;
	padding: 0;
	border: none;
	outline: none;
   width: 113px;
   height: 24px;
}

/***************** NAVIGATION ****************/
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#nav-wrap {
	position: relative;
   font: 14px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   float: right;
   margin-top: 36px;
   margin-right: 20px;
   z-index: 99999;
}

#nav-wrap > a.mobile-btn {
   display: none;
   border-radius: 3px;
}

ul#nav {
   min-height: 48px;
   width: auto;
   text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
   height: 48px;
   display: inline-block;
}

ul#nav li a {

   display: inline-block;
   padding: 8px 11px;
   line-height: 32px;
	text-decoration: none;
   text-align: left;
   color: #732e2f;
   font-weight: bold;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li:hover > a,
ul#nav li.current a { color: rgb(185, 185, 186); font-weight: bold; }

ul#nav span:after {
   width: 0;
	height: 0px;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #d4d4d4;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: 5px;
}

ul#nav ul {
   position: absolute;
   top: 100%;
   left: 0;
	background: #1f2024;
   min-width: 100%;

	border-radius: 0 0 3px 3px;

   opacity: 0;
   filter: alpha(opacity=0);

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

ul#nav ul li {
   padding: 0;
   display: block;
   text-align: left;

   height: 0;
	overflow: hidden;

  	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

ul#nav li:hover > ul { opacity: 1; filter: alpha(opacity=100); }
ul#nav li:hover > ul li {
	height: 42px;
	overflow: visible;
   border-bottom: 1px solid #26272C;
}
ul#nav li:hover > ul li:last-child  { border: none; }

ul#nav ul li a {
	padding: 6px 15px;
	margin: 0;
   white-space: nowrap;
   font-size: 13px;
}


/***************** PAGE BACKGROUND ****************/
#intro { background: #383232 url(../images/header-bg.jpg); }

/***************** SLIDER ****************/
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flex-container { zoom: 1; position: relative; }

.slides:before,
.slides:after {
   content: " ";
   display: table;
}
.slides:after {
   clear: both;
}
.no-js .slides > li:first-child { display: block; }

.slides {
   overflow: hidden;
   position: relative;
}
.slider-text {
	color: #b4a9a9;
   width: 90%;
   text-align: center;
   margin: 60px auto 36px auto;
}
.slider-text h1 {
   font: 50px/60px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   color: #fff;
   padding: 0;
   margin: 0 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
.slider-text h1 span,
.slider-text a { color: #d4d4d4; }
.slider-text p {
   font: 17px/36px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   padding: 0;
   margin: 12px 8% 0;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}
.slider-image {
   width: 30%;
   margin: 0 auto;
}
.slides li img {
   vertical-align: bottom;
   display: block;
}

.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: -33px 0 0 0;
	background-color: #1f2024;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
   position: absolute;
	top: 35%;

   font: 0/0 a;
   text-shadow: none;
   color: transparent;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav .flex-next {
	right: 0px;
	background: transparent url(../images/direction-nav-right.png) no-repeat 47% 50%;
	position: absolute;

	border-radius: 3px 0 0 3px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: transparent url(../images/direction-nav-left.png) no-repeat 53% 50%;
	position: absolute;

	border-radius: 0 3px 3px 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; }
.flex-direction-nav .flex-disabled {
   opacity: 1 !important;
   filter: alpha(opacity=30);
   cursor: default;
}

/***************** WHITE INFO SECTION ****************/
#info {
   background: #732e2f;
   padding-top: 60px;
   padding-bottom: 42px;
}
#gourmet {
   background: #202020;
   padding-top: 60px;
   padding-bottom: 42px;
}
#gourmet2 {
   background: #ffffff;
   padding-top: 60px;
   padding-bottom: 42px;
}
#info h2 {
  font: 18px/30px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #d4d4d4;
  margin-bottom: 6px;
}
#info p {
  font-size: 15px;
  line-height: 30px
}



/***************** SPACER ****************/
#spacer {
   background: #f5f5f5 url(../images/spacer-bg.jpg);
   padding-top: 60px;
   padding-bottom: 30px;
   border-top: 1px solid #E3E8E8;
   border-bottom: 1px solid #C1CDCD;
}

#spacer #spacy {
   margin: 24px auto;
   padding: 0;
   width: 90%;
}
#spacer #spacy li {
   margin: 6px 0px 18px 0;
   line-height: 24px;
}
#spacer #spacy li span {
   display: block;
   font: 24px/48px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   margin-bottom: 12px;
   color: #99A0A8;
}
#spacer #spacy li b a {
   font: 18px/36px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   color: #A4ABB2;
   border: none;
}
#spacer .button {
   padding: 6px 24px;
}

/***************** IMAGE WRAPPER ****************/
#portfolio-wrapper { margin-top: 36px; }
#portfolio-wrapper .columns { margin-bottom: 36px; }

.portfolio-item .item-wrap {
   background: transparent;
   overflow: hidden;
   border-radius: 3px;

   -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
   -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.1);
   box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.1);

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item .item-wrap a {
   position: relative;
   display: block;
}

.portfolio-item .item-wrap img {
   vertical-align: bottom;
   border-radius: 3px 3px 0 0;
}

.portfolio-item .portfolio-item-meta { padding: 18px 0; }
.portfolio-item .portfolio-item-meta h5 a {
   font: 14px/18px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   color: #d4d4d4;
   margin-left: 7%;
}
.portfolio-item .portfolio-item-meta p {
   font: 12px/18px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   color: #c6c7c7;
   margin-bottom: 0;
   margin-left: 7%;
}

.portfolio section {
   padding-top: 24px;
   padding-bottom: 30px;
}
.portfolio .entry-media img {
   margin-bottom: 24px;
}
.portfolio .entry-details {
   font-size: 15px;
   margin-bottom: 24px;
   padding-right: 30px;
}
.portfolio .entry-excerpt {
   font: 20px/36px raleway-regular, sans-serif;
   color: #9FA5AD;
}
.portfolio .entry-details h1 {
   font: 30px/42px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   margin-bottom: 18px;
}
.portfolio .portfolio-meta-list li {
   line-height: 30px;
   margin-bottom: 12px;
   list-style-type: none;
}
.portfolio .portfolio-meta-list li span {
   font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   display: block;
   color: #313131;
}
.portfolio .post-nav {
   margin-left: 18px;
   margin-right: 18px;
}

.portfolio #portfolio-wrapper {
   margin-top: 6px;
}


/***************** KUNST ****************/
.kunst-header img {
   width: 50%;
   margin: 0 auto;
}
.kunst-layout {
   width: 60%;
   margin: 0 auto;
}

/***************** VOTINGS / TABLE LIST ****************/
.voting {
   width: 100%;
   overflow: auto;
 }
 
 .voting table {
   margin-left: auto;
   margin-right: auto;
 }
 
 .voting th {
   text-align: center;
   color: #732e2f;
   background-color: #d4d4d4;
   padding: 0px;
 }
 
 .voting td {
   color: rgba(255, 255, 255, 0.8);
   border-bottom: 1px solid #727272;
 }
 
 .voting textarea:focus, input:focus {
     color: #000;
 }
 
 .voting input, select, textarea{
     color: #000;
 }


 /***************** MAPS GOOGLE ****************/
 .map-responsive{
   overflow:hidden;
   padding-bottom:56.25%;
   position:relative;
}
.map-responsive iframe{
   left:15%;
   top:0;
   height:70%;
   width:70%;
   position:absolute;
}


 /***************** EVENTS ****************/
 .events img:hover {
   transform: scale(0.9);
 }

 .events img {
   transition: .2s;
 }

.events h2 {
   text-transform:uppercase;
   font-weight:bold; 
   font-size: 20pt; 
   padding-top: 20px;
}

.events h3 {
   font-size: 12pt; 
   color: #fff;
}




 

/***************** FOOTER ****************/
footer {
   margin-top: 66px;
   margin-bottom: 84px;
   font-size: 14px;
   color: #fff;
}

footer .footer-nav {
   font: 18px/36px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   margin: 0;
   padding: 0 0 24px 0;
   text-align: center;
}
footer .footer-nav li {
   display: inline;
   margin-right: 20px;
   margin-left: 20px;
   color: #fff;
}
footer .footer-nav a { color: #fff; }
footer .footer-nav a:hover { color: #313131; }

footer .footer-social {
   margin: 36px 0 24px 0;
   padding: 0;
   font-size: 30px;
   text-align: center;
   color: #fff;
}
footer .footer-social li {
   display: inline-block;
   margin: 0;
   padding: 0;
   margin-left: 24px;
   margin-right: 24px;
   color: #fff;
}
footer .footer-social li a { color: #fff; }
footer .footer-social li a:hover { color: #313131; }

footer .copyright {
    margin: 0;
    padding: 12px 0 0 0;
    text-align: center;
    font-size: 15px;
    font: 14px/30px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #fff;
}

footer .copyright li a { color: #fff; }
footer .copyright li a:hover { color: #313131; }

footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}

footer .copyright li:before {
    content: "|";
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
footer .copyright  li:first-child:before {
    display: none;
}




.slow-spin {
   -webkit-animation: fa-spin 6s infinite linear;
   animation: fa-spin 6s infinite linear;
 }



:root {
   --form-ctrl-color: #732e2f;
   --form-ctrl-disabled: #959495;
 }
 
 *,
 *:before,
 *:after {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
 }
 
 form {
   display: grid;
   place-content: center;
 }
 
 .form-ctrl {
   font: 50px/60px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   font-size: 2rem;
   line-height: 1.1;
   display: grid;
   grid-template-columns: 1em auto;
   gap: 0.5em;
 }
 
 .form-ctrl + .form-ctrl {
   margin-top: 1em;
 }
 
 .form-ctrl--disabled {
   color: var(--form-ctrl-disabled);
   cursor: not-allowed;
 }
 
 input[type="checkbox"] {
   /* Add if not using autoprefixer */
   -webkit-appearance: none;
   /* Remove most all native input styles */
   appearance: none;
   /* For iOS < 15 */
   background-color: var(--form-background);
   /* Not removed via appearance */
   margin-left: 48%;
 
   color: rgb(185, 185, 186);
   width: 1.55em;
   height: 1.55em;
   border: 0.15em solid rgb(185, 185, 186);
   border-radius: 0.15em;
   transform: translateY(-0.075em);
 
   display: grid;
   place-content: center;
 }
 
 input[type="checkbox"]::before {
   content: "";
   width: 0.85em;
   height: 0.85em;
   clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
   transform: scale(0);
   transform-origin: bottom left;
   transition: 120ms transform ease-in-out;
   box-shadow: inset 1em 1em var(--form-control-color);
   /* Windows High Contrast Mode */
   background-color: #fff;
   min-height: -100vh; 
   color:rgb(185, 185, 186);
 }
 
 input[type="checkbox"]:checked::before {
   transform: scale(1);
 }
 
 input[type="checkbox"]:focus {
   outline: max(2px, 0.15em) solid currentColor;
   outline-offset: max(2px, 0.15em);
 }


 
 











 body {background: #393939;}

/* leaf animations */

#leaves {position:relative;top:10px;width:100%;text-align: right;}

#leaves i {
    display: inline-block;
    width: 200px;
    height: 150px;
    background: linear-gradient(to bottom right, #9ecf87, #012d01);
    transform: skew(20deg);
    border-radius: 5% 40% 70%;
    box-shadow: inset 0px 0px 1px #222;
    border: 1px solid #333;
    z-index: 1;
    -webkit-animation: falling 5s 0s infinite;
}

#leaves i:nth-of-type(2n) { -webkit-animation: falling2 5s 0s infinite; }
#leaves i:nth-of-type(3n) { -webkit-animation: falling3 5s 0s infinite; }

#leaves i:before {
  position: absolute;
  content: '';
  top: 117px;
  right: 9px;
  height: 27px;
  width: 32px;
  transform: rotate(49deg);
  border-radius: 0% 15% 15% 0%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-left: 0px solid #222;
  border-right: 1px solid #222;
  background: linear-gradient(to right, rgba(0,100,0,1), #005600);
  z-index: 1;
}

#leaves i:after {
  content: '';
  height: 125px;
  width: 10px;
  background: linear-gradient(to right, rgba(0,0,0,.15), rgba(0,0,0,0));
  display: block;
  transform: rotate(125deg);
  position: absolute;
  left: 85px;
  border-radius:50%;
}


#leaves i:nth-of-type(n)    { height:23px; width:30px; }
#leaves i:nth-of-type(n):before { width:7px; height:5px; top:17px; right:1px; }
#leaves i:nth-of-type(n):after { width:2px; height:17px; left: 12px; top:0px; }

#leaves i:nth-of-type(2n+1)    { height:11px; width:16px; }
#leaves i:nth-of-type(2n+1):before { width:4px; height:3px; top:7px; right:0px; }
#leaves i:nth-of-type(2n+1):after { width:2px; height:6px; left: 5px; top:1px; }

#leaves i:nth-of-type(3n+2)  { height:17px; width:23px; }
#leaves i:nth-of-type(3n+2):before  { height:4px; width:4px; top:12px; right:1px; }
#leaves i:nth-of-type(3n+2):after  { height:10px; width:2px; top:1px; left:8px; }

#leaves i:nth-of-type(n)   { -webkit-animation-delay: 1.9s;}
#leaves i:nth-of-type(2n)  { -webkit-animation-delay: 3.9s;}
#leaves i:nth-of-type(3n)  { -webkit-animation-delay: 2.3s;}
#leaves i:nth-of-type(4n)  { -webkit-animation-delay: 4.4s;}
#leaves i:nth-of-type(5n)  { -webkit-animation-delay: 5s;  }
#leaves i:nth-of-type(6n)  { -webkit-animation-delay: 3.5s;}
#leaves i:nth-of-type(7n)  { -webkit-animation-delay: 2.8s;}
#leaves i:nth-of-type(8n)  { -webkit-animation-delay: 1.5s;}
#leaves i:nth-of-type(9n)  { -webkit-animation-delay: 3.3s;}
#leaves i:nth-of-type(10n) { -webkit-animation-delay: 2.5s;}
#leaves i:nth-of-type(11n) { -webkit-animation-delay: 1.2s;}
#leaves i:nth-of-type(12n) { -webkit-animation-delay: 4.1s;}
#leaves i:nth-of-type(13n) { -webkit-animation-delay: 1s;  }
#leaves i:nth-of-type(14n) { -webkit-animation-delay: 4.7s;}
#leaves i:nth-of-type(15n) { -webkit-animation-delay: 3s;  }

#leaves i:nth-of-type(n)    { background: linear-gradient(to bottom right, #996900, #d58d40); }
#leaves i:nth-of-type(2n+2)  { background: linear-gradient(to bottom right, #c6a929, #562c00); }
#leaves i:nth-of-type(4n+1)  { background: linear-gradient(to bottom right, rgb(153, 56, 0), #560700); }

#leaves i:nth-of-type(n)    { opacity: .7;}
#leaves i:nth-of-type(3n+1)  { opacity: .5;}
#leaves i:nth-of-type(3n+2)  { opacity: .3;}

#leaves i:nth-of-type(n)    {transform: rotate(180deg);}


#leaves i:nth-of-type(n) { -webkit-animation-timing-function:ease-in-out;}

@-webkit-keyframes falling {
    
    0% {
        -webkit-transform:
            translate3d(300,0,0)
            rotate(0deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-350px,700px,0)
            rotate(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling3 {
     0% {
        -webkit-transform:
            translate3d(0,0,0)
            rotate(-20deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-230px,640px,0)
            rotate(-70deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling2 {
     0% {
        -webkit-transform:
            translate3d(0,0,0)
            rotate(90deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-400px,680px,0)
            rotate(0deg);
        opacity: 0;
    }
}

html, body {
   overflow-x: hidden;
}

.grecaptcha-badge {
   visibility: hidden; /* oder display: none */
}

input[type="time"] {
   font-size: 18px;
   padding: 12px;
   width: 100px;
}






 
 