﻿body {
    background-color: #153786;
    padding: 0 !important;
    padding-top: 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 101%;
}

h1 { color: #00409a; }
.galerie img { margin: 5px; border: 1px solid #ccc; }
.artikel-liste a { text-decoration: none; color: #0066cc; }
.artikel-liste a:hover { text-decoration: underline; }

#aussen {
    max-width: 1150px;
    width: 100%;
    margin: auto;
}

#kopf {
   height: 60px;
}
    #kopf img {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        width:100%;
    }
#ausgabe {
    background-color: white;
    border-left: 1px solid gray;
    padding: 20px;
    margin-left:295px;
    font-size:18px;
    /*min-height: calc(100vh - 150px);*/
    min-height:300px

}
#ausgabe img {
    max-width: 100%;
    height:auto;
}
#hamburger {
    margin: 5px;
    margin-top:0px!important;
    display:none;
    font-size: 24px!important;
    padding:5px!important
}
#hamburger1 {
    font-size: 24px;
    font-weight: bold;
    cursor:pointer;
    
    margin-bottom:0px;
}

.navTitel,.navTitel{
        font-size: 20px !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: bold;
        padding-top:10px;
        padding-left:5px;
        display:block;
        background-color:#168eff;
        color:white;
}

#nav {
    background-color:white;
    width:290px;
    float:left;
    min-height:300px
}

#nav a {
    display: block;
    color: #424242;
    padding: 5px;
    text-decoration: none;
    text-transform:capitalize;
    line-height: 26px;
    font-size: 19px;
    text-align: right;
    border: 1px outset lightgray;
    margin-bottom: 3px;
    background-color: #f4faff;
}
    #nav a::first-letter {
        text-transform: uppercase;
    }

    .asGalerie {
    display: flex;
    flex-wrap: wrap;
}

.asGalerie div {
    width: 180px;
    text-align: center;
    margin: 5px;
    border: 1px solid lightgray;
    padding: 5px;

}

.asGalerie span, .asGalerie textarea {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.asGalerie div img {
    margin: 3px;
    width: 160px;
    height: 107px;
}


.galerietext {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #404040;
    display: block;
    line-height: 22px;
}

@media (max-width: 734px) {
      
    #nav2 {
	border:1px solid gray;
	margin:10px;
	display:none;
}
           #hamburger {
        display: block;
    }
    #nav {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        min-height: initial!important;
    }
    #ausgabe {
        width: 100% !important;
        min-height: 250px;
        margin:0px;
    }
    }
