:root {
	/*font-family:Georgia, 'Times New Roman', Times, serif;
	line-height: 1.6em;
	letter-spacing: 0.05em;
*/
	/* font */
	--big: 140%;
	--bigger: 120%;
	--normal: 18px;
	--small: 95%;
	--smallest: 85%;
}


@font-face {
	font-family: CooperHewitt;
	src: url(fonts/CooperHewitt-Light.otf), 
		url(fonts/CooperHewitt-LightItalic.otf);
}
@font-face {
	font-family: CooperHewittBold;
	src: url(fonts/CooperHewitt-Semibold.otf),
		url(fonts/CooperHewitt-SemiboldItalic.otf);
}
	@font-face {
	font-family: CooperHewittBook;
	src: url(fonts/CooperHewitt-Book.otf), 
		url(fonts/CooperHewitt-BookItalik.otf);
}
@font-face {
	font-family: MerriweatherLight;
	src: url(fonts/Merriweather-Light.ttf),
	url(fonts/Merriweather-LightItalic.ttf);
}
@font-face {
	font-family: MerriweatherBold;
	src: url(fonts/Merriweather-Bold.ttf),
		url(fonts/Merriweather-BoldItalic.ttf);
		line-height: 1.6;
}
@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-VariableFont_wght.ttf),
	url(fonts/Montserrat-Italic-VariableFont_wght.ttf);
}
@font-face {
	font-family: Bodoni;
	src: url(fonts/LibreBodoni-VariableFont_wght.ttf),
	url(fonts/LibreBodoni-Italic-VariableFont_wght.ttf);
	font-weight: 200;
}
@font-face {
	font-family: Josefin;
	src: url(fonts/JosefinSlab-VariableFont_wght.ttf),
	url(fonts/JosefinSlab-Italic-VariableFont_wgth.ttf);
}
@font-face {
	font-family: Noto;
	src: url(fonts/NotoSansSymbols-VariableFont_wght.ttf);
}





p, div, button, a, footer {
    font-family: Noto;
}
h1,h2,h3 {
	font-family: Josefin;
}

/*-----------------------------------------
-----------------------------------------------
---------------------------------------------*/

/* MARGINS PADDINGS */

body {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 18px;
}
main {
	width: 90%;
	padding: 5%;
}
footer {
	width: 100%;
	text-align: center;
}
#banner {
	width: 60%;
	margin: 30px auto 30px auto;
	padding: 0px;
}



img {
	border: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	padding: 10px;
}

	

p {
	text-align: left;
	font-weight: 200;
    line-height: 2;
}

.centered {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.centered p {
	text-align: center;
}

#startposter {
    width: 90%;
    min-height: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/bilder/start_img.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#start_links_container {
	width: 35%;
	margin-left: 60%;
	margin-right: 5%;
	padding-top: 15%;
	margin-bottom: 15%;
    text-align: center;
	
}
#start_links_container p+div {
    margin-top: 50px;
}

#start_links_container > div {
	padding: 10%;
}


#shopArtikel {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.kartenMotive img, #grossansicht img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	
}
#grossansicht img {
	margin-top: 50px;
    max-width: 90%;
	height: 60vh;
}

.warenkorbInputZeile, 
#navi_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row; 
  	align-items: flex-end;
}
.grossansichtInlineBox, 
#navi_box>* {
/* children of .warenkorbInputZeile */	
	flex: 1;
	min-width: 0; /* Ensure flexibility even with limited content */
	box-sizing: border-box;
}
@media (max-width: 800px) {
	.grossansichtInlineBox:nth-child(2) {
	  order: 3; /* Move the second box to the end */
	}
}
.grossansichtInlineBox:nth-child(1) {
	text-align: left;
}
.grossansichtInlineBox:nth-child(2) {
	text-align: center;
}
.grossansichtInlineBox:nth-child(3) {
	text-align: right;
}
.kartenMotive img:hover {
	cursor: pointer;
}

#postkartenFotoContainer {
	position: relative;
}

.kleineBilderContainer {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0px 0px 30px 0px;
	
}

.sma_img_divContainer {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0px 0px 30px 0px;
	
}
.sma_img_div {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	width: 230px;
	height: 230px;
	vertical-align: bottom;
}

.sma_img_div img {
	max-width: 200px;
	max-height: 200px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: contain;
    background-position: center;
}

