/* Stylesheet */


/* Landingpage */


:root {

		--line-height-base: 1.5rem;

		--farbe--gold: #B8860B;

		--color-html: #FAF9F6;

		--color-border: #E8E8E8;

		--color-text: #444;

	/*Farben von mir aus dem Cover*/

	--color-dark-blue-sky:#6a798cff; 
	--color-dark2-blue-sky: #6e7e98ff; 

	--color-middle-blue-sky: #8393abff;
	--color-bright-blue-sky: #8494abff;

	--color-golden-clouds: #daba5fff;
	--color-golden-light-clouds: #fad79eff;
	--color-golden-light-clouds:#f2cda1ff;

	--color-golden-light-typo:#f1d29eff;
	--color-golden-light-typo: #e1c16aff;
	--color-golden-light-typo:#edc680ff;
	--color-dark-landscape: #333141ff;
		--color-dark-landscape:#3a383dff;
	--color-dark-brown-landscape: #5f451fff;
	--color-dark-brown-landscape:#463420ff;

	/*Farben von mir aus dem Cover*/

	--color-background: #f8f7f5;
	--color-text-main: #2a2a2a;
	--color-h1: #627186;
	--color-text-subtle: #6b6b6b;
	--color-text-headline: #2a2a2a;
	--color-citation: #768598;
	--farbe-blau-schwarz: #71819b;
	--color--gold-hell: #fbd9a2;
	--color--gold-dunkel: #f9ce8d4b;
	--color--gold-mittel: #f9ca88;
	--color-h2: #71819b;
	--color-h3: #65748b;
	--color-h4: #65748b;

	--color-link: #9B6C4F;
	--color-link-zwei:#65748b;
	--color-link-hover: #DBC879; 
	--color-link-hover-zwei: #d4a24a;
	--color-text-subtle: #6b6b6b;
	--color-text-citation: rgb(118, 133, 152); /* Neue Variable */


  
/* Typo */

	--h1-font-size: clamp(0.8rem, 1vw + 0.5rem, 1.2rem);
	--h2-header-size: clamp(1.2rem, 1.5vw + 1rem, 2.0rem);

	--h2-font-size: clamp(1.3rem, 1.3vw + 1rem, 2rem);
  	--h3-font-size: clamp(1.125rem, 1.4vw + 0.4rem, 1.6rem);
 	--h4-font-size: clamp(1.125rem, 1.4vw + 0.4rem, 1.6rem);

	--p-font-size: clamp(1rem, 1.2vw + 0.1rem, 1.4rem);
	--blockquote-presse-size: clamp(1rem, 1.2vw + 0.5rem, 1.8rem);
	--cite-presse-size: clamp(1rem, 1.2vw + 0.15rem, 1.125rem);
	--cite-presse-quelle: clamp(1.125rem, 1.4vw + 0.2rem, 1.4rem);
	
}



html	

	{
	font-size: 16px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: var(--color-text);
	background: white;


	}

body

{
	margin: auto;
}

*

