/* css-Styles 2023 */

@font-face {
  font-family: allerrg;
  src: url(fonts/allerrg.ttf);
}

body {
	background-color: white;
	background-image: url("images/buchstabensuppe.gif");
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	}
	
div.outerframe {
	overflow: auto;
/*  	margin: auto;*/
	margin-left: 1%;
	margin-right: 10%;
}

.column {
 	float: left;
}

.column.left {
	width: 30%;
	margin-top: 42px;
	padding-left: 6px;
}

.column.contentouter {
	width: 60%;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(255, 240, 171, 0.85);
	box-shadow: 3px 4px 3px 1px rgba(0, 0, 0, 0.5);
}
.content {
	min-height: 650px;
}

.nav {
	text-align: right;
}

.navitem:link {
	display:inline-block;
	background-color: rgba(222, 218, 210, 0.85);
	background-position: 0px, 1px;
	padding: 2px 8px 2px 8px;
	margin-bottom: 8px;
	border-radius: 5px 0px 0px 5px;
	box-shadow: -2px 4px 4px 2px rgba(0, 0, 0, 0.5);
	max-width: 218px;
	font-family: allerrg;
	font-size: 1.5em;
	color: black;
	text-decoration: none;
}

.navitem:visited {
	color: black;
	background-color: rgba(222, 218, 210, 0.85);
}

.navitem:hover {
	color: #660066;
	background-color: rgba(225, 197, 85, 0.85);
}

.navitem:active {
	color: lightgray;
	background-color: #660066;
}
.navitem.spot {
	color: black;
	background-color: rgba(255, 240, 171, 0.85);
}

.navleo {
	height: 59px; 
}

.bottomnav {
	overflow: hidden;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

div.logo {
	border-width: 2px;
	border-color: black;
	float: right;
	text-align: left;
	display:inline-block;
}

.welcome {
	font-family: allerrg;
	font-size: 1.6em;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1.logo {
	font-family: allerrg;
	font-size: 2.2em;
	color: black;
	margin-top: 0px;
	padding-top: 0px; 
}
h2.logo {
	font-family: allerrg;
	font-size: 1.2em;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
}
h2, h3, h4, h5, h6 {
	font-family: allerrg;
	color: #660066;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 3px;
}
h3 {
	font-size: 1.20em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.0em;
	margin-bottom: 3px;
}

a {
	text-decoration: none;
	color: #660066;anmerkung
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.spacer {
	margin-bottom: 2.0em;
}

dt {
	font-weight: bold;
	color: #660066;
}
dt.fragen {
 	font-style: italic;
}
dt.namen {
	font-weight: normal;
}
dd {
	padding-bottom: 0.5em;
}
dd.fragen {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}
dd.aussage {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	font-style: italic;
}

ol.angebot {
	font-weight: bold;
	color: #660066;
	line-height: 2em;
}
ul.angebot{
	font-weight: normal;
	color: black;
	list-style-type: disc;
}

li {
	margin-bottom: 0.3em;
}

small {
font-weight: normal;
font-style: italic;
}

div.pictures {
	display: inline-block;
	margin-left: 16%;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.gallery {
	margin-right: 25px;
	padding: 10px;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: -2px 3px 8px 2px rgba(0, 0, 0, 0.5);
	float: left;
	width: 210px;
}
div.gallery img {
	width: 100%;
	height: auto;
}
div.desc {
	/* padding: 10px; */
	text-align: center;
}
div#sigrun {
	transform: rotate(-5deg);
}
div#manuela {
	transform: rotate(5deg);
}
div#martina {
	transform: rotate(-5deg);
}
div#anke {
	transform: rotate(3deg);
}

p.anmerkung{
font-weight: bold;
font-style: italic;
color: red;
}

img.loewe {
	float: right;
}

.clear {
  clear: both;
} 
/* (max-width: 780px) Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 640px) {
	div.outerframe {
	overflow: auto;
	margin: auto;
	}

.column.left, .column.contentouter {
    width: 95%;
}
.column.left {
  margin-top: 10px;
}
.column.contentouter {
	padding-left: 10px;
}
.nav {
	text-align: center;
}	
.navitem:link {
	border-radius: 5px;
	max-width: 170px;
	font-size: 1.25em;
}
.navleo {
	height: 40px; 
}
}

