

html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, address, pre, div, form, hr,
ul, ol, li, dl, dt, dd,
table, caption, tr, td, th,
ins, del,
a, sup, sub,
em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

body {
	margin: 0 auto;
	line-height: 1.5;
	color: #000;
	font-size: 100%;
}

.main {
	padding-top: 1em;
	padding-bottom: 1em;
}

.inner {
	margin: 0 auto;
	max-width: 60rem;
}

.main:nth-child(even) {
	background: #ebebeb;
}


.main:nth-child(odd) {
	background: white;
}

header {
	color: black;
	background: #e5e8ec;
}

header .hero {
	width: 100%;
	background: url(/header.png);
	background-repeat: no-repeat;
}

p, ul, ol, dl, pre, address {
	margin: 1em 30px;
	letter-spacing: 0.01em;
}

p.breadcrumbs {
	margin-left: 0;
}

p {
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0; 
}


h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	margin: 0;
	font-size: 200%;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 200%;
	}
	header .outer {
		background-position: right 0 bottom 0;
		background-size: contain;
	}
}

h2 {
	padding: 0 10px;
	font-size: 220%;
}

h3 {
	padding: 0 20px;
	border-bottom: 2px dotted #d8beb8;
	font-size: 135%;
	margin-top: 2rem;
}

h4 {
	padding: 0 25px;
	font-size: 110%;
}

h5, h6 {
	padding: 0 30px;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px;
	background-color: #fff;
	white-space: pre;
}

address {
	text-align: right;
}

blockquote {
	margin: 1.5em 30px;
	border: 1px solid #700;
}

li {
	margin: 0.5em 10px;
}

li li, li p, li pre, li dt, li dd,
dd li, dd p, dd pre, dd dt, dd dd {
	font-size: 100%;
}

li ul, li ol, li dl, li p,
dd ul, dd ol, dd dl, dd p {
	margin: 0.1em 10px;
}

dt {
	margin: 0.6em 10px 0.1em 10px;
	background-color: #e8e8e8;
}

dd {
	margin: 0.1em 10px 0.6em 30px;
}

table {
	margin: 0 30px 0.5em 30px;
	border-collapse: collapse;
}
td, th {
	border: 1px solid #CCC;
	padding: 0.1em 5px;
}
th {
	background: #F3F3F3;
}

a:link, a:visited, a:active, a:hover, a:focus {
	border-bottom: 1px solid;
}

a:link {
	border-bottom-color: rgb(62, 84, 194);
	color: rgb(62, 84, 194);
}

a:visited {
	border-bottom-color: rgb(161, 62, 194);
	color: rgb(161, 62, 194);
}

a:active, a:hover {
	border-bottom-color: rgb(194, 62, 97);
	color: rgb(194, 62, 97);
}

em, strong {
	color: #d30e0e;
}

strong {
	font-weight: bold;
}

del, del * {
	color: #999;
	text-decoration: line-through;
}

ins {
	border-bottom: 1px dashed #999;
}

footer {
	background: #333;
	padding: 1em 0;
	color: white;
}

hr {
	margin: 20px 0;
}

ul.schedule > li,
ul.schedule > li > ul > li {
	font-weight: bold;
}

ul.schedule > li > ul {
	font-weight: normal;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer {
	  margin-top: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.menu menu {
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.2em;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.menu menu a {
	color: black;
	border: none;
	font-weight: bold;
}

.menu menu li {
	margin: 0;
}

.menu menu li a {
	display: inline-block;
	padding: 0.5em 0.6em;
	white-space: nowrap;
	font-size: 0.9em;
}

.menu menu li a:hover {
	background: rgb(233, 201, 169);	
}

details {
	margin: 1.5em 1em;
}

#section-news p {
	margin-top: 2em;
}
#section-news {
	margin-bottom: 2em;
}

/* https://pa-tu.work/t/6960 */
.message {
	position: relative;
	margin: 2rem;
	padding: 0.5rem;
	box-shadow: 0 0 0 0.5rem #dfcfab;
	background-color: #dfcfab;
	border-left: 10px dotted white;
}

.message p {
	color: #333;
}

.message-title {
	font-weight: bold;
}

@media only screen and (min-width: 1000px) {
	#menu-button {
		display: none;
	}
}

@media only screen and (max-width: 999px) {
	#menu-button {
		color: black;
		font-weight: bold;
	}

	.menu menu {
		display: block;
	}

	.menu menu li a {
		display: block;
	}

	.menu menu.hidden {
		display: none;
	}
}

@media only screen and (min-width: 800px) {
	.rooms {
		display: flex;
		width: 55rem;
	}

	.room {
		width: 27.5rem;
	}

	.rooms3 .room {
		width: 18.3rem;
	}

	.rooms4 {
		width: 60rem;
	}

	.rooms4 .room {
		width: 15rem;
	}

	.inner:has(.rooms4) {
		max-width: 60rem;
	}
}

.field-name {
	display: inline-block;
	background: #bbb;
	margin: 2px 5px;
	border-radius: 5px;
}

input:not([type]), input[type=text], textarea {
	padding: 0.15em 0.1em;
	font-size: 110%;
}

#search-form input[name=query] {
	border: 1px gray solid;
	border-radius: 20px;
	padding: 10px 20px;
	margin-left: 20px;
}

@media only screen and (max-width: 799px) {
	#application-submit-form input[type=text], #application-submit-form textarea {
		max-width: 200px;
	}
}

