/* ================== Stylesheet OWF-Homepage ================== */
/* ================== Version 2.00 ================== */

/* ==========================================================================
   1. Resonsive Design
   ========================================================================== */

@font-face {
    font-family: quicksand-var;
    src: url("./quicksand_var.woff2") format('woff2');
}

@font-face {
    font-family: opensans-regular;
    src: url("./opensans_regular.woff2") format('woff2');
}

/*
@font-face {
    font-family: caveat-var;
    src: url("./caveat_var.woff2") format('woff2');
}*/
/*
.quicksand-var {
    font-family: quicksand-var;
}

.quicksand-regular {
    font-family: quicksand-regular;
}

.quicksand-light {
    font-family: quicksand-light;
}

.roboto-regular {
    font-family: roboto-regular;
}

.roboto-light {
    font-family: roboto-light;
}

.opensans-regular {
    font-family: opensans-regular;
}

.opensans-light {
    font-family: opensans-light;
}


.caveat-var {
    font-family: caveat-var;
}*/

/* ================== zentrale Definitionen ================== */

:root {
    --text-farbe-standard:      #333333;    /* dunkles grau für Fließtext */
    --text-farbe-dunkelgrau:    #555555;    /* helleres grau */
    --text-farbe-weiss:         #ffffff;    /* Schriftfarbe weiß */

    --hintergrund-seite:        #f8f9fA;    /* sanfte Off-White für den Body */
    --hintergrund-seite-alt:    #e9eae7;    /* alter Hintergrund */
    --hintergrund-contentbox:   #ffffff;    /* Reinweiß für die Content-Box */
    --hintergrund-homepage:     #ffffff;    /* Hintergrund für die Homepagetexte */

    --schatten-farbe-dunkelgrau:#555555;    /* Schattenfarbe dunkel-grau */
    --schatten-farbe-hellgrau:  #888888;    /* Schattenfarbe hell-grau */

    --schatten-farbe-schwarz-20:#0000004d;    /* Schattenfarbe hell-grau */
    --schatten-farbe-schwarz-30:#00000033;    /* Schattenfarbe hell-grau */

    --objekt-weiss:             #ffffff;    /* Objektfarbe weiß */
    --objekt-transparent:       #ffffff00;  /* Objektfarbe transparent */
 
    --akzentfarbe-oliblau:      #007bff;    /* Akzentfarbe Oli-Blau */
}



/* ==========================================================================
   2. HTML Struktur
   ========================================================================== */

html {
    position: absolute;
}

body {
    margin-top: 2em;
    margin-left: 3em;

    font-family: opensans-regular;
    font-size: 18px;

    overflow-x: hidden;

    color: var(--text-farbe-standard);
    background-color: var(--hintergrund-seite);
}

header {
    font-size: 1em;
}

nav {
    font-size: 1em;
    padding-bottom: 0.3em;
    padding-left: 3em;
}

main {
    margin-left: 1em;
    background-color: transparent;
}

