:root {
    --vereinfarbe: #ebddc3;
    --gemeinfarbe: #94b6d2;
    --repairfarbe: #d8b25c;
    --gartenfarbe: #dd8047;
    --rikschafarbe: #968c8c;
    --biotopfarbe: #a5ab81;
    --backfarbe: #c7e9c5;
    --backblue: #034869;
    --backgrey: #eee;
    --textyellowbackground: #f2f2cd;
}
.imglogo {
    background-color: #fff;
	
}
.imglogo img {
    padding-left: 10px;
}
#areas h4 {
	font-size: 0.9em;
	text-align: center;
}

#verein_link {
	padding-bottom: 20px;
	padding-top : 20px;
}
/****************
* Hoemapge Logos and text Verein
*/
#homecontainer{
    background-color:#fff;
    display: grid;
    grid-template-columns:  repeat(12, 1fr);
    background-color: transparent;
    padding:10px;
    font-size: 0.9em;
    max-width:800px;
}
#area0,
#area1,
#area2,
#area5,
#area4,
#area3,
#area6 {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    border: 1px outset green;
	   box-shadow: 5px 1px;
}

#area2 {
    grid-column-start: 1;
    grid-column-end: 6;
    margin: auto;
    display: block;
}
#area3 {
    grid-column-start: 2;
    grid-column-end: 3;
}
#area4 {
    grid-column-start: 4;
    grid-column-end: 5;
}
#area5 {
    grid-column-start: 2;
    grid-column-end: 3;
}
#area6 {
    grid-column-start: 4;
    grid-column-end: 5;
}

#area1 {
    background-color: #ddd;
    grid-column-start: 1;
    grid-column-end: 12;
    margin: auto;
    display: block;

    grid-row-start:3;
    grid-row-end:5;
    width: 660px;
    height: 300px;
    margin-left:50px;
    text-align: center;
    border-radius: 50%;
}
#area1 li,
#area2 li,
#area4 li,
#area5 li,
#area3 li,
#area6 li {
    list-style: none
}

#area1 img {
    max-width:100px;
}


#area3 img,
#area4 img,
#area5 img,
#area2 img,
#area6 img {
     margin: auto;
    display: block;    
    padding-top: 20px;    
}

#area3 img {
    max-width:200px;
}
#area2 img {
    max-width:197px;
}

#area4 img {
    max-width:170px;
}
#area5 img {
    max-width:142px;
}
#area6 img {
    max-width:160px;
}

#homeNavi {
    display: grid;
    grid-template-columns: 80% 20%;
      background-image: linear-gradient(lightblue, lightgreen);
    padding-top: 20px;
}
.galerymini img {
    max-width: 100px;
}
.content .calMonth h4 {
    margin-bottom: 0;
}
.twoColumns {
    display: flex;
}
.myCalList .bi-cart-plus {
    font-size: 1.2em;
}
.myCalList td {
    border: 1px dotted;
    padding:0;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    width: 700px;
}
.niceTitle {
    font-size: 2em;
    color: red;
    background-clip: #eee;
}
.myCalElement {
    border: 1px dotted;
}

.myCalElement:hover {
    background-color: #eee;
}
.myCalElement a {
    font-weight: bold;
}

.myCalElement a:hover {
    font-weight: bold;
    color:red;
}
#jump {
    float: left;
}

.attachment_fonts {
    font-size: 0.7em !important;
}
.attention select {
    background-color: darkgreen;
    color: white;
}
/*
.special_container {
    padding:20px;
}


.specials {   
    font-size: 1.6em;
    font-weight: bold;
}

.special_element {
        display: grid;
    grid-template-columns: 50% 50%;
    gap:15px;
    margin-bottom: 20px;
}*/


.myCal td h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.vertical-table td {
    padding-left: 10px;
}

.art_table tr td{
    border-top:1px dotted darkgreen;
    padding-left: 10px;
    padding-bottom: 30px;

}
.art_media_5 {
    background-color: #f2f2f2;
}
.art_media_3 {
    background-color: #f2f2f2;
}
.art_media_1 {
    background-color: #f2f2f2;
}

