/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v25-latin-300.woff2') format('woff2'); 
}

/* lato-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/lato-v25-latin-300italic.woff2') format('woff2'); 
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root { 
--theme-font-stack-default: 'Lato', Helvetica, sans-serif;
}

/* Allgemein */
h2 {
	margin-bottom: 1.2rem;
}
a {
	text-decoration: underline; 
	text-underline-offset: .3rem;
	font-weight: bold;
}
a:hover, a:focus, a:active {
	text-decoration: none !important;
}
:root {
  --theme-list-indent: 1.5em;
}
.site-main li:not(:where(.meta-date, .meta-categories, .meta-author)) {
	padding-left: .8rem;
	margin-bottom: .5rem;
}

/************************************************
************** Header ***************************
************************************************/
/* Menü */
#menu-hauptmenue .current_page_item .ct-menu-link {
  text-decoration: underline;
} 
#menu-hauptmenue .ct-menu-link:hover, 
#menu-hauptmenue .ct-menu-link:hover,
#menu-hauptmenue .ct-menu-link:active {
	text-decoration: underline;
	text-underline-offset: .3rem;
}
 
/************************************************
************** Content **************************
************************************************/ 
/* Siegel-Container - Grid */
.siegel-container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
.siegel-container .gspb_container {
  display: flex;
  justify-content: center;
}

/* Testimonial Slider */
.mi-testimonials .flexy-container {
  min-height: 15rem;
  display: flex;
  align-items: center;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
}
.mi-testimonials .flexy-container .mi-title {
	font-style: normal;
}
.mi-testimonials .flexy {
	width: 100%;
	display: flex;
	justify-content: center;
}

/* Dunkle Seiten - alternative Hintergrundfarbe */
.mi-darkmode {
	color: #EAE6DD;
}
.mi-darkmode a {
	color: #EAE6DD;
}
.mi-darkmode a:hover, .mi-darkmode a:focus, .mi-darkmode a:active {
	color: #fff;
}

/************************************************
************** Blog *****************************
************************************************/ 
:root {
--card-media-max-width: 20%;
}
.ct-media-container img, .ct-media-container picture {
  object-fit: contain;
}
.blog .ct-container section, .archive .ct-container, .single .ct-container-full {
  padding-bottom: 18vh;
}
 
 
/************************************************
*********** Footer ******************************
************************************************/
footer .ct-container {
  --theme-normal-container-max-width: 1280px;
}
.ct-footer {
  border-radius: 4vw 4vw 0 0;
  margin-top: -8vh;
  position: relative;
}


@media only screen and (min-width: 600px) {
	.mi-testimonials .flexy-view {
	  padding: 0 2rem;
	  width: calc(100% - 2rem * 2);
	}
	.mi-testimonials .flexy-arrow-prev {
	  left:0;
	  --translate-x: -10px;
	  opacity: 1 !important;
	}
	.mi-testimonials .flexy-arrow-next {
	  right: 0;
	  --translate-x: 10px;
		opacity: 1 !important;
	}
}