/* ======================================
Seinart CSS Anpassungen
====================================== */

/* ======================================
-- ALLGEMEIN
====================================== */
/*-- -- ÜBERSCHRIFTEN*/
body {
		background-image: none;
		overflow-y: scroll;
	}

h1 a::after {
	content: ">";
	font-size: 35px;
	position: absolute;
	right: 15px;
	top: 0px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	padding: 0px;
	border-bottom: none;
	font-size: 30px;
    margin-bottom: 0.4em;
	margin-top: 30px;
	padding-bottom: 20px;
}

a.h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 30px;
}

h1 a {
	position: relative;
	font-size: 20px;
	padding: 15px 15px;
	display: block;
	background-color: #F9F9F9;	
}

h1 a:hover, h1 a:hover::after {
	color: #B25D09;
}


/* -- TO TOP */
.toTop::before {
	content: "\e767";
	font-family: "icons";
}

.toTop {
    background: #5C391D none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 40px;
    color: #fff;
    display: none;
    font-size: 34px;
    height: 65px;
    line-height: 56px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 65px;
    z-index: 20;
	cursor: pointer;
}

.toTop:hover {
    background: #fff none repeat scroll 0 0;
    color: #5C391D;
	border-color: #fff;
    text-decoration: none;
}

/* ======================================
-- HEADER 
====================================== */
#top-container, #container, #footer, .no_header #mainmenu, 
#header .ce_image, .home #header .inside, .welcome-line, .page-title {
	box-shadow: none;
}

body.home .mod_pageImage {
	display: none;
}
	

body.kontakt .mod_pageImage, body.studio .mod_pageImage {
	display: none;
}

#header .mod_article .ce_text,
#header .mod_article .ce_text p {
	margin: 0px !important;
}

#header .mod_article iframe {
	display: block;
}

/* Google maps */
#dlh_googlemap_1 {
	width: 100% !important;
}

.routinglink input.text {
	width: 80%
}

.routinglink input.submit {
	margin-left: 5%;
	width: 15%;
	padding: 5px;
}

.ueberlagern {
	background: transparent; /* unsichtbar machen */
	position: relative; /* Position relativ machen um z-index zu verändern */
	z-index: 100; /* sicher ist sicher */
	width: 100%; /* iFrame Breite */
	height: 700px; /* iFrame Höhe */
	top: 700px;  /* iFrame Höhe nach unten positionieren */
	margin-top: -700px;  /* iFrame Höhe, um den Platz des Elments freizugeben */
}

#top-container {
	
}

#top {
	width: 100%;
	max-width: 1030px;
}

#top.fixed {
	position: fixed;
	background-color: #fff;
}

#top.fixed .clear {
	display: none;
}

#top.fixed::before {
	/*background-image: url('../../images/layout/bg.jpg');*/
	background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -100%;
    position: absolute;
    width: 1600px;
	z-index: -1;
}

#top.fixed::after {
	/*background-image: url('../../images/layout/bg.jpg');*/
	background-color: #fff;
    content: "";
    height: 100%;
    right: 0;
    margin-right: -100%;
    position: absolute;
    width: 1600px;
	z-index: -1;
}

.logo {
	float: left;
}

#header .inside {
	width: 100%;
}

.page-title {
	z-index: 999;
	position: relative;
	background-color: #fff;
	margin: 20px 0;
}

.page-title h2 {
	padding: 0.2em 0;
	display: inline-block;
	text-transform: none;
	color: #090808;
	font-size: 50px;
	float: left;
}

.mod_breadcrumb {
	display: inline-block;
	float: right;
	position: static;
	width: auto;
	margin-top: 25px
}

#header .fullwidthbanner-container {
	height: 100vh !important;
	max-height: none !important;
}

/* ======================================
-- NAVIGATION
====================================== */
#top-container .mod_navigation {
	margin-top: 0px;
	float: right;
}

nav#mainmenu ul {
	background-color: transparent;
}

nav#mainmenu ul li a  {
	padding: 40px 20px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #000;
}

nav#mainmenu ul a.trail, 
nav#mainmenu ul a.active, 
nav#mainmenu ul a:hover {
	background-color: #E9E9E9 !important;
	color: #5C2900 !important;
}

nav#mainmenu a span {
	display: none;
}

#dropdown li a:hover, #dropdown li a.active, 
#dropdown li a.trail, #dropdown ul li a:hover, 
#dropdown ul li a.trail, #dropdown ul li a.active, 
#dropdown ul li.active a {
	background-color: transparent;
}

#top.fixed #dropdown li a:hover, #top.fixed #dropdown li a.active, 
#top.fixed #dropdown li a.trail, #top.fixed #dropdown ul li a:hover, 
#top.fixed #dropdown ul li a.trail, #top.fixed #dropdown ul li a.active, 
#top.fixed #dropdown ul li.active a {
	color: #000;
}

/* ======================================
-- SLIDER
====================================== */
.slider-control .slider-next {
	right: 20px !important;
}

.slider-control .slider-prev {
	left: 20px !important;
}

.slider-control .slider-menu {
	margin-top: -50px;
	bottom: auto;
}

/* ======================================
-- CONTENT
====================================== */
#container {
	background-color: transparent;
	padding: 0px;
}


#main .inside {
	min-height: 400px;
}

