/* Colors


	gelb		#FED730
	lila		#741BA9
	rot			#C41A31

*/


/* Base */

body {
	overflow-x		: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family		: 'Rubik', sans-serif;
	font-size		: 18px;
	background-color: #ffffff;
	color			: #404040;
	}

::-moz-selection {
    background: #f2e5c5;
    color: #444;
    text-shadow: none !important;
}

::selection {
    background: #f2e5c5;
    color: #444;
    text-shadow: none !important;
}

p {
	word-wrap		: break-word;
}

/* COOKIE */

.consent_manager-background {
	background-color: rgba(255,255,255,0.2) !important;
	color			: black;
}

p.consent_manager-headline {
	color			: #95a24b !important;
}

a.consent_manager-accept-all {
	background-color: #864e35 !important;
	border-color	: #864e35 !important;
	color			: white;
}

#consent_manager-toggle-details {
	color			: #864e35;
}

.consent_manager-show-details .icon-info-circled::before {
	background-color: white !important;
}

.consent_manager-cookie a {
	color			: #864e35;
}

a#consent_manager-toggle-details {
	color			: white;
}

.consent_manager-sitelinks a {
	color			: #95a24b !important;
}

.consent_manager-accept-none {
	background-color: #95a24b !important;
	border-color	: #95a24b !important;
}

.consent_manager-save-selection {
	background-color: #864e35 !important;
	border-color	: #864e35 !important;
}

.consent_manager-accept-all {
	background-color: #864e35 !important;
	border-color	: #864e35 !important;
}

.text-dark, .text-dark label {
	color			: black;
}

/* HEADER */

#lang img {
	float			: left;
	padding-top		: 15px;
	padding-right	: 10px;
	height			: 35px;
}

.nav-non-mobile {
	display			: flex;
	height			: 100px;
	padding-top		: 0px;
}

.nav-non-mobile ul {
	float			: right;
	padding-left	: 0;
	padding-top		: 60px;
}

.nav-non-mobile li {
	display			: inline;
	float			: left;
	padding			: 0 0px 10px 35px;
}

.nav-non-mobile li a {
	padding			: 15px 0px 5px 0px;
	text-align		: center;
	font-size		: 16px;
	font-weight		: 400;
	color			: #f2e5c5;
	text-decoration	: none;
	transition		: color 0.2s;
}

.nav-non-mobile li a:hover, ul li.rex-current a.rex-current {
	color			: #95a24b;
	border-bottom	: 2px solid #f2e5c5;
}

ul li.rex-current a.rex-current {
	font-weight		: 400;
}

.nav-non-mobile ul li ul {
	position		: absolute;
	float			: none;
	visibility		: hidden;
	opacity			: 0;
	background		: #f2e5c5;
	margin-top		: 10px;
	margin-left		: 15px;
	padding-top		: 5px;
	padding-bottom	: 5px;
	z-index			: 2;
	width			: 200px;
	transition		: ease all 0.2s;
}

.nav-non-mobile ul li ul li {
	float			: none;
	margin			: 0 !important;
	padding			: 15px 15px;
	height			: 30px;
}

.nav-non-mobile ul li ul li a {
	color			: white;
	float			: left;
	width			: 100%;
	height			: auto !important;
	padding			: 10px 15px;
	text-align		: left;
}

.nav-non-mobile ul li:hover ul, .nav-non-mobile ul li a:hover ul {
	visibility		: visible;
	opacity			: 1;
}

.nav-non-mobile ul li ul li a:hover, .nav-non-mobile ul li ul li a.rex-current  {
	color			: white;
	filter			: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9));
}


/* Mobile NAV */

#myNavbar {
	border-bottom	: 3px solid #606060;
}

.nav-mobile {
	display			: none;
}

.nav-mobile ul {
	list-style-type	: none;
	padding-left	: 0;
	padding-top		: 20px;
}

.nav-mobile ul li {
	float			: none;
	display			: inline-table;
	width			: 100%;
	text-align		: left;
	padding			: 0;
}

