/*
* file: kirchenkalender.css
* date: 14.10.2016
* author: david jufer
*/ 



html, body, div, p{
margin: 0;
padding: 0;
}
body, td, p{
font-family: Lato, arial, helvetica, sans-serif; 
font-size: 12pt;
color: #686e72;
background-color: #fff;
line-height: 130%;
}



a{
color: #007bb7;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #ff7026;
}



h1{
margin: 0 0 20px 0;
padding: 13px;
font-size: 14pt;
font-weight: normal;
color: #fff;
background-color: #007bb7;
text-align: center;
}

p.ueberschrift {
font-size: 12pt;
font-weight: bold;
}


input.text{
color: #444;
font-size: 10pt;
background: #f4f4f4;
border: 1px solid #aaa;
}


table.feiertage tr:hover td{
cursor: pointer;
background: #f4f4f4;
}
table.feiertage td span{
color: #007bb7;
}



div.steuerung{
padding: 0 20px;
}
div.sprache{
padding: 0 0 0 15px;
float: right;
font-size: 10pt;
color:#aaa;
}
div.berechnetvon{
float: right;
font-size: 10pt;
color:#aaa;
}
div.footer{
padding: 60px 20px 20px 20px;
}


/* face lifting with ai */
body {
	font-family: 'Segoe UI', sans-serif;
	background: linear-gradient(to right, #f0f4f8, #e0eafc);
	margin: 0;
	padding: 0;
	color: #333333;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem;
	background: white;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
	margin-top: 2rem;
}

h1 {
	text-align: center;
	font-size: 2rem;
	background: linear-gradient(90deg, #4b6cb7, #182848);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2rem;
	line-height: 1.3em;
}

.steuerung {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	margin-bottom: 2rem;
}

.sprache a {
	margin: 0 0.5rem;
	text-decoration: none;
	color: #4b6cb7;
	font-weight: bold;
}

.berechnetvon a {
	color: #777777;
	font-size: 0.9rem;
}

form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

input.text {
	padding: 0.4rem 0.6rem;
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
}

.button {
	background: linear-gradient(142deg, #6fbfff, #f375f4);
	color: white;
	border: none;
	padding: 0.4rem 1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: background 0.3s ease;
}

.button:hover {
	opacity: 0.8;
}

table.feiertage {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

table.feiertage tr {
	border-bottom: 1px solid #eeeeee;
}

table.feiertage td {
	padding: 0.6rem 0.4rem;
	font-size: 0.95rem;
	vertical-align: top;
}

td.anzeigehell, td.anzeigedunkel {
	background: transparent;
}

td.anzeigedunkel {
	font-weight: bold;
	font-size: 1.1rem;
	padding-right: 1rem;
	text-align: right;
	color: #4b6cb7;
}

span.spez {
	background: linear-gradient(145deg, rgba(255, 212, 166, 0.67), rgba(233, 177, 151, 0.67));
	color: white;
	padding: 0.2rem 0.6rem;
	border-radius: 0.4rem;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.wrapper {
		margin: 1rem;
		padding: 0.5rem;
	}
}

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

	tr.years {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
