@import url("/fonts/source_sans_pro/source-sans-pro.css");
@import url("/fonts/source_serif_pro/source-serif-pro.css");

body {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.serif_font {
	font-family: "Source Serif Pro";
}

* {
	outline: none;
}

a {
	color: black;
	text-decoration: none;
}

i {
	color: #FF5722;
}

h1 {
	color: #FF5722;
	font-size: 4rem;
	margin: 0;
	margin-top: 1rem;
	font-weight: 600;
}

h2 {
	color: #FF5722;
	font-size: 3.5rem;
	margin: 0;
	margin-top: 1rem;
	font-weight: 600;
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

p {
	font-size: 1.15rem;
	margin: 0;
}

.background {
	display: none;
	justify-content: center;
	width: 100%;
	position: absolute;
	z-index: -10;
	opacity: 1 !important;
	margin-top: -840px;
}

.background img {
	width: 1500px;
}

header {
	width: 100%;
    height: 50px;
    background: #f0ebe7;
    display: flex;
    align-items: center;
}

.headerbox_left {
	display: flex;
    position: absolute;
    right: 2rem;
}

.headerbox i {
	margin-right: .5rem;
}

.headerbox_left {
	margin-left: 2rem;
}


.headerbox_content:nth-of-type(1) {
	margin-right: 1rem;
}

.headerbox_content:nth-of-type(2) {
	margin-left: 1rem;
}

.video_backgroud {
	position: relative;
	z-index: -2;
	background: white;
}

video {
	width: 100%;
	opacity: .5;
	object-fit: cover;
    height: 41vw;
}

.contentbox {
	width: 1280px;
	padding: 1rem 0rem;
	margin: 0 auto;
    top: 0px;
    margin-top: 2rem;
}

nav {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}


ul {
	display: flex;
	padding: 0;
	margin: 0;
	font-size: 1.15rem;
}


ul a {
	list-style: none;
	padding: 1rem 1.5rem !important;
	cursor: pointer;
	border-radius: .5rem;
	background: rgba(255, 255, 255, 0.5);
}

ul a:not(:last-child) {
	margin-right: .8rem;
}

nav h3 {
	margin: 0;
	display: none;
}

nav ul a:hover {
	background: #FF5722;
	color: white;
}
#contentbox_1 {
	width: calc(100% - 2rem);
	position: absolute;
	margin-top: 0 !important;
}

#contentbox_2 {
	display: flex;
	margin-top: 0px;
	position: absolute;
	top: 50px;
	height: 41vw;
}

#contentbox_2 .content_50.item_1 {
	width: calc(50% - 2rem);
	display: none;
}

#contentbox_2 .content_50.item_2 {
	width: calc(50% + 4rem);
	padding: 0 4rem;
	bottom: 100px;
	top: unset;
	background: white;
	position: absolute;
	height: fit-content;
	left: 0;
}

#contentbox_2 .content_50 img {
	max-width: 100%;
}

#contentbox_2 p {
	margin-bottom: 2rem;
}

.headerbox_right .headerbox_content {
	margin-left: 2rem;
}

.headerbox_right .headerbox_content i {
	cursor: pointer;
}

.fixed_header {
	height: 80px;
	width: 100%;
	background: #3E2723;
	z-index: 20;
	position: fixed;
	top: -80px;
	transition: all 0.2s ease;
	color: white;
	display: flex;
	justify-content: space-between;
}

.left_float {
	margin-left: 2rem;
	display: flex;
}

.right_float {
	margin-right: 2rem;
	display: flex;
}

.fixed_header a {
	background: transparent;
	color: white;
}

.fixed_header a:hover {
	color: #FF5722;
}

.fixed_header .headerbox_content {
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	margin-left: 3rem;
	padding: 0px 1rem;
}
.fixed_header .headerbox_content i {
	margin-left: .5rem;
	margin-right: .5rem;
	color: white;
}

table {
	width: 100%;
}

tr {
	width: 100%;
	display: flex;
}

tr td {
	width: calc(100% / 3);
	line-height: 2;
	padding-left: 2rem;
	display: flex;
	align-items: center;
}

.new_dates tr:nth-child(2n - 1) {
	background: #EFEBE9;
}

.old_dates tr:nth-child(2n) {
	background: #EFEBE9;
}

