<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* voces-regular - latin */
@font-face {
  font-family: 'Voces';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/voces-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/voces-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/voces-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/voces-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/voces-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/voces-v20-latin-regular.svg#Voces') format('svg'); /* Legacy iOS */
}

/*
|--------------------------------------------------------------------------
| Basis CSS
|--------------------------------------------------------------------------
*/

html, body {
	color:#000000;
	font:16px/1 "Lato",sans-serif;
	font-weight:400;
	text-align:left;
	line-height:1.5rem;
}

html {
    height: 100.1%;
}

body {
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	/*background-image: url(bg.png);
	background-size: auto;
	background-repeat: repeat;*/
}

body.home {
	height:100%;
}
	
a {
	color: #ff9900;
	}
	
a:link, a:visited, a:active {
	color:#ff9900;
	} 
	
a:hover {
	text-decoration: underline;
	color:#ff6c00;
	}

hr {
	background-color: #e2e2e2;
	color: #e2e2e2;
	}

label, caption, th, blockquote, cite {
	color:#576263;
	font-style:italic;
	}
	
code, pre {
	color:#576263;
}

/*
|--------------------------------------------------------------------------
| Ãœberschriften
|--------------------------------------------------------------------------
*/

h1 {
	font-size:2.2rem;
	font-family: "Voces",sans-serif;
	font-weight: 400;
	color:#ff9900!important;
	letter-spacing:2px;
	letter-spacing:0.1rem;
}
h2 {
	font-size:1.8rem; 
	font-weight: 300;
	text-transform: uppercase;
	color:#ff9900 !important;
	letter-spacing:0.1rem;
}

h3 {
	font-size:1.6rem;  
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing:0.1rem;
}

h4 {
	font-size:1.6rem; 
	font-style: italic;
	color:#ff9900 !important;
}

table {
	font-size:inherit;
	width:100%;
}

caption,th {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0rem;
	margin-bottom:1.4rem !important;
	line-height:2.2rem;
}

h3,h4 {
	margin-top:2rem !important;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom: 20px;
}

#main h1:first-of-type{margin-top:1rem;}

@media only screen and (max-width: 991px) {
	h1 {font-size:1.8rem;}
	h2 {font-size:1.6rem;}
	h3 {font-size:1.4rem;}
	h4 {font-size:1.2rem;}
}

/*
|--------------------------------------------------------------------------
| Preloader
|--------------------------------------------------------------------------
*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ff9900; 
    z-index:999999999999999999; 
}

#status {
    width:60px;
    height:60px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(status.gif);
    background-repeat:no-repeat;
    background-position:center;
	background-size:60px;
    margin:-30px 0 0 -30px; 
}

/*
|--------------------------------------------------------------------------
| Cookie Bar
|--------------------------------------------------------------------------
*/

#cookiebar {
    background-color: #ff9900 !important;
    border-top: 0px solid #ff9900 !important;
	z-index:999999 !important;
	color:#ffffff;
	font-size:1rem;
	padding:15px;
	text-align: center;
	position:fixed;
	bottom:0;
	width:100%;
}
 
#cookiebar button {
    background-color: #ffffff !important;
	font-weight:normal;
	text-transform: uppercase;
	color:#ff9900;
	font-weight: 600;
	padding:10px;
	border:none;
	margin:0 0 0 25px;
}

#cookiebar button:hover {
	color:#ff9900;
    background-color: #000000 !important;
	cursor: pointer;
	display: inline-block;
}
 
#cookiebar a {
    color: #ffffff !important;
	text-decoration: underline;
}

#cookiebar a:hover {
    color: #cccccc !important;
}

#cookiebar a, #cookiebar span {
    margin-right:5px;
}

#cookiebar-desc {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
	 
#cookiebar button {
	margin:15px 0 0 0;
}

}
	
/*
|--------------------------------------------------------------------------
| Hauptcontainer
|--------------------------------------------------------------------------
*/

#header {
	clear:both;
	height: auto;
	background:#ffffff;	
	/*background-image: url(bg.png);
	background-size: auto;
	background-repeat: repeat;*/
	}

.home #header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

