:root {
    --vereinfarbe: #ebddc3;
    --gemeinfarbe: #94b6d2;
    --repairfarbe: #d8b25c;
    --gartenfarbe: #dd8047;
    --rikschafarbe: #968c8c;
    --biotopfarbe: #a5ab81;
    --backfarbe: #c7e9c5;
    --backblue: #034869;
    --backgrey: #eee;
}
.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;
}
.reqrange {
    font-size: 0.8em;
    display: flex;
}

input {
    font-size: 0.8em;
}
#liabil {
    margin-top: 10px;
    font-size: 0.7em;
}

.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;
}
footer {
    color: #fff;
}

.mobile-container {
    width:400px;
}
.mobile-container h4 {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.mobile-display {
    width:370px;
    font-size: 0.8em;
}
#main-body {
    max-width: 1200px;
    margin:5px;
    padding:5px;
}


.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: 50% 50%;
    column-gap: 40px;
    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;
}
.attachmentContainer h4 {
    text-decoration: underline;
    padding:0;
}
.home_document a {
    font-size: 1.2em;
    padding-left: 5px;
}
.home_document td {
    padding:0;
    border: 1px dotted black;
}

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

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

}

.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-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;
}

.container {
    width:100%;
    height: 100%;
    background: #fffddd;
    box-shadow: 10px 10px 5px #888888;
}
header {
    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:  100%;
}

.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;
}

header img {
    width: 400px;
}

.back_blue {
    background-color: #fff;
    color: #fff;
    box-shadow: 10px 10px 50px grey;
}

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

#profiles {
    margin-top: 10px;
    font-size: 0.9em;
}

#top-nav {
    background-color: #e6f0db;
}

#top-nav #logo img {
    max-width: 150px;
    max-height: auto;
    margin-bottom: 10px;
}
.mobile-menu-top {
    display: grid;
    grid-template-columns:  50% 50%;
    gap: 10px;
    padding-top: 20px;
    text-align: left;
    background-color: #eef4e8;
    box-shadow: 10px 10px 50px grey;
}

.mobile-menu-top img {
    max-width: 150px;
    padding-left: 10px;
}

.mobile-menu-top  a{
    font-size: 1.2em;     
}

.mobile-menu-top a:hover{
    font-size: 1.2em;
    color: red;
}

#area-site {
    font-size: 1em;
    font-weight: bold;
    color: var(--backblue);
    padding-left: 10px;
}
.article_header {
    font-size: 1.5em;
    color: green;
    padding-top: 15px;
}

#article-header-title {

}
#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 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;
}


.video_display video,
.video_text {
    max-width: 450px;
}

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

.headline {
    font-size:1.5em;
}

.inline {
    display: inline;
}




#row4 {
    background-color:#dd8047;
    color: white;
}

#row2 {
    background-color:#77bb41;
    color: white;
}
#row3 {
    background-color: #968c8c;
    color: white;
}

#row0,
#row1,
#row2,
#row3,
#row4,
#row5 {
    padding: 5px;
    box-shadow: 10px 10px 50px grey;
}

#row5 .home_text,
#row5 .home_title{
    color: #000;
}

.site-logo img{
    max-width:180px;
    max-height: 80px;
    border: 1px solid;
}

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

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

.site-menu li, .partner-menu li {
    display: inline-block;
    padding: 10px;
}

.partner-menu img {
    max-height: 50px;
    width: auto;
    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: 1.1em;
    background-color: var(--backblue);
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#footer_left {
    align-items: left;
    width: 250px;
}

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

}
.footer-menu li {
    list-style: none;
}
.footer-menu li a{
    color:#fff;
}
.partner-menu .menu {
    background-color: var(--backgrey);
}
#profiles {
    display: grid;
    grid-template-columns: repeat(12);
    gap: 20px 20px;
}

#act_message {
    background-color: #fff !important;
    padding: 20px;
}

#act_message h4 {
    color:black;
}

.textblock p {
    background-color: var(--backgrey);
    color:darkblue;
    font-size: 1.2em;
    padding:5px;
}

.news-text {
    max-width: 450px;
}

.news-textheader {
    font-size: 1em;
    font-weight: bold;
}

.imagetext {
    padding-right: 20px;
    min-height:350px;
}

.it-image  img{
    max-height:300px;

    padding:10px;
}
.it-text {
    max-width: 1450px;
    font-size: 0.8em;
    font-style: italic;
    padding:10px;
    margin-bottom: 20px;
}


.news-textbody {
    font-size: 0.7em;
    font-style: italic;
}

.home_single_picture img {
    max-height: 200px;
    margin-right: 30px;
    margin-top: 10px;
}
#home_headline {
    background-color: #f1f3f2;
    font-size: 1.2em;
    padding-left: 10px;
}


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

#act_articles {

}
/*************************
Artikel Lyout CSS Steuerung
*************/
.mainArticleContainer {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap:15px;
    padding: 20px;
}
.mainArticleContainer {
    min-width: 500px;
}

.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;
    grid-column-start:1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    max-width: 200px;
}

.article_image img {
    min-width: 150px;
}
.article_text {
    grid-column-start: 3;
    grid-column-end:4;
    grid-row-start: 2;
    grid-row-end: 4;
}
.article_footer {
    display: flex;
    justify-content: space-between;
    font-size: 1.1em;
    border:1px dotted black;
    padding-right: 20px;
    margin-top: -20px;
    background-color: #eef4e8;
}

#jump {
    text-align: left;
    float:left;
}
#published {
    float: right;
}
.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: 250px;
    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;
    border:1px dotted green;
}

.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;
}

.art_content {
    margin-top:10px;
}

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

.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;
}

.dep_menu {
  background-color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    width:150px;
    padding-left: 10px;
    padding-top:5px;
}

.dep_menu li {
    list-style: none;
    background-color: #eee;
    margin-bottom: 0.6rem;
}

.dep_menu a:hover {
    font-weight: bold;
    color:red;

}

.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;
}

.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 {
    width: 100%;
}
#idMenu li {
    width: 14%;
    text-align: center;
    padding-left: 2px;
    min-width:100px;
}

#idMenu li ul {
    clear: left;
    display: block;
}

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

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

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

#idMenu h3 {
    background: #5A9285 none repeat scroll 0% 0%;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.6em;
    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:block;
}

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

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

/*.home_pic,
.home_left_left,
.home_left_right,
.home_right_right,
.home_rigth_left {
    font-size: 0.8em;
    padding: 5px;
    padding-bottom: 15px;
}
.home_right_title,
.home_title,
.home_left_title {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted black;
}*/


.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{

    padding:10px;
}

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

.home_title {
    font-size: 1.0em;
}

.home_pic {
    max-width: 400px;
    height: auto;
    float:left;
    padding:10px;
}

.home_text {
    font-size: 0.7em;
}
.home_part {
    border-right: 1px solid;
}


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