/* -300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'),
url('fonts/montserrat-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/montserrat-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.pdficon {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.boxtext {
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}
.boxtexttitel {
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	/* [disabled]width: 100%; */
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.box2 {
	border: 0px none #999;
	border-radius: 10px;
	height: auto;
	width: 30%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 30px;
}
.footercell {
	width: 20%;
	float: left;
}


.box3 {
	height: 30px;
	width: 260px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.box4 {
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



/* ~~ Dieser Container mit fester Breite umschließt alle anderen Elemente. ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}


/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.hauptrahmen {
	width: 980px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}
.hauptrahmen-schatten {
	background-color: #FFF;
	width: 100%;
	/* [disabled]box-shadow: 6px 6px 6px #f2f2f3, -6px 6px 6px  #f2f2f3, 6px -6px 6px #f2f2f3, -6px -6px 6px #f2f2f3; */ /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/* [disabled]max-width: 960px; */
}

.tabellenunterteilung {
	background-image: url(images/hintergrund/linie.jpg);
	background-repeat: repeat-y;
}

.tabellenlinieoben {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #333;
}

.titelbildbild {
	height: auto;
	width: 100%;
	/* [disabled]max-width: 960px; */
}


.thumbnails {
	height: 74px;
	width: 110px;
}


.footer {
	font-size: 13px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #DBDBDB;
	/* [disabled]width: 100%; */
	margin-right: auto;
	margin-left: auto;
	max-width: 1080px;
}
a.footer {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}


a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a.footer:hover {
	color: #39F;
	font-weight: normal;
	text-decoration: none;
}


.blink {
	color: #06ABED;
	text-decoration: blink;
	font-weight: bold;
}
.activ {
	text-decoration: none;
	color: #FFFFFF;
}
.white {
	text-align: justify;
	color: #CCC
}
.unterstrichen {  text-decoration: underline}
.wikitable0 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: right;
	width: 300px;
}
.wikitable1 {
	background-color: #F0F0F0;
	float: right;
	/* [disabled]width: 300px; */
	padding: 5px;
	border: 1px solid #CCC;
}

.wikibox {
}
.wikibox h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.wikibox h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
}


.small {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
a.small {
	font-size: 8px;
	font-weight: bold;
	color: #666666;
}
a.small:hover {
	font-size: 8px;
	font-weight: normal
}
textarea {
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: auto;



}
h1 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
}
.h2klon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}

.titel1 {
	font-weight: bold;
	color: #333;
	height: 60px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

select {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;


}
.navi {
	color: #666;
}

.naviactiv {
	color: #000000;
	text-decoration: none;
}
.naviactiv2 {
	color: #FF0000;
	text-decoration: none;
}

.scrollbarflaeche {
	height: 375px;
	width: 400px;
	overflow: auto;
	color: #333;
	font-size: 11px;
	line-height: 16px;
}
.bold {
	font-weight: bold;
	color: #000;
}
.colored {
	color: #003366;
}
.grossklein {
	text-transform: none;
}
.grosskleinfett {
	text-transform: none;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.inputfeld {
	background-color: #FFFFFF;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 45px;
	border: 1px solid #999999;
}
.inputfeldshort {
	background-color: #FFFFFF;
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 15px;
	border: 1px solid #999999;
}

.go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #000000;
	color: #FFFFFF;
	height: 15px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inputfeldindex {
	background-color: #FFFFFF;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 15px;
	border: 1px solid #999999;
}
.inputfeldtext {
	background-color: #FFFFFF;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 85px;
	border: 1px solid #999999;
	color: #000000;
}
.bildlinks {
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.bildrechts {
	padding-bottom: 5px;
	text-align: right;
	padding-left: 5px;
}

.rahmen {
	background-color: #000000;
}
.gestrichelt {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #2C2C2C;
}
.inputfeldindexseite {
	background-color: #FFFFFF;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 15px;
	border: 0px none #999999;
	color: #000000;
}
.tabelle_repeat {
	background-repeat: repeat-y;
}
li {
	list-style-type: disc;
}
.wikibox ol li {
	list-style-type: decimal;
	list-style-image: none;
}

.Adresstitel {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thumbnails-leitung {
	width: 179px;
	height: 119px;
}
.thumbnails-geschaeftsleitung {
	width: 150px;
	height: 150px;
}
.bildunten {
	height: auto;
	width: 390px;
}
.schattenlinks {
	background-image: url(images/schatten-links10px.png);
	background-repeat: repeat-y;
	width: 10px;
}
.schattenrechts {
	background-image: url(images/schatten-rechts10px.png);
	background-repeat: repeat-y;
	width: 10px;
}
#top1 {
	background-color: #666;
	height: 75px;
	width: 100%;
	filter: Alpha(Opacity=0.5);
}
#top2 {
	height: 20px;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top3 {
	height: 20px;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#navi1 {
	background-color: #333;
	height: 40px;
	margin-top: 300px;
	filter: Alpha(Opacity=0.5);
}
#logo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
}
.logobild {
	padding-right: 387px;
}

#grossesbild {
	background-attachment: scroll;
	background-image: url(images/001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}



#navibox1 {
	color: #FFF;
	margin: 5px;
	padding-right: 50px;
	float: left;
	min-width: 10px;
}
#titelbild {
	width: 100%;
	max-height: 400px;
}

#titelbild img {
	width: 100%;
	max-height: 600px;
}
.Titelbild {
	width: 100%;

}
.Titeltext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: right;
	width: 910px;
	position: absolute;
	top: 90px;
}
.Titeltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	text-align: right;
	width: 910px;
	position: absolute;
	top: 85px;
}


