@font-face {
  font-family: "Permanent Marker";
  src: url("fonts/PermanentMarker-Regular.ttf");
}
@font-face {
  font-family: "Story Script";
  src: url("fonts/StoryScript-Regular.ttf");
}

body {
  background-color: #192e0f;
  background-image: url("BG_Bilder/background-4.5.png");
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  background-repeat: repeat-x;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*--^^^BESTER FREUND zum zentrieren--*/
  margin: auto;
  gap: 50px;

  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index:100;
  
}

.button {
  background-color: #596421;

  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  border-radius: 50px;
}

.home,
.portfolio,
.contact,
.blog {
  font-family: "Gill Sans";
  font-size: 16px;
  font-weight: 700;
  color: #ffc600;

  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}

.c-home,
.c-portfolio,
.c-contact,
.c-blog {
  font-family: "Gill Sans";
  font-size: 20px;
  font-weight: 700;
  color: #ffc600;

  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  
  
}

.button:hover {
  color: #ffc600;
  background-color: #778f2e;
  transform: scale(1.1);
  transition: all .4s ease;
-webkit-transition: all .4s ease;
}


@media (max-width: 700px) {
  .navbar {
    display: none;
  }
}

@media (max-width: 700px) {
  .navbar-clapped {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 10px;
    transform: scale(0.6);
    float: right;
    
    z-index:100;
  }
}
@media (min-width: 700px) {
  .navbar-clapped {
    display: none;
  }
}


h1 {
  font-family: "Permanent Marker", "gill sans";
  font-size: 96px;
  text-align: center;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  margin-top: 25px;
  margin-bottom: 5px;
  
  background: linear-gradient(to top, red, yellow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(.5vw .5vw #000);
}

.content-blog {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 10px;
    margin: auto;
}

.blog-left {
    display: column;
    justify-content: center;
    align-content: center;
    margin-right: 3vw;
    margin-left: 3vw;
    margin-bottom: 40px;
    width: 500px;
    float: left;
    
    background-color: rgba(47, 69, 51, 0.5);
    border-radius: 230px;
}

.h2-left {
    display: flex;
    justify-content: center;
    align-content: center;
    
    font-family: 'Gill Sans';
    color: #ffd928;
    text-shadow: 1px 1px #000000;
    font-size: 31px;
    text-decoration: overline underline;
    text-align: center;
    
    margin-left: 20px;
}

img {
    display: flex;
    justify-content: center;
    align-content: center;
    
    width: 280px;
    margin: auto;
    
    border-radius: 378px;
}

.p-left {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    
    font-family: 'Gill Sans';
    color: #fff8b6;
    font-size: 23px;
    text-shadow: 1px 1px #000;
    
    margin-left: 20px;
    margin-right: 10px;
}


.blog-right {
    display: column;
    justify-content: right;
    align-content: right;
    width: 900px;
    margin-top: 20px;
    margin-right: 3vw;
    margin-left: 3vw;
    margin-bottom: 40px;
    top: 0;
    float: right;
    
    background-color: rgba(48, 81, 31, 0.5);
    border-radius: 53px;
    padding-left: 20px;
    padding-right: 20px;
}

.h2-right, .p-right, em, time {
  display: block;
  max-width: 80vw;
}

.h2-right {
  color: #ffd928;
  text-shadow: .1vw .1vw #593403;
  font-family: 'gill sans';
  margin-top: 20px;
  margin-bottom: 3px;
}

time {
  font-family: 'gill sans', 'courier new';
  font-size: 15px;
  font-weight: 70px;
  color: rgb(196, 165, 22);
  text-shadow: .1vw .1vw rgb(80, 68, 17);
  margin-bottom: 10px;
}

.p-right {
  font-family: 'gill sans';
  font-size: 20px;
  color: #fff8b6;
  text-shadow: .1vw .1vw rgb(66, 51, 14);
  line-height: 28px;
}

em {
  font-family: 'gill sans';
  font-size: 30px;
  font-weight: 900;
  color: #db0000;
  }

i {
  letter-spacing: 1px;
}

div.a {
  text-indent: 20px;
}


@media (max-width: 700px) {
  .content-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100px;
  }
}

@media (max-width: 700px) {
  .blog-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-left: 1px;
    margin-right: 1px;
    
    border-radius: 70px;
  }
}

@media (max-width: 700px) {
  .p-left {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  img {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 200px;
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (max-width: 700px) {
  .blog-right {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (max-width: 700px) {
  .p-right {
    font-size: 15px;
    line-height: 20px;
  }
}