﻿/* Körper  */
html {}

	body {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: small;
		background-color:#FFF7E8;
		border:2px blue solid;
		margin: 0;
		padding: 6px;
	}

	p {
		margin: 0 0 8px 0;
		padding: 0;
	}

	ul {
		margin-top: 4px;
		margin-bottom: 8px;
	}

	li {
		margin-bottom: 2px;
	}
	/* Kopfbereich  */
	header{
		text-align:left;
		background-color:#FADFAD;
		background-image: url("../images/Sonnenaufgang.jpeg");
		background-position: top;
		background-repeat: no-repeat;
		z-index:2;
	}
	
	header img{
		padding:0;
		left:0;
		top:0;
		float:none;
	}
	
		/*Kopf-Überschriften */
		header h2 {
			color:aqua;
			margin:0 0 0 18px;
			padding:54px 0 0 0;
			font-size: large;
		}
		
		header h3 {
			color:aqua;
			margin:0 0 5px 18px;
			padding:0;
			font-size:x-small;
		}
		/*Kopf-Überschriften Ende*/
	
		/* Navigation */
		nav{
			/**/
			border-top: 2px solid blue;
			border-bottom: 2px solid blue;
			background-color: #FADFAD;
			float:none;
		}
		
			/* Navigation Elemente*/
			nav ul {
				height:28px;
			}
			nav li {
				display:inline;
				float: left;/**/
			}
			nav a {
				font-weight: bold;
				text-decoration: none;
				color: #8b0000;
				display: block;
				padding: 5px;
				background-color: #FADFAD;
			}
			nav a:hover {
				font-weight: bold;
				text-decoration: none;
				color: #FADFAD;
				background-color: #8b0000;
			}
			/* Navigation Elemente  Ende  */
			
		/* Navigation Ende*/
		
	/* Kopfbereich Ende */



	/* Content (Die Blockobjekte können beliebig und mehrfach kombiniert werden)   */
		/* Standardblock des Content */
		section {
			background-color: #fff;
			padding-bottom:20px;
			width:99%;
			border:0;
		}
		/* Standardblock des Content Ende */
				
		/*Verschachtelter Block */
		section section{
			padding:6px;
		}
		/*Verschachtelter Block Ende  */
	
		/* Linke Spalte */
		article {
			width: 73%;
			padding: 5px 5px;
		}
		/* Linke Spalte Ende  */
				
		/* Rechte Spalte */
		aside {
			width: 18%;
			top:0;
			right:0;
			padding:26px 19px 0 0;
			float:right;
			text-align:right;
			}
			
		/* Rechte Spalte Ende */
	/* Content  Ende */



	/* Fußbereich */
	footer {
		text-align: center;
		border-top: 2px solid blue;
		padding-bottom: 10px;
		/*
		bottom:0;
		position:fixed;
		background-position:center bottom ;
		float:none ;
		height:40px;
		*/
	}
	
	footer p {
		font-size: x-small;
		color: #000;
	}
	/* Fußbereich Ende*/

/* Body Ende */






/* Globale Absatzformate*/

/* Bilder */
	img{
		float:right;
		right:0;
		top:0;
		padding:20px 20px 30px 30px;
	}
/* Bilder Ende  */

/* Hyperlinks */
	a {
		color: #8b0000;
		text-decoration: underline;
	}
	a:hover {
		color: #fa3;
		text-decoration: underline;
	}
/* Hyperlinks Ende */




/* Tabellenformate */
	table{
		margin:2px 3px 4px 0;
		width:98%; 
		border:1px solid orange;
		border-collapse: separate;
		table-layout:fixed;
	}
	
	td, th{
		border:1px orange solid;
		border-top:none;
		border-left:none;
		text-align:left;
		font-weight:normal;	
		padding: 2px;
	}
/* Tabellenformate  Ende*/



/* Überschriften */
	h1 {
		font-size: xx-large;
		color: #800;
		padding:20px 0 30px 0;
	}
	h2 {
		font-size: x-large;
		color: #700;
		padding:10px 0 20px 0;
	}
	h3 {
		font-size: large;
		color: #600;
		padding:10px 0 20px 0;
	}
	h4 {
		font-size: medium;
		color: #500;
		padding:10px 0 20px 0;
	}
	h5 {
		font-size: x-small;
		color: #400;
	}
	h6 {
		font-size: xx-small;
		color: #300;
	}
/* Überschriften Ende */

	label {
		padding:15px 0 0 5px;
	} 				
	
	input {
		width:60%;
		text-align:left;
	}
	
	textarea{
		height:150px;
		text-align:justify;
		width:60%;
		text-align:left;
		vertical-align:text-top; 
	}

	input#abschicken{
		margin-top: 5px;
		width:20%;
	}
	
	body {
		margin: 0;
		padding: 6px;
	}

	p {
		margin: 0 0 8px 0;
		padding: 0;
	}

	ul {
		margin-top: 4px;
		margin-bottom: 8px;
	}

	li {
		margin-bottom: 2px;
	}

/* Klassen für spezielle Auflistungen (Projekte, Skills usw.) */
	.head{
		padding:15px 0 0 20px;
		font-size:medium ;
		font-style:italic;
		font-weight:bold;
	}
	
	.txt{
		padding:10px 0 0 50px;
		font-size:small ;
		font-style:normal ;
		font-weight:normal ;
	}
	
	.style_bold {
		font-weight: bold;
	}
	
	.style_italic {
		font-style: italic;
	}

	.rot {
		color: red;
		font-weight: bold;
		font-size: calc(1em + 5px);
	}



	/* Klassen speziell für ManuMot */



	.manuMot {
		font-family: Cambria, Georgia, serif;
		font-size: calc(1em + 5px);
		font-weight: bold;
		color: #365F91;
	}

	.preise {
		width: 450px;
		margin: 20px 0;
		border-collapse: collapse;
		border: 1px solid #365F91;
		background-color: #FFF;
	}

	.preise th {
		background-color: #365F91;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 8px;
		border: 1px solid #365F91;
	}

	.preise td {
		padding: 7px 12px;
		border: 1px solid #B8C7D9;
	}

	.preise td:first-child {
		text-align: center;
	}

	.preise td:nth-child(2) {
		text-align: right;
		font-weight: bold;
	}

	.preise tr:last-child td {
		text-align: center;
		font-style: italic;
		font-weight: normal;
		color: #365F91;
	}

	.manuMotSeite {
    	border: none;
	}

	.manuMotSeite header {
		text-align: left;
		background-position: top left;
	}

	.manuMotVorschau {
		display: inline-block;
		width: 220px;
		height: 220px;
		margin: 10px;
		overflow: hidden;
		cursor: pointer;
		vertical-align: top;
	}

	.manuMotVorschau img,
	.manuMotVorschau video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.manuMotOverlay {
		display: none;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.manuMotOverlay img,
	.manuMotOverlay video {
		max-width: 90%;
		max-height: 90%;
		object-fit: contain;
	}

	.manuMotOverlay.aktiv {
		display: flex;
	}







/* Klassen für spezielle Auflistungen (Projekte, Skills usw.)  Ende */



/*#############################   ENDE ################################*/