tr td:first-child {
	color: #FF5722;
	font-size: 18pt;
}

tr td:nth-child(2) {
	font-size: 14pt;
}

tr td:nth-child(3) {
	font-size: 12pt;
	color: gray;
}

.contains_button {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

button {
	border: 0 !important;
	background: #EFEBE9;
	color: black;
	border-radius: .5rem;
	font-size: 12pt;
	padding: 1rem 1.5rem;
	font-weight: 600;
	cursor: pointer;
}

button:hover {
	background: #FF5722;
	color: white;
}

.content_100 {
	width: 100%;
	display: flex;
}

.content_33 {
	width: calc(100% / 3);
	display: flex;
	align-items: flex-end;
	padding-right: 2rem;
}

.content_33 p {
	font-size: 12pt;
	color: gray;
}

.content_66 {
	width: calc(100% / 3 * 2);
	margin-top: 0rem;
}

.content_66_right {
	width: calc(100% / 3 * 2);
	float: right;
	margin-top: 1rem;
	position: relative;
}

.content_66_right .background_box {
	width: 80%;
	margin-left: 10%;
	position: absolute;
	background: #EFEBE9;
	z-index: -1;
	height: 100%;
	top: -115px;
}


.iframe_box {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

audio {
	display: none;
}

i.fa-backward, i.fa-play, i.fa-forward, i.fa-pause {
	cursor: pointer !important;
}

i.fa-pause {
	display: none;
}

.content_pictures {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.content_pictures img {
	width: 32%;
	height: 32%;
	height: auto;
}

.content_pictures_50 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.content_pictures_50 img {
	width: 45%;
	height: 45%;
}

.content_pictures_50 div {
	width: 50%;
}

.content_right h2 {
	text-align: right;
}

.content_right .content_66 {
	float: right;
	text-align: right;
}

.content_right .content_100 {
	flex-direction: row-reverse;
}

.content_right .content_33 {
	padding-right: 0 !important;
	padding-left: 2rem;
}

#contentbox_7 {
	background: #EFEBE9;
	width: 100%;
}

#contentbox_7 h2 {
	margin-bottom: 50px;
}

.content_wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

#contentbox_7 p a {
	color: #FF5722;
}

.form_box {
	display: flex;
	margin-bottom: 3rem;
}

.content_50 {
	width: 50%;
}

.content_50 img {
	max-width: 250px;
	margin-top: 50px;
}

form {
	display: flex;
    flex-direction: column;
}

form span {
	color: gray;
}

form input {
	border: 0;
    border-radius: .5rem;
    height: 40px;
    margin-bottom: 8px;
}

form input.message {
	height: 120px;
}

form button {
	background: #FF5722;
	color: white;
	width: 150px;
	margin: 0 auto;
	margin-top: 1rem;
}

footer {
	height: 60px;
	width: 100%;
	background: #3E2723;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer a {
	color: white;
}

footer a:first-child {
	margin-right: 2rem;
}

.mobile_only {
	display: none;
}


.container {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


#contentbox_1 ul {
	position: relative;
	z-index: 5;
}

.responsive_nav {
	top: 130px;
	position: fixed;
	display: none;
	background: #A1887F;
	width: 100vw;
	z-index: 111;
}

.responsive_nav ul {
	display: block;
	width: 100%;
}

.responsive_nav ul a {
	margin: 0 !important;
	border-radius: 0;
	background: transparent;
	color: white;
}

.responsive_nav ul a li {
	padding-left: 1rem;
}



