body{
	font-family: 'Bicyclette'; 
	font-weight: 300; 
	font-style: normal;
	font-size: 18px;
	color: #fff;
	background-color: #000;
}

footer a:hover{
	opacity: 0.7;
}

.top-bar{
	padding: 15px;
	background-color: #119548;
	color: #fff;
	height: 58px;
}


.navbar-brand {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	z-index: 1;
}

.navbar-nav {
	flex-direction: row;
}

.navbar-collapse {
	justify-content: space-between;
}

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

.navbar-nav .dropdown-menu{
	background-color: #212529;
    margin-top: 8px;
    margin-left: -2px;
}

.navbar-nav .dropdown-menu .dropdown-item{
	padding: 0.5rem 1rem;
}

.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #1e2125;
    background-color: #119548;
}

.navbar-nav .dropdown-menu .dropdown-item a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
}

#navbarNav .navbar-nav .nav-item{
	padding-left: 24px;
	padding-right: 24px;
}

#navbarNav .navbar-nav .nav-item .nav-link{
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Bicyclette'; 
	font-weight: normal; 
	color: #fff;
	margin-bottom: -8px;
	padding: 6px 0;
	border-bottom: solid 8px transparent;
}

#navbarNav .navbar-nav .nav-item.current .nav-link {
	font-weight: 900; 
}

#navbarNav .navbar-nav .nav-item.current .nav-link, 
#navbarNav .navbar-nav .nav-item:hover .nav-link{
	color: #fff;
	border-bottom-color: #119548;
}

.navbar-nav .dropdown-toggle::after{
	vertical-align: 4px;
}

.max-w-1600{
	max-width: 1600px;
}

.dark-bg{
	background-image: url('../images/dark-bg.jpg');
	background-size: cover;
    background-position: top;
	background-attachment: fixed;
	min-height: calc(80vh);
}

.footer-menu{
	font-size: 16px;
	font-weight: normal; 
}

.footer-address{
	font-weight: 500;
}

.footer-icon-container{
	height: 320px;
    overflow: hidden;
    width: 436px;
    position: absolute;
    right: -130px;
    top: -20px;
}

.footer-form-container{
	/* height: 270px; */
	background-color: #119548;
}

.footer-form-headline{
	font-size: 35px;
    font-weight: 900;
    max-width: 750px;
    margin: 0 auto;
}

.form-control, 
.form-control:focus{
	background-color: transparent!important;
	border: none;
    padding: 1px 0px;
}

input.form-control, 
input.form-control:focus, 
textarea.form-control, 
textarea.form-control:focus{
	background-color: transparent!important;
	border: none;
	border-bottom: solid 1px #fff;
	border-radius: 0!important;
	padding-left: 0;
	color: #fff!important;
	font-size: 18px;
    font-weight: 300;
	box-shadow: none;
}

input::placeholder, textarea::placeholder {
	color: #fff!important;
	font-weight: 300;
	font-size: 18px;
}

.footer-form-container input.form-control, 
.footer-form-container textarea.form-control,
.footer-form-container input::placeholder, 
.footer-form-container textarea::placeholder{
	font-size: 25px;
}

.centered-form input::placeholder, .centered-form textarea::placeholder{
	text-align: center;
}

.centered-form .btn-toolbar .action{
	margin: 0 auto;
}

.form-group, .form-group--no-label{
	margin-bottom: 10px;
}

.hero-image {
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	position: relative;
}

.hero-text {
	position: relative;
	z-index: 1;
}

.hero-text h2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.subscribe-cta-container{
	height: 95px;
	background-color: #119548;
}

.subscribe-cta-container p{
	font-size: 28px;
	font-weight: normal;
	margin-top: 24px;
}

.subscribe-cta-container .btn{
	margin-top: 4px;
}

.btn{
	border-radius: 20px;
    text-transform: uppercase;
    padding: 2px 24px 0 24px;
    font-size: 22px;
    font-weight: bold;
    border: solid 1px transparent;
}
.btn:hover, .btn:active, .btn:focus{
	border-color: transparent;
	box-shadow: none;
}

