@charset "UTF-8";
/*
HEADLINES
font-family:'Cervo Neue W00';
normal:500

FLIESTEXT
font-family: 'Droid Sans', sans-serif;
regular: 400
bold: 700

*/
html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #403b3b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + p,
h4 + .form-group,
p + .form-group {
  margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

h1, h2 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.1;
  color: #403b3b;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: solid 2px #403b3b;
}

.center h2 {
  border-bottom: none;
  position: relative;
}

.center h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 200px;
  border-bottom: solid 2px #ffc9b8;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

h3 {
  font-size: 3rem;
}

.sliderslide h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  text-transform: uppercase;
}

h4 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}

b,
strong {
  font-weight: 700;
}

img {
  width: 100%;
  display: block;
  height:auto;
}

img + p {
  margin-top: 0;
}
h2 + ul,
h3 + ul,
p + ul {
  margin-left: 18px;
  margin-top: 30px;
  list-style-type:disc;
}
h2 + ol,
p + ol {
  margin-left: 18px;
  margin-top: 30px;
}

q {
  display: inline;
}

q:before {
  content: "»";
}

q:after {
  content: "«";
}

blockquote,
blockquote p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

blockquote .small,
blockquote footer,
blockquote small {
  font-size: 1.6rem;
  line-height: 1.9;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '';
}

.hide {
  display: none;
}

.show {
  display: block;
}

.label {
  display: inline;
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.ribbon {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  color: #403b3b;
  font-size: 1.8rem;
  cursor: pointer;
  width: 27px;
}

.ribbon:after {
  content: "";
  position: absolute;
  height: 20px;
  border: 20px solid #f0e8e4;
  z-index: -1;
  top: -10px;
  border-top-width: 40px;
  border-bottom-color: transparent;
  right: 0;
  border-radius: 6px;
}

.ribbon:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #988575 transparent;
  top: -20px;
  right: -10px;
  border-width: 10px 10px 10px 0px;
  z-index: -1;
}

#cookie {
    color: rgba(0,0,0,1);
    background: rgba(255,255,255,.9);
    border-top: solid 2px rgba(146,111,80,1);
    padding: 15px 0;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    display: block;
	font-size: 1.8rem; 
}

/*---------- LINKS & BUTTONS ----------*/
a,
a:visited {
  color: #ad9b8b;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:active,
a:focus {
  color: #3f342e;
  text-decoration: none;
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

a[href^="mailto:"] {
  text-decoration: none;
}

a[href$=".pdf"],
a[href$=".xlsx"],
a.download {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

a[href$=".pdf"]:before,
a[href$=".xlsx"]:before,
a.download:before {
  content: "\f019";
  font-family: 'dkv';
  /*position: absolute;
  left: 3px;*/
  display: inline-block;
  margin-right: 5px;
}

.btn,
.btn:visited {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #403b3b;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #403b3b;
  border-radius: 0;
  background: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.btn.btn-lg {
  padding: 12px 25px;
}

.btn.focus,
.btn:focus,
.btn.active, 
.btn:active,
.btn:hover {
  color: white;
  background: #403b3b;
  text-decoration: none;
}

.page-scroll {
  display: block;
}

.next {
  position: relative;
  padding-left: 20px;
  display: block;
}

.next:before {
  content: "\f105";
  font-family: 'dkv';
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 1.4rem;
}

.back {
  position: relative;
  padding-left: 20px;
  display: block;
}

.back:before {
  content: "\f104";
  font-family: 'dkv';
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 1.4rem;
}

.down {
  position: relative;
  padding-left: 20px;
  display:block;
}

.down:before {
  content: "\f107";
  font-family: 'dkv';
  position: absolute;
  left: 0px;
  font-size: 1.4rem;
}

[class^="icon"], [class*=" icon"],
[class^="fa"], [class*=" fa"]  {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dkv' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*TABLE*/
.table small {
  font-size: 1.6rem;
  color: #988575;
}

.table > thead > tr > td,
.table > thead > tr > th {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px 20px 0;
  border-bottom: none;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table.kontakte > tbody > tr:nth-child(odd) > td {
  border-top: 2px solid #403b3b;
  padding: 20px 10px 20px 0;
}
.table.kontakte > tbody > tr:nth-child(even) > td {
	border-top: none;
	padding: 0px 10px 20px 0;
}

.table > tbody > tr:last-child > td,
.table > tbody > tr:last-child > th {
  border-bottom: 2px solid #403b3b;
}
.table > tbody > tr > td.category {
	font-size: 1.2rem;
	width: 20%;
}
.table > tbody > tr:nth-child(odd)  > td:first-child {
	width: 20%;
	vertical-align: middle;
}

.shop-list {
  list-style: none;
}

.shop-list .table {
  margin-top: 14px;
  margin-bottom: 0;
}
.shop-list .table + p {
	margin-top:5px;
	margin-bottom: 30px;
}

.shop-list .table small,
.shop-list .table + p.small,
.shop-list .small {
  font-size: 1rem;
  color: #403b3b;
  white-space: nowrap;
}

.shop-list .table > tbody > tr > td,
.shop-list .table > tbody > tr > th {
  border: 2px solid #988575;
  padding: 5px;
}

.shop-list .table > tbody > tr > td:last-child {
  text-align: right;
}
.shop-list .form-group .form-info {
    right: -20px;
	top: 20px;
}
.sale-content .shop-list li + li {
	border-top: solid 2px #403b3b;
	padding-top: 30px;
	margin-top: 30px;
}
/*TOOLTIP*/
.tooltip.top {
  display: block;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #f0e8e4;
}

.tooltip.top .tooltip-inner {
  max-width: 300px;
  padding: 5px;
  font-size: 1.4rem;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  color: #403b3b;
  text-align: center;
  background-color: #f0e8e4;
  border-radius: 0;
}
.tipp {
  position: relative;
  
}
.tipp:before,
.tipp:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tipp:after {
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(252,139,21,1); 
  border-left: 10px solid transparent;
  content: '';
  height: 0;
    top: -7px;
    left: 0;
  width: 0;
  z-index:200;
}
.tipp:before {
  background: rgba(252,139,21,1);
  color: #fff;
  content: attr(data-title);
  text-indent:0px !important;
  padding: 6px 10px;
  bottom: 26px;
  white-space: nowrap;
}
.tipp:after,
.tipp:before {
  transform: translate3d(0,-30px,0);
  transition: all .15s ease-in-out;
}
.tipp:hover:after,
.tipp:hover:before {
  opacity: 1;
  transform: translate3d(0,-10px,0);
}


/*==================== LAYOUT ====================*/
.container {
  width: 100%;
  max-width: 1240px;
  padding-right: 10px;
  padding-left: 10px;
}



.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.no-pad {
  padding: 0;
  margin: 0;
}

/* HEADER*/
#site_header {
  background: white;
  width: 100%;
  z-index: 900;
  top: 0px;
  position: fixed;
  border-bottom: solid 2px rgba(39, 29, 22, 0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

#site_header.affix {
  border-bottom: solid 2px #271d16;
}

/* FOOTER*/
#site_footer {
  font-size: 1.4rem;
  color: #b2b2b2;
  background: #271d16;
  width: 100%;
  padding: 45px 0;
}

#site_footer h4 {
  font-size: 1.6rem;
}

#site_footer h4 + h4 {
  margin-top: 10px;
}

#site_footer a {
  color: #b2b2b2;
}

#site_footer a:hover {
  color: white;
}

#site_footer .footer_nav {
  list-style: none;
}

#site_footer .footer_nav li ul {
  border-top: solid 2px #b2b2b2;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 20px;
  list-style: none;
}

#site_footer .footer_nav li ul li + li {
  padding-top: 8px;
}

#site_footer .footer_nav li ul li a {
  text-transform: none;
}

#site_footer hr {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 0;
  border-top: 2px solid #b2b2b2;
}

#site_footer .footer_address li {
  display: inline-block;
  float: none;
  margin-right: -4px;
}

#site_footer .footer_address li a {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

#site_footer .social a {
  display: block;
  text-align: center;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: solid 1px #b2b2b2;
  border-radius: 100%;
}

/*ACCORDEON*/
.slider_intro {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
}

.panel-title {
  font-size: inherit;
}

.panel-title a {
  display: block;
  color: white;
}

.panel-title a i {
  float: right;
  font-size: 4rem;
  padding-top: 15px;
}
aside .panel-title a i {
	padding: 0;
	font-size: 1.6rem;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel-body {
  padding: 15px 10px;
}

.panel-body img {
  float: right;
  max-width: 300px;
  margin: 0 0 30px 30px;
}

/*==================== NAVIGATION ====================*/
.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding-bottom: 0;
  min-height: inherit;
}

.navbar ul {
  list-style: none;
}