.navigationsbox {
	float: left;
	width: 250px;
}

.textbox1 {
	float: left;
	width: 600px;
	padding-left: 35px;
}
.navihome {
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	padding-bottom: 5px;
}

.navititel {
	font-size: 22px;
	font-weight: normal;
	color: #999;
	padding-bottom: 10px;
}
.navititelactiv {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
}

.subnavibox {
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-bottom: 25px;
}
.colorred {
	color: #F00;
}
.colorblue {
	color: #00F;
}
.coloryellow {
	color: #FC0;
}
.partnerbildbox {
	float: left;
	width: 150px;
	clear: none;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.partnerbild {
	float: left;
	height: auto;
	width: 150px;
	clear: none;
}
.partnerboxtext {
	float: left;
	height: 105px;
	width: 580px;
	overflow: hidden;
	padding-bottom: 25px;
}
.colorblack {
	color: #000;
}
.navigation {
	padding-top: 0px;
	/* [disabled]background-color: #CCCCCC; */
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999;
}
.navigationszelle {
	font-size: 15px;
	color: #FFF;
	float: left;
	height: 30px;
	padding-right: 45px;
	padding-left: 0px;
	padding-top: 10px;
	display: block;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999;
}
a.navigationszelle {
	font-size: 14px;
	color: #FFF;
	float: left;
	height: 23px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	display: block;
}

a.navigationszelle:hover {
	background-color: #7C7C7C;
}
.navigationszelleactiv {
	/* [disabled]color: #000000; */
	text-decoration: none;
	/* [disabled]background-color: #999999; */
	color: #000;
	float: left;
	height: 30px;
	padding-right: 45px;
	padding-left: 0px;
	padding-top: 10px;
	display: block;
	font-size: 15px;
}
ul {
	padding-left: 10px;
}
li {
	padding-bottom: 3px;
}
.zitatblock {
	background-image: url(images/quote-001.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 16px;
}
.zitatblockrechts {
	background-image: url(images/quote-001.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: right;
	padding-right: 60px;
}
.bestellanzahl {
	font-size: 12px;
	color: #000;
	height: 20px;
	width: 30px;
}
.bestellpreis {
	font-size: 12px;
	color: #000;
	height: 20px;
	width: 45px;
}
.bestellpreistotal {
	font-size: 18px;
	color: #000;
	height: 25px;
	width: 75px;
}

.bestellname {
	font-size: 12px;
	color: #000;
	height: 20px;
	width: 430px;
}
.box50percent {
	float: left;
	width: 275px;
	padding-right: 20px;
}

.hamburger {
	box-sizing: border-box;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 0px;
	display: none;
}
.hamburgeroff {
	display: none;
}
.left {
	display: none;
}

.footertable {
	float: none;
	padding-right: 0px;
	width: 100%;
	height: auto;
	max-width: 650px;
}
.navigationouter {
	background-color: #CCC;
	width: 100%;
	height: 52px;
	padding-top: 10px;
}
#Header {
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
	height: 73px;
	margin-top: 20px;
}
.footerouter {
	background-color: #DBDBDB;
	width: 100%;
}
.inputsenden {
	width: 100%;
	height: 30px;
}
.spambild {
	float: left;
	height: 45px;
	width: 10%;
	border: 1px solid #999;
}
.spaminputouter {
	width: 100%;
	/* [disabled]height: 45px; */
	border: 1px solid #999;
	margin-top: 0px;
	padding-top: 0px;
}
.spaminput {
	width: 530px;
	float: left;
	height: 43px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 75%;
}

@media only screen and (max-width : 970px) {
	
	
.left {
	box-sizing: border-box;
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: none;
}

.hamburger {
	box-sizing: border-box;
	float: left;
	width: 35px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
	display: inherit
}

.navigation {
	display: none;

}
.sprache {
	display: none;

}

.box2 {
	width: 83%;
}

.right {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;

}
.wikitable0 {
	float: none;
	width: 97%;
}
.right2 {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	margin-bottom: 20px;
}
.right3 {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

.right3referenzen {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

.right4 {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	padding-right: 0px;
	margin-bottom: 20px;
}
.right5 {
	box-sizing: border-box;
	float: none;
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

.textbox {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	box-sizing:border-box;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.slideshowbox {
	display: none;

}
	

nav ul {
	box-sizing: border-box;
	height: auto;
	margin-bottom: 30px;
	padding-left: 5px;
	list-style-type: none;
}
	
nav li {
	box-sizing: border-box;
	width: 98%;
	float: none;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
}
nav ul li {
	list-style-type: none;
}
	
nav li a {
	box-sizing: border-box;
	width: 100%;
	line-height: 20px;
	padding-left: 0px;
	list-style-type: none;
}

nav a li {
	box-sizing: border-box;
	width: 100%;
	line-height: 20px;
	padding-left: 8px;
	list-style-type: none;
}

nav a li:hover {
	color: #000
}

.navigationsbox {
	display: none;
}

	
.bildrechts {
	clear: both;
	float: right;
	width: 100px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
.logobild {
	padding-right: 0px;
	width: 250px;
	height: auto;
	padding-top: 5px;
}
.footerbox {
	float: left;
	padding-right: 0px;
	width: 180px;
	height: auto;
}
.textbox1 {
	width: 100%;
	padding-left: 0px;
}
.box50percent {
	width: 100%;
	padding-left: 0px;
}
.inputsenden {
	height: 30px;
	width: 100%;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footercell {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}


}
.navigationszelle a {
	color: #000;
}
.navigationszelleactiv a {
	color: #000;
}
