@charset "utf-8";
/* CSS Document für das Brieing Formular */

@font-face {
    font-family: myFirstFont;
    src: url("material/fonts/Montclar.otf");
  }

  @font-face {
    font-family: RobotoBold;
    src: url("material/fonts/RobotoSlab-Bold.ttf");
  }

  @font-face {
    font-family: OpenSansRegular;
    src: url("material/fonts/OpenSans-Regular.ttf");
  }

@font-face {
    font-family: Designer;
    src: url("material/fonts/DESIGNER.otf");
  }



a {
    text-decoration: none;
    color: #1c1c1c;
}

#zurueck {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 15%;
    height: 10%;
}

#unten {
    position: fixed;
    z-index: 300;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 10%;
}


.notizen{
    border:none;
    width: 250px;
    max-height:300px;
    overflow: auto;
}

.kunde {
    position: relative;
    z-index: 350;
    grid-column: 1 / span 1;
    grid-row: 1;
    background-color: #fff;
}

.kunde:hover {
    position: relative;
    z-index: 350;
    grid-column: 1 / span 1;
    grid-row: 1;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ziel {
    grid-column: 2 / span 1;
    grid-row: 1;
    background-color: #FF0004;
}

.ziel:hover {
    grid-column: 2 / span 1;
    grid-row: 1;
    background-color: #fff;
    background-image: url("material/img/ziel2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aufwand {
    grid-column: 3/ span 1;
    grid-row: 1;
    background-color: #fff;
}

.aufwand:hover {
    grid-column: 3/ span 1;
    grid-row: 1;
    background-color: #fff;
    background-image: url("material/img/zeit.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.layout {
    grid-column: 1/ span 2;
    grid-row: 2/ span 2;
    background-color: darkblue;
}

.layout:hover {
    grid-column: 1/ span 2;
    grid-row: 2/ span 2;
    background-color: #fff;
    background-image: url("material/img/technology-2468063_640_cc0.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}

.bilder {
    grid-column: 3/ span 1;
    grid-row: 2/ span 1;
    background-color: #fff;
}

.bilder:hover {
    grid-column: 3/ span 1;
    grid-row: 2/ span 1;
    background-color: #fff;
    background-image: url("material/img/tree-576863_640.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.farben {
    grid-column: 4/ span 2;
    grid-row: 2/ span 2;
    background-image: url("material/img/farben_paint-2985569_640_cc0.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.farben:hover {
    grid-column: 4/ span 2;
    grid-row: 2/ span 2;
    background-color: #fff;
    /*background-image: url("material/img/color-300343_640_cc0.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.schrift {
    grid-column: 6/ span 1;
    grid-row: 2/ span 2;
    background-color: rgba(255, 237, 0, 1.00);
}

.schrift:hover {
    grid-column: 6/ span 1;
    grid-row: 2/ span 2;
    background-color: #fff;
    background-image: url("material/img/schrift.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.logo {
    grid-column: 3/ span 1;
    grid-row: 3/ span 1;
    background-color: #fff;
}

.logo:hover {
    grid-column: 3/ span 1;
    grid-row: 3/ span 1;
    background-color: #fff;
    background-image: url("material/img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.navigation {
    grid-column: 1/ span 1;
    grid-row: 4/ span 1;
    background-color: #fff;
}

.navigation:hover {
    grid-column: 1/ span 1;
    grid-row: 4/ span 1;
    background-color: #fff;
    background-image: url("material/video/menu.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.header {
    grid-column: 2/ span 1;
    grid-row: 4/ span 1;
    background-color: rgba(255, 237, 0, 1.00);
}

.header:hover {
    grid-column: 2/ span 1;
    grid-row: 4/ span 1;
    background-color: #fff;
    background-image: url("material/img/header.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
}

.inhalt {
    grid-column: 1/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
}

.inhalt:hover {
    grid-column: 1/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
    background-image: url("material/img/inhalt_ratio_1x1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.social_button {
    grid-column: 6/ span 1;
    grid-row: 4/ span 1;
    background-color: darkblue;
}

.social_button:hover {
    grid-column: 6/ span 1;
    grid-row: 4/ span 1;
    background-color: #fff;
    background-image: url("material/img/social_media.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
}

.footer {
    grid-column: 2/ span 1;
    grid-row: 5/ span 1;
    background-color: rgba(255, 0, 4, 1.00);
}

.footer:hover {
    grid-column: 2/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
    background-image: url("material/video/ad-tutorial-sticky-footer.gif");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.slider {
    grid-column: 3/ span 2;
    grid-row: 5/ span 1;
    background-color: #fff;
    background-image: url("material/video/film-reel-gif-7.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lightbox {
    grid-column: 5/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
}

.lightbox:hover {
    grid-column: 5/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
    background-image: url("material/img/lightbox.jpg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.text_bild {
    grid-column: 6/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
}

.text_bild:hover {
    grid-column: 6/ span 1;
    grid-row: 5/ span 1;
    background-color: #fff;
    background-image: url("material/img/internet-1674572_640.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
}

.animation {
    grid-column: 1/ span 2;
    grid-row: 6/ span 1;
    background-color: #FF0004;
}

.animation:hover {
    grid-column: 1/ span 2;
    grid-row: 6/ span 1;
    background-color: #fff;
    /*background-image: url("material/img/ziel_nature-3802185_640_cc0.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    grid-column: 3/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
}

.parallax:hover {
    grid-column: 3/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
    background-image: url("material/video/parallax.gif");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.domain {
    grid-column: 4/ span 1;
    grid-row: 1/ span 1;
    background-color: #fff;
}

.domain:hover {
    grid-column: 4/ span 1;
    grid-row: 1/ span 1;
    background-color: #fff;
    background-image: url("material/img/domain_ratio_3x1_trans_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hoster {
    grid-column: 5/ span 1;
    grid-row: 1/ span 1;
    background-color: red;
}

.hoster:hover {
    grid-column: 5/ span 1;
    grid-row: 1/ span 1;
    background-color: #fff;
    background-image: url("material/img/client-341420_640.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.favicon {
    grid-column: 5/ span 1;
    grid-row: 6/ span 1;
    background-color: yellow;
}

.favicon:hover {
    grid-column: 5/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
    background-image: url("material/img/favicon.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.blog {
    grid-column: 6/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
}

.blog:hover {
    grid-column: 6/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
    background-image: url("material/img/blog-543656_640_cc0.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seo {
    grid-column: 4/ span 1;
    grid-row: 6/ span 1;
    background-color: darkblue;
}

.seo:hover {
    grid-column: 4/ span 1;
    grid-row: 6/ span 1;
    background-color: #fff;
    background-image: url("material/img/seo_ratio_1x1_v6.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headline {
    grid-column: 3/ span 3;
    grid-row: 4/ span 1;
    background-image: url("material/img/your_homepage.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headline:hover {
    grid-column: 3/ span 3;
    grid-row: 4/ span 1;
    background-color: red;
    background-image: url("material/img/we_will_do_it.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jh_design {
    grid-column: 6/ span 1;
    grid-row: 1/ span 1;
    background-image: url("material/img/jh_design.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jh_design:hover {
    grid-column: 6/ span 1;
    grid-row: 1/ span 1;
    background-image: url("material/img/augen_jh.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item_container {
    height: 100%
}

.text_container {
    background-color: #fff
}

.grid-container {
    height: 95vh;
    display: grid;
    grid-template-columns: 15%;
    grid-template-rows: 15%;
    grid-gap: 10px;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: #4c4c4c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/*  animation: mymove 15s infinite;*/
/* background-color:rgba(0,0,0,1.00);*/


.grid-container>div {
    background-color: rgba(255, 255, 255, 0.8);
    align-items: center;
    /* padding: 20px 0;*/
}

.grid-container>a {
    /*  background-blend-mode:darken;*/

    background-blend-mode: overlay;
    opacity: 0.6;
}

.grid-container>a:hover {
    background-blend-mode: normal;
    opacity: 0.6;
}

.links_titel>div {
    color: rgba(167, 164, 164, 1.00);
    opacity: 0.9;
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 0.5em;
}

.links_titel>div:hover {
    opacity: 1;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
}

/*Wechsel Hintergundfarbe Hauptcontainer*/
@keyframes mymove {
    0% {
        background-color: #432626;
    }

    50% {
        background-color: #5E5B5B;
    }

    100% {
        background-color: #432626;
    }
}

/*Animiertes Quadrat*/
#ani_quadrat {
    background-color: red;
    position: relative;
    width: 10%;
    padding-top: 10%;
    animation: animate 15s infinite;
}

/*Animimation Quadrat*/
@keyframes animate {
    0% {
        background-color: red;
        left: 10%;
        top: 20%;
    }

    25% {
        background-color: yellow;
        left: 70%;
        top: 0%;
    }

    50% {
        background-color: darkblue;
        left: 80%;
        bottom: 10%;
    }
    
    75% {
        background-color: white;
        left: 10%;
        top: 40%;
    }
    
    100% {
        background-color: red;
        left: 10%;
        top: 20%;
    }
}



/* ----------------------------------------------------------------------------------- */
/* Start Unterseiten */
/* Definition aller Seitenelemente für Themen- und Verdichtungseiten */
.site {
    margin: 0 0;
    padding: 0.5% 3%;
    height: 97.5vh;
    width: 94%;     
}

h1{
    font-family: Designer;
    color:#131313
}

h2{ 
    font-family: Designer;
    color:#131313
}

.flexbox {
    padding-bottom: 50px;
    width: 100%;
    height: 88%;
    display:flex; 
	justify-content:space-between;
    align-items: flex-end;
}

.flexboxdiv {   
    padding: 1.7rem;

    margin: 0.5rem; 
    width:30%;
    height: 90%;
    /* background-color:#8c7968; */
    background-color: #dee7e9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 40px -20px, rgba(0, 0, 0, 0.3) 0px 30px 30px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; 
}

.flexboxdiv a{   
    font-size: 1.4rem;
    line-height: 6rem;
    color: rgba(10, 37, 64, 0.35);
    width: 360px;
    transition: color 2s;
    
}
.flexboxdiv a:hover{ 
    text-decoration-line: overline;
    color: #FF0004;
}

/* Haupt-Überschrfiften auf allen Themenseiten  */
.ueberschrift {
    background: none repeat scroll 0 0 #fff;
    color: #CCCCCC;
    text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
    margin: 0;
    margin-left: 2rem;
    padding: 0.2rem;
    font-size: 4rem;
}

/* Box Überschrfiften Links Mitte Rechts auf allen Themenseiten  */
.ueberschriftLinks{
    font-family: Designer;
    color:#131313;
    margin-top: 50px;
    margin-left: 25px;
}

.ueberschriftMitte{
    font-family: Designer;
    color:#131313;
    margin-top: 50px;
    text-align: center;
}

.ueberschriftRechts{
    font-family: Designer;
    color:#131313;
    margin-top: 50px;
    margin-right: 25px;
    text-align: right;
}

.hrefLinks{
    margin-top: 55px;
    margin-left: 25px;
}

/* Formular Design  */
form{
     margin-top: 2rem;
 }

label{
    line-height: 2rem;
}

input {
    width: 90%;
    background-color: #d1d1d1;
  }

input:focus {
    background-color: lightblue;
  }

input::placeholder { /* Chrome and Safari */
    box-sizing:content-box;
    color: rgba(0, 0, 0, 0.7);
 }




.lockbook{
     width: 400px;
     height:40px;
     margin-left: 60px;
     background-color: rgb(236, 220, 220,0.04);
     border-radius: 5px;
     padding: 8px;
     border:hidden;
     resize: none;
 }

.lockbook:first-of-type{
     margin-top: 2.1rem;
 }

.col-25 {
      line-height: 2rem;
      float: left;
      width: 25%;
      margin-top: 6px;
    }
    
.col-75 {
      line-height: 2rem;
      float: left;
      width: 75%;
      margin-top: 6px;
  } 

.col-100 {
      line-height: 2rem;
      text-align: center;
      width: 100%;
      margin-top: 6px;
  }     

textarea{
      width:90%;
      height:25%;
      margin-bottom: 1rem;
      background-color: #f0eeee;
    }

select {
     margin-bottom: 0.5rem;
 }
 
button{
     margin: 0.5rem;
     padding: 0.5rem;
 }

.overflow{
     overflow:scroll;
     height: 200px;
 }

.hidden{
    display:none;
}

.flexbox{
    overflow: hidden;
}


img {
    width: 360px;
    height: 240px;
}

.left{
    text-align: left;
    margin-left: 1.6rem;
}  

h4{
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color:cadetblue;
}



 /* Hintergrundbild Kunde Seite Links */
#kunde_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_datenloeschen.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }

/* Visualisierung der Kundendaten auf der Seite Kunde Links */
#visitenkarte{

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0a0a0+0,a7a7a7+12,aeaeae+25,9d9d9d+39,878787+47,8f8f8f+50,787878+56,818181+60,787878+61,787878+61,8f8f8f+76,828282+100 */
    background: rgb(160,160,160); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(160,160,160,1) 0%, rgba(167,167,167,1) 12%, rgba(174,174,174,1) 25%, rgba(157,157,157,1) 39%, rgba(135,135,135,1) 47%, rgba(143,143,143,1) 50%, rgba(120,120,120,1) 56%, rgba(129,129,129,1) 60%, rgba(120,120,120,1) 61%, rgba(120,120,120,1) 61%, rgba(143,143,143,1) 76%, rgba(130,130,130,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(160,160,160,1) 0%,rgba(167,167,167,1) 12%,rgba(174,174,174,1) 25%,rgba(157,157,157,1) 39%,rgba(135,135,135,1) 47%,rgba(143,143,143,1) 50%,rgba(120,120,120,1) 56%,rgba(129,129,129,1) 60%,rgba(120,120,120,1) 61%,rgba(120,120,120,1) 61%,rgba(143,143,143,1) 76%,rgba(130,130,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(160,160,160,1) 0%,rgba(167,167,167,1) 12%,rgba(174,174,174,1) 25%,rgba(157,157,157,1) 39%,rgba(135,135,135,1) 47%,rgba(143,143,143,1) 50%,rgba(120,120,120,1) 56%,rgba(129,129,129,1) 60%,rgba(120,120,120,1) 61%,rgba(120,120,120,1) 61%,rgba(143,143,143,1) 76%,rgba(130,130,130,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#828282',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
    margin-left: 50px;
    box-sizing: border-box;
    position: absolute;
    top:800px;
    z-index:900;
    width: 400px;
    height: 240px;
    border-radius: 5px;
    padding: 30px;
  
    box-shadow:10px 10px 15px gray;
}

.kundenkarte{
    position: absolute;
    margin-top: 340px;
    z-index: 400;
    height: 300px;
    background-color: rgb(224, 196, 191);
    margin-left: 0.5rem;
}

.kundenkarte:hover{ 
    cursor: pointer;
    height: 300px;
    background-color: rgb(224, 196, 191);
    margin-left: 0.5rem;
}

.adresse{
    padding:5px;
    border:2px solid #fff;
    border-radius: 5px;
    background-color:rgb(206, 206, 206);
    margin-bottom: 1rem;
}

.kontaktdaten{
    padding:5px;
    border:2px solid #fff;
    border-radius: 5px;
    background-color:rgb(206, 206, 206);
    margin-bottom: 1rem;
}

/* Button zum löschen aller gespeicherten Daten "Storage.Clear" */
#storageClear{
    color: transparent;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    margin-top: 458px;
    margin-left: 345px;
    width: 118px;
    height:118px;
    border-radius: 50%;
    cursor: pointer;
  
    font-weight: bolder;
    box-shadow:5px 5px 5px gray;
}

#storageClear:hover{
  background-color: rgba(255,48,25,0.6);
    width: 115px;
    height:115px;
    border-radius: 50%;
    box-sizing: border-box;
    color:#fff;
    cursor: pointer;
  
}

#zeitstempel{
    color: slategray;
    position: absolute;
    top:1100px;
    margin-left: 90px;

}

.schriftmuster{
    padding: 0 15px;
}

#schrift1{
    font-family: 'Zilla Slab Highlight', cursive;
}

#schrift2{
    font-family: 'Caveat', cursive;
}

#schrift3{
    font-family: 'Titillium Web', sans-serif;
}

#blockschriften{
    margin-top: 3rem;
}

#kunde_rechts{
    background-image: url("material/img/notizbuch.PNG");
    background-blend-mode: luminosity;
    background-position: top;
    background-size: 98%;
    background-repeat: no-repeat;
}

#seo_rechts{
    background-image: url("material/img/seo.png.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Ausgewählte Fotos auf der Bilder Seite Links durchlaufen lassen */
.laufschrift_bild{
    margin-top: 9.5rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    background-image:  repeating-linear-gradient(rgba(182, 162, 162, 0),rgba(131, 131, 131, 0.9),rgba(182, 162, 162, 0) );
    line-height: 4rem;
    padding-top: 0.7rem;
    max-width: 100vw; /* iOS braucht das */
    white-space:normal;
    overflow: hidden;
}

.laufschrift_bild img{
    height: 300px;
    width: auto;
    }        


.laufschrift_bild span {

    font-size: 1.2rem;
    display: inline-flex;
    padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
    animation: marquee 30s linear infinite;
}


a img{
    border-radius: 3px;
    box-shadow: 0.5px 2px 5px 1px #fff;
}

figcaption{
    /*background-color: blue;*/
    color:antiquewhite;
    font-size: 0.9rem;
    padding-right: 4rem;
    padding-left: 0;
    text-align: center;
    line-height: 1.2rem;
    margin-top: 0;}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift 
.laufschrift_200122 span:hover {
    animation-play-state: paused;
}*/

/* Bewegung der Laufschrift hier Fotos */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.laufschrift_bild a{
    text-align: center;
    text-decoration: none;
    color: rgb(37, 37, 37);
    margin-right: 2rem;
    margin-left: 2rem;
    
}


#marquee{
    word-spacing: 5rem
}



.vorgaben_bilder{margin-top: 0;
  }

/* Hintergrundbild Bilder Seite Links */
#bilder_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_bilder.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }

  /* Hintergrundbild Bilder Rechts */
#bilder_rechts{
    background-image: url(material/img/watercolour-4786630_1280.jpg);
    background-blend-mode:luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display:inline;
   }


  
