/* ---------------------Buttons Kanaldeckel------------------------- */

#About-gulli{   
    position: relative;
    padding-top: 30px;  
    padding-bottom: 640px;  
  }
#About-gulli::before{
    content: '';
    background: var(--black);   
    opacity: 0.4;
    height: 100%;  
    width: 100%;
    top: 0;  
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -9;  
  }
#About-gulli::after{
    content: '';  
    background: url(../img/Hintergrund_Schreibtisch_01.jpg);
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat; 
    opacity: 0.1;
    height: 100%;  
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -10;
  }
  
.picshovercontainer{      
    display: flex;
    justify-content: center;
    text-align: center;    
    margin-top: 50px;
    
  }
.circlebtn{ 
    display: inline-block;
    flex-direction: row; 
    font-size: 3em;
    font-weight: 500;
    line-height: 300px;
    color: rgb(255, 255, 255);
    width: 300px;
    height: 300px;
    text-align: center;
    text-decoration: none;
    box-shadow: 10px 10px 20px rgba(23, 23, 23, 0.9) inset;
    margin: 0 100px; 
    border-radius: 50%;
    position: relative; 
    cursor: pointer;
    
  }
.circlebtn::after{
    content:'';
    display: inline-block;
    color: black;
    z-index: 5;
    width: 306px;
    height: 306px;
    top: -3px;
    left: -3px;  
    border-radius: 50%;
    box-shadow: 10px 5px 20px rgb(23, 23, 23,.8);
    background: radial-gradient(circle, rgba(255,248,235,1) 0%, rgba(255,221,153,1) 36%, rgba(255,187,51,1) 68%, rgba(223,149,0,1) 100%);
    position: absolute;
    transition: 0.5s ease-in-out;  
  }
  
  
.openleft:hover::after{
    left: -306px;
  }
.opentop:hover::after{
    top: -306px;
  }
.openright:hover::after{
    left: 306px;
  }
.openbottom:hover::after{
    top: 306px;
  }
  
  
.picpast::after{
    content: 'Past';
  }
.picpresent::after{
    content: 'Present';
  }
.picfuture::after{
    content: 'Future';
  }
  