.nav-mobile ul li a, .nav-mobile ul li.has-sub a {
	font-size		: 20px;
	color			: white;
	font-weight		: 400;
	text-decoration	: none;
	background		: none;
	padding			: 5px 0px 5px 10px;
	margin			: 0;
	display			: block;
	transition		: ease all 0.2s;
}

.nav-mobile ul li a:hover, .nav-mobile ul li.has-sub a:hover {
	color			: #c26148;
}

.nav-mobile ul li ul {
	padding-left	: 20px;
}

.nav-mobile ul.nav.navbar-nav li.rex-active a {
	font-weight		: 700;
}

.nav-mobile ul.nav.navbar-nav li a, .nav-mobile ul.nav.navbar-nav li.rex-active ul li a {
	font-weight		: 400;
}

#dropdown {
	display			: none;
	position		: absolute;
	top				: -10px;
	right			: -5px;
	z-index			: 9900;
}

.dropdown-ff {
	position		: relative;
	top				: 15px;
	z-index			: 10;
}

#menu {
	position		: absolute;
	left			: 0px;
	width			: 100%;
	top				: 100px;
	padding			: 20px 25px;
	background-color: rgba(242, 229, 197, 0.95);
	color			: white;
	z-index			: 9999;
	transform		: scaleY(0);
	transform-origin: top;
	transition		: transform ease 0.3s;
}

#menu.visible {
	transform		: scaleY(1);
}

#menu ul {
	padding-left	: 0;
	margin-bottom	: 0;
	list-style-type	: none;
}

#menu ul li {
	padding-top		: 5px;
	padding-bottom	: 5px;
}

#menu ul li:nth-child(3) {
	display			: block;
	color: black;
}

#menu ul li a {
	color			: black;
	font-size		: 18px;
	text-decoration	: none;
	transition		: ease all 0.2s;
}

#menu ul li a:hover {
	color			: white;
	text-decoration	: none;
}

#menu ul li a.rex-current {
	color			: #864e35;
	border-bottom	: 0;
	text-decoration	: none;
}

#menu ul li ul {
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 15px;
}

header {
	height			: 600px;
	padding-top		: 50px;
	width			: 100%;
	color			: white;
	z-index			: 999;
	background		: linear-gradient( to bottom, rgb(254, 211, 46, 1), rgba(253, 230, 131, 1.0) );
}

.header-top {
	height			: 395px;
}

.header-top .linus-back {
	position		: absolute;
	top				: 0;
	right			: 200px;
	width			: 250px;
	float			: right;
	z-index			: -1;
}

.header-bottom {
	height			: 155px;
	padding-top		: 75px;
	width			: 100%;
	background-color: rgb(116, 27, 169);
	background		: linear-gradient( to bottom, rgb(116, 27, 169, 1), rgba(86, 16, 124, 1.0) );
	text-align		: center;
}

.header-bottom h1 {
	color			: #FED730;
	text-transform	: uppercase;
}

/* Navigation */

.nav-pills > li.current > a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #814a97;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #8d8d8d;
}

.nav-pills > li > a {
	border-radius: 0;
	border-bottom: 1px solid #444;
	border-top: 1px solid #8d8d8d;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.nav-pills > li > a:hover {
	background-color: #814a97;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #8d8d8d;
}

.nav-stacked > li + li {
	margin: 0;
}

.suche{
	margin: 0 15px;
}

.navbar-toggle {
	position		: absolute;
	right			: 9px;
}

.navbar-toggle {
	position		: absolute;
	top				: 30px;
	right			: 20px;
	width			: 50px;
	background-color: transparent;
	height			: 45px;
	border			: 0;
	margin-top		: 8px;
	padding-top		: 6px;
	border-radius	: 4px;
	z-index			: 9;
	transition		: ease all 0.2s;
}