{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4

	{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    max-width: 70ch;
	}

	.text-center

	{
	text-align: center;
	}

main	

	{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	/*gap: 3rem;*/
	gap: clamp(1rem, 4vw, 4rem);
	}


h1 {
  color: var(--color-dark-landscape);
  font-size: var(--h1-font-size);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  
}

h2 {
	color: var(--color-h3);
  	font-size: var(--h2-font-size);
	font-weight: 500;
	line-height: 1.3;
}

h3 {
  color: var(--color-h3);
  font-size: var(--h3-font-size);
	font-weight: 500;
	line-height: 1.2;
  letter-spacing: 0.002em;
}

h4 {
	color: var(--color-h4);
  	font-size: var(--h4-font-size);
		font-weight: 400;
  	line-height: 1.2;
  	letter-spacing: 0.002em;
}


p, blockquote {
  font-size: var(--p-font-size);
color: var(	--color-text-main);
}


a {
    color: var(--farbe--gold);
	font-weight: 500;
    text-decoration: none;
	transition: color 0.3s ease;

}

a:hover {
    color: var(--color-link-hover);
	text-decoration: none;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section {
	
  margin-top: 0;
  margin-bottom: 0rem;
  padding: 1rem .5rem;
  max-width: 1000px;
  margin: 0 auto;
/*gap: 2rem;*/
	gap: clamp(.5rem, 3vw, 2.5rem);

align-items: flex-start;
	justify-content: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.flex-item

{

	flex: 1 1 350px;
   
	display: flex;
    flex-direction: column;

	border: 1px solid var(--color-border-grey);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /*gap: 1rem;*/
  	gap: clamp(.4rem, 2vw, 2rem);
	max-width: 60ch;

  padding: .5rem;

}

.flex-item-single

{

	display: flex;
    flex-direction: column;
	flex: 1 1 350px;
	max-width: 65ch;
	align-items: center;
	  	gap: clamp(.4rem, 2vw, 2rem);

}

.breite-max

{max-width: 60ch;}

.pressestimmen h2, .buchhandel h2, .autor h2, .lesungen h2, .autor-vorwort h2

	{
		color: var(--color-h2);
		width: 100%;
		font-weight: 700;
	}





.literaturpreis .underlined-link {
    color: var(--farbe-blau-schwarz);
}

.external-link::after {
  content: "\2197"; 
    margin-left: 0.3em;
  font-size: 0.8em;
  opacity: 0.7;
  display: inline-block;
}

header

	{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 70ch;
	margin: 0 auto;
	gap: 1.5rem;
	padding: 1rem 1rem 0;
	}


.header h1

	{
color: var(--color-h3);
font-size: 0.6rem;
font-weight: 400;
padding: 0;
margin: 0;
	}


.header-zitat blockquote p

	{
	color: var(--color-h3);
	font-size: clamp(1.2rem, 2vw + 0.8rem, 2.2rem);	
	font-weight: 500;
	font-style: italic;
	}


.zitat-quelle 

{
    color: var(--color--gold-mittel, #6B6B6B);
	font-size: clamp(1.125rem, 1.4vw + 0.4rem, 1.6rem);
    font-style: normal;
    margin-top: 0.5rem;
}

.zitat-quelle a

		{	
	color: var(--color-golden-clouds);
	font-size: clamp(1.125rem, 1.4vw + 0.4rem, 1.6rem);
		}


.zitat-quelle a:hover 

	{	
	color: var(--farbe--gold);
	    text-decoration: none;

}	

section.buchcover-plakat

	{
  	display: flex;
  	flex-direction: column;
	align-items: center;
	}



.buchcover-plakat-img


	{
	width: 80%;
	min-width: 250px;
	max-width: 400px;
	height: auto;
	display: block;
	filter: drop-shadow(8px 8px 14px rgba(0,0,0, 0.2));
	margin: 0rem auto;

	}

h2.harbourfront

{
	color: var(--color-text);
	font-size: var(--h4-font-size);
}

section.literaturpreis

	{padding: 0;}

.literaturpreis h2

	{
 	color: var(--color-h3);
	font-size: var(--h2-font-size);
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	max-width: 40ch;
	}

.literaturpreis strong {
    display: block;
	font-size: var(--h2-font-size);
	color: var(--color-golden-clouds);
    font-weight: 500;
    margin-bottom: 0.4rem;
}


h2.literaturpreis a

	{
		color: var(--color-golden-clouds);
	  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: .5px;
  text-underline-offset: 2px; 
  
  transition: text-decoration-color 0.3s ease-in-out;
}

.literaturpreis a:hover {

		color: var(--color-golden-clouds);
  text-decoration: none;
}
	

section.shop-wrapper

	{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0rem;
	}

div.reverse

	{
	flex-direction: row-reverse;	
	}


.shop-ul

	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;	
	}

.shop-link

	{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 3rem;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 0.5rem;
	transition: transform 0.2s ease, border-color 0.2s ease;
	}


.shop-link:hover {
    transform: translateY(-0.2rem); 
    border-color: var(--farbe-gold);
}



.shop-link img

	{
	max-width: 100%;
	height: auto;
	object-fit: contain;
	width: 4rem;
	height: 2rem;
	}


div.disclaimer-shop

	{
	display: flex;
	justify-content: center;
	min-width: 250px;
	max-width: 500px;
	font-size: 1rem;
	margin-top: 20px;
	}

.disclaimer-shop p

{
	font-size: clamp(0.7rem, 0.8vw, 0.9rem);
}

small.disclaimer

	{
	
	font-size: 1rem;;
	flex: 500px;
	
	}

.pressestimmen 


	{
    background-color: #fcfcfc;
	}

.pressestimmen h2 

{
	    margin: 0;

}

.pressestimmen a

{
  color: var(--color--gold-hell);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.pressestimmen a:hover {
  text-decoration-color: var(--farbe--gold);
  color: var(--farbe--gold); 
}

.presse-zitat p {
   flex: 1;
    margin: 0 0 8px;
    font-style: normal;
    color: #333;
}

.presse-quelle {
    color: var(--color-h4);
    font-style: normal;
    margin-top: auto;
	font-size: var(--cite-presse-quelle);

}

.presse-quelle a {
    color: var(--color-h4);
    text-decoration: underline;
	text-decoration-color: var(--color--gold-hell);
	text-decoration-thickness: 2px;
}


.buchhandel 

{
    background-color: #fcfcfc;
	
}

.buchhandel-rezension blockquote {
    flex: 1;
    margin: 0 0 8px;
    font-style: normal;
    color: #333;
}

.fivestar {
   /* color: gold; */
	color: var(--color-golden-clouds);
}

.buchhandel-rezension-quelle {
	color: var(--color-h4);
    font-style: normal;
    margin-top: auto; 
}

.buchhandel-rezension h3 

{
	color: var(--color-h3);
	
}


.autor-vorwort 

	{
	background-color:#fcfcfc;

	}

.autor-vorwort h2

{text-align: center;}

.autor-vorwort__text

	{
	display: flex;
	flex-direction: column;
	align-items: center; 
	max-width: 70ch;
	gap: 1rem;
	}


.autor-vorwort-zitat

	{

	background-color: white;
	font-style: italic;
	line-height: 1.6;
	padding: 1rem;
		 border-left: 4px solid var(--farbe--gold);
	margin: 0;
		max-width: 65ch;

	}

.blockquote-cite

	{
		color: var(--farbe--gold);
		display: block;
		margin-top: 1rem;
	font-size: 0.9rem;
	font-style: normal;
	}




.autor p

{
	text-align: start;
}



.buchcover-buch

	{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	}

.buchcover-buch-img

	{
	width: 40%;
	min-width: 250px;
	max-width: 400px;
	height: 100%;

	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
	
	}

/* Ende - Buchcover - Plakat */



/* Shop und Disclaimer */

.shop

	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 0rem;
	}



/* Lesungen */


	.lesungen h2 
	
	{
    color: var(--color-h3);
    font-weight: 700;
    margin-bottom: 0;

	}


.jeweilige-veranstaltung 
{
    
	
    background-color: #fff;
    text-align: left;
}

	.jeweilige-veranstaltung h3 {
    text-align: left;
    margin: 0;
}

.jeweilige-veranstaltung p 

{    
	text-align: left; 
    margin: 0;
}


footer

	{
		display: flex;
	margin-top: auto;
	width: 100%;
	padding: 2rem 1rem;
	background: white;
border-top: 1px solid #ccc;
margin-top: 3rem;

}

.footercontent 

{
align-items: flex-start;
margin-top: .5rem;
}


/* Landingpage */

.buchcover-plakat {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.edition-badge {
    position: absolute;
    top: 30px;
    right: -15px;
    
    background-color: #7a1f2e; 
    color: white;
    
    background-image: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
    
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    
    transform: rotate(8deg); 
    
    box-shadow: 1px 3px 8px rgba(0,0,0,0.2);
    z-index: 10;
    
    font-size: clamp(14px, 1.8vw, 22px); 
    letter-spacing: 0.05em;
    
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.edition-badge:hover {
    transform: rotate(5deg) scale(1.03);
    background-color: #8c2436;
    box-shadow: 2px 5px 12px rgba(0,0,0,0.25);
}

@media (max-width: 600px) {
    .edition-badge {
        top: 20px;
        right: -10px;
        padding: 8px 16px;
    }
}


.edition-badge-zwei {
    position: absolute;
    top: 200px;
    left: -20px;
    z-index: 5;
    
    width: 140px; 
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 

    background-color: var(--color-golden-clouds); 
    color: var(--color-dark-landscape);
    background-image: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.1) 100%);
    
    padding: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.01em;
    
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: -3px 5px 12px rgba(0,0,0,0.25);
    
    transform: rotate(-5deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.edition-badge-zwei span {
    font-weight: 700;
    font-size: 1.1em; 
    display: block;
    margin-top: 4px;
}

.edition-badge-zwei:hover {
    transform: scale(1.1) rotate(0deg);
    background-color: var(--farbe--gold); 
    color: var(--color-dark-landscape); 
    box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 600px) {
    .edition-badge-zwei {
        width: 110px; 
        height: 110px;
        top: 180px; 
        left: 25px;
        font-size: 10px;
        padding: 10px;
    }
}