@media only screen and (max-width: 480px) {

	.headerbox_right {
		width: 100%;
	}

	.headerbox_right .headerbox_content {
		margin: 0 1rem !important;
		display: flex;
		justify-content: space-between;
	}

	.headerbox_left {
		display: none;
	}

	#contentbox_1 {
		display: none;
	}

	#contentbox_2 {
		position: relative;
		height: 60vw;
	}

	.content_50 {
		width: calc(100vw - 2rem) !important;
		position: relative !important;
		padding: 0 1rem !important;
	}
	h1 {
		font-size: 2.2rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	p {
		font-size: 1rem;
	}

	.content_33 p {
		font-size: 11pt;
	}

	.fixed_header {
		margin-top: 0px;
		top: 0 !important;
	}

	.right_float {
		display: none;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 11;
		top: 0;
	}

	.contentbox:not(#contentbox_7):not(#contentbox_2), .content_wrapper {
		padding: 0rem 1rem !important;
		width: calc(100vw - 2rem);
	}

	tr {
		flex-direction: column;
	}
	tr td {
		width: 100%;
	}

	.content_66, .content_33, .content_66_right {
		width: 100% !important;
	}

	.background_box {
		display: none;
	}

	.content_100, .content_right .content_100 {
		flex-direction: column-reverse;
	}

	.content_right h2, .content_right p {
		text-align: left;
	}
	.content_33, .content_50 {
		padding: 0 !important;
	}
	.form_box {
		flex-direction: column;
	}

	.content_50 img {
		max-width: 100%;
		margin-bottom: 2rem;
	}
	tr td:nth-child(3) {
		width: 80%;
	}

	#contentbox_2 .content_50.item_2 {
		bottom: 0;
		margin-left: 1rem;
	}

	.content_pictures, .content_pictures_50 {
		flex-direction: column;
	}

	.content_pictures img, .content_pictures_50 img, .content_pictures_50 div {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	#contentbox_2 {
		top: 0 !important;
	}
	section {
		margin-top: 80px;
	}
	.mobile_only {
		display: block;
		width: 100%;
		margin: 0 !important;
		margin-bottom: 1rem !important;
	}

	#contentbox_2 {
		height: auto;
	}
	.iframe_box {
		margin-bottom: 1rem;
	}

	.container {
	  display: inline-block;
	}

	.fixed_header span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.left_float {
		width: calc(100vw - 4rem);
	}
}


@media only screen and (min-width: 481px) and (max-width: 600px) {
	.headerbox_left {
		display: none;
	}

	#contentbox_1 {
		display: none;
	}

	#contentbox_2 {
		position: relative;
		height: 60vw;
	}

	.content_50 {
		width: calc(100vw - 2rem) !important;
		position: relative !important;
		padding: 0 1rem !important;
	}

	.content_50 img {
		margin-bottom: 50px;
	}

	#contentbox_2 .content_50 img {
		max-width: 50%;
	}

	h1 {
		font-size: 2.2rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	p {
		font-size: 1rem;
	}

	.content_33 p {
		font-size: 11pt;
	}

	.fixed_header {
		margin-top: 0px;
		top: 0 !important;
	}

	.right_float {
		display: none;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 11;
		top: 0;
	}

	.contentbox:not(#contentbox_7):not(#contentbox_2), .content_wrapper {
		padding: 0rem 1rem !important;
		width: calc(100vw - 2rem);
	}

	tr {
		flex-direction: column;
	}
	tr td {
		width: 100%;
	}

	.content_66, .content_33, .content_66_right {
		width: 100% !important;
	}

	.background_box {
		display: none;
	}

	.content_100, .content_right .content_100 {
		flex-direction: column-reverse;
	}

	.content_right h2, .content_right p {
		text-align: left;
	}
	.content_33, .content_50 {
		padding: 0 !important;
	}
	.form_box {
		flex-direction: column;
	}

	tr td:nth-child(3) {
		width: 80%;
	}

	#contentbox_2 .content_50.item_2 {
		bottom: 0;
		margin-left: 1rem;
	}

	#contentbox_2 {
		top: 0 !important;
	}
	section {
		margin-top: 80px;
	}
	.mobile_only {
		display: block;
		width: 100%;
		margin: 0 !important;
		margin-bottom: 1rem !important;
	}

	#contentbox_2 {
		height: auto;
	}
	.iframe_box {
		margin-bottom: 1rem;
	}

	.container {
	  display: inline-block;
	}

	.fixed_header span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.left_float {
		width: calc(100vw - 4rem);
	}
}