.art_table tr:nth-child(even){
    border: 2px solid #f2f2f2;
}

.explanation {
    font-size: 0.9em;
    color: var(--backblue);
}
.daysinternet tr td {
    font-size: 0.9em;
    padding:0px;
    font-weight: bold;
}
.daysinternet h5 {
    color: red;
    font-size: 1.31em;

}

.daysinternet th a {
    font-size: 0.8em;
}
.fl-body {
    min-block-size: 150px;
    background-color:  #ebddc3;
    padding: 10px;
    font-weight: bold;
    color: blue;
}

#eventbody {
    width:750px;
}

#eventbody header img {
    max-width: 150px;
}
#eventbody header h3 {
    margin-left: 20px;
}
.listDate {
    font-weight: bold;
    color: darkblue;
}
.listDescript {
    font-style: italic;
    font-size: 0.9em;
}
.listBody {
    max-width: 750px;
    font-size: 0.9em;

}
.listHead {
    display: grid;
    grid-template-columns: 70% 30%;
    gap:15px;
}
.headerLogo img {
    width: 80px;
    margin-right: 20px;
    float: right;
}
.listEvent {
    display: grid;
    grid-template-columns: 20% 70%;
    padding-bottom: 20px;
    gap:15px;
}
.leftList img {
    max-height: 150px;
}
.rightList {
    font-size: 0.9em;
    padding:10px;
    max-width:500px;
}

.tablinks {
    color:var(--backblue);
    font-weight:bold;
    font-size: 0.8em;
}
/*.float-right {
    float:right;
}*/
.advent_background {
    background-image: url("/img/advent/back.jpg");
}
#advent_calender {
    background-color: #fff;
    border: 1px dotted black;
    max-width: 650px;
    margin: auto;
    margin-top:10px;
    margin-bottom: 10px;
}

.advent_header {
    text-align: center;
    font-weight: bold;
}

.advent_element_active,
.advent_element_closed {
    display:inline-block;
    padding:15x;
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    width:60px;
    margin:10px;
}

.advent_element_active img,
.advent_element_closed img{
    max-width: 60px;
}
.advent_element_closed {
    color: white;
}

#newAddress{
    display:none;
}
.daysinternet td,
.daysinternet th{
    font-size: 1.4em;
}
.container {
    overflow:hidden;
}

doc_header img {
    padding:20px;
}
.redfont
{
    color: red;
    font-weight: bold;
}

#decision-error,
#back-time-error{
    font-size: 0.82em;
    font-weight: bold;
    color: red;
}

#liabil {
    margin: 20px;
    font-size: 1.1em;
    max-width: 750px;
}
.repairTable {
    display:grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-gap: 10px;
}

.repairTableMobile {
    display:grid;
    grid-template-columns: auto;
    padding: 10px;

}
.repdiv label {
    float:left;
    color:darkblue;
}

.text {
    position:relative !important;
    ;
}

.repairs input {
    font-size: 0.9em;
}

.repissue textarea{
    font-size:1em;

}

.reqrange {
    display: flex;
    flex-direction: row;

}

.reqrange {
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
}

.reqrange div {
    margin-right:20px;
    color:red;
}

#rep_message {
    margin-top: 100px;
}

#rep_delay,
#rep_refuse,
#rep_others {
    display: none;
}

.repSumme {
    font-weight: bold;
}
.repTotalSumme {
    font-weight: bold;
    font-size: 1.3em;
    font-style: italic;
}
.myCal td h5 {
    font-size: 1.1em;
}

.userChoice form {
    background-color:#F6F4F5;
}
.userChoiceTable .child div .input {
    height:30px;
}

#searchinput {
    background-color: #fff;
    margin: 0;
    padding:0;
}

#todosBody,
.todosbody {
    margin-top:60px;
}
.child {
    float: left;
    background-color: #eee;
    height: 50px;
    padding-right: 30px;
    border: 1px dotted darkgrey;
}
.attachments h3,
.attachments h4 {
    margin-bottom: 4px;
    padding: 0;
}

