﻿* {margin: 0;
    padding: 0;}


body {
        margin: 0;
        padding: 0;
		background-image: linear-gradient(to bottom, #4343FF, #bf4d00);
		color: midnightblue;
   		min-height: 100vh;
   		/*display: grid;*/
   		/*grid-template-rows: 1fr 11em;*/
}


h1 {
		margin: 1em 1em 1em 1em;
        font-size: 190%;
		font-weight: bold;
        color: #0D00AC;
}

h2 {
        margin: 0;
		font-size: 165%;
		font-weight: bold;
        color: #19176E;
}

h3 {
        margin: 0;
		font-size: 110%;
        font-weight: bold;
		color: #146E08;
}

h4 {
        margin: 0;
		font-size: 120%;
        font-weight: bold;
		color: #610000;
}

h5 {
        margin: 0;
		font-size: 110%;
        font-weight: bold;
		color: #090401;
}

h6 {
        margin: 4px 0 0 0;
		font-size: 120%;
        font-weight: bold;
		color: #00008F;
}

/*  Absätze */

p {
	/*background-color: #000000;*/
}

hr {
    width: 95%;
    height: 5px;
    margin: 0 auto;
    color: blue;
    background: #dfac20;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	font-size: 190%;
	font-weight: bold;
	color: #020085;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.center1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #00000A;
    /*border-bottom: 1px solid #ccc;*/
}
.center2 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #851D00;
   	/*border-bottom: 1px solid #ccc;*/
}
.center3 {
	text-align: center;
	font-size: 190%;
	font-weight: bold;
	color: #020085;
    /* border-bottom: 1px solid #ccc;*/
}
.justify {
	text-align: justify;
}
.start {
	text-align: start;
}
.end {
	text-align: end;
}


ol {
}

ul {
}

blockquote {
        margin: 0;
        padding-left: 20px;
        border-left: 10px solid #E6E6E6;
        font-style: normal;
        color: #999999;
}

blockquote * {
        line-height: normal;
}
	/* Linkfarbe */
a {
        color: #090909;
		font-weight: bold;
		background-color: #07C424;
}

a:hover {
        text-decoration: underline;
}

img {
        border: none;
}

img.left {
        float: left;
        margin: 0 15px 0 0;
}

img.right {
        float: right;
        margin: 0 0 0 15px;
}


/* Header */

#header {
        width: 900px;
        height: 90px;
        margin: 0 auto;
}

/* Header 2 */

#header2 {
        width: 900px;
        height: 200px;
        margin: 0 auto;
}

/* Logo */

#logo {
        float: left;
        padding-top: 15px;
        background: url(images/img02c.jpg) no-repeat left bottom;
}


#logo1 {
        float: left;
        padding-top: 15px;
        background: url(images/img02a.jpg) no-repeat left bottom;
}


#logo h1, #logo h2 {
        margin: 0;
        padding-left: 60px;
        font-weight: normal;
        color: #E06529;
}

#logo h1 {
        font-weight: bold;
}

#logo h2 {
        font-size:120%;
}

#logo a {
        text-decoration: none;
}

/* Top Menu */

#topmenu {
        float: right;
}

#topmenu ul {
        margin: 0;
        padding: 32px 0 0 0;
        list-style: none;
        line-height: normal;
}

#topmenu li {
        display: inline;
}

#topmenu a {
        padding: 5px 30px;                  /* Anordnung der Links, Höhe, Breite */
        border-left: 5px solid #E06529;    /* Farbe und Breite der Linien zwischen den Links */
        text-decoration: none;
        font-size: 100%;
}

#topmenu a:hover {
        text-decoration: underline;
}

#topmenu .first a {
        border: none;
}



/* Menu */

#menu {
        float: left;                           /* Anordnung linkes Menü */
        width: 200px;                          /* Breite linkes Menü */
        height: 200px;                         /* Höhe linkes Menü */
        background: url(images/img03.jpg);     /* Hintergrund linkes Menü */
}

