@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Lato:wght@400;700&display=swap');
body {
	background: url('images/21_04_30_muster_hg.png') repeat-y #ffd26d;
	color: #000;
	background-size: 1920px;
	margin: 0;
	background-position: center top;
	font-size: 18px;
	padding: 0;
	font-family: 'Lato'; 
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
}
/* ------ Typo ------ */
p {
	line-height: 1.4;
}
h1 {
	display: none;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	color: #152052;
}
h3 {
    font-size: 20px;
	color: #152052;
	font-family: 'Josefin Sans';
	font-weight: 700;
}
h4 {
    font-size: 20px;
	font-weight: bold;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: .4;
    margin: 1vh 0;
}
a {
	color: #231f20;
}
a:hover {
	cursor: pointer;
	color: #ffd26d;
}
.order-link {
	color: #2f499b;
}

table input {
	border: 1px solid #152052;
	border-radius: 5px;
    margin: 10px;
	padding: 5px;
}
input {
	border: 1px solid #152052;
	border-radius: 5px;
    margin: 10px 0;
	padding: 10px;
}
/* ------ Content ------ */
.topnavi {
	width: 80vw;
	max-width: 1880px;
	padding: 0 5vw;
	margin: 0 auto;
	font-family: 'Josefin Sans';
	font-weight: 700;
	background-color: #fff;
}
.topnavi ul {
	list-style: none;
	margin: 0 auto;
	display: flex;
	padding: 0;
	justify-content: space-between;
}
.topnavi li {
	display: inline-block;
	padding: 45px 0 35px 0;
}
.topnavi a {
	text-decoration: none;
}
.topnavi .current {
	border-bottom: 5px solid #152052;
}
.mobilenavi {
	display: none;
}
.container {
	width: 80vw;
	max-width: 1880px;
	min-height: 100vh;
	padding-bottom: 100px;
	margin: 0 auto 100px auto;
	position: relative;
	background-color: #fff;
}
.highlight {
	padding: 80px 10vw;
	background-color: #f3f4f6;
}
.row {
	padding: 80px 10vw;
	background-color: #fff;
}
.form .row {
	padding: 10px 0vw;
	max-width: 50vw;
}
.form .morespace {
	padding: 50px 0 15px 0;
}
.form-check .form-check-input {
	
    margin-right: 20px;
}
.programm {
	padding: 0 0 100px 0;
}
.event {
	padding: 0 10vw;
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
}
.event .details {
	width: 30%;
	display: flex;
	flex-direction: column;
}
.event .image {
	width: 36%;
	display: flex;
	flex-direction: column;
}
.event .image img {
	max-width: 300px;
	border-radius: 15px;
	margin: 20px 10px 0 20px;
}
.event .image p {
	font-size: 15px;
	text-align: right;
	width: 100%;
	margin-top: 5px;
	padding-right: 50px;
}
.event .orderinfo {
	width: 33%;
	display: flex;
	flex-direction: column;
}
.event-spacer {
	width: 65%;
	height: 5px;
	margin: 30px auto 50px auto;
	border-bottom: 5px dotted #000;
}
.text-details {
	padding: 0 10vw;
	/*margin: 0 10px;*/
}
.detailtext {
	padding: 0 10vw;
	display: flex;
}
.detailtext p{
	margin: 5px 0 15px 0
}
.one-third {
	width: 20%;
	margin-right: 10px;
}
.two-third {
	width: 75%;
}
.full {
	width: 100%;
}

.text {
	max-width: 100%;
	column-count: 2;
	column-gap: 40px;
}

