/* Farben
#22b - hellblau
#def - fast weiß?
darkblue
ccf - hellblau


rgba(63,232,63,0.8) - grün
44d - grün
8d8 - hellgrün
ddf - fast weiß
aaf - bläulich
6ed3cf
e62739
005 - dunkeltüerkis
080 - dunkelgrün
cfc - sehr hellgrün

*/
@charset "UTF-8";

html {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}
*, *::before, *::after {
	box-sizing: inherit; 
	margin: 0;
}
body {
	background-color: #22b;  /* 333 */
	font-size: 20px;  /* Fallback */
	font-size: 1.25rem;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	font-family: "Liberation Sans","Lucida Console",Courier, monospace;
}
h1 {
	border-bottom: 0;
	font-size: 27px;  /*  */
	font-size: 1.8rem;
	padding-bottom: 0.2em;
	margin: 0;
}
h2 {
	border-bottom: 2px solid darkblue;
	font-size: 24px;  /* war 21 */
	font-size: 1.3rem;
	padding-bottom: 3px;
	padding-bottom: 0.2em;
	margin-top: 1rem;
}
h3 {
	border-bottom: 1px solid darkblue;
	font-size: 21px;  /* war 18 */
	font-size: 1.3rem;
}
h4 {
	font-size: 18px;  /* war 16px */
	font-size: 1.1rem;
}
ul {
	padding: 0;
}
.nowrap {
	white-space: nowrap;
	hyphens: none;
}
.wrapper {
	background-color: #22b;  /* für Nav-Menu */
}
.container {
	background-color: #ddf;
}

/* for mobile Geräte (< 640 px) - in one single column */
.header {
   /* text-align: center; */
   padding: 1em;
   background-color: darkblue;
   color: #22b;
}
.logo-header {
	border: 1px dashed white;
	max-height: 100px;
	max-width: 100px;
	height: 4rem;  /* 10vw / 4rem; */
	width: 4rem;
}
.sidebar {
	background-color: #22b;
	float: left;
	padding: 0.5em 0.4em;  /* 1em 2em */
}
.opening-times {
	font-size: 0.7rem;
}
table.opening-times td {
	padding: 0.2em;
}
table.opening-times tr:hover {
	color: #ddd;
}
.content {
	float: right;
	padding: 1em 2em;
}
.footer {
	padding: 1em;
	text-align: center;
	background-color: #006;
	color: #ccf;
	border-top: 1px solid blue;
	display: block;
}
nav {
/*	background-color: #44f;  */
	color: #ccf;
	border-top: 1px solid darkblue;
	border-bottom: none;
	font-size: 1.25rem;
}
.nav-ul {
	background-color: #44f;
	margin:0;
}
.nav-li {
	list-style: none;
	margin-left: 0;
	border-bottom: none;
}
.nav-li-a {
	padding: 0.3em 2rem;  /* 0.6em 2rem */
	display: block;
}
.nav-ul a:link {
	text-decoration: none; 
}
.nav-ul a:link, .nav-ul a:visited {
	color: #ddf;
}
.nav-ul a:hover, .nav-ul a:focus, .nav-ul a:active {
	background-color: #ddf;
	border-radius: 0.2em;
	color: #008;
	transition: all 0.2s ease-out;
}
.nav-active {
	color: #44f;
	background-color: #008;
	border-radius: 0.2em;
	font-weight: bold;
}
.menubutton .menu-active {
	color: #008;  /* funzt, warum hier? */
	display: none;
	text-indent: 0.5rem;
}
.menubutton .menu-inactive {
	color: #008;  /* funzt, warum hier? */
}
.menubutton {
		/* color funktioniert nicht. warum? */
	font-size: 1.2rem;
    padding: 0.6em 2rem;
}
.menubutton a:link {
    text-decoration: none; 
}
#menu:target .menu-inactive { display: none; }
#menu:target .menu-active { display: block; }
nav {
  transition: 0.25s;
  max-height: 0;
  display: none;
}
#menu:target nav {
  max-height: 25rem;
  display: block;
}
.article {
	display: table-cell;
	padding: 1em 2em;
}
.article_half {
	padding: 0.5em 1rem 0.5em 1rem;
	clear: both;
}
.img-art {
	float: left;
	margin: 0 1em 0.2em 0.2em;
	max-width: 40%;
	height: auto;
}
article a {
	text-decoration: none;
	color: darkblue;
	border-bottom: 1px dotted blue;
}
article a:hover { 
    text-decoration: none;
	color: darkblue;
	border-bottom: 2px dashed darkblue;
	font-weight: bold;
}
.row { clear: both; }
.page_nav {
	border-radius: 0.2em;
	position: fixed;
	bottom: 25%;
	right: 10px;
	/*min-width: 2em;  /* wie rundes, mitwachsendes Element?
	min-height: 2em;
	width: 4vw;
	height: 4vw;  /* 2em */
	/* display: none; */
	/* padding-top: 1.5vh; */
	padding: 0.5em;
	border: 2px solid darkblue;
	background-color: rgba(63,63,255,0.8);
	box-shadow: 2px 2px 1px 1px darkblue;
	text-decoration: none;
	color: darkblue;
	text-align: center;
	vertical-align: middle;
}
.page_nav:hover, .page_nav:focus {
  bottom: 28%;
  background-color: #ddf;
  transition: all 0.2s ease-out;
}
#down {
	bottom: 15%;
}
#down:hover, #down:focus {
  bottom: 18%;
}
.div_footer {
	border-bottom: 1px solid #22b;
    width: 95%;
    font-size: 0.9rem;
    padding: 0.2em;
}
.div_footer3 {
	border: none;
}
a.footer-nav {
    text-decoration: none;
	color: #4d4;
}
a.footer-nav:link,
a.footer-nav:visited {
    color: #22d;
}
a.footer-nav:hover,
a.footer-nav:focus {
    color: #ddf;
    transition: all 0.2s ease-out;
}
p.rights {
	text-align: left;
}
.social {
	display: inline-block;
	padding: 0 0.5em;
}
.pages {
	display: inline-block;
	padding: 0 0.5em;
}

