@import url(./fonts.css);
* {
	font-family: 'Gudea', sans-serif !important;
}

body, html {
	max-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.todo {
  color: #ff0000;
}
body {
  background-color: #ffffff;
}
body.overflow {
  overflow: hidden;
}
body > .container {
  background: #fff;
}
a {
  color: #009d3c;
}
a:hover {
  color: #009d3c;
}
a:focus {
  color: #58ad38;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  color: #009d3c;
  text-decoration: underline;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-family: 'Gudea', sans-serif !important;
	font-weight: 700 !important;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	color: #000 !important;
}
h1,
h2 {
	border-bottom: 1px solid black;
	margin-top: 40px;
}
#highlightSlider h1,
#highlightSlider h2 {
	border-color: #FFF087;
	color: #FFF087 !important;
}
ul.slides {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1,
.h1 {
  font-size: 32px;
}
h1 .stars,
.h1 .stars {
  font-size: 14px;
}
h2,
.h2 {
  font-size: 24px;
}
.btn {
  border: 0;
}
.btn.btn-primary {
  background-color: #009d3c;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background-color: #008432;
	color: white !important;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-secondary {
	background-color: #eee;
}
.btn.btn-secondary:hover {
	background-color: #ddd;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-default {
  background-color: #333333;
  color: #cccccc;
}
.form-control {
  border-color: #cccccc;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #cccccc;
}
.form-control.loading {
  background-image: url('/layout/images/loading.gif');
  background-repeat: no-repeat;
  background-position: right center;
}
.pagination li:first-child a,
.pagination li:last-child a {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus {
  background-color: #009d3c;
  color: #fccb32;
}
.pagination li a {
  margin: 0 5px 0 0;
  border: 0;
  color: #009d3c;
  background-color: #FFF087;
}
.pagination li a:hover,
.pagination li a:focus {
  background-color: #fccb32;
}
#header #service {
  position: relative;
  z-index: 1000;
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #009d3c;
  color: #fff;
}
#header #service .main-navigation-toggle {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #009d3c;
  text-align: center;
  font-size: 1.5em;
}
#header #service .main-navigation-toggle.active {
  background-color: #fccb32;
}
#header #service #language-select {
  margin-top: 5px;
  text-align: right;
}
#header #service #language-select .title {
  font-size: 0.8em;
  color: #fff;
  padding-right: 5px;
}
#header #service #language-select a:hover,
#header #service #language-select a:focus {
  text-decoration: none;
}
#header #service #language-select img {
  margin-left: 5px;
  outline: 1px solid #fff;
}
#header #hotline {
  margin: 15px 0 0 0;
  padding: 0 15px 0 30px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
}
#header #hotline strong {
  color: #009d3c;
  font-size: 1.2em;
  text-transform: uppercase;
}
#header #anniversary {
  margin-top: 15px;
  text-align: right;
}
#header #anniversary img.img-responsive {
  display: inline;
}
#main-navigation {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  margin-top: 50px;
  overflow: auto;
  background-color: #009d3c;
  border-top: 1px solid #58ad38;
}
#main-navigation .container {
  width: 100%;
  padding: 0;
}
#main-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main-navigation ul li {
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #58ad38;
}
#main-navigation ul li.active > a,
#main-navigation ul li.active > i {
  color: #fccb32;
}
#main-navigation ul li.active > ul {
  display: block;
}
#main-navigation ul li.has-entries > a {
  margin-right: 55px;
}
#main-navigation ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gudea', sans-serif;
  font-size: 1.2em;
  white-space: nowrap;
}
#main-navigation ul li i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 55px;
  height: 40px;
  padding-right: 15px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}