.navbar .container {
  position: relative;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-brand {
  padding: 0px 15px;
  margin-top: -45px;
  height: 70px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display:flex;
}
.navbar-brand.w80 {
  display:inline-block;
	margin-top: -48px;
	width: 100px;
	height: 80px;
}
.navbar-brand.w80:before {
  display: none !important;
}
/*
:lang(de) .navbar-brand:after {
    content: " ";
	display:inline-block;
	margin-top: -28px;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	background:url(../media/vdJ_2018_de.jpg) no-repeat left top;
	background-size: cover;
}

:lang(en) .navbar-brand:after {
    content: " ";
	display:inline-block;
	margin-top: -28px;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	background:url(../media/vdJ_2018_en.jpg) no-repeat left top;
	background-size: cover;
}*/
@media screen and (max-width:1024px) {
  
  .navbar-brand.w80:not(:last-child) {
    display: none;
  }
}
@media screen and (max-width:992px) {
  .navbar-brand.w80 {
    margin-top: 0px;
    width: 80px;
    height: 60px;
  }
  /*
  :lang(de) .navbar-brand:after {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }
  :lang(en) .navbar-brand:after {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }*/
}

.navbar-brand > img {max-width: 182px; height:auto;}

.navbar-toggle {
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background: #271d16;
}

.nav > li {
  padding: 0 1px;
}

.nav > li a {
  padding: 0 23px 15px;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #403b3b;
  position:relative
}

.nav > li a:focus, .nav > li a:hover {
  text-decoration: none;
  color: #730f16;
  background-color: transparent;
}

.nav > li.active a {
  color: #730f16;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
#site_header .nav > li a:hover:before,
#site_header .nav > li.active a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 11px solid #f0e8e4;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	left: 50%;
	bottom: 0%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.nav > li.active li a {
  color: inherit;
}

.nav > li.active li a:hover {
  color: #730f16;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

.menu-large {
  position: static !important;
}

.menu-large .megamenu {
  padding: 20px 10px;
  margin: 0;
  width: auto;
  left: inherit;
  right: 10px;
  float: none;
  min-width: inherit;
  font-size: 1.4rem;
  background: #f0e8e4;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-large .megamenu .nav-headline {
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: solid 1px #403b3b;
}

.menu-large .megamenu li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  
  margin-bottom: 20px;
}

.menu-large .megamenu li ul {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 295px;
  min-width: 275px;
}

.menu-large .megamenu li ul li {
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  width: auto;
  max-width: none;
}

.menu-large .megamenu li ul li a {
  display: block;
  padding: 3px 0;
  clear: both;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.menu-large .megamenu li ul li a:before {
	display: none;
}

/* METANAVIGATION */
.metanav {
  padding-top: 10px;
}

.metanav .nav {
  padding: 0;
}

.metanav .nav li {
  display: inline-block;
  padding: 0;
}

.metanav .nav li a {
  padding: 0 25px;
  border: none;
  color: #b2b2b2;
}
.metanav .nav li a:before {display: none;}

.metanav .nav li a:focus, .metanav .nav li a:hover {
  text-decoration: none;
  color: rgba(178, 178, 178, 0.6);
  background-color: transparent;
}

.metanav .nav li.active a,
.metanav .nav li.language a.active  {
  text-decoration: none;
  color: #730f16;
  border: none;
  background-color: transparent;
}

.metanav .nav li.language a {
  display: inline-block;
  padding: 15px 15px 15px 0;
}

.metanav .nav li.language a:first-child {
  padding: 15px 0 15px 15px;
  position: relative;
}

.metanav .nav li.language a:first-child:after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
  color: rgba(178, 178, 178, 1);
}
.metanav .nav li.language a:last-child { }

.metanav .nav li.social a {
  display: inline-block;
  padding: 10px 0 12px 10px;
  vertical-align: middle;
}

.metanav .nav li.social a:last-child {
  padding: 10px 25px 12px 10px;
  position: relative;
}
.metanav .nav li.social a img {
  width: 20px;
  height: auto;
}

/* PAGINIERUNG */
.pagination {
  border-radius: 0px;
  margin: 30px 0;
}

.pagination li a {
  color: #988575;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #988575;
}

.pagination li a:focus, .pagination li a:hover {
  color: #988575;
  background-color: #534741;
  border-color: #534741;
}

.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0px;
}

.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
  background-color: #988575;
  border-color: #988575;
}

/* QUICK NAV */
.quick_nav p {
  font-weight: 700;
  text-transform: uppercase;
}

.quick_nav p + ul {
  margin: 5px 0 0;
}

.quick_nav .navbar ul {
  margin-bottom: 30px;
}

.quick_nav .navbar ul li + li {
  margin-top: 5px;
}

.quick_nav .navbar ul li.active a {
  color: #534741;
}

/* TAB NAV */
.nav-tabs.tabs-left {
  border-right: none;
  border-bottom: none;
  margin-bottom: 30px;
  margin-left: 0;
}

.nav-tabs.tabs-left > li {
  margin: 0;
}

.nav-tabs.tabs-left > li a {
  padding: 0 0 10px 20px;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #988575;
  border: none;
}

.nav-tabs.tabs-left > li a:hover, .nav-tabs.tabs-left > li a:focus {
  color: #534741;
}

.nav-tabs.tabs-left > li.active > a,
.nav-tabs.tabs-left > li.active > a:focus,
.nav-tabs.tabs-left > li.active > a:hover {
  color: #534741;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}

/*---------- LOGIN / LOGOUT ----------*/
.metanav .nav li.logedIn a {
	color: #fff;
	background: #730f16;
}
.metanav .nav li.logOut a {color: #730f16;}

/*---------- MINICARD ----------*/
.metanav .nav li.mini-card a,
.metanav .nav li.mini-card .dropdown {
	display:inline-block;
}
.metanav .nav li.mini-card .dropdown {margin-left: -16%;}
.metanav .nav li.mini-card #miniCard {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #730f16;
}
.metanav .nav li.mini-card .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px;
    margin: 12px 0 0;
    font-size: inherit;
    background-color: #f0e8e4;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.metanav .nav li.mini-card .dropdown-menu:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 11px solid #f0e8e4;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	left: 50%;
	top: -10px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.metanav .nav li.mini-card .dropdown-menu .miniCard-headline {
	font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform:uppercase;
}
.metanav .nav li.mini-card .dropdown-menu .shop-list {
  list-style: none;
  margin-top: 20px;
}
.metanav .nav li.mini-card .dropdown-menu .shop-list a.delete {
  color: #403b3b;
  padding: 0;
  position:absolute;
  right: 10px;
  z-index: 1;
}
.metanav .nav li.mini-card .dropdown-menu .shop-list li + li {
  border-top: solid 1px #403b3b;
  padding-top: 20px;
  display:block
}

.metanav .nav li.mini-card .dropdown-menu .shop-list h4 {
  overflow: hidden;
}
.metanav .nav li.mini-card .dropdown-menu .shop-list .table {
    margin-top: 0;
    margin-bottom: 20px;
}
.metanav .nav li.mini-card .dropdown-menu .shop-list .table > tbody > tr > td, 
.metanav .nav li.mini-card .dropdown-menu .shop-list .table > tbody > tr > th {
    border: none;
	padding: 5px 0;
}

.metanav .nav li.mini-card .dropdown-menu .miniCard-buttons.form-group {
	margin-bottom: 0;
}
.metanav .nav li.mini-card .dropdown-menu .miniCard-buttons.form-group button {
	margin-top: 10px;
}

/*---------- SEARCH ----------*/
.buttonsearch {
  font-size: 1.6rem;
  color: #b2b2b2;
  margin: 0 25px;
  width: 30px;
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.buttonsearch:hover {
  color: rgba(178, 178, 178, 0.8);
}

#formsearch {
  display: none;
}

.searchbardiv {
  display: block;
  background: #f0e8e4;
  width: 100% !important;
  max-width: 100%;
  padding: 35px 0;
  margin: 0;
  position: absolute;
  left: 0px;
  right: 0px;
}

.searchbardiv #searchbox {
  box-shadow: none;
  padding: 12px 25px;
  margin-right: 20px;
  height: 56px;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: normal;
  color: #534741;
  background: white;
  border: none;
}

.searchbardiv .btn {
  margin-left: 20px !important;
  color: white;
  border: none;
  background-color: #534741;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.searchbardiv .btn:hover, .searchbardiv .btn:focus {
  background-color: #988575;
}

.add-on {
  padding-left: 30px;
  margin-bottom: 30px;
}

.add-on .input_field {
  background: #f0e8e4;
}

.add-on .input_field:focus {
  border: solid 2px #f0e8e4;
}

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  border: solid 4px #f0e8e4;
  background: #f0e8e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}

#database-searchform {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #f0e8e4;
  width: 100% !important;
  max-width: 100%;
  padding: 30px;
  margin: 0 0 2rem 0;
}