.btn-green{
	background-color: #119548!important;
}

.btn-black{
	background-color: #000!important;
}

.btn-white-border{
	border-color: #fff!important;
}

.vertical-line {
	border-left: 1px solid #ccc;
	height: 100%;
}

.bg-green{
	background-color: #119548!important;
}


.tour-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(17 149 72 / 85%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tour-overlay-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.image-container:hover .tour-overlay {
	opacity: 1;
}

.tour-metainfo-container{
	border: solid 1px rgb(255 255 255 / 60%);
}

form .optionset{
	list-style: none;
	padding-left: 0;
}

.checkbox{
	transform: scale(2);
    transform-origin: 0px 5px;
    margin-right: 14px;
}

body.Subscribe footer{
	border-top: solid 1px rgb(255 255 255 / 50%);
}

.msg_output{
	font-size: 22px;
}

.tour-overlay-text a{
	color: #fff;
	text-decoration: none;
}

.tour-overlay-text h4{
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
}

.tour-overlay-text h5{
	font-size: 30px;
}

.about-info-items .row:last-child hr{
	display: none
}

.subscription-form-container .form-group{
	margin-bottom: 20px;
}

.black-circle-btn{
	background-color: #000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    margin: 6px;
}

.tour-metainfo-container{
	font-size: 20px;
}

.tour-metainfo-container p{
	font-weight: 300;
}

.tour-metainfo-container p strong{
	font-weight: 900;
	margin-bottom: 0!important;
}

.page-content-container h1{
	font-size: 50px;
	text-transform: uppercase;
}

.fw-900{
	font-weight: 900;
}

.about-info-items h4{
	font-weight: 900;
}

.accordion-button{
	background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

.accordion-button:focus{
	border-color: inherit;
	box-shadow: none;
}

.accordion-button:not(.collapsed){
	background-color: #119548;
    color: #fff;
    border-color: #119548;
}

.accordion-body {
    background-color: #fff;
    color: #000;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTggOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik05LDBsOSw5SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOCA5KSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
	margin-top: 4px;
    margin-bottom: -8px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTggOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik05LDBsOSw5SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOCA5KSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
	margin-top: -8px;
    margin-bottom: 4px;
}

.accordion-button h6{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.h5{
	font-size: 20px;
}

.subscription-form-container{
	font-size: 22px;
}

.subscribe-form-icon{
	background-image: url('../images/subscribe-form-icon.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}

.artist_description_output .img-arae h2{
	display: none;
}

.artist_description_output p a{
	display: block;
}

#artist_collapse .row:last-child hr{
	display: none;
}

.tour-metainfo-container a{
	color: #fff;
}

#carouselMellenEvents{
	height: calc(74vh);
}

.carousel {
	overflow: hidden;
}

.carousel-inner {
	height: 100%;
}

.carousel-item {
	height: 100%;
}

.carousel-item video {
	object-fit: cover;
	height: 100%; 
	width: 100%;
}

.tour-image-container{
	height: 435px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.checkboxset label{
	font-size: 18px;
}

.mailList-permission-form-group label{
	font-size: 14px;
    display: inline-block;
    margin-top: -26px;
    text-indent: 32px;
}

.footer-site-description *{
	font-size: 14px;
}

.credit-info{
	position: absolute;
    right: 130px;
    bottom: -56px;
}

#CompactSubscribeForm > .row {
	justify-content: center;
}

#CompactSubscribeForm .form-footer {
	display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
	padding-bottom: 40px;
    gap: 50px;
}

#CompactSubscribeForm .form-footer .form-check {
	max-width: 500px;
}


#CompactSubscribeForm .form-footer .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  border-radius: 0px;
}

#CompactSubscribeForm .form-footer .form-check-input:focus {
	box-shadow: none;
}

#CompactSubscribeForm .form-footer .form-check-input:checked {
  background-color: #000; 

}

.msg_output {
    max-width: 800px;
}
