
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 300;
	src: local(''),
		url('../fonts/urbanist-v10-latin-300.woff2') format('woff2'),
		url('../fonts/urbanist-v10-latin-300.woff') format('woff'),
		url('../fonts/urbanist-v10-latin-300.ttf') format('truetype'),
		url('../fonts/urbanist-v10-latin-300.svg#Urbanist') format('svg');
}

/* playfair-display-regular - latin */
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'),
		url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'),
		url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'),
		url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg');
}

*, *::after, *::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html{ scroll-behavior:smooth;}

:root{
	--dark:		 hsl(210, 22%, 14%);
	--dark80:	 rgb(28, 36, 44, 0.8);
	--sand:		 hsl(45, 43%, 95%);
	--footer:	 hsla(0, 0%, 81%, 0.765);
	--titel:	 hsla(0, 0%, 45%, 1);
	--titel50:   hsla(0, 0%, 45%, 30%);
	--white:	 hsl(0, 0%, 100%);
	--blau:	 	 hsl(208, 57%, 34%);
	--card: 	 hsla(219, 33%, 52%, 0.2);
	--card-hov:  hsla(219, 33%, 52%, 0.4);
}

body {
	font-size: 100%;
	background: linear-gradient(180deg, hsla(24, 71%, 99%, 1), hsla(224, 24%, 74%, 1));
  	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
}
.dunkel{
	background-color: var(--dark);
	color: var(--sand);
}

.halbdunkel{
	background-color: var(--titel50);
}

#c{
	width: 80%;
	margin: 4rem auto;
	background: var(--sand);
	min-height:600px;
	-webkit-box-shadow: 0px 10px 10px -7px #000000, 4px 3px 10px -10px #000000; 
	box-shadow: 0px 10px 10px -7px #000000, 4px 3px 10px -10px #000000;
}

header{
	width: 100%;
	min-height: 120px;
	background: var(--white);
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.titelbild{
	width:100%; 
	min-height: 350px;
	overflow: hidden;
	background-image: url('../assets/blume_2022.webp');
	background-repeat: no-repeat;
	background-color: var(--blau);
	background-size: cover, contain;
}

.info{
	width:100%; 
	padding:3rem;
}
.spacer{
	width: 100%;
	height: 5rem;
}

.control{	padding:1rem;}

#dodlist{
	min-height: 25rem;
	display: grid;
	grid-template-columns: 480px 480px;
	justify-content: center;
	grid-gap: 0.5rem;
}	

.dodcard {
	border: 1px solid var(--titel);
	min-height: 250px;
	min-width: 480px;
	padding: 0.1rem;
}

article{
	margin: 1rem;
	display: flex;
	flex-direction: row;
	columns: 2;
	column-gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}
#leitbild{
	margin-left: 15%;
	display: flex;
	justify-content: space-between;
}

#gruppe-leit{
	width:60%;
	padding-left:2rem;
}

/*        -----------------------------------Upload */
#upzone{
	width:200px;
	height:200px;
	border:2px var(--blau) solid;
	border-radius:10px;
	padding:0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#upzone:hover{
	background-color: var(--footer);
	transition: 1s ease-in-out;
}

#upzone h2{
	text-align: center;
}
/*  ---------------------------------------------Ende Upload */

footer{
	background: var(--dark);
	display: flex;
	width: 100%;
	min-height: 15rem;
	padding: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer p{
	color: var(--footer);
}

.footer-24h{
	margin-left: auto;
	margin-right: auto;
}

p, a, li, ul, h1, h2, h3, h4, h5, .counter, .kerz, td, tr, table, #boxkerze, input, textarea, .btn, .who{
	color: var(--dark);
	font-size: 1rem;
	font-weight: 300;
	text-align:left;
	font-family: 'Urbanist', sans-serif;
	text-decoration: none;
}

input, textarea {
	padding-left: 0.5rem;
	padding-right: 0.25rem;
	outline: none;
	border: none;
	margin: 0.15rem;
}

input[type='password'] {
	letter-spacing: 0.125em;
	font-weight: 600;
}

select {
	appearance: none;
	border: none;
	padding: 0 1em 0 0;
	margin: 0.15rem;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
}

.who{
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
}

h1{
	font-size: 2.5rem;
	font-weight: 100;
	color:var(--titel);
}
h2{	
	padding-bottom: 1.5rem;
	padding-top: 0.5rem;
	font-size: 1.75rem;
}

h3 {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	font-weight: 300;
}

h4{	font-size: 9pt italic;}

h5{	font-size: 8pt italic;}

ul{
	margin-left: 3rem;
	padding: 0px;
	padding-bottom: 0.5rem;
}

li{
	line-height: 1.5rem;
	list-style-type: circle;
}

li:hover{
	color: var(--blau);
}