#main {
	min-height:350px;
	clear: both;
	}

#container {
	clear:both;
}

.impressionen #main {
	display:none;
	visibility: hidden;
}
	
@media only screen and (max-width: 991px) {
	#main {
		margin-left:0px;
		min-height:250px;
		}
}

#footer {
	padding:0;
	text-align: center;
	background:#000000;
	color:#ffffff;
	font-size:14px;
	}

#footer .container {
	padding:8px 0;
}

@media only screen and (max-width: 768px) {
	#footer {
		font-size:12px;;
		}
}

#footer .ce_text {
	margin:0px;
}

.home #footer{
	border-top:none;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:underline;
}

.home #footer {
	position: fixed;
	bottom:0px;
	left:0px;
	width:100%;
}

#footer p {
	margin:0px;
}

/*
|--------------------------------------------------------------------------
| SOCIALFOOTER
|--------------------------------------------------------------------------
*/

#socialfooter {
	position: absolute;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    top: -30px;
}

@media only screen and (max-width: 1100px){
	#socialfooter {
		display:none;
	}
}

.socialfooti {
    width: 60px;
    height: 60px;
    background: #000000;
    color: #ffffff !important;
    display: inline-block;
    line-height: 72px;
    border-radius: 50%;
	margin:0 12px;
	border:1px solid #000000;
}

.socialfooti:hover {
	background:#ffffff;
	color:#ff9900 !important;
	cursor: pointer;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	border:1px solid #ff9900;
	text-decoration: none;
}

.socialfooti.v2 {
	background:#ffffff;
	color:#ff9900 !important;
	border:1px solid #ff9900;
}

.socialfooti.v2:hover {
    background: #000000;
    color: #ffffff !important;
	border:1px solid #000000;
}

#socialfooter i:hover {
    opacity: 1!important;
}

/*
|--------------------------------------------------------------------------
| Kontaktbuttons
|--------------------------------------------------------------------------
*/

#kontaktbuttonwrapper {
	position: absolute;
	bottom:40px;
	width:100%;
	text-align:center;
	font-size:18px;
}

@media only screen and (max-width: 991px) {
	#kontaktbuttonwrapper {
		position: relative;
		bottom:auto;
		margin-top:15px;
	}
}

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

}

.kontaktbutton {
	padding:15px;
	color:#ffffff !important;
	display: inline-block;
	min-width:300px;
}

.kontaktbutton:hover {
	text-decoration: none;
}

#kontaktbutton1, #kontaktbutton2 {
	background:#ff9900;
	margin:0 10px;
}

#kontaktbutton1:hover, #kontaktbutton2:hover {
	background:#ff6c00;
}


@media only screen and (max-width: 991px) {
	.kontaktbutton {
		display: block;
		min-width:100%;
		width:100%;
	}
	
#kontaktbutton1, #kontaktbutton2 {
	background:#ff9900;
	margin:5px 0 0 0;
}
}

/*
|--------------------------------------------------------------------------
| Mainnavigation Menu
|--------------------------------------------------------------------------
*/

#mainnav {
	overflow: visible;
}

#mainnav .home {
	display:none;
	visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| Logo
|--------------------------------------------------------------------------
*/

#logo, #logo2 {
	position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
	width:auto;
}

#logo img, #logo2 img {
	width:250px;
}


@media only screen and (min-width: 992px) {
	#logo {
		background:#000000;
		padding-top:120px;
		top:0;
	}
}

@media only screen and (max-width: 1400px) {
#logo img, #logo2 img {
	max-width:250px;
	width:250px;
}
}

@media only screen and (max-width: 1200px) {
#logo img, #logo2 img {
	max-width:200px;
	width:200px;
}
}

@media only screen and (max-width: 991px) {
#logo img, #logo2 img {
	max-width:250px;
	width:250px;
}
}

@media only screen and (max-width: 450px) {
#logo img, #logo2 img {
	max-width:180px;
	width:180px;
}
}

#logo img:hover, #logo2 img:hover {
	opacity:0.7 !important;
}

/*
|--------------------------------------------------------------------------
| ToTop
|--------------------------------------------------------------------------
*/