.attachments h3 {
    background-color: #eee;
}
.attachments tr td {
    border: 1px dotted black;
}
.project-headline p {
    background-color:#0088cc;
    border: none;
    color: white;
    padding:15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}

.project_title {
    background-color: #e5f3e4;
    font-weight: bold;
}
.hide {
    display: none;
}


.show {
    display: block;
}


#newProject h5 {
    font-size: 0.51em;
    margin-top: 10px;
    margin-bottom: 3px;
    padding:9px;
}

#newProject a {
    font-size: 1.2em;
}

.multiple_images img {
    max-width: 300px;
    max-height: 350px;
}
.modal_header {
    text-align: center;
    font-size: 2em;
    margin-top: 20px;
    background-color: #DD8047;
    color: #fff;
    font-weight: bold;
}
.modal_caption {
    font-size: 1,2em;
    color: darkblue;
    background-color: #fffeee;
    padding-bottom: 20px;
    padding-left:20px;
}
#distib-select,
#single-select,
#standard-select{
    display: none;
}


#single-select {
    display: none;
}
.left1 {
    background-color: var(--gemeinfarbe);
}
.right1 {
    background-color: var(--gartenfarbe);
}
.left2 {
    background-color: var(--rikschafarbe);
}
.right2 {
    background-color: var(--repairfarbe);
    color: #fff;
}
.body_element {

}
.element_header {
    margin-left:20px;
}
.element_body {

}
.body_pic img{

}

.body_text {

}
.letter_header {
    margin-top:50px;
    font-weight: bold;
    font-size: 1.2em;
}

.letter_description {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 0.9em;
}
.letter_body {

}

.letter_footer {

}
.notfound,
.orderForm{
    margin-top: 100px;
    background-color: #eee;
    padding:30px;
    color: red;
}
.orderForm {
    color:#0088CC;
}
/********* Buttons, HTML and Links *******/

.left {
    float:left;
}
.right {
    float:right;
}

hr{
    border: 0;
    width: 100%;
    height: 3px;
    background-color: #034869;
    margin:3px;
}

.headline {
    font-size:1.5em;
}

.inline {
    display: inline;
}
.docView .formButton {
    margin-right: 50px;
}

.RC-Form .formButton {
    position: relative;
    float:left;
    right: 0px;
    width: 300px;
    padding: 10px;
}
#myHeader .formButton {
    float:left;
}
.button {
    font-size: 0.6em;
    font-weight: bold;
    background-color: #5A9285;
}
.button a {
    color:#fff;
}
.yesno label{
    font-size: 0.8em;
    color:green;
    line-height: 0.1;
    display:inline-table;
    margin-right:15px;
}

