@charset "UTF-8";


/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
}

@media only screen and (max-width: 760px){
	html, body {
	}
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased; /* damit im Safari die Schrift nicht Blinkt bei den Animationen vom Flexslider */
	-moz-osx-font-smoothing: grayscale;
}


body {
	margin: 20px 20px 20px 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #333;
	background: #fff;
	line-height: 1.4em;
	position: relative;
}

h1 {
	font-size: 34px;
	padding: 0;
	color: #395775;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	line-height: 1.3em;
	/*margin-bottom: 20px;*/
	margin-bottom: 0;
	width: 100%;
}

h2 {
	font-size: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	color: #395775;
	line-height: 1.3em;
	padding: 0 0 1.6em 0;
	width: 100%;
}

.homeSize h1, .homeSize h2, .partnerSize h1 {
	font-size: 40px;
}

h2.grau {
	color: #333;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	padding: 0;
	color: #395775;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
}

h4 {
	font-size: 22px;
	padding: 0;
	color: #333;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
}

h5 {
	font-size: 22px;
	color: #395775;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
	padding: 1.2em 0 0.6em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover, a:active, a.aktiv {
	text-decoration: none;
	color: #395775;
}

a.blau {
	color: #395775;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

strong {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

.kursiv {
    font-style: italic;
}

td {
	vertical-align: top;
	text-align: left;
}

.trenner {
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom: #444 1px solid;
	margin-bottom: 23px;
}

.showpad {
	display: none;
}

.desk {
	display: inherit;
}

.mobile {
	display: none;
}

.small {
	font-size: 80%;
}

.nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 1020px){
	body {
		font-size: 18px;
	}
	h1, h2 {
		/*font-size: 24px;*/
	}
	.homeSize h1, .homeSize h2, .partnerSize h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 760px){
	body {
		margin-top: 0;
		font-size: 16px;
	}
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	h1, h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.homeSize h1, .homeSize h2, .partnerSize h1 {
		font-size: 26px;
	}
	.partnerSize h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 480px){
	body {
		line-height: 1.4em;
	}
}


/* Konstrukt
*******************************************************************************/

.wideWrap {
	position: relative;
	/*max-width: 1300px;*/
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.wrap {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.wrapMargin {
	position: relative;
	max-width: 1146px;
	margin: 0 auto;
	padding: 0;
}

.noMargBottom {
	margin-bottom: 0;
}

.margBottom {
	margin-bottom: 40px;
}

.negativMargTop {
	margin-top: -40px;
}

.dividerGrey {
	position: relative;
	width: 100%;
	height: 2px;
	background: #ececec;
	margin: 0 0 60px 0;
}

.dividerBlue {
	position: relative;
	width: 100%;
	height: 2px;
	background: #4796d1;
	margin: 20px 0;
}

.bgBlue {
	background: #4796d1;
}

.space30 {
	position: relative;
	clear: both;
	width: 100%;
	height: 30px;
}

.topLink {
	text-align: center;
}

.topLink a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(/_images/top.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

@media only screen and (max-width: 1190px){
	.wrapMargin {
		margin: 0 -20px;
	}
}


@media only screen and (max-width: 760px){
	.dividerGrey {
		margin: 0 0 30px 0;
	}
	.negativMargTop {
		margin-top: 0;
	}

}



.fadeCont {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}
	

.fadeIn {	
	-moz-animation-name: slideBoxes;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 0.5s;

    -webkit-animation-name: slideBoxes;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.5s;

    animation-name: slideBoxes;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.5s;
}

@-moz-keyframes slideBoxes {
    0% {
        -moz-transform: translateY(150px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes {
    0% {
        -webkit-transform: translateY(150px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes {
    0% {
        transform: translateY(150px);
		opacity: 0;
    }
    100% {
        transform: translateY(0);
		opacity: 100;
    }
}

@media only screen and (max-width: 760px){
	.fadeCont {
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
}




/* Header
*******************************************************************************/

#header {
	position: relative;
	width: 100%;
	height: 155px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	position: relative;
	/*width: 390px;
	height: 70px;*/
	width: 351px;
	/*padding: 7px 0 0 0;*/
	padding: 40px 0 0 0;
}

#logo img {
	width: 100%;
	height: auto;
}

#mfPreviewBarShow {
	display: none;
}

.suche {
	position: relative;
	margin: 0 0 0 80px;
	background: #f0f4fb;
	width: auto;
}

.suche input {
	width: 130px;
	border: none;
	background: #f0f4fb;
	color: #395775;
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}

.suche input.sendSearch {
	width: 28px !important;
	height: 28px;
	border: none;
	padding: 0;
	margin: 0 0 0 -5px;
	background: #f0f4fb url(/_images/search.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.suche ::-webkit-input-placeholder {
	color: #395775;
}
.suche :-moz-placeholder { /* Firefox 18- */
	color: #395775;
}
.suche ::-moz-placeholder {  /* Firefox 19+ */
	color: #395775;
}
.suche :-ms-input-placeholder {  
	color: #395775;
}

/* Suche Footer */

#footer .suche {
	margin: 0;
	background: #fff;
}

#footer .suche input[type="text"] {
	background: #fff;
	font-size: 14px;
	padding: 7px 10px 7px 5px;
	width: 170px;
}

#footer .suche input.sendSearch {
	background: #fff url(/_images/search.png) no-repeat;
	padding: 0;
}



@media only screen and (max-width: 1100px){
	#header {
		height: 120px;
	}
	#logo {
		/*width: 290px;*/
		width: 290px;
		height: auto;
		/*padding: 6px 0 0 0;*/
		padding: 20px 0 0 0;
	}
	.suche {
		margin-left: 40px;
		width: auto !important;
	}
	.suche input {
		width: 100px;
		font-size: 16px;
	}
	#sucheFooter input[type="text"] {
		width: 180px;
	}
	.suche input.sendSearch {
		height: 26px;
		width: 26px;
	}
}

@media only screen and (max-width: 900px){
	.suche {
		margin-right: 0;
	}
	.suche input {
		width: 80px;
	}
	#sucheFooter input[type="text"] {
		width: 180px;
	}
	.suche input.sendSearch {
		height: 26px;
	}
	#headerNav .floatLeft {
		clear: both;
		float: right;
	}
}


@media only screen and (max-width: 760px){
	#header {
		height: 70px;
	}
	#logo {
		/*width: 230px;*/
		width: 210px;
		height: auto;
		/*padding: 17px 0 0 0;*/
		padding: 20px 0 0 0;
	}
}

