/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('_fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('_fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-weight:300;
	font-family: 'Source Sans Pro', sans-serif;

	text-decoration: none;
	color:#000000;
	font-size: 14px;
	line-height:20px;
}
body {
	background-color:#ffffff;

	background-size: cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;


}
#container {
	min-height:100%;
	position:relative;

	background-image: url(gfx/holzrahmen.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;

}
.cont {
	position:relative;
	max-height:300px;
	margin:0 auto;
	overflow:hidden;
}
.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:980px;
	clear:left;
}
.hor2 {
	position:relative;
	margin-left:4.375%;
	margin-right:4.375%;
	max-height:20000px;
}
.ku {
	white-space:nowrap;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#log {
	position:fixed;
	left:0px;
	bottom:0px;

	text-decoration: none;
	font-weight:400;
	font-size: 12px;
	color: #ffffff;
	line-height:14px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:30000;
	background-color:#000000;
}
/* -------------------------------------------------- */

#start_logo {
	position:fixed;
	right:3%;
	bottom:5%;
	width:32%;
	max-width:350px;
	min-width:200px;
}
#start_logo img {
	width:100%;
	height:auto;
}
#start_slogan {
	position:absolute;
	right:3%;
	top:3%;
}
#start_slogan h1 {
	font-weight:600;
	font-size:44px;
	line-height:46px;
	color:#ffffff;
	text-align:right;
	text-shadow: #000000 0px 0px 5px;
}

@media all and (max-height:450px) {
	#start_slogan h1 {
		font-size:34px;
		line-height:36px;
	}
	#start_logo {
		position:fixed;
		right:3%;
		bottom:3%;
		width:22%;
		max-width:350px;
		min-width:200px;
	}
}
/* -------------------------------------------------- */
#logo {
	position:fixed;
	right:3%;
	bottom:40px;
	width:18%;
	max-width:250px;
	z-index:29600;
}
#logo img {
	width:100%;
	height:auto;
}
#tischler_logo {
	position:fixed;
	right:50px;
	top:20px;
	width:16%;

	z-index:29600;
	opacity:0.3;

}
#tischler_logo img {
	width:100%;
	height:auto;
}
#abstand_oben {
	position:relative;
	height:100px;
}

