*{  box-sizing: border-box; font-size: 30px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; }
body{background-image: url("../Bilder_HT/HG2.jpg"); background-repeat: no-repeat; background-attachment: fixed; color: darkblue;} 

.flex-containerNav {  display: flex;  flex-direction: row;   background-color: transparent; justify-content: flex-end; align-items: center; padding-top: 15px; padding-right: 85px}
.flex-containerNav a { text-align: center; font-size: 1em; }

.flex-container1 {  display: flex;  flex-direction: row;   background-color: transparent; justify-content: flex-start; align-items: center; padding-top: 5px; padding-left: 75px}
.flex-container1 div { text-align: center; font-size: 2em; font-weight: bold;}

.flex-container2 {  display: flex;  flex-direction: row;   background-color: transparent; justify-content: flex-start; align-items: center; padding-top: 15px; justify-content: space-between; }
.flex-container2 div { text-align: center; font-size: 1.75em; }

.flex-container3 {  display: flex;  flex-direction: row;   background-color: transparent; justify-content: flex-start; align-items: center; padding-top: 10px; justify-content: space-between; }
.flex-container3 div { text-align: center; font-size: 1.5em; }


/* Small devices (portrain tablets, 600px and up) */
@media only screen and (orientation: portrait) and (min-width: 600px){

    .flex-containerNav{padding-right: 35px; font-size: 0.75em;}
    .flex-container1 div { font-size: 1em;}
    .flex-container2 div { font-size: 1.25em; padding-top: 50px;}
    .flex-container3 div { font-size: 1em; }




}