#toTop {
	width:50px;
	height:50px;
	text-align:center;
	background:#ff9900;
	text-align:center;
	position:fixed; 
	bottom:5px; 
	right:5px;
	cursor:pointer;
	display:none;
	color:#000000;
	z-index:999999999;
}

#toTop:hover {
    background:#000000;
	color:#ff9900;
	opacity: 1;
	transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
}

#toTop i {
	display:block;
	font-size:20px;
	line-height: 50px;
	}

#toTop i:hover {
	color:#ff9900;
	opacity: 1 !important;
}

.home #toTop {
	display:none;
	visibility:hidden;
}

/*
|--------------------------------------------------------------------------
| News
|--------------------------------------------------------------------------
*/

.info {
	font-style: italic;
	font-size:12px;
	margin-top:20px;
	margin-bottom:6px;
}

.mod_newslist h3{
	margin-top: 0px;
}

.more a, .back a {
	background:#ffffff;
	color:#000000 !important;
	text-transform: uppercase;
	padding:10px 25px;
	display:inline-block;
	margin-top:15px;
}

.more a:hover, .back a:hover {
	background:#000000;
	color:#ffffff !important;
	text-decoration: none;
}

.back {
	clear: both;
}

.layout_latest {
	margin-bottom:0px;
	margin-top:-20px;
}

@media only screen and (min-width: 991px) {
	.more {
    	position: absolute;
    	bottom: 0;
    	left: 50%;
    	width: 320px;
    	margin-left: -160px;
	}
	.layout_latest {
		margin-bottom:60px;
	}
}

.layout_full .ce_gallery, .layout_full .ce_image, .layout_full .ce_youtube {
	margin-bottom:30px;
}

.layout_full p:last-of-type {
	margin-bottom:30px;
}

.layout_full .info {
	margin-top:0px;
}

.layout_full h1:first-of-type {
	margin-bottom:10px !important;
}

.info time:before {
	font-family: "FontAwesome";
	content: "\f017";
	margin-right:6px;
}

.info .author{
	margin-left:20px;
}

.info .author:before {
	font-family: "FontAwesome";
	content: "\f007";
	margin-right:6px;
}

.layout_simple a {
	text-transform: uppercase;
	font-size:20px;
	letter-spacing: 2px;
}

.layout_simple .info {
	margin-top:0px;
}

.layout_simple {
	padding:15px 0;
	border-top:1px solid rgba(255,255,255,0.3);
}

@media only screen and (max-width: 991px) {
	.ce_gallery figure {
		margin:5px 0px !important;
	}
}

/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/
	
.pagination li span.active {
	background: #ff9900;
	color:#ffffff;
}

.pagination li a:hover {
	background: #ff9900;
	color:#ffffff;
}