/* Headerbild, Breadcrumb */
#headerbild {
	position: relative;
	height: 410px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.partnerSize #headerbild {
	height: 580px !important;
}

#headerbild.bgGrau {
	background: #f2f2f2;
	height: auto;
	max-height: 410px !important;
}

#headerbild.bgGrauGeschichte {
	background: #ededed;
	height: auto;
	max-height: 410px !important;
}

#headerbild.bgGrauGeschichte img {
	width: 100%;
	height: auto;
}

#breadcrumb {
	color: #333;
	font-size: 17px;
	padding: 10px 0 40px 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #333;
	font-size: 17px;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a.aktiv {
	color: #395775;
}

@media only screen and (max-width: 760px){
	#headerbild {
		height: 180px;
	}
	.partnerSize #headerbild {
		height: 220px !important;
	}
	#breadcrumb {
		font-size: 13px;
		padding: 10px 0 20px 0;
	}
	#breadcrumb a {
		font-size: 13px !important;
	}
}



/* Navigation
*******************************************************************************/

#mobile-header {
	display: none;
	position: absolute;
	/*top: 12px;*/
	top: 18px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/_images/menu-button.png);
	z-index: 90;
}

#responsive-menu-button {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#mobileNav {
	display: none;
}


/* Header Navigation */

#headerNav {
	position: absolute;
	top: 0;
	/*right: 8px;*/
	right: 0;
}

#headerNav nav {
	display: inline-block;
}

#headerNav ul {
	list-style: none;
}

#headerNav li {
	float: left;
}

#headerNav a:link, #headerNav a:visited {
	font-size: 18px;
	/*margin-left: 15px;*/
	color: #333;
	padding: 0 7px;
}

#headerNav a:hover, #headerNav a:active, #headerNav a.aktiv {
	color: #395775;
}


/* Blog */
a.btn {
	display: block;
	/*display: none;*/
	background: #3A5874;
	color: #fff !important;
	padding: 0 12px !important;
}

a.btn:hover {
	background: #c4d3e1;
	color: #3A5874 !important;
}

a#sidr-id-blog {
	/*display: none !important;*/
}

li.footerBlog {
	/*display: none !important;*/
}




/* Hauptnavigation */

#navigation {
	position: absolute;
	top: 115px;
	width: 100%;
	z-index: 10000;
	margin: 0;
	padding: 0 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainNav {
	clear: both;
	float: left;
	width: 100%;
}

#mainNav ul.firstLevel {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style: none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainNav ul.firstLevel li {
	float: left;
	position: relative;
	right: 50%;
	font-size: 22px;
}

#mainNav ul.firstLevel li:first-child {
	margin-left: 100px;
}

.panel1Bottom {
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: -15px;
	left: 0;
	background: rgba(255,255,255,0.9);
	display: none;
}

.panel2Bottom {
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: -15px;
	left: 0;
	background: rgba(255,255,255,0.9);
	display: none;
}

