@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*  
  {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
  
  /*Hauptseite Basis*/
  body{font-family: "Raleway", sans-serif}
  body, html {height: 100%}
  .bgimg {
  background-image: url('img/IMG_20260221_200109.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
  }
  /*Menür Design*/
  #mySidenav a {
    position: absolute;
    left: -110px;
    transition: 1s;
    padding: 15px;
    width: 140px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    border-radius: 0 5px 5px 0;
  }

  #mySidenav a:hover {
    left: 0;
  }

  #menu_1 {
    top: 5%;
    background-color: #e7e7e7;
  }

  #menu_2 {
    top: 10%;
    background-color: #e7e7e7;
  }

  #menu_3 {
    top: 15%;
    background-color: #e7e7e7;
  }

  #menu_4 {
    top: 20%;
    background-color: #e7e7e7
  }
  /*Quelle: https://www.w3schools.com/howto/howto_css_sidenav_buttons.asp*/



/*Services von hier*/
/*Karte Editor*/
.services
{
    padding: 100px;
    text-align: center;

}

.services .container
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20%
}
/*Für die Startseite*/
.services .container .serviceBx
{
    position: relative;
    background: #cccccc;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.services .container .serviceBx .fas
{
    max-width: 100px;
    font-size:80px
}
.services .container .serviceBx h2
{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}
/*Für die Startseite*/
.services .container .card
{
    position: relative;
    width: 500px; /*Karten größe*/
    height: 570px;/*Karten größe*/
    background: #232323;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px; /*Karten abstand*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
/*Karte beim Anmelden*/
.services .container .cards
{
    position: relative;
    width: 1080px; /*Karten größe*/
    height: 500px;/*Karten größe*/
    background: #232323;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px; /*Karten abstand*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.services .container .card:before
{
    content: '';
    position: absolute;
    top: -70px; /*Kreis höhe*/
    left: 0;
    width: 100%;
    height: 100%;
    background: #6666ff;
    clip-path: circle(150px at 80% 20%); /*Kreis größe*/
    transition: 0.7s ease-in-out;
}
.services .container .card:hover:before
{
    clip-path: circle(300px at 70% -30%); /*max. Kreis größe*/
}
.services .container .card:after
{
    content: '';    /*Name geht in den Hintergrund*/
    position: absolute;
    top: 20%; /*Kreis höhe*/
    left: -5%;
    font-size: 10em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);
}

.services .container .card .contentBx
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}
.services .container .card:hover .contentBx
{
    height: 420px; /*Höhe von der Schrift*/
}
.services .container .card .contentBx h2
{   top: -50px;
    font-size: 33px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.services .container .card .contentBx .size,  /*--------------------------------------------------------*/
.services .container .card .contentBx .color, 
.services .container .card .contentBx .bcolor,
.services .container .card .contentBx .stern,
.services .container .card .contentBx .aszu
{
  top: -30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 8px 10px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.services .container .card .contentBx .titel
{
    top: -30px;
    left: 0px;
    display:  flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
    opacity: 0; /*opacity = transparenz*/
    visibility: hidden;
}
.services .container .card:hover .contentBx .size,
.services .container .card:hover .contentBx .aszu
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}
.services .container .card:hover .contentBx .color
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}
.services .container .card:hover .contentBx .bcolor
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.7s;
}
.services .container .card:hover .contentBx .titel
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}
.services .container .card:hover .contentBx .stern
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.9s;
}
.services .container .card .contentBx .size h3,
.services .container .card .contentBx .color h3,
.services .container .card .contentBx .bcolor h3,
.services .container .card .contentBx .titel h3,
.services .container .card .contentBx .aszu h3
{
    
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}
/*Textfeld*/
.services .container .card .contentBx .titel input
{   margin-left: 20px;
    width: 200px;
    height: 35px;
    background: black;  /*Hintergrundsfarbe*/
    color: #444;        /*Schriftfarbe*/
    font-size: 18px;
    border-radius: 4px;
    font-weight: bold;
}
.services .container .card .contentBx .titel input::placeholder
{
    display:  flex;
    justify-content: center;
    align-items: center;

}
.services .container .card .contentBx .stern h5,
.services .container .card .contentBx .size p
{   
    top: 45px; /*höhe von der Schrift*/
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}
/*von hier neu Input*/