#main-navigation ul li ul {
  display: none;
  background-color: #008432;
}
#main-navigation ul li ul li {
  border: 0;
}
#main-navigation ul li ul li ul {
  background-color: #006928;
}
header#header .navbar .navbar-toggle {
	float: left;
	margin-left: 15px;
}
header#header .navbar .container {
	position: relative;
}
header#header #langmenu {
	display: none;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
}
header#header #langmenu .tx-srlanguagemenu {
	background-color: #FFE619;
	border-left: 5px solid white;
}
header#header #langmenu .tx-srlanguagemenu,
header#header #langmenu .tx-srlanguagemenu .INACT,
header#header #langmenu .tx-srlanguagemenu .INACT a.flag,
header#header #langmenu .tx-srlanguagemenu .NO,
header#header #langmenu .tx-srlanguagemenu .NO a.flag {
	display: block;
	height: 100%;
	margin: 0;
}
header#header #langmenu .tx-srlanguagemenu .INACT a.flag,
header#header #langmenu .tx-srlanguagemenu .NO a.flag {
	padding: 8px;
}
header#header #langmenu .tx-srlanguagemenu .INACT a.flag img.tx-srlanguagemenu-flag-linked,
header#header #langmenu .tx-srlanguagemenu .NO a.flag img.tx-srlanguagemenu-flag-linked {
	display: block;
	height: 100%;
	margin: 0;
	min-width: 37px;
	width: auto !important;
}
#stage {
  margin-top: 15px;
}
#stage .container {
  background: #FFF087;
}
#stage .image {
  padding: 0;
}
#stage .arrangement-form {
  padding: 0;
  background: #fccb32;
}
#stage .arrangement-form .tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#stage .arrangement-form .tabs .tab.active > .title {
  background-color: transparent;
}
#stage .arrangement-form .tabs .tab.active > .content {
  display: block;
}
#stage .arrangement-form .tabs .tab > .title {
  display: block;
  padding: 15px;
  font-size: 2em;
  font-family: 'Gudea', sans-serif;
  background-color: #FFF087;
  cursor: pointer;
}
#stage .arrangement-form .tabs .tab > .title .fa {
  float: right;
  margin-top: 5px;
}
#stage .arrangement-form .tabs .tab > .content {
  display: none;
  padding: 0 15px 15px 15px;
}
#stage #stage-carousel .item {
  height: 300px;
}
#stage #stage-carousel .item .motif {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#stage #stage-carousel .item .text {
  position: absolute;
  bottom: 15px;
}
#stage #stage-carousel .item .text .headline {
  padding: 7px 15px 0 15px;
  color: #000;
  font-size: 2em;
  background: #ffffff;
  display: inline-block;
  width: 75%;
  transition: all 0.6s ease;
}
#stage #stage-carousel .item .text .subline {
  padding: 0 15px 7px 15px;
  color: #000;
  font-size: 1.2em;
  background: #ffffff;
  display: inline-block;
  width: 75%;
  transition: all 0.6s ease;
}
#stage #stage-carousel .item .text a:hover .headline,
#stage #stage-carousel .item .text a:hover .subline {
  color: #009d3c;
}
#stage #stage-carousel .carousel-indicators {
  left: auto;
  right: 15px;
  bottom: 0;
  width: auto;
}
#stage #stage-carousel .carousel-indicators li {
  background: #FFF087;
}
#stage #stage-carousel .carousel-indicators li.active {
  background: #009d3c;
  border-color: #009d3c;
}
#main {
  background-color: #fff;
  padding: 0;
}
#main #sidebar {
  padding: 0;
  background: #fccb32;
}
#main #sidebar .block {
  margin: 15px;
}
#main #sidebar .block:after {
  content: " ";
  display: table;
  clear: both;
}
#main #sidebar .block > .title {
  margin: 0 0 10px 0;
  font-weight: 400;
}
#main #sidebar .group-city-list {
  margin: o;
  padding: 0;
  list-style: none;
}
#main #sidebar .group-city-list li {
  width: 50%;
  float: left;
}
#partner {
  padding-top: 30px;
  background: #fff;
}
#partner .we-get-to-the-point {
  margin-bottom: 30px;
}
#partner .logos img {
  float: left;
  width: 28%;
  margin: 0 8% 8% 0;
}
#partner .logos img:nth-child(3n) {
  margin-right: 0;
}
#partner .logos img:nth-child(3n + 1) {
  clear: both;
}
#footer {
  padding: 15px 0;
  background-color: #333;
}
#footer #footer-navigation {
  text-align: center;
}
#footer #footer-navigation ul {
  padding-left: 0;
}
#footer #footer-navigation .service-navigation li.level-1.has-entries {
  display: block;
}
#footer #footer-navigation .service-navigation li.level-1 > a {
  color: #fff;
}
#footer #footer-navigation .service-navigation li.level-1 li {
  margin-top: 5px;
}
#footer #footer-navigation .service-navigation li a {
  font-family: 'Gudea', sans-serif, arial;
  color: #009d3c;
  text-transform: uppercase;
}
#footer #footer-navigation .legal-navigation {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
  text-align: center;
}
#footer #footer-navigation .legal-navigation li {
  display: inline;
}
#footer #footer-navigation .legal-navigation li a {
  padding: 0 5px;
  font-size: 0.9em;
  color: #fff;
}
#footer #copyright {
  text-align: center;
  font-size: 0.8em;
  color: #cccccc;
  margin-top: 30px;
}
footer #footerBoxes #openingHours td {
	padding: 0 4px;
}
.person {
  margin-bottom: 30px;
}
.person .photo {
  float: left;
  width: 30%;
  margin-right: 15px;
}
.person .contact .name {
  font-weight: bold;
  font-size: 1.2em;
}
.person .qr-code {
  width: 50px;
  height: auto;
}
input.alert,
select.alert {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
label.alert {
  width: 100%;
  padding: 5px;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 0.8em;
}
.subnavigation,
.login-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Gudea", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
}
.subnavigation li a,
.login-navigation li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
}
.subnavigation li.active,
.login-navigation li.active {
  background-color: #FFF087;
}
.subnavigation li.active > a,
.login-navigation li.active > a {
  color: #009d3c;
}
.subnavigation li ul,
.login-navigation li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subnavigation li ul li,
.login-navigation li ul li {
  padding-left: 15px;
}
.alert-info {
  border-color: #fccb32;
  background: #FFF087;
  color: #333333;
}
#slider-map-wrapper {
  position: relative;
  border-left: 3px solid #009d3c;
  border-right: 3px solid #009d3c;
  border-bottom: 3px solid #009d3c;
  width: 100%;
  height: 400px;
  background: #009d3c;
  padding: 0 30px;
}
#slider-map-wrapper #slider-map {
  width: 100%;
  height: 100%;
}
#slider-map-wrapper .close-map {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: 0;
  background: #009d3c;
  color: #fccb32;
  text-align: center;
  cursor: pointer;
}
#slider-map-wrapper .close-map .fa {
  padding-right: 15px;
}
#slider-map-wrapper .details {
  text-transform: uppercase;
}
.marker-label,
.marker-icon {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -24px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px !important;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
.marker-label {
  margin-top: -58px;
}
.search-form {
  position: relative;
  background: #FFF087;
  margin: 15px 0;
  padding: 0;
}
.search-form .form-group:last-child {
  margin-bottom: 0;
}
.search-form .reset-filter {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
}
.listing-toolbar {
  margin: 15px 0 30px 0;
}
.listing-toolbar a {
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  padding: 0 35px 0 10px;
  background-color: #009d3c;
  color: #fff;
}
.listing-toolbar a i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #FFF087;
  color: #009d3c;
}
.listing .item {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.listing .item:last-child {
	border-bottom: none;
}
.listing .item .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
}
.listing .item .stars {
  font-size: 11px;
  text-align: right;
}
.listing .item .offer {
  text-align: right;
}
.listing .item .offer .price {
  font-size: 1.3em;
  font-weight: bold;
}
.grid .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.grid .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.grid .item .image {
  margin-bottom: 10px;
}
.grid .item .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
}
.grid .item .subtitle {
  margin-bottom: 5px;
}
.grid .item .offer {
  text-align: right;
}
.grid .item .offer .price {
  font-size: 1.3em;
  font-weight: bold;
}
.cross-links {
  margin: 15px 0;
  border-width: 1px 0;
  border-color: #efefef;
  border-style: solid;
  padding: 15px 0;
}
.cross-links a {
  background: #009d3c;
  color: #fff;
  padding: 5px;
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: "Gudea", sans-serif;
  font-size: 1.2em;
}
#arrangement-view .image {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
#arrangement-view .offer-container .offer {
  margin: 15px 0;
  text-align: right;
}
#arrangement-view .offer-container .offer .price {
  font-weight: bold;
  font-size: 1.5em;
}
#arrangement-view .benefits ul {
  padding: 0 0 0 15px;
}
#sight-detail-map,
#hotel-detail-map,
#arrangement-detail-map {
  width: 100%;
  height: 300px;
}
hr {
  background-color: #efefef;
  border: 0;
  height: 1px;
}
.gm-style-iw .title {
  font-weight: bold;
  font-size: 14px;
}
.galery {
  margin: 15px 0;
}
.galery a img {
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
}
.galery a:nth-child(2n) img {
  margin-right: 0;
}
.nav-tabs > li {
  font-family: "Gudea", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  outline: none;
}
.page-overlay {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  display: none;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.panel-group .panel,
.card {
  margin-top: 0;
}
.panel .panel-body p:last-of-type {
	margin: 0;
}
.panel-group .panel.panel-default {
  border: 0;
}
.panel-group .panel.panel-default > .panel-heading,
.card .card-header {
  background: #FFF087;
  color: #008432;
  font-size: 1.3em;
  font-family: "Gudea", sans-serif;
}
.panel-group .panel.panel-default .panel-body,
.card .collapse,
.card .collapsing {
  border-width: 0 1px 1px 1px;
  border-color: #efefef;
  border-style: solid;
  padding: 15px;
}
.card {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-top: 5px;
}
.card .collapsing ul,
.card .collapse ul {
	margin: 0;
	padding-left: 20px;
}
.card {
	border-radius: 4px;
	margin-bottom: 0;
}
.card .card-header {
	border-color: #ddd;
	border-bottom: 0;
	border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.stars i {
  color: #e9b31b;
  text-shadow: 1px -4px 6px #ffffff, 0 0 0 #000000, 1px 4px 6px #ffffff;
}
.stars .stars-up {
  font-size: 1.1em;
  font-weight: bold;
}
.catalog {
  margin-bottom: 30px;
}
.catalog figure.catalog-image picture {
  display: block;
}
.catalog figure.catalog-image picture img {
  max-width: 100%;
}
.catalog figure.catalog-image figcaption {
  margin-top: 15px;
}
.newsletter-teaser {
  margin-top: 15px;
  background: #fccb32;
}
.newsletter-teaser .title {
  font-family: "Gudea", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
#content {
  padding: 15px;
}
#content .newsletter-teaser {
  padding: 30px;
  background: #FFF087;
}
#tradeshow-list .item {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
#tradeshow-list .item .date {
  font-weight: bold;
  font-size: 1.2em;
}
#tradeshow-list .item .date-request {
  display: block;
  float: right;
}
.stars-legend {
  margin: 30px 0;
}
#event-teaser .img-responsive {
  display: inline-block;
}
.ui-autocomplete {
  z-index: 1000;
}