.navbar-toggle:hover {
	color			: rgb(149, 162, 75);
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	display			: block;
	background-color: rgb(242, 229, 197);
	width			: 30px;
	height			: 3px;
	border-radius	: 1px;
	margin-left		: 6px;
	margin-bottom	: 6px;
	transition		: ease all 0.2s;
}

.navbar-toggle:hover .icon-bar {
	background-color: rgb(149, 162, 75) !important;
}

.navbar-collapse {
	border: 0;
	box-shadow: none;
}

.logo {
	height			: auto;
}

.centered {
	margin: 0 auto;
	display: block;
	text-align: center;
}

/* Content */

main {
	padding-top		: 100px;
	padding-bottom	: 50px;
}

.img-fluid {
	width			: 100%;
}

#backgroundimage {
	min-height		: 100%;
	height			: 100vh;
}

.pad-big { padding-top: 50px; padding-bottom: 50px; }
.pad-top, .pad-big-top { padding-top: 50px; }
.pad-bottom, .pad-big-bottom { padding-bottom: 50px; }

.pad-mid { padding-top: 25px; padding-bottom: 25px; }
.pad-mid-top { padding-top: 25px; }
.pad-mid-bottom { padding-bottom: 25px; }

.pad-small { padding-top: 10px; padding-bottom: 10px; }
.pad-small-top { padding-top: 10px; }
.pad-small-bottom { padding-bottom: 10px; }

.marg-big { margin-top: 50px; margin-bottom: 50px; }
.marg-top, .marg-big-top { margin-top: 50px; }
.marg-bottom, .marg-big-bottom { margin-bottom: 50px; }

@media only screen and (max-width: 990px) {
	#backgroundimage { background-size	: auto !important; }
}

#locationmap {
	width:auto;height:600px;margin-bottom:25px; display:block;
}

.img-text i.fas {
	color			: rgba(255, 255, 255, 0.8);
	font-size		: 75px;
}

.img-text {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 1.15rem;
	opacity: 1;
	margin: 0;
	width: 100%;
	height: 100%;
}

.b-lazy {
	opacity				: 0;
	transition			: all 500ms;
}

.b-loaded {
	opacity				:1;
}

.video:hover .img-hover,
.video:hover .img-text {
  opacity: 1;
}

.video:hover .img-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

p.video-hinweis {
	font-size: 10px;
	text-align: right;
}

p.video-hinweis, p.video-hinweis a {
	color: #8e969e;
}

