@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	margin: Kurzschrift festlegen;
	max-width: 100%;
	border-radius: 2px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
input#responsive-nav, label.responsive-nav-label {
	display: none;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 768px) and (max-width: 949px) {
#wrapper {
	min-width: 768px;
	height: auto;
}
iframe {
	width: 100%;
	height: auto;
}
header {
	background: #FFFFFF;
	width: 100%;
	height: 135px;
}
header div.header_inner {
	width: 728px;
	margin: 0 auto;
	padding: 0 0.9% 0 0.9%;
}
header .header_inner .header_logo {
	width: 728px;
	margin: 0 auto 20px auto;
}
header .header_inner .header_logo h1 {
	width: 728px;
	background-image: url(../images/logo_tab.jpg);
	background-size:contain;
}
/* Navigation */
header .header_inner nav ul {
	width: 728px;
}
header .header_inner nav ul li {
	margin-left: 15px;
}
header .header_inner nav ul li a {
	font-size: 20px;
	width: 100px;
	padding: 10px 0.50em 6px 0.50em;
}
header .header_inner nav ul li a:hover, header .header_inner nav ul li.active a {
	height: auto;
	width: 100px;
	padding: 10px 0.50em 6px 0.50em;
}
/* Content */
section article {
	width: 728px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 100px auto 0 auto;
}
section article .block {
	margin: 0 auto 70px 0;
	width: 728px;
	float: none;
	clear: left;
}
section article .block ul li span {
	font-size: 14px;
}
section article .block.last {
	margin: 0 0 70px 0;
}
section article .block img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth {
	width: 728px;
	margin: 0 0 70px 0;
}
section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
	width: 688px;
	height: auto;
}
section article .block_fullwidth .tab_content .left img {
	width: 100%;
	padding: 0 0 20px 0;
	height: auto;
}
section article .block_fullwidth .tab_content .right p {
	padding: 10px 20px 10px 0;
}
section article .block_headline {
	width: 718px;
}
section article .block_fullwidth.content {
	width: 688px;
	height: auto;
	margin: 0 0 0px 0;
}
section article .block_fullwidth.content .left {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}
section article .block_fullwidth.content .right {
	width: 100%;
	height: auto;
}
section article .block_fullwidth.content .right img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth .tab_content .right {
	padding-left: 0;
}
section article .block_fullwidth .tab_content .right p {
	padding: 10px 20px 10px 0;
	text-align: justify;
}
section article .block_fullwidth .tab_content .right ul {
	padding-bottom: 20px;
}
section article .block_fullwidth.contact {
	height: 100%;
	width: 688px;
}
section article .block_fullwidth.contact .left img {
	width: 500px;
	height: 450px;
}
section article .block_fullwidth.content .right #slideshow {
	width: 100%;
	height: 474px;
}
section article .block_fullwidth.content .right #slideshow img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth.content .gallery_line {
	padding: 0 20px 20px 0;
	width: 216px;
	float: left;
	height: auto;
	margin: 0 auto;
}
section article .block_fullwidth.content .gallery_line:last-child {
	padding: 0 0 0 0;
}
section article .block_fullwidth.content .gallery_line img {
	padding: 0 20px 20px 0;
	width: 100%;
	height: auto;
}
input[type="text"] {
	width: 670px !important;
}
textarea[name="message"] {
	width: 670px !important;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	margin: 20px -20px -20px 0;
}
section article .block_fullwidth.contact .left iframe {
	height: 425px;
}
section article .block_fullwidth.contact .daten a {
	margin-right: 586px;
}
/* Footer */
footer nav {
	width: 728px;
}
footer nav ul {
	width: 728px;
}
footer nav ul li:first-child {
	font-weight: normal;
	float: left;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 140px;
}
footer nav ul li {
	font-weight: normal;
	font-size: 14px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 195px;
}
}

