@charset "UTF-8";
@import url(font-awesome.min.css);

	body, input, select, textarea {
		font-family:helvetica,clean,sans-serif; 	
		font-size:100%;
		height:100%;
		margin:0;
		padding:0;
		color:#ffffff;
		/* color:#A1A1A1; */
		font-size:12px;
	}
	
	body {
		background: #242424;
		color: #ffffff;
	}
	
	a {
		color: #798dc3;
		text-decoration: none;
	}
	
	.style2 a {
		color: #FDAF7E;
	}
	
	a:hover {
		
		text-decoration: underline;
	}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin-bottom: 10px;
    	line-height: 1.3em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		line-height: 1em;
		margin: 0 0 0.5em 0;
		letter-spacing: 0.05em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
		line-height: 1.5em;
	}
	
	h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.50em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 20px 0;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

@media (max-width: 767px) {
	h1 {
		font-size: 1.5em;
		line-height: 1.25em;
	}
}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #dad9dc;
		margin: 1em 0;
	}

		hr.major {
			margin: 2em 0 5em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
		overflow-x: auto;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

img {
	max-width: 100%;
}

.clearer {
	clear:both;
}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.75em;
		line-height: 1.5em;
	}

	header.major {
		text-align: center;
		margin: 0 0 4em 0;
	}

		header.major h2 {
			font-size: 2em;
		}

		header.major h2 + p {
			font-size: 1.5em;
			margin: -1em 0 2em 0;
		}


/* #### Editor revisions #### */
.editor_revision {
	text-align:right;
	font-size: 0.7em;
	color: #000;
}

#overlayGrey {
background-color:#000000;
position:absolute;
left:0px;
top:0px;
opacity:0.7;
filter: alpha(opacity = 50);
width:100%;
height:100%;
z-index: 200;
}

#messageContent {
padding:16px;
min-width:600px;
height:auto;
position:absolute;
left:50%;
top:20%;
margin-left:-166px;
margin-top:-91px;
background-color:#ffffff;
z-index: 300;
}

/* ############ Rechte Spalte ########## */
.desktop_right {
	/*margin-left: -1em;*/
	margin-top: -2em;
	margin-bottom: -3em;
	background: #ECECEC;
	box-shadow: 0.4em -0.1em 0.8em 0 rgba(0, 0, 0, 0.12);
}

.box_right {
	
	padding: 2em 0.5em 1em 0.5em;
}

.box_right_header {
	margin: 0 -0.5em 0.5em;
    border-bottom: 1px solid #fff;
}
.box_right_header p {
	padding: 0 0.5em;
	font-size: 1.3em;
	font-weight: 400;
	color: #000;
	line-height: 0.7em;
}
/* ########### Zusätze ############ */

#tooltip a
{     display: block;                     /* ! */
      text-decoration:none;
	  color: #366;
}

#tooltip a:hover
{     color:#366;
	  position: relative;
}

#tooltip a span
{     visibility: hidden;                     /* ! */
      position: absolute;                 /* ! */
      top:-1em;
	  left:0;                    /* Abstand von Rahmen-Ecke */
      text-align:left;
      padding:1em;
      color:#366;
      font-size:100%;
	  background: #FFC;
	  /*border: 1px #366 dashed;*/
	  width: 200px;
	  font-family: 'late', Courier, Verdana, Geneva, sans-serif;
	  font-weight:bold;
	  
      -webkit-box-shadow: 3px 2px 5px 1px #aaa;
      -moz-box-shadow: 3px 2px 5px 1px #aaa;
      box-shadow: 3px 2px 5px 1px #aaa;
	  
	  -moz-transform:rotate(5deg); /* Firefox 3.6 Firefox 4 */
	  -webkit-transform:rotate(5deg); /* Safari */
	  -o-transform:rotate(5deg); /* Opera */
	  -ms-transform:rotate(5deg); /* IE9 */
	  transform:rotate(5deg); /* W3C */
}


#tooltip a:hover span
{     visibility: visible;      }               /* ! */

.headline2 {
    font-weight: bold;
    background-color: #CCC;
    color: #000;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    clear: right;
}

.art{
	padding: 20px;
	border: 1px solid #ddd;
	}

.art_k{
	border-bottom: 1px dashed #000;
	margin-bottom: 2em;
	}

.art_inner{
	margin: 2em 0 0 0;
	padding-left: 6em;
	}

.image_right {
	float:right;
	margin: 0 0 10px 10px;
	
}