@media only screen and (min-width: 601px) and (max-width: 900px) {
	.headerbox_left {
		display: none;
	}

	#contentbox_1 {
		display: none;
	}

	#contentbox_2 {
		position: relative;
		height: 60vw;
	}

	.content_50 {
		width: calc(100vw - 2rem) !important;
		position: relative !important;
		padding: 0 1rem !important;
	}

	.content_50 img {
		margin-bottom: 50px;
	}

	#contentbox_2 .content_50 img {
		max-width: 50%;
	}

	h1 {
		font-size: 2.2rem;
		margin-top: 0;
	}

	h2 {
		font-size: 2.2rem;
	}

	p {
		font-size: 1rem;
	}

	.content_33 p {
		font-size: 11pt;
	}

	.fixed_header {
		margin-top: 0px;
		top: 0 !important;
	}

	.right_float {
		display: none;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 11;
		top: 0;
	}

	.contentbox:not(#contentbox_7):not(#contentbox_2), .content_wrapper {
		padding: 0rem 1rem !important;
		width: calc(100vw - 2rem);
	}

	tr {
		flex-direction: column;
	}
	tr td {
		width: 100%;
	}

	.content_33, .content_50 {
		padding: 0 1rem !important;
	}

	tr td:nth-child(3) {
		width: 80%;
	}

	#contentbox_2 .content_50.item_2 {
		bottom: 0;
		margin-left: 1rem;
	}

	#contentbox_2 {
		top: 0 !important;
	}
	section {
		margin-top: 80px;
	}

	#contentbox_2 {
		height: auto;
	}
	.iframe_box {
		margin-bottom: 1rem;
	}

	.container {
	  display: inline-block;
	}

	.fixed_header span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.left_float {
		width: calc(100vw - 4rem);
	}
}


@media only screen and (min-width: 901px) and (max-width: 1312px) {
	.headerbox_left {
		display: none;
	}

	#contentbox_1 {
		display: none;
	}

	#contentbox_2 {
		position: relative;
		height: 60vw;
	}

	.content_50 {
		width: calc(100vw - 2rem) !important;
		position: relative !important;
		padding: 0 1rem !important;
	}

	.content_50 img {
		margin-bottom: 50px;
	}

	#contentbox_2 .content_50 img {
		max-width: 50%;
	}

	h1 {
		font-size: 2.2rem;
		margin-top: 0;
	}

	h2 {
		font-size: 2.2rem;
	}

	p {
		font-size: 1rem;
	}

	.content_33 p {
		font-size: 11pt;
	}

	.fixed_header {
		margin-top: 0px;
		top: 0 !important;
	}

	.right_float {
		display: none;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 11;
		top: 0;
	}

	.contentbox:not(#contentbox_7):not(#contentbox_2), .content_wrapper {
		padding: 0rem 1rem !important;
		width: calc(100vw - 2rem);
	}

	tr td {
		width: auto;
	}

	.content_33, .content_50 {
		padding: 0 1rem !important;
	}

	#contentbox_2 .content_50.item_2 {
		bottom: 0;
		margin-left: 1rem;
	}

	#contentbox_2 {
		top: 0 !important;
	}
	section {
		margin-top: 80px;
	}

	#contentbox_2 {
		height: auto;
	}
	.iframe_box {
		margin-bottom: 1rem;
	}

	.container {
	  display: inline-block;
	}

	.fixed_header span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.left_float {
		width: calc(100vw - 4rem);
	}
}

@media only screen and (min-width: 1313px) {
	.responsive_nav {
		display: none !important;
	}
}

@media only screen and (min-width: 1921px) {
	video, #contentbox_2 {
		height: 810px;

	}

	header {
		right: 0px;
	}
}

form input, form textarea {
	padding: 0.5rem;
}

div.headerbox_content.audio_player {
	display: none;
}

.old_dates {
	display: none;
}

.old_dates tbody {
	display: flex;
	flex-direction: column-reverse;
}

h3:not(.logo) {
	color: #FF5722;
	margin: 0;
	margin-top: 1rem;
}

#sended {
	width: calc(100% - 2rem);
	text-align: center;
	padding: .5rem 1rem;
	margin-top: 1rem;
	margin-bottom: -1rem;
	opacity: 0;
	transition: opacity .2s ease;
}



img {
	display: flex;
	align-self: flex-start;
}

input.submit:hover{
	background: #989898;
	transition: .3s;
	cursor: pointer;
}

.close-button{
	background: inherit !important;
	width: 60px;
	margin: 0;
}

.eventbox td{
	width: 100%;
}
.eventbox td form{
	margin: 0;
}

.small-child td:last-of-type{
	width: 25%;
}
.hiddenevents{
	display: none;
}