@import "books.css";
/* ===================================== */
/* Joachim Website – Modularisierte & Optimierte CSS */
/* Basis: 1rem = 16px                       */
/* ===================================== */

/* ------------------------------------- */
/* header.css                            */
/* ------------------------------------- */
header {
	/* min-width: 60rem; */
	min-width: 100%;
	background-color: transparent;
	border: 0 solid black;
}
header a {
	color: #4d87c7;
	text-decoration: none;
	outline: 0;
	transition: color 0.3s ease;
}
header a:hover,
header a:focus {
	color: #274e13;
}

.logo_scherb {
	color: #7e9198;
}
.logo_scherb_txt {
	color: #8a4f4e !important;
}
.logo_scherb_img {
	margin-top: -3.75rem;
	margin-bottom: 0.625rem;
	border: none;
	float: left;
}

/* ------------------------------------- */
/* main.css                              */
/* ------------------------------------- */
html,
body {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1rem;
	color: #444;
	background-color: #fffaf0;
	scroll-behavior: smooth;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

#main {
	box-sizing: border-box;
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
	background: transparent;
	padding: 1rem;
	text-align: center;
}

/* Typography */
h1 {
	font-size: 3rem;
	margin: 0.0625rem 0 0.5rem 0;
}
h2 {
	font-size: 2.5rem;
	margin: 0.5rem 0 0.0625rem 0;
}
h3 {
	font-size: 1.5rem;
	margin: 0.5rem 0 0.0625rem 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
.h6 {
	font-family: Tangerine, serif;
	font-weight: bold;
	text-shadow: 0.25rem 0.25rem 0.25rem #aaa;
	padding: 0;
	margin: 0;
}
.header-text {
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: #b51a96;
}
.header-style {
	font-size: clamp(3rem, 5vw, 4.5rem);
	line-height: 1.2;
	word-wrap: break-word;
	max-width: 100vw;
}
/* Buttons */
.btn {
	border-radius: 62.5rem;
	margin: 0 0.625rem;
	padding: 0.3125rem 0.625rem;
	background: linear-gradient(#ccc, #fff);
	border: 0.0625rem solid #ccc;
	box-shadow: 0 0.125rem #666;
	color: #000 !important;
	font-weight: normal;
	transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: 0.125rem 0.125rem 0.25rem #666;
}

/* Pedes Skin */
.bg-01 {
	background-image: url(images/1.png);
}
.bg-02 {
	background-image: url(images/2.png);
}
.bg-03 {
	background-image: url(images/3.png);
}
.bg-04 {
	background-image: url(images/4.png);
}
.bg-05 {
	background-image: url(images/5.png);
}
.bg-06 {
	background-image: url(images/6.png);
}
.bg-07 {
	background-image: url(images/7.png);
}
.bg-08 {
	background-image: url(images/8.png);
}
.bg-09 {
	background-image: url(images/9.png);
}

.img-bordered {
	border: 0.125rem solid black;
	border-radius: 0.625rem;
}
.img-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Books */
.buch-activated {
	border: 0.0625rem dotted #000;
	padding: 0.3125rem;
}
.buch-linie {
	border-top: 0.0625rem solid #c0c0c0;
	padding-top: 1.25rem;
}
.buch-linie:first-child {
	border-top: none;
}
.buecher-autor {
	font-family: Tangerine, serif;
	font-size: 2rem;
	font-weight: normal;
}
.nur-autor {
	border-top: 0.0625rem dashed #000;
	border-bottom: 0.0625rem dashed #000;
	padding: 0.1875rem 0;
	text-align: center;
	background-color: #c0c0c0;
	opacity: 0.8;
	font-weight: bold;
	color: #fff;
	text-shadow: 0.0625rem 0.0625rem 0.0625rem black;
	box-shadow: 0 0.125rem #666;
	margin-top: 0.625rem;
	margin-bottom: 0;
}

/* Utilities */
.abstand-oben-10 {
	margin-top: 0.625rem;
}
.abstand-unten-5 {
	margin-bottom: 0.3125rem;
}
.abstand-unten-10 {
	margin-bottom: 0.625rem;
}
.abstand-unten-20 {
	margin-bottom: 1.25rem;
}
.abstand-links-20 {
	margin-left: 1.25rem;
}
.hide {
	display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
/* Responsive Grid */
@media (max-width: 768px) {
	#main {
		min-width: 100%;
		padding: 0 1rem;
	}
	header {
		text-align: center;
	}
	#left-column,
	#right-column {
		display: block;
		width: 100%;
	}
	.logo_scherb_img {
		margin: -2rem auto 0 auto;
		float: none;
		display: block;
	}
	.btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

/* Animations */
.fade-in {
	animation: fadeIn 0.6s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.navbar.sticky-top {
	transition:
		background-color 0.3s,
		box-shadow 0.3s;
}

.navbar.sticky-top.scrolled {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