#search-form input[type=submit] {
	appearance: none;
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	background: #6fa1ff;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	font-size: 110%;
}

a.toppage-button {
	appearance: none;
	border: none;
	border-radius: 10px;
	background: grey;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	font-size: 110%;
}

#news summary {
	overflow: auto;
	display: block;
	list-style: none;
	cursor: pointer;
}

#news summary::-webkit-details-marker {
  display:none;
}

#news summary > * {
	float: left;
}

#news summary .news-date {
	display: inline-block;
	width: 8em;
}

p:has(#news-list-button) {
	margin-top: 2em;
}

#gallery {
	overflow: auto;
}

#galleryBody {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#gotoPrevious, #gotoNext, #currentPhoto {
	height: calc(300px + 3rem);
	float: left;
}

#currentPhoto {
	overflow: hidden;
}

#currentPhotoInner {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#currentPhotoInner > div {
	width: 100%;
	flex-shrink: 0;
}

#currentPhotoInner > div > * {
	width: 100%;
}

#gotoPrevious, #gotoNext {
	width: 30px;
    display: flex;
    align-items: center;
	cursor: pointer;
}

#search {
	overflow: auto;
}

#search > * {
	float: left;
}


/* https://saruwakakun.com/html-css/reference/speech-bubble */
.balloon {
	width: 100%;
	margin: 3em 0px;
	overflow: hidden;
}

.balloon .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.balloon .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.balloon .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #e0cfaf;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #e0cfaf;
}

.says p {
	margin: 0;
	padding: 0;
}


@media only screen and (min-width: 800px) {
	#event-overview {	
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#event-overview-infos {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

#event-overview-paragraphs h {
	font-weight: bold;
	font-size: 200%;
}

.event-overview-info {
	border: 1px grey solid;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
}

#event-overview-infos h {
	font-weight: bold;
}

#container {
	overflow: auto;
}
#side, #main {
	float: left;	
}
#side {
	width: 15rem;
}
#side > * {
	margin-right: 15px;
	background: #333;
}
#side a {
	display: block;
	color: white;
	border: 0px;
	padding: 5px;
}
#side .selected a {
	background: #366;
}
#side a:hover {
	background: #666;
}
#main {
	max-width: 40rem;
}

.rooms p {
	margin: 1em 15px;
}

.event-overview-info p, .event-overview-info ul, .event-overview-info ol {
	margin: 1em 10px;
}

.hero {
	padding-top: 50px;
}


@media only screen and (min-width: 800px) {
	.hero .inner {
		overflow: hidden;
	}
	.hero .inner > * {
		float: left;
	}
	.hero .inner .catchcopy {
		width: 50%;
	}
	.hero .inner .catchcopy > * {
		padding-right: 20px;
	}
}
.hero .inner .catchcopy .copy {
	font-size: 250%;
	font-weight: bold;
	padding-bottom: 50px;
}
.hero .inner .catchcopy .description {
	padding-bottom: 20px;
}
.hero .inner .catchcopy .buttons a {
	appearance: none;
	border: none;
	border-radius: 10px;
	background: rgb(68, 106, 163);
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	font-size: 110%;
}
.hero .inner .image-container {
  position: relative;
  max-width: 500px;
  padding-bottom: 250px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 800px) {
	.hero .inner .image-container {
	width: 50%;
	}
}

.main-photo {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: rotate(2deg);
  transition: transform 0.3s ease;
}

.event-card {
  position: absolute;
  bottom: 60px;
  background-color: #ffffff;
  width: 350px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
  z-index: 10;
}

@media only screen and (min-width: 800px) {
	.event-card {
		left: -30px;
	}
}

.label-orange {
  display: block;
  color: #f97316;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.card-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  color: #1e293b;
}

.label-gray {
  font-size: 10px;
  color: #94a3b8;
  font-weight: bold;
  text-transform: uppercase;
}


.heading-and-menu {
	background: white;
	border-bottom: 3px solid #bcc0c9;
}

.heading-and-menu > .inner {
	overflow: hidden;
	align-items: center;
}

.heading-and-menu > .inner > * {
	float: left;
}

.heading-and-menu > .inner > .logo {
	width: 6rem;
}

.heading-and-menu > .inner > .title {
	width: 15rem;
	height: 6rem;
	align-content: center;
	font-size: 150%;
}

.heading-and-menu > .inner > .title a {
	color: black;
	border: none;
}

.heading-and-menu > .inner > .menu {
	flex: 1;
	min-width: 0;
	float: right;
}

.heading-and-menu > .inner > .menu a {
	height: 6rem;
	align-content: center;
}

@media only screen and (max-width: 999px) {
	.heading-and-menu > .inner > .menu {
		float: none;
		clear: both;
		width: 100%;
	}
	.heading-and-menu > .inner > .menu .shown a {
		height: 2rem;
	}
}



@media only screen and (min-width: 800px) {
	.section-group {
		overflow: hidden;
	}

	.sections {
		float: left;
		width: 50%;
	}
}

.sections section {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px gray solid;
	border-radius: 20px;
	margin: 10px 10px 30px;
	padding: 5px;
}
#section-donation {
	background: #393c55;
	color: #eee;
}
#section-donation a {
	color: #8da8e7;
	border-bottom-color: #8da8e7;
}
header h1 {
	font-size: 250%;
	height: 5em;
	align-content: center;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
