body {
	/* max-width: 980px;
	margin: 0 auto; */
}

@font-face {
    font-family: 'Eurostile';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile'), url('/assets/fonts/eurostile/eurostile.woff') format('woff');
}
@font-face {
    font-family: 'EuroStyle Normal';
    font-style: normal;
    font-weight: normal;
    src: local('EuroStyle Normal'), url('/assets/fonts/eurostile/EuroStyle Normal.woff') format('woff');
}

.flag-icons svg {
	width: 20px;
}

/*body {
	width: 90%;
	max-width: 980px;
	margin: 2em auto;
}
.termine {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	grid-column-gap: 1.5rem;
	grid-row-gap: 3rem;
}

.gallery ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	grid-gap: 1.5rem;
}
.gallery li:first-child {
	grid-column-start: 1;
	grid-column-end: -1;
}*/
.columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -1rem;
	margin-right: -1rem;
}
  
.column {
	flex: 0 1 100%;
	margin-left: 1rem;
	margin-right: 1rem;
	max-width: 100%;
}
  
  @media (min-width: 790px) {
	.column {
	  flex: 1;
	}
  }

  .honeypot {
    position: absolute;
    left: -9999px;
}
#cg-main-logo svg {
    max-height: 100vh;
    max-width: 100vw;
    height: 100%;
    width: 100%;
}
a.email, a[download] {
	color: #3f51b5;
}
p {
	padding-bottom: 8px;
}

.btn {
	@apply inline-flex mr-3 items-center justify-center p-2 text-xs rounded text-gray-500 border border-gray-300 bg-white hover:bg-indigo-50;
}

/* Gallery - Block  START */
  .gallery-block * {
	box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .gallery-block .container {
	position: relative;
  }
  
  /* Hide the images by default */
  .gallery-block .mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .gallery-block .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .gallery-block .prev,
  .gallery-block .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .gallery-block .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .gallery-block .prev:hover,
  .gallery-block .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .gallery-block .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .gallery-block .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
  }
  
  .gallery-block .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .gallery-block .column {
	float: left;
	width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .gallery-block .demo {
	opacity: 0.6;
  }
  
  .gallery-block .active,
  .gallery-block .demo:hover {
	opacity: 1;
  }
  /* Gallery - Block  END */

  section a {
	color: #0173AF;
  }

  .video-container, figure.video {
	position: relative;
	padding-bottom: 56.25%;
  }
  .video-container iframe, figure.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
section ul {
	list-style-type: disc;
}

section .splide__pagination {
    bottom: 1.5em;
}