#database-searchbox {
  box-shadow: none;
  padding: 12px 25px;
  margin-right: 20px;
  height: 56px;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: normal;
  color: #534741;
  background: white;
  border: none;
}
#database-searchform .btn {
  margin-left: 20px !important;
  color: white;
  border: none;
  background-color: #534741;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
#database-searchform .btn:hover, #database-searchform .btn:focus {
  background-color: #988575;
}
@media screen and (max-width: 640px) {
  .input-group {
    display: initial;
  }
  #database-searchform .btn {
    margin-left: 0px !important;
  }
}
/*==================== BREADCRUMB ====================*/
.breadcrumb {
    padding: 0 0 30px;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
	font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 5rem;
	line-height: 1.1;
	color: #403b3b;
	text-transform: uppercase;
	border-bottom: solid 2px #403b3b;
}
.breadcrumb .badge {font-size: 80%;}
.breadcrumb > li + li:before {
	font-size: 80%;
    padding: 0 10px;
    color: #403b3b;
	font-family: 'dkv' !important;
    content: "\f105";
}
.breadcrumb > li.active {color: #730f16;}
/*==================== PAGINATION ====================*/
.pages {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .pages {
    justify-content: flex-start;
  }
}
.pagination {margin: .8rem 0;}
.pagination li a {
  
  color: #403b3b;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
}
hr {border-top: solid 2px #F1E9E5;}
/*==================== COMPANY-LIST ====================*/
.company-list li {
  border-bottom: solid 2px #F1E9E5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.company-list .row {
  display: flex
}
@media screen and (max-width: 750px) {
  .company-list .row {
    flex-direction: column;
  }
  .company-list .row [class*="col-"] + [class*="col-"] {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.company-list li img {
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
.company-list a[target="_blank"],
#company-profile  a[target="_blank"],
#company-profile  a[href^="mailto:"] {
  text-transform: none;
}
.company-list aside {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#company-profile h4 {
  color: #707070;
}
#company-profile img {
  max-width: 320px;
  margin: 2rem 0;
}
.company-list a[href=""], 
.company-list a[href="#"], 
.company-list a:not([href]),
#company-profile a[href=""], 
#company-profile a[href="#"], 
#company-profile a:not([href]) {
  display: none;
}
/*==================== NEWS-TICKER ====================*/
.ticker {
  position: absolute;
  z-index: 1;
  padding: 10px;
  margin: 10px 0;
  color: white;
  background: #730f16;
}

.ticker div {
  display: inline-block;
  word-wrap: break-word;
}

/*==================== GOOGLEMAPS ====================*/
/* MAP */
#anfahrt.slide.nh {padding:0 !important;}
.container-fluid.map {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid.map #map-container {
  margin-bottom: 0;
  height: 900px;
}

/*==================== MAIN ====================*/
/*---------- STARTSEITE ----------*/
.main {
  margin-top: 105px;
}

.intro {
  margin-top: 100px;
}

.intro .introimage {
  min-height: 420px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro .introbox {
  background: white;
  padding-top: 52px;
  padding-bottom: 52px;
  margin-top: -128px;
}

.intro .introbox .quick_nav .navbar {
  padding-left: 30px;
  margin-bottom: 52px;
}

.intro .introbox .content {
  padding-right: 60px;
}

.intro .introbox img {
  max-width: 50%;
  width: auto;
  margin: 0 auto 30px;
}
/*---------- ZAHLEN UND FAKTEN ----------*/
#zahlen-fakten {
  position: relative;
}

#zahlen-fakten .swiper-container {
  height: inherit;
  width:auto;
  text-align: center;
  padding: 0 50px;
}

#zahlen-fakten .swiper-container .swiper-slide {
  padding: 60px 4% 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
#zahlen-fakten .swiper-container .swiper-slide img {margin-bottom: 30px;}

/*---------- WELTHANDEL FAKTEN ----------*/
#welthandel-fakten {
  position: relative;
}

#welthandel-fakten .swiper-container {
  height: inherit;
  width:auto;
  text-align: center;
  padding: 0 50px;
}

#welthandel-fakten .swiper-container .swiper-slide {
  padding: 60px 4% 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
#welthandel-fakten .swiper-container .swiper-slide img {margin-bottom: 30px;}

/*---------- VIDEO ----------*/
#video iframe + p {
	position: absolute;
	bottom: 3%;
	right: 5%;
}

/*---------- TEASER ----------*/
#teaser-mitglieder,
#mitglieder,
#page-mitglied-werden #mitglieder,
#teaser-veranstaltungen {
  padding: 0;
}

#teaser-mitglieder .image-mitglieder,
#mitglieder .image-mitglieder {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  float: left;
}

#teaser-mitglieder .wrap-teaser,
#mitglieder .wrap-teaser {
  height: 100vh;
  width: 100%;
  position: relative;
   /*display: block;*/
  display: table;
}

#teaser-mitglieder .wrap-teaser .wrap-content,
#mitglieder .wrap-teaser .wrap-content {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%);*/
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}


#teaser-veranstaltungen .wrap-teaser {
  height: 100vh;
  width: 100%;
  position: relative;
   /*display: block;*/
  display: table;
}

#teaser-veranstaltungen .wrap-teaser .wrap-content {
  /*position: absolute;
  left: 25%;
  top: 50%;
  transform: translateX(-18%) translateY(-50%);
  -webkit-transform: translateX(-18%) translateY(-50%);
  -moz-transform: translateX(-18%) translateY(-50%);
  -ms-transform: translateX(-18%);*/
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

#teaser-veranstaltungen figure {
  margin-top: 30px;
  position: relative;
}

#teaser-veranstaltungen figure figcaption {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(152, 133, 117, 0.8);
}

#teaser-veranstaltungen figure figcaption h3 {
  border: none;
  position: absolute;
  bottom: 110px;
}

#teaser-veranstaltungen figure figcaption .btn {
  color: white;
  border-color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

#teaser-veranstaltungen figure figcaption .btn:hover {
  border-color: #403b3b;
}

#teaser-faq {
  padding: 0;
  background: #b2b2b2;
}

#teaser-faq .image-faq {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  float: left;
}

#teaser-faq .wrap-teaser {
  height: 100vh;
  width: 100%;
  position: relative;
   /*display: block;*/
  display: table;
}

#teaser-faq .wrap-teaser .wrap-content {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%);*/
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

.corner-ribbon {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 250px;
	position: absolute;
	color: #730f16;;
	font-size: 1.8rem;
	text-transform:uppercase;
	background: rgba(255,255,255,1);
}
.corner-ribbon:before {}
.corner-ribbon.bot-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 40px;
	right: -60px;
}

.corner-ribbon.shadow {
	box-shadow: 0px 0px 10px #353535;
	-moz-box-shadow: 0px 0px 10px #353535;
	-webkit-box-shadow: 0px 0px 10px #353535;
}

/*---------- VERBAND ----------*/
.check-list li {
  text-transform: uppercase;
  color: #ffc9b8;
  position: relative;
  padding-left: 25px;
  display: block;
}

.check-list li:before {
  content: "\f046";
  font-family: 'dkv';
  position: absolute;
  left: 3px;
}
.check-list li:first-child {
	padding-left: 0;
	padding-bottom: 10px;
}
.check-list li:first-child:before {
  display: none;
}

#teaser-seminare,
#teaser-infoservice,
#mitmachen,
#teaser-lobby,
#teaser-presse,
#klimaneutral,
#marktforschung,
#werbematerial,
#rechtsfragen,
#aktionstag,
#preise,
#gewinnspiel,
#gewinnspiel-teilnahme,
#gewinnspiel-gewinne,
#drink2022 {
  padding: 0;
}

#teaser-seminare .image-mitglieder,
#teaser-infoservice .image-infoservice,
#mitmachen .image-infoservice,
#teaser-lobby .image-lobby,
#teaser-presse .image-presse,
#klimaneutral .image-klima,
#marktforschung .image-markt,
#werbematerial .image-markt,
#werbematerial .image-gewinnspiel,
#werbematerial .image-infoservice,
#rechtsfragen .image-recht,
#aktionstag .image-aktionstag,
#preise .image-gewinnspiel,
#gewinnspiel .image-gewinnspiel,
#gewinnspiel-teilnahme .image-gewinnspiel,
#gewinnspiel-gewinne .image-gewinnspiel,
#mitmachen .image-gewinnspiel,
#drink2022 .image-gewinnspiel {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center top;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  float: left;
}

#teaser-seminare .wrap-teaser,
#teaser-infoservice .wrap-teaser,
#mitmachen .wrap-teaser,
#teaser-lobby .wrap-teaser,
#teaser-presse .wrap-teaser,
#teaser-mitglieder .wrap-teaser,
#klimaneutral .wrap-teaser,
#marktforschung .wrap-teaser,
#werbematerial .wrap-teaser,
#rechtsfragen .wrap-teaser,
#aktionstag .wrap-teaser,
#preise .wrap-teaser,
#gewinnspiel .wrap-teaser,
#gewinnspiel-teilnahme .wrap-teaser,
#gewinnspiel-gewinne .wrap-teaser,
#mitmachen.wrap-teaser,
#drink2022 .wrap-teaser {
  height: 100vh;
  width: 100%;
  position: relative;
  /*display: block;*/
  display: table;
}

