﻿/*==============================================
Projekt: 
Start: 
Code: 
Online: 
Server: 
==============================================*/

/* DEFAULTS
==============================================*/
*, html, body {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

body {
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	/* Text is never inflated */
	-webkit-text-size-adjust: none;
	background-color: #f4ebd9;
}

#Body {
	height: auto;
}
/* set default page bg here */
.swReset .reContentCell {
	background-color: #fff !important;
}
/* set default bg for html editor only here */

.swReset, .swReset .Normal, .swReset th, .swReset td, .swReset input, .swReset textarea, .swReset h1, .swReset h2, .swReset h3, .swReset h4, .swReset h5, .swReset h6, #frm_upload {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
}
	/* set default font here */

	.swReset a:link, .swReset a:visited {
		color: #aa651b;
		text-decoration: none;
	}
	/* set default link style here */
	.swReset a:hover, .swReset a:active {
		color: #000;
		text-decoration: none;
	}
	/* set default hover style here */

	.swReset ul, .swReset ol {
		margin: 0;
		padding: 0;
		padding-left: 17px;
	}
	/* set default list styles here */
	.swReset li, .RadEditor .reContentArea ul li {
		list-style: disc none outside !important;
		list-style-type: disc;
		margin: 0px;
		padding: 0px;
	}
/* set default list styles here */

.swRoot {
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}
/* set page width, page bg and page margins here */
.swModuleContainer {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
}
/* set default module bg here */

/*.swActions {position:absolute; right:0px;}*/ /*use this to align Header Actions to the right*/
/*.swActions {position:absolute; left:0px;}*/ /*use this to align Header Actions to the left*/


/* CONTORTIONIST LISTS EXAMPLE
==============================================*/
.list_skin .list_content .item_data {
	behavior: url(/DesktopModules/SitewalkUI/htc/PIE.htc); /* Adds some CSS3 support to IE */
	padding: 5px;
	padding-bottom: 9px;
}

/* GALLERY LIST EXAMPLE
==============================================*/
.gallery_image .list_content .item_data {
	behavior: url(/DesktopModules/SitewalkUI/htc/PIE.htc); /* Adds some CSS3 support to IE */
	float: left;
	padding: 4px;
	margin-right: 10px; /*set the default margin here*/
	margin-bottom: 10px; /*set the default margin here*/
}

.gallery_image .list_content .item_data_image {
	background: none;
	-pie-background: none; /* remove BG in IE */
	border: none;
	padding: 0px;
	margin-top: 8px; /* compensate missing border and padding, so float with album and images works */
	margin-bottom: 10px; /* compensate missing border and padding, so float with album and images works */
}

.gallery_image .list_content table td {
	background-color: transparent;
}

.swContentPane {
	padding-top: 0px;
}
/* my code*/
.swRoot {
	position: absolute;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.level_one {
	position: relative;
	min-height: 100%;
	max-width: 955px;
	margin: 0 auto;
	height: 100%;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
	border: 1px solid #9c9c9c;
	background-color: #fff;
	margin-bottom: 80px;
}

.header_div {
	width: 100%;
	height: 130px;
	height: 100%;
	background: url("media/schnetzler_header.gif") repeat-x top left;
	position: relative;
}

.content_wrapper {
	float: left;
	margin-bottom: 10px;
	min-height: 414px;
	max-width: 965px;
	width: 100%;
	z-index: 7;
	margin-top: 45px;
}

.main_content {
	text-align: left;
	float: left;
	left: 15.13%;
	margin-bottom: 10px;
	min-height: 385px;
	position: relative;
	text-align: left;
	width: 42%;
	z-index: 8;
}

.right_content {
	float: right;
	min-height: 385px;
	width: 40.3%;
	z-index: 8;
}

	.right_content img {
		text-align: right;
		display: inline-block;
		width: 100%;
		height: auto;
		border-top-left-radius: 2em 2em;
		border-bottom-left-radius: 2em 2em;
	}

.onePane .main_content {
	padding-bottom: 20px;
	display: inline-block;
	left: 15.13%;
	margin-bottom: 10px;
	min-height: 385px;
	position: relative;
	text-align: left;
	min-width: calc(100% - 18.5%);
	z-index: 8;
}

h1.h1_title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px 0;
}

