@charset "UTF-8";
/* 
CSS Stylesheet by dialog im netz
display: flow-root;
für iframe,canvas, video, embed, audio, object: 
object-fit: [wie background-size] fill | contain | cover | none
object-position: [wie background-position] top | center | left | px | %
h2[id],
.anchor-target  { scroll-margin-top: 50px; }
*/

:root {
     --rot: #D41D3E;
     --hellblau: #c0c4e0;
 }
.red {
color: var(--rot);
}
*[id]{
  scroll-margin-top: 30px;
}
html {
font: 1em/160% 'arial', sans-serif;
scroll-behavior: smooth;
}
html,blockquote,body,div,dl,dt,dd,fieldset,form,
h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,img,
table,tr,td,th,thead,tbody,tfoot,caption  {
margin:0;
padding:0;
border:0 none;
outline: none;
box-sizing: border-box;
}

div,
nav,
main,
section,
header,
article,
aside,
footer {
display: block;
position: relative;
box-sizing: border-box;
}

body {
color: black;
background-color: #F0F0F0;
overflow: auto;
overflow-y: scroll;
}
a {
color: black;
border:none;
outline: none;
}
a:hover,
a:focus {
outline: none;
}
a.anchor {
display: block;
position: relative;
top: -200px;
visibility: hidden;
}
h1{
 position: absolute;
margin: 1em  0 0 30px;
font-size: 1.6rem;
color: white;
z-index: +1000
}
h1 span {
 display: block;
}
p + h2 {
 margin-top: 3rem;
}
p,ul,h2,h3 {
margin: 0 0 1em 0
}
p:empty {
display: none
}
p,li {
hyphens: auto;
}
table {
border-collapse: collapse
}
.tc {
text-align: center
}
.tr {
text-align: right
}
td {
vertical-align:top
}
ul,ol {
padding-left: 16px
}
li {
}
.hide, .h0 {
display:none
}
img{
display: block;
border: none;
height: auto;
}
iframe {
 width: 100%;
 height: 360px;
 margin: 0 0 2rem;
 border: 1px solid #e0e0e0
}
sub {
position: relative; 
font-size: .7rem; 
bottom: -4px;
font-weight: normal;
}
sup {
position: relative; 
font-size: .7rem;  
top: -2px;
font-weight: normal;
}
.clear {
clear: both
}
#content .bildlinks,
#content .floatleft {
max-width: calc(50% - 10px);
float: left;
margin: 0 10px 5px 0
}
#content .bildrechts,
#content .floatright {
max-width: calc(50% - 10px);
float: right;
margin: 0 0 5px 10px
}

.bildmitbu {
	text-align: center;
	max-width: 400px;
	margin: 20px auto 30px;
	padding: 0 20px;
}

.bildmitbu img {
 display: block; 
 margin: 0 auto .5rem; 
}
.zweibilder {
float:left;
margin-bottom: 0;
width: calc(50% - 5px)
}


.klein{
font-size: .8rem;
}
.rot,
.red {
color: red
}
div.showbigdiv {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: white url('/img/style/blank.gif') center center no-repeat; 
background-size: contain; 
transition: .8s;
opacity: 0;
z-index: -1;
}
div.showbigdiv a {
    display: block; 
    width: 100%;
    height: 100%;
}
img.showbig{
    cursor: pointer;
}
::selection{
color: black;
background-color: #ffff00
}

/* DIVS */ 
#wrapper {
margin:0 auto;
padding: 0;
max-width:1200px;
height:auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;  
/* flex-end center space-between space-around space-evenly */
align-items: stretch; 
/* flex-start flex-end center */
background-color: #f0f0f0;
}
#head {
    width: 100%;
    height: 20vw;
    max-height: 500px;
    overflow: hidden;
    background: transparent url('/img/style/blank.gif') center center no-repeat; 
    background-size: cover; 
    max-width: 1200px;
    margin: 0 auto;
}
#head img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px
    
}
#headerblock {
position: absolute;
top: 0;
width: 100%;
max-width: 1200px;
margin: 0 auto;
height: calc(30vw - 40px);
padding: 0;
background-color: transparent;
}
#contentwrapper {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;  
/* flex-start flex-end center space-between space-around space-evenly */
align-items: stretch; 
/* flex-start flex-end center stretch */
}
#left {
min-width: 300px;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
padding: 20px 20px 40px 20px;
margin:0;
}

