*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

:root {
  --primary-color: white;
  --secondary-color: black;
  --hintergrund: #1b1b1b;
  --navigation: rgb(66, 65, 65);
  --navigation-2: #1c1c1d;
  --footer-hintergrund: #737373;
  --footer-hintergrund-2: #bbb;
  --footer-hintergrund-3: #26272b;
}

.light-theme {
  --primary-color: black;
  --secondary-color: white;
  --hintergrund: rgb(204, 204, 204);
  --navigation: rgb(185, 185, 185);
  --navigation-2: #ffffff;
  --footer-hintergrund: #000000;
  --footer-hintergrund-2: rgb(0, 0, 0);
  --footer-hintergrund-3: #888888;
}

body{
    font-family: 'Chakra Petch', sans-serif;
    background-image: url(Bilder/hintergrund.png);
}

.link:hover {
    color: blueviolet;
    text-decoration: underline;
}

#hintergrund {
    background-image: url(hintergrund.png) repeat fixed 100%;
}

body::-webkit-scrollbar{
    width: 0.25rem;
}

body::-webkit-scrollbar-track{
    background: var(--secondary-color);
}

body::-webkit-scrollbar-thumb{
    background: rgb(72, 72, 75);
}

nav{
    height: 75px;
    width: 100%;
    background-color: var(--navigation);
    display: flex;
    justify-content: space-between;
}

.logo-container{
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0;
}

.logo{
    margin-left: 20px;
}

.logo-txt{
    font-size: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

.nav-list{
    position: fixed;
    width: 100%;
    height: 0vh;
    top: 75px;
    background: var(--navigation-2);
    float: right;
    text-align: center;
    transition: all .5s;
}

.nav-list li {
    opacity: 0;
    line-height: 30px;
    margin: 50px 0;
    transition: all .5s;
}

.nav-list li a{
    color: var(--primary-color);
    font-size: 20px;
    text-transform: uppercase;
}

.nav-list li a.active, .nav-list li a:hover{
    color: var(--secondary-color);
    transition: 0.5s;
}

.hamburger-btn{
    display: block;
    font-size: 30px;
    color: var(--primary-color);
    float: right;
    line-height: 75px;
    margin-right: 40px;
    cursor: pointer;
}

#check {
    display: none;
}

#check:checked ~ .nav-list {
    height: 100vh;

}

#check:checked ~ .nav-list li {
    opacity: 1;

}

.demo {
    text-align: left;
    margin: 0 auto;
    background-color: var(--hintergrund);
    width: 1088px;
    height: auto;
    border: 1px solid var(--hintergrund);
    border-radius: 10px;
}

.dsa {
    float: left;
    margin-right: 400px;
    margin-left: 20px;
}

.fdsa {
    margin-left: 20px;
    margin-bottom: 20px;
}

.abb {
    margin-top: 10px;
    margin-left: 20px;
}

.überschrifta {
    text-align: center;
    font-size: 50px;
    color: var(--primary-color);
}

.sc1 {
    border: 1.5px solid black;
    border-radius: 5px;
    background-color: #006696;
    text-align: center;
    font-size: 30px;
}

.scriptüberschrift {
    margin-right: 10px;
}

.allb {
    margin-left: 20px;
    margin-right: 20px;
    color: var(--primary-color);
}

#ACB {
    font-family: 'Charm', cursive;
    color: var(--primary-color);
    font-size: 70px;
    text-align: center;
    text-shadow: 3px 3px 4px #777;
    text-decoration: underline;
}

.site-footer {
  background-color: var(--footer-hintergrund-3);
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color: var(--footer-hintergrund);
}

.site-footer hr {
  border-top-color: var(--footer-hintergrund-2);
  opacity:0.5
}

.site-footer hr.small {
  margin:20px 0
}

.site-footer h6 {
  color: var(--primary-color);
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}

.site-footer a {
  color: var(--footer-hintergrund);
}

.site-footer a:hover {
  color:#3366cc;
  text-decoration:none;
}

.footer-links {
  padding-left:0;
  list-style:none
}

.footer-links li {
  display:block
}

.footer-links a {
  color: var(--footer-hintergrund);
}

.footer-links a:active,.footer-links a:focus,.footer-links a:hover {
  color:#3366cc;
  text-decoration:none;
}

.footer-links.inline li {
  display:inline-block
}

.site-footer .social-icons {
  text-align:right
}

.site-footer .social-icons a {
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}

.copyright-text {
  margin:0
}

@media (max-width:991px) {

  .site-footer [class^=col-] {
    margin-bottom:30px
  }
}

@media (max-width:767px) {

  .site-footer {
    padding-bottom:0
  }

  .site-footer .copyright-text,.site-footer .social-icons {
    text-align:center
  }
}

.social-icons {
  padding-left:0;
  margin-right: 350px;
  margin-bottom:0;
  list-style:none
}

.social-icons li {
  display:inline-block;
  margin-bottom:4px
}

.social-icons li.title {
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}

.social-icons a {
  background-color: var(--primary-color);
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  color: var(--primary-color);
  background-color:#29aafe
}

.social-icons.size-sm a {
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}

.social-icons a.discord:hover {
  background-color:#3b5998
}

.social-icons a.instagram:hover {
  background-color:#de01e6
}

.social-icons a.linkedin:hover {
  background-color:#007bb6
}

.social-icons a.dribbble:hover {
  background-color:#ea4c89
}

@media (max-width:767px) {

  .social-icons li.title {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

@media only screen and (min-width: 900px) {
    .logo-container{
        margin-left: 25px;
    }

    nav{
        height: 100px;
        background-color: var(--navigation);
    }

    .hamburger-btn{
        display: none;
    }

    .nav-list{
        position: relative;
        height: 100px;
        top: 0;
        background: none;
        float: right;
        text-align: right;
        margin-right: 25px;
        transition: none;
    }

    .nav-list li{
        display: inline-block;
        opacity: 1;
        line-height: 100px;
        margin: 0 20px;
        transition: none;
    }

    .nav-list li a.active, .nav-list li a:hover{
        color: var(--secondary-color);
    }
}