/* 
Theme Name: Minimalio - Child
Author: Stephan Teuscher
Author URI: https://butlaix.de
Template: minimalio
Version: btlx-staging 1.0.0
Domain & Theme: stephans-bilderbu.de, minimalio-child
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Accessibility (Barrierefreiheit)
# Alignments (Ausrichtungen)
# Clearings (Float beenden)
# Infinite Scroll (unendlich)
# Header
# Navigation
  ## Links
  ## Menus
  ## Posts
# Widgets
# Content
  ## Posts and pages
  ## Comments
  ## Forms
  ## WooCommerce
# Media
  ## Captions (Bildunterschriften)
  ## Galleries
# Footer
--------------------------------------------------------------*/

.fg-panel.fg-light {
	background-color: #fcfbf2;
}
.fg-media-caption {
	font-family: 'Josefin Sans', sans-serif;
	font-size: inherit;
}
.fg-media-caption-title {
	font-size: 20px;
}
.fg-media-caption-description {
  height: 3rem;
	font-size: inherit;
}
.fg-media-caption-description a:hover {
  text-decoration: none !important;
}

input, textarea {
	border: solid;
	border-color: #D9D9D9;
	border-width: 1px;
}

a:hover {
	text-decoration: none;
}
/* ul#footer-copyright-menu.copyright-menu.list-none.m-0.p-0 {
  display: flex !important;
  gap: 16px;
  list-style: none;
  padding: 0;
	margin-left: 5rem;
}
@media (min-width: 768px) {
	.md\:w-1\/3 {
		width: 0;
		}
}
.w-full.footer__left.md\:w-1\/3 {
	width: 50% !important;
}
.w-full.footer__right.md\:w-1\/3 {
	width: 50% !important;
} */
	

   