/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.08.2016, 16:36:52
    Author     : Olli
*/

body {
    background-color: #efe4b0;
    color: #004900;
    padding: 0px;
  	padding-top:2px;
  	padding-left:2px;
    margin:0px;
  	height: 100%;
}
a { text-decoration: none; }
.body-pic  { margin: auto;      }
.textfarbe { color: #004900;  }
.hintergrundfarbe { background-color: #efe4b0 }
.td   { white-space: nowrap; }



.mitem1 {
    /*background-color: #ff4f01;*/
    background-color: #bf0513;
    border-radius: 5px;
    box-shadow: 5px 5px 10px grey;
    text-decoration: none;
    color: #fff;
    height: 30px;
    margin: 15px 0;
    width: 220px;
    font-style: italic;
    font-family: Arial;
    padding-top: 12px;
    text-align: center;

}



.logo-div{
    margin-left: auto; 
    margin-right: auto;
    margin-top:10px;
}

.grid {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    /* 6 gleich hohe Zeilen */
    row-gap: 5px;
    /* Abstand zwischen den Zeilen */
    height: auto;
    /* Beispielhöhe für das gesamte Grid */
    padding-bottom: 50px;
    border-radius: 10px;
    width: calc(15vw);
}

.zeile {
    background-color: #bf0513;
    color: #fff;
    box-shadow: 5px 5px 10px grey;
    font-style: italic;
    cursor: pointer;
    padding: 10px;
    font-family: Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    
}



.mitem1:hover {
    background-color: #ff4f01;
    cursor: pointer;
    cursor: hand;
}


.menucontainer {

    background-color: #eee;
    border-radius: 10px;
    
    overflow: hidden;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    gap: 10px;
    flex: 1 0 220px;
    /* Flex-Wert, aber minimale Breite */
    width:210px;
    
    /* Align menu-boxes to the right */

}

.navicontainer {
    display:flex;
    flex-direction: column;
    padding-right: 30px;
    width:210px;
}

.navifooter {
    align-self: center;
}

.view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0px;
    padding:0px;
}

.header{
    position: sticky;
    display: flex;
    width: 100%;
    height: auto;
    /*border:2px solid green;*/
    flex-flow:row nowrap;
    align-items: center;
    text-align: center;
    font-family: comic sans-serif;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
    z-index: 1000;
    background-color: #efe4b0;
    top: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 12px;
    justify-content: space-between; 
    row-gap: 10px;
}



.footer {
    bottom: 0;
    display: flex;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2), 0 -4px 10px 0 rgba(0, 0, 0, 0.19);
    position: sticky;
    width: 100%;
    height: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2px;
    z-index: 1000;
    background-color: #efe4b0;
}
.contact-a{color:#000049; font-weight: bold; font-family:comic sans-serif;}
.contact-div{ position: absolute; left: 3px; white-space: nowrap;  } 
.infos{ display:flex; margin-left:auto; color:#004900; font-size: 10px;}
.hamburger-menu {
    display:block;
    position: sticky;
    height: auto;
    flex-wrap: nowrap;
    margin-left:20px;
    cursor:pointer;
}




.splitter {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-div {
    display: flex;
    
    flex-direction: column;
    /*border:1px solid green;*/
    color: #004900;
    /*align-items: center;*/

}

.picdiv {
    display: flex;
    flex-direction: column;
    /*border:1px solid blue;*/
    margin: 30px;
    gap: 30px;

}

.textdiv {
    display: block;
    /*border:1px solid violet;*/
    width: 100%;
}

.listdiv {
    display: flex;
    /*border:1px solid orange;*/
}

.kategorie_bild_oben_links {

    background-repeat: no-repeat;
    background-size: 100% 100%;
}