/* Layout für Tablet-PCs: 480 bis 767 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#wrapper {
	min-width: 480px;
	height: auto;
}
iframe {
	width: 100%;
	height: auto;
}
header {
	background: #FFFFFF;
	width: 100%;
	height: 170px;
}
header div.header_inner {
	width: 460px;
	height: auto;
	margin: 0 auto;
	padding: 0 0.9% 0 0.9%;
}
header .header_inner .header_logo {
	width: 460px;
	margin: 0 auto 5px auto;
}
header .header_inner .header_logo h1 {
	width: 460px;
	height: 140px;
	background-image: url(../images/logo_tab_2.jpg);
	background-size:contain;
}
/* Navigation */
header .header_inner label.responsive-nav-label {
	width: 450px;
	position: relative;
	display: block;
	font-size: 22px;
	margin-left: 0px;
	margin-top: -10px;
	background: #2E6F90;
	cursor: pointer;
	color: #fff;
	padding: 7px 0px 7px 12px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
header .header_inner label.responsive-nav-label span {
	margin-right: 10px;
}
header .header_inner label.responsive-nav-label span img{
	width:20px;
	margin-top:-5px;
	border-radius: 0 !important;
}
header .header_inner nav {
	position: absolute;
	top: -9999px;
	padding-top: 5px;
	width: 420px;
	height: auto;
	margin:5px 0 0 0;
}
input#responsive-nav[type=checkbox]:checked ~ nav {
	position: relative;
	top: 0;
}
header .header_inner nav a:after {
	display: none;
}
header .header_inner nav li {
	float: none !important;
	width: 100% !important;
	border-bottom: none !important;
}
header .header_inner nav li a {
	margin-bottom: 3px !important;
	background: #2E6F90;
}
header .header_inner nav ul li:hover {
	background: none;
}
header .header_inner nav ul li a:hover {
	background: #30FC0;
}
header .header_inner nav ul {
	width: 200px;
	height: auto;
	margin:-5px 0 0 10px;
}
header .header_inner nav ul li {
	display: block;
	text-align: left;
	height: auto;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header .header_inner nav ul li a {
	width: 90%;
	display: block;
	font-weight: 400;
	padding: 5px 0px 5px 0px;
	margin:5px 0px 0px 10px;
}
header .header_inner nav ul li a:hover, header .header_inner nav ul li.active a {
	height: auto;
	width: 90%;
	padding: 5px 0 5px 0px;
	margin: 5px 0px 0px 10px;
}
/* Content */
section article {
	width: 460px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 50px auto 0 auto;
}
section article .block {
	margin: 0 auto 25px 0;
	width: 460px;
	float: none;
	clear: left;
}
section article .block ul li span {
	font-size: 14px;
}
section article .block.last {
	margin: 0 0 140px 0;
}
section article .block img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth {
	width: 460px;
	margin: 0 0 140px 0;
}
section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
	width: 420px;
	height: auto;
}
section article .block_fullwidth .tab_content .left img {
	height: 310px;
}
section article .tabs li a {
	font-size: 16px;
	width: 108px;
}
section article .tabs li a.active {
	font-size: 16px;
}
section article .block_headline {
	width: 450px;
}
section article .block_fullwidth.content {
	width: 420px;
	height: auto;
	margin: 0 0 0px 0;
}
section article .block_fullwidth.content .left {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}
section article .block_fullwidth.content .right {
	width: 100%;
	height: auto;
}
section article .block_fullwidth .tab_content .right {
	padding-left: 0px;
}
section article .block_fullwidth .tab_content .right p {
	padding: 0px 20px 10px 0px;
	text-align: justify;
}
section article .block_fullwidth .tab_content .right ul {
	padding-bottom: 20px;
}
section article .block_fullwidth.contact {
	height: 100%;
	width: 420px;
}
section article .block_fullwidth.content .right #slideshow {
	width: 100%;
	height: 297px;
}
section article .block_fullwidth.content .right #slideshow img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth.content .gallery_line {
	padding: 0 0 20px 0;
	width: 420px;
	float: left;
	height: auto;
	margin: 0 auto;
}
section article .block_fullwidth.content .gallery_line:last-child {
	padding: 0 0 20px 0;
}
section article .block_fullwidth.content .gallery_line img {
	padding: 0 20px 20px 0;
	width: 100%;
	height: auto;
}
input[type="text"] {
	width: 410px !important;
}
textarea[name="message"] {
	width: 420px !important;
}
section article .block_fullwidth.contact .right {
	width: auto;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	margin: 20px -14px -20px 0;
}
section article .block_fullwidth.contact .left iframe {
	height: 310px;
}
section article .block_fullwidth.contact .daten a {
	margin-right: 318px;
}
/* Footer */
footer {
	height: auto;
}
footer nav {
	width: 460px;
	height: auto;
}
footer nav ul {
	width: 460px;
	padding: 3px 0 0 0;
	height: auto;
}
footer nav ul li:first-child {
	float: none;
	width: 100%;
}
footer nav ul li {
	float: none;
	font-size: 13px;
	width: 100%;
	padding: 2px 0 2px 0;
}
}

