@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; }
*/

@font-face {
	font-family: 'Myriad';
	src: url('/fonts/hinted-myriad.woff2') format('woff2'),
		url('/fonts/hinted-myriad.woff') format('woff')
	font-weight: normal;
	font-style: normal;
 font-display: fallback;
}
@font-face {
	font-family: 'Myriad cond';
	src: url('/fonts/hinted-myriadc.woff2') format('woff2'),
		url('/fonts/hinted-myriadc.woff') format('woff')
	font-weight: normal;
	font-style: normal;
 font-display: fallback;
}

:root {
--grey: #626262;
}

*[id]{
  scroll-margin-top: 30px;
}
html {
font: 14px/140% Arial, Helvetica, 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: #F0F0F0 url(/img/style/bg.png) 0 0 repeat;
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{
display: inline-block;
font-family: 'Myriad cond';
text-align: center;
margin: 34px 0 1em 0;
font-size: 2rem;
color: var(--grey);
}
h1 span {
 display: block;
 font-size: 1.3rem;
 letter-spacing: .5rem;
margin-top: 5px;
 padding: 5px;
 border-top: 1px solid var(--grey);
}
h2 {
 font-weight: normal;
 color: var(--grey);
 line-height: 130%;
}
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 {
 padding-left: 16px;
}
div.nebenbild ul,
div.nebenbild ol {
   list-style-position: inside;
   padding-left: 0;
}
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;
clear: left;
margin: 0 10px 1rem 0
}
#content .bildrechts,
#content .floatright {
max-width: calc(50% - 10px);
float: right;
clear: right;
margin: 0 0 1rem 10px
}
.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%;
max-width: 1200px;
max-height: 500px;
height: 156px;
background: white url('/img/header/bg-head.webp') top left no-repeat; 
}

#headerblock {
position: relative;
max-width: 900px;
width: calc(100% - 300px);
max-width: 600px;
height: 122px;
padding: 0;
left: 300px;
background-color: white;
text-align: center;
}

#head #chlangform {
display: block;
position: absolute;
top: 10px;
left: 10px;
background-color: transparent;
padding: 0;
}


#nav #chlangform {
 display: none;
}
 #chlangform button {
  background-color: transparent;
  color: #c0c0c0;
  border: 0 none;
  padding: 4px 6px;
  border-radius: 4px;
  transition: .4s
 }
 #chlangform button:hover {
  color: white;
  background-color: rgba(255,255,255,.3)
 }

#chlang {
display: inline-block;
position: relative;
margin: 0 ;
width: 80px;
height: auto;
border: 0 none;
background: transparent url('/img/style/en.png') left center no-repeat; 
background-size: 60% auto;
cursor: pointer; 
}
#chlang[disabled]{
opacity: .3;
}
#chlangform select {
 width: 100%;
background-color: transparent
}
#breadcrumb {
 display: block;
 text-align: right;
 font-size: 12px;
 color: white;
 width: 290px
}
#breadcrumb a {
color: white;
text-decoration: none; 
}
#breadcrumb a:hover,
#breadcrumb a:focus {
 text-decoration: underline
}

#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: 0 20px 40px 20px;
margin: 0;
background-color: #626262
background-size: contain; 
}

#content{
display: inline-block;
width: calc(100% - 300px);
background-color: white;
min-height: calc(100vh - 230px);
padding: 0 5vw 30px;
margin: -34px 0 0 0;
}
#innercontent {
 max-width: 600px
}
#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
}

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
}
footer a {
 color: #999;
}

/* 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: #e0e0e0
}
.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 (max-width: 850px){
/* synchronisieren mit nav.css */
#wrapper {
    display: block;
    background-color: white
}
#contentwrapper {
    display: block;
}
#head {
 padding-right: 60px
}
#left {
display: block ;
width: 100%;
max-height: 0;
min-height: 0;
padding: 0;
background-color: lightgrey
}
#content {
display: block;
width: 100%;
padding: 30px;
margin: 0
}
#right {
    padding: 0 50px
}
h1 {

}

#content .bildlinks,
#content .floatleft,
#content .bildrechts,
#content .floatright  {
 max-width: 100%;
 width: 100%;
}
#chlang {
 font-size: 1.1rem;
}

}

@media screen and (max-width: 690px){
#head {
  background: none;
  border-bottom: 1px solid black;
  height: auto;
}
#headerblock {
 width: 100%;
 left: 0;
 border: 0 none;
}
h1 {
 margin: 30px 0 0;
}
h2 {
 text-align: center;
}
#breadcrumb {
display: none
}

#head #chlangform {
 display: none
}
#nav #chlangform {
 display: block;
}
#chlangform {
 background-color: transparent;
 margin: 0 0 10px;
}
#chlangform button {
font-size: 1.6rem;
margin-left: -6px;
color: var(--grey)
}
#chlangform button:hover,
#chlangform button:focus {
 color: black;
 background-color: #e8e8e8
}
}

@media screen and (max-width: 500px){
body {
 font-size: 16px
}
h1 {
  font-size: 5.5vw;
 }
h1 span {
  font-size: 4.5vw;
   letter-spacing: .9vw;
 }

}
@media print {
a::after{
    content: " (" attr(href) ") ";
}
footer,
#nav{
	display: none
}
}