nav.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	font-family: 'Gudea', sans-serif;
	font-size: 17px;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

div.navbar-header,
#navbar {
	background-color: rgb(255, 240, 135);
}

nav.navbar-default,
nav.navbar-default a {
	color: black !important;
	letter-spacing: 0.75px;
}

.navbar-default .navbar-nav > li.open >a,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    background-color: rgb(255, 230, 25) !important;
    color: black !important;
}

.navbar-default .navbar-nav li.active > a {
    background-color: rgb(255, 230, 25) !important;
	color: black !important;
}

.navbar-default .navbar-nav li:last-of-type {
	font-weight: bold;
}

.navbar-nav {
    margin: 0;
}

.navbar .navbar-toggle span.icon-bar {
	background-color: black;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: rgb(255, 230, 25) !important;
	color: black !important;
}

.navbar-default .navbar-toggle:focus span.icon-bar, 
.navbar-default .navbar-toggle:hover span.icon-bar {
	background-color: black;
}

div#navbar {
	padding: 0;
}

footer #partners {
	background-color: #F4F4F4;
	padding: 20px 0;
}

header #header_logo_container {
	display: flex;
}

header .header_subline_area {
	text-align: left;
}

header .header_logo_area {
	text-align: right;
}

header #logo {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    vertical-align: middle;
}

