* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
} 

body {
  overflow-x: hidden;
  background-color: #5682BB;
  font-family: "Kode Mono" ;
}

.body2 {
  background-color: #c764a1;
}

.grid {
  display: grid;
  grid-template-columns: 300px 550px;
}



.barbie-font {
  font-family: "Barbie";
  color: #E27396;
}

.grey-background {
  background-color: #BFBFBF;
}

.intro {
  position: relative;
  padding: 20vh 40px 0px 40px;
}


.overflow-y-hid {
overflow-y: hidden;
}

@font-face {
    font-family: "Kode Mono";
    src: url(fonts/SourceCodePro-VariableFont_wght.ttf) format(woff);
}

@font-face {
  font-family: "Barbie";
  src: url(fonts/Barbie-font.ttf) format(woff);
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.link-w:link {
  text-decoration: none;
  color: white
}

.link-w:visited {
  text-decoration: none;
  color: white
}

.link-w:hover {
  text-decoration: none;
  color: #473198
}

.link-w:active {
  text-decoration: none;
  color: white
}

.about-hover {
  background-color: #473198;
  color: #473198;
}

.about-hover:hover {
  background-color: #BFBFBF;
  color: #000;
}

.inline {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.fixed {
  position: fixed;
}

.inline-display {
  display: inline;
}

.grey1 {
  color: #BFBFBF;
}

.float-right{
  float: right;
}







/* This is a single-line comment */




.windows-95-container {
    border: 1px solid;
    box-shadow: 1px 1px 0 0 #000;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    display: block;
    background-color: #BFBFBF;
    padding: 4px; 
    width: 100%;
    position: fixed;

}


.topbar {
    display: inline-block;
    padding: 1px 10px 1px 5px;
}

.desktop-photo {
    width: 100vw;
    height: 100vh;
    opacity: 70%;
    background-position: center;
    background-size: cover;
   
  }

  .margin-top-desktop {
    margin-top: 100vh;
  }

.absolute {
    position: absolute;
}

.filter1{
    filter: hue-rotate(100deg);
}





                    /* Grids und co.*/



.container {
    display: grid;
    grid-template-rows: repeat(4,100px);
    grid-template-columns:  repeat( 11, 1fr)
}

.desktop {
    display: flex;
}

.icon-desktop {
    padding: 4px 8px 4px 8px;
    border: 2px solid transparent;
    text-align: center;
    position: absolute;
  }

  

  .icon-desktop-1 {
    margin-top: 132px;
    margin-bottom: 32px;
  }

  .icon-desktop-2 {
    margin-top: 32px;
    margin-left: -200px;
    margin-bottom: 32px;
  }

  .icon-desktop-3 {
    margin-top: 32px;
    margin-left: -200px;
    margin-bottom: 32px;
  }

  .icon-desktop-4 {
   margin-top: 300px;
   margin-left: 50vw;
   
  }

  .icon-desktop-5 {
    margin-top: 300px;
    margin-left: 50vw;
    
   }

.icon-desktop:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }

.zminus1 {
    z-index: -1;
}

.zplus1 {
    z-index: 1;
}

.zplus2 {
    z-index: 2;
}

.zplus3 {
  z-index: 3;
}


.work {
  display: block;
}


.back-handy {
  display: none;
}


.responsive {
    height: auto;
}


/* ==========================================================================
    Chrome
========================================================================== */

#chrome-pop-up {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    resize: both;
    overflow-y: hidden;
    background: white;
    border: 2px solid #004275;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 900px;
  }

  
  
  #chrome-pop-up:target {
    visibility: visible;
  }
  
  #chrome-pop-up iframe {
    height: 100vh;
    width: 100%;
  }
  
  .chrome-top {
    height: 30px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid grey;
  }
  
  .chrome-tabs {
    float: left;
    position: relative;
    margin-left: 12px;
  }
  
  .chrome-tabs .tabs {
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 6px;
    padding-bottom: 6px;
    width: 180px;
    background: #f2f2f2;
    cursor: default;
  }
  
  .chrome-tabs .tabs .text-tabs {
    font-size: 12px;
    margin-left: 3px;
    vertical-align: text-bottom;
  }
  
  .chrome-tabs .tabs .close-tabs {
    float: right;
    margin-right: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 0.9;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    font-weight: 500;
    font-family: monospace;
  }
  
  .chrome-tabs .tabs .close-tabs:hover {
    background: rgba(255, 0, 0, 0.781);
    color: white;
    padding: 1px;
  }
  
  .chrome-tabs .tabs:before {
    content: " ";
    position: absolute;
    left: -33px;
    bottom: 0;
    background: grey;
    width: 64px;
    height: 1px;
    transform: rotate(104deg);
  }
  
  .chrome-tabs .tabs:after {
    content: " ";
    position: absolute;
    right: -31px;
    bottom: 0;
    background: grey;
    width: 64px;
    height: 1px;
    transform: rotate(70deg);
  }
  
  .chrome-tabs .tabs .icons-tabs img {
    height: 16px;
    width: 16px;
  }
  
  .new-tabs {
    width: 26px;
    height: 15px;
    background: #ccc;
    transform: skew(27deg);
    position: absolute;
    top: 7px;
    right: -30px;
    border: 1px solid grey;
    border-radius: 2px;
  }
  
  .new-tabs:hover {
    background: rgba(128, 128, 128, 0.3);
  }
  
  .chrome-close {
    display: flex;
    justify-content: flex-end;
  }
  
  .chrome-close a {
    text-decoration: none;
    font-size: 11px;
    padding: 8px 24px 7px 24px;
    color: grey;
  }
  
  .chrome-close a:hover:not(:last-child) {
    background: #dfdfdf;
    color: black;
  }
  
  .chrome-close a:hover:last-child {
    background: rgba(255, 0, 0, 0.781);
    color: white;
  }
  
  .chrome-close a:not(:first-child) {
    margin-left: -4px;
  }
  
  .triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 7px solid white;
  }
  
  .triangle-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid white;
    transform: scaleX(-1);
  }
  
  .chrome-bottom {
    background: #f2f2f2;
    height: 62px;
    position: relative;
    display: flex;
    flex-direction: row;
  }
  
  .chrome-bottom .options-bar {
    height: calc(62px / 2);
    width: 100%;
  }
  
  .chrome-bottom .options-bar a {
    text-decoration: none;
    border-radius: 3px;
  }
  
  .chrome-bottom .options-bar a:hover {
    background: #dfdfdf;
  }
  
  .chrome-bottom .options-bar .icons-bar {
    padding: 3px;
    margin-left: 4px;
    display: flex;
    flex-wrap: nowrap;
  }
  
  .chrome-bottom .options-bar .icons-bar .arrows {
    flex: 0 0 85px;
    flex-direction: row;
    align-self: center;
  }
  
  .chrome-bottom .options-bar .icons-bar .arrows a {
    color: #5a5a5a;
    padding: 4px;
  }
  
  .chrome-bottom .options-bar .search-bar {
    width: 100%;
  }
  
  .chrome-bottom .options-bar .search-bar input {
    border: 1px solid grey;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    text-indent: 87px;
  }
  
  .chrome-bottom .options-bar .search-bar input:focus {
    outline: none;
  }
  
  .chrome-bottom .options-bar .search-bar .info {
    position: absolute;
    font-size: 12px;
    color: #27ae60;
    border-right: 1px solid rgba(128, 128, 128, 0.808);
    padding: 9px;
    cursor: default;
  }
  
  .chrome-bottom .options-bar .search-bar .info:hover {
    background: rgba(128, 128, 128, 0.2);
  }
  
  .chrome-bottom .options-bar .search-bar .star {
    position: absolute;
    font-size: 12px;
    color: grey;
    padding: 6px;
    top: 5px;
    right: 27px;
    border-radius: 2px;
    cursor: default;
  }
  
  .chrome-bottom .options-bar .search-bar .star:hover {
    background: rgba(128, 128, 128, 0.2);
  }
  
  .chrome-bottom .options-bar .points-bar {
    border-radius: 3px;
  }
  
  .chrome-bottom .options-bar .points-bar a {
    color: #5a5a5a;
  }
  
  .chrome-bottom .options-bar .points-bar .points {
    display: inline-flex;
    transform: rotate(90deg);
    cursor: default;
    color: grey;
    margin-top: 6px;
    border-radius: 3px;
  }
  
  .chrome-bottom .options-bar .points-bar:hover {
    background: rgba(128, 128, 128, 0.2);
  }
  
  .chrome-bottom .bookmarks {
    flex: 0 0 24%;
    background: #f2f2f2;
  }
  
  .chrome-bottom .bookmarks .folder-book {
    cursor: default;
    border-radius: 1px;
    display: inline;
  }
  
  .chrome-bottom .bookmarks .folder-book a {
    font-size: 12px;
    padding-right: 8px;
    color: rgba(0, 0, 0, 0.836);
    cursor: default;
    padding-bottom: 3px;
  }
  
  .chrome-bottom .bookmarks .folder-book i {
    padding: 1px 8px 0px 10px;
    font-size: 16px;
    vertical-align: bottom;
  }
  
  .chrome-bottom .bookmarks .folder-book i.fa-css3-alt {
    color: #1b73ba;
  }
  
  .chrome-bottom .bookmarks .folder-book i.fa-windows {
    color: grey;
  }
  
  .chrome-bottom .bookmarks .folder-book:hover {
    background: #dfdfdf;
  }
  
  .chrome-bottom .bookmarks .folder-book:first-child {
    margin-left: 4px;
  }
  
  .chrome-bottom .bookmarks .folder-book:first-child a {
    vertical-align: baseline;
  }
  
  .chrome-bottom .bookmarks .folder-book span {
    background: #1f8dd6;
    padding: 1px 3px 0px 3px;
    font-size: 13px;
    color: white;
    vertical-align: text-top;
    margin-right: 8px;
    margin-left: 8px;
  }



  .window {
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px grey,inset 2px 2px #fff;
    padding: 3px;
    position: absolute;
    margin-top: 100px;
  
    }

 .title-bar, .window, button, input, label, option, select, table, textarea, ul.tree-view {
        -webkit-font-smoothing: none;
        
        font-size: 11px;
        }

  .font-smooth {
    -webkit-font-smoothing: none;
  }



