    @charset "UTF-8";
/* 
CSS Stylesheet by dialog im netz
display: flow-root
*/

 :root {
     --rot: #D41D3E;
     --hellrot: #F1B6C1;
     --trans: .3s
 }

.anchor-target,
article[id] { scroll-margin-top: 100px; }
html {
scroll-behavior: smooth;
min-height: 100vh;
}
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;
}
div,
nav,
main,
section,
header,
article,
aside,
footer {
display: block;
position: relative;
box-sizing: border-box;
outline: 0 solid grey
}
/* box-sizing: border-box;
: div wird um das Padding erweitert. Braucht kein calc() für die Weiten-Berechnung!
*/


body {
color: black;
background: linear-gradient(25deg, transparent 0%, white 60%) fixed, url('/img/style/ziegel.jpg') 0 0 repeat fixed; 
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
overflow: auto;
overflow-y: scroll
}
a {
color: black;
border:none;
outline: none;
text-decoration: none
}
a:hover,
a:focus,
a:active {
outline: none;
color: var(--rot);
}
a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
p a {
    text-decoration: underline
}
h1,
#h1small{
font-size: 2.5rem;
font-family: "Times New Roman", times, sans-serif;
font-weight: normal;
margin: -.2em 0 .5em 0;

}
#h1small {
    display: none;
}

p,ul,h2,h3 ,iframe {
margin: 0 0 1em 0
}
h3 {
    margin-bottom: .5em
}
p, li {
    line-height: 160%;
}
p:empty {
display: none
}
p.small {
    font-size: .8rem ;
    line-height: 120%
}
p,li {
hyphens: auto;
}
table {
border-collapse: collapse
}
#antraege td,
#antraege th {
 text-align: left;
 vertical-align: middle;
 padding: 3px 6px;
}
#antraege input {
 display: block;
 margin: 0 auto;
 float: none
}
.tc {
text-align: center
}
.tr {
text-align: right
}
td {
vertical-align:top
}
ul {
padding-left: 16px
}
li {
}
.anchor-target {
clear: both}
.hide, .h0 {
display:none
}
img{
display: block;
max-width: 100%;
max-width: 100%;
height: auto;
border: none;
height: auto;
}

sub {
position: relative; 
font-size: .7rem; 
bottom: -4px;
font-weight: normal;
}
sup {
position: relative; 
font-size: .7rem;  
top: -2px;
font-weight: normal;
}
hr {
    height: 1px;
    margin: 1em 0;
    border-top: 1px solid #666;
}



.clear {
clear: both
}
.bildlinks,
.floatleft {
float: left;
margin: 0 10px 5px 0
}
.bildrechts,
.floatright {
display: block;
float: right;
margin: 0 0 5px 10px
}
.klein{
font-size: .8rem;
}
.rot,
.red {
color: var(--rot);
}
.redback {
    display: flow-root;
    background-color: var(--rot);;
    color: white;
    font-weight: bold
}
.greyback {
    display: flow-root;
    background-color: #e0e0e0;
    padding: 5px 10px;
    margin: 1.5em 0 1em
}
.rahmen {
    padding: 3px 5px ;
    margin-top: -1.5em;
    margin-bottom: 1em;
    background-color: white;
    border-top: 3px solid var(--rot);
    border-left: 8px solid var(--rot);
    font-weight: bold;
    font-style: italic;
}
.rahmen cite {
    font-weight: normal;
    display: block;
}
.bildmitbu img {
    margin-bottom: 8px
}
.accordion {
    display: block;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 4px 4px 0;
    margin: 0 0 .5em 0;
}
.accordion0:hover {
    background-color: #f0f0f0;
    color: black;
}
.startdate {
    margin: 1em 0 0
}
.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: var(--trans) ease-out;

}
.panel:hover h3,
.panel:focus h3,
.panel:hover p,
.panel:focus p{
    color: black;
}

article.out .newsteaser::before {
content:'';
font-style: italic;
font-size: 14px;
}

::selection{
color: white;
background-color: var(--rot)
}
.startimg1 {
    width: calc(50% - 10px);
    float:left;
}
.startimg2 {
    width: calc(50% - 30px);
    float: right
}

/* DIVS */ 

#head {
position: fixed;
top:0;
left:0;
right: 0;
height: 85px;
background-color: var(--rot) ;
z-index: 3
}
#head div {
margin:0 auto;
padding: 0;
max-width:1600px;
height:100%;
min-height: 85px;
background:  var(--rot)  url('/img/style/wbg-head.jpg') 20px 5px no-repeat; 
background-size: auto 70px; 
}