#mainNav a {
	display: inline-block;
	padding: 0 10px 0 18px;
	margin: 0 5px 0 10px;
	font-size: 22px;
	line-height: 1.4em;
	background: url(/_images/aufz_grau.png) no-repeat left 9px;
}

#mainNav ul ul a {
	margin: 0 5px 0 13px;
}

#mainNav a:link, #mainNav a:visited {
	color: #333;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

#mainNav a:hover, #mainNav a:active, #mainNav a.aktiv {
	color: #395775;
	background: url(/_images/aufz_blau.png) no-repeat left 9px;
}

#mainNav a.offen {
	color: #333 !important;
	background: url(/_images/aufz_grau.png) no-repeat left 9px;
}

#mainNav a.klappeauf {
	color: #395775 !important;
	background: url(/_images/aufz_blau.png) no-repeat left 9px;
}
/*
#mainNav a.aktiv {
	border-top: #b1caea 1px solid;
	border-left: #b1caea 1px solid;
	border-right: #b1caea 1px solid;
	padding: 10px 10px 5px 25px;
}

#mainNav .panel ul a.aktiv {
	border: none;
}*/

/*#mainNav a.aktiv .panel1Bottom {
	display: inherit;
}

#mainNav a.aktiv .panel2Bottom {
	display: inherit;
}*/

#mainNav ul.firstLevel a {
	font-size: 25px;
}

.panel {
	display: none;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50px;
	z-index: 10001;
	padding: 20px 60px;
}

.panel ul {
	list-style: none;
}

.panel li {
	padding: 8px 0 0 0;
}

#mainNav .panel a {
	background: url(/_images/aufz_grau_small.png) no-repeat left 8px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}


#mainNav .panel ul.full > li > a,
#mainNav .panel ul.float2 > li > a {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}


#mainNav .panel a:hover, #mainNav .panel a:active, #mainNav .panel a.aktiv {
	background: url(/_images/aufz_blau_small.png) no-repeat left 8px;
}

ul.full {
	position: relative;
	clear: both;
	padding-bottom: 15px;
}

ul.float3 {
	position: relative;
	float: left;
	width: 33%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.float2 {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.panel ul ul {
	margin-left: 13px;
	/*list-style-image: url(/_images/nav.png);
	list-style-position: inside;*/
}

.panel ul ul a {
	padding: 3px 10px 3px 15px;
}

#hide {
	position: relative;
	overflow: hidden;
}


@media only screen and (max-width: 1100px){
	#navigation {
		top: 80px;
	}
	.panel {
		padding: 27px 30px 14px 30px;
	}
	#mainNav .panel a {
		font-size: 20px;
		background: url(/_images/aufz_grau_small.png) no-repeat left 6px;
	}
	#mainNav .panel a:hover, #mainNav .panel a:active, #mainNav .panel a.aktiv {
		background: url(/_images/aufz_blau_small.png) no-repeat left 6px;
	}
}

@media only screen and (max-width: 1020px){
	#headerNav a:link, #headerNav a:visited {
		font-size: 16px;
	}
	#mainNav ul.firstLevel {
		font-size: 26px;
	}
	#mainNav ul.firstLevel a {
		font-size: 22px;
	}
	#mainNav a {
		background: url(/_images/aufz_grau_small.png) no-repeat left 9px;
	}
	#mainNav a:hover, #mainNav a:active, #mainNav a.aktiv {
		background: url(/_images/aufz_blau_small.png) no-repeat left 9px;
	}
	#mainNav a.offen {
		background: url(/_images/aufz_grau_small.png) no-repeat left 9px;
	}
	#mainNav a.klappeauf {
		background: url(/_images/aufz_blau_small.png) no-repeat left 9px;
	}
	.panel1Bottom {
		bottom: -20px;
	}
	.panel2Bottom {
		bottom: -20px;
	}
}

@media only screen and (max-width: 760px){
	#mobile-header {
		display: inherit;
	}
	#mainNav a {
		font-size: 16px;
	}
	#headerNav {
		display: none;
	}
	#navigation {
		display: none;
	}
}



/* Content
*******************************************************************************/

.content {
	position: relative;
	margin: 0 0 50px 0;
}

.spalten {
	background: url(/_images/bg_spalten.png) repeat-y center top;
}

.spaltenPadding {
	margin-bottom: 50px;
}