/* ==========================================================================
    Margins
========================================================================== */

.margin-1 {
    margin-top: 50px;
}





/* ==========================================================================
    Ras-pop-up
========================================================================== */

#ras-pop-up {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    resize: both;
    overflow-y: hidden;
    background: hotpink;
    border: 2px solid hotpink;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 900px;
  }

  
  
  #ras-pop-up:target {
    visibility: visible;
  }
  
  #ras-pop-up iframe {
    height: 100vh;
    width: 100%;
  }
  
  .ras-top {
    height: 30px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid hotpink;
  }
  
  .ras-tabs {
    float: left;
    position: relative;
    margin-left: 12px;
  }
  
  .ras-tabs .tabs {
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 6px;
    padding-bottom: 6px;
    width: 180px;
    background: hotpink;
    cursor: default;
  }
  
  .ras-tabs .tabs .text-tabs {
    font-size: 12px;
    margin-left: 3px;
    vertical-align: text-bottom;
  }
  
  .ras-tabs .tabs .close-tabs {
    float: right;
    margin-right: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 0.9;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    font-weight: 500;
    font-family: monospace;
  }
  
  .ras-tabs .tabs .close-tabs:hover {
    background: rgba(255, 0, 0, 0.781);
    color: hotpink;
    padding: 1px;
  }
  
  .ras-tabs .tabs:before {
    content: " ";
    position: absolute;
    left: -33px;
    bottom: 0;
    background: aqua;
    width: 64px;
    height: 1px;
    transform: rotate(104deg);
  }
  
  .ras-tabs .tabs:after {
    content: " ";
    position: absolute;
    right: -31px;
    bottom: 0;
    background: aqua;
    width: 64px;
    height: 1px;
    transform: rotate(70deg);
  }
  
  .ras-tabs .tabs .icons-tabs img {
    height: 16px;
    width: 16px;
  }
  
  .new-tabs {
    width: 26px;
    height: 15px;
    background: #ccc;
    transform: skew(27deg);
    position: absolute;
    top: 7px;
    right: -30px;
    border: 1px solid grey;
    border-radius: 2px;
  }
  
  .new-tabs:hover {
    background: rgba(128, 128, 128, 0.3);
  }
  
  .ras-close {
    display: flex;
    justify-content: flex-end;
  }
  
  .ras-close a {
    text-decoration: none;
    font-size: 11px;
    padding: 8px 24px 7px 24px;
    color: grey;
  }
  
  .ras-close a:hover:not(:last-child) {
    background: #dfdfdf;
    color: black;
  }
  
  .ras-close a:hover:last-child {
    background: rgba(255, 0, 0, 0.781);
    color: hotpink;
  }
  
  .ras-close a:not(:first-child) {
    margin-left: -4px;
  }
  




