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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #eeede2;
  background-image: url("BG_Bilder/background-4.5.png");
  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.7);
    
    z-index:100;
  }
}
@media (min-width: 700px) {
  .navbar-clapped {
    display: none;
  }
}

h1 {
  font-family: "Permanent Marker", "gill sans";
  font-size: 40px;
  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);
}

h2.welcome {
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-bottom: 900px;
  letter-spacing: 5px;
  
}
a.a-anchor {
  font-family: 'Story script';
  font-size: 70px;
  text-decoration: none;
  color:#ff8100;
  background-color: rgba(171, 181, 168, 0.24);
  border-radius: 100px;
  padding: 10px;
  opacity: 50%;
  
  overflow-y: scroll;
}

#anchor-name {
  height: 600px;
}

a.a-anchor:hover {
  transform: scale(1.2);
  opacity: 100%;
  color: rgba(255, 239, 0, 0.44);
  background-color: rgba(255, 129, 0, 0.65);
  
  transition: all .4s ease;
-webkit-transition: all .4s ease;
}


.content {
  position: relative;
  width: 100vw;
}

img {
  position: relative;
  z-index: -10;
  width: 100vw;
  height: auto;
}

.content-left {
  display: block;
  justify-content: center;
  align-content: center;
  max-width: 100vw;
  position: absolute;
  z-index: 10;
}

h2.germany {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: no-wrap;
  text-align: center;
  font-family: 'gill sans';
  color: #ffbf00;
  text-shadow: .1vw .3vw .1vw #a95409;
  font-size: 5vw;
  
  margin-top: 10px;
  margin-left: 15vw;
  margin-right: 11vw;
  margin-bottom: 1px;
}

a.selfie-link {
  background-image: url(BG_Bilder/selfie.png);
  background-size: 100%;
  opacity: 60%;
  
  border: ridge;
  border-radius: 360px;
  border-color: #ffc600;
  border-width: 2vw;
  
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-left: 60px;
  text-indent: -9999px;
  width: 20vw;
  height: 20vw;
  padding-right: 0;
}

a.selfie-link:hover {
  transform: scale(1.1);
  transition: all .4s ease;
-webkit-transition: all .4s ease;
  opacity: 100%;
}


.content-right {
  display: flex; /*--Löschen, für weniger Abstand--*/
  flex-direction: column;
  flex-wrap: wrap;
  text-align: right;
  position: absolute;
  
  bottom: 3vw;
  right: 3vw;
  
  font-family: 'gill sans';
  color: #fff8b6;
  font-size: 2.5vw;
  width: 50vw;
  line-height: 1vw;
  
  z-index: 10;
}

.overline {
  text-decoration: underline;
  text-underline-offset: -3.2vw;
  text-decoration-color: #ffb200;
  text-decoration-style: solid;
  text-decoration-thickness: 0.2vw;
  margin-bottom: 0;
}

.no-line {
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 2.5vw;
}


strong {
  font-family: 'Story script';
  color:#ffb200;
  font-size: 3vw;
  font-weight: 900;
}

i {
  font-family: 'Story script';
  font-size: 1.4vw;
  color:#fff8b6;
  letter-spacing: 3px;
  margin-top: 1px;
  
  text-decoration: underline;
  text-underline-offset: 1vw;
  text-decoration-color: #ffb200;
  text-decoration-style: solid;
  text-decoration-thickness: 0.2vw;
}


@media (max-width: 700px) {
  .content {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin-bottom: 2px;
    margin-top: 2px;
    position: absolute;
    
    background-size: 226%;
    background-repeat: repeat-y;
  }
}


@media (max-width: 700px) {
  .content-left {
    display: flex;
    flex-flow: column wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-left: 8px;
    padding-left: 1px;
  }
}

@media (max-width: 700px) {
  .content-right {
    display: flex;
    flex-flow: column wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 450px;
    margin-left: 8px;
    margin-bottom: 10px;
    padding-left: 1px;
    max-width: 170px;
    
    font-size: 10px;
  }
}

@media (max-width: 700px) {
  .overline {
    font-size: 15px;
  }
  .strong {
    font-size: 70px;
  }
}
@media (max-width: 700px) {
  .strong {
    font-size: 29px;
  }
}

@media (max-width: 700px) {
  a.selfie-link {
    display: flex;
    justify-content: left;
    align-content: left;
    position: absolute;
    left: 0;
    margin-left: 10px;
    margin-top: 160px;
  }
}