.spalten2 {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten2:nth-child(2n) {
	padding-right: 0;
	padding-left: 50px;
}

.spalten2 img {
	width: 100%;
	height: auto;
}

.homeSize .spalten2 h2 {
	padding: 10px 0;
}

.spalten3 {
	position: relative;
	float: left;
	width: 33.333333%;
	padding-right: 30px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
.spalten3:nth-child(3n) {
	padding-right: 0;
}

.spalten4 {
	position: relative;
	float: left;
	width: 25%;
	padding-right: 30px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
.spalten4:nth-child(4n) {
	padding-right: 0;
}

#footer .spalten4 {
	width: 27%;
}

#footer .spalten4:first-child {
	width: 19%;
}

.mehr {
	display: inline-block;
	background: url(/_images/aufz_blau.png) no-repeat -4px 7px;
	padding-left: 15px;
	margin-top: 10px;
}

.mehr:hover {
	background: url(/_images/aufz_blau_over.png) no-repeat -4px 7px;
}

.noMarginTop {
	margin-top: 0;
}

a.mehr:link, a.mehr:visited {
	color: #395775;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

a.mehr:hover, a.mehr:active {
	color: #758a9f;
}

.lead {
	font-size: 26px;
	line-height: 1.4em;
	padding-top: 20px;
}

.bgGray {
	background: #f2f2f2;
	padding: 40px 0;
}

.portrait {
	position: relative;
	float: left;
	width: 33.333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 23px 0 23px;
}

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

.portrait p {
	font-size: 17px;
}

.portrait h3 {
	font-size: 22px !important;
}


.content ul {
	list-style-image: url(/_images/aufzaehlung_grau.png);
	margin-left: 19px;
}

.content ul li {
	padding-bottom: 20px;
}

.quelle {
	/*margin-top: -15px;*/
}

.grey {
	color: #333;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
}

.bild23 img {
	width: 66%;
	max-width: 240px;
	height: auto;
	margin-bottom: 20px;
}

/* Stich mit okzoom */
#stich {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.zoomBild {
	width: 35%;
	margin-top: 15px;
}

.zoomBild img {
	width: 100%;
	height: auto;
}

figcaption, .textSmall {
	font-size: 16px;
}

a.preview {
	position: relative;
}

#preview {
	position:absolute;
	border:none;
	background: #d5d5d5;
	padding:0;
	max-width: 400px;
	height: auto;
	display:none;
	color:#fff;
	line-height: 1px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.2);
}

/* Flexslider Geschichte */

.sliderWrap {
	max-width: 1220px;
	margin: 0 auto;
}

.sliderMargin {
	margin: 0 60px;
	border-top: #333 1px solid;
}

.flexslider ul {
	list-style: none !important;
}

.sliderMargin .slides li {
	/*padding: 10px 0 20px 0;
	min-height: 250px;*/
	background: url(/_images/geschichte_bg.png) no-repeat top left;
}

.sliderMargin .slides li div {
	padding: 10px 0 20px 0;
	min-height: 250px;
	border: #fff 10px solid;
	margin-left: 1px;
}

li.rbBlau div {
	background: #dfe7f2;
}

