/* Standart Angaben */        /* Referenz: https://www.youtube.com/watch?v=dVYdOSSJ_Tk */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*{
	margin: 0;
	padding: 0;
}

html, body {

	font-family:Arial,Helvetica,sans-serif;
	font-size:85%;
	line-height:1.25em;
	color: #666666;
}

body {
	background-image: url(../fotos/britta-hi_2018.png);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* Nach oben
**************************** */

#nachoben {
    display: block;
    margin: 0 auto;
    min-width: 10vw;
    padding: 3rem;
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    font-size: 1.2rem;
    text-align: right;
    /* vertical-align: bottom; */
    border-radius: 2rem;
    color: #273966;
    cursor: pointer;
    z-index: 999;
}

.up-button {
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    z-index: 1000;
    background: transparent;
}

.up-button .fa {
    text-align: center;
    font-size: 2.5rem;
    border-radius: 36rem;
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
    background: rgba(255, 153, 0, 0.5);
    color: #666;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}



/* ***************************
									Nach oben */

h1 {
	font-size:1.563em;
	line-height:1.8em;
	font-weight:600;
	color:#666666;
	margin:0em;
	text-align:center;
}

h2 {
	font-size:1.375em;
	line-height:1.8em;
	font-weight:600;
	color:#666666;
	margin:0em;
	padding:1.25em;
	text-align:center;
}

h3 {
	font-size:1em;
	line-height:1.25em;
	font-weight:600;
	color:#666666;
	margin:0em;
	padding:1.25em;
	text-align:center;
}

h4 {
	font-size:1em;
	line-height:1.25em;
	font-weight:600;
	color:#666666;
	margin:0em;
	padding-left:1.25em;
	text-align:left;
}

h5 {
	line-height:1.25em;
	font-weight:600;
	color:#666666;
	margin:0em;
	padding-left:1.25em;
	text-align:left;
}

p {
	line-height:1.25em;
	font-weight:100;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:url(../fotos/hi-03.png);
	font-size:1.125em;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0.313em 0em 0.313em 0em;
	padding:0px;
	text-align:left;
}

img {
	width:100%;
	height:auto;
	max-width:100%;
	border-radius:5px;		/* abgerundete Ecken */
}

img.displayed {
	display:block;
	margin-left:auto;
	margin-right:auto;
	/* vertical-align:center; */
}

a {
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
	font-weight:600;
	text-decoration:none;
}
a:hover {
	color: #8b5252;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:600
}

.text-shadow {
	text-shadow: #c0c0c0 3px 3px 5px;
}

.comment {
	font-size:0.875em;
	font-weight:400;
	text-align:center;
	color:#333333;
}
.center {
	text-align: center
}
.right {
	text-align: right;
}
.abstand {
	padding-top: 50px;
}
.verweise {
	text-align: right;
	width: 90%;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
}
.italic {
	font-style:italic;
	text-align:justify;
}
.fett {
	font-weight:600;
}
.title {
	position: relative;
	display: block;
	top: -50px;
	padding: 20px 0;
	font-size: 1.9em;
}
.title:before{
	font-size: 1.5em;
	content: "\005B";		/*eckige Klammer auf*/
}
.title:after{
	font-size: 1.5em;
	content: "\005D";		/*eckige Klammer zu*/
}

/* DATENSCHUTZ
************************************** */

.datenschutz {
	font-size: smaller;
	width: 90%;
	font-weight:400;
	text-align:center;
	margin: 0 auto;
	padding: 1.2em;
	background-color: rgba(255,153,0,0.5)
}




/* On Top Bar */

#menumobil {
	display:block;           /* über ganze Breite */
	/*background:#FFFFFF;*/
}

#menumobil ul {
	display:block;
	width:2em;
	padding:0.9em;
}

#menumobil ul li {
	display:inline;                /* alle Auflistungspunkte in einer Linie */
}

#menumobil ul li a.menubutton {
	width:3em;
	display:none;
}

#menumobil  img {
	border-radius: 0px;
}

/* Header */

header {
	display:block;
	/*height:2em;*/
	background-image: url(../fotos/hi-ff9900.png);
	text-align:right;
	padding:4em;
	border:0.188em solid #ff9900;
	border-radius:5px;
}
header img {
	display:block;
	width:100%;
	margin-right:2em;
}