.video, .embed-responsive-item {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.video .play {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'><path d='M256 8C119 8 8 119 8 256s111 249 249 249 249-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z' style='fill:rgb(191, 22, 70);fill-rule:nonzero;' /></svg>") no-repeat center center;
    background-size: 164px 164px;
    position: absolute;
	top: 0;
	left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.video .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.col1-visible-xs .tiny_col_1 { display: none; }
.col2-visible-xs .tiny_col_2 { display: none; }

.btn .fas {
	font-size		: 20px;
}

.btn .fas:hover {
	color			: white;
}

.headline-left h2 {
	text-align		: left;
}

.headline-left h3 {
	text-align		: left;
}

h2.accordion-header {
	margin-bottom	: 0;
	padding-bottom	: 0;
}

.accordion-button {
	font-size		: 18px;
}

.accordion-button:not(.collapsed) {
	background-color: #f2e5c5;
	color			: #D13535;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D13535'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	border-color	: rgb(209, 53, 53);
	box-shadow		: 0 0 0 .25rem rgb(209 53 53 / .25);
}


@media only screen and (max-width: 768px) {
	.col1-hidden-xs .tiny_col_1 { display: none; }
	.col1-hidden-xs .tiny_col_2 { width: 100%;  }
	.col2-hidden-xs .tiny_col_2 { display: none; }
	.col2-hidden-xs .tiny_col_1 { width: 100%;  }
	.col1-visible-xs .tiny_col_1 { display: block; }
	.col2-visible-xs .tiny_col_1 { display: block; }
}

p, ul, ol {}

ol li {
	margin-bottom:15px;
}


h1, h2, h3, h4, h5, h6 {
	line-height		: 150%;
	color: #00A99D;
	word-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration	: none;
	border-bottom	: 2px dotted silver;
}

h1 i.fa, h2 i.fa, h3 i.fa, h4 i.fa, h5 i.fa, h6 i.fa {
	color			: #404040;
}

table h4 {
	margin-top	: 0;
}

table td {
	padding			: 5px;
}

h1 {
	font-size		: 30px;
	font-weight		: 700;
	padding-top		: 5px;
	padding-bottom	: 10px;
	margin-bottom	: 0;
	text-transform	: uppercase;
}

h2 {
	font-size		: 26px;
	color			: #C41A31;
	font-weight		: 700;
	padding-bottom	: 10px;
	margin-bottom	: 0;
	text-align		: center;
}

h3 {
	font-size		: 20px;
	color			: #293815;
	font-weight		: 700;
	padding-bottom	: 10px;
	margin-bottom	: 0;
}

#content  {
	padding-top		: 130px;
	padding-bottom	: 100px;
}

main a { color: rgb(251, 176, 59); text-decoration: none; border-bottom: 1px dotted silver; transition: ease all 0.2s; }
main a:hover { color: rgba(251, 176, 59, 0.5); text-decoration: none; border-bottom: 1px solid silver; }

.container-bg-white h1 a, .container-bg-white h2 a, .container-bg-white h3 a, .container-bg-white h4 a, .container-bg-white h5 a, .container-bg-white h6 a {
	text-decoration	: none;
	border-bottom	: 1px dotted silver;
}

main a {
	color			: black;	
}

main a img { border: none; }
main a:hover img { border: none; }

main p {
	padding-bottom	: 20px;
	margin-bottom	: 0;
	line-height		: 150%;
}

#content .btn-primary, #content a.btn-primary {
	background-color: rgba(209, 53, 53, 0.8);
	color			: #ffffff;
	border			: 2px solid #D13535;
	font-size		: 20px;
	padding			: 10px 20px;
	transition		: ease all 0.2s;
}

#content .btn-primary:hover, #content a.btn-primary:hover {
	background-color: #D13535;
	color			: white;
}

#content .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}
  
#content .page-link {
	position: relative;
	display: block;
	padding: 0.75rem 1rem;
	margin-left: -1px;
	line-height: 1;
	color: #814a97;
	background-color: #ffffff;
	border	: 1px solid silver !important;
}

#content .page-link:hover {
	background-color: #814a97 !important;
	color: #ffffff !important;
	text-decoration: none;
}

#content ul.pagination li::before {
	content			: "";
	list-style-type	: none;
}

#content .active a.page-link {
	background-color: #814a97 !important;
	color: #ffffff !important;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 211, 0, 0.25);
			box-shadow: 0 0 0 0.2rem rgba(255, 211, 0, 0.25);
}

#content .page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}
  

.no-pad p {
	padding-bottom	: 0 !important;
}

#content .alert {
	margin			: 0 auto 30px auto;
	max-width		: 780px;
}

#content .alert h3 {
	margin-top		: 0;
}

#content .alert ul li::before {
	list-style-type	: none;
	content			: "";
	background-color: transparent;
}

#content li { font-weight: 300; line-height: 26px; position: relative; margin-bottom: 10px; }
#content ul { padding-left : 15px; }

#content .picturebox {
	width			: 400px;
	height			: 400px;
	float			: right;
	margin-top		: -140px;
	margin-bottom	: 20px;
	background-size	: cover;
	background-position: top center;
}

#content blockquote {
	color			: #814a97;
	padding			: 0;
	margin			: 20px 0;
	border-left		: 0;
	font-size		: 30px;
}

.partnerlogos {
	display			: flex;
}

.partnerlogos img {
	opacity			: 1;
	transition		: ease all 0.2s;
	padding-top		: 25px;
	padding-bottom	: 25px;
	max-height		: 100px;
	width		: auto;
}

.partnerlogos img:hover {
	opacity			: 0.5;
}