li.rbBlau p {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

.sliderMargin .slides p {
	padding: 0 20px;
}

.sliderMargin .slides h2 {
	/*border-left: #333 1px solid;*/
	margin-bottom: 25px;
	padding: 20px 20px 0 20px;
}

.flex-direction-nav .flex-next {
	right: -60px;
}

.flex-direction-nav .flex-prev {
	left: -60px;
}


/* Mediaqueries für Flexslider Geschichte */
@media only screen and (max-width: 1240px){
	.sliderMargin {
		margin: 0 40px;
	}
	.flex-direction-nav .flex-next {
		right: -40px;
	}
	.flex-direction-nav .flex-prev {
		left: -40px;
	}
}

@media only screen and (max-width: 760px){
	.sliderMargin {
		margin: 0 20px;
	}
	.flex-direction-nav .flex-next {
		right: -30px;
	}
	.flex-direction-nav .flex-prev {
		left: -30px;
	}
	.slides p {
		padding: 0 10px;
	}
	.slides h2 {
		padding: 10px 10px 0 10px;
	}
	.slides li {
		min-height: 200px;
	}
	.spalten3 {
		float: none;
		clear: both;
		width: 100%;
		padding-right: 0;
	}
	.portrait p {
		font-size: 15px;
	}
}


/* Anlage- und Beratungsphilosophie - 2/3 - 1/3 Aufteilung mit Zitat rechts */

article {
	position: relative;
	width: 100%;
}
.spalte23 {
	position: relative;
	float: left;
	width: 66.666666%;
	border-right: #ececec 2px solid;
	padding-right: 50px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte13 {
	position: relative;
	float: left;
	width: 33.333333%;
	padding-left: 40px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte13 img {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

ul.weiter {
	list-style: none;
	margin-left: 0;
}

a.weiter:link, a.weiter:visited {
	text-decoration: none;
	color: #395775;
	font-weight: bold;
	padding-bottom: 20px;
	display: inline-block;
	padding-left: 20px;
	background: url(/_images/aufz_blau.png) no-repeat 0 6px;
}

a.weiter:hover, a.weiter:active {
	text-decoration: none;
	color: #758a9f;
	background: url(/_images/aufz_blau_over.png) no-repeat 0 6px;
}

ul.jobs {
	list-style: none;
	margin: -12px 0 0 0;
	border-top: #ececec 2px solid;
}

.jobs li {
	padding: 10px 0;
	border-bottom: #ececec 2px solid;
}


/* Bilder dreispaltig */

.wrap3 {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.spalte3 {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte3.responsive img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1140px){
	.wrap3 {
		margin: 0 -20px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 760px){
	.spalte3 {
		width: 100%;
	}
	.spalte3 img {
		max-width: 50%;
		height: auto;
	}
	.spalte3.responsive img {
		max-width: 100%;
	}
}

/* Bilder zweispaltig */

.wrap2 {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.spalte2 {
	position: relative;
	float: left;
	width: 285px;
	padding: 0 20px;
	margin-bottom: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte2.responsive img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1140px){
	.wrap2 {
		margin: 0 -20px 20px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 760px){
	.spalte2 {
		width: 100%;
	}
	.spalte2 img {
		max-width: 50%;
		height: auto;
	}
	.spalte2.responsive img {
		max-width: 100%;
	}
}


/* Accordion */
.accordion {
	position: relative;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader {
	background: #f2f2f2;
	border-bottom: #fff 10px solid;
	cursor: pointer;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader h2 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/_images/aufz_blau.png) no-repeat 0 16px;
	padding-left: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Glow-Effekt für Accordion-Header */
.accordionHeader, .innerAccordionHeader h2 {
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
}

.accordionHeader:active {
	background: #b0cee4;
}

.innerAccordionHeader:active h2 {
	color: #758a9f;
}



.ui-accordion-header-active h2 {
	background: url(/_images/auf_blau.png) no-repeat 0 16px;
}

.accordionContent {
	background: #fff;
	padding: 40px 0 20px 0;
	margin-bottom: 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionContent h3 {
	font-size: 26px;
}

.innerCont {
	max-width: 1100px;
	margin: 0 auto;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.innerCont.smallWidth {
	max-width: 900px;
	padding-left: 20px;
}

.accordionContent .wrapMargin {
	position: relative;
	max-width: 1146px;
	margin: 0 -23px;
	padding: 0;
}

.innerAccordion {
	margin-top: 20px;
}

.innerAccordionHeader {
	cursor: pointer;
	margin-bottom: 20px;
}

.innerAccordionHeader h2, a.linkAccordion {
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(/_images/aufz_blau.png) no-repeat 0 16px;
	font-size: 26px;
	color: #395775;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

a.linkAccordion {
	display: block;
	margin-top: 10px;
}

.innerAccordionHeader.ui-accordion-header-active h2 {
	background: url(/_images/auf_blau.png) no-repeat 0 16px;
}

.innerAccordionHeader p {
	/*padding-left: 20px;*/
}

.innterAccordionContent {
	margin-bottom: 50px;
	padding-left: 20px;
}


.question {
	margin-top: 20px;
	color: #395775;
}

.answer {
	color: #4f98d0;
}

.bgGrau {
	background: #f2f2f2;
}

.accordionHeader.ui-accordion-header-active.bgGrau {
	border-bottom: #f2f2f2 10px solid;
}

.innerContWide {
	max-width: 1180px;
	margin: 0 auto;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* schmale Spalte links */
.spalte13left {
	position: relative;
	float: left;
	width: 33.3333330%;
	padding-right: 40px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte23left {
	position: relative;
	float: left;
	width: 66.666666%;
	/*border-right: #ececec 2px solid;*/
	padding-left: 50px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalte13left img {
	width: 100%;
	height: auto;
}

.hidden {
	display: none;
}

.hiddenFirst {
	display: inherit;
}


/* Charts */

.chartWrap {
	width: 66%;
	height: auto;
	margin-top: 40px;
}

.chartCaption {
	font-size: 22px;
	padding-left: 30px;
}

.chartColor {
	display: inline-block;
	line-height: 1;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 -30px;
}


/* Google Map */
#map {
	width: 100%;
	height: 410px;
}

#mapAdresse {
	width: 200px;
	line-height: 1.4em;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.fussnote {
	font-size: 17px;
	padding-top: 20px;
}
	

@media only screen and (max-width: 1190px){
	.bgGray {
		padding: 40px 20px;
	}
	.innerCont {
		padding: 0 20px;
	}
	.accordionHeader h2 {
		margin: 0 20px;
	}
}


@media only screen and (max-width: 1020px){
	.lead {
		font-size: 22px;
	}
	ul.weiter, ul.jobs {
		list-style: none;
		margin-left: 0;
	}
	a.weiter:link, a.weiter:visited {
		background: url(/_images/aufz_blau_small.png) no-repeat 0 4px;
	}
	a.weiter:hover, a.weiter:active {
		background: url(/_images/aufz_blau_small_over.png) no-repeat 0 4px;
	}
	.mehr {
		background: url(/_images/aufz_blau.png) no-repeat -4px 4px;
	}
}

@media only screen and (max-width: 950px){
	.spalten4, #footer .spalten4, #footer .spalten4:first-child {
		width: 50%;
	}
	.spalten4:nth-child(4), .spalten4:nth-child(2n), #footer .spalten4:nth-child(4), #footer .spalten4:nth-child(2n) {
		padding-right: 0;
	}
	.portrait {
		width: 50%;
	}
	.content ul {
		list-style-image: url(/_images/aufzaehlung_grau_small.png);
		margin-left: 18px;
	}
	.mehr {
		background: url(/_images/aufz_blau_small.png) no-repeat -4px 4px;
	}
	.mehr:hover {
		background: url(/_images/aufz_blau_small_over.png) no-repeat -4px 4px;
	}
	.spalte23 {
		padding-right: 20px;
	}
	.spalte13 {
		padding-left: 20px;
	}
	ul.weiter, ul.jobs {
		list-style: none;
		margin-left: 0;
	}
	a.weiter:link, a.weiter:visited {
		background: url(/_images/aufz_blau_small.png) no-repeat 0 4px;
	}
	a.weiter:hover, a.weiter:active {
		background: url(/_images/aufz_blau_small_over.png) no-repeat 0 4px;
	}
	.spalte13left {
		padding-right: 20px;
	}
	.spalte23left {
		padding-left: 20px;
	}
	.chartCaption {
		font-size: 16px;
	}
	.chartWrap {
		width: 100%;
	}
	img#grafik {
		max-width: 280px;
	}
}

@media only screen and (max-width: 760px){
	.lead {
		font-size: 18px;
	}
	.content {
		margin: 0 0 30px 0;
	}
	figcaption, .textSmall {
		font-size: 14px;
	}
	.spalte23 {
		width: 100%;
		border: none;
		padding: 0 0 30px 0;
	}
	.spalte13 {
		width: 100%;
		border: none;
		padding: 0;
	}
	.spalte13left {
		width: 100%;
		border: none;
		padding: 0 0 30px 0;
	}
	.spalte23left {
		width: 100%;
		border: none;
		padding: 0 0 10px 0;
	}
	.accordionContent {
		padding: 10px 0 20px 0;
	}
	.headerGrossMap {
		height: 240px !important;
	}
	#map {
		height: 240px;
	}
	#mapAdresse {
		font-size: 10px;
		width: 160px;
	}
	.fussnote {
		font-size: 14px;
	}
	.accordionHeader h2 {
		font-size: 20px !important;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 600px){
	.portrait {
		width: 100%;
	}
}

@media only screen and (max-width: 490px){
	.spalten {
		background: none;
	}
	.spalten4, #footer .spalten4, #footer .spalten4:first-child {
		width: 100%;
		padding-right: 0;
	}
	.spalten2 {
		position: relative;
		float: left;
		width: 100%;
		padding: 0 0 30px 0;
		/*margin-bottom: 20px;
		border-bottom: #ececec 2px solid;*/
	}
	.spalten2:nth-child(2n) {
		padding-left: 0;
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.single {
		margin-bottom: 20px;
		border-bottom: #ececec 2px solid;
	}
	.question .spalten2 {
		padding: 0 0 10px 0;
	}
	.question .spalten2:nth-child(2n) {
		padding: 0 0 20px 0;
		border-bottom: #CCC 2px solid;
	}
	.innerAccordionHeader h2, a.linkAccordion {
		font-size: 18px;
		background: url(/_images/aufz_blau.png) no-repeat 0 12px;
	}
	.ui-accordion-header-active h2 {
		background: url(/_images/auf_blau.png) no-repeat 0 12px;
	}
	.accordionContent h3 {
		font-size: 18px;
	}
	.innerAccordionHeader.ui-accordion-header-active h2 {
		background: url(/_images/auf_blau.png) no-repeat 0 12px;
	}
}



/* Suchresultate */
.suchliste {
	border-top: #ececec 2px solid;
	margin: 20px 0;
}

#suchresultate {
	margin-left: 0;
	/*list-style-position: inside;*/
}

ul#suchresultate {
	/*list-style-image: url(/_images/aufz_blau.png) !important;*/
	list-style: none;
}

#suchresultate li {
	border-bottom: #ececec 2px solid;
	padding: 20px 0 17px 0;
}

#suchresultate p {
	padding-left: 21px;
}


#suchresultate a {
	display: block;
	color: #395775;
	background: url(/_images/aufz_blau.png) no-repeat left 6px !important;
	padding-left: 21px;
}

@media only screen and (max-width: 760px){
	#suchresultate a {
		background: url(/_images/aufz_blau_small.png) no-repeat left 4px !important;
	}
}




/* Slider Home */

#carousel {
	position: relative;
	width: 100%;
	max-height: 580px !important;
	min-height: 310px;
	height: 310px;
	overflow: hidden;
	background: #333;
}

.sliderBild {
	display: block;
	width: 100%;
	max-height: 580px !important;
	min-height: 310px;
	height: 310px;
}

@media only screen and (max-width: 760px){
	.sliderBild {
		max-height: 220px !important;
		min-height: 220px !important;
	}
}

#owl-main {
	height: 580px;
}

.item {
	height: 580px;
	display: block;
	background-position: center 55%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.owl-pagination {
	position: relative;
	margin: 0 auto;
	z-index: 1000;
	text-align: center;
}

.owl-page {
	position: relative;
	background: #ccdae6;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 10px 5px;
}

.owl-page.active {
	background: #74a1c8;
}

#owl-main .item .caption {
	padding-top: 620px;
	z-index: 1001;
}

/*.caption {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}*/

.caption h1 {
	text-align: center;
}

.owl-wrapper-outer {
	overflow: visible !important;
}

.active .caption {
	-moz-opacity: 100;
	-webkit-opacity: 100;
	opacity: 100;
	
	-moz-animation-name: slideCaption;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1.4s;

    -webkit-animation-name: slideCaption;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.4s;

    animation-name: slideCaption;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.4s;
}


#carouselCaption {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 38px 0 32px 0;
}

#carouselCaption h1 {
	text-align: left;
	font-size: 38px;
}