body.full_width #container {
	margin-top: 50px;
}

body.home #container {
	margin-top: 0px;
}

#container-inside {
	width: 100%;
}
/*
body.home #main .one_third {
	border-bottom: 1px solid #ededed;
	}*/

.ce_accordion {
	margin-bottom: 20px;
}

.ce_text {
	margin-bottom: 15px;
}

.produkte p, .produkte a {
	color: #E9E9E9;
}

.produkte img {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.produkte figure:hover img {
	transform: rotateY(360deg);
   
}

.produkte .ce_sliderStart figure:hover img {
	transform: none;
}

/* Lightbox */
#mbTitle {
	display: none !important;
}

/* ======================================
-- LINKS
====================================== */
#main a[target="_blank"]::before {
	display: none;
}

/* ======================================
-- SECTIONS / ARTICEL
====================================== */
#container .mod_article .inside {
	text-align: center;
	padding: 100px 20px;
	margin: 0 auto;
    max-width: 1030px;
	width: 100%;
}

.mod_article.light_bg {
	background-color: #FCF2DE;
}

body.home .mod_article.light_bg h1,
.mod_article.light_bg h2,
.mod_article.light_bg h3 {
	color: #3D3A36;
}

.mod_article.dark_bg {
	background-color: #333;
}

.mod_article.dark_bg h1,
.mod_article.dark_bg h2,
.mod_article.dark_bg h3 {
	color: #FCF2DE;
}

/* ======================================
-- BOXEN
====================================== */
.one_fourth {
	width: 22%;
}

.one_fourth.centered {
	margin-left: 14% !important;
}

.one_third.centered {
	margin-left: 17.5% !important;
}

.box {
	text-align: left;
	background-color: #efefef;
	padding: 20px;
}

i[class^="icon-"]::before, i[class*="icon-"]::before, .mod_navigation li[class^="icon-"] a::before, .mod_navigation li[class*="icon-"] a::before, .mod_navigation li[class^="icon-"] span::before, .mod_navigation li[class*="icon-"] span::before, #footer a[class^="icon-"]::before, #footer a[class*="icon-"]::before, .ce_headline[class^="icon-"]::before, .ce_headline[class*="icon-"]::before, .ce_list ul li::before, .ce_text ul li::before, .button[class^="icon-"]::before, .button[class*="icon-"]::before, .servicebox[class^="icon-"]::before, .servicebox[class*="icon-"]::before, #footer li[class^="icon-"]::before, #footer li[class*="icon-"]::before {
	display: none;
}

.ce_text li {
	font-weight: lighter;
	font-size: 18px;
	color: #5C2A01;
}

/* TEAM */
#team .text-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
	color: #fff;
	background-color: #333333;
	opacity: 0;
}


/* ======================================
-- FORMULARE
====================================== */
.ce_form .captcha-container {
	background-color: #efefef;
}

input, select, textarea {
	background-color: #fff;
	border-color: #5C2900;
	box-shadow: none;
}

.button, input[type="submit"], input.submit {
	font-weight: normal;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	color: #573316;
	border: 1px solid #573316;
}

.button:hover, input[type="submit"]:hover, input.submit:hover {
	color: #fff;
	background-color: #573316;
	box-shadow: none;
}

/* ======================================
-- FOOTER
====================================== */
#footer {
	margin: 0px;
	/*background-image: url('../../images/layout/bg.jpg');*/
}

#footer .inside {
	text-transform: uppercase;
	padding: 20px 0px;
}

.copim .left {
	float: left;
}

.copim .right {
	float: right;
}


@media screen AND (max-width: 900px) {
#header .fullwidthbanner-container {
	height: 250px !important;
}

nav#mainmenu ul li a {
    padding: 15px 10px 15px 10px;
}

#top.fixed::before, #top.fixed::after {
	display: none;
}

}

@media screen AND (max-width: 1000px) {
	body {
		background-image: none;
		background-color: #f9f9f9;
	}
	
	#top.fixed::before, #top.fixed::after {
		display: none;
	}
	
	/* anpassung vom 11.10.2016 (Slider in MobView sichtbar) 
	.ce_revolutionslider {
		display: none;
	}
	*/
	
	body.home .mod_pageImage {
		display: block;
	}
	
	#top {
		position: static;
		background-color: #f9f9f9;
	}
	
	#top .logo {
		margin: 0 auto;
		float: none;
		display: block;
		margin-top: 15px;
	}
	
	.mod_navigation {
		width: 100%;
	}

	.one_third.centered {
		margin: 0px !important;
	}
		
	.full, .one_fifth, .one_fourth, .two_fourth,
	.one_third, .two_fifth, .one_half, 
	.three_fifth, .two_third, .three_fourth, .four_fifth {
		clear: both;
		float: none;
		width: 100%;
		margin-left: 0px;
	}	
	
	.one_fourth.centered {
		margin-left: 0px !important;
	}
	
	#main .mod_article .inside {
		min-height: 1px;
		padding: 30px 20px;
	}
	
	#mobnav, .selectnav {
		width: 90%;
		margin: 0 auto;
	}
	
	#top-container .inside, #header .inside, #footer .inside, 
	.welcome-line, #container, #footer {
		width: 100% !important;
	}
	
	body.home #container, #container-inside {
		padding: 0px !important;
	}
}