header #phone {
	bottom: 22px;
	color: #009D3C;
	font-family: 'Gudea', sans-serif;
	font-size: 17px;
	font-weight: 600;
	height: 36px;
	left: 230px;
	line-height: 36px;
	position: absolute;
}

header #phone a {
    color: #000;
    font-weight: 300;
	text-decoration: none;
}

header #languages {
    border: 1px solid #cbcbcb;
    bottom: 23px;
    cursor: pointer;
	font-family: 'Gudea', sans-serif;
	font-size: 17px;
    height: 34px;
    left: 20px;
    line-height: 34px;
    overflow: hidden;
    position: absolute;
    width: 183px;
    z-index: 1100;
}

header #languages:hover, 
header #languages:focus {
    overflow: visible;
}

header #languages #language-selected {
	height: 34px;
	line-height: 30px;
    padding: 0 5px 0 12px;
}

header .language-flag {
    float: right;
    display: inline-block;
    line-height: 26px;
    padding: 0 0 0 5px;
    border-left: 1px solid #cbcbcb;
    margin-top: 3px;
}

header .flag-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 18px;
    line-height: 18px;
}

header .flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

header .flag-icon::before {
    content: "\00a0";
}

header .flag-icon-de {
	background-image: url("/fileadmin/templates/images/flags/de_DE.svg");
}

header .flag-icon-en {
	background-image: url("/fileadmin/templates/images/flags/en_GB.svg");
}

header #language-list {
    position: absolute;
    top: 32px;
    left: -1px;
    right: -1px;
    margin: 0;
    border: 1px solid #cbcbcb;
    background: #FFF;
    opacity: 0;
    height: 0;
	text-align: left;
    transition: opacity 0.2s ease;
}

header #language-list, #language-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

header #language-list li a {
    display: block;
    line-height: 34px;
    padding: 0 5px 0 12px;
}

header #languages:focus #language-list, 
header #languages:hover #language-list {
    opacity: 1;
    height: auto;
}

header #language-list li a:hover {
    background: #f7f7f7;
	text-decoration: none;
}

footer {
	border-top: 5px solid #009D3C;
	font-size: 14px;
	padding: 40px 0 0 0;
}

footer #footerBoxes {
	padding: 0 0 40px 0;
}

footer #footerBoxes #footerNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer #footerBoxes #footerNavigation a {
	color: #4A4A4A;
	font-weight: 400;
}

footer #footerBoxes #footerNavigation a:hover {
	color: #009D3C;
	text-decoration: none;
}

footer #footerBoxes .tx-pxa-newsletter-subscription a.btn {
	line-height: 40px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.listItem {
	height: auto !important;
	padding: 10px 10px 10px 10px;
}

.listItem .row {
	margin: 0;
}

.listItem a {
	color: black;
}

.listItem a:hover {
	text-decoration: none !important;
}

.listItem h3 {
	margin-top: 0;
}

.listItem .angebot-wrapper {
	background-color: #EFEFEF;
	min-height: 340px;
	padding: 0;
	position: relative;
}

.listItem .angebot-body {
	min-height: 100px;
	padding: 15px;
}

