body {
    margin: 0px;
    padding: 0px;
    font-family: 'Mulish', sans-serif;
    /*background-color: transparent;*/
    line-height: 24px;
    background-image: url("city1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body a {
    text-decoration: none;
    color: rgb(122, 98, 67);
}

/*Material light design*/
/* Uses a transparent header that draws on top of the layout's background */
.demo-layout-transparent {
    background: url('../assets/demos/transparent.jpg') center / cover;
    position: sticky;
    top: 0px;
  }
  .demo-layout-transparent .mdl-layout__header,
  .demo-layout-transparent .mdl-layout__drawer-button {
    /* This background is dark, so we set text to white. Use 87% black instead if
       your background is light. */
    color: white;
    
  }

header {
    background-color: transparent;
    color: #CEE3F6;
    margin: 40x;
    padding: 24px;
    text-align: center;
    
}

    header a {
        color: crimson;
        font-weight: 900;
        font-size: larger;
    }

    #teaser {
        width: 100%;
        height: 200px;
    }
    
        #teaser img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale() opacity(70%);
        }
    
    @media screen and (min-width: 800px) {
        #teaser {
            height: 300px;
        }
    }

    .demo-list-control {
        width: 300px;
        
      }

    .demo-list-radio {
        display: inline;
        
      }

/*nav {
    background-color: transparent;
    margin: 40px;
    padding: 24px;
    text-align: center;
    backdrop-filter: blur(4px);
}

    nav a {
        color: aliceblue;
        font-weight: bold;
        font-size: larger;
    }

        nav a:hover {
            color: crimson;
            font-size: x-large;
        }

    nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
*/
#about-us {
    background-color: #cee3f67e;
    margin: 40px;
    padding: 24px;
    border-radius: 24px;
}

#products {
    background-color: #cee3f67e;
    margin: 40px;
    padding: 24px;
    border-radius: 24px;
}

    #site-list li img {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }

        #site-1 {
            background-color: rgb(135, 235, 152);
        }
        #site-2 {
            background-color: rgb(135, 235, 152);
        }
        #site-3 {
            background-color: rgb(135, 235, 152);
        }
        #site-4 {
            background-color: rgb(135, 235, 152);
        }

#contact {
    background-color: #cee3f67e;
    margin: 40px;
    padding: 24px;
    border-radius: 24px;
}

#impressum {
    background-color: #cee3f67e;
    margin: 40px;
    padding: 24px;
    border-radius: 24px;
}

#footer-nav {
    background-color: transparent;
    margin: 40px;
    padding: 24px;
    text-align: center;
}

    #footer-nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #footer-nav a {
        color: aliceblue;
        font-weight: bold;
        font-size: larger;
        padding: 16px;
        background-color: gray;
        border-radius: 5px;
        opacity: 60%;
    }

    #footer-nav a:hover {
            color: crimson;
            font-size: x-large;
    }

footer {
    background-color: transparent;
    margin: 40px;
    padding: 16px;
    text-align: center;
    color: gray;
}

.formcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

form {
    display: flex;
    flex-direction: column;
    padding: 2% 20% 2% 5%;
    width: 30vw;
    
}

input {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.4em;
}

/*
header {
    margin-top: 32px;
}

header a {
    padding: 24px;
    font-weight: bold;
    color: rgb(124, 87, 38);
    text-decoration: none;
}

header a:hover {
    color: rgb(0, 0, 0);
    text-decoration: overline;
}

.top {
    display: flex;
    justify-content: space-around;
    align-items: center;    
    padding-left: 16px;
    padding-right: 16px;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#teaser {
    width: 100%;
    height: 300px;
}

#teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 800px) {
    #teaser {
        height: 400px;
    }
}

nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(4px);
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

nav ul li a {
    padding: 24px;
    font-weight: bold;
    color: burlywood;
    text-decoration: none;
}

nav ul li a:hover {
    color: gray;
    text-decoration: overline;
    font-weight: 900;
}

#footer-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

#footer-nav ul li a {
    padding: 16px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

#footer-nav ul li a:hover {
    font-weight: 700;
    text-decoration: none;
    color: goldenrod;
}

#site-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

#site-list li a {
    padding: 16px;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: darkgoldenrod;
}

#site-list li a:hover {
    font-weight: 900;
    font-size: 32px;
    color: darkolivegreen;
}

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

footer {
    padding: 16px;
    text-align: center;
    color: gray;
}
*/