.partnerlogos .express, .partnerlogos .radio-koeln {
	padding-top		: 0;
	max-height		: 125px;
	max-width		: 100%;
}

.partnerlogos a, .partnerlogos a:hover { border: 0; }

.ticketbutton {
	display			: inline-table;
	text-align		: center;
	padding			: 50px;
	min-width		: 400px;
	height			: 300px;
	background-image: linear-gradient( to bottom, rgb(196, 26, 49, 1), rgba(166, 15, 0, 1.0) );
	border-radius	: 30px;
	color			: white;
	transition		: ease all 0.2s;
}

.ticketbutton:hover {
	background-image: linear-gradient( to bottom, rgb(196, 26, 49, 0.7), rgba(166, 15, 0, 0.7) );
}

.ticketbutton:hover .fa-solid {
	color			: #FED730;
}

.ticketlinks a:hover{
	border-bottom	: 0 !important;
}

.ticketbutton .fa-solid {
	font-size		: 150px;
	color			: white;
}

@media only screen and (max-width: 990px) {
	#content .picturebox { width: 100%; margin-top : 0px; float: left; }
}

.carousel {
	width			: 100%;
	overflow		: hidden;
}

.carousel li {
	margin-left	: 0px;
}

.carousel img {
	width			: 100%;
	height			: auto;
}

.carousel-caption {
	background-color: rgba(240, 183, 54, 0.3);
	position		: absolute;
	width			: 600px;
	height			: 450px;
	top				: 15%;
	margin-left		: 25%;
	padding			: 25px;
	text-shadow		: none;
}