.listItem,
.listItem .angebot-wrapper {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.listItem .angebot-wrapper .angebot-image {
	height: 240px;
	opacity: 0.8;
}

.listItem .angebot-wrapper .angebot-image img {
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	width: 100%;
}

.listItem .angebot-wrapper .angebot-meta,
.listItem .angebot-wrapper .angebot-image,
.listItem .angebot-wrapper .angebot-image img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.listItem .angebot-wrapper .angebot-season {
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

.genussreise-overlay {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.listItem .angebot-wrapper .genussreise-overlay {
	height: 240px;
}

.angebot-show .angebot-header .genussreise-overlay {
	height: 100%;
}

.genussreise-overlay img {
	bottom: 0;
	height: auto !important;
	position: absolute;
	right: 0;
	width: 100px;
}

.listItem .angebot-footer {
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: right;
	line-height: 70px;
	font-size: 16px;
	color: #99a0ad;
	margin-top: 20px;
	padding: 5px 20px 0 0;
}

.listItem .angebot-wrapper:hover {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
}

.listItem .angebot-wrapper:hover .angebot-image {
	opacity: 1;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
}

.listItem .angebot-footer .angebot-price {
	color: #009D3C;
	font-size: 28px;
	font-weight: 700;
	margin-left: 5px;
}

.listItem .angebot-wrapper .angebot-meta {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	left: 0;
	padding: 15px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.listItem .angebot-wrapper .angebot-meta .angebot-city {
	display: block;
	font-size: 90%;
	font-weight: 600;
	letter-spacing: 0.75px;
	text-transform: uppercase;
}

.listItem .angebot-wrapper .angebot-meta .angebot-category {
	display: block;
	font-size: 80%;
}

.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-next {
	opacity: 1;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	font-family: "Flaticon";
	text-align: center;
	color: #fff;
	left: 50px;
	border-radius: 25px;
	transition: all .3s;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	margin-top: -25px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 50px;
	opacity: 1;
}

.flexslider .flex-direction-nav a.flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
	left: auto;
	right: 50px !important;
	opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
	background-color: #009D3C;
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
	color: white !important;
}

.flexslider .flex-direction-nav a:before {
	color: #F2F2F2;
	font-size: 26px;
	line-height: 50px;
}

.flexslider .flex-direction-nav a.flex-next {
	content: "";
}

.flexslider {
	margin: 0 0 80px 0;
	border: none;
	margin: 0 auto 40px;
	max-width: 1460px;
	overflow: hidden;
	width: 100%;
}

.flexslider .ce-textpic {
	position: relative;
}

.flexslider .ce-bodytext {
	bottom: 150px;
	border-radius: 5px;
	background-color: #009d3c;
	color: white;
	left: 150px;
	position: absolute;
	padding: 25px 55px 30px 30px;
	line-height: 1.1;
	max-width: 500px;
}

.flexslider .ce-bodytext * {
	color: white !important;
}

#topBtn {
    background-color: #009D3C;
	border-radius: 50%;
}

#topBtn:hover {
    background-color: #008432;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li > a {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #ddd;
	border-color: #ddd;
}

.nav-tabs > li > a:hover {
	cursor: pointer;
}

.listing .item:nth-of-type(even) {
	background-color: #eee;
}

.angebot-overview #tab-benefits ul {
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0;
}

.angebot-overview #tab-benefits *:last-child {
	margin: 0;
}

.angebot-overview .tab-content,
.tab-v1 .tab-content {
	border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	width: 100%;
}

.angebot-overview .tab-content .tab-pane,
.tab-v1 .tab-content .tab-pane {
	float: left;
	padding: 15px;
	width: 100%;
}

.angebot-overview #tab-events,
.angebot-overview #tab-programmpunkte,
.angebot-overview #tab-sights,
.angebot-overview #tab-angebote,
.angebot-overview #tab-map {
	padding: 0;
}

.angebot-overview #tab-map,
.angebot-overview #tab-map #map {
	height: 450px;
	min-height: 450px;
	width: 100%;
}

.angebote-filter-beschreibung {
	float: left;
	margin: 10px 0 20px 0;
	width: 100%;
}

.angebote-filter-beschreibung .tab-pane {
	background-color: #EEEEEE;
}

#accordion-dayprogram {
	margin: 0;
}

#accordion-dayprogram .panel-heading,
.card .card-header {
	padding: 0;
}

#accordion-dayprogram .panel-title a,
.card .card-header button {
	display: block;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}

.card .card-header h5 {
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}

form {
	margin: 15px;
}

.angebot-show .angebot-header .angebot-image,
.angebot-show .angebot-header .angebot-meta {
	margin: 20px 0;
}

.angebot-show .angebot-meta h4 {
	font-weight: bold;
	margin-top: 22px;
}

.btn-angebotsanfrage {
	padding: 20px;
	font-size: 18px;
	color: #fff;
	height: auto;
	line-height: 1;
	position: relative;
	width: 100%;
}

.btn-extension-price,
.btn-availability,
.btn-id {
	background-color: #ddd !important;
	border-radius: initial;
	font-size: 16px;
	color: black;
	height: auto;
	line-height: 40px;
	position: relative;
	text-align: left;
	width: 100%;
}

.btn.btn-availability:hover,
.btn.btn-id:hover {
	background-color: #ddd;
	cursor: default;
}

#angebotsanfrage {
	scroll-behavior: smooth;
}

#angebotsanfrage .alert {
	margin: 20px 10px 10px 10px;
}

.btn-angebotsanfrage .button-info {
position: absolute;
left: 20px;
top: 20px;
line-height: 1;
font-size: 14px;
}

.angebote-search .btn.btn-primary {
	background-color: rgb(255, 240, 135) !important;
	color: black !important;
}

.angebote-search .btn.btn-primary:active,
.angebote-search .btn.btn-primary:focus,
.angebote-search .btn.btn-primary:hover {
	background-color: rgb(255, 230, 25) !important;
	color: black !important;
}

.btn-angebotsanfrage .duration {
    float: left !important;
	margin-top: 17px;
}

.btn-angebotsanfrage .price {
	font-size: 35px;
	float: right !important;
}

.btn-angebotsanfrage .price span {
	font-size: 21px;
}

.angebot-overview {
	margin: 40px 0 20px 0;
}

div#angebotsanfrage input.datepicker {
	background-color: white !important;
}

.angebot-header-container {
	box-sizing: border-box;
	float: left;
	margin-top: 15px;
	padding: 0 15px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.angebot-header {
	background-color: #eee;
	float: left;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.angebote-filter .form-group {
	padding: 10px;
}

.angebote-filter .form-group input {
	width: 100%;
}

/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}

.carousel-indicators {
	bottom: -35px;
}

.carousel-indicators li.active {
	background-color: #008432;
}

.carousel-indicators li {
	background-color: #009D3C;
	border: none;
}

#latestSlider,
#categoriesSlider {
	margin-bottom: 60px;
}