/* Layout für Mobilgeräte: 479px oder weniger. */
@media only screen and (max-width:479px) {
#wrapper {
	min-width: 320px;
	height: auto;
}
iframe {
	width: 100%;
	height: auto;
}
header {
	background: #FFFFFF;
	width: 100%;
	height: 130px;
}
header div.header_inner {
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
header .header_inner .header_logo {
	width: 250px;
	margin: 0 auto -25px 0px;
}
header .header_inner .header_logo h1 {
	width: 300px;
	height: 120px;
	margin-left: 10px;
	background-image: url(../images/logo_tab_2.jpg);
	background-size:contain;
}
header .header_inner header_logo h1 a span {
	width: 300px !important;
}
/* Navigation */
	
header .header_inner label.responsive-nav-label {
	width: 290px;
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 19px;
	font-weight: 400;
	margin-left: 10px;
	margin-top: -10px;
	padding: 6px 0px 6px 12px;
	background: #2E6F90;
	cursor: pointer;
	color: #fff;
	display: block;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
header .header_inner label.responsive-nav-label span {
	margin-right: 10px;
	margin-top:5px;
}
header .header_inner label.responsive-nav-label span img{
	width:20px;
	margin-top:-5px;
	border-radius: 0 !important;
}
header .header_inner nav {
	position: absolute;
	top: -9999px;
	padding: 5px;
	width: 280px;
	height: auto;
	margin: 5px 0 0 0;
}
input#responsive-nav[type=checkbox]:checked ~ nav {
	position: relative;
	top: 0;
}
header .header_inner nav a:after {
	display: none;
}
header .header_inner nav li {
	float: none !important;
	width: 100% !important;
	border-bottom: none !important;
}
header .header_inner nav li a {
	margin-bottom: 3px !important;
	background: #2E6F90;
}
header .header_inner nav ul li:hover {
	background: none;
}
header .header_inner nav ul li a:hover {
	background: #30FC0;
}
header .header_inner nav ul {
	width: 160px;
	height: auto;
	margin:-5px 0 0 15px;
}
header .header_inner nav ul li {
	display: block;
	text-align: left;
	height: auto;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
header .header_inner nav ul li a {
	font-size: 20px;
	width: 90%;
	font-weight: 400;
	display: block;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
}
header .header_inner nav ul li a:hover, header .header_inner nav ul li.active a {
	height: auto;
	width: 90%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
}
/* Content */
section article {
	width: 300px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 50px auto 0 auto;
}
section article .block {
	margin: 0 auto 25px 0;
	width: 300px;
	float: none;
	clear: left;
}
section article .block.last {
	margin: 0 0 140px 0;
}
section article .block img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth {
	width: 300px;
	margin: 0 0 140px 0;
}
section article .block ul li span {
	font-size: 13px;
}
section article .tabs li a {
	font-size: 13px;
	width: 72px;
}
section article .tabs li a.active {
	font-size: 13px;
}
section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
	width: 260px;
	height: auto;
}
section article .block_fullwidth .tab_content .left img {
	width: 100%;
	padding: 0 0 20px 0;
	height: auto;
}
section article .block_fullwidth .tab_content .right {
	padding-left: 10px;
}
section article .block_fullwidth .tab_content .right p {
	padding: 10px 20px 10px 0;
	text-align: justify;
}
section article .block_fullwidth .tab_content .right ul {
	padding-bottom: 20px;
}
section article .block_headline {
	width: 290px;
}
section article .block_fullwidth.content {
	width: 260px;
	height: 100%;
	margin: 0 0 0 0;
}
section article .block_fullwidth.content .left {
	width: 100%;
	height: auto;
}
section article .block_fullwidth.content .right {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
section article .block_fullwidth.content .right #slideshow {
	width: 100%;
	height: 192px;
}
section article .block_fullwidth.content .right #slideshow img {
	width: 100%;
	height: auto;
}
section article .block_fullwidth.content .gallery_line {
	padding: 0 0 20px 0;
	width: 260px;
	float: left;
	height: auto;
	margin: 0 auto;
}
section article .block_fullwidth.content .gallery_line:last-child {
	padding: 0 0 20px 0;
}
section article .block_fullwidth.content .gallery_line img {
	padding: 0 20px 20px 0;
	width: 100%;
	height: auto;
}
input[type="text"] {
	width: 240px !important;
}
textarea[name="message"] {
	width: 250px !important;
}
section article .block_fullwidth.contact {
	width: 260px;
	margin: -20px 0 0px -20px;
}
section article .block_fullwidth.contact .left img {
	height: 225px;
}
section article .block_fullwidth.contact .left iframe {
	height: 225px;
}
section article .block_fullwidth.contact .right {
	width: auto;
	margin-left:-10px !important
}
section article .block_fullwidth.contact .right p{
	width: 260px;
	padding: 10px 0 0 0;
	margin-right:-20px;
	text-align: justify;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	margin: 40px 0px -20px -20px;
	width: 300px;
	border-bottom-right-radius: 2px;
	border-bottem-left-radius: 2px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
section article .block_fullwidth.contact .daten a {
	margin-top: -68px;
	margin-right: 158px;
}
/* Footer */
footer {
	height: auto;
	z-index: 900;
}
footer nav {
	width: 300px;
	height: auto;
}
footer nav ul {
	width: 300px;
	padding: 4px 0 0 0;
	height: auto;
}
footer nav ul li:first-child {
	float:none;
	width: 100%;
}
footer nav ul li {
	float:none;
	font-size: 11px;
	width: 100%;
	padding: 2px 0 2px 0;
}
