html {
	overflow-x: hidden;
	overflow-y: auto;
}

html,
body {
	height: 100%;
}

#mainCarouselTooltip { display:none !important;}

body {
	background-color: #FFF;
	color: #87919F;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
}

div.body {
	height: 100%;
	width: 100%;
}

/* Header */
header {
	clear: both;
	background: #FFF;
	padding: 16px 0 8px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.clearover a {color: red;}

.serviceicons a { color:#fff; text-decoration:none;}
.serviceicons a:hover { color:#ddd; text-decoration:none;}

.homewords { width:100%; background-color:#ea9826; color:#fff; text-align:center; min-height:150px; }

.mitte {font-size: 89px; display:block;
font-weight: bold;
margin: 20px 0;}

.oben, .unten {font-size: 16px;
padding: 19px 0;font-weight: bold;}

.serviceicons { padding-top:15px; background-color: #ea9826;
width: 100%;
}

.serviceicons h1 { color:#fff; font-weight:bold; font-size:32px; letter-spacing:0;padding-top: 25px;}

.iconicon {float:left; margin-right: 42px;}
.servici {min-height: 160px;}


.orange { background-color:#ea9826 !important;}

.orange .thumb-info { background-color: #fff; color: #fff;}

/* Sticky Menu */
body.no-page-top {
	background: #EDEFF2;
}

body {
	padding-top: 84px;
}


body.sticky-menu-active header {
	padding: 2px 0 2px;
}

body.sticky-menu-active header h1 {
    margin: 7px -32px -17px 0;
    padding: 10px 30px;
}

header > .container {
	position: relative
}


body.sticky-menu-active header div.header-top {
	margin-bottom: 0;
}


header div.header-top i.icon {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

header div.header-top nav i.icon {
	top: 0;
}


/* Responsive Nav Button */
button.btn-responsive-nav {
	display: none;
}

/* Logo */
header h1.logo {
	background: #FFF;
	color: #000;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 10px 0px 20px;
	z-index: 100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header h1.logo a {
	position: relative;
	z-index: 1;
}

header h1.logo img {
	position: relative;
	color: transparent;
}

/* Search */
header div.search {
	float: right;
	position: relative;
}

header div.search a {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #2D343E;
	position: relative;
	z-index: 9999;
	-webkit-transform: translate3d(0,0,0);
}


header div.search-input .btn {
	padding-top: 12px;
	padding-bottom: 11px;
	margin-top: -1px;
}

html.webkit header div.search-input .btn {
	margin-top: 0;
}

header div.search-input:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #434A54;
	position: absolute;
	top: -8px;
	right: 15px;
}
/* Cart */


/* Navigation */
header nav.nav-main {
	float: right;
}

header div.nav-main-collapse {
	margin-top: 17px;
}

header div.nav-main-collapse,
header div.nav-main-collapse.in {
	overflow-y: visible;
}


header nav ul.nav-main {
	margin: -7px 10px 8px 0;
}


header nav ul.nav-main > li + li {
	margin-left: -4px;
}


header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

header nav ul.nav-main .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #CCC;
	margin-top: 5px;
	margin-right: -10px;
}

header nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}


header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a {
	background-color: transparent;
}

header nav ul.nav-main ul.dropdown-menu {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 0;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 0;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 0 0;
	margin: 0 0 0 3px;
	padding: 10px 5px;
	top: auto;
	background: #434A54;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    border-left: 3px solid #393F48;
    margin-left: -6px !important;
    margin-top: -10px;
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
	background: #393F48;
}

header nav ul.nav-main ul.dropdown-menu > li > a {
	color: #ECECED;
	font-weight: 400;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	position: relative;
	padding: 8px 20px 8px 12px;
	font-size: 0.9em;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header nav ul.nav-main ul.dropdown-menu > li > a:hover {
	padding-left: 16px;
	padding-right: 16px;
}

header nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}

header nav ul.nav-main li a {
	background: none;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	color: #9C9C9C;
	font-weight: 100;
	position: relative;
	font-size: 1.1em;
}

header nav ul.nav-pills > li > a:before {
	background: #F1f1f1;
	display: block;
	content: " ";
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 10px;
}

header ul.nav-pills > li.active > a {
	color: #9C9C9C;
}

header nav ul.nav-pills > li > a,
header nav ul.nav-pills > li > a:hover,
header nav ul.nav-pills > li > a:focus,
header nav ul.nav-pills > li.active > a,
header nav ul.nav-pills > li.active > a:hover,
header nav ul.nav-pills > li.active > a:focus {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	border: 0;
}


header nav ul.nav-main li.dropdown:hover > a:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #434A54;
	position: absolute;
	bottom: -3px;
	left: 40%;
}


/* Big Logo */
header.big-logo h1.logo {
	margin-top: -60px;
	padding-top: 20px;
	min-height: 162px;
}


body.sticky-menu-active header.big-logo h1.logo {
    margin: -25px -32px -17px 0;
    padding: 10px 30px;
    min-height: 0;
}


body.sticky-menu-active header.big-logo div.header-top {
	opacity: 0;
}


section.home-top {
	background-color: #ea9826;
	margin-bottom: 60px;
	margin-top: -65px;
	position: relative;
}

section.home-top.with-carousel {
	min-height: 470px;
}



/* Main Carousel - Basic */
div.main-carousel .owl-controls {
	text-align: right;
	position: absolute;
	bottom: -165px;
	right: 15px;
}

div.main-carousel .owl-pagination {
	visibility: hidden;
}

div.main-carousel .owl-buttons {
	display: none;
}

div.main-carousel .owl-carousel .owl-wrapper-outer {
	overflow: visible;
}

div.main-carousel .owl-carousel .owl-item > div {
	position: relative;
	padding: 10px;
}

/* Main Carousel - Overlay */
div.main-carousel div.carousel-overlay {
	position: absolute;
	top: -15%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 115%;
	display: none;
	background: transparent;
	z-index: 10;
}

/* Main Carousel - Images */
div.main-carousel .img-thumbnail {
	padding: 13px;
	min-width: 250px;
}

div.main-carousel .img-thumbnail,
div.main-carousel .img-thumbnail img,
div.main-carousel a.thumb-info,
div.main-carousel a.thumb-info span.thumb-info-image:before  {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/* Main Carousel - Nav */
div.main-carousel a.carousel-nav {
	width: 70px;
	position: absolute;
	top: 30%;
	left: 10px;
	bottom: 0;
	background: #F7F9FC;
	height: 70px;
	z-index: 11;
	display: block;
	filter: alpha(opacity=100);
	opacity: 100;
	padding: 0;
	border-top: 0;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 22px;
	color: #787F89;
	line-height: 68px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

div.main-carousel a.carousel-nav:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

div.main-carousel a.carousel-nav.next {
	left: auto;
	right: 10px;
}

/* Main Carousel - Nav Overlay */
div.main-carousel div.carousel-nav-overlay.prev,
div.main-carousel div.carousel-nav-overlay.next {
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	height: 100%;
	z-index: 10;
}

div.main-carousel div.carousel-nav-overlay.next {
	left: auto;
	right: 0;
}

/* Main Carousel - Clone */
div.main-carousel div.carousel-clone {
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0;
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-filter: blur(3px);
}

div.main-carousel div.carousel-clone div.owl-carousel {
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

div.main-carousel div.carousel-clone div.owl-carousel.owl-carousel-init {
	filter: alpha(opacity=22) !important;
	opacity: 0.22 !important;
}

div.main-carousel div.carousel-clone .img-thumbnail {
	background: #EDEDED;
}

div.main-carousel div.carousel-clone-overlay {
	position: absolute;
	top: -18%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 120%;
	background: transparent;
}

/* Carousel - Tooltip */
div.main-carousel-tooltip {
	background: #222831;
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 10px;
	color: #C7CDD3;
	width: 200px;
	text-align: center;
	min-height: 35px;
	z-index: 10;
	font-size: 0.9em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.main-carousel-tooltip:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #222831;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

/* Home Player */
div.home-player {
	background: #EDEFF2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	position: relative;
	top: 45px;
	visibility: hidden;
}


div.home-player a.home-player-icon {
	font-size: 80px;
	display: block;
	-webkit-transform: translate3d(0, 0, 0); /* Avoid chrome moving element when navigating through carousel */
}

div.home-player a.home-player-icon i.icon {
	-webkit-text-stroke: 0.5px;
}

/* Main */
div.main {
	background-color: #EDEFF2;
	padding: 10px 0;
}

div.main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body.no-page-top div.main {
	padding-top: 0px;
}
/* Section Featured */


section.highlight div.counters strong {
	color: #FFF;
}

section.highlight + section.parallax {
	margin-top: -45px;
}

section.highlight.footer + section.parallax {
	margin-top: 45px;
}
/* Call To Action */


section.call-to-action h3 .btn {
	margin-left: 10px;
}
/* Sidebar */


/* Parallax */
.parallax {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	margin: 70px 0;
	padding: 80px 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}


/* Parallax Testimonials */
.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.icon-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	color: #3F3F3F;
}

.parallax blockquote span {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	left: -5px;
	line-height: 20px;
	position: relative;
}
/* Home Slider - Revolution Slider */


div.slider div.tp-bannertimer {
	display: none;
}


div.slider-container div.tp-caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

.tp-bannershadow {
	display: none;
}

div.slider-container div.tp-caption a,
div.slider-container div.tp-caption a:hover {
	color: #FFF;
}


div.slider-container.light div.top-label,
div.slider-container.light div.main-label,
div.slider-container.light div.bottom-label,
div.slider-container.light div.tp-caption a,
div.slider-container.light div.tp-caption a:hover {
	color: #333;
}

div.slider-container div.top-label.white,
div.slider-container div.main-label.white,
div.slider-container div.bottom-label.white,
div.slider-container div.tp-caption a.white,
div.slider-container div.tp-caption a.white:hover {
	color: #FFF;
}

div.slider-container div.top-label.dark,
div.slider-container div.main-label.dark,
div.slider-container div.bottom-label.dark,
div.slider-container div.tp-caption a.dark,
div.slider-container div.tp-caption a.dark:hover {
	color: #444;
}

div.slider-container div.top-label.text-bg,
div.slider-container div.main-label.text-bg,
div.slider-container div.bottom-label.text-bg,
div.slider-container div.tp-caption a.text-bg,
div.slider-container div.tp-caption a.text-bg:hover {
	padding: 10px;
}

/* Page Top */
section.page-top {
	background: transparent;
	margin: -65px 0 50px;
	min-height: 50px;
	padding: 0 0 5px 0;
	text-align: left;
}

section.page-top div.slider {
	height: 250px;
	overflow: hidden;
	clear: both;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

section.page-top div.slider.slider-init {
	filter: alpha(opacity=100);
	opacity: 1;
}

section.page-top .tp-loader {
	display: none;
}

section.page-top div.page-top-info ul.breadcrumb {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: -3px 0 0;
	padding: 1px 10px;
	position: relative;
	display: inline-block;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: -30px;
	filter: alpha(opacity=0);
	opacity: 0;
}

section.page-top div.page-top-info ul.breadcrumb > li {
	text-shadow: none;
	color: #DFDFDF;
	font-size: 75%;
}

section.page-top div.page-top-info ul.breadcrumb > li span.label {
	font-size: 100%;
}

section.page-top div.page-top-info h2 {
	background: #2D343E;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	font-size: 3.2em;
	line-height: 1em;
	position: relative;
	letter-spacing: -2px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: 30px;
	padding: 10px;
	filter: alpha(opacity=0);
	opacity: 0;
}

section.page-top div.page-top-info.init ul.breadcrumb,
section.page-top div.page-top-info.init h2 {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	clear: both;
}

section.page-top div.page-top-info.init a {
	color: #FFF;
}

section.page-top div.page-top-info.with-slider {
	margin-top: -130px;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}

section.page-top .parallax {
	min-height: 300px;
}

section.page-top div.page-top-info.with-parallax {
	margin-top: -200px;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
}
/* Page 404 */


section.page-top.basic div.page-top-info h2 {
	margin-bottom: 25px;
	padding: 0;
}

section.page-top.basic div.page-top-info ul.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0 0 0 5px;
}
/* Footer */


footer div.container div.row > div {
	margin-bottom: 25px;
}

footer div.container input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Newsletter */


/* Twitter */
footer a.twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 15px;
	filter: alpha(opacity=55);
	opacity: 0.55;
}


footer div.twitter .icon {
	clear: both;
	font-size: 1.5em;
	left: 1px;
	position: absolute;
	margin-top: 2px;
}

footer div.twitter a.time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
	margin-bottom: 15px;
}


footer ul.recent-work li a.thumb-info {
	float: left;
	display: inline-block;
	background: transparent;
	border-color: #2C333D;
}


/* Footer Logo */
footer a.logo {
	display: block;
}


/* Copyright */
div.footer-copyright {
	background: #292F38;
	margin-top: 20px;
	padding: 20px 0 30px;
}


div.footer-copyright p {
	color: #5B616A;
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}


footer.short {
	padding-top: 50px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {

	.serviceicons h1 {
	font-size: 20px;
	}
	.iconicon {
	margin-right: 2px;
	}

	


}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) { 

	.serviceicons h1 {
	font-size: 22px;
	}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { 

	.serviceicons h1 {
	font-size: 32px;
	}


}