@-moz-keyframes slideCaption {
    0% {
        -moz-transform: translateX(1000px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideCaption {
    0% {
        -webkit-transform: translateX(1000px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideCaption {
    0% {
        transform: translateX(1000px);
		opacity: 0;
    }
    100% {
        transform: translateX(0);
		opacity: 100;
    }
}


@media only screen and (max-width: 760px){
	/*#carousel {
		height: 410px;
	}*/
	#owl-main {
		height: 280px;
	}
	.item {
		height: 220px;
	}
	#owl-main .item .caption {
		padding-top: 260px;
	}
	.homeSize h1, .homeSize h2 {
		font-size: 26px;
	}
	#carouselCaption {
		padding: 15px 0 20px 0;
	}
	#carouselCaption h1 {
		margin-top: 5px;
		font-size: 26px;
	}
	#carousel {
		max-height: 220px !important;
		min-height: 220px !important;
		height: 220px !important;
	}
}


/* Boxen Home */
.boxenHome {
	padding: 40px 20px 30px 20px;
}


/* Wow-Slider */

#wowslider-container1 .ws-title {
	margin-bottom: -170px !important;
	color: #395775 !important;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	text-shadow: none !important;
}

div.ws-title-wrapper {
	overflow: visible !important;
}



/* Tabelle Mandatsarten */

