* {
    padding: 0;
    margin: 0
}

html, body {
    height: 100vh;
}

body {
    line-height: 1.8
}

h1 {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 5px
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
h1 {
    font-size: 42px;
    padding-right: 48px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
h1 {
    font-size: 66px;
    padding-right: 62px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
h1 {
    font-size: 72px;
    padding-right: 92px;
}
}

ul {
    list-style-type: none;
}

ul li:first-child {
    padding-bottom: 16px;
}

ul li:last-child {
    padding-top: 16px;
}

.filterDiv {
    display: none;
    /* Hidden by default */
  }

  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }

.w3-button.active {
    background-color: #666;
    color: white;
  }

.bw-zoom-in {cursor: zoom-in}

hr {
    margin-left: auto;
    margin-right: auto;
    width: 40%
}

/* header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("../images/marilyn-2000x1125.jpg");
    min-height: 100%;
}

.w3-bar .w3-button {
    padding: 16px
}

.bw-img-container,
.bw-text-container {
    flex: 1;
    padding: 32px
}

/* meine Arbeiten */
.bw-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bw-text-item,
.bw-img-item {
    flex: 1;
}

.bw-text-item {
    text-align: center
}

/* Medium devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bw-flex-container {
        flex-direction: row
    }

    .bw-flex-container:nth-of-type(even) {
        flex-flow: row-reverse;
    }
}

/* legal section */
.bw-legal {
    overflow: auto;
    max-height: 600px
}

.bw-legal p {
    font-size: 13px
}

.bw-legal ul li {
    padding: 0; 
}

.bw-legal h3 {
    font-size: 20px;
    font-weight: bold;
}

.bw-legal h4 {
    font-size: 18px;
}