@media all and (max-width:980px) {
	#logo {
		right:68px;
		bottom:auto;
		top:5px;
		width:100px;
	}
	#abstand_oben {
		height:80px;
	}
	#tischler_logo {
		display:none;
	}
}
/* -------------------------------------------------- */
#oben {
	position:fixed;
	left:0%;
	top:0px;
	width:100%;
	z-index:29000;
	height:75px;
	overflow:hidden;
}
#oben_hg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
#oben_hg img {
	width:100%;
	height:auto;
}
#hg {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
#hg img {
	width:100%;
	height:auto;
}
/* -------------------------------------------------- */
#menue {
	position:absolute;
	left:0px;
	top:20px;
	white-space:nowrap;
	
	font-weight:600;
	font-size:18px;
	line-height:22px;

	background-color:#004282;
	padding-left:3%;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top:6px;

	height:28px;


}
.menue,.menue_aktiv {
	display:block;
	float:left;
	text-decoration:none;
	color:#ffffff;
	margin-right:20px;
}
.menue_aktiv,.menue:hover {
	border-bottom:2px solid #ffffff;
}
#laufschrift {
	position:fixed;
	top:20%;
	left:0px;
	padding-left:3%;
	padding-right:3%;
	padding-top:5px;
	padding-bottom:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#004282;
	display:none;
}
#laufschrift1 {

}
#laufschrift p {
	color:#ffffff;
	font-weight:600;
	text-transform: uppercase;

	font-size:18px;
}
#laufschrift a {
	color:#ffffff;
	text-decoration:underline;
}
/* -------------------------------------------------- */
#menuesymbol {
	position:absolute;
	right:3%;
	top:20px;
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(gfx/menuesymbol.png);
	cursor:pointer;
	display:none;
	z-index:29500;
}
@media all and (max-width:980px) {
	#menuesymbol {
		display:block;
	}
	#menue {
		display:none;
	}
	#oben_hg {

	}
	#start_slogan {
		position:absolute;
		right:auto;
		left:3%;
	}
	#start_slogan h1 {
		text-align:left;
	}
	#laufschrift {
		top:70%;
	}
}
@media all and (max-width:590px) {
	#laufschrift {
		top:50%;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#gmenue {
	position:fixed;
	right:0px;
	top:20px;
	width:160px;
	max-width:100%;
	height:100%;
	font-size:14px;

	line-height:24px;
	background-color:#ffffff;
	
	box-shadow: 0px 0px 30px #606060;
display:none;
	z-index:30000;
}
#gmenue_abstand {
	position:relative;
	height:20px;
	min-height:0px;
}
#gmenue_inhalt {
	position:relative;
	height:100%;
	overflow:auto;
}
#gmenue_inhalt1 {
	position:relative;
	margin:0 auto;
	width:90%;

	padding-bottom:20px;
}
#gmenue_x {
	position:relative;
	float:right;
	margin-top:-5px;
	margin-right:5px;
	width:20px;
	height:20px;
	margin-bottom:0px;
}
#gmenue_x img {
	width:100%;
	height:100%;
}
#gmenue_x img:hover {
	opacity:0.5;
}
#gmenue p {
	color:#404040;
	font-weight:700;
	margin-bottom:10px;
	margin-top:20px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.gmenue0,.gmenue0_aktiv {
	display:block;

	margin-right:20px;
	text-transform: uppercase;
	color:#404040;
	text-decoration:none;


}
.gmenue0:hover,.gmenue0_aktiv:hover {
	text-decoration:underline;
}
.gmenue0_aktiv {
	font-weight:700;
}
.gmenue_strich {
	position:relative;
	height:1px;
	background-color:#404040;
	margin-top:4px;
	margin-bottom:10px;
}
.gmenue_strich2 {
	position:relative;
	height:0px;
	border-top:1px dotted #404040;

}
/* -------------------------------------------------- */
.gmenue_wrapper {
	margin-left:18px;
	padding-top:0px;
	padding-bottom:16px;
	opacity:0;
	overflow:hidden;
display:none;
}

.gmenue1,.gmenue1_aktiv {
	position:relative;
	display:block;
	left:0px;
	padding-left:20px;
	padding-right:2px;
	line-height:34px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:0px 11px;
	
}
.gmenue1_aktiv {
	font-weight:700;
}
.gmenue2,.gmenue2_aktiv {
	display:block;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.gmenue2_aktiv {
	font-weight:700;
}

/* -------------------------------------------------- */
.gmenue1,.gmenue1_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue1:hover,.gmenue1_aktiv:hover {
	background-color:#f0f0f0;
}


.gmenue2,.gmenue2_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue2:hover,.gmenue2_aktiv:hover {
	background-color:#f0f0f0;
	color:#000000;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#fussleiste {
	position:fixed;
	bottom:5px;
	left:3%;

	color:#ffffff;
	text-shadow: #000000 0px 0px 5px;
	font-weight:400;
}
#fussleiste a {
	color:#ffffff;
	text-decoration:none;
	text-shadow: #000000 0px 0px 5px;
}
#fussleiste a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
#fussleiste1 {
	position:fixed;
	bottom:0px;
	padding-left:3%;
	left:0px;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;

	color:#ffffff;
	font-weight:400;
	background-color:#004282;
}
#fussleiste1 a {
	color:#ffffff;
	text-decoration:none;
}
#fussleiste1 a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.inhalt {
	position:relative;
	margin-left:16%;
	max-width:880px;
	margin-bottom:80px;
	max-height:20000px;
}
@media all and (max-width:1620px) {
	.inhalt {
		margin-left:10%;
	}
}
@media all and (max-width:1400px) {
	.inhalt {
		margin-left:5%;
	}
}
@media all and (max-width:1230px) {
	.inhalt {
		margin-left:3%;
		max-width:10000px;
		margin-right:25%;
	}
}
@media all and (max-width:980px) {
	.inhalt {
		margin-right:3%;
	}
}
/* -------------------------------------------------- */
.text1 {
	position:relative;
	margin-left:230px;
}
.einzelfoto {
	position:absolute;
	top:0px;
	left:0px;
	border-radius: 10px;
	overflow:hidden;
	width:200px;
	height:auto;
	border:3px solid #ffffff;
}
.einzelfoto2 {
	position:absolute;
	top:0px;
	left:0px;
	font-weight:400;
	font-size:16px;
	line-height:20px;

}

