/* 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.5rem, 1.5vw + 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);

	
}



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);
}


/* header Komnponenten */

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-size: clamp(0.6rem, .8vw + 0.5rem, 1.1rem);*/
font-weight: 400;
padding: 0;
margin: 0;
	}


.header-zitat blockquote p /* Deutschlandfunk Zitat */

	{
	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;

}	



/* Ende header Komponenten */




section.buchcover-plakat /* Buchcover img */

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


/* Buchcover img */

.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;

	}


/* Ende - Buchcover */


/* Section - Literaturpreis */

h2.harbourfront

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

.literaturpreis h2

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

	}

h2.literaturpreis a

	{
		color: var(--farbe-gold);
	  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;
}
	


/* Flex Buchkaufen Shopping */

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;
	
	}

/* Ende - Shop und disclaimer */




.pressestimmen  /* Section - 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;
}

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


/* Buchhandel */

.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: 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;
}


/* Ende - Sction über den Autor   */



/* Buchcover - Plakat */

.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;
}

/*
@media (max-width: 480px)

{
	
main
	{gap: 2rem;}

section {1rem;
}

.flex-item
{.5rem;}
	
*/

/* Landingpage */