h1, h2, h3 {
    font-family: quicksand-var;
    margin: 0 0 0 0;
    font-weight: bolder;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

footer {
    margin-top: 3em;
    padding-bottom: 0.75em;
    height: 2.5em;
    width: 100%;
    bottom: 0;
    position: relative;
}

/* ------------------ Header ------------------ */

.headerfoto{
    /*width: 105em;  1920 x 520 Pixel, umgerechnet auf em mit :18 */
    /*height: 29em;  1920 x 520 Pixel, umgerechnet auf em mit :18 */
    margin-top: -2em;
    margin-left: -3em;
    object-fit: cover;
    object-position: left;
    position: absolute; 
    z-index: -2;
}

.ueberschrift-weiss {
    color: var(--text-farbe-weiss);
    text-shadow: 0.075em 0.075em 0.15em var(--schatten-farbe-dunkelgrau);
    margin-left: 0.5em;
}

.unterueberschrift-weiss {
    color: var(--text-farbe-weiss);
    text-shadow: 0.075em 0.075em 0.15em var(--schatten-farbe-dunkelgrau);
    margin-left: 1.5em;
}
   

/* ------------------ Menü ------------------ */

.menu-objekt {
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 1.5em;

    background-color: var(--objekt-weiss);
    color: var(--text-farbe-standard); 
    
    height: 2.5em;
    display: inline-block;

    align-content:center;

    font-family: opensans-regular;
    font-weight: bold;
    /*font-variant: small-caps;*/
    

    border-radius: 0.25em;
    text-align: center;

    border: none;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: var(--schatten-farbe-schwarz-30) 0em 0.125em 0.25em, var(--schatten-farbe-schwarz-20) 0em 0.5em 0.75em -0.25em, var(--schatten-farbe-schwarz-20) 0em -0.25em 0em inset;
    flex-shrink: 0;


}

.menu-objekt:hover {

    background-color: var(--akzentfarbe-oliblau);
    color: var(--objekt-weiss);
    cursor: pointer;
}



/* ------------------ Homepage Texte ------------------ */

.homepage-background {
    background-color: var(--hintergrund-contentbox); 
    padding: 2em 2em 1em 2em; 

    border: none;
    border-radius: 1em;
    
    box-shadow: var(--schatten-farbe-hellgrau) 0em 0.1em 0.2em;
}

.homepage-ueberschrift {
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 1.1em;
    color: var(--akzentfarbe-oliblau);
}

.homepage-absatz {
    margin-bottom: 1.5em;
    margin-left: 1em;
    margin-top: 0em;
}

.homepage-list {
  margin-bottom: 1em; 
  list-style-type: none; 
  padding-left: 0;  
}

/* ------------------ Homepage Kontaktlinks ------------------ */
.homepage-kontakt-box {
    margin-left: -2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.homepage-kontakt-label {
    display: inline-block;
    width: 6em;
    text-align: right;
    margin-right: 0.8em;
}

.homepage-kontakt-link {
    color: var(--akzentfarbe-oliblau);
    font-weight: bolder;
    text-decoration: none;
}

.homepage-kontakt-link:hover {
        color: var(--text-farbe-standard);
}

.homepage-unterschrift-foto {
    width: 15em;
}


/* ------------------ Allgemeine Eigenschaften ------------------ */

.blau {
    color: var(--akzentfarbe-oliblau);
}


/* ------------------ Abstände Padding & Margin ------------------ */

.objekt-objekt-padding-l-1 {
    padding-left: 1em; 
    display: inline-block;
}
.objekt-padding-l-2 {
    padding-left: 2em; 
    display: inline-block;
}

.objekt-margin-b-2 {
    margin-bottom: 2em;
}

.objekt-margin-b-3 {
    margin-bottom: 3em;
}

/* ------------------  Height und Width ------------------ */

.max-width-875 {
    max-width: 875px;
}

.max-width-55-55 {
    max-width: 55.55em;
}




/* ------------------ Homepage-Foto-Eigenschaften ------------------ */
.homepage-foto-owf {
    margin: auto;
    margin-right: 6.555em;
    position: relative;
    height: 17em;
}

.homepage-foto-owf-overlay {
    height: 17em;
    border: 2em solid var(--objekt-transparent);
}

.homepage-foto-owf-ausrichtung {
    height: 21em;
    padding-left: 21em; 
    margin-top: -17em;
}

.homepage-foto-rahmen-links {
    position: absolute;
    left: -0.6em;
    bottom: -3.5em;
    rotate: -90deg;
}

.homepage-foto-rahmen-rechts {
    position: absolute;
    right: -6.5em;
    top: 0.5em;
    rotate: 90deg;
}

.homepage-foto-rahmen-element-senkrecht {
    width: 8.333em;
    height: 0.555em;    
    
    background: var(--akzentfarbe-oliblau);
    
    border-top-right-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
}

.homepage-foto-rahmen-element-waagerecht {
    width: 0.555em;
    height: 6.666em;
    
    background: var(--akzentfarbe-oliblau);
    
    border-bottom-left-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
}



/* ------------------ Homepage-Footer-Eigenschaften ------------------ */
.homepage-footer-schrift {
    font-size: 0.9em;
    font-weight: bold;
}

.homepage-footer-link-farbe-schwarz {
    color: var(--text-farbe-standard);
    text-decoration: none;
}

.homepage-footer-link-farbe-schwarz:hover {
    color: var(--akzentfarbe-oliblau);
}


/* ------------------ Overlay ------------------ */
.overlay_box {
    width: 75%;
    height: 75%;

    margin-left: 7.5em;
    margin-top: 7.5em;

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 var(--akzentfarbe-oliblau);

    background-color: rgb(255, 255, 255);

    position: relative;

    padding: 2em;
}

.overlay_text {
    margin-left: 2em;
    margin-top: 2em;
    position: absolute;
}

.overlay_footer {
    position: absolute;
    bottom: 0;
    font-size: 0.8em;

    margin-left: 1rem;
    margin-bottom: 0.2rem;
}

.overlay_background {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
    cursor: default; 
}

.overlay_article {
    color:  var(--text-farbe-standard);
}

.overlay_article_überschrift {
    color: var(--akzentfarbe-oliblau);
}

/* ==========================================================================
   1. Resonsive Design
   ========================================================================== */

@media (max-width: 768px) {
    
    html {
        position: relative;
    }

    .headerfoto{
    /*width: 105em;  1920 x 520 Pixel, umgerechnet auf em mit :18 */
    height: 15em;  /* 1920 x 520 Pixel, umgerechnet auf em mit :18 */

}


    body {
        font-size: 9px;
        width: auto;
    }
/*
    .max-width-55-55
    {
        max-width: 35em;
    }

*/
    .menu-objekt {
        flex-direction: column;
    }

    .homepage-foto-owf {

        height: 3em;
    
    
    position: relative;
    
}

.homepage-foto-owf-overlay {
    height: 8em;
    margin-left: 12em;
    border: 0em solid var(--objekt-transparent);
    
}

.homepage-foto-owf-ausrichtung {
    flex-direction: column;
   
    height: 5em;
    padding-left: 11em; 
    width: 2em;
    margin-top: -14em;
}

.homepage-foto-rahmen-element-senkrecht {
    width: 0em;
    height: 0em; 
    
    /*   width: 8.333em;
    height: 0.555em; */
    
    background: var(--objekt-transparent);
    
    border-top-right-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
}

.homepage-foto-rahmen-element-waagerecht {
    width: 0em;
    height: 0em;

    /*width: 0.555em;
    height: 6.666em;*/
    
    background: var(--objekt-transparent);
    
    border-bottom-left-radius: 0.15em;
    border-bottom-right-radius: 0.15em;

}
    .homepage-kontakt-box {
        
    margin-left: -2em;
    padding-top: 0.5em;
    padding-bottom: 1em;

}

.homepage-unterschrift-foto {
    width: 15em;
    margin-top: -5em;
    margin-left: 20em;
}






/* ------------------ Ende ------------------ */

/* ------------------ Reste / Baustelle ------------------ */

/*
#overlay_lebenslauf {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
    cursor: default;
}

#overlay_uebermich {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
    cursor: default;
}

#overlay_ueberseite {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
    cursor: default;
}

 .ueberschrift-standard {
    font-family: quicksand-var;
    font-weight: 900;
    font-size: 3.0em;

}


*/


/* Original vor Anpassungen
.fotoecke-links {
    position: absolute;
    left: -10px;
    bottom: 16px;
    rotate: -90deg;
}

.fotoecke-rechts {
    position: absolute;
    right: -108px;
    top: 10px;
    rotate: 90deg;
}

.ecken-element-1 {
    width: 150px;
    height: 10px;
    border: none;
    
    background: var(--akzentfarbe-oliblau);
    
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ecken-element-2 {
    width: 10px;
    height: 120px;
    
    background: var(--akzentfarbe-oliblau);
    
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    */


/*ul li {
  margin-bottom: 1em; 
  list-style-type: none; 
  padding-left: 0;  
}*/

/*


.link-farbe-schwarz {
    color: #555555;
    text-decoration: none;
}

.link-farbe-schwarz:hover {
    color: #d2d2d2;
}

.footer.objekt {
    display: inline;
    padding-right: 0.75em;
}

.footer-update {
    font-size: 0.6em; 
    font-weight: normal; 
    padding-left: 1em; 
    padding-top: 1em;
}
*/

/*
.foto {
    margin: auto 10px;
    margin-right: 100px;
    position: relative;
}

.foto-eigenschaft {
    border: 2em solid var(--objekt-transparent);
}

.foto-ausrichtung {
    padding-left: 21em; 
    margin-top: -17em;
}

.fotoecke-links {
    position: absolute;
    left: -0.5em;
    bottom: 0.8em;
    rotate: -90deg;
}

.fotoecke-rechts {
    position: absolute;
    right: -6em;
    top: 0.5em;
    rotate: 90deg;
}

.ecken-element-1 {
    width: 8.333em;
    height: 0.555em;    
    
    background: var(--akzentfarbe-oliblau);
    
    border-top-right-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
}

.ecken-element-2 {
    width: 0.555em;
    height: 6.666em;
    
    background: var(--akzentfarbe-oliblau);
    
    border-bottom-left-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
}*/



    /*
    .effekt3d {
    border-radius: 50px;
    border: none;
    color: #fff; 
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif; 
    font-weight: 700; 
    font-size: 30px; 
   
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.2) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -4px 0px inset;
    flex-shrink: 0;
    }
    */

/*



.article.ueberschrift {
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 1.25em;
}

.article.unterueberschrift {
    font-size: 1em;
    font-weight: bolder;
    margin-bottom: 1.0em;
}

.article.absatz {
    margin-bottom: 1.5rem;
    font-size: 1em;
    margin-left: 1em;
}

.article.ende {
    margin-bottom: 0.5em;
    font-size: 1em;
    margin-left: 1em;
}

*/

/*

.fett {
    font-weight: bolder;
}

.links1 {
    margin-left: 1em;
}

.pointer {
    cursor: pointer;
}

.seitenfreiraum-1 {
    margin-bottom: 1em;
}




.seitenfreiraum-3 {
    margin-bottom: 3em;
}

.seitenfreiraum-4 {
    margin-bottom: 4em;
}

.seitenfreiraum-5 {
    margin-bottom: 5em;
}

.seitenfreiraum-10 {
    margin-bottom: 10em;
}

.seitenfreiraum-25 {
    margin-bottom: 25em;
}

.abstand1 {
    margin-bottom: 1em;
}

.abstand2 {
    margin-bottom: 2em;
}


li::marker{
    color: var(--akzentfarbe-oliblau);
}

li.cv{
    padding-bottom: 1em;
}
*/
}