.formButton a {
    font-weight: bold;
    color: #F6F4F5;
    width: 100%;
    background-color: #BE140B;
    font-size: 0.8em;
    padding: 3px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.formButton a:hover {
    font-weight: bold;
    color: #F6F4F5;
    width: 100%;
    background-color: #1b2ead;
    font-size: 1.0em;
    padding: 3px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.list-header {
    display:flex;
    gap:20%;
}

body {
    padding: 30px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.container {
    min-width: 100%;
    background-color: #fff;
}


.main .container {
    margin-top: 50px;
}

header {
    max-width:1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    display:grid;
    grid-template-columns:  50% 50%;
}

.main {
    margin-top:80px;
}
.container .main {
    margin-top: 4px;
}

/* Article-Layout für die Darstellung
einer Person - Start*/

#peopleContainer {
    display: grid;
    grid-template-columns: 20% 70%;
}

.profilePicture {
    padding:20px;
}
.profileText {
    margin-top: 20px;
    margin-left: 20px;
}

.profileText .headline,
.profileText .body,
.profileText .link{
    padding:10px;
}

.profilePicture img {
    max-height: 200px;
}

.profileText .headline {
    border-radius: 15px;
    background-color: var(--textyellowbackground);
    color: #000;
}
.profileText .body {
    border-radius: 15px;
    margin-top:10px;
    background-color: var(--textyellowbackground);
    color: #000;
    min-height:100px;
}
.profileText .addLink {
    margin-top:10px;
}
/****Ende*****/

/************.imContainer {
    border-top: 1px dotted;
}
.imContainer .add-images img {
    max-height: 200px;
} *****/


.grid-container .row img {
    max-width: 300px;
    margin:10px;
}

.grid-body {
    display: grid;
    grid-template-columns:  50% 50%;
    border: 1px dotted green;
    background-color: #eee;
}
.newsVideoContainer {
    background-color:#F1F5F9;
}
.video-body {
    display:flex;
}
.newsVideoContainer video{
    max-width: 600px;
    max-height: 600px;
}
.newsVideoContainer .video_display h5 {
    border: none;
    font-size: 2em;
    text-align: center;
}
.newsVideoContainer .video_text {
    font-size: 0.9em;
    margin:30px;
    margin-top:60px;
}



.home_document a {
    font-size: 1.2em;
    padding-left: 5px;
}
.home_document td {
    padding:5px;
    border: 1px dotted black;
}

.it-link {
    width:100px;
}

.it-text {
    font-size: 0.9em;
    word-wrap: break-word;

}
.home_single_picture {
    display: flex;
}
.home_single_picture img {
    max-height: 300px;
    margin-right: 30px;
    margin-top: 10px;
}
.current h3 a {
    color:white;
    padding:0px;
}

#idMenu .current h5 {
    padding:4px;
}

#idMenu li ul li a:hover,
#admin-menu li ul li a:hover {
    background: #f9d96b;
    color: green !important;
    font-size:1.1em;
}

.catBody {
    background-color: #fce2bd;
    padding:10px;
}

.catBody tr,
.catRelated tr
{
    border-top: 1px solid;
}

.catBody td {
    background-color: #eee;
}
.catRelated {
    background-color: #eee;
    padding:10px;
}

/***************************
  Contact-Formular ********/

#contact-page .container {
    border: 1px dotted;
    background-color: #fff;
    padding-top: 20px;
}

#contact-page .contact-header {
    background-color: #eee;
    padding: 20px;
}

#contactForm {
    background-color: #eee;
    padding:20px;
}

#contactInfos,
#contactinfos {
    background-color: #eee;
    padding:20px;
}
#InputName,
#InputEmail {
    background-color: #fff;
}

#contact-page {
    margin-top: 30px;
    padding-top: 30px;
}

#contact_container {
    display: grid;
    grid-template-columns:  50% 50%;
    gap: 40px;
    padding:50px;
}

#contactForm label {
    font-size:1em;
}

#contactForm .form-check {
    font-size: 0.9em;
}
#contactInfos .label {
    font-weight: bold;
}

.form-control {
    font-size: 0.9em;
}


header img {
    width: 400px;
}

.back_blue {
    height: 100px;
    color: #fff;
    text-align: center;
    box-shadow: 10px 10px 50px grey;
}

.site_blue {
    text-align: center;
    margin:0px;
    background-color: #034869;
    color:#fff;
    padding-left: 10px;
}

#profiles {
    margin-top: 10px;

}


/*********************
*** Layout for Menues ***/