#teaser-seminare .wrap-teaser .wrap-content,
#teaser-infoservice .wrap-teaser .wrap-content,
#mitmachen .wrap-teaser .wrap-content,
#teaser-lobby .wrap-teaser .wrap-content,
#teaser-presse .wrap-teaser .wrap-content,
#teaser-mitglieder .wrap-teaser .wrap-content,
#klimaneutral .wrap-teaser .wrap-content,
#marktforschung .wrap-teaser .wrap-content,
#werbematerial .wrap-teaser .wrap-content,
#rechtsfragen .wrap-teaser .wrap-content,
#aktionstag  .wrap-teaser .wrap-content,
#preise .wrap-teaser .wrap-content,
#gewinnspiel .wrap-teaser .wrap-content,
#gewinnspiel-teilnahme .wrap-teaser .wrap-content,
#gewinnspiel-gewinne .wrap-teaser .wrap-content,
#mitmachen .wrap-teaser .wrap-content,
#drink2022 .wrap-teaser .wrap-content {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%);*/
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}
#veranstaltungen .swiper-container.event {height: inherit;}
#kontakt.slide.nh form {
  padding-top: 30px;
}


#team p {
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 130px;
}
#vorstand img + p,
#praesidium img + p,
#geschaeftsfuehrung img + p  {
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 70px;
}
#vorstand .user,
#praesidium .user,
#geschaeftsfuehrung .user {
	margin-bottom: 30px;
	min-height:230px;
}

/*---------- PRESSE ----------*/
ul.news-list {
  list-style: none;
}

ul.news-list li + li {
  margin-top: 40px;
}

ul.news-list li h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 60px;
}

ul.news-list li h3 a {
  color: #403b3b;
}

ul.news-list li h3 a[href$=".pdf"] {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #988575;
  position: absolute;
  right: 10px;
  top: 8px;
}

ul.news-list li h3 time {
  position: relative;
}

ul.news-list li h3 time:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

/*---------- PRESSE DETAIL----------*/
#pressemeldungendetail {
  margin-top: 100px;
}

#pressemeldungendetail article h2 {
  font-size: 2.4rem;
  padding-right: 60px;
}

#pressemeldungendetail article h2 a[href$=".pdf"] {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #988575;
  position: absolute;
  right: 10px;
  top: 8px;
}

#pressemeldungendetail article h2 time {
  position: relative;
}

#pressemeldungendetail article h2 time:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

#pressemeldungendetail article footer address {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #403b3b;
}



/*---------- PRESSEBILDER----------*/
.download ul {
  list-style: none;
}
.download a {
  text-transform: none;
  color: #403b3b;
  display:block;
  height: 100%;
}
.download a[href$=".pdf"]:before {display: none;}

.download a figure { 
  background:rgba(178, 178, 178, .2);
   height: 350px;
   padding: 2px;
}
.download a figure img {
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.download a .copy {
  padding-top: 10px;
  bottom: 0;
  position: relative;
  background: rgba(255,255,255,1);
}

.download a .copy p {
  margin: 0;
}

.download a .copy p:first-child {
  font-weight: 700;
  position: relative;
  padding-right: 60px;
}

.download a .copy p:first-child em {
  float: right;
  font-weight: 400;
  color: #988575;
  position: absolute;
  top: 0;
  right: 0;
}

.download a .copy p:first-child em:before {
  content: "\f019";
  font-family: 'dkv';
  display: inline-block;
  margin-right: 5px;
}

#page-presse-bilder header h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#page-presse-bilder section.slide.nh {
    padding: 100px 0 0 !important;
}
#page-presse-bilder section.slide.nh:last-of-type {
    padding: 100px 0!important;
}

/*========== MEET & GREAT ==========*/
/*---------- KAFFEEKONTAKTE ----------*/
#kaffeekontakte header h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#kaffeekontakte header h3 a {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}
table.kontakte a { text-transform:none;}

/*---------- VERANSTALTUNGEN ----------*/
#veranstaltungen header {
  padding-bottom: 30px;
  border-bottom: solid 2px #403b3b;
}

#veranstaltungen header h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display:inline-block;
}
#veranstaltungen header .list-label {
	margin-top:10px;
	margin-bottom:10px;
}
#veranstaltungen header .list-label li {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
}
#veranstaltungen header .list-label li.intern {}
#veranstaltungen header .list-label li.intern:before {
	content:"";
	display:inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background:#730f16;
	vertical-align: bottom;
}
#veranstaltungen header .list-label li.extern:before {
	content:"";
	display:inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background:#988575;
	vertical-align: bottom;
}

#veranstaltungen figure {
  position: relative;
  margin-bottom: 20px;
  overflow:hidden;
  height:100%;
  max-height: 331px;
  
}
#veranstaltungen figure a img {
	min-height:331px;
	min-width: auto;
}

#veranstaltungen figure figcaption {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 20px;
  background: rgba(115,15,22,0.8);
  overflow:hidden;
}
#veranstaltungen figure a.extern figcaption {background: rgba(152, 133, 117, 0.8);}
#veranstaltungen figure figcaption h3 {
  border: none;
  position: absolute;
  bottom: 110px;
  left: 20px;
  right: 20px;
}

#veranstaltungen figure figcaption h3 time {
  display: block;
}

#veranstaltungen figure figcaption .btn {
  color: white;
  border-color: white;
  background: #3f150a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#veranstaltungen figure figcaption .btn.right {
  left: auto;
  right: 20px;
}

#veranstaltungen figure figcaption .btn:hover {
  border-color: #3f150a;
}

/*---------- VERANSTALTUNGEN DETAIL----------*/
#veranstaltungsdetail {
  margin-top: 0px;
  padding-top: 50px!important;
}

#veranstaltungsdetail header .pull-right * + p,
#veranstaltungsdetail footer .pull-right * + p {
  margin-top: 10px;
}

#veranstaltungsdetail header .pull-right .next,
#veranstaltungsdetail footer .pull-right .next {
  display: inline-block;
}

#veranstaltungsdetail h2 {
  margin-bottom: 30px;
  padding-right: 60px;
}

#veranstaltungsdetail h2 a[href$=".pdf"] {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #988575;
  position: absolute;
  right: 10px;
  top: 8px;
}

#veranstaltungsdetail h2 .time {
  position: relative;
}

#veranstaltungsdetail h2 .time:after {
  content: ":";
  display: inline-block;
  margin: 0 15px 0 0;
}
#veranstaltungsdetail .sponsoren {
	list-style:none;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	text-align: right;
	margin-left: 0;
}
#veranstaltungsdetail .sponsoren li {
	display: inline-block;
	vertical-align: middle;
  margin-top: 30px;
}
#veranstaltungsdetail .sponsoren li + li {
  padding-left: 40px;
}
#veranstaltungsdetail .sponsoren li img {
	height:auto;
	width: auto;
	max-width: 180px;
}
.sponsoren li:not(:first-child) {
    /*width: 8%;
    max-width: 150px;*/
}

#veranstaltungsdetail .media-list {
  margin-top: 30px;
  margin-left: 0;
}

#veranstaltungsdetail .media-list .media {
  margin-top: 30px;
}

#veranstaltungsdetail .media-list .media-object {
  min-width: 285px;
}

#veranstaltungsdetail .media-list .media-heading {
  margin: 0;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position:relative;
  padding-right: 160px;
}
#veranstaltungsdetail .media-list .media-heading a {
	position:absolute;
	top: 10px;
	right: 0;
}

#veranstaltungsdetail footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #403b3b;
}
.image-gallery {
	margin-top: 30px; 
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
}
.image-gallery li {padding: 0;}

#veranstaltungsdetail hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 2px #403b3b;
  }
  #veranstaltungsdetail .media-list .media-heading .btn.download {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #veranstaltungsdetail .embed-responsive .embed-responsive-item, 
  #veranstaltungsdetail .embed-responsive embed, 
  #veranstaltungsdetail .embed-responsive iframe, 
  #veranstaltungsdetail .embed-responsive object, 
  #veranstaltungsdetail .embed-responsive video {
    padding: 0;
    margin-top: 30px;
  }
  #veranstaltungsdetail #video-content #video .swiper-container {
    width: 100%;
    height: auto;
  }
  
  #veranstaltungsdetail .btn.download {
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #ad9b8b;
    border: none;
    background: none;
  }
  #veranstaltungsdetail .btn.download:hover,
  #veranstaltungsdetail .btn.download:focus {
    color: #3f342e;
    border: none;
    outline: none;
  }
  #veranstaltungsdetail .btn.download:before {
    content: "\f019";
    font-family: 'dkv';
    display: inline-block;
    margin-right: 5px;
}