/* Hintergrundbild Logo Seite Rechts */
#logo_rechts{
    background-image: url(material/img/logo_rechts2.jpg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}


/* Hintergrundbild Farben Seite Links */
#farben_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_farben.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }


/* Hintergrundbild Farben Rechts */
#farben_rechts{
    background-image: url(material/img/farben_rechts.jpg);
    background-blend-mode:luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display:inline;
   }


/* Hintergrundbild Schrift Seite Links */
#schrift_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_schrift.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }

/* Hintergrundbild SEO Seite Links */
#seo_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_seo.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }

/* Hintergrundbild Logo Seite Links */
#logo_links{
    background-color: #dee7e9;
      background-image: url(material/img/icon_logo.png);
      background-size: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
  }

.notizen{
    min-height: 200px;
    width: 100%;
    max-height: 500px;
}

.memobutton{
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
}


/* Einbringen der gewählten Farben auf der Farbseite "Ihre Farbwelt" */
.hex_farben{
    display:flex;
}

/* Einbringen der gewählten HEX Farbcodes auf der Farbseite "Ihre Farbwelt" */
.hex_text{
    display:flex;

  }

.hexText{
    margin-top: 360px;
    background-color: honeydew;
    padding: 3px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    display:flex;
    width:70px;
    margin-right: 44px;
  }