/* ==========================================================================
    Sonstiges
========================================================================== */


  ::marker{ display:none; } 
  summary{ list-style: none }


  details[open] summary {
    width: 75%;
  }

  .pop-up1 {
    margin-top: 15%;
    margin-left: 30%;
    width: 600px;
    height: 300px;
  }

  .pop-up2 {
    margin-top: 10%;
    margin-left: 12%;
    width: 250px;
    height: auto;
  }

  .pop-up3 {
    margin-top: 20%;
    margin-left: 20%;
    width: 850px;
    height: auto;
  }

  .pop-text-1 {
    margin: 25px;
  }

  .pic-box-1 {
    margin-left: 10px;
  }

  .pop-up4 {
    margin-top: 50%;
    margin-left: 60%;
    width: 250px;
    height: auto;
  }

  .pop-up5 {
    margin-top: 75%;
    margin-left: 25%;
    width: 250px;
    height: auto;
  }

  .pop-up6 {
    margin-top: 110%;
    margin-left: 5%;
    width: 350px;
    height: auto;
  }



  .center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-align-center {
    text-align: center;
  }

  .ras-folder {
    margin-top: 20px;
    left: 0px;
    display: flex;
    flex-direction: row;
  }

  .margin-icon {
    margin-left: 5px;
  }

  .folder-name{
    display: block;
  }

  .filter1 
   {
    filter: invert(30%);
   }

   .filter2 {
    filter: hue-rotate(90deg);
  }

  .filter-more {
    filter:hue-rotate(300deg)
  }

   .font-black {
    color: #000;
   }

   .chrome-pop-up {
    position: absolute;
    z-index: 1;
    resize: both;
    overflow-y: hidden;
    background: white;
    border: 2px solid #004275;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 900px;
  }

  .container2 {
    display: flex;
    flex-wrap: wrap;
  }

  .container2 > * {
    flex: 1 1 calc(280px + 1em);
  }

  .box-pic {
    object-fit: cover;
  }

  .block {
    display: block;
  }

  .hide {
    display: none;
  }

      