.services .container .card .contentBx .size:before
{
    pointer-events: none; /*damit kann man links wieder Klicken*/
}
.services .container .card .contentBx .size label
{
    position: relative;
    cursor: pointer;
}
.services .container .card .contentBx .size label input
{
    display: none; /*Lässt die Kreise vom Button verschwinden*/    
}

.services .container .card .contentBx .size label span
{
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    padding: 5px;
    width: 50px;    /*Breite vom Kasten*/
    background: #000;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
}
.services .container .card .contentBx .size label input:checked ~ span 
{
    color: #fff;
    border: 1px solid #008eff; /*Ramenfarbe blau*/
}
.services .container .card .contentBx .size label input:checked ~ span:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #008eff;
    z-index: -1;
    filter: blur(10px);
}
.services .container .card .contentBx .size label input:checked ~ span:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #008eff;
    z-index: -1;
    filter: blur(15px);
}
.services .container .card .contentBx .size label input:checked ~ span.fas
{
    color: #62ff00;
    border-color: #62ff00;
    box-shadow: inset 0 0 10px #62ff00; /*Farben im Button */
} 
.services .container .card .contentBx .size label input:checked ~ span.fas:before,
.services .container .card .contentBx .size label input:checked ~ span.fas:after
{
    background: #62ff00;
}
/*bis hier neu Input*/
/*bis hier Position Button Schrift*/

/*Button für Schriftfarbe*/
.services .container .card .contentBx .color:before,
.services .container .card .contentBx .bcolor:before
{
    pointer-events: none; /*damit kann man links wieder Klicken*/
}

.services .container .card .contentBx .color label input,
.services .container .card .contentBx .bcolor label input
{
    display: none; /*Lässt die Kreise vom Button verschwinden*/    
}

.services .container .card .contentBx .color label span1,
.services .container .card .contentBx .bcolor label span1
{
    position: relative;
    display: inline-block;
    top: 5px;
    left: -2px;
    margin: 20px 5px;
    padding: 5px;
    width: 30px;    /*Breite vom Kasten*/
    height: 30px;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
    background: #9bdc28;
}
.services .container .card .contentBx .color label span2,
.services .container .card .contentBx .bcolor label span2
{
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 20px 5px;
    padding: 5px;
    width: 30px;    /*Breite vom Kasten*/
    height: 30px;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
    background: #03a9f4;
}
.services .container .card .contentBx .color label span3,
.services .container .card .contentBx .bcolor label span3
{
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 20px 5px;
    padding: 5px;
    width: 30px;    /*Breite vom Kasten*/
    height: 30px;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
    background: #e91e63;
}
.services .container .card .contentBx .color label span4,
.services .container .card .contentBx .bcolor label span4
{
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 20px 5px;
    padding: 5px;
    width: 30px;    /*Breite vom Kasten*/
    height: 30px;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
    background: white;
}
.services .container .card .contentBx .color label span5,
.services .container .card .contentBx .bcolor label span5
{
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 20px 5px;
    padding: 5px;
    width: 30px;    /*Breite vom Kasten*/
    height: 30px;
    border: 1px solid #444; /*Farbe vom Kasten*/
    color: #444;/*Schriftfarbe*/
    border-radius: 4px; /*Der Button wir Rund*/
    background: black;
}
.services .container .card .contentBx .color label input:checked ~ span1,
.services .container .card .contentBx .color label input:checked ~ span2,
.services .container .card .contentBx .color label input:checked ~ span3,
.services .container .card .contentBx .color label input:checked ~ span4,
.services .container .card .contentBx .color label input:checked ~ span5,