/*---------- VERANSTALTUNGEN ANMELDUNG----------*/
section:first-child,
.anmeldung-daten,
.anmeldung-daten-mitglieder,
.anmeldung-veranstaltung,
.anmeldung-bestaetigung {
  margin-top: 100px;
}
section + .anmeldung-daten,
section + .anmeldung-daten-mitglieder,
section + .anmeldung-veranstaltung,
section + .anmeldung-bestaetigung {
  margin-top: 0;
}

.anmeldung-veranstaltung #event-options .form-group.input-vatid {
	margin-top: 30px;
}

/*========== MITGLIED WERDEN ==========*/
/*---------- MITGLIEDER ----------*/
#mitglieder.slide.vh {
  padding: 150px 0;
}
#mitgliedschaft .content {margin-bottom: 30px;}
#mitglieder .swiper-container {
    height: inherit;
	padding-bottom: 60px;
}
#mitglieder .swiper-container .swiper-button-next, 
#mitglieder .swiper-container .swiper-button-prev {
	top: inherit;
	bottom: -20px;
}
#mitglieder .swiper-container .swiper-button-next {
	right: 5px;
}
#mitglieder .swiper-container .swiper-button-prev {
	left: inherit;
	right: 50px;
}
@media screen and (max-width: 640px) {
  #mitglieder .swiper-container img {
    /*width: auto;*/
    max-width: 170px;
  }
}
/*@media screen and (max-width: 440px) {
  #mitglieder .swiper-container img {
    width: 7.5%;
    max-width: 100%;
  }
}*/
.mask {
	position:fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:table;
	background: rgba(255,255,255,.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.notification {
	text-align:center;
	padding: 30px;
	position:absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -15%);
	-moz-transform: translate(-50%, -15%);
	-o-transform: translate(-50%, -15%);
	-ms-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
	max-width: 960px;
	z-index:100;
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.notification .close {
	position:absolute;
	top: 0;
	right: 0;
	width: 35px;
	height:30px;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	cursor:pointer;
}
.active {
	visibility:visible;
	opacity: 1;
}
.active > .notification {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -25%);
	-moz-transform: translate(-50%, -25%);
	-o-transform: translate(-50%, -25%);
	-ms-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}

/*========== SITEMAP ==========*/
#sitemap .row h3 {
	border-top: solid 2px #403b3b;
	padding: 30px 0;
	text-transform:uppercase;
}
#sitemap .row ul {
	list-style: none;
	margin-bottom: 30px;
}
#sitemap .row ul li + li {margin-top: 10px;}
#sitemap .row ul li a.nav-headline {
	text-transform:uppercase;
	border-bottom: solid 1px #403b3b;
	padding-bottom: 10px;
}
#sitemap .row ul li a {
	text-transform: none;
	font-size: 1.6rem;
	color: #3f342e;
	display:block;
}
#sitemap .row ul li a:hover {color: #ad9b8b;}

/*---------- DEVIDER ----------*/
.devider {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffc9b8;
  position: relative;
  z-index: 1;
}
.devider .btn-group {
	display: table;
	width: 120px;
	margin: 0 auto;
}
.devider .btn,
.devider .btn-group .btn.btn-down-single,
.devider .btn-group .btn.btn-up-single {
  color: white;
  font-size: 2.5rem;
  width: 60px;
  height: 35px;
  display: block;
  margin: 0 auto;
  padding: 6px;
  border: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  top: -35px;
  background: #ffc9b8;
  z-index: 2;
}

/*---------- SECTIONS ----------*/
.slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide.vh {
  padding: 150px 0;
  min-height: 100vh;
}

.slide.nh {
  padding: 100px 0 !important;
}

.slide header {
  margin-bottom: 30px;
}

.slide header.center {
  margin-bottom: 60px;
  text-align: center;
  border: none !important;
}

.slide .row + .row {
  margin-top: 30px;
}
.sliderslide.vh {
  padding: 0;
  min-height: 100%;
}

.slide-inner {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.formslide {
  padding: 100px 0;
}
#tag-des-kaffees .slide-inner .row {
  display: flex;
  justify-content: flex-end;
}
/*---------- COLORS ----------*/
.dark,
.dark_image {
  color: white;
  background: #534741;
}

.dark h3,
.dark_image h3 {
  color: #ffc9b8;
}

.dark h3 + h2,
.dark_image h3 + h2 {
  margin-top: 0;
}

.dark h2,
.dark_image h2 {
  color: white;
  border-bottom-color: #ffc9b8;
}

.dark .next,
.dark_image .next {
  color: #ffc9b8;
}

.dark .btn,
.dark_image .btn {
  color: white;
  border-color: white;
}

.dark .btn:hover,
.dark_image .btn:hover {
  border-color: #403b3b;
}

.dark .swiper-button-next .icon,
.dark .swiper-button-prev .icon,
.dark_image .swiper-button-next .icon,
.dark_image .swiper-button-prev .icon {
  color: #ffc9b8;
}

.dark h3 {
  color: white;
}

.darklight,
.darklight_image {
  color: white;
  background: #988575;
}

.darklight_image h3 {
  color: #ffc9b8;
}

.darklight h3 + h2,
.darklight_image h3 + h2 {
  margin-top: 0;
}

.darklight h2,
.darklight_image h2 {
  color: white;
  border-bottom-color: #ffc9b8;
}

.darklight .next,
.darklight_image .next {
  color: #ffc9b8;
}

.darklight .swiper-button-next .icon,
.darklight .swiper-button-prev .icon,
.darklight_image .swiper-button-next .icon,
.darklight_image .swiper-button-prev .icon {
  color: #ffc9b8;
}

.lightgrey,
.lightgrey_image {
  background: #b2b2b2;
}

.light h3 + h2,
.light_image h3 + h2 {
  margin-top: 0;
}

.lightsoft,
.lightsoft_image {
  background: #f0e8e4;
}

.lightsoft h3 + h2,
.lightsoft_image h3 + h2 {
  margin-top: 0;
}

.lightsoft .center h2:after,
.lightsoft_image .center h2:after {
  border-bottom: solid 2px #403b3b;
}

.lightsoft .panel-title a,
.lightsoft_image .panel-title a {
  color: #403b3b;
}

/*==================== SWIPER ====================*/
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-container.gallery ul { list-style: none;}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide:after {
	content: attr(data-content);
	position:absolute;
	bottom: 20px;
	left: 20px;
	font-size: 1.2rem;
}
.swiper-slide .next {
  cursor: pointer;
  text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 100px;
  margin-top: -50px;
  padding: 30px 0;
  background-image: none;
  text-align: center;
  vertical-align: middle;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
  font-size: 4rem;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-container.gallery,
.swiper-container.shopgallery,
.swiper-container.events {
  width: 100%;
  height: 100%;
}

.swiper-container.gallery .swiper-button-next .icon,
.swiper-container.gallery .swiper-button-prev .icon,
.swiper-container.events .swiper-button-next .icon,
.swiper-container.events .swiper-button-prev .icon {
  color: #ffc9b8;
}

.swiper-container.gallery .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container.events .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container.gallery .swiper-pagination-bullet,
.swiper-container.events .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: .8;
}

.swiper-container.gallery .swiper-pagination-bullet-active,
.swiper-container.events .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc9b8;
}
.swiper-container.shopgallery {margin-bottom: 30px;}

.dark_image .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

video.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../media/img_mahlgrad.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#kaffeewissen .slide_01 {
  background: url(../media/img_kaffeewissen.jpg) center no-repeat;
  background-size: cover;
}

#kaffeewissen .slide_02 {
  background: url(../media/img_kaffeewissen.jpg) center no-repeat;
  background-size: cover;
}

#kaffeewissen .slide_03 {
  background: url(../media/img_kaffeewissen.jpg) center no-repeat;
  background-size: cover;
}

.video-gallery {
  margin-top: 30px;
}

.video-gallery img {
  position: relative;
  width: 284px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  float:none;
}

.video-gallery img :before {
  content: "\f04b";
  font-family: 'dkv';
  color: white;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: solid 2px white;
  border-radius: 100%;
  z-index: 1;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
	padding: 5%;
}
/*==================== LIGHTGALLERY ====================*/
.lg-outer .lg-video-cont {
    max-width: 1280px !important;
}

/*==================== MAP ====================*/
/*-------------------- RITUALE --------------------*/
#rituale {
  position: relative;
  display: block;
  padding: 100px 0;
  overflow:visible !important;
}

#rituale .map-wrapper {
  position: relative;
  display: table;
  max-width: 1280px;
  margin: 0 auto;
}