.pagination ul {
    width: 100%;
    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.pagination li {
    float: none;
	display: inline-block;
}

.pagination {
	padding-top:50px;
}
	
/*
|--------------------------------------------------------------------------
| Bilderlinks
|--------------------------------------------------------------------------
*/

a img:hover {
	opacity:0.8;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
	
.image_container .caption {
    background: rgba(255,255,255,0.6);
	}

.layout_latest .image_container {
	margin-left:1em;
	margin-right:1em;
	padding-top:40px;
}

.layout_full .image_container {
	padding-bottom:40px;
}


/*
|--------------------------------------------------------------------------
| Youtube
|--------------------------------------------------------------------------
*/

.ce_youtube {
	margin-bottom:15px;
}

/*
|--------------------------------------------------------------------------
| Flexcontainer
|--------------------------------------------------------------------------
*/

.flexcontainer {
	display:flex;
}


/*
|--------------------------------------------------------------------------
| Kontaktformular
|--------------------------------------------------------------------------
*/

.ce_form .widget * {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	text-align: left;
} 

form fieldset legend {

	}
	
.chrome form select, .safari form select {
    height: 42px;
}

input:not([type="submit"]) {
	border: 1px solid #f4f4f4;
}

button.submit {
    display: block;
    background: #ff9900;
    color: #ffffff;
	border: none;
	width: 100%;
	font-size: 18px;
	padding:15px;
	text-transform: uppercase;
	text-align: center !important;
	letter-spacing: 2px;
}

button.submit:hover {
    color: #ffffff !important;
	background:#ff6c00!important;
	cursor: pointer;
}
	
button:hover:not([type="submit"]), input:hover:not([type="submit"]), textarea:hover, input:focus, textarea:focus {
    border: 1px solid #f4f4f4;
	background:none;
}

label {
	width:100% !important;
	padding-left: 0px !important;
	}
	
form span.mandatory {
    color: #cccccc;
	margin-left:4px;
}

input, textarea {
    border: 0px solid #ffffff;
    background: #f4f4f4;
}

#main form select {
	background:none;
	border: 1px solid #f4f4f4;
}

.checkbox_container {
	border:none;
}

.checkbox_container * {
    display: inline;
}

.checkbox_container input.checkbox {
	width: auto !important;
    display: inline-block;
    margin-top: 6px;
}
	
/*
|--------------------------------------------------------------------------
| Youtube &amp; Media Text Align
|--------------------------------------------------------------------------
*/	

.ce_youtube, .ce_youtube * {
    text-align: left !important;
}

.mejs-audio {
    margin-top: 28px;
}

.mejs-overlay-button {
	display:none;
	visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| Content Slider
|--------------------------------------------------------------------------
*/

.ce_sliderStart .slider-control .slider-menu b {
	background: none;
	border: 2px solid #000000;
}

.ce_sliderStart .slider-control .slider-menu b:hover {
	background: #000000; color:#cccccc;
	border: 2px solid #000000; color:#cccccc;
}

.ce_sliderStart .slider-control .slider-menu b.active {
	background: #000000; color:#cccccc;
}

.slider-control a.slider-prev:before, .slider-control a.slider-next:after {
    color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.ce_accordion .toggler {
	background:#c2bca9;
	color:#ffffff;
	}
	
.ce_accordion .toggler:hover {
  background:#9d9783;
}

/*
|--------------------------------------------------------------------------
| Image in Textelement
|--------------------------------------------------------------------------
*/

.ce_text.notresponsive img {
	margin:10px;
	width:60px;
}

/*
|--------------------------------------------------------------------------
| UL Listen Zebra
|--------------------------------------------------------------------------


.ce_text ul, .ce_list ul, .ce_text ol, .ce_list ol {
    padding-left: 0px;
	margin-top:2rem;
	margin-bottom:2rem;
}

.ce_text ul li, .ce_list ul li {
	list-style:none;
	padding:1rem;
	}
	
.ce_text ul li:nth-child(odd), .ce_list ul li:nth-child(odd) {
	background:#f2efe5;
	}
	
.ce_text ul li:nth-child(even), .ce_list ul li:nth-child(even) {
	background:#ffffff;;
	}
	
.ce_text ul li:hover, .ce_list ul li:hover {
	background:#d2cec3;
	}*/

/*
|--------------------------------------------------------------------------
| Tabellen
|--------------------------------------------------------------------------
*/
	
.ce_table table th, .ce_text table th {
    color: #ffffff;
    background: #000000;
}

.ce_table table tfoot td, .ce_text table tfoot td {
    background: #000000;
    color:#ffffff;
}

.ce_table table th, .ce_text table th {
	border-bottom:1px solid #ffffff;
	}

.ce_table table td, .ce_text table td {
	border:1px solid #ffffff;
	text-align:center;
	}
	
.ce_table table tr:nth-child(odd) {
	background:#efefef;
	}

.ce_table table tr:nth-child(even) {
	background:#ffffff;
	}
	
.ce_table table td:hover, .ce_text table td:hover {
	background:#000000; color:#ffffff;
	}
	
.ce_table.aligncenter table td, .ce_text.aligncenter table td {
    text-align: center;
}

.ce_table.alignright table td, .ce_text.alignright table td {
    text-align: right;
}

.ce_text table tr:nth-child(odd) {
	background:#ffffff;
	}

.ce_text table tr:nth-child(even) {
	background:#efefef;
	}

.ce_text table tr:first-child {
	background:#212529;
	color:#ff9900;
}

.ce_text table span.information {
	font-size:12px;
}

/*
|--------------------------------------------------------------------------
| Downloads
|--------------------------------------------------------------------------
*/
.ce_download, .ce_downloads li {
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	padding:12px 20px;
	background:#000000;
	background:rgba(0,0,0,0.5);
	color:#ffffff;
	margin-bottom:15px;
	}
	
.ce_download a {
	color:#ffffff;
	}
	
.ce_download:hover, .ce_downloads li:hover {
	text-decoration:underline;
	background:#000000;
	}
	
.ce_download img, .ce_downloads img{
	width:auto;
	}
	
.ce_download:after, .ce_downloads li:after {
	font-family: "FontAwesome";
	content: "\f0ed";
    position: relative;
    right:auto;
    top: auto;
    margin-top: 0px;
    font-size: 1.4rem;
    color: #ffffff;
    line-height:inherit;
	float:right;
}

.download-element {
    display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Hyperlinks
|--------------------------------------------------------------------------
*/
	
.ce_hyperlink a, a.btn {
	display:block;
	background:#000000;
	color:#ffffff;
	border:none;
	font-size:1rem;
	}

.ce_hyperlink a:after {
	content:"\f08e";
	font-family:"FontAwesome";
	float:right;
	font-size:1.4rem;
	}
	
.ce_hyperlink a:hover, a.btn:hover {
	text-decoration:none;
	}
	
.ce_hyperlink a:hover, a.btn:hover {
    background: #000000; color:#cccccc;
    border-color: #000000; color:#cccccc;
}

/*
|--------------------------------------------------------------------------
| Galerie Border, etc.
|--------------------------------------------------------------------------
*/

@media only screen and (max-width: 767px){
	.ce_gallery [class*='cols_'] li {
    	width: 100%;
	}
}

.ce_gallery .image_container {
	overflow:hidden;
	}
	
.ce_gallery a {

}

.ce_gallery.keinabstand a {
    width: 100%;
    height: 100%;
}

.ce_image figure a i, .ce_gallery figure a i, .ce_text .image_container a i, .mod_iso_productreader figure a i  {
	width:16px; 
	height:16px; 
	position:absolute; 
	bottom:auto !important; 
	left:50%; 
	top: 50%; 
	opacity:0; 
	margin-left:-8px; 
	margin-top:-8px; 
	text-decoration:none; 
	color:#ffffff; 
	z-index:9997; 
	font-size:16px;
	}
	
.ce_image figure:hover a i, .ce_gallery figure:hover a i, .ce_text .image_container:hover a i, .mod_iso_productreader figure:hover a i {
	visibility:visible; 
	height:16px; 
	width:16px; 
	position:absolute; 
	bottom:auto; 
	left:50%; 
	top: 50%; 
	margin-left:-8px; 
	margin-top:-8px; 
	opacity:1;
	text-decoration:none; 
	color:#ffffff;
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	}
	
.ce_image figure a:hover i, .ce_gallery figure a:hover i, .ce_text .image_container a:hover i, .mod_iso_productreader figure a:hover i, .ce_image figure a i:hover, .ce_gallery figure a i:hover, .ce_text .image_container a i:hover, .mod_iso_productreader figure a i:hover  {
	color:#ffffff;
	}

.ce_image figure span, .ce_gallery figure span, .ce_text .image_container span {
	width:0%; 
	height:0%; 
	position:absolute; 
	left:50%; 
	bottom:50%;
	}

.ce_image figure:hover span, .ce_gallery figure:hover span, .ce_text .image_container:hover span {
	width:100%; 
	height:100%; 
	left:0;	
	bottom:0;
	background:#565656; 
	background:rgba(0,0,0,0.2); 
	opacity:0.9; 
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s; 
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	cursor:pointer;
	z-index:9996;
}

.ce_image.round figure:hover span, .ce_gallery.round figure:hover span, .ce_text.round .image_container:hover span {
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}

.ie8 .ce_image figure a i, .ie8 .ce_gallery figure a i, .ie8 .ce_text .image_container a i, .ie8 .ce_image figure span, .ie8 .ce_gallery figure span, .ie8 .ce_text figure span, .ie8 .ce_image figure:hover span, .ie8 .ce_gallery figure:hover span, .ie8 .ce_text .image_container:hover span {display:none !important; visibility:hidden !important;}

/*@media only screen and (min-width: 768px) {
.ce_gallery .col_first figure {
	margin-left:0px !important;
	}
	
.ce_gallery .col_last figure {
	margin-right:0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.ce_gallery li:nth-child(odd) figure {
		margin-left:0px;
	}
	
	.ce_gallery li:nth-child(even) figure {
		margin-right:0px;
	}
	}
	
@media only screen and (max-width: 480px) {
	.ce_gallery li figure {
		margin:0px;
	}
	
	.ce_gallery li figure {
		margin:0px;
	}
	}
*/

/* Zoom In Effect */
.ce_gallery figure img, .ce_image figure img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ce_gallery figure:hover img, .ce_image figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#slideshowi .ce_gallery figure:hover img, #slideshowi .ce_image figure:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.circleflow {
	border-radius: 100%; 
	width: 30px !important; 
	height: 30px !important; 
	position: absolute; 
	left: 50%; 
	border: 1px solid rgba(255,255,255,0); 
	top: 50%; 
	margin-left: -15px; 
	margin-top: -15px; 
	display: block; 
	z-index:9997;
}

.ce_gallery figure:hover .circleflow, .ce_image figure:hover .circleflow, .ce_text figure:hover .circleflow {
	border: 1px solid #fff; 
	opacity: 0; 
	-moz-transform: scale(1.5); 
	-webkit-transform: scale(1.5); 
	-o-transform: scale(1.5);  
	-ms-transform: scale(1.5); 
	transform: scale(1.5); 
	-webkit-transition: All 0.8s ease; 
	-moz-transition: All 0.8s ease; 
	-o-transition: All 0.8s ease; 
	-ms-transition: All 0.8s ease; 
	transition: All 0.8s ease;
}
	
/*
|--------------------------------------------------------------------------
| Blockquote
|--------------------------------------------------------------------------
*/	

blockquote {
	border-color:#000000;
	color:#000000;
	font-weight: 600;
}

blockquote p {
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	letter-spacing: 1px;
}

/*
|--------------------------------------------------------------------------
| Mobile Menu Plugin
|--------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px){
	.mobile_menu_trigger, .mobile_menu-trigger {
		display: block !important;
		font-size:20px;
		cursor:pointer;
	}
	.mobile_menu_trigger:hover, .mobile_menu-trigger:hover {
		opacity:0.7;
	}
	.mobile_menu .inner{
		background:#ffffff;
		overflow-y: auto;
	}
	#mobilemenui {
		padding:25px;
		position: relative;
		z-index: 1;
	}

	#mobilemenui .inside {
		text-align: right;
	}
}

.mobile_menu #mobilenav {
	text-align:center;
	color:#ffffff;
	font-size:20px;
	text-transform: uppercase;
}

.mobile_menu #mobilenav a {
	color:#000000;
	padding:15px 35px;
	display:block;
	display: block;
}

.mobile_menu #mobilenav .level_2 a {
	color:#000000;
	padding:10px 35px;
	font-weight: 400;
	font-size:16px;
	text-transform: none;
}

.mobile_menu #mobilenav a:hover {
	text-decoration: none;
	background:#ff9900;
	color:#ffffff;
}

.mobile_menu #mobilenav a.submenu:after {
	font-family: "FontAwesome";
	content: "\f110";
    position: relative;
	margin-left:10px;
}

@media only screen and (max-width: 991px){
	.mobile_menu-trigger {
		padding:12px 0 0 0;
	}
}

@media only screen and (max-width: 767px){
	.mobile_menu-trigger {
		padding:9px 0 0 0;
	}
}

@media only screen and (max-width: 440px){
	.mobile_menu-trigger {
		padding:5px 0 0 0;
	}
}

.mobileclose {
	background:#ffffff;
	padding:10px 15px;
	color:#ff9900;
	text-transform:uppercase;
	font-size:16px;
	text-align: center;
	display: inline-block;
    left: 50%;
    position: relative;
    margin-left: -120px;
    width: 240px;
	font-weight: 700;
}

.mobileclose:hover {
	text-decoration: none;
}

.mobile_menu_overlay.background {
    background: rgba(255,255,255,0.96);
}

#mobilemenulogo {
	display:block;
	text-align: center;
}

#mobilemenulogo img{
	max-width:300px;
    margin: 15px auto;
}

.mobile_menu {
	z-index: 9999 !important;
}

/*
|--------------------------------------------------------------------------
| Mobilecontact
|--------------------------------------------------------------------------
*/

.mobilecontact a {
	display:block;
    text-align: center;
    border-top: 1px solid;
    padding: 15px 0;
    font-size: 20px;
}

.mobilecontact a:first-of-type {
	margin-top:30px;
}

/*
|--------------------------------------------------------------------------
| Bootstrap Container Breite Ã¼berschreiben
|--------------------------------------------------------------------------
*/
@media (min-width: 1400px) {
	.container {
   	 	width: 1400px !important;
	}
}

@media (max-width: 1399px) {
	.container {
   	 	width: 1170px !important;
	}
}

@media (max-width: 992px) {
	.container {
   	 	width: 970px !important;
	}
}

@media (max-width: 768px) {
	.container {
   	 	width: 100% !important;
	}
}

.container {
	max-width:100% !important;
}

/*
|--------------------------------------------------------------------------
| BX SLIDER PLUGIN
|--------------------------------------------------------------------------
*/
.bx-wrapper {
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
	font-size:0px;
	text-indent:0px;
	text-align: center;
	line-height: 50px;
	top:48%;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none;
	opacity: 0.7;
}

.bx-wrapper .bx-next {
	right:0px;
	background:none;
}

.bx-wrapper .bx-prev {
	left:0px;
	background:none;
}

.bx-wrapper .bx-next:after {
	font-family: "FontAwesome";
	content: "\f112";
    font-size: 20px;
	color: #ffffff;
}

.bx-wrapper .bx-prev:before {
	font-family: "FontAwesome";
	content: "\f111";
    font-size: 20px;
	color: #ffffff;
}

#slideshowi .ce_image {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
#slideshowi {
	border-top:10px solid #000000;
	border-bottom:10px solid #000000;
}
}

.bxslider li h1, .bxslider li h2 {
	color:#ffffff !important;
	font-size:3rem;
	font-weight:600;
}

.bxslider li h3, .bxslider li h4, .bxslider li h5, .bxslider li h6, .bxslider li p {
	color:#ffffff !important;
	font-size:1.2rem;
	font-weight: 400;
	text-transform: none;
	padding-top:30px !important;
}

.bxslider li {
	text-align: center;
}

.bxslider li h1, .bxslider li h2, .bxslider li h3{
	position: absolute;
    top: 55%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    max-width: 100%;
    padding: 10px 15px;
}

@media (max-width: 1560px) {
.bxslider li h1, .bxslider li h2, .bxslider li h3{
    top: 50%;
}
}

@media (max-width: 1360px) {
.bxslider li h1, .bxslider li h2, .bxslider li h3{
    top: 50%;
	width: 1000px;
    margin-left: -500px;
}
	
	.bxslider li h1, .bxslider li h2 {
    font-size:2.6rem;
}
	
	#kontaktbuttonwrapper {
		bottom:30px !important;
	}
}

