* {
  box-sizing: border-box;
}

@media (min-width:1081px) {

  /* allgemeiner stuff */
  html {
    scroll-behavior: smooth;
    font-size: 17px;
  }

  body {
    background-color: #111111;
    font-family: 'open sans', sans-serif;
    color: white;
    margin: auto;
    width: 100%;
    overflow-y: scroll;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }

  h1 {
    font-size: 4.5rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    margin-top: 0;
    line-height: 100%;
    color: #ECFF00;
  }

  h2 {
    font-size: 2.5rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    margin-top: 0;
    line-height: 110%;
    color: white;
  }

  h2 span {
    color: #ECFF00;
  }

  h3 {
    font-size: 1.2rem;
    margin-top: 0;
  }

  p {
    margin-top: -0.2rem;
    line-height: 160%;
  }

  p span {
    color: #ECFF00;
  }

  a {
    text-decoration: none;
    color: #AAAAAA;
    transition: 0.5s;
  }

  a:hover {
    color: white;
    color: #ECFF00;
  }

  button {
    font-family: 'open sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #aaaaaa;
    padding: 0.8vw 1vw;
    border-style: none;
    border-radius: 0.25rem;
    background-color: #333333;
    transition: 0.5s;
  }

  button:hover {
    cursor: pointer;
    color: white;
    color: #ECFF00;
  }

  button:focus {
    outline: none;
  }

  /* body */
  /* nav */
  nav {
    height: 8vh;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 100;
    background-color: #222;
  }

  .nav-box {
    margin: auto;
    width: 80vw;
  }

  .dropbutton {
    display: none;
  }

  .dropdown-content {
    display: none;
  }

  .logo {
    height: inherit;
    padding-top: 1.8vh;
    float: left;
    font-family: 'open sans condensed';
    font-weight: 700;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: ;
    color: white;
    color: #ECFF00;
    background-color: ;
  }

  ul {
    height: inherit;
    font-family: 'open sans';
    font-weight: 700;
    font-weight: 400;
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  li {
    float: left;
  }

  li a {
    display: block;
    height: inherit;
    text-align: right;
    padding-top: 2.3vh;
    margin: 0 1vw;
    /* oben-unten rechts-links */
    text-decoration: none;
  }

  li a:hover {
    color: white;
    color: #ECFF00;
  }

  /* main */
  section {
    margin: auto;
    width: 80vw;
  }

  .color-box {
    padding-bottom: 18vh;
    background-color: #191919;
    width: 100%
  }

  .color-box-footer {
    padding-bottom: 9vh;
    background-color: #191919;
    width: 100%
  }

  .section-box {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24vh;
    background-color: ;
    overflow: hidden;
  }

  .section-box img {
    margin-bottom: 1vw;
  }

  /* allgemein? */
  .column-left {
    float: left;
    width: 34vw;
    height: auto;
    background-color: ;
  }

  .column-right {
    float: right;
    width: 34vw;
    height: auto;
    background-color: ;
  }

  .column-small {
    float: left;
    width: 18vw;
    height: auto;
    background-color: ;
  }

  .column-large {
    float: left;
    width: 50vw;
    height: auto;
    background-color: ;
  }

  .start-box {
    height: auto;
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 24vh;
    background-color: ;
  }

  .intro {
    font-size: 1.2rem;
  }

  .arrow-chapter {
    height: 1rem;
    width: 1rem;
    float: left;
    background-color: ;
    margin: 0.5rem 0.5vw 0 0;
    outline-style: none;
    border-style: none;
  }

  .video {
    width: 50vw;
    height: 28vw;
  }

  #quellen-button {
    padding: 0;
    text-align: left;
    background-color: transparent;
  }

  #quellen-button h2 {
    color: #aaa;
    transition: 0.5s;
  }

  .quellen-white {
    color: #ecff00 !important;
  }

  .quellen-box {
    margin-top: 2.4vw;
  }

  .tag-box {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: ;
    overflow: hidden;
  }

  .tags {
    padding: 0.5vw 0.8vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    background-color: #333333;
  }

  ::-moz-selection {
    background: transparent;
    color: #ecff00;
  }

  ::selection {
    background: transparent;
    color: #ecff00;
  }

  /* svg */
  .cls-1 {
    fill: none;
    stroke: #aaa;
    stroke-miterlimit: 10;
    stroke-width: 7px;
    transition: 0.5s;
    transform: translateY(5px);
  }

  .cls-2 {
    fill: #aaa;
  }

  a:hover .cls-1 {
    stroke: #ecff00;
    fill: #ecff00;
  }

  .cls-3 {
    fill: #aaa;
    transition: 0.5s;
  }

  .back-to-top:hover .cls-3 {
    fill: #ecff00;
  }

  /* smart stuff */
  .smart-h2-img {
    display: none;
  }

  .desktop {}

  .smart {
    display: none;
  }

  /* index */
  /* startbereich */
  #start {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .memes {
    margin-top: ;
    font-family: 'open sans condensed';
    font-weight: 700;
    font-size: 7rem;
    text-align: center;
    background-color: ;
    color: ;
  }

  .oftheinternet {
    margin-top: -3vh;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    color: #bbbbbb;
    color: #ECFF00;
    background-color: ;
  }

  .searchbar {
    float: left;
    width: 70%;
    height: 3rem;
    margin: 3rem 0 0 15%;
    padding: 0.1rem 0 0 1.3rem;
    color: #333;
    font-style: italic;
    font-size: 1rem;
    border-style: none;
    border-radius: 1.5rem;
    background-color: #fff;
  }

  .searchbar:focus {
    font-style: normal;
  }

  .lupe-index {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -2.8rem;
    margin-top: 3.75rem;
    float: left;
  }

  /* bildersammlung salonhängung */
  #collection {
    margin-top: 30vh;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: ;
  }

  #collection img {
    transition: 0.5s;
  }

  #collection img:hover {
    filter: brightness(50%);
    cursor: pointer;
  }

  #linear-black-transparent {
    position: absolute;
    top: 30vh;
    left: 0;
    height: 80vh;
    width: 100%;
    background-image: linear-gradient(#111, rgba(17, 17, 17, 0));
    z-index: 1;
  }

  .collection-box img {
    float: ;
    display: inline-block;
  }

  .grid {
    float: ;
    position: relative;
    max-width: 100%;
    padding-top: 0vh;
    background-color: ;
    /* float right lässt es verschwinden */
  }

  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .grid-item {
    float: ;
    margin: 0.7vw;
    overflow: hidden;
  }

  .height4 {
    height: 4vw;
  }

  .height6 {
    height: 6vw;
  }

  .height8 {
    height: 8vw;
  }

  .height10 {
    height: 10vw;
  }

  .stamp {
    position: absolute;
  }

  .miiim-stamp {
    top: 0vh;
    right: 35%;
    width: 30%;
    height: auto;
    padding-bottom: 6vw;
    z-index: 2;
  }

  #stamp1 {
    top: 0vh;
    left: 0vw;
    height: 6vw;
    width: auto;
  }

  #stamp2 {
    top: 0vh;
    right: 0vw;
    height: 8vw;
    width: auto;
  }

  #stamp3 {
    top: 8vh;
    right: 8vw;
    height: 6vw;
    width: auto;
  }

  #stamp4 {
    top: 10vh;
    margin-top: 18vh;
    right: 22vw;
    height: 4vw;
    width: auto;
  }

  #stamp5 {
    top: 0vh;
    margin-top: 10vh;
    left: 12vw;
    height: 6vw;
    width: auto;
  }

  #stamp6 {
    top: 0vh;
    margin-top: 14vh;
    left: 21vw;
    height: 4vw;
    width: auto;
  }

  .height1 {
    margin: 0.7vw;
    width: auto;
    font-size: 2rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    background-color: ;
  }

  .height2 {
    float: left;
    margin: -4vw 0 0 50vw;
    width: auto;
    font-size: 2rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    background-color: ;
  }

  #placeholder-item1 {
    height: 120px;
    width: 140px;
    background-color: #222;
  }

  #placeholder-item2 {
    height: 10px;
    width: 140px;
    background-color: #222;
  }

  #collection-box0 {
    height: 40vw;
  }

  #collection-box0 img {
    position: absolute;
  }

  /* teaser für artikel */
  .teaser {
    overflow: hidden;
    padding-top: 20vh;
    background-color: ;
  }

  .teaser-box {
    overflow: hidden;
    margin-top: 4vw;
    height: auto;
    background-color: ;
  }

  .headline-box {
    overflow: hidden;
    float: left;
    height: auto;
    width: 40vw;
    padding: 0 5vw;
    font-family: 'open sans condensed';
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 110%;
    background-color: ;
    color: #ECFF00;
  }

  .mehrlesen {
    font-family: 'open sans';
    font-size: 1rem;
    font-weight: 400;
    outline-style: none;
    background-color: ;
  }

  .more {
    display: none;
  }

  .teasertext-box {
    float: right;
    height: auto;
    width: 40vw;
    padding: 0 5vw;
    background-color: ;
  }

  /* stoebern */
  /* button-box mit buttons "sortierung" und "kategorisierung" */
  .button-box {
    position: sticky;
    top: 7.9vh;
    height: auto;
    width: 80vw;
    margin: auto;
    padding-top: 1vw;
    background-color: #111;
    z-index: 3;
  }

  #button-box {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: auto;
    overflow: hidden;
    background-color: ;
  }

  /* buttons "sortierung" und "kategorisierung" */
  .button-feed {
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    background-color: #333333;
    transition: 300ms;
  }

  /* button boxen auf der linken seite (suche und switch) */
  #button-box-left {
    overflow: hidden;
    background-color: ;
    float: left;
    width: auto;
    background-color: ;
  }

  /* button zum switchen der anzeige von text */
  #button-switch-text {
    background-color: transparent;
    float: left;
    margin-top: 0.2rem;
  }

  #button-switch {
    float: left;
    margin-left: 2vw;
    margin-top: 0.5rem;
    padding: 0;
    background-color: #333333;
    transition: 300ms;
    width: 3.3rem;
    height: 2rem;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
  }

  /* toggle switch */
  .switch {
    position: relative;
    display: inline-block;
    top: -0rem;
    left: -0.5rem;
    width: 1.4rem;
    height: 1.4rem;
    background-color: transparent;
    border-radius: 50%;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaaaaa;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  .checkedswitch {
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
    background-color: #ECFF00;
  }

  /* suchleiste im feed, nicht bei index */
  #searchbar-feed {
    float: left;
    width: 25vw;
    height: 3rem;
    padding: 0.1rem 0 0 1.3rem;
    background-color: #ffffff;
    font-style: italic;
    font-size: 1rem;
    border-style: none;
    border-radius: 1.5rem;
  }

  #searchbar-feed:focus {
    font-style: normal;
  }

  input[type=text]:focus {
    background-color: ;
    color: black;
    font-style: normal;
    border-style: none;
    outline: none;
  }

  #lupe-feed {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -3.1rem;
    margin-top: 0.75rem;
    float: left;
  }

  #ausklapp-kategorien {
    display: flex;
  }

  #ausklapp-sortierung {
    display: none;
  }

  .ausklapp-box {
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: ;
    overflow: hidden;
    float: right;
    height: auto;
    width: 80vw;
    padding: 1.4vw 0 0 20vw;
    background-color: #111;
  }

  /* sortieren ausgeklappte buttons */
  .button-sortierung {
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    padding: 0.5vw 0.8vw;
    background-color: #333333;
    transition: 300ms;
  }

  /* kategorien ausgeklappte buttons */
  .button-kategorien {
    margin-left: 1vw;
    margin-bottom: 1vw;
    padding: 0.5vw 0.8vw;
    background-color: #333333;
    transition: 300ms;
  }

  .tags-active {
    color: #ECFF00;
  }

  /* .button-kategorien.active {
    background-color: #282828;
    color: white;
  } */
  .button-active {
    background-color: #ECFF00;
    color: black;
  }

  .button-active:hover {
    color: black;
  }

  /* background color reagiert nicht?? iwo überschrieben??? */
  /* slidetogglelt runter bei click auf kategorien bzw sortieren */
  /* feed grid alternativer entwurf */
  /* feed grid */
  #feed-box {
    width: 80vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 5vw;
    padding: 0;
    background-color: ;
  }

  #feed-box img {
    width: 16vw;
    height: 16vw;
    transition: .5s ease;
  }

  .feed-element {
    position: relative;
    width: 15.8vw;
    height: 15.8vw;
    overflow: hidden;
    display: none;
    margin: 0.1vw;
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15.8vw;
    width: 15.8vw;
    opacity: 0;
    transition: .5s ease;
    ;
  }

  .overlay a {
    color: white;
  }

  .feed-element:hover .overlay {
    opacity: 1;
  }

  .feed-element:hover img {
    transform: scale(1.2);
    filter: brightness(20%) blur(0.1vw);
  }

  .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.4vw;
    float: left;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    idk was das tut? vlt wichtig für andere browser??*/
    text-align: left;
  }

  .feed-element-show {
    filter: brightness(40%);
  }

  .text-show {
    opacity: 1;
  }

  .show {
    display: block;
  }

  .element-item {
    width: 10vw;
  }

  /* artikel seiten */
  .artikel-img {
    width: 30vw;
    float: left;
  }

  .steckbrief-box {
    float: left;
  }

  .artikel-headline {
    overflow: hidden;
    width: 50vw;
    font-family: 'open sans condensed';
    font-weight: 700;
    font-size: 4rem;
    padding-left: 5vw;
    margin-bottom: 5vw;
    line-height: 120%;
    background-color: ;
  }

  .facts {
    width: 80vw;
    margin: auto;
    margin-top: 6vh;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
  }

  .quickstart {
    float: left;
    width: 18vw;
  }

  .quickstart-right {
    margin-top: -1vw;
  }

  .caption {
    font-size: 0.9rem;
    line-height: 160%;
    color: #aaaaaa;
    margin-top: -0.5vw;
    margin-bottom: 2vw;
  }

  /* slider */
  .myslides {
    float: left;
    margin-top: 4vw;
    width: auto;
    height: auto;
    background-color: ;
  }

  .slidythingy {
    float: left;
    position: absolute;
    margin-left: 0px;
    width: 18vw;
    height: auto;
    background-color: ;
  }

  .indicator {
    float: left;
    cursor: pointer;
    padding: 0;
    margin: 0 0.25rem;
    width: 0.7rem;
    height: 2rem;
    border-radius: 0.2rem;
    transition: 0.3s ease-in;
    background-color: #333;
  }

  .indicator:hover {
    float: left;
    cursor: pointer;
    width: 0.7rem;
    height: 2rem;
    transition: 0.3s ease-in;
    background-color: #ECFF00;
  }

  .arrow {
    float: left;
    display: flex;
    overflow: hidden;
    background-color: ;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
  }

  .white {
    background-color: #ECFF00 !important;
  }

  .slider-pic {
    width: 50vw;
    height: auto;
    background-color: ;
  }

  .translation-element {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .translation-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: .5s;
  }

  .translation-element:hover .translation-overlay {
    opacity: 1;
  }

  .translation-element img {
    transition: .5s;
  }

  .translation-element:hover img {
    filter: brightness(20%) blur(0.15vw);
  }

  .translation-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.8vw;
    float: left;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    idk was das tut? vlt wichtig für andere browser??*/
    text-align: left;
  }

  /* glossar */
  .alphabet-item {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    float: left;
    width: 5vw;
    height: 5vw;
    margin-right: 0.8vw;
    margin-bottom: 0.8vw;
    text-align: center;
    border-radius: 0.25rem;
    font-family: 'open sans condensed';
    font-size: 2rem;
    font-weight: 700;
    background-color: #333333;
    transition: 0.5s;
  }

  .alphabet-item:hover {
    background-color: #222222;
  }

  #glossar-searchbar {
    float: left;
    margin: 2rem 0.5rem 2rem 0;
    width: 25vw;
    height: 3rem;
    padding: 0.1rem 0 0 1.3rem;
    font-style: italic;
    font-size: 1rem;
    border-style: none;
    border-radius: 1.5rem;
    background-color: #ffffff;
  }

  #glossar-searchbar:focus {
    font-style: normal;
  }

  #go {
    padding: 0;
    margin-top: 2rem;
    margin-left: -4rem;
    width: 3rem;
    height: 3rem;
  }

  .lupe-glossar {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.90rem;
    float: left;
  }

  /* glossar einträge */
  #glossar-entry-box {
    width: 80vw;
    margin: auto;
    padding-top: 6vh;
    background-color: ;
  }

  .glossar-letter-box {
    overflow: hidden;
    height: auto;
    width: 80vw;
    margin-top: 3vw;
    background-color: ;
  }

  .glossar-letter {
    padding-top: 12vh;
    font-size: 2rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    background-color: ;
    color: #ECFF00;
  }

  .glossar-entry-item {
    float: left;
    width: 18vw;
    margin-bottom: 2vw;
    margin-right: 2vw;
    font-size: 1.2rem;
    font-family: 'open sans';
    font-weight: 400;
    background-color: ;
    background-color: transparent;
    text-align: left;
    padding: 0;
  }

  .back-to-top {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
  }

  .back-to-top-item {
    width: 4vw;
    height: 4vw;
    padding: 1vw;
  }

  /* glossar modal box */
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Modal Content/Box */
  .modal-content {
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #333;
    color: white;
    margin: 12% auto;
    padding: 4vw 12vw 4vw 4vw;
    width: 60%;
    height: 60%;
  }

  .modal-content h2 {
    color: #ECFF00;
  }

  .modal-content span {
    font-size: 2rem;
    font-weight: 300;
    color: #aaaaaa;
  }

  .modal-content p span {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 1rem;
  }

  .modal-text {
    height: auto;
    overflow: hidden;
  }

  .modal-image {
    margin-right: 4vw;
    padding-top: 0.8vw;
    width: 20vw;
  }

  .modal-image img {
    float: left;
    width: 16vw;
    margin-bottom: 0.5vw;
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 28%;
    right: 24%;
    color: #aaa;
    font-size: 2rem;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #ECFF00;
    text-decoration: none;
    cursor: pointer;
  }

  /* footer */
  footer {
    height: 20vh;
    background-color: #222222;
  }

  #footer-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 20vh;
    width: 80vw;
    margin: auto;
    padding: 4vh 0;
  }

  .footer-left {
    font-size: 2rem;
    font-family: 'open sans condensed';
    font-weight: 700;
    font-weight: 600;
    background-color: ;
    white-space: nowrap;
  }

  .footer-right {
    text-align: right;
    font-family: 'open sans';
    font-size: 1rem;
    font-weight: 300;
    width: auto;
    background-color: ;
  }
}