.dropdown-menu {
	background-color: rgb(255, 230, 25);
	border: none;
	font-size: 16px;
	padding: 0;
	padding-bottom: 8px;
}

.dropdown-menu .dropdown-header {
	padding-bottom: 8px;
	padding-top: 8px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.dropdown-menu li,
.dropdown-menu li.active {
	background-color: rgb(255, 230, 25);
}

.navbar-default .navbar-nav .dropdown-menu li.active a {
	background-color: rgb(255, 230, 25) !important;
	color: black !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: rgb(255, 230, 25) !important;
	color: black !important;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown:active,
.dropdown:focus,
.dropdown:hover {
	background-color: rgb(255, 230, 25) !important;
}

.dropdown:active .dropdown-toggle,
.dropdown:focus .dropdown-toggle,
.dropdown:hover .dropdown-toggle {
	color: black !important;
}

.angebote-search .search-form {
	background-color: white;
}

.angebote-search .search-form .searchItem .angebot-search-box {
	background-color: #009d3c;
	height: 100%;
	padding: 15px;
}

.angebote-search .search-form .searchItem:nth-of-type(4) .angebot-search-box {
	background-color: rgb(50, 160, 90);
	text-align: center;
}

.angebote-search .btn {
	width: 100%;
}

.angebote-search #searchSubmit {
	background-color: rgb(140, 205, 180) !important;
}

a.accordion-toggle,
.card .card-header h5 button {
	color: black !important;
}

.angebot-search-box-label {
	margin: 10px 0 0 0;
	text-align: center;
}

.angebot-search-box-label label,
.angebot-search-box span {
	color: black;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.angebot-search-box span {
	color: black;
	margin-bottom: 15px;
}

.angebot-search-box-label:before {
	#background-position: center;
	#background-repeat: no-repeat;
    #background-size: auto 50px;
	#content: "";
	display: none;
	#height: 80px;
	#width: 100%;
}

.search-box-category {
	background-color: #5AC3DC !important;
}

.search-box-country {
	background-color: rgb(140, 205, 180) !important;
}

.search-box-city {
	background-color: rgb(90, 185, 135) !important;
}

.search-box-category .angebot-search-box-label:before {
    #background-image: url('/typo3conf/ext/ueberland/Resources/Public/Icons/search-category.svg');
}

.search-box-country .angebot-search-box-label:before {
    #background-image: url('/typo3conf/ext/ueberland/Resources/Public/Icons/search-country.svg');
}

.search-box-region .angebot-search-box-label:before {
    #background-image: url('/typo3conf/ext/ueberland/Resources/Public/Icons/search-region.svg');
}

.search-box-city .angebot-search-box-label:before {
    #background-image: url('/typo3conf/ext/ueberland/Resources/Public/Icons/search-city.svg');
}

.search-contact {
	padding-left: 35px;
	position: relative;
}

.searchItem {
	height: 130px;
}

.search-contact a {
	color: black !important;
	text-decoration: none !important;
}

.search-contact a:active,
.search-contact a:focus,
.search-contact a:hover {
	color: black !important;
	text-decoration: underline !important;
}

.search-contact:before {
	color: black;
	content: "";
	position: absolute;
	left: 0px;
	display: block;
	height: 1.5em;
	width: 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.search-phone:before {
	background-image: url("/typo3conf/ext/ueberland/Resources/Public/Icons/search-phone.svg");
}

.search-mail:before {
	background-image: url("/typo3conf/ext/ueberland/Resources/Public/Icons/search-mail.svg");
}

#highlightSlider,
#highlightSlider .nav {
    #background: #eee;
}

#highlightSlider .nav li {
	border-left: 1px solid white;
	height: 100%
	vertical-align: center;
}

#highlightSlider .nav li a {
    border-radius: 0px;
	color: black;
	display: table;
	height: 100%;
	width: 100%;
}

#highlightSlider .nav li.active,
#highlightSlider .nav li.active > a,
#highlightSlider .nav li a:active,
#highlightSlider .nav li a:focus,
#highlightSlider .nav li a:hover {
	background-color: #ddd;
	color: black;
}

#highlightSlider .nav li:last-of-type {
	border-right: 1px solid white;
}

#highlightSlider .item img {
	height: auto !important;
	width: 100%;
}

#highlightSlider .carousel-caption {
	bottom: auto;
	left: 0;
	right: 0;
	padding-bottom: 5%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#highlightSlider .carousel-caption h2 {
	margin-top: 0;
}
#highlightSlider .carousel-caption p {
	margin-bottom: 0;
}

#highlightSlider .carousel-caption {
	#background-color: rgba(0, 0, 0, 0.5)
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	border: none;
	margin: 0 5px 0 0;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	margin: 0 5px 0 0;
	padding: 9px 15px;
}

.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #009D3C;
}

.panel-collapse header {
	display: none;
}

.panel-collapse .panel-body ul {
	margin: 0;
}

nav.paginationContainer {
	clear: both;
}

nav.paginationContainer .pagination a {
	color: black !important;
}

