body {
    font-family: 'Roboto', sans-serif;
    background-color: #F3F5F6;
    /*padding-left: 100px;
    padding-right: 100px;*/
}
.mdl-layout {
    height: auto;
}
.headline {
    display: flex;
    justify-content: center;
}

.headline h1 {
    text-align: center;
}

.headline-small {
    display: none;
    justify-content: center;
}

.navigation-container{
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.page-header {
    background-color: white;
}

.header-icon {
    width: 100px;
}
.header-icon-full {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: center;
}

@media only screen and (max-width: 635px){
    .header-icon {
        display: none;
    }
}

@media only screen and (max-width: 365px) {
    .headline {
        display: none;
    }
    .headline-small {
        display: block;
    }
}


.headline .headline-small {
    align-content: center;
}
.header-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headline {
    color: #831D17;
}

.text-highlight {
    color: #484846;
    font-size: 55px;
}

.image-container {
    background-color: white;
    padding: 16px;
}

.navigation-element {
    color: #831D17;
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;
}

.navigation-element:hover {
    text-decoration: underline;
}

.main-grid {
    max-width: 1000px;
}

.my_supporting_text {
    padding: 16px;
}


.text-container {
    width: 100%;
    background-color: #DEDEDE;
    /*padding: 8px;*/
    color: #484846;
    font-weight: 600;
}

.page-footer {
    background-color: #fafafa;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }