@charset "UTF-8";
/*
Theme Name: Lutz Foto Theme
Description: Beschreibung des Child-Themes
Author: Dein Name
Template: twentytwentyfive
Version: 1.0
Text Domain: http://lutzfoto.com/
*/
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Tillium-Web.woff2) format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Ubuntu.woff2) format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Raleway.ttf) format("truetype");
}
body {
  background: #fff;
  font-family: "Titillium Web", "Ubuntu", sans-serif;
  font-size: 20px;
}

a {
  color: #333;
}
a:hover, a:focus {
  color: #333;
}

header {
  background-color: #dfdfdf;
  padding: 50px 0;
  box-shadow: 0px 0px 30px #919090;
}
header .wp-block-site-title.logo a {
  transition: all 0.8s;
  font-family: "Raleway", cursive;
  font-size: 60px;
  text-transform: uppercase;
  margin-right: 30px;
  line-height: 1;
  padding-top: 20px;
  color: #0e6b34;
}
header .wp-block-site-title.logo a:hover, header .wp-block-site-title.logo a:focus {
  text-decoration: none;
}
header nav.main-navi.wp-block-navigation .wp-block-navigation-item {
  padding-right: 50px;
}
header nav.main-navi.wp-block-navigation .wp-block-navigation-item:last-child {
  padding-right: 0;
}
header nav.main-navi.wp-block-navigation .wp-block-navigation-item a {
  font-family: "Raleway", cursive;
  font-size: 30px;
  text-transform: lowercase;
  color: #0e6b34 !important;
}

/* Content Elements */
main h1 {
  font-family: "Raleway", cursive;
  font-size: 40px;
  line-height: 1;
  color: #0e6b34;
}
main h2 {
  font-family: "Raleway", cursive;
  font-size: 30px;
  color: #0e6b34;
}
main h2.wp-block-post-title a {
  color: #fff;
}
main h3 {
  font-family: "Raleway", cursive;
  font-size: 25px;
  color: #0e6b34;
}
main h4 {
  font-family: "Raleway", cursive;
  font-size: 20px;
  font-weight: 800;
  color: #0e6b34;
}
main ul li:not(.category-ausstellungen):not(.category-projekte) {
  list-style-type: none;
  position: relative;
}
main ul li:not(.category-ausstellungen):not(.category-projekte)::before {
  content: "";
  background-image: url(../lutzphoto/img/shutter.svg);
  background-position: center;
  position: absolute;
  padding-top: 9px;
  display: block;
  width: 20px;
  height: 20px;
  left: -25px;
  background-repeat: no-repeat;
  background-size: 16px;
}
main blockquote {
  border: 0 !important;
  position: relative;
  padding: 50px !important;
  margin: 50px 0 !important;
  background-color: #d0d0d0;
  font-style: italic;
}
main blockquote::before {
  content: "“";
  font-size: 180px;
  color: #fff;
  font-style: normal;
  position: absolute;
  top: -63px;
  left: -7px;
}
main blockquote::after {
  content: "“";
  font-size: 180px;
  font-style: normal;
  color: #fff;
  position: absolute;
  bottom: -63px;
  right: -7px;
  transform: rotate(180deg);
}
main .rl-gallery-container .rl-gallery-item {
  transition: transform 0.2s;
  box-shadow: 0px 0px 10px #8f8f8f;
}
main .rl-gallery-container .rl-gallery-item:hover, main .rl-gallery-container .rl-gallery-item:focus {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px #212121;
}
main .rl-gallery-container .rl-gallery-item img {
  width: 100%;
}

footer {
  background-color: #dfdfdf;
  box-shadow: 0px 0px 30px #919090;
  color: #0e6b34;
}
footer .wp-block-site-title a {
  font-family: "Raleway", cursive;
  font-size: 40px;
  text-transform: uppercase;
  color: #0e6b34;
}
footer .wp-block-site-title a:hover, footer .wp-block-site-title a :focus {
  color: #0e6b34;
}
footer .wp-block-site-tagline {
  font-family: "Raleway", cursive;
  font-size: 21.5px !important;
  margin-top: 0 !important;
}
footer a {
  color: #0e6b34;
}
footer nav.wp-block-navigation .wp-block-navigation-item a {
  font-family: "Raleway", cursive;
  font-size: 22px;
  text-transform: lowercase;
  color: #0e6b34 !important;
}

@media (max-width: 599px) {
  header nav.main-navi.wp-block-navigation .wp-block-navigation__responsive-container-close {
    background-color: #323232;
  }
  header nav.main-navi.wp-block-navigation .wp-block-navigation__responsive-container-open {
    background-color: #fff;
  }
  header nav.main-navi.wp-block-navigation .wp-block-navigation-item {
    padding-right: 0px;
  }
  header nav.main-navi.wp-block-navigation .wp-block-navigation-item a {
    color: #323232 !important;
  }
}/*# sourceMappingURL=style.css.map */