/* Tablet >= 640px - 2 Spalten
 - Header & nav untereinander, main + aside side-by-side
 - footer - bottom
------------------------------------------------------*/
@media screen and (min-width: 40em) {

.logo-header {
	/* display: inline-block; */
	display: table-cell;
	vertical-align: middle;
}
h1 {
	/*display: inline-block;*/
	display: table-cell;
	vertical-align: middle;
	padding-left: 1rem;
	padding-left: 16px;
	/*width: 100%;*/
}
.header {
	/*-ms-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	align-content: flex-end; center */
	display: inline-table;
	vertical-align: center;
	text-align: left;
	width: 100%;
}
.menubutton { display: none; }
nav {
	font-size: 0.85rem;
	max-height: 25rem;
	display: block;
}
.nav-ul {
	padding: 0 2rem;
	overflow: hidden;
}
.nav-li {
	float: left;
	display: inline-block;
	border: none;
	width: auto; 
   }
.nav-li-a {
	padding: 0.4em 0.8rem;  /* 0.7em 1.2rem */
	display: inline-block;
}
.container {
	display: block;
	overflow: auto;
}
.footer {
      /* padding: 1em; */
     /*  text-align: center; */
       /* background-color: #e62739; */
      /*  color: white; */
       /* border-top: 1px solid black; */
	clear: both;
	display: flex;
	flex-direction: row;  /* row */
	align-items: center;
    }
.div_footer {
	width: 33.33%;
	font-size: 1rem;
	padding: 0.2em;
	border-bottom: none;
}
.social {
	display: block;
}
.pages {
	display: block;
	text-align: left;
}
.page_nav {
	bottom: 29%;
	right: 20px;
	padding: 1em;
}
.page_nav:hover, .page_nav:focus {
  bottom: 32%;
  background-color: #ddf;
  transition: all 0.2s ease-out;
}
#down {
	bottom: 18%;
}
#down:hover, #down:focus {
  bottom: 21%;
}

}

/* screens >= 1024px (64em)
 - 3 cols - Header: top; nav, main + aside - side-by-side; footer: bottom */
@media screen and (min-width: 64em) {

.article_half {
	display: block;
	width: 50%;
	float: left;
	clear: none;
}
nav {
	font-size: 1.25rem;
}
.social {
	display: inline;
}
.pages {
	display: inline;
	text-align: center;
}

}

/* Lrg screens >= 1280 Pixel (80em) - *2 articles in main: side-by-side */
@media screen and (min-width: 80em) {

.wrapper {
	margin: 0 auto;
	max-width: 80em;
}

}

/* @media screen and (min-height: 1.2vh) {
.page_nav {
	display: relative;
}

} */