#footerBoxes .tx-pxa-newsletter-subscription form {
	margin: 0;
}

#footerBoxes .tx-pxa-newsletter-subscription .form-control {
	background: rgba(255, 255, 255, 0.6);
	border-color: #009D3C;
	border-radius: 20px 0 0 20px; 
	height: 50px;
}

#footerBoxes .tx-pxa-newsletter-subscription .form-control:focus {
	box-shadow: none;
	border-color: #008432; 
}

#footerBoxes .tx-pxa-newsletter-subscription .btn {
	background-color: #009D3C;
	border-radius: 0 20px 20px 0;
	color: #fff;
	min-height: 50px; 
}

#footerBoxes .tx-pxa-newsletter-subscription .btn:active,
#footerBoxes .tx-pxa-newsletter-subscription .btn:focus,
#footerBoxes .tx-pxa-newsletter-subscription .btn:hover {
	background-color: #008432;
}

#reiseanfrage {
	margin: 0;
}

#reiseanfrage input[type="checkbox"],
#reiseanfrage input[type="radio"] {
	margin-right: 4px;
}

#goToNewsletterArchive {
	text-align: center;
}

#goToNewsletterArchive a {
	display: inline-block; 
	text-align: center; 
	width: 100%;
}

#goToNewsletterArchive a button {
	width: 100%;
}

@media screen and (max-width: 990px) {
	.searchItem:nth-of-type(1),
	.searchItem:nth-of-type(2) {
		margin-bottom: 20px;
	}
	#slider .container {
		padding: 0;
		width: 100%;
	}
	#footerBoxes h3 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.searchItem:nth-of-type(3) {
		margin-bottom: 20px;
	}
	.searchItem {
		height: auto !important;
	}
	#highlightSlider .nav {
		display: none;
	}
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }
.angebote-filter-beschreibung .active > div { display:block; }

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*xs*/
@media (max-width: 767px) {
	.container.full-width-on-mobile {
		padding: 0;
		width: 100%;
	}
	header#header #langmenu {
		right: 0;
	}
}

/*xxs*/
@media (max-width: 575px) {
	.searchItem {
		width: 100% !important;
	}
	.header_subline_area {
		display: none;
	}
}



 


/*
 * change breakpoint of navbar
@media (max-width: 992px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}
*/


/* * *
 *
 * GENUSSREISEN since 2021
 * 
 */
#genussreisen {
	background: rgb(249,248,176);
	background: linear-gradient(180deg, rgba(249,248,176,1) 0%, rgba(251,250,203,1) 100%);
	margin: 15px 0;
}
#genussreisen #content,
#genussreisen #content2 {
	padding: 15px 100px 100px 100px;
}
#genussreisen h1,
#genussreisen h2 {
	border-bottom: none;
	color: #ffd000 !important;
	margin-bottom: 30px;
	text-align: center !important;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 10px;
}
#genussreisen h3,
#genussreisen h4,
#genussreisen h5 {
	border-bottom: 3px solid #ffd000;
	color: #ffd000;
	margin-bottom: 30px;
	padding: 0;
}
#genussreisen h4 {
	color: black !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
#genussreisen .tx-owl-slider h1,
#genussreisen .tx-owl-slider h2,
#genussreisen .tx-owl-slider h3,
#genussreisen .tx-owl-slider h4,
#genussreisen .tx-owl-slider h5 {
	margin: 0;
}
#genussreisen .icon-mit-text {
	text-align: center;
}
#genussreisen .icon-mit-text h3 {
	border-bottom: none;
	color: #ffd000 !important;
	text-align: center;
}
#genussreisen .icon-mit-text h3 a {
	color: #ffd000 !important;
}
#genussreisen .icon-mit-text h3 a:hover {
	text-decoration: underline;
}
#genussreisen .icon-mit-text .arrow {
	display: none;
}
/*sm*/
@media (max-width: 767px) {
	#genussreisen.full-width-on-mobile {
		margin-left: -15px;
		padding-left: 15px;
		width: calc(100% + 30px);
	}
	#genussreisen .icon-mit-text {
		float: left;
		width: 100%;
	}
	#genussreisen .icon-mit-text .icon,
	#genussreisen .icon-mit-text .text {
		float: left;
		width: 100%;
	}
	#genussreisen .icon-mit-text .text {
		display: table;
	}
	#genussreisen .icon-mit-text .text h3 {
		display: table-cell;
		vertical-align: middle;
	}
	#genussreisen .icon-mit-text .arrow {
		display: inline-block;
	}
	#genussreisen #content,
	#genussreisen #content2 {
		padding: 15px 45px 15px 30px;
	}
}

#genussreisen-startseite {
	margin-top: 15px;
	text-align: center;
}
#genussreisen-startseite .genussreisen-logo {
	background: url("/fileadmin/templates/images/genussreisen-startseite-hintergrund.svg") no-repeat;
	background-size: cover;
	padding: 0 50px;
}
#genussreisen-startseite .genussreisen-logo img {
	margin: 50px 0;
	max-width: 350px;
}

/*
button.btn.btn-primary {
	background-color: #ffd000 !important;
	border-radius: 40px;
	font-weight: bold;
}
*/
button.btn.btn-primary a {
	color: white;
	display: block;
	padding: 12px 20px;
	text-transform: uppercase;
}
button.btn.btn-primary a:hover {
	text-decoration: none;
}
/*xs*/
@media (max-width: 767px) {
	button.btn.btn-primary {
		width: 100%;
	}
}