.site-menu-top{
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.site-menu-top li {
    display: inline-block;
    padding: 10px;
}
.main-menu-top {
    float:right;
    font-size: 0.7em;
}

.main-menu-text {
    max-width: 350px;
    line-height: 20px;
    text-align: left;
}
.main-menu-text  li {
    font-size: 0.4em;
    font-weight: bold;
    height:10px;
}

.main-menu-text li a {
    color:#000;
    padding:3px;
    background-color: white;
}


.main-menu-top .site-menu .menu img{
    max-height: 25px;
}


.site-menu {
    padding-top: 50px;
}

.site-menu{
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.site-menu li, .partner-menu li {
    padding: 10px;
    list-style-type: none;
    justify-content: left;
}
.partner-menu li {
    margin: 0;
    padding: 0;
}
.special_img img,
.partner-menu img {
    max-height: 50px;
    width: auto;
    margin-right: 40px;
    margin-bottom: 20px;
    border: 1px dotted black;
}

.site-menu img , .site-menu-top img{
    max-height: 40px;
    width: auto;
    border: 1px dotted black;
}

.site-menu img {
    max-height: 50px;
}

.menu-top {
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.admin-menu-top li {
    float:left;
    list-style: none;
    padding:10px;
}

footer {
    width:100%;
    font-size: 0.8em;
    background-color: #94b6d2;
    border-radius: 10px;
}

#footer_left {
    align-items: left;
    width: 250px;
    padding:10px;
    font-size: 0.6em;
    font-weight: bold;
}

#footer_middle {
    min-width: 200px;
    margin-right:20px;
}
#footer_middle .headline {
    color: #fff;
}
#footer_right {

}
.footer-menu {
    margin-top:25px;
    text-align: center;
}
.footer-menu ul {
    max-width:110px;
    background-color: #0088cc;
    padding:10px;
    display:inline;

}
.footer-menu li {
    list-style: none;
    display: inline;
}

.footer-menu li a{
    color:#fff;
    padding:5px;
}


.footer-menu li a:hover {
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding:5px;
}


/********* Article Layouts *****/
/******************************/

/****** Layout for Attachments in Aricles ****/

.attachmentContainer h4 {
    text-decoration: underline;
    padding:0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
    grid-row-end:2;
}
.attachmentContainer .home_document {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start:1;
    grid-row-end:2;
}

.home_document tr td {
    width: 100%;
    padding:5px
}

.home_document tr td a{
    font-size: .8em;
}

.videoContainer,
.attachmentContainer{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap:15px;
    padding: 20px;

}

.videoContainer .video_text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 0.9em;
    margin:30px;
}
.videoContainer video{
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    max-width: auto;
    max-height: 300px;
    margin-top:10px;
}


.mainArticleContainer {
    min-width: 500px;
}

.galleryContainer {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.gallery-title {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-weight: bold;
    font-size: 1.3em;
}
.gallery-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
}
.gallery-image img{

    max-width: 350px;
    min-width: 300px;
    padding: 10px;
    float: left;
}
.gallery-link {
    grid-column: 2;
    grid-row: 2;
    float: left;

}
.gallery-body {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    float: left;
}
.noArticle {
    font-size: 2em;
    color:#dd8047;
    font-weight: bold;
}
.art_header {
    display: grid;
    grid-template-columns:  10% 30% 45% 15%;
    background-color: #eee;
    margin-right: auto;
    margin-left: auto;
    max-width:1440px;
    margin-top:20px;
}

.article_no_text {
    display: none;
}

.article_header {
    font-size: 2em;
    color: green;
    padding-top: 15px;
}
.article_theme {
    font-size: 1.2em;
    padding:20px;
    color: white;
}

#article-header-title {

}

.content h3 {
    margin-left: 15px;
}

#article-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: red;
}

#article-menu li {
    float: left;
    padding:10px;
    list-style-type: none;
}
#article-menu a {
    font-size: 0.9em;
}

#article-menu li a:hover {
    background-color: black;
    color: white;
    padding:3px;
}

.people_page {
    padding:10px;
    display: grid;
    grid-template-columns:  25% 25% 25% 25%;
}
.card {
    padding-top: 10px;
}

.card-link {
    border:1px dotted;
    margin:2px;
    padding:2px;
    background-color: #eee;
}

.card-text {
    font-style: italic;
}







#row4 {
    background-color:#dd8047;
    color: white;
}
/*
#row2 {
    background-color:#77bb41;
    color: white;
}
#row3 {
    background-color: #968c8c;
    color: white;
}*/

.singleRow {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
    grid-gap: 10px;
    border-radius: 20px;
}

.doubleRow {
    display: grid;
    grid-template-columns: auto auto;

    grid-gap: 10px
}