#rituale .map-wrapper .hotspot {
  width: 30px;
  height: 30px;
  background: white;
  border: solid 5px #fc8b15;
  border-radius: 100%;
  display: block;
  text-indent: -99999px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#rituale .map-wrapper #usa {
  top: 42%;
  left: 24%;
}

#rituale .map-wrapper #brazil {
  top: 62%;
  left: 31%;
}

#rituale .map-wrapper #ireland {
  top: 32%;
  left: 44%;
}

#rituale .map-wrapper #spain {
  top: 40%;
  left: 45%;
}

#rituale .map-wrapper #france {
  top: 36%;
  left: 47%;
}

#rituale .map-wrapper #sweden {
  top: 28%;
  left: 50%;
}

#rituale .map-wrapper #austria {
  top: 36%;
  left: 49%;
}

#rituale .map-wrapper #italy {
  top: 40%;
  left: 49.5%;
}

#rituale .map-wrapper #greece {
  top: 40%;
  left: 51.5%;
}

#rituale .map-wrapper #turkey {
  top: 41%;
  left: 53.5%;
}

#rituale .map-wrapper #syria {
  top: 43%;
  left: 56%;
}

#rituale .map-wrapper #syria {
  top: 43%;
  left: 56%;
}

#rituale .map-wrapper #saudi-arabia {
  top: 48%;
  left: 57.5%;
}

#rituale .map-wrapper #ethiopia {
  top: 54%;
  left: 56%;
}

#rituale .map-wrapper #central-african {
  top: 60%;
  left: 53%;
}

#rituale .map-wrapper #thailand {
  top: 59%;
  left: 72%;
}

#rituale .map-wrapper #japan {
  top: 42%;
  left: 82%;
}

#rituale #sitten-und-rituale h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

#rituale #sitten-und-rituale h3 a {
  color: #ffc9b8;
}
#rituale #sitten-und-rituale .panel-title a i {
    float: right;
    font-size: 2.4rem;
    padding-top: 0;
}

/*-------------------- KAFFEEANBAU --------------------*/
#kaffeeanbau {
  position: relative;
  display: block;
  /*padding: 100px 0;*/
  overflow:visible !important;
}

#kaffeeanbau .map-wrapper {
  position: relative;
  display:table;
  max-width: 1280px;
  margin: 0 auto;
}
#kaffeeanbau .map-wrapper img {
	float: none;
    max-width: none;
    margin: 0;
}

#kaffeeanbau .map-wrapper .hotspot {
  width: 30px;
  height: 30px;
  background: white;
  border: solid 5px #fc8b15;
  border-radius: 100%;
  display: block;
  text-indent: -99999px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulse 2s infinite;
}


#kaffeeanbau .map-wrapper #place-guatemala {
  top: 52%;
  left: 22%;
}

#kaffeeanbau .map-wrapper #place-martinique {
  top: 52%;
  left: 30%;
}

#kaffeeanbau .map-wrapper #place-brasilien {
  top: 64%;
  left: 33%;
}

#kaffeeanbau .map-wrapper #place-jemen {
  top: 52%;
  left: 58%;
}

#kaffeeanbau .map-wrapper #place-aethiopien {
  top: 56%;
  left: 56%;
}

#kaffeeanbau .map-wrapper #place-indien {
  top: 53%;
  left: 66%;
}

#kaffeeanbau .map-wrapper #place-srilanka {
  top: 57%;
  left: 67%;
}

#kaffeeanbau .map-wrapper #place-java {
  top: 62%;
  left: 73%;
}

#kaffeeanbau .map-wrapper #place-philippinen {
  top: 54%;
  left: 78%;
}

#kaffeeanbau #kaffee-anbau h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

#kaffeeanbau #kaffee-anbau h3 a {
  color: #ffc9b8;
}
#kaffeeanbau #kaffee-anbau .panel-title a i {
    float: right;
    font-size: 2.4rem;
    padding-top: 0;
}
/*-------------------- KAFFEEHAUSKULTUR --------------------*/
#kaffeehauskultur {
  position: relative;
  display: block;
  padding: 100px 0;
  overflow:visible !important;
}

#kaffeehauskultur .map-wrapper {
  position: relative;
  display: table;
}

#kaffeehauskultur .map-wrapper .hotspot {
  width: 30px;
  height: 30px;
  background: white;
  border: solid 5px #fc8b15;
  border-radius: 100%;
  display: block;
  text-indent: -99999px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulse 2s infinite;
}


#kaffeehauskultur .map-wrapper #khk01 {
  top: 60%;
  left: 63.5%;
}

#kaffeehauskultur .map-wrapper #khk02 {
  top: 52%;
  left: 47%;
}

#kaffeehauskultur .map-wrapper #khk03 {
  top: 24%;
  left: 32%;
}

#kaffeehauskultur .map-wrapper #khk04 {
  top: 28%;
  left: 34%;
}

/*#kaffeehauskultur .map-wrapper #khk05 {
  top: 45%;
  left: 38.5%;
}*/

#kaffeehauskultur .map-wrapper #khk06 {
  top: 55%;
  left: 39%;
}

#kaffeehauskultur .map-wrapper #khk07 {
  top: 40%;
  left: 36%;
}

#kaffeehauskultur .map-wrapper #khk08 {
  top: 22%;
  left: 42.5%;
}

#kaffeehauskultur .map-wrapper #khk09 {
  top: 23%;
  left: 44%;
}
#kaffeehauskultur .map-wrapper #khk10 {
  top: 41.5%;
  left: 50.5%;
}
#kaffeehauskultur .map-wrapper #khk11 {
  top: 38%;
  left: 46%;
}

#kaffeehauskultur .map-wrapper #khk12 {
  top: 37%;
  left: 44%;
}

#kaffeehauskultur .map-wrapper #khk13 {
  top: 83%;
  left: 2%;
}

#kaffeehauskultur .map-wrapper #khk14 {
  top: 26%;
  left: 47%;
}

#kaffeehauskultur .map-wrapper #khk15 {
  top: 59%;
  left: 47%;
}

#kaffeehauskultur #kaffeehaus-kultur h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

#kaffeehauskultur #kaffeehaus-kultur h3 a {
  color: #ffc9b8;
}
#kaffeehauskultur #kaffeehaus-kultur .panel-title a i {
    float: right;
    font-size: 2.4rem;
    padding-top: 0;
}

.popover {
  max-width: 450px;
  min-width: 200px;
  padding: 1px;
  
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42857143;
  color: #403b3b;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.popover .arrow {
  display: none;
}

.popover h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #403b3b;
  border-bottom: solid 2px #403b3b;
  padding-bottom: 20px;
}
.popover h3 i {
	font-size: 1.6rem;
	padding-top: 10px;
}

.popover .popover-title {
  padding: 20px 20px 0;
  margin: 0;
  font-size: inherit;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}

.popover .popover-content {
  padding: 20px;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  
}

/*-------------------- WIRKUNG AUF --------------------*/
#wirkung .map-wrapper {
  position: relative;
}

#wirkung .map-wrapper .hotspot {
  width: 30px;
  height: 30px;
  background: #d6a48a;
  border: solid 5px #ddaf9b;
  border-radius: 100%;
  display: block;
  text-indent: -99999px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#wirkung .map-wrapper #concentration {
  top: 1%;
  left: 46.5%;
}
#wirkung .map-wrapper #parkinson {
  top: 4%;
  left: 40.5%;
}

#wirkung .map-wrapper #mood {
  top: 8%;
  left: 46.5%;
}
#wirkung .map-wrapper #headache {
  top: 4%;
  left: 52.5%;
}

#wirkung .map-wrapper #heart {
  top: 24%;
  left: 52.5%;
}

#wirkung .map-wrapper #lung {
  top: 29%;
  left: 46.5%;
}

#wirkung .map-wrapper #liver {
  top: 33%;
  left: 41%;
}

#wirkung .map-wrapper #diabetes {
  top: 38%;
  left: 51%;
}

#wirkung .map-wrapper #stomach {
  top: 44%;
  left: 46%;
}

#wirkung .map-wrapper #kidney {
  top: 49%;
  left: 41%;
}

#wirkung .map-wrapper #cancer {
  top: 40%;
  left: 15%;
}
#wirkung .map-wrapper #antioxidants {
  top: 40%;
  left: 76%;
}

#wirkung .map-wrapper #muscle {
  top: 28%;
  left: 60%;
}

#wirkung #bodymap h2 {
  font-size: 6rem;
}

#wirkung #bodymap h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

#wirkung #bodymap h3 a {
  color: #ffc9b8;
}

#wirkung #bodymap .panel-title a i {
  display: none;
}

#wirkung #bodymap .panel-collapse.collapse {
  display: block;
}

/*========== ACCORDION ==========*/
#accordion02 img {
  float: right;
  max-width: 300px;
  margin: 0 0 30px 30px;
}

#botanik02 {
  background: url(../media/bg_kaffeepflanze.png) no-repeat center top;
  background-size: cover;
}

