/* Sylesheet für die Heimatseite */

@font-face {
    font-family:'Inria Sans';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/InriaSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family:'Inria Sans';
    font-style: italic;
    font-weight: normal;
    src: url(fonts/InriaSans-Italic.ttf) format('truetype');
}    

@font-face {
    font-family:'Inria Sans';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/InriaSans-Bold.ttf) format('truetype');
}   

@font-face {
    font-family:'Inria Sans';
    font-style: italic;
    font-weight: bold;
    src: url(fonts/InriaSans-BoldItalic.ttf) format('truetype');
} 

html {
	scroll-behavior: smooth;
	background-size: cover;
	background-color: #054758;
	background-image: url("./images/japangarten.avif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

img  {
	max-width: 100%;
	height: auto;
}

header {
	background-color: #3bb0c0;
    color: white;
	border-bottom-width: 0.2em;
	border-bottom-style: solid; /* dotted; */	
	border-color:#f8c705;
}

main {
    padding-left: 2em;
	padding-right: 2em;
}

body {
    hyphens: auto;
 /* text-align: center; */
    font-family: 'Inria Sans', sans-serif;
    background-color: #3BB0C0;
    color: black;
    max-width: 1100px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px; 
	box-shadow: 5px 5px 30px #393838;
}

h1 { font-size: 2em }

h3 { margin-bottom: 0em; }

.linkliste { 
            /* line-height: 2.3;                   Zeilenabstand vergrößern*/
             margin-top: 0.5em;  				 /*Abstand zur Überschrift über den Ramen*/
			 border: 0.1em solid #016b84; 
			 padding: 0.5em 2em;
             box-shadow: 5px 5px 30px #393838;
			 background-color: #3bb0c0; 		/*hintergrundfarbe vom Linkkasten*/
}

.LinkGruppen{
	margin-bottom: 1em;
    font-size: 1.2em;
}



.GruppenLink{
        font-style: normal;
        padding-top: 0.5em;
        padding-right: 2em;
		border: 0.1em dotted #2396b1;
        border-radius:0.5em 0.5em 0.5em 0.5em;
        background-color: #016b841f;
        font-size: 0.8em;
}
/* li = ListenIdem*/
/* zl = Zeilen */
.LinkEintrag{
	padding-bottom: 1.3em;
    padding-top: 0.7em;
    border-bottom-style: dotted;
    border-bottom-width: 0.01rem;
}

p.Linkbeschreibung{
	font-style: italic;
	display: inline;
	padding-left: 1em;
}

nav {
    border-bottom-style: solid;
    border-bottom-width: 0.1em;
    box-shadow: 5px 15px 15px #393838;
	background-color: #016b84b0;
	color: #016b84b0;
	padding: 0.5rem;
	padding-left: 2rem;
	margin: 0rem 0;	
	/* box-shadow: 5px 0px 30px #393838;
	border-radius: 0em 0em 1em 1em;*/
}

code.codeblock {
  display: block;
  font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  font-style: normal;
  font-size: x-small;
  background: #98f3ff;
  color: black;
  border: 0.1em solid #031e25b0;
  line-height: 1.5em;
  padding: 3px 1em;
  overflow: auto;
  white-space: pre;
  max-height: 24em;
}

nav a {
	color:white;
	text-decoration: none;
}

nav a:hover {
      color: #054758;
      }

nav ul {
	padding: 0;
	margin: 0;
}

nav li {
	display: inline;
	margin-right: 2rem;
}

footer {
	background-color: #016b84b0;
	color: white;
	text-align: end;
	padding: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	box-shadow: 5px -5px 30px #393838;
    margin-top: 1rem;
	/*border-radius: 0em 0em 1em 1em;*/
}

footer a {
	color: white;
	text-decoration:none;
}

/* unvisited link */
main  a:link {
      color: #032c36;
      }
/* visited link */
main  a:visited {
      color: white;
      }
/* mouse over link */
main  a:hover {
      color: white;
      }
/* selected link */
main  a:active {
      color: #032c36;
      }
