/* @override http://fkom.de/templates/fkom_18_noindex/assets/css/main.css */



/* Seitenrand */


	body {
	padding: 50px!important;

	}

		


/*schriftdefinition allgemein*/

	body, input, select, textarea {
		
		font-family: Arial, sans-serif;

		font-size: 10pt;
		line-height: 1.2em;
	}

	
	p {

	}
	
/* font definition headlines*/

	h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
		line-height: 1.1em;
		page-break-after:avoid;
	}



	hr {
		border: 0;
		border-bottom: dotted 1px;
		margin: 3em 0;
	}


	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}



	hr {
		border-bottom-color: rgba(67, 75, 86, 0.25);
	}


/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}
		
		.image img.giffy {
			border-width: 0!;
			border-bottom-color: transparent;
		}

		.image.left, .image.right {
			max-width: 50%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;

		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}
			
/*Footer Bottom Hilfs-Menue*/

span.botom span a{
	color: #c88f28 !important;
}

/*Image Main für Headerbilder*/

		@media screen and (max-width: 736px) {

			.image.main {
				margin: 0 0 2em 0;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				border-bottom-left-radius: 0px;
				border-bottom-right-radius: 0px;
				
			}

		}
		
				@media screen and (max-width: 480px) {
		
					.image.main {
				
						border-top-left-radius: 0px;
						border-top-right-radius: 0px;

						
					}
		
				}



/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

	

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin: -0.75em 0 3em 0;
	}

	header.major {
		text-align: center;
	}

		header.major > :first-child {
			margin-top: -0.25em;
		}


	header p {
		color: rgba(67, 75, 86, 0.5);
	}

/* Table */


/* Carousel */

	.carousel {
		display: none;
	}

/* Spotlights - Topics-Abstrakts für die Startseite */

	.spotlights {
		display: none;
	}


/* Wrapper */

	.wrapper {
		width: 100%;
	}

		.wrapper > .inner {
			width: 80em;
			max-width: 100%;
			margin-left: auto;
			margin-right: auto;
		}

		
/* fkom Logo und Logolink */
		
		#header div.logo img {
			display: none;
		}



/* Header */

	#header {
		display: none;
	}

		#header > .logo {
			display: none;
		}

		
		#header > nav {
			display: none;
		}

		

/* Menu */


	
	nav#menu {
		display: none;
	}
	
		
/* Footer */

	#footer {
		display: none;
	}

/* Page Wrapper */



/*fkom edit background color wrapper   #243443*/
		#page-wrapper > :first-child,
		#page-wrapper > :last-child {

		}