#botanik02 .panel-group .panel {
  background: rgba(0, 0, 0, 0.4);
}

/*========== MISC ==========*/
/*---------- LISTEN ----------*/
.logo-list {
  list-style: none;
  margin-bottom: 10px;
}

.logo-list li {
  margin-bottom: 20px;
}

#page-faq .faq-list {
  list-style: none;
}



.search-list {
  list-style: none;
}

.search-list li {
  border-bottom: solid 2px #403b3b;
  padding: 20px 0;
}

.search-list + h3 {
  margin-top: 60px;
}
.download {
  list-style: none;
  display: flex;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  
}
.download li { padding: 0 10px 20px;}
.download.row:before,
.download.row:after {
    display: none;
}
.filter-result {
  list-style: none;
} 


/*---------- BADGE ----------*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 0px 5px;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  background-color: transparent;
  border-radius: 0;
}

/*---------- MODAL ----------*/
.modal-header {
    border-bottom: none;
}
.modal-header h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #403b3b;
  text-transform: uppercase;
}
.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-body {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #403b3b;
}
#wirkung .modal-body {
  color: #fff;
}
button.close {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	/*color: #fff;*/
}

/*==================== FORMULAR ====================*/
form h3.steps {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

form .next {
  display: inline-block;
}
.help-block {
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #403b3b;
}
form .help-block {
  font-size: 1.2rem;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #403b3b;
}
form .help-block.text-muted {
	margin-bottom: 0;
	padding: 10px 15px 0;
	color: #777;
}
form .help-block.text-muted-top {
	margin-bottom: -20px;
	padding: 13px 15px;
	color: #777;
}

form fieldset {
  margin-top: 30px;
}

form fieldset legend {
  color: inherit;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  position:relative;
}
form.sale-form fieldset legend { margin-left: 20px;}

form .list-group .list-group-item {
  background-color: transparent;
  border: none;
}



form .list-group .list-group-item + .list-group-item {
  border-top: 1px solid #403b3b;
}

form .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form .list-group .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

form input[type=radio],
form input[type=checkbox] {
  display: none;
}

.checkbox-inline + .checkbox-inline, 
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 20px;
}
form .radio-inline label {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	margin-bottom: 0;
  	padding-left: 10px;
	
}
form .checkbox-inline label {
	margin-bottom: 10px;
  	padding-left: 10px;
}
form .checkbox label  {
  margin-bottom: 10px;
  padding-left: 30px;
}
form .checkbox label + p {
	display:inline-block;
	margin-top: 0;
	margin-left: 30px;
	padding: 0 15px;
	color: #fff;
	background-color: #988575;
}

form .radio-inline label:before,
form .checkbox label:before,
form .checkbox-inline label:before  {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 1px;
  background-color: white;
  cursor: pointer;
}

form .radio-inline label:before {
  border-radius: 100px;
  margin-left: 0px;
}

form .radio-inline input[type=radio]:checked + label:before {
  content: "\e901";
  font-family: 'dkv';
  color: #403b3b;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}

form .checkbox input[type=checkbox]:checked + label:before,
form .checkbox-inline input[type=checkbox]:checked + label:before  {
  content: "\e900";
  font-family: 'dkv';
  font-size: 2.2rem;
  color: #403b3b;
  text-align: center;
  line-height: 1;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group .btn {
  color: white;
  border: none;
  width: 100%;
  background-color: #534741;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.form-group .btn:hover {
  background-color: #988575;
}

.form-group .btn.btn-number {
  color: #988575;
  border: solid 2px #988575;
  background-color: white;
  margin-left: -2px;
  padding: 8px 12px;
}

.form-group .btn.btn-number:hover, .form-group .btn.btn-number:focus {
  color: white;
  background: #988575;
}
.form-group .input_field.input-number {
	border: solid 2px #988575;
}

.form-group .form-info {
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  width: 20px;
  height: 30px;
  padding: 10px;
}
legend .form-info {
  /*position: absolute;
  left: 200px;
  top: -10px;*/
  display: inline-block;
  width: 20px;
  height: 30px;
  padding: 0 0 0 10px;
  vertical-align:middle;
}

.form-group .form-info .icon,
legend .form-info .icon {
  font-size: 2.4rem;
  color: #988575;
}

.form-group .form-info .tooltip-inner,
legend .form-info .tooltip-inner {
  width: 300px;
}
.form-group.quota,
.form-group .input-group:first-child {
  margin-top: 35%;
}

.form-control {
  /*height:48px;*/
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

.input_field {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  width: 100%;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}

.input_field.input-number {
  text-align: center;
  color: #403b3b;
  border: 2px solid #988575;
}

.input_field:focus {
  outline: none;
}
.input_field:disabled,
.input_field:disabled + .input_label {
	filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input_label {
  display: inline-block;
  color: #696969;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  overflow: hidden;
  padding: 0 12px;
  -webkit-transform: translate3d(0, 2.5em, 0);
  transform: translate3d(0, 2.5em, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.input_label-content {
  position: relative;
  display: block;
  width: 100%;
  color: #271d16;
  padding: 0.25em 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.input_label-content:after {
  content: attr(data-content);
  position: absolute;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #271d16;
  padding: 0.25em 0;
  text-transform: uppercase;
}

.input_field:focus + .input_label,
.input--filled .input_label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input_field:focus + .input_label .input_label-content,
.input--filled .input_label-content {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.input_field:focus + .input_field,
.input--filled .input_field {
  border-color: white;
}

.control-label,
.radio-inline {
  color: #403b3b;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.selectric {
  border: 1px solid white;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.8em 0;
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  line-height: inherit;
  color: #271d16;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  height: 100%;
  background-color: white;
  color: black;
}

.selectric-items li {
  font-size: 1.6rem;
  color: #271d16;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #271d16;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    width: 50% !important;
	margin-top: 30px;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
#file-info {
	padding: 12px 5px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
}
form.circular-form {padding-top:30px;}
form .annual-contribution hr {
	margin-top: 0;
	border-top: 1px solid #403b3b;
}
form .annual-contribution p {
	font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
form .annual-contribution p small {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 80%;
	display:block;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    font-size: 1.6rem;
    /* 20px */
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #534741;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #988575;
}

/*==================== FILTER ====================*/
#filter-list {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#filter-list #mobile.collapse {
  display: block;
}

#filter-list #mobile-btn {
  display: none;
  width: 100%;
}

#filter-list .currently {
  padding: 15px 22px;
  margin-bottom: 30px;
  background: #f0e8e4;
}

#filter-list .currently ol {
  list-style: none;
}

#filter-list .currently ol li a {
  display: block;
  margin: 5px 0;
  border-bottom: solid 1px #988575;
}

#filter-list .currently ol li ol {
  list-style: none;
  margin: 0 0 30px 17px;
}

#filter-list .currently ol li ol li a {
  text-transform: none;
  border-bottom: none;
}

#filter-list .currently .btn {
  margin: 0 auto;
  display: block;
}

#filter-list .filter-options {
  padding: 15px 22px;
  background: #f0e8e4;
}

#filter-list .filter-options ul {
  list-style: none;
}

#filter-list .filter-options ul li a {
  display: block;
  padding: 5px 20px 5px 0;
  border-bottom: solid 1px #988575;
}
#filter-list .filter-options ul li a .icon {margin-right: -20px;}

#filter-list .filter-options ul li:last-child ul {
  margin-bottom: 0;
}

#filter-list .filter-options ul li ul {
  display: none;
  margin: 0 0 30px 17px;
  list-style: none;
}

#filter-list .filter-options ul li ul li a {
  text-transform: none;
  border-bottom: none;
}

/*==================== MITGLIEDERBEREICH ====================*/
/*-------------------- LOGIN --------------------*/
#login {
  margin-top: 100px;
  background: url(../media/bg_login.jpg) no-repeat center;
  background-size: cover;
}
#login.offline {
  margin-top: 100px;
  padding: 20% 0!important;
  background: url(../media/bg_under_construction.jpg) no-repeat center;
  background-size: cover;
}

#login .content {
  padding: 30px 40px;
}

#login .content header.center {
  margin-bottom: 30px;
}

#login .content p {
  margin-top: 0;
}

#login .content .form-group .btn {
  width: 100%;
}

#login .content .icon {
  font-size: 2.4rem;
  color: #988575;
  vertical-align:middle;
}

/*-------------------- VERANSTALTUNGSRÜCKBLICK --------------------*/
#rueckblicke h3,
#protokoll h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  color: #988575;
}

#rueckblicke h3 + .table,
#protokoll h3 + .table {
  margin-top: 30px;
}

#rueckblicke .table + h3,
#protokoll .table + h3 {
  margin-top: 60px;
}

/*-------------------- RECHTLICHE INFORMATIONEN UND INFOPAPIERE --------------------*/
#informationen h2 {
  font-size: 2.4rem;
  padding-bottom: 0;
  border-bottom: none;
}

