/* 
  Author: Kai Strathmann
  Project: Main Frame
  Date: 09/2025
*/
  body {         
  /*background-color: #ADBC9A; /*#ADBC9A;   */   
   /*background-image: url("/bild4.jpg");*/
    
    background: #f1f8f360;
    overflow-y: scroll; 
    margin: 0, auto;
    }

p {
    margin-top: 0px;
    margin-bottom: 0px;
    }

.name-grid {
    grid-template-columns: 1fr; 
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Avenir Next, Arial;
    font-weight: 500;
    font-size: 75px;
    color: rgba(10, 18, 86, 0.567); /*rgb(255, 250, 245, .9); */
    letter-spacing: 3px;

    text-transform: uppercase;
    text-align: center;

    margin-top: 14px;
    padding-bottom: 0px;
    padding-top: 10px;
    /*text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1); */
    }
                    
    .name a {
    color: rgba(10, 18, 86, 0.567);
    margin-top: 65px;
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 75px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    }

.profession-grid    {
    display: flex;
    grid-template-columns: 1fr; 
    justify-content: center;
    align-items: center;
    color: rgb(255, 250, 245, 0.9);

    font-family: Avenir Next;
    font-weight: 450;
    font-size: 65px;
    text-transform: uppercase;
    margin-top: -13px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 0.5px dashed black;
    }

.profession-grid a {
        color: rgb(0, 0, 0);
        margin-top: -55px;
        font-family: Avenir Next;
        font-size: 28px;
        font-weight: 450;
        text-decoration: none;
        }

    .profession-grid a:hover {
        color: rgb(10, 18, 86, 0.7);
        }

.profession {
    font-size: 30px; 
    font-family: Avenir Next;
    font-weight: 450;
    text-transform: lowercase;
    letter-spacing: 0.7px;
    color:black;
    }

/* LOWER PART*/

.links-fussnote {
    margin: 0px auto;
    color: black;
    font-family: Avenir Next;
    font-size: 26px;
    font-weight: 450;
    text-transform: lowercase;
    margin-top: 15px;
    margin-bottom: -5px;   
    text-align: center;
    }

    .links-fussnote a {
        color: black;
        margin: 0px auto;
        font-family: Avenir Next;
        font-size: 26px;
        font-weight: 450;
        text-decoration: none;
        padding-right: 30px;
        padding-left: 30px;
        letter-spacing: 10px;
        text-align: center;
        
    }
        .links-fussnote a:hover {
        color: rgb(10, 18, 86, 0.7);
        }

#foot {
    font-size: 14px;
    font-family: Avenir Next, Arial;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-align: center;
    }


/**************HEADER*****************/

.header {
    height: 0px;
    align-items: center;
    }

.headerA {
    background-color: lightblue;
    display: flex;
    align-items: center;
    }

.headerB {
    background-color: lightgrey;
    }

.insta-logo {
    height: 20px;
}