@media (max-width: 1160px) {
.bxslider li h1, .bxslider li h2 {
    font-size:2rem;
}
	
.bxslider li h3, .bxslider li h4, .bxslider li h5, .bxslider li h6, .bxslider li p {
    font-size:0.8rem;
	padding-top:15px !important;
}
	
	#kontaktbuttonwrapper {
		bottom:20px !important;
	}
}

@media (max-width: 991px) {
	.bxslider li h1, .bxslider li h2, .bxslider li h3{
    	top: 60%;
		width: 100%;
    	margin-left: 0;
		left:0;
	}
	
	#kontaktbuttonwrapper {
		bottom: auto !important;
	}
}

@media (max-width: 768px) {
	.bxslider li h1, .bxslider li h2, .bxslider li h3, .bxslider li h4, .bxslider li h5, .bxslider li h6, .bxslider li p {
		display:none;
	}
}

.bxslider li p{
	position: absolute;
    top: 52%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    max-width: 100%;
    padding: 10px 15px;
}

@media (max-width: 600px) {
	.bxslider li h1, .bxslider li h2, .bxslider li h3{
    	left: 0;
    	width: 100%;
    	margin-left: 0;
    	max-width: 100%;
}

.bxslider li p{
    	left: 0;
    	width: 100%;
    	margin-left: 0;
    	max-width: 100%;
	}
}

