/*
 Theme Name:   1980
 Theme URI:    https://example.com/child-theme-clr
 Description:  A child theme for Blankslate
 Author:       Tom
 Author URI:   https:/finger-ink.de
 Template:     blankslate
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  clr
*/
:root {
  --btn-padding-y: 0.75rem;
  --input-padding-y: 0.375rem;
  --primary: #000;
  --secondary: #2c2c2c;
  --red: #ff412c;
  --swiper-pagination-color: var(--primary);
  --swiper-theme-color: var(--primary);
  --swiper-navigation-size: 22px !important;
  --swiper-theme-color: #000 !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
em {
  font-style: italic;
}
blockquote {
font-size:1rem
}
@font-face {
  font-family: "Roboto Mono";
  src:
    url("f/RobotoMono-Thin.woff2") format("woff2"),
    url("f/RobotoMono-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src:
    url("f/RobotoMono-Medium.woff2") format("woff2"),
    url("f/RobotoMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src:
    url("f/RobotoMono-Bold.woff2") format("woff2"),
    url("f/RobotoMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("f/Jost-Regular.woff2") format("woff2"),
    url("f/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="iconmoon2-"],
[class*=" iconmoon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon2-icons-instagram:before {
  content: "\e90c";
}
.iconmoon2-icons-facebook:before {
  content: "\e901";
}
.iconmoon2-icons-telegram .path1:before {
  content: "\e904";
  color: rgb(0, 0, 0);
}
.iconmoon2-icons-telegram .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(15, 15, 15);
}
.iconmoon2-icons-tiktok:before {
  content: "\e906";
}
.iconmoon2-icons-x:before {
  content: "\e908";
}
.iconmoon2-icons-youtube:before {
  content: "\e909";
}
.iconmoon2-icons-email:before {
  content: "\f102";
}
.iconmoon2-icons-tiktok:before {
  content: "\e912";
}
.iconmoon2-icons-linkedin:before {
  content: "\e062";
}
.iconmoon2-icons-whatsapp:before {
  content: "\e90f";
}

body {
  font-family: "Roboto Mono";
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  background-size: contain;
  background-repeat: repeat;
  font-weight: normal;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

b,
strong {
  font-weight: bold;
}
.btn-primary {
  padding: 0.75rem 4.5rem;
  border-radius: 2rem;
  border: 1px solid var(--primary);
  background: var(--secondary);
  color: var(--primary);
  font-weight: normal;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease; /* smooth fade */
}
.btn-primary:hover {
  border: 1px solid var(--secondary);
  background: var(--primary);
  color: var(--secondary);
  opacity: 1;
}

.swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  min-width: 100px; /* don't shrink below this */
  max-width: 300px; /* don't grow beyond this */
}
.logo {
  max-width: 200px;
}
.home .logo {
  max-width: 208px;
}

@media (min-width: 567px) {
  .home .logo {
    max-width: none;
    width: 275px;
  }
}

@media (min-width: 768px) {
  .logo {
    max-width: 250px;
  }
  .home .logo {
    width: 100%;
    max-width: 247px;
  }
}

@media (min-width: 992px) {
  .logo {
    max-width: 250px;
  }

  .home .logo {
    max-width: 275px;
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.referenzen figure {
  text-align: center;
}
.referenzen figure img {
  width: 100px;
}
figure.kiesgrube img {
  width: 132px;
}
figure.fomobaku img {
  width: 44px;
}
figure.plu img {
  width: 50px;
}
figure.wah img {
  width: 100px;
}
figure.negitiv img {
  width: 88px;
}

figure.vetsak img {
  width: 82px;
}

nav li {
  margin: 0.25rem 0.25rem;
}
@media (min-width: 768px) {
  nav li {
    margin: 0.5rem 0.25rem;
  }
}
nav li a {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  color: var(--primary);
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  nav li a {
    font-size: 11px;
  }
}
.fancybox-content a {
  text-decoration: underline;
  color: var(--secondary);
}
.fancybox-slide #ajaxcontent {
  max-width: 768px;
}
.clientlink {
  text-align: center;
}
.flex-wrapper > div > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .flex-wrapper > div > div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .flex-wrapper_2 > div > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* Portfolio*/
#flexgallery {
  min-height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/** Shortcodes **/
.spacer {
  width: 100%;
  display: inline-block;
}
.spacer_md {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .spacer_md {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .fifty_left {
    display: inline-block;
    position: relative;
    -webkit-transform: translate(calc(-50% - 15px), 0px);
    -moz-transform: translate(calc(-50% - 15px), 0px);
    -ms-transform: translate(calc(-50% - 15px), 0px);
    -o-transform: translate(calc(-50% - 15px), 0px);
    transform: translate(calc(-50% - 15px), 0px);
    margin-right: calc(-100% - 30px);
  }
}

.single-work .portfolio-work {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-work .portfolio-work h1,
.single-work .portfolio-work h2,
.single-work .portfolio-work h3,
.single-work .portfolio-work h4,
.single-work .portfolio-work h5,
.single-work .portfolio-work h6,
.single-work .wp-video,
.single-work p {
  padding: 0.25rem 0.75rem;
}

.single-work h1 {
  font-size: 1.375rem;
}
.single-work .portfolio-work h1 {
  margin-bottom: 1.5rem;
}
.single-work .portfolio-work p {
  font-size: 0.875rem !important;
}
.single-work img {
  padding: 0;
}
.single-work .portfolio-work a {
  display: block;
}

.single-work .portfolio-work img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.workintro {
  margin-bottom: 2.5rem;
}

.home .artistshistory ul li,
.home .industryhistory ul li {
  font-size: 12px;
  margin: 0 5px 1rem 0px;
}
.home .artistshistory ul li:after,
.home .industryhistory ul li:after {
  content: ",";
}
.home .artistshistory ul li:last-child:after,
.home .industryhistory ul li:last-child:after {
  display: none;
}
.workhistory h2.h6 {
  font-size: 13px;
}
.artistshistory h3.h6,
.industryhistory h3.h6 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .home .artistshistory ul li,
  .home .industryhistory ul li {
    font-size: 11px;
    margin: 0 0 0.25rem 0;
  }
  .home .artistshistory ul li:after,
  .home .industryhistory ul li:after {
    display: none;
  }
  .workhistory h2.h6,
  .artistshistory h3.h6,
  .industryhistory h3.h6 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 467px) and (max-width: 575px) {
  footer .menu-footer-container,
  .home .referenzen,
  .home .workhistory {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
nav li a {
  text-decoration: none;
}
.columns-xs-1 {
}

.columns-xs-2 {
  column-count: 2;
  column-gap: 1rem;
}
.columns-xs-3 {
  column-count: 3;
  column-gap: 1rem;
}

.columns-xs-4 {
  column-count: 4;
  column-gap: 1rem;
}

@media (min-width: 578px) {
  .columns-sm-2 {
    column-count: 2;
    column-gap: 1rem;
  }
  .columns-sm-3 {
    column-count: 3;
    column-gap: 1rem;
  }

  .columns-sm-4 {
    column-count: 4;
    column-gap: 1rem;
  }
}

@media (min-width: 578px) {
  .columns-sm-2 {
    column-count: 2;
    column-gap: 1rem;
  }
  .columns-sm-3 {
    column-count: 3;
    column-gap: 1rem;
  }

  .columns-sm-4 {
    column-count: 4;
    column-gap: 1rem;
  }
}

@media (min-width: 768px) {
  .columns-md-2 {
    column-count: 2;
    column-gap: 1rem;
  }
  .columns-md-3 {
    column-count: 3;
    column-gap: 1rem;
  }

  .columns-md-4 {
    column-count: 4;
    column-gap: 1rem;
  }
}

@media (min-width: 968px) {
  .columns-lg-2 {
    column-count: 2;
    column-gap: 1rem;
  }
  .columns-lg-3 {
    column-count: 3;
    column-gap: 1rem;
  }

  .columns-lg-4 {
    column-count: 4;
    column-gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .columns-xl-2 {
    column-count: 2;
    column-gap: 1rem;
  }
  .columns-xl-3 {
    column-count: 3;
    column-gap: 1rem;
  }

  .columns-xl-4 {
    column-count: 4;
    column-gap: 1rem;
  }
}
body .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--red);
}
body .mejs-container,
body .mejs-container .mejs-controls,
body .mejs-embed,
body .mejs-embed body {
  background: #000;
}

.single-post .container {
  max-width: 750px;
}
