* {
	padding:0;
	margin:0;
}

body {
	width:100%;
	margin: 0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	background-image:url(bg.JPG);
	background-color:#F5F6CE;
}

h1 {
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:28;
	color:red;
	background-color:white;
}

h3{
	font-size:32;
	color:#FE2E2E;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align: center;
}

h4 {
	box-shadow: 0 4px 8px 0 rgba(245, 246, 206, 1) ;/*rgba(0, 0, 0, 0.5);*/
	font-size:32px;
	color:#FE2E2E;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align: center;
}


h5 {
	margin:0;
	padding:0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:32px;
	color:red;

}

h6 {
	margin:0;
	padding:0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:26;
	color:gray;
}

table h7 {
	margin:0;
	padding:0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:20;
	color:gray;
}

h7 {
	margin:1;
	padding:1;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:24;
	color:gray;
}

thead {
	background-color:#F5F6CE;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
	font-family: "Roboto Slab", "Times New Roman", serif;
	font-size:24;
	color:gray;
}



.liste tr:hover th{
	background-color:#F5F6CE;
	color:red;
	transition: 0.5s;
}



th {
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:left;
	color:gray;
}
					

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:2%;
	padding:1%;
	table-layout: fixed;
	width: 100%; /* must have this set */
}

table.kitu {
	font-size:12;
	table-layout: fixed;
	width: 100%;
}
table.kitu tr {
	width:80%;
	color:red;
}
table.kitu td{
	width:80%;
	color:red;
}


tr:hover{
	background-color:silver;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 0.5s ease-out;
	/*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);*/
}

th, td {
	padding:6px;
	width:60%;
}

a {
	text-decoration:none;
	color:gray;
}

a:hover {
	color:red;
}

p {
	font-family: "Roboto Slab", "Times New Roman", serif;
	font-size:18px;
	padding:4px;
	color:gray;
	letter-spacing: 2px;
}

p .num {
		color:red;
		}

summary {
	font-family: "Roboto Slab", "Times New Roman", serif;
	font-size:22px;
	padding:4px;
	color:red;
	letter-spacing: 2px;
	background-color:#F5F6CE;
}
summary:hover {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
}
		
button {
	background-color:rgba(255, 255, 255, 0.9); 
    border: 1px solid #FE2E2E; 
	border-radius: 2px;
    outline: 1;
    display: inline-block;
    padding: 8px;
    color: gray;
    text-align: center;
	font-size:20px; 																
	font-family: "Roboto Slab", "Times New Roman", serif;
    cursor: pointer;
    width: 100%;
	max-width:180px;
}

button:hover {
	color:white;
    background-color: #FE2E2E;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	transition: 0.5s;
}

	
input[type=text] {
	background-color: #F5F6CE; 
    border: 1px;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    text-align: left;
	font-size:16px; 																/* ---Schriftgröße aller Buttons--- */
	font-family: "Roboto", serif;
		margin-left:5%;
    width: 90%;
}

input[type=number] {
	background-color: #F5F6CE; 
    border: 1px;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    text-align: left;
	font-size:16px; 																/* ---Schriftgröße aller Buttons--- */
	font-family: "Roboto", serif;
		margin-left:5%;
    width: 90%;
}


input[type=password] {
	background-color: #F5F6CE; 
    border: 1px;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    text-align: left;
	font-size:16px; 																/* ---Schriftgröße aller Buttons--- */
	font-family: "Roboto", serif;
	margin-left:5%;
    width: 90%;
}

input[type=submit] {
	background-color:rgba(255, 255, 255, 0.9); 
    border: 1px solid #FE2E2E; 
    outline: 1;
    display: inline-block;
    padding: 8px;
    color: gray;
    text-align: center;
	font-size:20px; 																
	font-family: "Roboto Slab", "Times New Roman", serif;
    cursor: pointer;
    width: 100%;
		margin-left:5%;
	max-width:180px;
}

