@font-face {
  font-family: 'LaPresse';
  src: url('LaPresse.woff2') format('woff2'),
       url('LaPresse.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('oswald-v53-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1, h2, h3, h4, h5 {
  font-family: 'LaPresse';
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Oswald', arial;
}

.white-on-black {
  font-family: 'LaPresse';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  padding: 10px 40px;
}

.save-the-date {
  font-size: 80px;
  rotate: -5deg;
}
.date {
  font-size: 80px;
  rotate: -5deg;
}
.location {
  font-size: 80px;
  rotate: -5deg;
  padding-bottom: 2px;
}
.sub-location {
  font-size: 50px;
  rotate: -5deg;
  padding-top: 2px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 20px;
}
.logo {
  margin-bottom: 20px;
  text-align: center;
}

.innercontainer {
  max-width: 1000px;
}

.container.live .logo img {
  max-width: 300px;
}

.container.live .date,
.container.live .location {
  font-size: 50px;
}
.container.live .location {
  padding-bottom: 10px;
}
.container.live .sub-location {
  font-size: 30px;
  margin-bottom: 40px;
}

.container.live .cta {
  background: #d41e28;
  padding: 10px 30px;
  color: #fff;
}

.container.live .logogrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  gap: 20px;
  
  margin-top: 50px;
}
.container.live .logogrid .logoitem {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  
}

.container.live .logogrid .logoitem img {
  max-height: 120px;
}


* {
  box-sizing: border-box;
}

.fest-der-vereine {
    width: 800px;
    margin: 0 auto;
    background: #ffc76c;
    position: relative;
}

.fest-der-vereine .whitebg {
	background: #fff;
}

.fest-der-vereine .content {
	width: 100%;
	position: relative;
}
.fest-der-vereine .content.inner {
	padding: 20px 40px;
}

.fest-der-vereine .logo-container {
	min-height: 90px;
}
.fest-der-vereine img.logo {
	max-width: 200px;
	display: block;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}
.fest-der-vereine img.dancers {
	max-width: 100%;
	width: 100%;
	display: block;
	transform: scaleX(-1);
}

.fest-der-vereine .main-info .date-info {
  font-size: 40px;
  width: 80%;
}
.fest-der-vereine .main-info .loc-info {
  font-size: 25px;
}

.fest-der-vereine .main-info {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #000000;
}

.fest-der-vereine .black-highlight {
  font-family: 'LaPresse';
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  background: #000000;
  padding: 10px 40px;
}

.fest-der-vereine .colums {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.fest-der-vereine .colums .col {
	flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.fest-der-vereine .colums .col.day-info {
	width: 50%;
}

.fest-der-vereine .colums .col.day-info h2 {
	color: #d41e28;
  font-size: 34px;
}

.fest-der-vereine .colums .col.day-info h3 {
  font-size: 26px;
}

.fest-der-vereine .colums .col.day-info ul {
  padding-left: 30px;
}

.fest-der-vereine .colums .col.day-info ul li {
  margin: 5px 0;
}

.fest-der-vereine .red {
  color: #d41e28;
}

.fest-der-vereine .footer h4 {
	text-align: center;
}

.fest-der-vereine .legal {
	text-align: center;
}
.fest-der-vereine .legal a {
	margin: 0 20px;
}

.fest-der-vereine .logogrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.fest-der-vereine .logogrid .logoitem {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  
}

.fest-der-vereine .tickets-section {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.fest-der-vereine .tickets-section button {
	cursor: pointer;
}

.fest-der-vereine .logogrid .logoitem img {
  max-height: 100px;
}

.fest-der-vereine .cart-button {
	background: #d41e28;
	color: #fff;
	padding: 14px 30px;
	font-size: 18px;
	border: none;
}

a {
  text-decoration: none;
  color: #000;
}

.general-info {
  padding: 5px 10px;
  background: #d41e28;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
	.fest-der-vereine {
		width: 100%;
	}
	
	.fest-der-vereine img.logo {
		max-height: 120px;
	}
	
	.fest-der-vereine .main-info .date-info {
		font-size: 20px;
	}
	
	.fest-der-vereine .main-info .loc-info {
		font-size: 14px;
	}
	
	.fest-der-vereine .black-highlight {
		padding: 5px 10px;
	}
	
	.fest-der-vereine .colums .col.day-info {
		width: 100%;
	}
	
	.fest-der-vereine .logogrid .logoitem img {
		max-height: 65px;
	}
  
  .save-the-date {
    font-size: 10vw;
  }
  .date {
    font-size: 9vw;
  }
  .location {
    font-size: 9vw;
  }
  .sub-location {
    font-size: 6vw;
  }
  
  .logo img {
    max-width: 80%;
    width: 80%;
  }

}