#head div a {
    display: block;
    position: relative;
    color: white;
    width: 100%;
    height: 100%; 
    min-height: 85px;
    max-width: 500px;
}
#head div a span {
    display: block;
    position: absolute;
    padding: 3px 6px;
    top: 10px;
    left: 10px;
    max-width: 120px;
    width: auto;
    border: 1px solid #606060;
    box-shadow: 2px 0px 6px rgba(0,0,0,.3);
    background-color: var(--rot);
    opacity: 0; 
    text-align: center;
    transition: var(--trans)
}
#head div a:hover span {
    opacity: 1;
}
#wrapper,
footer div {
margin:0 auto;
padding: 80px 20px 20px;
max-width:1600px;
height:auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;  
/* flex-start flex-end center space-between space-around space-evenly */
align-items: stretch; 
/* flex-start flex-end center */
}

#wrapper{
min-height: calc(100vh - 85px);
padding-top: 130px;
    
}
#content-and-right {
display: flex;
flex-flow: row-reverse;
width: 80%;


}
#content{
width: 70%;
padding: 0 6%
}
#content img {
margin-bottom: .5em;
height: auto;
}

#right {
width: 30%;
padding: 0 0 30px 0;
}


#left {
width: 20%;
display: flex;
flex-flow: column nowrap;
align-content: space-between;
padding: 0;
margin:0;
margin-top: 23px

}

#startnews {
    flex-grow: 0;
    padding: 5px;
    background-color: var(--hellrot);
    font-weight: bold;
    margin-bottom: 30px;
    font-style: normal;
    font-size: 1rem;
    line-height: 150%;
}
#startnews.rahmen {
	margin-top: 0;
}
#startnews a {
    display: block;
    hyphens: auto;
    margin-bottom: .5em
}
#startnews a span {
    display: block;
    text-align: right;
    padding-top: .25em;
    font-style: italic;
    font-size: 12px;
}
#flexleft{
flex-grow: 5;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-content: space-between;

}
#flexleft address {
    flex-grow: 0;
    font-weight: bold;
    padding: 1em 0 0;
    margin-top: 1em;
    font-size: .9rem;
    font-style: normal;
    border-top: 1px solid black
}
#flexleft address a {
    text-decoration: none;
}
#flexleft address a:hover,
#flexleft address a:active,
#flexleft address a:focus {
    color: var(--rot);
}


#right::empty {
    display: none;
}

#newslist h3 {
    margin: 0 0 .5em 0;
}
#newslist div {
    margin: 0 0 1em 0
}
#newsteaser,
.newsteaser {
    font-weight: bold;
    margin-bottom: .5em
}

#publist {
    
}
#publist article {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 40px;
    line-height: 180%
}
#publist article div:first-of-type {
    min-width: 200px;
}
#publist img {
    width: 180px;
    margin-right: 25px
}

#publist .vergriffen {
    font-weight: bold;
    font-style: italic;
    color: red
    
}
#filmtage article p {
line-height: 130%
}
.filmtage-head0 {
    
    display: block;
    padding: 10px 10px 0;
    background-color: #f0f0f0;
    border: 1px solid #909090;
    border-radius: 20px;
    margin: 1em 0 1em
}
.ftagimg {
    min-width: 200px;
    max-width: 200px;
}

.filmblock {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;

}
.filmblock div:first-of-type {
    min-width: 200px;
}
.filmblock div:last-of-type {
    padding-right: 30px;
}
.filmblock div img {
}
#filmtage h2 {
    margin-bottom: .1em
}
#filmtage article hr {
    display: block;
    width: 100%;
margin: 2em 0;    
}
#filmtage article img {
    min-width: 160px;
    max-width: 50%;
    float:right;
    margin: 4px 0 .5em 20px
}

#filmtage0 section {
    outline: 2px solid red
}

#gmaps {
    width: 100%;
    height: 300px;
    border: 1px solid #606060;
    
}

footer,
footer address {
display: none;
clear:both;
} 

/* MENÜ / NAVIGATION */

nav {
    flex-grow: 10;
}
nav a {
    display: block;
    text-decoration: none;
    padding: 0 0 5px 0;
    font-weight: bold;
}

nav a.ac,
nav a:active,
nav a:focus,
nav a:hover {
    color: var(--rot);
    text-decoration: none
}

#kat,
#katsmall,
nav p {
    border-bottom: 1px solid black;
    text-transform: uppercase;
    margin: 1em 0 .5em 0;
    line-height: normal
}
#kat,
#katsmall {
    margin:  0 0 30px
}

#katsmall { 
display: none;
}

#rblist {
    display:flex;
    flex-wrap: wrap;
     justify-content: flex-start;
     gap: 10px;
}
#rblist div {
    width: 180px;
    height: auto;
}

#gwhh {
 max-width: 217px
}