#content{
padding: 40px 50px 0;
display: inline-block;
width: calc(100% - 300px);
background-color: white;
min-height: calc(100vh - 20vw - 90px);
}
#content img {
max-width: 100%;
margin-bottom: .5em
}
#newslist {
    margin: 2em 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
}
#newslist table {
    width: 100%;
}
#newslist tr td:first-of-type {

}
#newslist tr td:last-of-type {
text-align: right;
padding-left: 20px
}
#newslist a {
    display: block;
}
.newsarticle {
 padding: 1rem 0;
 border-top: 1px solid #909090
}
.newsfoot {
font-size: .8rem;
padding: 0 1rem;
color: #606060;
background-color: #f0f0f0
}
footer {
clear:both;
width: 100%;
border-top: 1px solid black;
padding: 1em 0;
font-size: .9rem;
color: #999;

display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start; 
align-content: stretch; 
} 
footer p {
 line-height: normal;
 margin: 0 20px
}


/* FORMULAR */
form {
background-color: #e0e0e0;
padding: 10px;
margin: 0 0 2rem
}
label, input, textarea, select, button {
box-sizing: border-box;
margin:0 0 10px 0;
display: block;
}
input, textarea,select {
border-width: 1px; 
padding: 2px 4px;
width: 100%;
}
input:after,
textarea:after {
clear: both; 
content:'&nbsp;';
height: 0; 
overflow: hidden; 
visibility: hidden
}
input[type="checkbox"] {
width: 20px; 
background-color: transparent
}

form div {
clear: both;
}

input.short {
width: 80px;
}
input:hover,
textarea:hover,
select:hover {
background-color: #ffffff;
}
/* <input id="bname" required> */
input:required + label::before {
  position: absolute;
  left: 300%;
  content: "★";
  color: red;
}
input:required:valid + label::before {
  content: "✔";
  color: green;
}

button {
}
button:hover,
button:focus {
}
button:active {
}

.meldung,
.meldungok,
#meldung,
#meldungok {
font-weight: bold;
font-size: 1.3rem;
text-align:left
}

#meldung,
#meldungok,
#adminmeldung {
	font-size: 1rem;
	padding: 10px;
	border: 1px solid black;
	background-color: red;
	color: white;
	font-weight: bold; 
	border-radius: 10px;
	margin: -1.5em 0 0 0;
	position: fixed; 
	top: 50px;
	right: 10%;
    opacity: 0;
     animation: fadeout 8s;
}

@keyframes fadeout {
  0% {opacity: 1;}
  75% {opacity: 1;}
  100% {opacity: 0;}
}

.meldungok,
#meldungok {
opacity: 0;
animation: fadeOut 5s;
}
@keyframes fadeOut {
  0% { opacity: 1; }
  70% {opacity: 1;}
  100% { opacity: 0; }
}

.searchword,
mark {
    background-color: yellow
}


/* SLIDESHOW */

.container {
margin: 0 auto;
background-color: #000;
height: 500px;
outline: 5px solid red

}
.slidesjs-container {
 
}
/* Prevent the slideshow from flashing on load */
#slides {
display: none
}

/* Center the slideshow */

/* Show active item in the pagination */
.slidesjs-pagination {
    display: none;
}
.slidesjs-pagination .active {
color:red;
}
.slidesjs-navigation {
     opacity: .1;
     transition: .4s
}
.slidesjs-navigation:hover {
     opacity: 1;
}
.slidesjs-previous,
.slidesjs-next{
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    color: var(--hellblau);
    bottom: 0px;
    left: 0;
    font-size: 30px;
    text-decoration: none;
    z-index: 111
}
.slidesjs-next {
    right: 0;
    left: auto;
}


 @media screen and (min-width: 1200px){ /* min-width */
 .slidesjs-previous,
.slidesjs-next{
 top: 225px
}
 
}
@media screen and (max-width: 975px){
 #head {
    min-height: 100px;
 }
}
@media screen and (max-width: 850px){
    
#content .bildlinks,
#content .floatleft,
#content .bildrechts,
#content .floatright  {
 max-width: 100%;
}

}
@media screen and (max-width: 680px){
/* synchronisieren mit nav.css */
#wrapper {
    display: block;
}
#contentwrapper {
    display: block
}
#left {
display: block ;
width: 100%;
max-height: 0;
min-height: 0;
padding: 0;
background-color: lightgrey
}
#content {
display: block;
width: 100%;
margin: 0 
}
#right {
    padding: 0 50px
}

#content .bildlinks,
#content .floatleft,
#content .bildrechts,
#content .floatright  {
 max-width: 100%;
 width: 100%;
}
}
@media print {
a::after{
    content: " (" attr(href) ") ";
}
footer,
#nav{
	display: none
}
}