.doubleRow a,
.singleRow a {
    color:black;
    font-size: 0.8em;
    padding:3px;
    background-color: #fffccc;
    border-radius: 15px;
}

.doubleRow a:hover,
.singleRow a:hover {
    color:white;
    font-size: 0.8em;
    padding:3px;
    background-color: red;
}

.site-logo img{

    border: 1px solid;

}

#profiles {
    display: grid;
    grid-template-columns: repeat(12);
    gap: 20px 20px;
}

#services {
    display:grid;
    grid-template-columns:  35% 30% 33%;
    gap:10px;

}
#act_message {
    background-color: #e7f0e7 !important;
    padding: 10px;
    margin-bottom: 10px;
}

.slide-header,
.news-textheader {
    font-size: 1.5em;
    color: green;
    text-align: center;
}
#services {
    background-color: #f4f2ec;
    border-radius: 20px;
}
#dep_message,
#serv_message,
#part_message {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px #0088cc;
    margin-left: 20px;
}

#dep_message img {
    max-height: 70px;
    margin-right: 30px;
}
#dep_message li {
    list-style: none;
    margin: 20px;
}
#act_message h4,
#ver_message h4,
#serv_message h4,
#part_message h4,
#dep_message h4,
#special_header h4{
    color:var(--bs-heading-color);
    font-size: 2em;
    margin-bottom: 10px;
}
#ver_message {
    border-radius: 20px;
}
#part_message {
    background-color: #d2f7ef;
    margin-right: 20px;
}
#dep_message {
    background-color: #d2f7ef;
}
#serv_message {
    background-color: beige
}
#news-container {
    display: grid;
    grid-template-columns:  70% 30%;
    gap: 10px;
    padding-bottom: 80px;
    padding-top: 20px;

}

.slideshow-container {
    min-height: 100%;
}
#slides {
    border:1px solid;
    background-color: #f1f3f2;

}
.mySlides .example img {
    display: block;
    margin-left:100px;
    margin-right: auto;
    padding: 15px;
    height: 350px;
}
#text,
.textblock {
    font-size: 0.9em;
    padding:10px;

}
#slides .prev,
#slides .next {
    color: red;
}
.textblock p {

    color:darkblue;
    font-size: 0.9em;
    padding:5px;
}

.imagetext {
    display: flex;
}

.imagetext img {
    max-width: 500px;
    max-height: 300px;
    padding-right: 50px;
}

#home_headline {
    background-color: #f1f3f2;
    font-size: 1.8em;
    padding-left: 10px;
    border:1px dotted;
}

.home_title {
    font-size: 1.5em;
}

.home_pic {

    height: auto;

    padding:10px;
}

.home_pic img {
    max-width: 400px;
    float:left;
    margin: 5px;
}
.home_text {

}


#act_articles {

}
/*************************
Artikel Lyout CSS Steuerung
*************/
.art_container {
    display: grid;
    grid-template-columns:  85% 15%;
    margin-right: auto;
    margin-left: auto;
    max-width:1440px;

}

.mainArticleContainer {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap:15px;
    padding: 20px;
}

.article_title,
.article_rig_title,
.article_pic_title{
    grid-column-start: 1;
    grid-column-end: 4;
    font-size: 1.5em;
    font-weight: bold;
    color: darkblue;
    max-height: 10px;
    margin-bottom: 25px;
}
.article_image {
    padding:5px;
    float: left;
    grid-column-start:1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
}

.article_image img {
    max-width: 250px;
}
.article_text {
    grid-column-start: 3;
    grid-column-end:4;
    grid-row-start: 2;
    grid-row-end: 4;
}

.article_footer {
    font-size: 0.8em;
    border:1px dotted black;
    text-align: right;
    padding-right: 20px;
}
.article_galery_image img {
    max-width: 250px;
    max-height: auto;
    padding:15px;
    filter: drop-shadow(0 0 0.75rem grey);
}
.article_pic_image {
    padding:5px;
    float: left;
    grid-column-start:1;
    grid-column-end: 4;

}