.Normal h4 {
	color: #975117;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

	.Normal h4 img {
		border-bottom-left-radius: 2em;
		border-top-left-radius: 2em;
		border-bottom-right-radius: 2em;
		border-top-right-radius: 2em;
		height: auto;
		width: 100%;
	}

.Normal h3 {
	color: #975117;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.Normal ul, .Normal ol {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}

	.Normal ul li {
		list-style: outside url("media/dash_pic.gif") disc !important;
		margin-left: 24px;
		text-indent: 0;
	}
/* BASIC CSS */

/**************************************************/

.fading_overlay_div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E5DED4;
	background-image: url(media/fade_test.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1500;
}

.login_div{
    max-width: 955px;
    margin: 0 auto;
	text-align:right;
	margin-top:-80px;
}

	.login_div a {
		color:#000;
	}


@media only screen and (max-width: 640px) {
	.login_div,
	.fading_overlay_div {
		display: none;
	}
}
/**************************************************/


.tech_div {
	float: right;
	height: 21px;
	padding-top: 55px;
	text-align: right;
	width: auto;
	z-index: 5;
	margin-right: 35px;
}

	.tech_div a {
		margin-left: 10px;
	}

		.tech_div a:link, .tech_div a:visited {
			color: #a0a0a0;
			font-size: 10px;
			text-decoration: none;
		}

		.tech_div a:hover, .tech_div a:active {
			color: #aa651b;
			text-decoration: none;
			font-size: 10px;
		}

.logo_div {
	float: left;
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: 22px 0 0 40px;
}

	.logo_div .logo img {
		width: 350px;
		height: auto;
	}

	.logo_div a.wappen {
		float: left;
		width: 58px;
		height: 77px;
		background: url("media/Schnetzler_wappen.png") no-repeat top left;
		background-size: 58px 77px;
		margin-top: -3px;
	}




/* responsive menu */
.trigger_fixed {
	position: fixed;
	background: url("media/burger.gif") no-repeat top right;
	width: 45px;
	height: 24px;
	z-index: 999;
	right: 20px;
	top: 22px;
	cursor: pointer;
	cursor: hand;
	display: none;
	background-size: 45px 24px;
}

	.trigger_fixed.open {
		background: url("media/burger_open.gif") no-repeat top right;
		display: none;
		background-size: 45px 24px;
	}

.dl-trigger {
	display: none;
}
/**/
/* main navigation */

/**/
.swNavigation {
	width: auto;
	text-align: right;
	height: auto;
	bottom: 30px;
	right: 31px;
	position: absolute;
	z-index: 900;
}


ul.nav_ul {
	text-align: left;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

	ul.nav_ul li {
		float: left;
		list-style: none;
	}

		ul.nav_ul li:first-child {
		}

	ul.nav_ul li {
		margin-left: 5px;
	}

		ul.nav_ul li a {
			color: #000;
			text-decoration: none;
			font-weight: bold;
			padding: 0px 4px;
			font-size: 12px;
		}

			ul.nav_ul li a:hover, ul.nav_ul li a:active, ul.nav_ul li a.currentpath {
				cursor: pointer;
				color: #aa651b;
				text-decoration: none;
				font-weight: bold;
				font-size: 12px;
			}
/**/
/* Galerie Gallery */
.item_data_album > div:first-child table img {
	border: 1px solid #aa651b;
	padding: 2px;
}

.fct_legend_title_image {
	display: none;
}

.gallery_image .list_content .item_data_image {
	margin-bottom: 0;
}

.swReset .item_data_image a.operation_action:link, .swReset .item_data_image a.reorder_mode_on_action:link, .swReset .item_data_image a.reorder_mode_off_action:link, .swReset .item_data_image a.operation_link:link, .swReset .item_data_image a.control_link:link, .swReset .item_data_image a.operation_action:visited, .swReset .item_data_image a.reorder_mode_on_action:visited, .swReset .item_data_image a.reorder_mode_off_action:visited, .swReset .item_data_image a.operation_link:visited, .swReset .item_data_image a.control_link:visited {
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #f3f3f3, #cfcfcf) repeat scroll 0 0;
	border: 1px solid #999999;
	border-radius: 3px;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px;
	height: 24px;
	width: 25px;
	line-height: 24px;
	margin: 0 3px 0 0;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #ffffff;
}

.swReset .item_data_image a.update_action:link, .swReset .item_data_image a.update_action:visited {
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #00dd00, #00aa00) repeat scroll 0 0;
	color: #ffffff !important;
	height: 24px;
	text-shadow: 0 1px 1px #666666;
	width: 25px;
}

.swReset .item_data_image a.delete_action:link, .swReset .item_data_image a.delete_action:visited {
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #dd0000, #aa0000) repeat scroll 0 0;
	color: #ffffff !important;
	height: 24px;
	text-shadow: 0 1px 1px #666666;
	width: 25px;
}

#fancybox-wrap, #fancybox-wrap *, #fancybox-wrap *::after, #fancybox-wrap *::before {
	box-sizing: content-box !important;
}

.gallery_image .fct_legend_title_image, .gallery_image .fct_legend_title_album {
	height: 30px;
	line-height: 16px;
	overflow: hidden;
	width: 160px;
}

/**/
.mobile_footer {
	display: none;
}
/* mobile footer */
.mobile_footer {
	height: 52px;
	width: 100%;
	background-color: #f2eee2;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	border-top: 1px solid #fff;
}

.mobile_footer {
	text-align: center;
	width: 100%;
}

	.mobile_footer a {
		position: relative;
		width: 32px;
		height: 32px;
		top: 10px;
	}

a.mobile_home {
	width: 32px;
	height: 32px;
	background: url("media/footer/home.png") no-repeat center center;
	margin-right: 15%;
	display: inline-block;
	background-size: 32px 32px;
}

	a.mobile_home:hover, a.mobile_home:active {
		width: 32px;
		height: 32px;
		background: url("media/footer/home_hover.png") no-repeat center center;
		margin-right: 15%;
		display: inline-block;
		background-size: 32px 32px;
	}

a.mobile_tel {
	width: 32px;
	height: 32px;
	background: url("media/footer/phone.png") no-repeat center center;
	margin-right: 22%;
	display: inline-block;
	background-size: 32px 32px;
}

	a.mobile_tel:hover, a.mobile_tel:active {
		width: 32px;
		height: 32px;
		background: url("media/footer/phone_hover.png") no-repeat center center;
		margin-right: 22%;
		display: inline-block;
		background-size: 32px 32px;
	}

a.mobile_mail {
	width: 32px;
	height: 32px;
	background: url("media/footer/mail.png") no-repeat center center;
	margin-right: 22%;
	background-size: 32px 22px;
	display: inline-block;
}

	a.mobile_mail:hover, a.mobile_mail:active {
		width: 32px;
		height: 32px;
		background: url("media/footer/mail_hover.png") no-repeat center center;
		display: inline-block;
		margin-right: 22%;
		background-size: 32px 22px;
	}

a.mobile_contact {
	width: 32px;
	height: 32px;
	background: url("media/footer/contact.png") no-repeat center center;
	display: inline-block;
	background-size: 32px 25px;
}

	a.mobile_contact:hover, a.mobile_contact:active {
		width: 32px;
		height: 32px;
		background: url("media/footer/contact_hover.png") no-repeat center center;
		display: inline-block;
		opacity: 0.9;
		background-size: 32px 25px;
	}
/* responsive administration*/
.swNav_resp {
	display: none;
}

.item_data_album, .item_data_album .item_content, .item_data_album .item_content table td, .item_data_album .item_content img {
	width: 160px !important;
	height: auto !important;
}

.item_data_image, .item_data_image .item_content, .item_data_image .item_content table td, .item_data_image .item_content img {
	width: 160px !important;
	height: auto !important;
}

	.item_data_image .fct_legend_title_image, .item_data_image .fct_legend_title_album {
	}

.main_content table {
	width: 100%;
}

.tab_91 {
	display: none;
}
/**/
/* admin */
#dnnCurrentPage .megaborder {
	min-width: 550px;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 751px), only screen and (max-width: 800px) {
	body {
		background-color: #fff;
	}

	.tab_91 {
		display: block;
	}

	.mobile_footer {
		display: block;
	}

	.level_one {
		position: relative;
		min-height: 100%;
		max-width: 965px;
		margin: 0 auto;
		height: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		margin-bottom: 60px;
	}

	.dl-menuwrapper button {
		float: left !important;
	}

		.dl-menuwrapper button::after {
			left: 45% !important;
		}

	.dl-menuwrapper {
	}

	.swNav_resp {
		display: block;
		width: 100%;
		position: absolute !important;
		top: 0px;
		left: 0px !important;
		z-index: 997;
	}

	.swNavigation {
		display: none;
	}

	.dl-menu {
		border-top: 5px solid #fff;
	}

	.dl-menuwrapper li a.currentpath {
		background: rgba(255,248,213,0.5);
		color: #b6651b;
	}

	.dl-menuwrapper button, .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
		background: none;
		width: 100px;
		right: 0px;
		position: absolute;
		z-index: 999;
	}

	.dl-menuwrapper .dl-menu.dl-menuopen {
		z-index: 5000 !important;
		position: absolute;
	}

	.dl-menuwrapper .dl-menu {
		z-index: 488 !important;
	}

	.main clearfix {
		display: none;
	}

	.dl-menuwrapper li {
		border-bottom: 1px;
		border-bottom-style: solid;
		border-bottom-color: white;
	}


	.dl-menuwrapper ul {
		background-color: #e5ded4;
		margin-top: 60px;
	}

	button.dl-trigger {
		float: right !important;
	}
	/* responsive burger*/
	.trigger_fixed {
		display: block;
		position: absolute;
	}

		.trigger_fixed.open {
			display: block;
		}
	/**/
	.tech_div {
		display: none;
	}

	.content_wrapper {
		padding: 0 20px;
		width: 100%;
		height: auto;
	}

	.main_content {
		float: left;
		left: 0;
		margin-bottom: 25px;
		min-height: 185px;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 8;
	}

	.right_content {
		float: left;
		min-height: 195px;
		width: 100%;
		z-index: 8;
		margin-bottom: 25px;
	}

	.header_div {
		background: none;
		background-color: #f2eee2;
		height: 140px !important;
	}

		.header_div .logo_div {
		}

	.onePane .main_content {
		left: 0;
		min-width: 100%;
	}

	.right_content img {
		border-top-left-radius: 2em 2em;
		border-bottom-left-radius: 2em 2em;
		border-top-right-radius: 2em 2em;
		border-bottom-right-radius: 2em 2em;
	}

	.content_wrapper {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.twoPanes .content_wrapper .Normal img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 800px) and (orientation:landscape) {
	.item_data_image:nth-of-type(2n +2), .item_data_album:nth-of-type(2n +2) {
		width: 49% !important;
		height: auto !important;
		margin-right: 0% !important;
	}

	.item_data_image, .item_data_album {
		width: 49% !important;
		height: auto !important;
		margin-right: 2% !important;
	}

	.item_data_image {
		margin-bottom: 4px !important;
		padding: 4px !important;
	}

		.item_data_image .item_content, .item_data_image .item_content table td, .item_data_image .item_content img {
			width: 100% !important;
			height: auto !important;
		}

	.item_data_album .item_content, .item_data_album .item_content table td, .item_data_album .item_content img {
		width: 100% !important;
		height: auto !important;
	}

	.gallery_image .fct_legend_title_image, .gallery_image .fct_legend_title_album {
		width: 100% !important;
		height: auto;
	}
}

@media only screen and (max-width: 480px) {
	.logo_div {
		width: calc(100% - 100px);
		height: auto;
		margin-left: 20px;
	}

		.logo_div .logo img {
			width: 100%;
			height: auto;
		}

	.header_div {
	}

	.onePane .main_content .Normal img {
		display: block !important;
		float: none !important;
		text-align: center !important;
		position: relative;
		margin-bottom: 20px !important;
		left: 50%;
		-webkit-transform: translate(-60%, 0%);
		transform: translate(-60%, 0%);
	}

	.item_data_album, .item_data_album .item_content, .item_data_album .item_content table td, .item_data_album .item_content img {
		width: 100% !important;
		height: auto !important;
	}

	.gallery_image .fct_legend_title_image, .gallery_image .fct_legend_title_album {
		width: 100% !important;
		height: auto;
	}

	.item_data_image, .item_data_image .item_content, .item_data_image .item_content table td, .item_data_image .item_content img {
		width: 100% !important;
		height: auto !important;
	}

		.item_data_image .fct_legend_title_image, .item_data_image .fct_legend_title_album {
			width: 100% !important;
			height: auto;
		}

	.item_data_image, .item_data_album {
		margin-top: 20px !important;
	}
}