.image_left {
	float:left;
	margin: 0 10px 10px 0;
	
}

a:link.under, a:visited.under {
    color: #8AA2A8;
    text-decoration: underline;
    padding-left: 1em;
}

.under {
    background: #fff url(../i/ext.gif) no-repeat left;
    font-weight: normal;
}

/* Postit */


@font-face {
font-family: 'late';
src: url('../c/late.ttf?') format('truetype');
font-weight: normal;
font-style: normal;
}

.postit
{     
	  color: #366;
      text-align:left;
      font-size:100%;
	  font-family: 'late', Courier, Verdana, Geneva, sans-serif;
	  font-weight:bold;
	  line-height: 1.8em;
	  
	  background: #FFC;
	  margin-top: 3em;
      padding:2em 1.5em 2em 1.5em;
	  
      -webkit-box-shadow: 3px 2px 5px 1px #aaa;
      -moz-box-shadow: 3px 2px 5px 1px #aaa;
      box-shadow: 3px 2px 5px 1px #aaa;
	  
	  -moz-transform:rotate(5deg); /* Firefox 3.6 Firefox 4 */
	  -webkit-transform:rotate(5deg); /* Safari */
	  -o-transform:rotate(5deg); /* Opera */
	  -ms-transform:rotate(5deg); /* IE9 */
	  transform:rotate(5deg); /* W3C */
}



.logo, .logo2 {
    position: relative;
    float: right;
    padding: 10px;
    border: 1px solid #aeb6b8;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin: 0 0 10px 10px;
}

.logo_neu {
	padding: 23px 0 8px 0;
}
.logo_neu img {
	max-height: 35px;
}
@media (min-width: 768px) {
	.logo_neu {
		padding: 8px 0 8px 0;
	}
	.logo_neu img {
		max-height: 55px;
	}
}
.blau {
    color: #366;
    font-weight: bold;
}

.wrapper ul {
	margin: 1em 0;
}

.wrapper ul li {
    list-style-image: url(../i/list_arrow.gif);
    margin-left: 4em;
    line-height: 1.8em;
}

.forminput {
    float: left;
    margin-right: 10px;
}
.forminput_right {
    float: right;
    margin-left: 10px;
}

/* ################ Kunden ############### */

/********** Kunden Bereich **********/
.kunden_box {
	float:left;
	width:100%;
	margin-right:19px;
	overflow:hidden;
	border:1px solid #CCC;
	margin-bottom:19px;
	font-size:11px;
}

.kunden_box h2 {
	background-color: #CCC;
	color:#000;
	padding:5px;
	height:45px;
	margin:0px;
	overflow:hidden;
	font-weight:normal;
	font-size:inherit;
}

.kunden_box p {
	padding:5px;
	margin:0px;
}

.kunden_box a.k_logo {
	display: block;
	padding: 5px;
	text-align: center;
}

.al {
	font-size: 26px;
    border: 1px solid #CCC;
    padding: 9px;
}

.al a:link, .al a:visited {
    text-decoration: none;
    color: #f30;
}

.al a:hover, .al a:active {
    text-decoration: underline;
}

.al a.aktiv {
    color: #000;
}

/* ########### Fotogalerien ############ */
.image_gal {
	width:23%;
	margin: 0 0 3% 0;
	float:left;
}

.image_gal_m {
	width:23%;
	margin: 0 2% 3% 0;
	float:left;
}

.image_gal img, .image_gal_m img {
	max-width: 100%;
}