.myDIV:hover + .hide {
  display: block;
}

.myDIV:hover {
  opacity: 70%;
  
}





/* ==========================================================================
  status-bar
========================================================================== */

.status-bar {
  margin: 0px 1px;
  display: flex;
  gap: 1px;
}

.status-bar-field {
  box-shadow: inset -1px -1px #dfdfdf, inset 1px 1px #808080;
  flex-grow: 1;
  padding: 2px 3px;
  margin: 0;
}

.list-window {
  list-style-type: circle;
}


/* ==========================================================================
  Glitch Animation
========================================================================== */

.aesthetic-effect-text-glitch {
  color: white;
  position: relative; }

  @keyframes aesthetic-effect-text-glitch-anim-1 {
    0% {
      clip: rect(29px, 450px, 29px, 0); }
    5.88235% {
      clip: rect(90px, 450px, 75px, 0); }
    11.76471% {
      clip: rect(102px, 450px, 42px, 0); }
    17.64706% {
      clip: rect(70px, 450px, 74px, 0); }
    23.52941% {
      clip: rect(46px, 450px, 35px, 0); }
    29.41176% {
      clip: rect(93px, 450px, 110px, 0); }
    35.29412% {
      clip: rect(112px, 450px, 24px, 0); }
    41.17647% {
      clip: rect(74px, 450px, 20px, 0); }
    47.05882% {
      clip: rect(71px, 450px, 65px, 0); }
    52.94118% {
      clip: rect(23px, 450px, 38px, 0); }
    58.82353% {
      clip: rect(57px, 450px, 20px, 0); }
    64.70588% {
      clip: rect(108px, 450px, 108px, 0); }
    70.58824% {
      clip: rect(1px, 450px, 19px, 0); }
    76.47059% {
      clip: rect(53px, 450px, 15px, 0); }
    82.35294% {
      clip: rect(109px, 450px, 41px, 0); }
    88.23529% {
      clip: rect(4px, 450px, 31px, 0); }
    94.11765% {
      clip: rect(42px, 450px, 103px, 0); }
    100% {
      clip: rect(97px, 450px, 87px, 0); } }