.article_pic_image img {
    max-width: 550px;
    max-height: auto;
    padding:15px;
}
.article_pic_text {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start:3;
    grid-row-end:4;
}

.article_pic_footer {
    grid-column: 1;
    grid-row: 4;
}

.article_rig_image {
    padding:5px;
    float: left;
    grid-column-start:3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}

.article_rig_image img {
    max-width: 250px;
}

.article_rig_text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

hr.green {
    border: 10px solid green;
    border-radius: 5px;
}
.article_pur_image {
    padding:5px;
    float: center;
    grid-column:1 / 2;
    grid-row:2 / span 4;
}

.article_pur_image img {
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.article_no_text {
    grid-column: 1;
    grid-row:6;
}

.article_no_image {
    display:none;
}
.article_pur_text {
    grid-column: 1;
    grid-row:2;
}

.addImgageContainer {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap:15px;
    padding: 20px;
}

.add-images {
    float:left;
}
.add-images img {
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-right:10px;
}

.art_content {
    border: 1px dotted;
    margin-top:10px;
}

.art_content > p {
    height:50px;
    font-size: 1.52em;
    color:#fff;
    font-weight: bold;
    padding-left:10px;
}

.dep_menu {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    z-index: 1; /* Stay on top */
    top: 50; /* Stay at the top */
}

.dep_menu {
    border: 1px dotted;
    font-size: 1.1em;
    font-weight: bold;
    padding:20px;
}

.dep_menu li {
    list-style: none;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}

.dep_menu a:hover {
    font-weight: bold;
    color:darkblue;
    padding: 5px;
}

.menu-list-horiz {

    float:left;
}

.menu-list-horiz li{
    float:left;
    list-style: none;
    padding:10px;
    font-size: 0.9em;
}


.table-responsive{
    font-size: 0.8em;
}

* {
    box-sizing: border-box;
}

/* force scrollbar */
html {
    overflow-y: scroll;
}

body {
    font-family: sans-serif;
}

/* ---- grid ---- */

.grid {
    background: #DDD;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
    padding:3px;
}

.grid-item img {
    display: block;
    width: 100%;
}

#carousel-container {
    display: grid;
    /*    grid-template-columns:  70% 30%;*/
    grid-template-columns: 350px repeat(1, 1fr);
    grid-column-gap: 10px;
}
.carousel-item {
    padding-left:10px;
}
.carousel-item img {
    max-height: 400px;
}

#carousel-text {
    font-size: 2em;
    background-color: #eee;
    padding:5px;
}

#controls {
    margin-bottom: 50px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
#impressum h2 ,
#impressum h1{
    font-size: 1.6em;

}

#impressum p {
    font-size:0.9em;
}


.title-area,
.menu-wrapper {
    float: left;
    height: 20px;
}

#menu-wrapper div {
    color: #0f6002;
    font-weight: bold;
    z-index: 100;
}
#homepage_menu-wrapper {
    margin-top: 20px;
}
.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #fff;
    height: 35px;
}

#idMenu,
#admin-menu {
    width: 100%;
}
#idMenu li ,
#admin-menu li {
    width: 14%;
    text-align: center;
    padding-left: 2px;
    min-width:130px;
}

#idMenu li ul,
#admin-menu li ul{
    clear: left;
    display: block;
}

#idMenu li ul li,
#admin-menu li ul li {
    clear: left;
    text-align: left;
    display: block;
    width: 100%;
}

#idMenu li ul li a,
#admin-menu li ul li a {
    background: #d6d6d6 none repeat scroll 0% 0%;
    color: black;
    font-size:0.7em;
    padding:8px;
    font-size: 0.7em;
    margin:1px;
    line-height: 1.8rem;
}

#idMenu li ul li a:hover,
#admin-menu li ul li a:hover {
    background: #f9d96b;
    color: green !important;
}

#idMenu h3,
#admin-menu h3{
    background: #5A9285 none repeat scroll 0% 0%;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    text-transform: uppercase;
}

