@charset "UTF-8";
@import url(font-awesome.min.css);
	
	html {
		background: #ffffff;
	}
	
	body, input, select, textarea {
		font-family:helvetica,clean,sans-serif; 	
		font-size:100%;
		height:100%;
		margin:0;
		padding:0;
		color:#000;
		/* color:#A1A1A1; */
		font-size:12px;
	}
	
	body {
		background: #ffffff;
		color: #000;
	}
	
	a {
		color: #333;
		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;
		text-transform: uppercase;
	}
	
	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;
	}

	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 3px #c6000f;
		margin: 0 0 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 15px;
}

.blau {
    color: #366;
    font-weight: bold;
}

.wrapper ul {
	margin: 1em 0;
}

.wrapper ul li {
    list-style: square;
    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;
	}

	textarea {
		padding: 0.75em 1em;
		height: 9em;
	}

	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-radius: 6px;
				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;
			border-bottom: solid 20px #fff
		}

		table tbody tr:nth-child(2n + 1) {
			/*background-color: rgba(144, 144, 144, 0.075);*/
		}
		
		table tbody td {
			background-color: rgba(144, 144, 144, 0.075);
		}
		
		table tbody td:nth-child(3n) {
			background-color: transparent;
		}

		table td {
			padding: 0.75em 0.75em;
			vertical-align: top;
		}

		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: #3c3c3c;
		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.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: #f7f7f7;
	}

	#header {
		background: #f7f7f7;
		color: #000;
		cursor: default;
		left: 0;
		line-height: 3em;
		z-index: 140;
	}
	
	#header.stuck {
		position:fixed;
		top: 0;
		z-index: 140;
	}

		#header nav {
			height: inherit;
			line-height: inherit;
			vertical-align: middle;
			background: transparent;
			overflow: visible;
			border-top: 10px #000 solid;
			border-bottom: 10px #000 solid;
		}
		
@media (min-width: 768px) {
	#header nav {
		background: #cccccc;
	}
}
		
		#header .navbar-header
		{
			background: #cccccc;
		}
		
			#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 #6a3a28;
		background: #292d2e;
		padding-top: 1em;
		min-height: 100px;
		color: #fff;
		position: relative;
		margin-top: 50px;
	}
	#footer-bottom {
		border-top: 1px solid #cce9e7;
		background: #C60007;
		min-height: 50px;
	}
	
.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;
}

/* ################ Trenner ################## */

.seitentrenner_index {
	padding: 15px 0 10px 0;
	background: #3c3c3c;
	color: #fff;
	font-size: 15px;
}

.seitentrenner {
	padding: 15px 0 10px 0;
	background: #3c3c3c;
	color: #fff;
	font-size: 15px;
}

@media (max-width: 767px) { 
	.seitentrenner {
		width: 100%;
	}
	.logo_neu a img {
		height: 28px;
	}
}

@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 #cecece solid;
	padding: 15px;
	text-align: center;
}

.pfeil_runter, .pfeil_hoch {
	text-align: center;
	cursor:pointer;
}

.text_titel h3 {
	font-size: 13px;
	color: #616161;
}

/* ################ 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);
	}
	
.slider_title {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.slider_title .red-text {
	color: #c6000F;
}
.slider_subtitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.inner-col{
	height: 484px !important;
	background-size: cover;
}


.inner-slider {
	margin-top: 130px;
}

@media (min-width: 992px) AND (max-width: 1199px){
	.inner-col{
		height: 325px !important;
	}
	.inner-slider {
		margin-top: 80px;
	}
}

@media (min-width: 768px) AND (max-width: 991px){
	.inner-col{
		height: 240px !important;
	}
	.inner-slider {
		margin-top: 30px;
	}
	.slider_title {
		font-size: 24px;
	}
	.slider_subtitle {
		font-size: 14px;
	}
}

@media (max-width: 767px){
	.inner-col{
		height: 150px !important;
		background-position:center center;
		background-size: cover;
		margin: 0;
	}
	.inner-slider {
		margin-top: 20px;
	}
	.slider_title {
		font-size: 20px;
		line-height: 1.1;
	}
	.slider_subtitle {
		font-size: 13px;
	}
	.image_margin_phone {
		margin-bottom: 20px;
	}
}

	
/* ####################### STARTSEITE ################## */
.rahmen {
	display:block;
	background-color: #f7f7f7;
	padding: 38px 0;
	text-align:center;
}

