body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	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: #000;
	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: 25px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	
}
.boxtexttitel {
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.footerbox {
	border: 0px none #999;
	border-radius: 10px;
	height: auto;
	width: 28%;
	float: left;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	color: #FFF;
}
.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;
}
.orange {
	font-weight: bold;
	color: #F2B701;
	margin-top: 30px;
}

.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;
}
.hauptrahmen1 {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	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 {
	width: 100%;
}


/*
 .thumbnails {
	height: auto;
	width: 110px;
	margin-right: 25px;
	margin-bottom: 15px;
}
*/

.thumbnails {
	height: 85px;
	width: 118px !important;
	object-fit: cover;
	object-position: center center;
	margin-right: 25px;
	margin-bottom: 15px;
}


.footer {
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #333333;
	width: 100%;
}
a.footer {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}


a:hover {
	color: #F2B701;
	font-weight: normal;
}

a.footer:hover {
	color: #CCC;
	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}
.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: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.button1 {
	padding: 10px;
	border-radius: 10px;
	float: left;
	border: 1px solid #D99D11;
}

.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;
}
a.navigation {
	color: #FFF;
}


.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: 9px;
	height: 15px;
	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;
	filter: grayscale(70%);
	border-radius: 15px;
	width: 250px;
	
}

.bildrechts:hover {
	filter: grayscale(0%);
}

.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;
	list-style-image: url(images/listenpunkt.gif);
}
.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;
}

#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;
}


#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%;
	justify-content: center;

}
.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 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

.textbox1 {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 5%;
}
.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;
	/* [disabled]font-size: 13px; */
	color: #666;
	/* [disabled]line-height: 25px; */
	padding-bottom: 25px;
	height: 40px;
}
.colorred {
	color: #F00;
}
.colorblue {
	color: #00F;
}
.coloryellow {
	color: #D99D11;
}
.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 {
	height: 28px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #333333;
}
.navigationszelle {
	font-size: 14px;
	color: #FFF;
	float: left;
	height: 23px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	display: block;
}
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 {
	color: #000000;
	text-decoration: none;
	background-color: #CC9900;
	color: #FFF;
	float: left;
	height: 23px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	display: block;
	font-size: 14px;
}
ul {
	padding-left: 18px;
}
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;
}
.logorahmen {
	height: 55px;
	width: 100%;
	background-image:url(images/logo-kissling-bau-gmbh-2018-001.jpg);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 0px;
}
.logorahmen2 {
	height: auto;
	width: 100%;
	padding-top: 0px;
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
	/* [disabled]max-width: 480px; */
	margin-right: 0px;
	margin-left: 0px;
}

.bookingbutton {
	height: 25px;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #F1B600;
	width: 87%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #D99D11;
}
.bookingbutton:hover {
	color: #FFF;
	background-color: #D99D11;
}
.teameinzelbild {
	height: auto;
	width: 100px;
}

.naviactiv {
	color: #000000;
	background-color: #CCC;
}
.navieinzelbox {
	margin-right: 24px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
a:hover .navieinzelbox {
	background-color: #CCC;
	color: #000000;
}
a.naviactiv .navieinzelbox {
	background-color: #CCC;
	color: #000000;
}


.textboxlinks {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-top: 5%;
}
.textboxrechts {
	float: left;
	width: 45%;
	margin-top: 5%;
}
.textboxbild100 {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.textboxreferenzen {
	float: left;
	width: 28%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 0%;
}


.thumbnaildiv {
	width: 250px;
	height: 200px;
	object-fit: cover;
	overflow: hidden;
}
.thumbnail img {
  height: 200px;
  width: 100%;
  object-fit:cover;
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}



.footer a {
	color: #FFF;
}
.titelbildtext {
	position: absolute;
}
.teameinzelbild {
	height: auto;
	width: 100px;
}
.logobild {
	padding-right: 0px;
	padding-left: 0px;
	width: 85%;
	height: auto;
	padding-top: 5px;
	max-width: 450px;
	margin-right: 5px;
	margin-left: 5px;
}
.referenzboxbild {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#box2 {
	display:none;
}

.button1:hover {
	background-color: #FAE8BC;
	text-decoration: none;
}



@media only screen and (max-width : 970px) {

#box1 {
	display:none;
}
#box2 {
	display:inline;
}

body {
	font-size: 1em;
}
	
.textboxlinks {
	float: left;
	width: 98%;
	margin-right: 5%;
	margin-top: 5%;
}
.textboxrechts {
	float: left;
	width: 98%;
	margin-top: 5%;
}
.textboxbild100 {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.thumbnaildiv {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.thumbnail img {
  height: 200px;
  width: 100%;
  object-fit:cover;
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.footerbox {
	/* [disabled]border: 0px none #999; */
	/* [disabled]border-radius: 10px; */
	height: auto;
	width: 90%;
	float: none;
	padding: 5%;
	text-align: left;
	color: #FFF;
	margin: 0%;
}

.bildrechts {
	padding-bottom: 5px;
	text-align: right;
	padding-left: 5px;
	filter: grayscale(70%);
	border-radius: 15px;
	width: 200px;
	
}
.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: 90%;
	padding-right: 0%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0%;
	display: inherit;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 40px;
	margin-left: 5%;
}

.navigation {
	display: none;
}
.naviactiv {
	color: #000000;
	font-weight: bold;
}

.sprache {
	display: none;

}

.box2 {
	width: 83%;
}

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

}
.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;

}
.textboxreferenzen {
	float: left;
	width: 98%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 0%;
}
.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;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
nav li a {
	box-sizing: border-box;
	width: 100%;
	line-height: 20px;
	padding-left: 0px;
}

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

nav a li:hover {
	color: #000
}

.navigationsbox {
	display: none;
}
	
.bildrechts {
	clear: both;
	float: right;
	width: 50%;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}


.textbox1 {
	width: 100%;
	padding-left: 0px;
}
.box50percent {
	width: 100%;
	padding-left: 0px;
}

.bild100prozent {
	height: auto;
	width: 86%;
	border: 1px solid #CCC;
}
}


}