.einzelfoto2 img {
	border-radius: 10px;
	overflow:hidden;
	width:200px;
	height:auto;
	border:3px solid #ffffff;
}

@media all and (max-width:680px) {
	.text1 {
		margin-left:0px;
	}
	.einzelfoto {
		position:relative;
		left:auto;
		top:auto;
		margin-bottom:20px;
	}
	.einzelfoto2 {
		display:none;
	}
}

/* -------------------------------------------------- */
.inhalt h1 {
	font-weight:700;
	color:#004282;
	font-size:32px;
	line-height:36px;
	text-transform: uppercase;
	margin-bottom:25px;
}
.inhalt h1 span {
	border-bottom:3px solid #a76819;
}
.inhalt h2 {
	font-weight:600;
	color:#ffffff;
	font-size:18px;
	line-height:21px;
	text-transform: uppercase;

	background-color:#004282;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:8px;
	margin-bottom:25px;
}
.inhalt h3 {
	font-weight:600;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	text-transform: uppercase;

	background-color:#004282;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:8px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:6px;
}
.inhalt p {
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:25px;
}
.inhalt a {
	color:#004282;
	text-decoration:none;
	font-weight:600;
}
.inhalt a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
.strich {
	position:relative;
	height:3px;
	background-color:#a76819;
	margin-top:25px;
	margin-bottom:25px;
}
/* -------------------------------------------------- */
#cookies {
	position:fixed;
	left:0px;
	bottom:0px;
	margin:0px;

	width:100%;
	z-index:30030;

	font-weight:400;
	font-size: 14px;
	color: #ffffff;
	line-height:20px;

	background-color:#000000;
	text-align:center;
}
#cookies1 {
	position:relative;
	margin: 0 auto;

	padding-left:20px;
	padding-right:20px;

}
#cookies1 p {
	padding:10px;
}
#cookies1 a {
	color: #c0c0c0;
	text-decoration:underline;
}
#cookies1 a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* -------------------------------------------------- */
#maps {
	border:0;
	width:98%;
	height:450px;
	border-radius: 10px;
	overflow:hidden;
	border:3px solid #ffffff;
}
/* -------------------------------------------------- */
#produkte {
	position:relative;
}
.produkte {
	position:relative;
	width:190px;
	height:190px;
	text-align:center;
	background-color:#ffffff;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height:0px;
	padding:10px;

	float:left;
	margin-right:20px;
	margin-bottom:40px;

	cursor:pointer;
}
.produkte1 {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.produkte img {
	height:100%;
	width:auto;
}
.produkte p {
	position:absolute;
	top:10px;
	left:10px;
	width:168px;
	min-height:170px;
	font-size:12px;
	line-height:14px;
	text-align:left;

	background-color:#ffffff;


	border:1px solid #004282;
	border-radius:10px;
	padding:10px;
	display:none;
}
.produkte h4 {
	position:absolute;
	background-color:#004282;
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	line-height:18px;

	bottom:-18px;
	left:0px;
	width:100%;
}
/* -------------------------------------------------- */
#details {
	position:relative;
}
.detailfoto {
	position:relative;

}
.detailfoto1 {
	position:relative;
	width:300px;
	padding:10px;
	background-color:#ffffff;
	line-height:0px;
}
.detailfoto1 img {
	width:100%;
	height:auto;
}
.detailfoto p {
	position:absolute;
	left:360px;
	top:0px;

}
.detailfoto_text {
	position:absolute;
	left:360px;
	width:200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:25px;

}
.detail_strich {
	position:relative;
	left:-200px;
	width:400px;
	background-color:#004282;
	height:1px;
}
@media all and (max-width:750px) {
	.detailfoto1 {
		width:200px;
	}
	.detailfoto p {
		left:260px;
	}
	.detailfoto_text {
		left:260px;
	}
	.detail_strich {
		left:-150px;
		width:320px;
	}
}