.datum {
	color: #000;
	padding: 27px 0;
	margin-bottom: 30px;
	font-size: 30px;
	margin-top: 30px;
}

.link {
	margin-bottom: 30px;
}

.link a, .infos a {
	background-color: #e0e0e0;
	padding: 10px 20px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}

.flyer_left {
	margin-bottom: 30px;
}

.video {
    height: 300px !important;
}

@media (min-width: 992px){

.wrapper {
		padding-top: 8em;
	}

.rahmen {
	padding: 48px 0;
}
.datum {
	margin-bottom: 30px;
	padding: 37px 0;
	margin-top: 0px;
}
.link {
	margin-bottom: 30px;
}
.video {
    height: 400px !important;
}
	
.flyer_left {
	margin-bottom: 0px;
}
	
}	

@media (min-width: 1200px){


.rahmen {
	padding: 57px 0;
}
.datum {
	margin-bottom: 50px;
	padding: 46px 0;
}
.link {
	margin-bottom: 50px;
}

.video {
    height: 500px !important;
}

.flyer_left {
	margin-bottom: 0px;
}
	
	
}

.wrapper {
	color: #000000;
}
.header {
	background-color: #e5e5e5;
    margin-bottom: 40px;
}

.header h1 {
	text-align: center;
	text-transform: uppercase;
}

.margin-top-big {
	margin-top: 20px;
}

.margin-bottom-big {
	margin-bottom: 20px;
}

.padding-top-big {
	padding-top: 20px;
}
.padding-bottom-big {
	padding-bottom: 20px;
}

.header h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0;
	padding: 0.50em 0 0.50em 0;
}

/* remove spacing between middle columns */
.row.no-gutter [class*='col-'] {
  padding-right:5px;
  padding-left:5px;
}

#lightbox-container-image-box {
	max-width: 95% !important;
	height: auto !important;
}

#lightbox-container-image-data-box {
	max-width: 95% !important;
}

@media (min-width: 768px)
{
	#navbar * a {
		text-align: center;
	}

}


@media (min-width: 1200px)
{
	.image_date {
		height: 257px;
	}

}


/* ####################### SHOP ######################## */

.shop_box a {
	color: #000;
}

.shop_box a:hover {
	text-decoration: none;
}

.header_line {
	padding: 15px 10px;
	background-color: #000;
	color: #fff;
}

.shop_menu {
	text-align: right;
}

.shop_menu a {
	color: #fff;
}

.option_text p {
	margin: 10px 0;
}
.option_text hr {
	border-bottom: 2px solid #e5e5e5;
}

.art_preis {
	margin-bottom: 15px;
}

/* ####################### Anpassungen ###################### */
.big_img_pulse {
    width: 58px;
    margin: 0 auto 20px;
	background: url('../image/hintergrund_img.png') no-repeat;
	background-size: 100%;
}
.big_img_pulse i {
	font-size: 35px;
	margin: 20px 0;
}
.big_img_pulse_main {
	cursor: pointer;
}

.inner_box {
	background-color: #666666;
	padding: 10px;
}
.big_img_pulse_main:hover i {
	color: #c6000F;
	-webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
	animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
}
.big_img_pulse_main:hover h4 {
	color: #c6000F;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

@-keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}

/* ####################### verticle-align ################### */

.vertical-center-images {
	float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}
@media (max-width: 767px)
{
	.vertical-center-images {
		margin-bottom: 40px;
	}
}

/* ####################### SHOP VIEW ######################## */
.option_title {
	font-size: 20px;
	margin: 15px 0 10px;
}

.option_attribut_field {
	text-align: center;
	padding: 10px;
	background-color: #e5e5e5;
	color: #fff;
	cursor: pointer;
}

.option_attribut_field:hover,
.option_attribut_field.active {
	background-color: #747474;
}

/* ######################## 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;
	}
}