.mandatsarten td {
	border-bottom: #555 1px solid;
	padding: 10px 15px 10px 0;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.td40 {
	width: 40%;
	padding-right: 30px !important;
}

.td15 {
	width: 15%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 10px 0 !important;
	font-size: 90%;
}

.td15.header {
	vertical-align: top;
}


@media only screen and (max-width: 760px){
	.td40 {
		width: 100%;
		padding-right: 0 !important;
	}
	.td15 {
		display: none;
	}
	.td40 div {
		width: 100%;
		display: block !important;
		padding: 2px 5px;
		margin-top: 3px;
		font-size: 90%;
		background: #f2f2f2;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.td40 div span {
		clear: right;
	}
	.td40 div span img {
		padding-right: 5px;
	}
	.hideMobile {
		display: none;
	}
}


/* Privatkunden Dienstleistungen */

.tblDienstleistungen {
	padding-bottom: 20px;
}

.tblDienstleistungen td {
	text-align: center;
	vertical-align: top;
	color: #fff;
	width: 33.333333%;
	border: none;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 80px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

td.td01 {
	background: #bacce5;
}

td.td02 {
	background: #95b3d8;
}

td.td03 {
	background: #6b9dc9;
}

td.tdColspan {
	background: #909090;
}

.tblDienstleistungen td:hover,
.tblDienstleistungen td.aktiv {
	background: #395775;
	color: #fff;
}

.dienstHidden {
	display: none;
	margin: 30px 0 40px 0;
}

.mobileGrafik {
	display: none;
}
.deskGrafik {
	display: inline-block;
}

@media only screen and (max-width: 760px){
	.tblDienstleistungen {
		width: 100%;
		padding-bottom: 0;
	}
	.mobileGrafik {
		display: inline-block;
	}
	.deskGrafik {
		display: none;
	}
}

@media only screen and (max-width: 480px){
	.tblDienstleistungen {
		font-size: 80%;
	}
	.tblDienstleistungen td {
		padding: 5px;
	}
}


/* Footer
*******************************************************************************/

#slogan {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 4px;
	margin: 40px 0 20px 0;
	background: #395775;
	color: #fff;
	font-size: 19px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.right {
	text-align: right;
}

#footer {
	font-size: 15px;
	line-height: 1.4em;
	padding: 30px 0 20px 0;
	background: #f2f2f2;
}

#footer ul {
	list-style: none;
	margin-bottom: 15px;
}