.hex{display: unset;
     
  }

/* Anzeigen der gewählten Farben in Farbpunkte auf der Farbseite "Ihre Farbwelt" */
.farbpunkt{
    border: 1px solid gray;
    background-color: teal;
    margin-top:-50px;
    margin-right: 4px;
    border-radius: 20%;
    width: 100px;
    height:100px;
    transition: height 4s;
  
  }

.farbpunkt:hover{
    border-radius: 5%;
    height: 300px;
   
  }


/* Visualisierung neue Homepage */
.hp{
    margin: 0.9rem 0;
    margin-left: 4.2rem;
    padding: 0;
    height: 90vh;
    width: 93%;
    background: crimson;
  }

h6{
    font-size: 1.6rem;
    margin: 0 0;
    padding: 0.2%;
    color:yellow
  }

.hpMenu{
    margin: 0.2rem 0;
    padding: 3%;
    height: 20px;
    width: 94%;
    background: crimson;
  }

.hpHeader{
    background-image: url(material/img/panorama-1249998_1920.jpg);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0.4rem 0;
    padding: 3%;
    height: 10vh;
    width: 94%;
   }
 
.hpMain{
    margin: 0.4rem 0;
    padding: 3%;
    height: 35vh;
    width: 94%;
    background: crimson;
  }
  
.hpcontent{
    font-size: 10px;
    float: left;
    margin-right: 4rem;
    padding: 1%;
    height: 70%;
    width: 27%;
    background: crimson;
    }

#hpcontent{
    background-image: url(material/img/augen_jh.png);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}


.hpFooter{
    margin: 0.4rem 0;
    margin-bottom: 3%;
    padding: 3%;
    height: 15px;
    width: 94%;
    background: crimson;
  }

#hpImpressum{
      background-color: transparent;
      text-align: center;
  }