/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #666f77;
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: none;
		border: solid 1px rgba(144, 144, 144, 0.25);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
		border-radius: 0;
	}

	textarea {
		padding: 0.75em 1em;
		height: 9em;
		border-radius: 0;background: rgba(144, 144, 144, 0.075);
		border: solid 1px rgba(144, 144, 144, 0.25);
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #555f66;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #192024;
			border-color: #192024;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}
	
	.right {
		float:right;
	}
	
	.left {
		float:left;
	}
	
/* Box */

	.box {
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 3em 2em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: inline-block;
			margin: 0 0 1.25em 0;
			color: #ffffff;
			background: #629DD1;
			width: 3em;
			height: 3em;
			font-size: 2em;
			text-align: center;
			line-height: 3em;
			border-radius: 100%;
			box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
		}

/* Image */

	.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 6px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

/* 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 0 0;
		padding-left: 1em;
	}
/*
		ul li {
			padding-left: 0.5em;
			width: 31%;
			color: #dfdfdf;
		}
		*/
		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.25em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 1.5em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
				width: 33%;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #666f77;
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		background-color: #242424;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.125em;
		font-size: 0.9em;
		height: 2.85em;
		line-height: 2.85em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-indent: 0.25em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #008800;
			text-decoration: none;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #008800;
			text-decoration: none;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.2em;
			height: 2.65em;
			line-height: 2.65em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
			color: #666f77 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #629DD1;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #76a9d7;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #4e91cb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #555f66 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	.wrapper {
		padding-top: 8em;
	}
	
	.wrapper.wrapper_small {
		padding-top: 4em;
	}

		.wrapper.style1 {
			background: #fff;
			color: #6a3a28;
		}

		.wrapper.style2 {
			background: #542C1C;
			padding-top: 2em;
			padding-bottom: 2em;
			margin-top: 3em;
		}

			.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}


			.wrapper.style2 .button.alt {
				box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
				color: #ffffff !important;
			}

				.wrapper.style2 .button.alt:hover {
					background-color: rgba(144, 144, 144, 0.275);
				}

				.wrapper.style2 .button.alt:active {
					background-color: rgba(144, 144, 144, 0.4);
				}

				.wrapper.style2 .button.alt.icon:before {
					color: #a3a5a7;
				}

/* Header */

	.header_graf {
		background: #1c1c1c;
	}

	#header {
		background: #1c1c1c;
		color: #000;
		cursor: default;
		left: 0;
		line-height: 3em;
		z-index: 140;
	}
	#header:after {
		content: ' '
		clear: both;
	}
	
	#header.stuck {
		position:fixed;
		top: 0;
		z-index: 140;
	}

		#header nav {
			height: inherit;
			line-height: inherit;
			vertical-align: middle;
			background: transparent;
			overflow: visible;
		}
		
@media (min-width: 768px) {
	#header nav {
		background: #1c1c1c;
	}
	.wrapper.wrapper_small {
		padding-top: 5.8em;
	}
}

@media (max-width: 767px) {
	.wrapper.startseite {
		padding-top: 4em;
	}
}
		
		#header .navbar-header
		{
			background: #1c1c1c;
		}
		
			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					float:left;
					/*margin-left: 2em; */
					padding-left: 0;
					position: relative;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-o-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #fff;
						display: block;
						text-decoration: none;
						/*text-transform: uppercase; */
						font-size: bold;
						font-size: 14pt;
						padding: 0 20px;
					}

		#header nav > ul > li a:hover, #header nav > ul > li.active a, #header nav > ul > li:hover, #header nav > ul > li:hover > a {
			background: #fff;
			color: #000;
		}

		#header nav > ul > li:first-child {
			margin-left: 0;
		}

		#header nav > ul > li .button {
			height: 2.25em;
			line-height: 2.25em;
			margin-bottom: 0;
			padding: 0 1em;
			position: relative;
			top: -0.075em;
			vertical-align: middle;
		}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}
/* Bottom */
#bottom {
	color: #fff;
	
}

#bottom p {
	margin-bottom: 5px;
    line-height: 1.3em;
}

#bottom .social_icons {
	text-align:right;
}

@media (max-width: 767px) {
	#bottom .social_icons {
		text-align:left;
	}
}

#bottom .fa {
	color: #CECECE;
    font-size: 36px;
}

#bottom .fa:hover {
	color: #FFFFFF;
}

#bottom .bootom_spacer {
	padding: 10px 0;
}

/* Footer */

	#footer {
		border-top: 2px solid #1c1c1c;
		background: #1c1c1c;
		padding: 1em 0 2em 0;
		color: #ffffff;
		position: relative;
		z-index: 200;
	}

		#footer a {
			color: #ffffff;
		}



		#footer .icons a {
			color: #bbb;
	}
	
.caption_header h1 {
	color: #FC6000;
	font-size: 200%;
	text-align: center;
	text-transform: initial;
}

.style2 .caption_header h1 {
	color: #FEC9A9;
}

/* #### NAV  ##### */

#nav ul li ul.sub, .navi ul li ul.sub li{
display:block;
}
#nav ul li ul.sub{
color:#fff;
background-color: #6a3a28;
padding:5px 0px 5px 0px;
min-width:180px;
position:absolute;
top:48px;
left:0px;
/*display:none;*/
visibility: hidden;
opacity: 0;
-o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
-o-transition: visibility 1s;
  -ms-transition: visibility 1s;
  -moz-transition: visibility 1s;
  -webkit-transition: visibility 1s;
  transition: visibility 1s;  