.rbox-caption{
    background-color: #fff;
    color: red;
}
/*************
Neue CSS für Home-Site mit zwei Area pro Zeile
****/
.home_row {
    display: grid;
    grid-template-columns: auto auto;
    gap:5px;
}

.home_left_title,
.home_left_left {
    grid-column-start: 1;
    padding:10px;
}
.home_right_title,
.home_right_right{
    grid-column-start: 3;
    padding:10px;
}

.home_row .leftColumn img ,
.home_row .rightColumn img {
    max-width: 250px;
    min-height: 200px;
    margin: 5px;
}

.home_row .rightColumn #other-menu img,
.miteinander .other-pic img{
    max-width: 130px;
    min-height:32px;
}

.home_left_title,
.home_right_title,
.home_title {
    font-size: 1.3em;
    font-weight: bold;
    padding:10px;
}
.home_part {
    border-right: 1px solid;
}

.home_left_left img,
.home_right_right img{
    float:left;
    padding:10px;
}
.leftFloat {
    float: left
}
.rightFloat {
    float: right
}
.body_element {
    display: inline-block;
}
.element_header {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.element_body {
    height:100%;
}
.body_pic img {
    float:left;
    max-width:250px;
    padding:20px;
}

.tab_header {
    width:200px;
}
.addLink {
    background-color: #c7e9c5;
    font-weight: bold;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 415px) and (max-width: 1180px)
{
    #homecontainer{
    background-color:#fff;
    display: grid;
    grid-template-columns:  repeat(12, 1fr);
    background-color: transparent;
    padding:10px;
    font-size: 0.7em;
    max-width:500px;
}
#area0,

#area2,
#area5,
#area4,
#area3,
#area6 {
    background-color: #fff;
    border-radius: 100%;
    padding: 20px;
    border: 1px outset green;
     max-width:290px;
}

#area2 {
    grid-column-start: 1;
    grid-column-end: 6;
    margin: auto;
    display: block;
}
#area3 {
    grid-column-start: 2;
    grid-column-end: 3;
}
#area4 {
    grid-column-start: 4;
    grid-column-end: 5;
}
#area5 {
    grid-column-start: 2;
    grid-column-end: 3;
}
#area6 {
    grid-column-start: 4;
    grid-column-end: 5;
}

#area1 {
    background-color: #ddd;
    grid-column-start: 1;
    grid-column-end: 12;
    margin: auto;
    display: block;

    grid-row-start:3;
    grid-row-end:5;
    width: 460px;
    height: 300px;
    margin-left:50px;
    text-align: center;
    border-radius: 50%;
}
#area1 li,
#area2 li,
#area4 li,
#area5 li,
#area3 li,
#area6 li {
    list-style: none
}

#area1 img {
    max-width:100px;
}
#area3 img {
    max-width:250px;
    margin: auto;
    display: block;
    padding:10px;
}

#area4 img,
#area5 img,
#area2 img,
#area6 img {
    max-width:220px;
    margin: auto;
    display: block;
    padding:10px;
    
}
    .partner-menu img {
      
        width: auto;
        border: 1px dotted black;
    }

    .main-menu-top .menu,
    .site-menu .menu,
    .site-menu .main-menu-text{
        display: none;
    }

    .footer-menu {
        margin-top:15px;
        text-align: center;
        line-height: 280%;
    }


    .footer-menu li a{
        color:#fff;
        padding-left:10px;
        font-size: 0.7em;
        font-weight: bold;

    }

    .home_single_picture img {
        max-height: 200px;
        margin-right: 30px;
        margin-top: 10px;
    }
}
/* Medium devices (laptops, 2025px and up) */
@media only screen and (min-width: 1024px)
{
    .main-menu-text {
        display:none;
    }

}
/* Medium devices (mobiles,  up to 414px) */
@media only screen and  (max-width: 414px) {
    .main-menu-top .menu {
        display: none;
    }
    .newsVideoContainer video{
        max-width: 250px;
        height: auto;
        margin-top:-45px;
    }
}