@media all and (max-width:600px) {
	.detailfoto1 {
		width:150px;
	}
	.detailfoto p {
		left:180px;
	}
	.detailfoto_text {
		left:180px;
		top: 80%;
		-webkit-transform: translateY(-80%);
		-ms-transform: translateY(-80%);
		transform: translateY(-80%);
		width:150px;
		font-size:15px;
		line-height:18px;
	}
	.detail_strich {
		left:-100px;
		width:260px;
	}
	.detailfoto p {
		font-size:15px;
		line-height:18px;
	}
}
/* -------------------------------------------------- */
.detailtab {
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:25px;

	table-layout:fixed;
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}
.detailtab td {
	padding-right:18px;
	vertical-align:top; 
}
@media all and (max-width:610px) {
	.detailtab {
		font-size:14px;
		line-height:18px;
	}
	.detailtab td {
		padding-right:8px;
	}
}
/* -------------------------------------------------- */
.detailgrafik1 {
	position:relative;
	width:80%;
	border:1px solid #004282;
	line-height:0px;
	margin-bottom:30px;
}
.detailgrafik1 img {
	width:100%;
	height:auto;
}
.detailgrafik1 span {
	position:absolute;
	left:10px;
	bottom:4px;

	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:25px;
}
@media all and (max-width:750px) {
	.detailgrafik1 {
		width:99%;
	}
}
/* -------------------------------------------------- */
.klein {
	font-size:14px;
	color:#000000;
	font-weight:400;
	line-height:18px;
}

.button_z {

	font-size:36px;
	color:#000000;
	font-weight:400;
	line-height:40px;
}
/* -------------------------------------------------- */
#angebot {
	position:relative;
	width:80%;
	border:1px solid #004282;
	background-color:#ffffff;

}
#angebot_hinweis {
	position:relative;
	text-align:right;
	padding-right:20px;
	margin-bottom:20px;
}
.input1 {
	position:relative;
	padding-left:20px;
	padding-right:20px;
	margin-left:100px;
	margin-bottom:24px;
}
.input1 p {
	position:absolute;
	left:-80px;
	top:6px;
}
.input1 input {
	position:relative;
	width:97.5%;

	border:1px solid #c0c0c0;
	background-color:#f0f0f0;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	line-height:35px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:35px;
	padding-left:5px;
	padding-right:5px;

}
.dropdown1 {
	position:relative;
	width:97.5%;

	border:1px solid #c0c0c0;
	background-color:#f0f0f0;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	line-height:35px;
	height:35px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:35px;
	padding-left:5px;
	padding-right:5px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.textarea1 {
	position:relative;
	width:97.5%;
	resize:none;


	border:1px solid #c0c0c0;
	background-color:#f0f0f0;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	height:200px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:22px;
	padding-left:5px;
	padding-right:5px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.button_senden {
	cursor:pointer;
	background-color:#004282;
	color:#ffffff;
	border:0px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:35px;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	margin-left:20px;
	padding-left:30px;
	padding-right:30px;
}
.button_senden:hover {
	background-color:#012b54;
}
.input2 {
	display:none;
}
@media all and (max-width:750px) {
	#angebot {
		width:99%;
	}
}
/* -------------------------------------------------- */
.fotobreit {
	position:relative;
	width:60%;
	border:1px solid #004282;
	height:auto;
}
@media all and (max-width:770px) {
	.fotobreit {
		width:96%;
	}
}
/* -------------------------------------------------- */
.tab0 {
	position:relative;
	margin-left:20px;
	margin-right:20px;
}
.tab0 table {

	border-collapse:collapse;

	padding:0px;
	margin:0px;
	border:0px;
	width:99%;
	text-align:center;
}
.tab0 table input {
	width:80%;
	margin:0px;
	padding:4px;
	border:1px solid #c0c0c0;

	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-size: 14px;
	line-height:12px;
}
.tab0 table tr {
	
}
.tab0 table td { 
	border:0px;
	vertical-align: middle;
	overflow:hidden;

	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:12px;

	margin:0px;
	padding:3px;

	padding-left:4px;
	padding-right:4px;
}
@media all and (max-width:510px) {
	.tab0 table td { 
		font-size: 12px;
		line-height:12px;

		padding-left:2px;
		padding-right:2px;
	}
	.tab0 table input {
		font-size: 12px;
		line-height:12px;
	}
}
/* -------------------------------------------------- */