#grossansicht {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh; /* Set a fixed height for the container */
    overflow-y: auto; /* Enable vertical scrollbar when content overflows */
	z-index: 3;
}
#slideshow_container {
   
    width: 80%;
    position: relative;
    margin: auto;
}
#zurKleinansichtInputZeile {
	width: 100%;
	text-align: center;
}
#einkauf {
    height: 100vh; /* Set a fixed height for the container */
    overflow-y: scroll; /* Enable vertical scrollbar when content overflows */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 4;
}
#adressEingabe {
	width: 70%;
}

button,
#einkauf input, #grossansicht input, 
.schliesskreuz, #einkauf textarea {
	padding: 7px;
}
#einkauf a, #grossansicht a, .schliesskreuz {
	padding: 18px;
}
#einkauf p {
	padding: 2%;
}

.warenkorbSpalte {
	max-width: 1000px;
	width: 80%;
	margin-left: 15%;
	/* margin-right not necessarily */
	float: right;
	text-align: right;
}
form {
    text-align: left;
    width: 462px;
	margin-left: auto;
    margin-top: 60px;
}
.schliesskreuz {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50;

}
#prev_button, #next_button {
	width: auto;
	position: absolute;
	font-size: 20px;
	padding: 16px;
}
#next_button {
	right: 5%;
	border-radius: 3px 0px 0px 3px;
	top: 50%;
	margin-top: -22px;
}
#prev_button {
	left: 5%;
	border-radius: 3px 0px 0px 3px;
	top: 50%;
	margin-top: -22px;
}


#article_list td {
    padding-left: 20px;
}

#article_list {
    margin-bottom: 40px;
}

table {
    text-align: left;
}
#navi_box {
	text-align: center;
	font-weight: 200;
	text-align: right;
	font-size: var(--bigger);
	transition: top 0.3s ease; /* Add smooth transition */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;	
}

.sticky_navi div {
	
	display: inline;
	color: white;
}




/*-------------------------------------------
DATENSCHUTZERKLÄRUNG
*/

h1, h2, h3, li {
	text-align: left;
}
#datenschutzErklaerung {
	position: absolute;
	width: 60%;
    padding: 10%;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#send_input {
	margin-bottom: 100px;
}

#datenschutzErklaerungSchliessenContainer1,
#linkZuWeiterkaufen {
	position: fixed;
	left: 50px;
	top: 300px;
	width: 100px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}/*
#datenschutzErklaerungSchliessenContainer2,
#linkZuWeiterkaufen >div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
#datenschutzErklaerungSchliessen,
#linkZuWeiterkaufen>div>button {
	display: inline;
	height: 100px;
	width: 100px;
	padding: 7px;
	cursor: pointer;
}

/*-------------------------------------------
RETTUNGS BOXEN
*/

#rettungs_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 90vw;
	height: 90vh;
	overflow-Y: scroll;
	z-index: 20;
	padding: 5%;

}













/*-----------------------------------------
-----------------------------------------------
---------------------------------------------*/

/* COLORS 
/*************************************/

body {
    background-color: #F5F7F2;
}
a, #navi_box {
    color: rgb(97, 97, 97);
	cursor: pointer;
}
footer {
	background-color: #333;
	color: white;
}
.sticky_navi {
	background-color: #737373;
}

.dark_background {
	background-color: rgb(0, 0, 0, 0.8);
	color: white;
}

.dark_background a,
.dark_background button,
.dark_background input,
.dark_background textarea,
#startposter a {
	color: white;
	cursor: pointer;
	transition: 0.6s ease;
	background-color: transparent;
}
.dark_background button,
.dark_background input,
.dark_background textarea {
	border-top: 1px solid grey;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid grey;
}
/* On hover, add a black background color with a little bit see-through */
.dark_background a:hover,
.dark_background button:hover,
.dark_background input:hover,
.dark_background textarea:hover,
#startposter a:hover {
	background-color: rgb(0, 0, 0, 0.5);
}

.light_background {
	background-color: rgb(255,255,255, 0.95);
	color: black;
}
.light_background button {
	border-top: 1px solid darkslategray;
	border-right: 1px solid lightslategray;
	border-bottom: 1px solid lightslategray;
	border-left: 1px solid darkslategray;
	transition: 0.6s ease;
	cursor: pointer;
	background-color: transparent;
	font-weight: bold;
}
.light_background button:hover {
	background-color: rgb(0,0,0,0.1);
}

#startposter {
    color: white;
} 






.sma_img_div {
    background-color: #F5F7F2;
	border: 20px solid white;
}
.sma_img_div:hover {
	background-color: rgb(0, 0, 0, 0.1);
	transition: 0.6s ease;
}


.sticky_navi #link_to_origins:hover div,
.sticky_navi #link_to_repros:hover div {
	color: #00e6e6;
}

.site_active {
	color: #008080;
}