.carousel-caption h4 {
	font-weight		: 700;
	line-height		: 125%;
	font-size		: 30px;
	color			: white;
	text-shadow		: 0 0 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption h5 {
	font-weight		: 700;
	line-height		: 125%;
	font-size		: 20px;
	color			: white;
	text-shadow		: 0 0 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption a {
	color			: white;
	text-decoration	: none;
}

.carousel-caption img {
	filter			: drop-shadow(0px 25px 5px rgba(0,0,0,0.3));
	max-width		: 200px !important;
}

.carousel-indicators {
	bottom			: 0px !important;
}

ol.carousel-indicators li {
	margin-right	: 10px !important;
}

.imagenavi {
	position		: relative;
	overflow		: hidden;
	min-height		: 400px;
}

.imagenavi_title {
	position		: absolute;
	top				: 0;
	left			: 0;
	background		: rgba(41,128,185,0.9);
	margin			: 0 15px 0 0;
	padding			: 10px;
	width			: 100%;
	overflow		: hidden;
	z-index			: 9;
}

.imagenavi_title h3 {
	font-size		: 24px;
	line-height		: 125%;
	font-weight		: 300;
	color			: white;
	margin			: 0;
}

.imagenavi_description {
	font-size		: 16px;
	line-height		: 125%;
	font-weight		: 300;
	padding-top		: 20px;
	padding-bottom	: 20px;
}

.imagenavi_image {
	overflow		: hidden;
}

.imagenavi_image img {
	transition: transform 0.5s;
}

.imagenavi_image img:hover {
	transform: scale(1.2, 1.2);
}

.full-height {
	height			: calc(100vh - 110px);
}

@media only screen and (max-width: 990px) {
	.full-height { height : 100%; }
}

.thumbnail {
	background-color: transparent;
	border			: 0;
	padding			: 10px 5px !important;
	margin			: 0 !important;
	border-radius	: 0;
}

.galerie .col-md-4 {
	margin			: 0 !important;
	padding			: 0 !important;
}

.thumbnail_title {
	text-align		: center;
}


.lity { background-color: rgba(0, 0, 0, 0.7) !important; }
.lity .lity-container { max-width: 1300px !important; max-height: 100% !important; height: 100% !important; }
.lity_full .lity-container { max-width: 95% !important; max-height: 100% !important; height: 100% !important; }
.lity-iframe-container { background-color: white; height: 100% !important; }
.lity-content { height: 100% !important; }
.lity-close {
	background-color	: #814a97;
	font-size			: 40px;
	height				: 55px;
	width				: 55px;
	transition			: ease all 0.2s;
}

.lity-close:hover {
	background-color	: #814a97;
	font-size			: 50px;
}

@media only screen and (max-width: 990px) {
	.galerie img { margin-bottom: 10px; }
}

td {
	color					: black;
	padding					: 0 0 20px 0;
	vertical-align			: bottom;
}

td .fa-running {
	font-size				: 20px;
	margin-right			: 10px;
}

.table-red table {
	margin-left				: auto;
	margin-right			: auto;
	width					: 85% !important;
	border					: 2px solid #ddd;
}

.table-red table thead th {
	background-color		: #814a97;
	color					: white;
}

.table-red table tbody tr {
	background-color		: white;
}

.table-blue table tr {
	background-color		: #4379b4;
}

.table-grey table tr {
	background-color		: #9b9fa3;;
}

.hidden_text {
	padding-top: 25px;
}

.main ul {
	padding-bottom: 15px;
	padding-left: 27px;
	margin: 10px 0 10px 0;
}

.main ul li {
	position: relative;
	margin-bottom: 10px;
	list-style-type: none;
}

.main ul li::before {
    position: relative;
    left: -18px;
    top: 12px;
    content: '\0020';
    background-color: #814a97;
    border-radius: 2px;
    display: block;
    width: 15px;
    height: 2px;
    line-height: inherit;
    margin-left: -10px;
}

.produktbild img {
	display: inline;
	margin: 10px 0;
}


.cat_cloud {
	text-align: center;
}


/* Suche */

.single_result {
	margin-bottom: 25px;
	border-top: 1px solid silver;
	padding-top: 15px;
}


.video-button .fa {
	position		: absolute;
	top				: 40%;
	text-align		: center;
	width			: 100%;
	font-size		: 75px;
	color			: white;
	padding			: 0;
	margin			: 0 -15px;
	transition		: color 0.3s;
}

.video-button .fa:hover {
	color			: rgba(255,255,255,0.6);
}

.form-control:focus {
    border-color: #814a97;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #814a97,0 0 8px #814a97;
    box-shadow: inset 0 1px 1px #814a97,0 0 8px #814a97;
}

label {
	color: white;
}

#yform-formular-field-73 {
	min-height: 50px;
}

.yform .form-captcha a.btn {
	height: 50px;
	padding-top: 15px;
	color: black;
}

.yform p.help-block {
	padding-bottom: 0 !important;
}

#yform-deskformular-fixdesk_2, #yform-deskformular-fixdesk_3, #yform-deskformular-flexdesk_2, #yform-deskformular-tagesdesk_2, #yform-virtuellesformular-virtuell_2 {
	padding-left	: 25px;
}

.scrollup {
    position        : fixed;
	width			: 50px;
	text-align		: center;
    bottom          : 30px;
    right			: 30px;
	background-color: rgba(116, 27, 169, 0.95);
    padding         : 10px;
	z-index			: 999;
    transition      : background-color ease-in-out 0.2s;
}

.scrollup i {
    color           : #f2e5c5;
    font-size       : 18px;
}

.scrollup:hover {
    background-color: rgba(116, 27, 169, 0.5);
    cursor          : pointer;
}
.scrollup:hover i {
    transform       : translateY(-3px);
}


/* Footer */

footer {
	position		: fixed;
	z-index			: 9;
	text-align		: center;
	bottom			: 0;
	width			: 100%;
	background-color: #741BA9;
	font-size		: 14px;
	color			: #FED730;
	height			: 50px;
	padding			: 15px 0 0 0;
}

footer a {
	font-size		: 14px;
	color			: #FED730;
	text-decoration	: none;
	transition		: ease all 0.2s;
}

footer a:hover, footer a.rex-current {
	color			: white;
	text-decoration	: none;
}