.services .container .card .contentBx .bcolor label input:checked ~ span1,
.services .container .card .contentBx .bcolor label input:checked ~ span2,
.services .container .card .contentBx .bcolor label input:checked ~ span3,
.services .container .card .contentBx .bcolor label input:checked ~ span4,
.services .container .card .contentBx .bcolor label input:checked ~ span5  
{
    color: #fff;
    border: 1px solid #008eff; /*Ramenfarbe blau*/
    width: 35px;
    height: 35px;
    position: relative;

}
/*Button wird bei Auswahl größer*/
@keyframes example {
    0%   {left:0px; top:0px;}
    25%  {left:0px; top:0px;}
    50%  {left:0px; top:0px;}
    75%  {left:0px; top:0px;}
    100% {left:0px; top:0px;}
  }
.services .container .card .contentBx .color label input:checked ~ span1:before,
.services .container .card .contentBx .color label input:checked ~ span2:before,
.services .container .card .contentBx .color label input:checked ~ span3:before,
.services .container .card .contentBx .color label input:checked ~ span4:before,
.services .container .card .contentBx .color label input:checked ~ span5:before,

.services .container .card .contentBx .bcolor label input:checked ~ span1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span2:before,
.services .container .card .contentBx .bcolor label input:checked ~ span3:before,
.services .container .card .contentBx .bcolor label input:checked ~ span4:before,
.services .container .card .contentBx .bcolor label input:checked ~ span5:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #008eff;
    z-index: -1;
    filter: blur(10px);
}
.services .container .card .contentBx .color label input:checked ~ span1:after,
.services .container .card .contentBx .bcolor label input:checked ~ span1:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #9bdc28;
    z-index: -1;
    filter: blur(15px);
}
.services .container .card .contentBx .color label input:checked ~ span2:after,
.services .container .card .contentBx .bcolor label input:checked ~ span2:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #03a9f4;
    z-index: -1;
    filter: blur(15px);
}
.services .container .card .contentBx .color label input:checked ~ span3:after,
.services .container .card .contentBx .bcolor label input:checked ~ span3:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e91e63;
    z-index: -1;
    filter: blur(15px);
}
.services .container .card .contentBx .color label input:checked ~ span4:after,
.services .container .card .contentBx .bcolor label input:checked ~ span4:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    filter: blur(15px);
}
.services .container .card .contentBx .color label input:checked ~ span5:after,
.services .container .card .contentBx .bcolor label input:checked ~ span5:after
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    z-index: -1;
    filter: blur(15px);
}



.services .container .card .contentBx .color label input:checked ~ span1.farbe1,
.services .container .card .contentBx .color label input:checked ~ span2.farbe1,
.services .container .card .contentBx .color label input:checked ~ span3.farbe1,
.services .container .card .contentBx .color label input:checked ~ span4.farbe1,
.services .container .card .contentBx .color label input:checked ~ span5.farbe1,

.services .container .card .contentBx .bcolor label input:checked ~ span1.farbe1,
.services .container .card .contentBx .bcolor label input:checked ~ span2.farbe1,
.services .container .card .contentBx .bcolor label input:checked ~ span3.farbe1,
.services .container .card .contentBx .bcolor label input:checked ~ span4.farbe1,
.services .container .card .contentBx .bcolor label input:checked ~ span5.farbe1
{
    color: #62ff00;
    border-color: white; /*Randfarbe*/
    box-shadow: inset 0 0 10px #62ff00; /*Farben im Button */
} 
.services .container .card .contentBx .color label input:checked ~ span1.farbe1:before,
.services .container .card .contentBx .color label input:checked ~ span2.farbe1:before,
.services .container .card .contentBx .color label input:checked ~ span3.farbe1:before,
.services .container .card .contentBx .color label input:checked ~ span4.farbe1:before,
.services .container .card .contentBx .color label input:checked ~ span5.farbe1:before,
.services .container .card .contentBx .color label input:checked ~ span1.farbe1:after,
.services .container .card .contentBx .color label input:checked ~ span2.farbe1:after,
.services .container .card .contentBx .color label input:checked ~ span3.farbe1:after,
.services .container .card .contentBx .color label input:checked ~ span4.farbe1:after,
.services .container .card .contentBx .color label input:checked ~ span5.farbe1:after,