#menu ul {
        margin: 0;
        padding: 0px 20px 0 20px;
        list-style: none;
        line-height: normal;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        padding: 8px 10px;
        background: url(images/img05.gif) repeat-x;
        text-decoration: none;
        font-size: 100%;
        font-weight: bold;
        color: #FFFFFF;
}

#menu a:hover {
        text-decoration: underline;
}

#menu .first a {
        background: none;
}

/* Splash */

#splash {
        float: right;
        width: 560px;
        height: 200px;
}


/* Page */

#page {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0;
}

/* Content */

#content {
        float: left;
        width: 480px;
        padding-left: 20px;
}

#content2 {
        float: left;
        width: 480px;
        padding-left: 40px;
}

#content ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
}

#content ul li {
        padding-left: 15px;
        background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
        margin-left: 0;
        padding-left: 0;
        list-style: lower-alpha inside;
}

.title {
        padding-top: 10px;
}

.content {
        padding: 20px;
        background: #42CE25;
}

.content2 {
        padding: 40px;
        background: none;
}


.twocols .col1 {
        float: left;
        width: 220px;
}

.twocols .col2 {
        float: right;
        width: 220px;
}

/* Sidebar */

#sidebar {
        float: right;
        width: 220px;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar li {
        margin-bottom: 20px;
        background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
        padding: 10px 20px;
        font-size: 92%;
}

#sidebar li li {
        margin: 0;
        padding: 5px 0;
        background: none;
        border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
        height: 30px;
        margin: 0;
        padding: 6px 0 0 10px;
        background: url(images/img06.gif) no-repeat;
        font-size: 100%;
        font-weight: bold;
        color: #145997;
}

#sidebar h3 {
        margin: 0;
}

#sidebar p {
        margin: 0;
        line-height: normal;
}

#sidebar a {
        text-decoration: none;
}

#sidebar a:hover {
        text-decoration: underline;
}

#sidebar .first {
        border: none;
}

/* Bildergalerie */
/* Bildergalerie */
#galerie {
	box-sizing: border-box;
  	background-color: #030085;
	background-image: linear-gradient(#FF3C00, #0000FF );
  	/*background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;*/
	padding: 1em 10em;
}

/* weitere Muster mit linear-gradient unter: http://lea.verou.me/css3patterns/   */
#galerie figure {
	background: #ffffff;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
	display: inline-block;
	height: 15em;
	width: 17em;
	margin: 1em 1em 1em 1em;
	overflow: hidden;
	padding:0px;

	transition: all 0.25s ease-in;
}

#galerie figure img {

   height: 15em;

}

#galerie figure:hover,
#galerie figure:focus {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
	margin: -1em 0px 0 20px;
	padding: 5px 5px 30px 5px;
	width: 18em;
	z-index: 2;
	transform: scale(3);
}

#galerie figcaption {
	color: #333;
	font: 10px/150%;
 	font-family: cursive;
	position: relative;
	text-align: center;
	width: 15em;
}

/* #galerie figure:nth-child(3n-2):hover,
#galerie figure:nth-child(3n-2):focus {
	transform: scale(2) rotate(-2.5deg);
}

#galerie figure:nth-child(5n):hover,
#galerie figure:nth-child(5n):focus {
	transform: scale(2) rotate(2.5deg);
}*/

#galerie:after {
	clear: both;
	content: " ";
	display: block;
}



#legal {
        float: left;
        padding: 10px 0 30px 60px;
        background: url(images/img02.gif) no-repeat left center;
}

#links {
        float: right;
        padding: 10px 0 0 0;
}


ul.left {
        padding-left: 15px;
        background: url(images/img08.gif) no-repeat 0 8px;
}

div.table {
	display: table;
	border-collapse: collapse;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	border: thin solid red;
	padding: 5px;
}


/* Footer */

#footer-wrapper {
        height: 50px;
        padding: 30px 0;
        background: #FFF;
        border-top: 10px solid #CDCDCD;
}

#footer {
        width: 760px;
        margin: 0 auto;
}

#footer p {
        margin: 0;
        line-height: normal;
}

#footer a {
        color: #666666;
}