.picpast,
.picpresent,
.picfuture{  
    background: radial-gradient(circle, rgb(53, 53, 53) 0%, rgb(172, 172, 172) 100%);
  }
  
  
  #Historyblock,
  #SkillsProperties,
  #Qualitiesblock{
    background-color: var(--black);
    z-index: 2;
    position: relative;
    top: -100px;  
    left: 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;   
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease-in-out;           
  }
  
  
  /* History start */
  
  #Historyblock{       
    text-align: left;
    z-index: 1;   
  }
  
  #Historyblock p{
    color: var(--white);
    padding: 60px;  
    font-size: .2em;
    font-weight: 100;
    line-height: 1.6em;
    opacity: 0;
    transition: all .5s ease-in-out;
  }
  
  .picpast:hover #Historyblock{
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    width: 1000px;
    height: 530px; 
  }
  .picpast:hover #Historyblock p{
    opacity: 1;
    font-size: .5em;
  }
  
  
  /* Responsive Historyblock */
  
  @media (max-width:1000px){
    #Historyblock{    
      top: -50px;
      left: 50px;
    }  
    .picpast:hover #Historyblock{
      width: 700px;
      height: 600px;
      top: 0;    
    }  
    .picpast:hover #Historyblock p{    
      font-size: .7em;
    }
  } 
  
  @media (max-width:750px){
    #Historyblock{    
      top: -30px;
      left: 12px;
    }  
    .picpast:hover #Historyblock{
      width: 530px;
      height: 550px;
      top: 0;    
    }  
    .picpast:hover #Historyblock p{    
      font-size: .9em;
      padding: 40px;
    }
  } 
  
  @media (max-width:600px){
    .picpast:hover #Historyblock{
      width: 450px;
      height: 610px;
      top: 0;    
    }    
    .picpast:hover #Historyblock p{    
      font-size: .85em;  
      margin: 0;  
    }
  } 
  
  @media (max-width:500px){
    .picpast:hover #Historyblock{
      width: 410px;
      height: 610px;       
    }      
  } 
  
  @media (max-width:450px){
    #Historyblock{    
      top: -20px;
      left: 0;
    }  
    .picpast:hover #Historyblock{
      width: 350px;
      height: 560px;
      top: 0;    
    }  
    .picpast:hover #Historyblock p{    
      font-size: 1em;
      padding: 35px;
    }
  } 
  
  
  
  
  /* History end */
  
  
  
  
  /* Skills start*/
  
  #SectionSkills{
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }
  .picpresent:hover #SkillsProperties #SectionSkills{
    opacity: 1;
  }
  .picpresent:hover #SkillsProperties{
    opacity: 1;
    visibility: visible;
    top: 0;
    left: -250px;
    width: 800px; 
    height: 580px;
  }
  
  
  
  #SectionSkills{  
    z-index: 1;
    display: flex;
    justify-content: center;    
    width:70%;
    margin:auto;
  }
  
  #Skills{
    display: flex;
    align-items: center;
    flex:50%;
  }
  
  
  .prof-skills{  
    width: 100%; 
    border-radius: 5px;
  }
  .skillset {   
    padding-top: 80px;
    margin: 20px;
   }
  .skillset .skillbar { 
    background-color: hsl(40,100%,60%,.3);  
    font-size: 14px; 
    margin-bottom: 80px; 
    position: relative; 
    width: 100%; 
  }
  .skillset .count-bar { 
    background-color: var(--orange); 
    height: 15px; 
    position: relative; 
    width: 100%; 
    width: 0; 
  }
  .skillset .title {
    color: var(--white); 
    left: 0; 
    line-height: 25px; 
    position: absolute; 
    text-transform: uppercase; 
    top: -25px; 
  }
  .skillset .count-bar .count { 
    color: var(--white);
    font-size: 13px; 
    position: absolute; 
    right: -20px; 
    text-align: center;
     top: -28px; 
    }
  .skillset .count-bar .count span {
     background-color: var(--orange); 
     border-radius: 20px; 
     display: block; 
     height: 20px; 
     line-height: 20px; 
     padding: 0 6px; 
     position: relative;
     }
  .skillset .count-bar .count span:after { 
    border-left: 4px solid transparent; 
    border-right: 4px solid transparent; 
    content: ""; left: 50%; 
    margin-left: -4px; 
    position: absolute;
     top: 20px; 
    }
  
  .title{
    font-size: 1.3em;  
  }
  
  /* skillbar end */
  
  
  /* Responsive Skills */
  
  @media (max-width:1000px){  
    #SkillsProperties{        
      left: 50px;
      top: -50px;       
    }    
    .picpresent:hover #SkillsProperties{    
      width: 650px;
      top: 0;
      left: -220px;
    }  
  }
  @media (max-width:750px){  
    #SkillsProperties{  
      left: 15px;
      top: -30px;       
    }    
    .picpresent:hover #SkillsProperties{    
      width: 450px;    
      left: -160px;
    }  
  }
  @media (max-width: 500px){
    .title{
      font-size: 1.1em;  
    }
  }
  @media(max-width: 450px){
    #SkillsProperties{  
      left: 0;
      top: -20px;       
    }    
    .picpresent:hover #SkillsProperties{    
      width: 350px;    
      left: -128px;
    }  
  }
  
  
  
  /* Skills end */
  
  
  
  
  /* Qualities start */
  
  .picfuture:hover #Qualitiesblock .properties{
    opacity: 1;
  }
  
  .picfuture:hover #Qualitiesblock{  
    opacity: 1;
    visibility: visible;
    top: 0;
    left:-700px;
    width: 1000px;  
    height: 560px;
  }
  
  
  
  .properties{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0; 
    opacity: 0; 
    transition: opacity .5s ease-in-out;
  }
  .propcolumn{
    display: flex;
    flex-direction: column;
    width: 30%;
    text-align: center;
    margin: 2% 20px;
  } 
  .property{  
    margin:10px;
    line-height: 1em;
  }
  .property h3{ 
    color: var(--white);     
    font-size: .5em;  
    font-weight: 100; 
    margin:0; 
  }
  .property .fas{
    color: var(--white);
    font-size: .8em;
    margin:8px;  
    padding:15px;
    border: solid 2px var(--white);
    border-radius: 50%;
  }
  
  /* Responsive Qualities */
  
  @media(max-width: 1000px){    
    #Qualitiesblock{      
      top: -50px;
      left: 50px; 
    }  
  
    .picfuture:hover #Qualitiesblock{
      opacity: 1;
      visibility: visible;    
      width: 670px;    
      left: -470px;
    }
    
    .property h3{      
      font-size: .8em;    
    }
    .property .fas{  
      font-size: .9em; 
      padding:17px; 
    }
  } 
  
  @media (max-width: 750px){
    #Qualitiesblock{      
      top: -30px;
      left: 12px; 
    }  
  
    .picfuture:hover #Qualitiesblock{
      opacity: 1;
      visibility: visible;    
      width: 480px;    
      height: 500px;
      left:-370px;
    }
    
    .property h3{      
      font-size: 1em;    
    }
    .property .fas{  
      font-size: 1em; 
      padding:18px; 
    }
  }
  
  @media (max-width: 600px){  
    .picfuture:hover #Qualitiesblock{    
      left: -310px;
      width: 430px;
  
    }  
  }
  
  @media (max-width: 500px){  
    .picfuture:hover #Qualitiesblock{    
      left:-290px;
    }  
  }
  
  @media (max-width: 450px){  
    #Qualitiesblock{      
      top: -20px;
      left: 0; 
    }  
    .picfuture:hover #Qualitiesblock{    
      left:-260px;
      width: 360px;
      height: 450px;
    }       
    .property h3{      
      font-size: 1.2em;    
    }
    .property .fas{  
      font-size: 1.2em; 
      padding:18px; 
    }
  }
  
  
  /* Qualities end */
  
  
  /* Responsive Buttons + Background */
  
   @media (max-width: 1500px){
    .picshovercontainer{      
      margin-top: 40px;
    }
    .circlebtn{
      margin: 0 50px;
    }    
  } 
  
  @media (max-width: 1200px){
    .circlebtn{  
      margin: 0 18px;       
    }
  } 
  
  @media (max-width: 1000px){    
    .circlebtn{  
      font-size: 2em;
      line-height: 200px;    
      width: 200px;
      height: 200px;    
      margin: 0 26px;      
    }
    .circlebtn::after{    
      width: 206px;
      height: 206px;
      top: -3px;
      left: -3px;      
    }
    
    .openleft:hover::after{
      left: -206px;
    }
    .opentop:hover::after{
      top: -206px;
    }
    .openright:hover::after{
      left: 206px;
    }
    .openbottom:hover::after{
      top: 206px;
    }    
  }    
  
  @media (max-width: 750px){
    .circlebtn{  
      box-shadow: 8px 8px 14px rgba(23, 23, 23, 0.9) inset;
      font-size: 1.4em;
      line-height: 120px;    
      width: 120px;
      height: 120px;    
      margin: 0 40px;      
    }
    .circlebtn::after{   
      box-shadow: 7px 4px 12px rgb(23, 23, 23,.8);
      width: 126px;
      height: 126px;
      top: -3px;
      left: -3px;      
    }    
    
    .openleft:hover::after{
      left: -126px;
    }
    .opentop:hover::after{
      top: -126px;
    }
    .openright:hover::after{
      left: 126px;
    }
    .openbottom:hover::after{
      top: 126px;
    }    
  }    
  
  @media (max-width: 599px){    
    .circlebtn{         
      margin: 0 20px;      
    }  
  }
   
  @media (max-width: 500px){
    #Abschnitt2{   
      padding-top: 20px;  
      padding-bottom: 600px;      
    }
    .circlebtn{         
      margin: 0 10px;      
    }  
  }  
  
  @media (max-width: 450px){
    #Abschnitt2{   
      padding-top: 10px;  
      padding-bottom: 550px;      
    }   
    .circlebtn{  
      font-size: 1em;
      line-height: 95px;    
      width: 90px;
      height: 90px;    
      margin: 0 20px;      
    }
    .circlebtn::after{    
      width: 96px;
      height: 96px;
      top: -3px;
      left: -3px;      
    }
      
    .openleft:hover::after{
      left: -96px;
    }
    .opentop:hover::after{
      top: -96px;
    }
    .openright:hover::after{
      left: 96px;
    }
    .openbottom:hover::after{
      top: 96px;
    }    
  }    
  
 