/* FORMULAR */
form {
margin-bottom: 1em
}
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: calc(100% - 160px);
}
#adr_str,
#adr_ort {
 width: calc(100% - 220px); 
 float:left;
 margin-right: 5px
}
#adr_plz {
width: 55px; 
margin-right: 5px;  
float:left;
}
#adr_ort {
 margin-right: 0
}
label {
    width: 150px;
    float:left;
    clear: left;
    margin-right: 10px
}
input[type="checkbox"] + label {
    clear: none
}

.form_double {
display:  flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}
.form_double div {
max-width: 50%;
}
.form_double div input {    
text-align: center
}
input.small_0 {
    display: inline-block;
    width: 80px;
}
textarea {
    min-height: 100px;
}
textarea#form_teaser {
    font-weight: bold;
    min-height: 80px
}
input#form_header {
    font-weight: bold
}

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 {
}
button { 
 margin: 0;
 padding: 4px 8px
}
button:hover,
button:focus {
}
button:active {
}

#loginform input {
    width: 100%;
}

#meldung,
#meldungok {
	font-size: 1rem;
	padding: 10px;
	border: 1px solid black;
	background-color: var(--rot);
	color: white;
	font-weight: bold; 
	border-radius: 10px;
	margin: -1.5em 0 0 0;
	position: fixed; 
	top: 50px;
right: 10%;
	min-width: 400px;
	opacity: 0;
	 animation: fadeout 8s;
}
#meldungok {
 background-color: green;
}
@keyframes fadeout {
  0% {opacity: 1;}
  75% {opacity: 1;}
  100% {opacity: 0;}
}
#hamburger-button{
position: fixed;
top: 84px;
right: 5px;
height: 60px;
width: 60px; 
transition: .6s;
z-index: 30
}
#mobilebutton,
#hidenav {
position: absolute;
top:0;
left:0;
display: none;
width: 100%;
height: 100%;
background: transparent url(/img/style/hamburger.svg) center right no-repeat;
background-size: contain; 
}
#hidenav{
display: none;
font-size: 90px;
margin-top: -10px;
line-height: 100%;
color: var(--rot);
background-image: none; 
z-index: 31
}
#mobilebutton span ,
#hidenav span,
#topbutton span {
visibility: hidden
}

#topbutton {
    position: fixed;
    opacity: 0;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background: transparent url('/img/style/top.svg') center center no-repeat; 
    background-size: contain; 
    transition: var(--trans);
    z-index: 200
}
#topbutton:hover,
#topbutton:focus {
    opacity: 1!important
}
#topbutton a {
    display: block; 
    width: 60px;
    height: 60px;
    
}


@media screen and (max-width: 900px) {
h1,
#kat {
    display: none;
}
#katsmall,
#h1small {
    display: block;
}
#content-and-right {
    display: block;
    width: 78%;
}
#content,#right {
    width: 100%;
    padding: 0 5% 30px;
}
.zweibilder img {
float:left;
margin-bottom: 0;
width: calc(50% - 5px)
}
.zweibilder img:first-of-type {
    margin-right: 10px;
}
.rahmen {
    clear: left;
}
}


@media screen and (max-width: 720px) {
 body {
 font-size: 20px
}
#wrapper  {
    padding-top: 140px
}
#content-and-right,
#left,
#content,
#right,
footer {
display: block;
width:calc(100% - 50px);
width: 100%;
margin: 0 0 30px;
padding: 0;
}
#left {
 
}
footer div {
    text-align: center
}
#flexleft address {
    display: none;
}
footer address {
    display: block;
    font-weight: bold;
}

#mobilebutton {
    display: block;
}

nav {
position: fixed;
top: 84px;
left: -100vw;
width: 100vw;
height: calc(100vh - 84px);
overflow: auto;
padding: 20px;
background-color: rgba(255,255,255,.9);
box-shadow: -10px 0 20px rgba(0,0,0,.4);
z-index: 10;
transition: var(--trans)
}
nav p,
nav a {
    width: calc(100% - 140px) ;
    font-size: 20px;
}
.rahmen {

}
label {
 width: 100%
}
.form_double div {
    max-width: 100%;
}
.form_double div:first-of-type label,
.form_double div:first-of-type select,
.form_double div:first-of-type input {
    margin-bottom: 0
}
input, textarea,select, button,
#adr_str,
#adr_plz,
#adr_ort {
 font-size: 18px;
 float: none;
 width: 90%;
}
#adr_plz {
 width: 70px
}

}
@media screen AND (max-width: 520px){

.ftagimg {
    min-width: 160px;
    max-width: 160px;
}
.filmblock {
 display: block;
}
.filmblock div:first-of-type ,
.filmblock div:last-of-type {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
.ftagimg {
 max-width: 200px;
}
#publist article {
    display: block;
}
#publist article div {
    min-width: 100%;
}

}
@media print {
a::after{
    content: " (" attr(href) ") ";
}
footer,
#nav{
	display: none
}
} 