@keyframes aesthetic-effect-text-glitch-anim-2 {
    0% {
      clip: rect(65px, 450px, 54px, 0); }
    5.88235% {
      clip: rect(14px, 450px, 24px, 0); }
    11.76471% {
      clip: rect(34px, 450px, 19px, 0); }
    17.64706% {
      clip: rect(98px, 450px, 71px, 0); }
    23.52941% {
      clip: rect(53px, 450px, 10px, 0); }
    29.41176% {
      clip: rect(36px, 450px, 50px, 0); }
    35.29412% {
      clip: rect(88px, 450px, 98px, 0); }
    41.17647% {
      clip: rect(60px, 450px, 59px, 0); }
    47.05882% {
      clip: rect(95px, 450px, 108px, 0); }
    52.94118% {
      clip: rect(7px, 450px, 66px, 0); }
    58.82353% {
      clip: rect(44px, 450px, 42px, 0); }
    64.70588% {
      clip: rect(113px, 450px, 38px, 0); }
    70.58824% {
      clip: rect(18px, 450px, 33px, 0); }
    76.47059% {
      clip: rect(39px, 450px, 70px, 0); }
    82.35294% {
      clip: rect(79px, 450px, 106px, 0); }
    88.23529% {
      clip: rect(64px, 450px, 63px, 0); }
    94.11765% {
      clip: rect(44px, 450px, 99px, 0); }
    100% {
      clip: rect(8px, 450px, 11px, 0); } }
    .aesthetic-effect-text-glitch::before, .aesthetic-effect-text-glitch::after {
      content: attr(data-glitch);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      clip: rect(0, 0, 0, 0); }
    .aesthetic-effect-text-glitch::after {
      left: 2px;
      text-shadow: -1px 0 red;
      animation: aesthetic-effect-text-glitch-anim-1 2s infinite linear alternate-reverse; }
    .aesthetic-effect-text-glitch::before {
      left: -2px;
      text-shadow: 2px 0 blue;
      animation: aesthetic-effect-text-glitch-anim-2 3s infinite linear alternate-reverse; 
    }

    .more-button {
      border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    }

    .more-button:hover {
      filter:hue-rotate(100deg)
      
    }

  .popover-more {
    margin: auto;
    height: 70%;
    width: 50%;
    border: 1px solid;
    box-shadow: 1px 1px 0 0 #000;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border: 1px solid;
    background-color: #BFBFBF;
    padding: 4px;
    font-size: 10px;
  }

  .button-close-more{
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    padding: 2px;
    width: 100%;
    margin-left: auto;
    color: white;
    font-size: 20px;
  }


/* 
  @keyframes image-border {
    0% {border: solid 2px white;}
    50% {border: solid 4px white;}
    100% {border: solid 2px white;}
  }

  .image-border {
    animation-name: image-border;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
  }*/



  




@media only screen and (max-width: 700px) {
  #chrome-pop-up {
    width: 400px;
  }

  .chrome-pop-up {
    width: 400px;
  }

  .ras-folder {
    flex-direction: column;
  }

  .pop-up1 {
    width: 250px;
    height: 400px;
  }

  .pop-up2 {
    margin-top: 55vh;
    width: 250px;
  }

  .pop-up3 {
    width: 300px;
  }

  .pop-up4 {
    width: 250px;
    margin-top: 100vh;
  }

  .pop-up5 {
    width: 250px;
    margin-top: 120vh;
  }

  .center {
    align-items: end;
  }
  .myDIV {
    width: 20%;
  }

  .back-desktop {
    display: none;
  }

  .back-handy {
    display: block;
  }

  .grid {
    display: grid;
    grid-template-columns: 250px
  }
}