.services .container .card .contentBx .bcolor label input:checked ~ span1.farbe1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span2.farbe1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span3.farbe1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span4.farbe1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span5.farbe1:before,
.services .container .card .contentBx .bcolor label input:checked ~ span1.farbe1:after,
.services .container .card .contentBx .bcolor label input:checked ~ span2.farbe1:after,
.services .container .card .contentBx .bcolor label input:checked ~ span3.farbe1:after,
.services .container .card .contentBx .bcolor label input:checked ~ span4.farbe1:after,
.services .container .card .contentBx .bcolor label input:checked ~ span5.farbe1:after
{
    background: #62ff00;
}


.services .container .card .contentBx a
{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px; 
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}
.services .container .card:hover .contentBx a
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
}
/*absenden Button*/

.contentBx .size fb
{
    top: 200px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-family: sans-serif;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    opacity: 1;
}
.contentBx .size fb input
{
    top: 0px;
    padding: 25px 30px; /*Button größe (höhe & weite)*/
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
.contentBx .size fb:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
}
.contentBx .size fb:after
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.contentBx .size fb:hover:after
{
    left: 100%;
}
.contentBx .size fb spann
{
    position: absolute;
    display: block;
    transition: 0.5s ease;
}
.contentBx .size fb spann:nth-child(1) /*Sind für die Streifen am Button verantwortlich*/
{
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
}
.contentBx .size fb:hover spann:nth-child(1)
{
    width: 100%;
    transform: translateX(100%);
}
.contentBx .size fb  spann:nth-child(3)
{
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
}
.contentBx .size fb:hover spann:nth-child(3)
{
    width: 100%;
    transform: translateX(-100%);
}
.contentBx .size fb spann:nth-child(2)
{
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #fff;
}
.contentBx .size fb:hover spann:nth-child(2)
{
    height: 100%;
    transform: translateY(100%);
}
.contentBx .size fb  spann:nth-child(4)
{
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #fff;
}
.contentBx .size fb:hover spann:nth-child(4)
{
    height: 100%;
    transform: translateY(-100%);
}
/*Button vom Dashboard von hier*/

.services .container .cards h2,
.services .container .cards h3
{   
    top: -25px;
    left: 150px;
    color: lightgray;
}


.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #b61919;
  }
  
  .button1:hover {
    background-color: #b61919;
    color: white;
  }

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid orange;
  }
  
  .button2:hover {
    background-color: orange;
    color: white;
  }

.button3
  {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
  }
  
  .button3:hover
    {
        background-color: #4CAF50;
        color: white;
    }
/*Button vom Dashboard von hier*/
/*absenden Button*/
/*Karte Editor*/
/*Services bis hier*/


 
/*Footer von hier*/
  .footer
  {
      background: lightgray;
      color: #000;
      padding: 10px 100px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      
  }
  .footer .fa {
      font-size: 30px;
      width: 30px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      border-radius: 50%;
    }
  .footer .fa:hover {
      opacity: 0.7;
  }

  .footer .fa-facebook {
      background: #3B5998;
      color: rgb(255, 255, 255);
    }

    footer .fa-instagram {
      background: #e7089d;
      color: rgb(255, 0, 162);
    }
    

  .footer ul
  {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .footer ul li
  {
      list-style: none;
  }
  .footer ul li a
  {
      text-decoration: none;
      display: inline-block;
      margin: 0 10px;
  }
  .footer ul li a img
  {
    filter: invert(1);
    max-width: 20px; 
  }
/*Footer von hier*/




.job{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
  
}

.date{
    width: 150px;
    min-width: 150px;
    color: #777;
    flex-shrink: 0;
}

.job-text {
    flex: 1;
    text-align: left;
    
   
}