@charset "UTF-8";
@font-face {
  font-family: Komicak;
  src: url(../fonts/Komicak.ttf);
}
@font-face {
  font-family: RequestCoffe;
  src: url(../fonts/Request\ Coffee.ttf);
}
@font-face {
  font-family: HeyYou;
  src: url(../fonts/HeyYou.otf);
}
@font-face {
  font-family: RonaldsonGothic;
  src: url(../fonts/RonaldsonGothic.ttf);
}
@font-face {
  font-family: Kaja;
  src: url(../fonts/kajasaub-033.otf);
}
.portfolio_h1 {
  font-family: Komicak;
  letter-spacing: 0.2em;
}

.portfolio_title {
  font-family: Kaja;
  padding-top: 25%;
}

.portfolio_text {
  font-family: RonaldsonGothic;
  padding-left: 10px;
  padding-right: 10px;
}

.zitat {
  font-family: RonaldsonGothic;
  font-size: large;
  font-style: italic;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  text-wrap: wrap;
}

.zitat_author {
  padding-top: 15px;
  font-weight: bold;
  text-decoration: none;
  color: black !important;
  font-style: normal;
}

.werbetext1 {
  font-size: 30px;
}

.zite1 {
  font-family: RonaldsonGothic;
}

.undertitle {
  font-family: RonaldsonGothic;
}

.footer {
  color: white;
  font-style: italic;
  font-size: small;
}

.stories_h1 {
  font-family: Komicak;
  letter-spacing: 0.2em;
}

.boxtext {
  font-family: Komicak;
  font-weight: bold;
  letter-spacing: 0.4em;
  font-size: 25px;
}
.boxtext a:link {
  text-decoration: none;
}
.boxtext a {
  text-decoration: none;
}

.caption {
  font-family: Komicak;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5em;
}

.myLink {
  text-decoration: none !important;
  color: white !important;
}

.caption_zitate {
  font-family: RonaldsonGothic;
  font-size: large;
  font-style: italic;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.art_title {
  font-family: Kaja;
  font-weight: bold;
  color: white !important;
}

.article_title {
  font-family: Kaja;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.art_description {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: medium;
  color: white;
}

.a_zitat {
  text-decoration: none;
  color: grey;
  font-size: 30px;
  font-family: Komicak;
  font-style: italic;
}

.titelcover {
  font-family: Komicak;
  font-size: 30px;
}

.titelcategory {
  font-family: Kaja;
  color: grey;
}

.article_text {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
}

.author_title {
  text-align: center;
  font-size: large;
  font-family: Kaja;
}

.author {
  padding-top: 10px;
  text-align: center;
  color: grey;
}

.create_title {
  padding-top: 20px;
  text-align: center;
  font-size: large;
  font-family: Kaja;
}

.create_date {
  padding-top: 10px;
  text-align: center;
  color: grey;
}

.article_intro {
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.abschied {
  text-decoration: none;
  color: grey;
  font-style: italic;
}

.datecreate {
  font-style: italic;
  color: lightgray;
}

.bio_text {
  padding-top: 60px;
}

.bio_para {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
}

.bio_zitat_text {
  font-family: Kaja;
  font-style: italic;
  text-decoration: none;
  color: black;
  font-size: 25px;
}

.bio_texture .bio_texture_text {
  text-align: start;
  text-decoration: none;
  color: black;
  font-size: 17px;
}

.centered {
  font-size: 55px;
  letter-spacing: 0.3em;
  color: white;
  font-weight: bold;
  padding-top: 200px;
  text-wrap: nowrap;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .author {
    display: none;
  } /* Hier dein CSS einifügen */
  .author_title {
    display: none;
  }
  .create_title {
    display: none;
  }
  .create_date {
    display: none;
  }
  .zitat {
    font-size: 10px;
  }
  .caption_zitate {
    font-size: small;
  }
  .a_zitat {
    font-size: 13px;
    font-style: italic;
    color: black;
  }
  .titelcover {
    font-size: 20px;
    text-align: left;
  }
  .article_text {
    font-size: 16px;
  }
  .bio_zitat_text {
    font-size: 17px;
  }
}/*# sourceMappingURL=sfr_textstyles.css.map */