.konturbox {
	border: 3px solid #ffd000;
	border-radius: 30px;
	display: flow-root;
	margin: 20px auto 0;
	padding: 20px 35px;
	width: 100%;
}
.konturbox .highlightedtext {
	color: #ffd000 !important;
	font-family: 'Gudea', sans-serif !important;
	font-size: 24px;
	font-weight: 700 !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	text-align: left;
}
.konturbox.konturbox-iconbox {
	display: flex;
}
.konturbox.konturbox-buttonbox,
.konturbox.konturbox-iconbox {
	text-align: center;
}
.konturbox.konturbox-iconbox .icon {
	order: 1;
	width: 25%;
}
.konturbox.konturbox-iconbox .highlightedtext,
.konturbox.konturbox-textbox .highlightedtext {
	margin: 0;
	padding: 0;
}
.konturbox.konturbox-iconbox .highlightedtext {
	width: 75%;
}
.konturbox.konturbox-iconbox .icon,
.konturbox.konturbox-iconbox .highlightedtext {
	align-self: center;
}
.konturbox.konturbox-bildbox {
	padding: 0;
}
.konturbox.konturbox-bildbox img {
	border-radius: 26px;
	width: 100%;
}
.col-sm-6 .konturbox {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/*xs*/
@media (max-width: 767px) {
	.konturbox {
		padding: 20px 25px;
		width: 100%;
	}
	.konturbox.konturbox-iconbox {
		flex-direction: column;
	}
	.konturbox.konturbox-iconbox .icon {
		order: -1;
	}
	.konturbox.konturbox-iconbox .icon,
	.konturbox.konturbox-iconbox .highlightedtext {
		width: 100% !important;
	}
}
/*md*/
@media (max-width: 992px) {
	.konturbox.konturbox-iconbox {
		width: 100%;
	}
}











.genussregion-teaser {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50px 1fr;
	margin: 50px 0;
}

.genussregion-headline {
	color: #ffd000 !important;
	align-self: flex-start;
	grid-row: 1/2;
	width: 100%;
}

.genussregion-teasertext {
	align-self: flex-start;
	grid-row: 2/3;
}

.genussregion-map {
	grid-row: 1/3;
}

.genussregion-map img {
	width: 100%;
}

.genussregion-teaser:nth-of-type(even) .genussregion-headline,
.genussregion-teaser:nth-of-type(even) .genussregion-teasertext {
	grid-column: 1/2;
}

.genussregion-teaser:nth-of-type(even) .genussregion-map {
	grid-column: 2/3;
}

.genussregion-teaser:nth-of-type(even) .genussregion-map img {
	float: left;
}

.genussregion-teaser:nth-of-type(odd) .genussregion-headline,
.genussregion-teaser:nth-of-type(odd) .genussregion-teasertext {
	grid-column: 2/3;
}

.genussregion-teaser:nth-of-type(odd) .genussregion-map {
	grid-column: 1/2;
}

.genussregion-teaser:nth-of-type(odd) .genussregion-map img {
	float: right;
}

/*xs*/
@media (max-width: 767px) {
	.genussregion-teaser {
		display: flex;
		flex-direction: column;
	}
	.genussregion-map {
		order: 1;
	}
	.genussregion-teasertext {
		order: 2;
	}
}
hr {
	background-color: #ffd000 !important;
	height: 3px;
}
.programmkategorie {
	margin: 30px 0 0 0;
}
.programmkategorie h3 {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.programmpunkte-header h3 {
	border: none !important;
	margin-top: 50px;
	padding: 0;
}
.programmpunkte {
	column-count: 2;
	column-gap: 20px;
	margin: 30px 0;
}
.programmpunkt.listItem {
	margin-bottom: 20px;
	padding: 0;
}
.programmpunkt .konturbox {
	padding: 0;
	margin: 0;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid; 
}
.programmpunkt .konturbox .programmpunkt-image {
	border-bottom: 3px solid #ffd000 !important;
}
.programmpunkt .konturbox .programmpunkt-image img {
	-webkit-border-top-left-radius: 26px;
	-webkit-border-top-right-radius: 26px;
	-moz-border-radius-topleft: 26px;
	-moz-border-radius-topright: 26px;
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
	width: 100%;
}
.programmpunkt .konturbox .highlightedtext {
	padding: 15px 30px 0 30px;
}
.programmpunkt .konturbox .description {
	padding: 0 30px 15px 30px;
}

/*xs*/
@media (max-width: 767px) {
	.programmpunkte {
		column-count: 1;
	}
	.programmpunkt .konturbox .highlightedtext {
		padding: 10px 20px 0 20px;
	}
	.programmpunkt .konturbox .description {
		padding: 0 20px 10px 20px;
	}
}




.divider {
	background-color: #ffd000 !important;
	height: 3px;
	margin-top: 50px;
}


.frame-layout-2 {
	column-count: 2;
}

/*s*/
@media (max-width: 767px) {
	.frame-layout-2 {
		column-count: 1;
	}
}
@media (max-width: 767px) {
	.listItem .angebot-wrapper .angebot-image {
		height: auto !important;
	}
}