a:hover {
	color: var(--titel);
	border-bottom: 1px solid var(--titel50);
	opacity: .9;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/*  --------------------------------------------------   Button */

.btn {
	/* font-family: Roboto, sans-serif; */
	/* font-weight: 0;
	font-size: 14px; */
	color: var(--sand);
	background-color: var(--blau);
	margin:0.5rem;
	padding: 8px 23px;
	border: solid var(--blau) 1px;
	border-radius: 45px;
	transition: 1250ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.btn:hover {
	transition: 1250ms;
	padding: 8px 25px;
	transform: translateY(-0px);
	background-color: var(--sand);
	color: var(--blau);
	border: solid 1px var(--blau);
}

.btn-small {
	/* font-family: Roboto, sans-serif; */
	/* font-weight: 0;
	font-size: 14px; */
	color: var(--sand);
	background-color: var(--blau);
	margin: 0.25rem;
	padding: 4px 12px;
	border: solid var(--blau) 1px;
	border-radius: 30px;
	transition: 1250ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

/* -----------------------------------------------    Ende Button */


/* ---------------------------------------------------Anfang Team */

.team{
	width: 18%;
	margin-left: 1rem;
	/* border: 1px red solid; */
	position:relative;
}

#team_name{
	padding-top: 0.5rem;
	min-height: 3.5rem;
	/* border: 2px rgb(30, 169, 58) solid; */
}

/* ---------------------------------------------------Ende Team */


/* ---------------------------------------------------lightbox */

#lightbox{
	position: fixed;
	z-index:1000;
	top:0;
	width:100%;
	height:100%;
	background-color: var(--dark80);
	display: none;
}

#lightbox.active{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#lightbox img {
	max-width: 90%;
	max-height:90%;
}

/* ------------------------------------------ENDE---Lightbox  */


.tab{
	font-size: 0.9rem;
	text-decoration:italic;
}

.tab img{
	width: 216px;
	height: 180px;
	margin-bottom:5px;
	margin-right:10px;
}

.kerz{
	font-size: 0.9rem;
	text-decoration:italic;
	color: var(--titel);
}

#t{
	position:relative;
	margin-left: 250px;
}

#wrapper{
	max-width: 980px;
	margin: 0px auto;
	margin-top: 5px;
	padding:5px;
}

/* --------------------------------------------footer BEGIN */
.unten{	min-width: 30%;}

.unten h3, .unten p{ 	
	color: var(--footer);
	padding: 0.5rem;
}
.unten p{padding-left: 1.5rem;}

.unten li, .unten a{	
	color: var(--footer);
	list-style-type: none;
}
/* --------------------------------------------footer ENDE */



#c1{
	width: 45%;
	height: 100%;
	display: inline-block;
	padding:40px;
	height:auto;
	vertical-align: middle;
}

#c2{
	width: 45%;
	height: 100%;
	display: inline-block;
	padding:5px;
	vertical-align: top;
}
#co, #cu{
	width: 100%;
	height: 40%;
	display:flex;
	justify-content:center;
	align-items: center;
 }

 #cu{
		height: auto;
  }

#cu{
	/*vertical-align: bottom; */
	align-items:flex-end;
}

#kirche{
	display:inline-block;
	padding:3px;
	margin:3px;
	vertical-align: top;
}

.art{
	border:var(--dark) 1px solid;
	border-radius: 15px;
	margin: 1rem;
	padding: 1rem;
	width: 80%;
}

/* #box{
	
} */

#boxcontrol{
	display: flex;
	margin:0.25rem;
	/* height: 220px; */
	min-width: 45%;
	background-color: var(--card);
	padding:0.5rem;
	
}

#boxcontrol:hover{
	background-color: var(--card-hov);
	transition: all 1s ease-in-out;
}

#boxcontrol img{
	padding-right: 0.75rem;
	max-width: 200px;
}

#boxkon{
	width:500px;
	justify-content: center;
	padding: 2rem;
}

#boxkerze{
	width:250px;
	min-height:255px;
	padding: 0.5rem;
	margin:0.25rem;
	border: 2px solid var(--titel50);
	border-radius:5px;
	overflow: hidden;
}

nav{
	width: 100%;
	height: 3rem;
	padding: 0.5rem;
	background: var(--sand);
}

nav a{
	color: var(--dark);
	font-size: 1.25rem;
	padding-left:15px;
	padding-right:15px;
}

@media only screen and (max-width: 1250px){
	#c {
		width: 90%;
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 1090px) {
	#c {
		width: 100%;
		margin: 1rem auto;
	}
	#c1{
		width:100%;
	}

	#dodlist {
		grid-template-columns: 480px;
	}

	.dodcard {
		width: 90%;
	}

	.info{
		padding: 2rem;
	}
	.art{
		width:90%;
	}

	footer {
		padding:0.5rem;
	}
	.unten {
		min-width: 31%;
	}

	.unten h3, .unten p {
		color: var(--footer);
		padding: 0.25rem;
	}

	.unten p {
		padding-left: 1rem;
	}

}

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

	nav {
		min-height: 5rem;
	}
	#c1 {
		width: 100%;
	}

	#leitbild {
		width:100%;
		margin-left: 1rem;
	}

	#gruppe-leit {
		width: 100%;
		padding-left: 1rem;
	}

	.info {
		padding: 1rem;
	}
	.art {
		width: 95%;
	}

	.unten {
		min-width: 50%;
		border-bottom: 1px solid var(--titel50);
	}

	.unten h3, .unten p {
		color: var(--footer);
		padding: 0.5rem;
	}

	.unten p {
		padding-left: 1.5rem;
	}
	.footer-24h {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

}	