#informationen #infopapiere .panel-heading {
  padding: 20px 0;
  border-bottom: solid 2px #988575;
}

#informationen #infopapiere .panel-heading .panel-title {
  font-size: 2rem;
}

#informationen #infopapiere .panel-heading .panel-title a {
  color: #988575;
}

#informationen #infopapiere .panel-body {
  padding: 15px 0;
}

/*-------------------- RUNDSCHREIBEN --------------------*/
#rundschreibendetail {
  margin-top: 100px;
}

#rundschreibendetail article h2 {
  font-size: 2.4rem;
}

#rundschreibendetail article h2 a[href$=".pdf"] {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #988575;
  position: absolute;
  right: 10px;
  top: 8px;
}

#rundschreibendetail article h2 time {
  position: relative;
}

#rundschreibendetail article h2 time:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

#rundschreibendetail article footer address {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #403b3b;
}

#rundschreibendetail .download a {
  text-transform: none;
  color: #403b3b;
}

#rundschreibendetail .download a figcaption {
  margin: 10px 0 20px;
}

#rundschreibendetail .download a figcaption p {
  margin: 0;
}

#rundschreibendetail .download a figcaption p:first-child {
  font-weight: 700;
}

/*-------------------- LP-RUNDSCHREIBEN --------------------*/
#page-lp-rundschreiben .printonly {
	display: none;
}

#page-lp-rundschreiben .intro .introbox .content {
  padding-right: 60px;
	padding-left: 60px;
}
#page-lp-rundschreiben .intro .introbox .content h1 {
	padding-bottom: 0;
	border-bottom: none;
}
#lp-rundschreiben .content {
  padding-right: 52px;
	padding-left: 52px;
	padding-bottom: 100px;
}

#lp-rundschreiben .content small {
	font-size: 1.6rem;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}
#lp-rundschreiben .content small + h2 {
	margin-top: 0;
}
#lp-rundschreiben .content h2 {
	font-size: 2.6rem;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 0;
	border-bottom: none;
}
#lp-rundschreiben .content h2 + .row,
#lp-rundschreiben .content h2 + img {
	margin-top: 30px;
}
#lp-rundschreiben .content h3,
#lp-rundschreiben .content .text-center,
#lp-rundschreiben .content center {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
#lp-rundschreiben .content h3 + p {
	margin-top: 0;
}

#lp-rundschreiben .content .btn {
	color: #730f16;
	border: solid 2px #730f16;
	text-decoration: none;
}
#lp-rundschreiben .content .btn:hover {
	color: #fff;
	background: #730f16;
}
#lp-rundschreiben .content .quick_nav {
	padding: 30px 30px 0;
	border-top: solid 2px #ffc9b8;
}
#lp-rundschreiben .content .quick_nav p {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
}
#lp-rundschreiben .content .quick_nav a,
#lp-rundschreiben .content article a {
	color: #730f16;
}
#lp-rundschreiben .content article a {
	text-transform: none;
	text-decoration: underline;
}
#lp-rundschreiben .content article a[href^="tel:"] {
	color: #ad9b8b;
	text-decoration: underline;
	text-transform: none;
}
#lp-rundschreiben .content article {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 2px #ffc9b8;
}
#lp-rundschreiben .content article:first-of-type {
	border-top: none;
}
#lp-rundschreiben .content article:last-of-type {
	border-bottom: solid 2px #ffc9b8;
}
#lp-rundschreiben .content article.lightsoft {
	padding-left: 30px;
	padding-right: 30px;
}
#lp-rundschreiben .content .hero img  {
	margin-bottom: 30px;
}
#lp-rundschreiben .content article img + img  {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	#page-lp-rundschreiben .intro .introbox .content {
    padding-right: 20px;
    padding-left: 20px;
	}
	#lp-rundschreiben .content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
	}
	#lp-rundschreiben .content h2 {
		font-size: 2.2rem;
	}
	#lp-rundschreiben .content .article-text {
		margin-top: 30px;
	}
}
/*==================== PUBLIKATIONEN ====================*/
#page-publikationen .intro .shop-content .switch a {
	font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
	font-weight: 500;
	display: block;
	color: #fff;
	padding: 40px 20px;
	text-align:center;
	background:  #3f342e;
}
#page-publikationen .intro .shop-content .switch a:hover,
#page-publikationen .intro .shop-content .switch a:active {
	background:  #ad9b8b;
}
#page-publikationen .intro .shop-content .switch a img {
	width: 50%;
	margin: 0 auto;
}
#page-publikationen .intro .shop-content .switch p {
	min-height: 7.6rem;
}
#page-publikationen .intro .shop-content {
  padding: 0 30px;
}

#page-publikationen .intro .shop-content .row {
  list-style: none;
  margin-top: 30px;
}
#page-publikationen .intro .shop-content .row.order {padding: 0 20px;}
#page-publikationen .intro .shop-content .row.sale-form {padding: 0 10px;}

#page-publikationen .intro .shop-content .row [class*="col-"] {
  margin-bottom: 20px;
}

#page-publikationen .intro .shop-content img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#page-publikationen .intro .shop-content figure {
  position: relative;
  overflow: hidden;
}

#page-publikationen .intro .shop-content figure figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(83, 71, 65, 0.8) 0%, rgba(83, 71, 65, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(83, 71, 65, 0.8) 0%, rgba(83, 71, 65, 0.8) 75%);
  content: '';
  opacity: .5;
  -webkit-transform: translate3d(0, 68%, 0);
  transform: translate3d(0, 68%, 0);
}

#page-publikationen .intro .shop-content figure h4 {
  font-size: 2rem;
  position: absolute;
  top: 92%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #534741;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
}

#page-publikationen .intro .shop-content figure figcaption:before,
#page-publikationen .intro .shop-content figure p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

#page-publikationen .intro .shop-content figure p {
  font-size: 2rem;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

#page-publikationen .intro .shop-content figure:hover h4 {
  color: white;
  -webkit-transform: translate3d(0, -92%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -92%, 0) translate3d(0, -40px, 0);
}

#page-publikationen .intro .shop-content figure:hover figcaption:before,
#page-publikationen .intro .shop-content figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*-------------------- PUBLIKATIONEN DETAIL --------------------*/
#publikationendetail {
  margin-top: 100px;
}

#publikationendetail .swiper-container.shopgallery {
  margin-bottom: 30px;
}
#publikationendetail .swiper-container.shopgallery .btn-download {
	position:absolute;
	z-index: 1;
	bottom: 35px;
	left: 25px;
}

#publikationendetail h2 {
  font-size: 2.4rem;
}

/*-------------------- PUBLIKATIONEN WARENKORB --------------------*/
#page-publikationen .intro .shop-content {
  padding: 0 30px;
}

#page-publikationen .intro .shop-content h1 .badge {
  font-size: 80%;
}

#page-publikationen .intro .shop-content .shop-list {
  list-style: none;
  margin-top: 30px;
}

#page-publikationen .intro .shop-content .shop-list li + li {
  border-top: solid 2px #403b3b;
  padding-top: 30px;
}

#page-publikationen .intro .shop-content .shop-list h4 {
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
}
#page-publikationen .intro .shop-content .shop-list .order h4 { margin-top: 30px;}
#page-publikationen .intro .shop-content .shop-list .order li + li {
  border-top: none;
  padding-top: 0;
}
#page-publikationen .intro .shop-content .shop-list .order .form-group {
    margin-bottom: 0;
}

/*==================== FAQ ====================*/
#page-faq #faq {
  margin-top: 100px;
}
#page-faq .row h3 {
    border-top: solid 2px #403b3b;
    padding: 30px 0;
    text-transform: uppercase;
}
#page-faq .row ul li {
    margin-top: 10px;
}

#page-faq .row ul li a {display:block;}
#page-faq .faq-list li a:hover, .faq-list li a:focus {
  color: #988575;
}
#page-faq .row ul li p {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.4;
	}
#page-faq .row ul li p:first-child {
	margin-top: 20px;
}
#page-faq .row ul li p:last-child {
	margin-bottom: 30px;
}
#page-faq .faq-list li a p {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif !important;
  font-weigth: 500!important;
  text-transform: none;
  font-size: 2.4rem!important;
  color: #534741;
}


/*==================== IMPRESSUM ====================*/
#page-impressum #impressum {
  margin-top: 100px;
}

#page-impressum #impressum address {
  margin-top: 30px;
}

/*==================== SUCHERGEBNISS ====================*/
#page-suchergebniss #suchergebniss {
  margin-top: 100px;
}

#page-suchergebniss #suchergebniss h3 {
  font-family: "Cervo Neue W00", Arial, Helvetica, sans-serif;
  border-bottom: solid 2px #403b3b;
  padding-bottom: 20px;
}

#page-suchergebniss #suchergebniss h3 .page {
  text-transform: uppercase;
}