/*
|--------------------------------------------------------------------------
| NIVO LIGHTBOX
|--------------------------------------------------------------------------
*/

	
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    background-size: initial;
}

@media only screen and (max-width: 768px) {
	.nivo-lightbox-theme-default .nivo-lightbox-nav {
    	background-size: 50%;
	}
}

.nivo-lightbox-title-wrap {
	display:none;
	visibility:hidden;
	}
	
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #191815;
    background: rgba(25,24,21,0.9);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	width:32px;
	height:32px;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    width: 60px;
    background-size: 32px !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 1px rgba(0,0,0,0);
}

/*
|--------------------------------------------------------------------------
| ORANGE &amp; ZWEISPALTIGKEIT
|--------------------------------------------------------------------------
*/

.orange {
	background:#ff9900;
	color:#ffffff;
}

.orange h1, .orange h2, .orange h3 {
	color:#ffffff !important;
}

.zweispaltig {
	column-count: 2;
	column-gap: 2rem;
}

@media only screen and (max-width: 767px){
	.zweispaltig {
		column-count: 1;
		column-gap: 0;
	}
}

.bordertop {
	    border-top: 1px solid #dddddd;
}

.borderbottom {
	    border-bottom: 1px solid #dddddd;
}

.borderright {
	    border-right: 1px solid #dddddd;
}