z-index:1000;
list-style: none;
}

#nav ul li ul.sub li:hover, #nav ul li ul.sub li:hover a, #nav ul li ul.sub li.active, #nav ul li ul.sub li.active a {
background-color: #542C1C;
}

#nav ul li ul.sub li a{
	background-color: #6a3a28;
	text-decoration:none;
	display:block;
	margin:0;
	color:#fff;
		font-size: 16px;
		line-height: 1;
	padding: 5px 10px 10px 12px;
}
#nav ul li ul.sub li a:hover{
text-decoration:none;
background: none;
}
#nav li:hover ul.sub{
/*display:block;*/
visibility: visible;
opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}


@media (max-width: 767px) {
	
	#navButton .toggle {
		text-decoration: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

		#navButton .toggle:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#navButton .toggle:before {
			background: rgba(144, 149, 154, 0.75);
			border-radius: 6px;
			color: #fff;
			display: block;
			font-size: 17px;
			height: 2em;
			left: 0.5em;
			line-height: 2em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

	#navPanel {
		background: #192024;
		color: #c5c7c8;
	}

		#navPanel nav {
			padding: 0.5em 1.25em;
		}

			#navPanel nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#navPanel nav ul li {
					padding: 0;
				}

					#navPanel nav ul li:first-child a:not(.button), #navPanel nav ul li:first-child span:not(.button) {
						border-top: 0;
					}

					#navPanel nav ul li a:not(.button), #navPanel nav ul li span:not(.button) {
						border-top: solid 1px rgba(144, 144, 144, 0.25);
						color: #ffffff;
						display: block;
						padding: 0.75em 0;
						text-decoration: none;
					}

					#navPanel nav ul li a.button {
						margin-top: 1em;
					}

			#navPanel nav .button {
				width: 100%;
		}
		


	#nav ul li ul.sub {
		color: #fff;
		background-color: rgba(129,129,129,0.9);
		padding: 5px 0px 5px 0px;
		width: 180px;
		position: relative;
		top: 0;
		left: 0px;
		/* display: none; */
		visibility: visible;
		opacity: 1;
		-o-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		-o-transition: visibility 1s;
		-ms-transition: visibility 1s;
		-moz-transition: visibility 1s;
		-webkit-transition: visibility 1s;
		transition: visibility 1s;
		z-index: 1000;
		list-style: none;
	}
}




form.kontakt {
	width: 100%;
	margin: 0;
}
form.kontakt input, form.kontakt textarea{
	background-color: rgba(102, 102, 102, 1);
	border: 0px solid rgba(232, 232, 232, 1);
    color: #ABABAB;
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
	border-radius: 0;
}

form.kontakt textarea {
	height: 100px;
}

form.kontakt input.senden {
    border: 0;
    color: #2D2D2D !important;
    cursor: pointer;
    background-color: rgba(253, 175, 126, 1);
    font: italic normal normal 17px/1.3em droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
    padding: 5px;
    top: 0;
	width: 100px;
	float: right;
}

/* ################ font view ################# */

.font_view a {
	padding: 0 8px;
}

.font_normal, .font_big, .font_bigger {
	border: 1px solid #e77b0f;
	float:right;
	margin-left: 5px;
	width: 1.7em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
	font-weight: 600;
}

.font_normal:hover, .font_big:hover, .font_bigger:hover, .font_normal.active, .font_big.active, .font_bigger.active {
	background: #e77b0f;
}

.font_normal a:hover, .font_big a:hover, .font_bigger a:hover, .font_normal a.active, .font_big a.active, .font_bigger a.active {
	color: #fff;
	text-decoration: none;
}

.font_normal a {
	font-size: 14pt;
}

.font_big a {
	font-size: 16pt;
}

.font_bigger a {
	font-size: 20pt;
}

/* ################ Startseite ############### */

.img_start .img_start_icon img, .img_start .img_start_bild img {
	height: 128px;
}

.img_start_icon {
	text-align: center;
	display:block;
	padding-bottom: 10px;
}

.img_start_bild {
	text-align: center;
	display:none;
	padding-bottom: 10px;
}

.img_start:hover .img_start_bild  {
	display:block;
}

.img_start:hover .img_start_icon  {
	display:none;
}

.startseiten_box {
	text-align: center;
	padding-bottom: 2em;
}

.startseiten_box a, .startseiten_box a:hover {
	color: #6a3a28;
	text-decoration:none;
}
.service {
	background:#3a3a3a !important;
	margin-right:0;
	margin-left:0;
	padding-bottom:10px;
	color: #ffffff;
}