/* Navigation */

nav {
	display:block;
	height:2.5em;
	background-image: url(../fotos/hi-ff9900.png);
	text-align:center;
	border:0.188em solid #ff9900;
	margin-top: 1em;
}

nav ul {
	display:block;
}

nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}

nav ul li a {
	color:#666666;
	font-size:1.125em;
	line-height:2.5em;
	text-decoration:none;
	padding:0.563em 0.938em 0.375em 0.983em; /* oben-rechts-unten-links */
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background-image: url(../fotos/hi-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#8b5252;
	text-decoration: none;

}

nav ul li a.active {
	background-image: url(../fotos/hi-03.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Tabelle */

table {
	width:95%;
	font-size:0.813em;
	border:0.1em solid #ff9900;
}
tr:nth-child(2n) {
	background-image:url(../fotos/hi-ffcc66.png);
}
tr:nth-child(2n-1) {
	background-image:url(../fotos/hi-ff9900.png);
}

td {
	height:25px;
	padding:0.5em;
}

/* Content Area */

#inhalt {
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	padding-top:50px;
}

#inhalt article {
	display:inline-block;                /* ersetzt Float-Element: Container in einer Reihe dargestellt */
	width:50%;
	background-image: url(../fotos/weiss-transparent.png);
	vertical-align:top;
	margin-top: 2em;
	padding:1em 0.5em 1em 0.5em;
	text-align:center;
	border:0.12em solid #DEDEDE;
	border-radius:5px;
}

#inhalt article img {
	width:300px;
	max-width:100%;
	box-shadow:0pxs 0px 10px -5px #4C4948;
}

#inhalt section {
	background-image: url(../fotos/weiss-transparent.png);
}

#inhalt article h2 {
	padding:1em 1.8em 1em 1.8em;
}

#inhalt article ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#inhalt article.fenster {
	display:none;
}


#inhalt aside {
	display:inline-block;
	width:41%;
	margin-top:1em;
	margin-left:3%;
	padding:1em;
	vertical-align:top;
	text-align:center;
}

#inhalt aside section {
	margin-bottom:1.563em;
	padding:1.5em 0em 1.5em 0em;
	background-image:url(../fotos/weiss-transparent.png);
	border:0.12em solid #DEDEDE;
	border-radius:5px;
}

#inhalt aside section p {
	text-align:left;
}
#inhalt aside section p.media {
	text-align:center;
}

#inhalt aside section img {
	display:block;
	margin:auto;
	width:70%;
	border-radius:5px;
}

#inhalt aside section a {
	color:#666666;
	font-size:1.125em;
	text-decoration:none;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}
#inhalt aside section a:hover {
	color:#8b5252;
}
#inhalt aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#allgemein {
	background-image: url(../fotos/weiss-transparent.png);
	text-align:center;
	border-radius:5px;
	padding:1em 0em 1em 0em;
}

.banner {
	width:100%;
	background-image: url(../fotos/weiss-transparent.png);
	vertical-align:top;
	margin-top: 2em;
	padding:1em 0.5em 1em 0.5em;
	text-align:center;
	border:0.12em solid #DEDEDE;
	border-radius:5px;
}

.media {
	text-align:center;
}
/* Footer */
footer {
	display:block;
	font-size:0.625em;
	background-image: url(../fotos/weiss-transparent.png);
	text-align:center;
}
footer p {
	display:inline;
}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#000066;
	padding:0em 0.625em 0em 0.625em;
}

footer ul li a {
	color:#000066;
}

/* Mobile Style */
@media screen and (max-width:800px) {
	body {
	font-size:90%;
	}
}

@media screen and (max-width:600px) {
	#inhalt article, #inhalt aside {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
	.before::before,
	.after::after {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}

	.fenster {
		display:block;
		font-size:50%;
	}

	.before::before,
	.after::after {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menumobil ul li a.menubutton {
		display:block;
	}
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
	nav ul li a.nolink {
		display:none;
	}

	#inhalt article.fenster {
		display:block;
	}

	.before::before,
	.after::after {
		content: "\A";
		white-space: pre;
	}
}
