/*
Theme Name: Vet-Concept Theme
Template: twentytwentytwo
Author: zurmussen.com
Tags:
Updated: 2022-05-12 10:21:07

*/
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed 700';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

.tagline {
  font-family: 'Roboto Condensed 700', sans-serif !important;
  font-weight: bold !important;
  color: #565443;
}

/*
*/
body {
  background-size: cover;
  background-image: url("https://www.vet-concept.it/wp-content/uploads/2023/03/hg-vet-concept-italy-3.jpg") !important;
  background-position: 42% center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  max-width: 60px !important;
  height: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  align-items: center;
}

.language {
  text-align: right;
}

.language a:first-of-type {
  margin-right: 10px;
}

.img-credit {
  transform: rotate(180deg);
  /* Text um 90 Grad drehen */
  writing-mode: vertical-rl;
  /* Text vertikal ausrichten */
  text-align: right;
  /* Text am rechten Bildrand ausrichten */
  position: absolute;
  /* Position des Texts auf der Seite */
  right: 10px;
  /* Abstand des Texts vom rechten Rand */
  font-size: 8px;
  color: #666666;
  display: block;
  height: 123px;
}

.footer-cedits {
  padding-bottom: 15px;
}

@media only screen and (max-width: 782px) {
  .wp-block-site-logo img {
    width: 120px !important;
    height: auto;
  }

  .stempel {
    max-width: 100px;
    height: auto;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: inherit;
  }

  .headline {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) {
  .wp-site-blocks {
    padding-left: 30%;
    padding-right: 30%;
  }
}