input[type=submit]:hover {
	color:white;
    background-color: #FE2E2E;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	transition: 0.5s;
}

input[type=submit]:active{
	color:white;
	background-color: #FE2E2E;
}

input[type=submit]:visited{
	color:white;
	background-color: #FE2E2E;
}

					/*hier sind die übergreifenden Funktionen hinterlegt*/

														/*

														/* Style the tab */
	.tab {
		overflow: hidden;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	}

	/* Style the buttons inside the tab */
	.tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 16px;
		transition: 0.3s;
		font-size: 17px;
	}

	/* Change background color of buttons on hover */
	.tab button:hover {
		background-color: #ddd;
	}

	/* Create an active/current tablink class */
	.tab button.active {
		background-color: #ccc;
	}

	/* Style the tab content */
	.tabcontent {
		display: none;
		padding: 6px 12px;
		border: 1px solid #ccc;
		border-top: none;
	}

	/* Style the close button */
	.topright {
		float: right;
		cursor: pointer;
		font-size: 28px;
	}

	.topright:hover {color: red;}





/*td img {
	height:300px;
	width:320px;
}
*/

													/*Content*/


.artikel {
	margin-left:30%;
	margin-top:2%;
	overflow:hidde;
	width:50%;
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.artikel-galerie {
	margin-left:30%;
	margin-top:2%;
	width:50%;
	overflow:hidde;
}


.artikel h5 {
	margin:0;
	padding:0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:40px;
	color:red;
}

.artikel table{
	widht:100%;
	height:auto;
}


.footer {
	margin-left:30%;
	margin-top:2%;
	overflow:hidde;
	width:50%;
}

/*Galery Übersicht */

div.gallery {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
   overflow:hidde;
}

div.gallery:hover {
    /*border: 1px solid #777;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
	transition: 0.5s;
}

div.gallery img {
    width: 100%;
    height:150px;
}

div.desc {
    padding: 15px;
    text-align: center;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align:center;
	font-size:22;
	color:gray;
	background-color:white;
}

/* {                                     Nicht anwedbar!
    box-sizing: border-box;
}*/

.responsive {
	overflow:hidde;
    padding: 1% 3%;
    float: left;
    width: 24.99999%;
}

.login{
	border: 1px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	margin-left:45%;
	margin-top:2%;
	overflow:hidde;
	background-color:white;
	width:350px;

}

@media screen and (max-width: 1400px) {
	
	.login{margin:10%;}
	.login{width:100%;}
	.login{margin-left:0%;}
	
	.content {
		width:100%;
	}
	/*Gallerie */
	
    .responsive {
        width: 100%;
		float:left;
		margin:0;
    }
	.artikel-galerie {
    width: 100%;
	float:left;
	margin:0;
    }
	.gallery {
    width: 100%;
	float:left;
	margin-top:1px;
    }
	
	/*Artikel*/
	.artikel {
		width:90%;
		float:left;
		margin-left:3%;
		margin-top:2%;
		margin-top:2px;
		margin-bottom:2%;
	}
		.content {
		width:90%;
		float:left;
		margin-left:5px;
		margin-top:2px;
		margin-bottom:2%;
	}
}

@media screen and (max-width: 1000px) {
	
	.login{margin:10%;}
	.login{width:100%;}
	.login{margin-left:0%;}
	
	.content {
		width:100%;
	}
	/*Gallerie */
	
    .responsive {
        width: 100%;
		float:left;
		margin:0;
    }
	.artikel-galerie {
    width: 100%;
	float:left;
	margin:0;
    }
	.gallery {
    width: 100%;
	float:left;
	margin-top:1px;
    }
	
	/*Artikel*/
	.artikel {
		width:100%;
		float:left;
		margin-left:0px;
		margin-top:2px;
		margin-bottom:2%;
	}
		.content {
		width:100%;
		float:left;
		margin-left:0px;
		margin-top:2px;
		margin-bottom:2%;
	}
}


/*Ende*/ 