.date-date {
  position: absolute;
  z-index: 1;
  background: #e74c3c;
  width: 60px;
  height: 60px;
  padding: 11px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.date-detail {
	margin-left: 90px;
}
.date-detail h3{
	font-size: 24px;
	margin: 0 0 10px 0;
}

.newsletter {
	padding: 0 0 3vh 0;
	color: #231f20;
	position: relative;
	//border-top: 2px dashed #356859;
	border-bottom: 2px dashed #356859;
}
.newsletter h2 { margin: 0 0 20px 0; }
.mc-field-group {
	margin: 25px 0;
}
.content__gdprLegal p{
	font-size: 16px;
}
.content__gdprLegal a{
	font-size: 16px;
}

input[type=email] {
	padding: 3px 30px; 
	background: #fffbe6; 
	border: 2px solid #303b68;
	color: #303b68;
	font-size: 20px;
	font-weight: 300;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all ease .4s;
}
input[type=submit] {
	padding: 5px 30px; 
	background: #303b68; 
	border: 2px solid #fffbe6;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all ease .4s;
}
input[type=submit]:hover {
	background: #fff; 
	border: 2px solid #303b68;
	color: #303b68;
	transition: all ease .4s;
}

.bottom {
	width: 100%;
	height: 38.20vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


/* ------ Bestellen ------ */



/* ------ Helper ------ */
.title {
	text-decoration: none;
}
.mobilelife {
	display: none;
}
.external-link:after {
	content: url(link.svg);
	position: absolute;
	width: 12px;
    height: 12px;
    margin: 8px 10px 0 5px;
}
.external-link:hover:after {
	content: url(link-hover.svg);
}
.current {
	color: #e74c3c;
	cursor: default;
	text-decoration: none;
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 100px auto 0 auto;
}

/* Hide the images by default */
.slide {
  display: none;
}
.carouselimg {
	max-height: 500px;
	border-radius: 15px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -35px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 50px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: -60px;
	border-radius: 3px 0 0 3px;
  }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
}

/* Caption text */
.text {
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
}
.caption {
	font-size: 15px;
	padding: 8px 12px;
	bottom: 8px;
	width: 100%;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(21,32,82);
	background-color: rgba(21,32,82, 1);
	overflow-x: hidden;
	transition: 0.2s;
  }
  
  .overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: left;
	margin-top: 30px;
  }
  
  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
	text-decoration: none;
  }
  
  .overlay .closebtn {
	position: absolute;
	top: 0px;
    right: 45px;
	font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	left: 35px;
	}
  }
  .overlay-content ul {
	list-style: none;
}
  .overlay-content li {
	  margin: 5px 0;
  }
  .overlay-content li a:hover, .overlay-content li a:focus{
	text-decoration: underline;
}

@media screen and (max-width: 1099px) {
	.topnavi {
		width: 100vw;
	}
	.container {
		width: 100vw;
		padding-bottom: 50px;
		margin-bottom: 100px;
	}
	.event {
		padding: 0;
	}
	.event .image img {
		margin: 20px 10px;
	}
	.text-details {
		padding: 0;
	}
}

@media screen and (max-width: 859px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 719px) {
	body {
		font-size: 16px;
	}
	.desktopnavi {
		display: none!important;
	}
	.topnavi {
		padding: 0;
	}
	.mobilenavi {
		background: url('images/mobile.png') repeat-y #ffd26d;
		display: block;
		padding: 20px;
    	text-align: right;
	}
	.event {
		flex-direction: column;
		padding: 0 10vw;
	}
    .event .details {
		width: 100%;
	}
	.event .image {
		width: 100%;
	}
	.event .orderinfo {
		width: 100%;
	}
}

.nomarginright {
	margin: 0px 0 0px 10px!important;
}

.inputfield {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0;
}
.inputfield input {
	max-width: 100%;
	margin: 0px 0px 0px 10px;
}

.formname {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0;
}
.formname input {
	max-width: 350px;
	margin: 0px 50px 0px 10px;
}

.formort {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0;
}
.formort input {
	max-width: 600px;
	margin: 10px 50px 20px 10px;
}
#postleitzahl {
	max-width: 150px;
}

.submitbtn {
	position: relative;
	margin: 30px auto;
}
/* ------ Breakpoints ------ */
@media screen and (orientation: portrait) {
	.container {
		width: 100vw;
	}
	.top {
		
	}
	.content {
		margin-left: 10px;
		width: calc(100vw - 20px);
	}
	.bottom {
		margin-left: 10px;
		width: calc(100vw - 20px);
	}
}
@media screen and (max-width: 1023px) {
	.text {
		column-gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.text {
		column-count: 1;
	}
}
@media screen and (max-width: 649px) {
	.container {
		padding: 0;
	}
	.event .image img {
		margin: 20px 10px 0 10px;
	}
	.event .image p {
		padding-right: 90px;
	}
	.detailtext {
		padding: 0 10px;
	}
	.event {
		padding: 0 10px;
	}
	.mobilelife {
		display: block;
	}
	.form .row {
		padding: 10px 0vw;
    	max-width: 100%;
	}
	.next {
	  right: -50px;
	}
	.prev {
		left: -50px;
	  }
}
@media screen and (max-width: 399px) {
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 22px;
	}
}