#footer li {
	padding: 12px 0 0 0;
}

#footer a:link, #footer a:visited,
#adresse a:link, #adresse a:visited {
	color: #333;
}

#footer a:hover, #footer a:active,
#adresse a:hover, #adresse a:active {
	color: #395775;
}

#adresse {
	background: #f2f2f2;
	border-top: #fff 2px solid;
	font-size: 15px;
	padding: 15px 0;
	line-height: 1.4em;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}

#adresse .floatRight {
	padding-top: 20px;
}

@media only screen and (max-width: 1380px){
	#footer .wrap, #adresse {
		padding: 0 20px;
	}
	#adresse {
		padding: 10px 20px;
	}
	#slogan {
		padding: 4px 20px 0 20px !important;
	}
}

@media only screen and (max-width: 1060px){
	#adresse .floatLeft {
		width: 50%;
	}
	#adresse .floatRight {
		float: left;
		width: 50%;
	}
	#adresse .desk {
		display: none;
	}
	#adresse .mobile {
		display: inherit;
	}
	#adresse .floatRight {
		padding-top: 0;
	}
}

@media only screen and (max-width: 760px){
	#slogan {
		text-align: left !important;
		font-size: 10px;
		line-height: 1.2em;
		padding-bottom: 4px !important;
	}
	#adresse .floatLeft, #adresse .floatRight {
		width: 100%;
	}
	#adresse .floatRight {
		padding-top: 20px;
	}
}




/* Formulare
*******************************************************************************/

#formularMail {
	display: block;
	width: 100%;
	height: 0.5px;
	margin: 0 !important;
	overflow: hidden;
}

form {
	width: 100%;
}

form p {
	margin: 0 0 15px 0 !important;
	padding-right: 20px;
	line-height: 1.8em;
}

p.form2 {
	float: left;
	width: 50%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formPLZ {
	float: left;
	width: 15%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formOrt {
	float: left;
	width: 35%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.form3 {
	float: left;
	width: 33.3%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formLeft {
	float: left;
	padding-right: 20px;
}

p.formRight {
	float: right;
	padding-right: 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset#Anfrage {
	margin-top: 15px;
}

label {
	float: left;
	width: 30%;
}

label.check {
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 40px;
}

.check input {
	margin-right: 10px;
}

.checkWidth {
	min-width: 250px;
}

input.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

.formPLZ input.formGross {
	padding: 12px 0 8px 15px;
}
 
textarea.formGross {
	width: 100%;
	height: 120px;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 12px 15px 8px 15px;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 12px 15px 8px 15px;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.formGross,
input:focus.formGross,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #395775;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	border: none;
	color: #fff;
	background: #758a9f;
	padding: 12px 15px 8px 15px;
	font-family: 'FFMetaWebProNormal', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #395775;
	color: #fff;
}

.formGross::-webkit-input-placeholder {
	color: #888;
}
.formGross:-moz-placeholder { /* Firefox 18- */
	color: #888;
}
.formGross::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
}
.formGross:-ms-input-placeholder {  
	color: #888;
}

@media only screen and (max-width: 900px){
	form {
		width: 100%;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 790px){
	p.form3 {
		width: 50%;
	}
}

@media only screen and (max-width: 650px){
	form p, p.formRight {
		padding-right: inherit;
	}
	p.form3, p.form2 {
		width: 100%;
		padding-right: 0;
	}
	p.formPLZ {
		width: 30%;	
		padding-right: 10px;
	}
	p.formOrt {
		width: 70%;	
		padding-right: 0;
	}
	.checkWidth {
		min-width: 0;
	}
	.formGross, .sendKontakt {
		font-size: 14px !important;
	}
}



/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #C30;
}

div.admin {
	background: #dadada;
	color: #000;
	width: 95%;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #333;
	-moz-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}

p.admin {
	font-size: 14px;
}