footer h3 {
	font-size		: 24px;
	color			: white;
	padding			: 10px 0 5px 0;
	margin			: 0;
}

footer img {
	height			: 120px;
	padding-top		: 30px;
}

@media only screen and (max-width: 990px) {
	footer { height : 50px; }
	.scrollup { bottom          : 90px; }
}

.subfooter {
	background-color: rgba(45, 50, 56, 0.95);
	height			: 50px;
	padding			: 10px 0;
	color			: white;
	font-size		: 16px;
}

.subfooter a {
	color			: #E5CC00;
	font-size		: 16px;
	text-decoration	: none;
	transition	: color 0.2s;
}

.subfooter a:hover, .subfooter a.rex-current {
	color		: white;
}

.subfooter i {
	font-size	: 20px;
}

.social-links {
	margin: 10px 0 20px 0;
}

.social-links a {
	font-size: 36px;
	margin: 10px;
	border-bottom: 0px !important;
	opacity: .5;
	color: #fff;
}

.social-links a:hover {
	background-color: transparent;
	color: #fff;
	opacity: 1;
	text-shadow: 0 0 15px #FFF;
}

.scrollup {
    position        : fixed;
	width			: 50px;
	text-align		: center;
    bottom          : 75px;
    right			: 30px;
	background-color: rgba(116, 27, 169, 0.7)
    padding         : 10px;
	border			: 0;
	border-radius	: 15px;
	z-index			: 99;
    transition      : ease all 0.2s;
}

.scrollup i {
    color           : white;
    font-size       : 18px;
}

.scrollup:hover {
    background-color: rgba(116, 27, 169, 0.5);
    cursor          : pointer;
}
.scrollup:hover i {
    transform       : translateY(-3px);
}

.scrolldown {
    position        : fixed;
	width			: 50px;
	text-align		: center;
    bottom          : 75px;
    left			: calc(50vw - 25px);
	background-color: rgba(116, 27, 169, 0.5);
	border			: 0;
	border-radius	: 25px;
    padding         : 10px;
	z-index			: 99;
    transition      : ease all 0.2s;
}

.scrolldown i {
    color           : white;
    font-size       : 18px;
}

.scrolldown:hover {
	background-color: rgba(116, 27, 169, 0.3);
    cursor          : pointer;
	filter			: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}
.scrolldown:hover i {
    transform       : translateY(3px);
}

@media only screen and (max-width: 1400px) {
	header { height: 500px; }
	.header-top { height: 340px; }
	.header-bottom { height: 145px; padding-top : 50px; }
	.ticketbutton { min-width : 300px; }
}

@media only screen and (max-width: 1280px) {
	header { height: 500px; }
	.header-top { height: 340px; }
	.header-bottom { height: 145px; padding-top : 50px; }
	.ticketbutton { min-width : 300px; }
}

@media only screen and (max-width: 1200px) {
	header { height: 450px; }
	.header-top { height: 285px; }
	.header-bottom { height: 145px; padding-top : 50px; }
	.ticketbutton { min-width : 300px; }
}

@media only screen and (max-width: 990px) {
	header { height: 450px; }
	.header-top { height: 315px; }
	.header-bottom { height: 190px; padding-top : 50px; }
	.ticketbutton .fa-solid { font-size: 60px; }
	.ticketbutton { min-width : 250px; height: 200px; }
}

@media only screen and (max-width: 768px) {
	header { height: 370px; }
	.header-top { height: 240px; }
	.header-bottom { height: 190px; padding-top : 50px; }
	.ticketbutton { min-width : 200px; word-break: break-word; }
}

@media only screen and (max-width: 480px) {
	header { height: 320px; }
	.header-top { height: 170px; }
	.header-bottom { height: 160px; padding-top : 40px; }
	.ticketbutton { min-width : 175px; word-break: break-word; padding: 25px; }
	.scrollup, .scrolldown { bottom : 80px; }
	h1 { font-size: 22px; }
	footer { height: 75px;}
}
