/*
Name: style.css
Description: CSS-Datei für Ulli' s Webseite (index.html)
Version: 1.0
*/

/* ################# STANDARDEINSTELLUNGEN ################# */

body {
    font-family: calibri, sans-serif;
    background-color: #e3e3e3;
}
h1, p {
    margin: 0;
}

/* ################# HEADER ################# */

/* Header ----------- */

header {
    width: 100%;
    background-image: url(../grafik/back.png);
    }

header .flex-box-sm {
    height: 60px;
    align-items: center;
}

/* Logo ----------- */
header .logo img {
    height: 130px;
    padding-top: 100px
}

/* Menü - Button ----------- */
header .menu .menu-button {
    display: none;
}

/* Menü ------------*/

header .menu {
    font-size: 1.13em ;
    text-align: right;
}

header .menu ul li{
    list-style: none;
    display: inline;
    margin: 0 0 0 35px;
}
header .menu ul li:first-child {
    margin: 0;
}
header .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms;
    position: relative;
    top: 0;
}
header .menu ul li a:hover {
    top: 1px;
    color:#00ff62;
}

/* ################# BANNER UND INHALT ################# */

/* Banner ----------- */
.banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/DucBV5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;  
}

.banner .overlay {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.1) 40%, rgba(227, 227, 227, 0.97) 100%);
   }

.banner h1 {
    text-align: center;
    color: #ffffff;
    font-size:   3.2em;
    font-family: britannic;
    font-style: italic;
    font-weight: bold;
    text-shadow: 5px 5px 10px #000000;
    padding-top: 180px;
}

.banner h2 {
    text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    font-family: sans-serif;
    padding-top: .1em;
    text-shadow: 5px 5px 10px #000000;
}

/* Inhalt ----------- */
.inhalt .flex-box-sm {
    background-color: #ffffff;
    margin: -150px 15px 15px 15px;
    padding: 15px 15px 30px 15px;
    width: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.26);
}

.inhalt p {
    text-align: justify;
    padding-top: 0.5em;
    color: #71716b;
    line-height: 1.2em;
}

.inhalt h4 {
    color:#fff;
    text-shadow: 3px 2px 5px #000000;
    border-style: solid;
    border-width: 0.12em;
    border-color: #000000;
    border-radius: 0 0.5em 0.5em;
    padding: 0.3em;
    background-color: #888080;
    /*display: table;*/
}

.inhalt h5 {
    color: #71716b;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.inhalt ul li {
    color: #71716b;
    font-weight: bold;
    font-style: italic;
    /*padding-left: 20px;*/
    /*list-style-position:inside*/
    display: list-item; 
    margin-left:40px;
}

.bild_01 {
    width: 150px;
    height: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    float: right;
    margin: 8px 10px 0 15px;
}

.bild_01a {
    width: 250px;
    height: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: 8px 15px 10px 0px;
 }

.bild_02 {
    width: 150px;
    height: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: 8px 15px 8px 0px;
}

.bild_03 {
    width: 200px;
    height: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    float: right;
    margin :8px 10px 0 15px;
}

.bild_04 {
    width: 90px;
    height: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: 8px 15px 10px 0px;
    
}

.spruch_01 {
   text-decoration: underline;
    display: table;
    padding-bottom: .5em;
      
    
   }

figure, figcaption {
    margin: 0;
    padding: 0;
}

figcaption {
    grid-column: 1 / -1;
}

figure img {
	width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    
}

.gallerie_01 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 1em;
    color: #71716b;
    margin: 30px 0 35px 0;
    text-align: center;
    
}

h6 {
    font-size: 18px;
    text-align: center;
    color: #71716b;
    
}

.anlass {
    width: auto;
    height: auto;
    }
    
.anlass img {
    width: 300px;
    height: auto;
    filter: drop-shadow(5px 5px 5px gray);
    display: block;
    margin: auto auto;
    
}



/* ################# FOOTER ################# */

footer {
    width: 100%;
    background-color: #888080;
    color:#fff;
    
} 
footer .flex-box-sm {
    height: 50px;
    align-items: center;
}
footer .rechtliches {
    text-align: right;
}
footer .rechtliches ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 20px;
}
footer .rechtliches ul li:first-child {
    margin: 0;
}
footer .rechtliches ul li a {
    color: #fff;
    text-decoration: none;
}
footer .rechtliches ul li a:hover {
    text-decoration: underline;
}

/* ###################################################### */
/* ######### MOBILE ANPASSUNG ########################### */
/* ###################################################### */

@media screen and (max-width: 768px) {
/* Header ----------- */
    header {
        position: absolute; 
        top: 0;
        left: 0;
    }
    header .flex-box-sm {
        height: 60px;
    }
    
/* Logo ----------- */
    header .logo {
        height: 60px;        
    }
    
    header .logo img {
        height: 130px;
        margin: 0px 0px 0px 15px;
        padding-top: 13px;
    }
    
/* Menü - Button ----------- */
    header .menu .menu-button {
        display:block;
        position: absolute;
        height: 24px;
        top: 18px;
        right: 18px;
        cursor: pointer;
    }

/* Menü ------------*/

    header .menu {
        font-size: 18px;
        text-align: center;
    }

    header .menu nav {
        background-color: rgba(204, 200, 200, 0.33);
        /*background-image: url(../grafik/back.png);*/
        padding: 2px 0px;
        display: none;
        position: relative;
    }
    
    header .menu nav.open-menu {
        display: block;
        animation: open-menu 250ms ease-out 0s normal forwards;
    }
    
    header .menu nav.close-menu {
        display: block;
        animation: close-menu 250ms ease-out 0s normal forwards;
    }
    
    header .menu ul li , header .menu ul li:first-child{
        list-style: none;
        display: block;
        margin: 0 0 0 0px;
        padding: 2px 0px;
    }
    
/* Überschrift ----------*/
    
    .banner h1 {
    padding-top: 280px;
    font-size: 36px;    
    }

/* Inhalt ----------------*/
    
 .inhalt .flex-box-sm {
    background-color: #ffffff;
    margin: -50px 5px 5px 5px;
    padding: 10px;
    } 
    
    .bild_01a {
        float: none;
        display: block;
        margin: .5em auto;
    }

/* Footer ----------------*/
    
    footer .flex-box-sm {
        height: auto;
        padding: 10px;
        flex-direction: column-reverse;
    } 
    
    footer .copyright, footer .rechtliches {
        text-align: center;
        margin-bottom: 5px;
    }

}