.startseiten_button {
	text-align: center;
}
.btn.angebot {
	  margin: 0 auto 40px;
    border-radius: 0;
    color: #fff;
    background-color: #008800;
    font-size: 18px;
    padding: 10px 25px;
}

/* ################ Trenner ################## */

.seitentrenner_index {
	padding: 15px 0 10px 0;
	background: #3a3a3a;
	color: #fff;
	font-size: 15px;
}

.seitentrenner {
	padding: 15px 0 10px 0;
	background: #3a3a3a;
	color: #fff;
	font-size: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.seitentrenner_index {
		padding: 4px 0 2px 0;
	}

	.seitentrenner {
		padding: 4px 0 2px 0;
	}
}

@media (max-width: 767px) { 
	.seitentrenner {
		width: 100%;
	}
	.logo_neu a img {
		height: 35px;
	}
}

@media (min-width: 768px) {
	.seitentrenner {
		width: 750px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) { 
	.seitentrenner {
		width: 970px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) { 
	.seitentrenner {
		width: 1140px;
		margin: 0 auto;
	}
}



h5
{
	padding: 15px 0 10px 10px;
    background: #3c3c3c;
    color: #fff;
    font-size: 15px !important;
	margin: 0 0 5px 0;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	/*
	margin: 0 0 5px 0;
	 padding: 10px 15px;
    background: #3c3c3c;
    color: #fff;
	font-weight: normal;
	*/
}
.col-lg-125 {
	text-align: center;
}
@media (min-width: 992px) {
	.col-lg-125 {
		width: 12.5%;
		float: left;
	}
}

.img_hacken {
	float:left;
	width:23px;
	margin-top: -3px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.box_innen 
{
	margin: 40px 0;
	border: 1px #dfdfdf solid;
	padding: 15px;
	text-align: center;
	background-color: #dfdfdf;
	color: #3c3c3c;
}
.box_innen hr {
	border-bottom: solid 2px #3c3c3c;
}

.pfeil_runter, .pfeil_hoch {
	text-align: center;
	cursor:pointer;
}

.text_titel h3 {
	font-size: 13px;
	color: #616161;
}

.startseite_signatur {
	background-color: #1c1c1c;
    padding: 30px 0 40px;
}

.startseite_signatur img {
	max-height: 70px;
}

.bg_alterna {
	background-color: #3a3a3a;
}
.service_container .seitentrenner {
	background: none;
	text-align: center;
}
/* ################ Kontrast ################# */
.contrast_box {
	float:left;
}
.contrast a { float:left;}
.contrast b { float:left; padding:0px 5px 0 0;  font-weight: normal; margin-top:-2px;}

.contrast a img { width:17px; height:17px; background:url(../i/kontrast.gif) 0 -34px no-repeat; }
.contrast a:hover img, .contrast a:focus img { background:url(../i/kontrast.gif) 0 -17px no-repeat; }

/* ################ Image slider ############### */
.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../i/img/browser-icons.png);
	}
	

	
/* ######################## FB ######################### */
._2tga, ._2tga:hover, ._2tga:hover {
    background: #A9A9A9 !important;
    border: 1px solid #A9A9A9 !important;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-user-select: none;
    white-space: nowrap;
} 

.fb_iframe_widget
{
	border: none; 
	visibility: visible; 
	width: 114px; 
	height: 20px;
	margin: 41px 0 0 25px;
	float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.extra_line div {
		margin-bottom: 5px;
	}
}


/**************************** tourguide *********************************/
.tourguide {
	color: #242424;
}

.tourguide h2 {
	color: #0586e2;
	margin: 15px 0 10px;
	text-align: center;
	font-size: 28px;
    font-weight: 400;
}

.tourguide .inner {
	background: #fff;
	    margin: 0 15px;
}

.tourguide .pfeil_runter {
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0586e2;
    padding: 20px 10px 10px 10px;
    border-top-left-radius: 100%;
}

.tourguide .pfeil_hoch {
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0586e2;
    padding: 20px 10px 10px 10px;
    border-top-left-radius: 100%;
}

.tourguide .pfeil_runter img,
.tourguide .pfeil_hoch img {
		margin-left: 10px;
}

@media (min-width: 768px) {
	.tourguide .pad-l-0 {
		padding-left: 0;
	}
	.tourguide .pad-r-0 {
		padding-right: 0;
	}
}