body
{
	font-family: "Lucida Grande", Verdana, sans;
	font-size: 0.73em;
	line-height: 1.57em;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

p, blockquote, li, h3, h2
{
	padding: 0px;
	margin: 0px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#sidebar-2 p
{
	line-height: 15px;
	font-size: 10px;
	color: #000000;
	padding-bottom: 10px;
}

#content p
{
	padding-bottom: 10px;
}

#head
{
	position: absolute;
	top: 25px;
	left: 70px;
	text-align: center;
	height: 300px;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	position: absolute;
	top: 230px;
	left: 200px;
	width: 500px;
	margin-right: 400px;
	padding-top: 0px;
}

#sidebar-2
{
	position: absolute;
	top: 250px;
	left: 750px;
	float: right;
	width: 200px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 10px;
	border-left: 1px dotted #000000;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}


a
{
	color: #000000;
	text-decoration: none;
}

#sidebar-2 a
{
	border: 0px;
	color: #666;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	font-size: 2.6em;
        line-height: 100%
}

h2
{
	color: #666;
	font-weight: normal;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 18px;
	padding-top: 2px;
	border-top: 1px dotted #000000;
}

h4
{
	color: #666;
	font-weight: normal;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

h3 a
{
	color: #000000;
	border: 0px;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 a
{
	border: 0px;
	color: #330066;
}

.heart 
{
  fill: red;
  position: relative;
  top: 5px;
  width: 20px;
  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}

@-webkit-keyframes pulse {
     0% {
      -webkit-transform: scale(1);
       -webkit-animation-timing-function: ease;
    }
    50% {
      -webkit-transform: scale(1.3);
      -webkit-animation-timing-function: ease;
    }
    100% {
      -webkit-transform: scale(1);
      -webkit-animation-timing-function: ease;
    }
}
@-moz-keyframes pulse {
    0% {transform: scale(1);}
    50% { transform: scale(1.1);}
    100% { transform: scale(1); }
}
@-o-keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content img
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#content img.divider
{
	align: center;
        
}

#content img.mr
{
	border: 1px solid #ccc;


#content img.mra
{
        padding: 0.0em;
        align: bottom;
        position: relative;
}

.flex { 
    display: flex; 
    justify-content: bottom; 
    align-items: bottom;
}

}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

#slideshow
{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 100px;
	float: left;
}

.custom-search input[type="text"] 
{
    width: 30px;
    height: 90px;
    border-radius: 7px;
    padding: 5px;
    /* Fügen Sie hier weitere benutzerdefinierte Stile hinzu, falls benötigt */
}