.borderleft {
	    border-left: 1px solid #dddddd;
}

/*
|--------------------------------------------------------------------------
| PRODUKTE
|--------------------------------------------------------------------------
*/
.produkt h3 {
	margin:0;
	font-size:22px;
}

.produkt h3 a {
	padding:10px;
	position:relative;
}

.produkt h3 a:hover {
	text-decoration: none;
}

.produkt h3 a i {
	display:none;
	font-size:1rem;
    padding: 4px;
    position: absolute;
    line-height: 1.9rem;
}

.produkt h3 a:hover i {
	display:inline;
	left:auto;
}

.produkt h3 a:hover i:before {
}

.rahmen figure {
	border:5px solid #ececec;
}

.rahmen figure:hover {
	border:5px solid #ff9900;
}

/*
|--------------------------------------------------------------------------
| Bottomnavigation
|--------------------------------------------------------------------------
*/
.bottomnav {
	padding:50px 15px 15px 15px;
	background:#ff9900;
	color:#ffffff;
}

.bottomnav a, .bottomnav a:link, .bottomnav a:visited, .bottomnav a:active {
	color:#ffffff;
	display: block;
	width:100%;
	padding: 15px;
	text-align: center;
}

.bottomnav li {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 14%;
	margin: 0 1%;
	border: 1px solid #ffffff;
}

.bottomnav li:hover {
	background:#ffffff;
	}

.bottomnav li:hover a{
    text-decoration:none;
	color:#ff9900;
}

@media only screen and (max-width: 1100px){
	.bottomnav {
		display:none;
	}
}

/*
|--------------------------------------------------------------------------
| Subnavi
|--------------------------------------------------------------------------
*/
#subnavi li {
	list-style: none;
}

#subnavi li a {
	padding:15px 0;
	text-transform: uppercase;
	display:block;
	border-bottom: solid 1px #ff9900;
}

#subnavi li a:hover {
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Leistungen und Produkte Subnavi
|--------------------------------------------------------------------------
*/
.leistungsnavi li {
	list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
	color:#ff9900;
}

/*
|--------------------------------------------------------------------------
| Google Maps
|--------------------------------------------------------------------------
*/
.ce_dlh_googlemaps img {
	width:auto !important;
}</pre></body></html>