

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.before::before,
.after::after {
	content: "\A\A";
	white-space: pre;
	display: none;
}

@font-face {
font-family: 'FontAwesome';
src: 	url('/files/farmont/fonts/fa-solid-900.eot?v=5.4.2');
src: 	url('/files/farmont/fonts/fa-solid-900.eot?#iefix&v=5.4.2') format('embedded-opentype'),
		url('/files/farmont/fonts/fa-solid-900.woff2?v=5.4.2') format('woff2'),
		url('/files/farmont/fonts/fa-solid-900.woff?v=5.4.2') format('woff'),
		url('/files/farmont/fonts/fa-solid-900.ttf?v=5.4.2') format('truetype');
font-weight: normal;
font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.svg') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.svg') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-italic - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-italic.svg') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-700italic - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.svg') format('svg'); /* Legacy iOS */
  }

html {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: #0788ca;
}


body {
	font: 18px "Open Sans",sans-serif;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400; 
	line-height: 1.4;
	color: black;
	background: #273b79;
	background-size: cover;
	overflow: auto;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
p  {
	font-size:1em;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
p  {
	font-size:0.8em;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
p  {
	font-size:0.7em;
}
}

body,
form,
figure {
	margin: 0;
	padding: 0
}

img {
	border: 1;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
table th,
table td {
	border: 1px solid #e8e8e8;
}
table th {
	padding: 0.33333em 0.55556em;
	font-weight: 700;
	text-align: left;
	background: rgba(0,0,0,0.02);
}
table td {
	padding: 0.33333em 0.55556em;
}
strong,
b {
	font-weight: 700;
}

code {
	padding: 0.14286em 0.35714em;
	font-family: "Lucida Console",monospace;
	font-size: 0.77778em;
	line-height: 1.35714;
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
pre {
	margin: 1.71429em 0;
	padding: 0 0.42857em;
	display: block;
	overflow: auto;
	font-family: "Lucida Console",monospace;
	font-size: 0.77778em;
	line-height: 1.71429;
	color: white;
	background: #dedede;
}
pre code {
	font-size: 1em;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
}
hr {
	clear: both;
	height: 1px;
	overflow: visible;
	margin: 1.33333em 0;
	border: 0;
	background: #dedede;
}

.confirmation {
	color: red;
}
.information {
	color: #0788ca;
}


p.confirmation,
p.information,
p.warning,
div.confirmation,
div.information,
div.warning,
span.confirmation,
span.information,
span.warning {
	position: relative;
	display: none;
	margin: 1.5em 0;
	padding: 2.77778em 6.25% 1.11111em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: #375111;
	background: #ffffff;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
	background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

p.confirmation:before,
p.information:before,
p.warning:before,
div.confirmation:before,
div.information:before,
div.warning:before,
span.confirmation:before,
span.information:before,
span.warning:before {
	font: 0.77778em/1 "FontAwesome";
	content: "\e044";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	padding: 0.57143em 1.42857em;
	color: #ffffff;
	text-align: right;
	background: #7eba28;
}

p.information,

div.information,

span.information {
	color: #03354f;
}
p.information:before,

div.information:before,

span.information:before {
	content: "\e0a6";
	background: #0788ca;
}
p.warning,

div.warning,

span.warning {
	color: #841111;
}
p.warning:before,

div.warning:before,

span.warning:before {
	content: "\e144";
	background: #ff0000;
}
p.drop-cap:first-letter,

span.drop-cap {
	float: left;
	margin: 0.08333em 0.1em -0.16667em -0.05em;
	font-size: 3.33333em;
	font-weight: 400;
	line-height: 0.7;
	color: red;
}

p.drop-cap:first-letter {
	margin: 0.27778em 0.33333em -0.55556em -0.16667em;
}

.clear {
	clear: both;
}

.invisible {
	position: absolute;
	height: 1px !important;
	width: 1px !important;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.tag-line {
	padding-bottom: 0;
}
.logo ~ .tag-line {
	min-height: 146px;
}
@media screen and (max-width:599px) {
.logo ~ .tag-line {
	min-height: 0;
}
}
.tag-line .ce_text {
	padding: 0;
	font-size: 0.88889em;
	color: #8a8a8a;
	display: block;
	
}
@media screen and (max-width:599px) {
	.tag-line .ce_text {
		padding: 1em 0;
		text-align: center;
}
}
.tag-line .ce_text p {
	margin: 0;
	
}
.tag-line .ce_text blockquote {
	margin: 0;
	font-size: 1.75em;
	color: #3d566e;
	
}
.tag-line .image_container {
	border: 0;
	border-top: 0px;
	border-top-color: #273b79;

}
.tag-line .ce_image {
	display: inline-block;
	width: 100%;

}

/*normalizer*/
menu,
ol,
ul,
li {
	padding: 0px;
	margin: 0px;
}

ul {
	padding-bottom: 1.35em;
}



.break {
	break-before: column;
}

@media print  {
	.break{
	break-before: avoid;
}
}
@media print  {
	ul {
	padding-bottom: 1.35em;
}
}



/*global stop*/




/*link*/
a {
	text-decoration: none;	
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 0;
	float:none;
}

input:focus {
	box-sizing: border-box;
}


.h3 a {
	color: #555;
	text-decoration: none;
	font-weight: 700; 
}

.protected a {
	text-decoration: none;
}

.mod_sitemap > .protected ul li li li{
	font-size: 1em;
}

/*link*/


/* Page*/

.page:before {
	content: "";
	display: table;
}
.page:after {
	content: "";
	display: table;
	clear: both;
}

.page {
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:white;
	z-index:1;
	height: auto;
	min-height: 400px;
}

@media print  {
	.page {
		position: relative;
		top:8px;
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0px;
		padding: 0px;
		padding-left:5%;
		padding-right:5%;
		box-shadow: none;
		background-color:none;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
	.page {
	padding-top: 10px;
	min-height: 0px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
	.page {
	min-height: 0px;
	padding-left: 50px;
	padding-right: 50px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
	.page {
	min-height: 0px;
	padding-left: 25px;
	padding-right:25px;
}
}

/* Page*/



/* Pageheader*/
.page-header {
	position: relative;
	background-color: white;
	top: 0px;
	width: 100%;
	height: auto;
	min-height: 0px;
	z-index:9999;
	clear: both;
}

@media print {
.page-header {
		position: relative;
		top: 0px;
		width: 100%;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
	.page-header  {

}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
	.page-header  {

}
}

@media screen and (min-width :1px)
and (max-width : 600px) {
	.page-header  {

}
}

/*.logo {
	position: relative;
	top: 35px;
	left: -475px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
	padding: 0px;
	width: 350px;
	height: 100px;
	float: none;
	overflow: hidden;
}*/

.logo {
	position: relative;
	top: 17px;
	left: -468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	padding: 0px;
	width: 370px;
	height: auto;
	float: none;
}

.logo-elektro {
	position: relative;
	top: 17px;
	left: -356px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	padding: 0px;
	width: 594px;
	height: auto;
	float: none;
}



@media print {
	.logo {
		top: 0px;
		left: 0px;
	margin-left: -20px;
	margin-right: 0;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
	.logo {
	position: relative;
	top: 20px;
	left: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	max-width: 320px;
	height: auto;
	float: none;
	overflow: visible;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
	.logo-elektro {
	position: relative;
	top: 22px;
	left: 7px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 14px;
	padding: 0px;
	width: 100%;
	max-width: 489px;
	height: auto;
	float: none;
	overflow: visible;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
	.logo  {
	position: relative;
	top: 20px;
	left: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0px;
	max-width: 280px;
	width: 320px;
	height: auto;
	float: none;
	overflow: visible;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
	.logo {
	position: relative;
	top: 20px;
	left: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0px;
	max-width: 280px;
	width: 280px;
	height: auto;
	float: none;
	overflow: visible;
}
}

.haus {
	position: absolute;
	top: 35px;
	left: 393px;
	margin-left: 50%;
	margin-right: 50%;
	padding: 0px;
	width: 175px;
	height: auto;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	margin-bottom: 0px;
}


@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.haus  {
	position: absolute;
	top: 30px;
	right: 50px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 30px;
	width: 150px;
	height: auto;
	float: none;
	overflow: visible;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.haus  {
	position: absolute;
	top: 25px;
	right: 50px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 30px;
	width: 90px;
	height: auto;
	float: none;
	overflow: visible;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.haus  {
	position: absolute;
	top: 40px;
	right: 150px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 70px;
	max-width: 80px;
	margin-top: 0px;
	float: none;
}
}

/* Pageheader*/



/* Pagefooter*/



#page-footer-div {
	position: relative;
	margin: 0px;
	margin-top: 0px;
	z-index: 9999;
}

.page-footer {
	clear: both;
	float: none;
	width: 1100px;
	height: 40px;
	min-height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	/*font-size: .8em;*/
	font-weight: 400;	
	text-transform: uppercase;
	/*letter-spacing: 0.02em;*/
	margin-bottom: 0px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	background-color: #273b79;
}

@media screen and (min-width : 1px)
and (max-width : 1000px) {
.page-footer  {
	background: white;
	height: 100%;
}
}

@media print {
	.page-footer {
		position: sticky;
		bottom: 10mm;
		left: 0;
		right: 0;
		min-height: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5%;
		padding-right: 5%;
		/*page-break-before: avoid;*/
		page-break-after: avoid;
		margin-top: 10mm;
}
}

@media screen and (min-width : 601px)
and (max-width : 900px) {
	.page-footer {
		padding-left: 40px;
		padding-right: 40px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
	.page-footer {
		padding-left: 20px;
		padding-right: 20px;
}
}



	
.content-wrapper {
	width: auto;
	/*max-width:1200px;*/
	margin: 0 auto;
	zoom: 1;

}



/* Pagefooter Stop*/




/* Header-Navigation*/
.header-navigation {
display:none;

}
/* Header-Navigation*/




/* Main-Navigation start*/

/*navi 1. ebene*/
ul.level_1 {
	padding-left: 0em;
	padding-right: 0em;
}

nav strong {
	font-weight: 400;
	background-color: white;
	color: #273b79;
	padding-right: .6em;
	padding-left: .6em;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: -2px;
}

.main-navigation-wrapper {
	width: auto;
	height:auto;
	clear: both;
	z-index:9999;
	margin-left:auto;
	margin-right:auto;
	display: none;
}

#main-navigation-div {
	height:40px;
	z-index:9999;
	display: block;
	background-color: #273b79;
	margin: 0px;
	width: 100%;
	text-align: center;
	display: block;
}

@media screen and (min-width : 1px)
and (max-width : 1000px) {
#main-navigation-div  {
	display: none;
}
}


.main-navigation {
	/* clearfix */
	width: 1100px;
	position: relative;	
	top: 0px;
	left: 0px;
	width: auto;
	padding-top: 9px;
	height:auto;
	overflow: hidden;/*hidden*/
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	font-weight: 400;
	margin-left:auto;
	margin-right:auto;

}


	
@media print  {
	.main-navigation {
		display: none;
	}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
	.main-navigation {
	width: auto;

}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
	.main-navigation {	
		top: 23px !important;
		font-size: .8em;
display: none;
	}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
	.main-navigation {	
		display: none;
	}
}

.main-navigation ul {
	position: relative;
	top: 1px;
	float: none;
	z-index:9999;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: auto;
	display: flex;
	justify-content: center;
}

.main-navigation li {
	padding-right: .6em;
	padding-left: .6em;
	display: inline-block;
	margin: 0;
	padding-top:0px;

}

/*.main-navigation li:nth-child(-n+4)::before {
	font: 1.2em/1 "FontAwesome";
	content: '\f540' "\00a0";
	vertical-align: baseline;
}*/



/* aktiver link nicht klickbar*/
.main-navigation a,
.main-navigation li > span {
	float: left;
	padding: 0;
	padding-left: .6em;
	padding-right: .6em;
	color: inherit;
	text-decoration: none;

}

/* aktiver menupunkt*/
.main-navigation a.trail,
.main-navigation a.active,
.main-navigation li > span.trail,
.main-navigation li > span.active {
	color: #273b79;
	background-color: white;
	padding-right: .6em;
	padding-left: .6em;
	padding-top: 2px;
	line-height: 1.5em;
}

/* homesymbol mit sonderfont*/
.main-navigation a.home.trail,
.main-navigation a.home.active,
.main-navigation li > span.home.trail,
.main-navigation li > span.home.active {
	color: red;
	background: none;
	display: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	padding-right: .6em;
	padding-left: .6em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #273b79;
	text-transform: uppercase;
	/*letter-spacing: 0.01em;
	border: 1px dotted white;*/ 
	background-color: white;
}

.main-navigation li:first-child > a,
.main-navigation li:first-child > span {
	border-left: none;
	padding-right: .6em;
	padding-left: .6em;
}

/* Listenelemente nebeneinander positionieren und Farbe anpassen*/

.main-navigation ul li {
	width:auto;
	float:left;
	background: none;
	/*list-style-type:none;*/
}

/*
Links nebeneinander positionieren
*/
.main-navigation ul li a {
	width:100%;
	display:block;
	color: white;
	padding-right: .6em;
	padding-left: .6em;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: -2px;
}
/*
Links der zweiten Ebene mit umschliessender ul nach unten holen
*/
.main-navigation ul.level_2 {
	position:relative;
	margin-top:1.9em;
	display:block; 
	background-color: rgba(0,0,0,.3);
}

/*
Listenelemente der zweiten Ebene untereinander positionieren
*/
.main-navigation ul.level_2 li {
	width:100%;
	clear:both;
	display:block;
	z-index:9999;	
}

/*
zweite Ebene verstecken.
*/
.main-navigation ul.level_2 {
	width:0px;
	height:0px;
	left:-32768px;
	top:-32768px;
	position:absolute;
	display:block;
}

/*
zweite Ebene wieder einblenden
*/
.main-navigation li:hover ul.level_2 {
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	z-index: 9999;
	display:block;
}

/* Main-Navigation stop*/



/*Mobil-Navigation start*/

.main-navigation-mobile {
	display: none;
}

.navimobil {
	display: none;
}

.mod_customnav.navimobil {
	display: none;
}

@media print  {
.main-navigation-mobile {
	display: none;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.main-navigation-mobile {	
		position: relative;	
		top: 10px;
		margin-left: 47px;
		margin-right: 50px;
		margin-bottom: 30px;
		display: inline-block;
		width: calc(100% - 97px);
		padding: 2px 5px;
		z-index: 9999;
		background:rgba(255,255,255,.5);
		color: #273b79;
		font-weight: 700; 
		text-transform: uppercase;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		border: 1px solid #dedede;
	}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.mod_customnav.navimobil {	
		position: relative;	
		top: 0px;
		display: block;
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
		padding: 2px 5px;
		z-index: 9999;
		background:rgba(255,255,255,.5);
		color: #000;
		font-weight: 400; 
		line-height: 1.5em;
		border: 0px solid #dedede;
	}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.main-navigation-mobile {	
		position: relative;	
		top: 10px;
		margin-left: 17px;
		margin-right: 20px;
		margin-bottom: 30px;
		display: inline-block;
		width: calc(100% - 37px);
		padding: 2px 5px;
		z-index: 9999;
		background:rgba(255,255,255,.5);
		color: #273b79;
		font-weight: 700; 
		text-transform: uppercase;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		border: 1px solid #dedede;
	}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.mod_customnav.navimobil {	
		position: relative;	
		top: 0px;
		display: block;
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
		padding: 2px 5px;
		z-index: 9999;
		background:rgba(255,255,255,.5);
		color: #000;
		font-weight: 400; 
		line-height: 1.5em;
		border: 0px solid #dedede;
	}
}



/*Mobil-Navigation stop*/



/*Subnavigation start*/

.sub-navigation {
	margin-left: 20%;
	margin-right: 20%;
}

/*Sub-Navigation stop*/



/* Custom-Navigation start*/

/* Custom-Navigation aktiver Menupunkt*/
.mod_customnav li.active {
	color: #273b79;
	float: left;
	list-style: none;
	padding-left: .6em;
	padding-right: .6em;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 2px;
	letter-spacing: 0.0.5em;
}

.mod_customnav {
	width: 1100px;
	color: white;
	font-size: .8em;
	letter-spacing: 0.0.5em;
	float: left;
	background-color: #273b79;
	padding-top: 10px;
	height: 40px;
	letter-spacing: 0em;
	display: flex;
	justify-content: center;
}

.mod_customnav ul {
	width: auto;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.mod_customnav {
	width: 100%;
	max-width: 1099px;
	color: white;
	float: left;
	background-color: #273b79;
	padding-top: 10px;
	height: 40px;
	font-size: .65em;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
}

@media screen and (min-width : 1px)
and (max-width : 1000px) {
.mod_customnav {
	display: none;
}
}




@media print  {
	.mod_customnav {
		display: none;
	}
}

.mod_customnav li {
	float: left;
	list-style: none;
	padding-left: .6em;
	padding-right: .6em;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.0.5em;
}


.mod_customnav a {
	color: white;
	float: left;
	list-style: none;
	padding-left: .6em;
	padding-right: .6em;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.0.5em;
}

.mod_customnav a:hover,
.mod_customnav a:focus {
	color: #273b79;
	background-color: white;
	float: left;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	letter-spacing: 0.0.5em;
}

/*.mod_customnav li:focus {
	color: #273b79;
	background-color: black;
	float: left;
	list-style: none;
	padding-left: .8em;
	padding-right: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mod_customnav li > span.active {
	margin-left: 0em;
	margin-right: 0em;
	padding-left: .6em;
	padding-right: .6em;
	background-color: white;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mod_customnav li.active {
	margin-left: 0em;
	margin-right: 0em;
	padding-left: .6em;
	padding-right: .6em;
}*/

/* Custom-Navigation stop*/


/*Syndication start*/

.pdf_link {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
.pdf_link a {
	margin-left: 0px;
}
@media print  {
.pdf_link {
	display: none;
}
}

.mime_icon {
	margin-bottom: -0.25em;
}

/*Syndication stop*/


/*personaldata*/
fieldset {
	margin-top: 0px;
	padding-right: 0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border: none;
	position: relative;
	top: -20px;
	left: 0px;
	-webkit-margin-before: -10px;
}

fieldset legend {
	width: 100%;
	margin: 0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:6px;
	margin-left: 0px;
	border: none;
	position: relative;
	left: 0px;
	display: block;
	font-weight: 700;
	border: 0;
}

fieldset + br {
	display: none;
}


/*personaldata*/


/*formular start*/

form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
	clear: both;
}
form .form-row {
	position: relative;
	clear: both;
}
form p b.error,
form p.error {
	display: block;
	margin: 0;
	color: #ff0000;
	font-weight: 400;
}

form p.error {
	margin-top: 1.7em;
}

.valid input,
.valid textarea {
	border-color: #7eba28;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
	border-color: #ff0000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b1b1b1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b1b1b1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b1b1b1;
}
input::placeholder,
textarea::placeholder {
	color: #b1b1b1;
}

textarea:hover {
	border-color: #d4d4d4 #d4d4d4 #c7c7c7;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.05),inset 0 1px #ffffff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.05),inset 0 1px #ffffff;
	box-shadow: 0 0 6px rgba(0,0,0,0.05),inset 0 1px #ffffff;
}
input:focus {
	box-shadow: none;
	border-radius: 0px;
}
textarea:focus {
	box-shadow: none;
	border-radius: 0px;
	display: block;
}
input[type="text"],
input[type="search"],
input[type="email"] {
	outline: 0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="checkbox"] {
	vertical-align: middle;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background: none;
}
input[type="file"] {
	padding: 0;
	height: auto;
}
button,
input[type="submit"] {
	margin-top: 1em;
}

input {
	color: inherit;
	background:rgba(255,255,255,.5);
	height: 30px;
}

textarea {
	color: inherit;
	background:rgba(255,255,255,.5);
	height: 162px;
	resize: vertical;
	line-height: 1;
	border: 1px solid #dedede;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.widget,
.widget-text,
.widget-captcha,
.widget-textarea.mandatory{
	color: #273b79;
	padding-bottom: 2em;
	font-size: .8em;
	font-weight: 400;
	margin-bottom: 1em;
}

.widget-captcha{
	margin-left: 20px;
}

label .captcha_text {
	display: none;
}

.invalid input,
input.error,

.invalid textarea,
textarea.error {
	border-color: #ff0000;
}

.formbody input {
	background:rgba(255,255,255,.5);
	display: block;
	width: 100%;
	border-color: none;
	color: black;
	font-size: 1em;
	border: 1px solid #dedede;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: right;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

input:hover,
input[type="search"]:hover  {
	box-shadow: none;
	border-radius: 0px;
	background: #dedede;
}

textarea:hover {
	box-shadow: none;
	border-radius: 0px;
	background: #dedede;
}

.formbody button {
	width: 200px;
	overflow: inherit;
	padding: 0.4em;
	padding-top: .2em;
	padding-bottom: .2em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 1.3em;
	text-align: left;
	text-indent: 0em;
	font-size: 1em;
	text-align: center;
	margin-top: 0px;
	margin-left: 50px
}
#kontakt2.formbody button {
	margin-left: 0px
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.formbody button {
	position: relative;
	top: 0px;
	left: 0px;
}
}

input.checkbox {
	width: 30px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 5px;
}

/*#kontakt{
	position: relative;
	width: auto;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	background-color: red;
} 

.kontakt {
	position: relative;
	width: 45%;
	font-size: 0.8em;
	float: left;
}

@media screen and (min-width : 1px)
and (max-width : 750px) {
	.kontakt {	
		width: 100%;
		float: left;
		}
}

.kontakt2 {
	position: relative;
	width: 600px;
	min-width:300px;
	font-size: .8em;
	float: right;
	margin-top: 15px;
	margin-left: 0px;
}

@media screen and (min-width : 1px)
and (max-width : 750px) {
	.kontakt2 {	
		width: 100%;
		float: left;
		margin-top: 17px;
		margin-left: 0px;
		padding-right: 20px;
		}
}

@media print {
	.kontakt2 {	
		display: none;
		}
}*/

.login2 {
	position: relative;
	width: 45%;
	min-width:300px;
	font-size: 0.8em;
	float: right;
	margin-top: 17px;
	color: #555;
}

.logout {
	position: relative;
	width: 45%;
	min-width:300px;
	font-size: 0.8em;
	float: right;
	margin-top: 0px;
	color: #ff0000;
	font-weight: 400;
}

p.tl_confirm {
	color: #ff0000;
	font-weight: 400;
	margin-top: 0px;
}

.warning {
	color: #ff0000;
	font-weight: 400;
}

/*@media screen and (min-width : 1px)
and (max-width : 750px) {
	.login2 {	
		width: 100%;
		float: left;
		margin-left: 0px;
		padding-right: 20px;
		}
}*/

/*Formular stop*/



/*Module start*/

.mod_login form p.error {
	float: none;
	width: auto;
	margin-top: 3px;
	margin-bottom: 1em;
	display: none;
}
.mod_login input {
	width: 100%;
}
.mod_login table {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mod_login table td {
	border: 0;
	padding: 0.33333em 0;
}

.mod_search form input[type="search"] {
	width: 90%;
	height: 30px;
	margin: 0;
	float: left;
	line-height: 1.5em;
}
@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.mod_search form input[type="search"] ,.even, .odd, .main-content p.header  {
	margin-left:50px;
	margin-right:50px;
}
}



.mod_search form input[type="submit"] {
	width: 28%;
	margin: 0;
	margin-top: 2px;
	padding: .38em;
	float: right;
}

.mod_search .relevance {
	float: right;
	margin-top: 0.71429em;
	font-size: 0.6em;
	color: #555;
}

.mod_search .header {
	padding-bottom: 1em;
	border-bottom: 1px solid #273b79;
	color: #555;
	float: none;
	clear: right;
	font-size: 0.8em;
	padding-top: 1em;
}

.mod_search .highlight {
	padding: 0 0.22222em;
	font-weight: 400;
	background: #cccc00;
}
.mod_search .url {
	padding-bottom: 1.42857em;
	border-bottom: 1px solid #273b79;
	font-size: 0.8em;
	color: #000;
}
.mod_search .url:before {
	font: 100%/1 "FontAwesome";
	content: "\f0c1";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 1.35714em;
}



.mod_sitemap a {
	max-width:500px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0;
	list-style-type: none;
	color: grey;
	font-weight: 700;
	float: none;
}

.mod_sitemap a:hover,
.mod_sitemap a:focus {
	color: #273b79;
}

/*.sitemap > li a:last-child {
	display: none;
}*/

/*Kontaktmeldung*/
.mod_sitemap ul > li:last-child {
	margin-top: 0px;
	display: none;
}

/*.sitemap ul li a:last-child{
	display: none;
}*/

.mod_sitemap ul li:before {
	font: 90%/1 "FontAwesome";
	content: "\f30b" "\00a0" "\00a0" "\00a0";
	color: #273b79;
}

.mod_sitemap ul li:before a:hover {
	color: #273b79;
}

/*.sitemap p {
	margin-top: 0px;
	margin-bottom: .8em;
}

.sitemap ul {
	margin-top: 0em;
}*/


	
.mod_sitemap ul {
	margin: 0px;
	margin-left: 0px;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 0px;
	list-style-type: none;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.mod_sitemap ul  {
	position:relative;
	left: 50px;
}
}



.mod_sitemap ul li li{
	padding: 0;
	display: none;
}

.mod_sitemap ul li{
	padding: 0;
	display: inherit;
	float: inherit;
}

.mod_sitemap ul li:before {
	font: 90%/1 "FontAwesome";
	content: "\f30b" "\00a0" "\00a0" "\00a0";
	color: #273b79;
}

/*.mod_sitemap ul li li:before {
	font: 90%/1 "FontAwesome";
	content: "\f30b" "\00a0" "\00a0" "\00a0";
	color: #273b79;
}*/



/*Module stop*/


/*Image start*/

svg:not(:root) {
	overflow: hidden
}

/*figure {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: -40px;
	-webkit-margin-end: -40px;
}*/

.main-content img {
	max-width: 100%;
	height: auto;
	/*padding: 0px;
	margin: 0px;*/
}

.image_container {
	position: relative;
	top:0px;
	background-color:transparent;
	padding: 0px;
	margin: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0px;
	-webkit-padding-after: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
	/*vertical-align:bottom;
	min-height: 0;
	border: 0px solid #cccccc;*/
}

.image_container.no-border,
.no-border .image_container {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}

.image_container img {
	width: 100%;
	height: auto;
	background-color:transparent;
	padding: 0px;
	margin: 0px;
	/*clear:both*/
}

.image_container a {
	display: inline;
}



/*.image_container, .image_container a {
    display: inline-block;
    vertical-align: middle;
    text-align:center;
}*/


.image_container a:hover,
.image_container a:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color: transparent;
	min-height: 0;
	padding: 0px;
	margin: 0px;
}

.image_container figcaption,
.image_container .caption {
	font-size: 0.9em;
	width: 100% !important;
	height: auto;
	padding-top: 5px;
	letter-spacing: 0.02em;
	font-style: italic;
	color: #273b79;
	line-height: 38px;
}

.image_container .caption figcaption {
	padding-top: 5px;
}


.image_container.float_right,
.image_container.float_left {
	float: right;
	width: 100% !important;
	height: auto;
	margin: 0;
}

@media screen and (max-width:599px) {
.image_container.float_right,
.image_container.float_left {
	margin-left: 0;
	float: none !important;
	width: auto !important;
}
}

.image_container.float_left {
	float: left;
	margin: 0;
}
@media screen and (max-width:599px) {
.image_container.float_left {
	margin-right: 0;
}
}



input[type="search"] {
	position: relative;
	top: -10px;
	width:100%;
	height: 20px;
	display:block;
	padding-left: 5px;
	padding-right: 5px;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;

}


/* image stop*/


/* Inhalt start*/

.content-wrapper:before {
	content: "";
	display: table;
	padding-top: 0px;
	display: none;
}

.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
	padding-bottom: 0px;
	display: none;
}

.main-content {
	width: 100%;
	max-width:1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.main-content  {
	width: 100%;
	max-width:1280px;
	margin-left: 0px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.main-content  {
	width: 100%;
	max-width:1000px;
	margin-left: 0px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.main-content  {
	width: 100%;
	max-width:600px;
	margin-left: 0px;
}
}

.main-content p,
.main-content ul,
.main-content ol,
.main-content table,
.main-content form,
.main-content fieldset,
.main-content-600 p,
#vorteil1 p,
#vorteil1 h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: block;
}

.main-content ul {
	margin: 0em;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	font-weight: 700;
	line-height: 1.3em;
	color: #273b79; 
	text-align: left;
}

@media print  {
.main-content h1 {
	font-size: 1.5em;
	font-weight: 700;
	font-style: normal;
	color: #273b79; 
	text-shadow: none;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	clear: left;

}
}

.main-content h1 {
	font-weight: 700;
	line-height: 1.3em;
	color: #273b79; 
	text-align: left;
	font-size: 1.5em;
	margin-top: 0px;
	-webkit-margin-before: 0px;
	margin-bottom: 40px;
	-webkit-margin-after: 40px;

}



@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.kontakt-h1  {
	font-weight: 700;
	line-height: 1.3em;
	color: #273b79; 
	text-align: left;
	font-size: 1.5em;
	margin-top: 0px;
	-webkit-margin-before: 0px;
	margin-bottom: 40px;
	-webkit-margin-after: 40px;
	position: relative;
	top: 30px;
	left: 0px;
	height: auto;
	margin-left: 50px;	
	margin-top: 0px;
	margin-bottom: 50px;
	margin-bottom: 40px;
	-webkit-margin-after: 40px;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.stiftung-h1  {
	font-weight: 700;
	line-height: 1.3em;
	color: #273b79; 
	text-align: left;
	font-size: 1.5em;
	margin-top: 0px;
	-webkit-margin-before: 0px;
	margin-bottom: 0px;
	-webkit-margin-after: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	margin-left: 50px;	
	margin-top: 0px;
	margin-bottom: 50px;
	margin-bottom: 40px;
	-webkit-margin-after: 40px;
}
}


.main-content h2,
.main-content-600 h2,
.main-content-900 h2 {
	font-size: 1.25em;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
}

.main-content h3,
.main-content-600 h3,
.main-content-900 h3,
.stiftung h3{
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
}

.main-content h3 a {
	color: grey;
	float: none;
}

.main-content h3 a:hover,
.main-content h3 a:active {
	color: #273b79;
}

.main-content h3 a:before {
	font: 100%/1 "FontAwesome";
	content: "\f30b" "\00a0" "\00a0" "\00a0";
	color: #273b79;
}


.main-content h4 {
	font-size: 1em;
}

.main-content h5 {
	font-size: 1em;
}

.main-content h6 {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}



#linieoben {
	width:100%;
	height: 8px;
	max-height: 8px;
	background-color: #273b79;
	margin-top: 24px;	
	margin-bottom: 8px;
	z-index: 1;
	position: relative;
	bottom:0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#linieoben {
	height: 4px;
	max-height: 4px;
	margin-top: 0px;	
	margin-bottom: 4px;
}
}


.kategorienbild {
	margin-bottom: 0px;
	position: relative;
	bottom: 9px;

}


#linieunten {
	width:100%;
	height: 8px;
	max-height: 8px;
	background-color: #273b79;
	z-index: 1;
	margin-top: 2px;	
	margin-bottom: 0px;
	position: relative;
	bottom:0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#linieunten {
	height: 4px;
	max-height: 4px;
	margin-top: -2px;	
	margin-bottom: 0px;
}
}

@media screen and (min-width : 1px)
and (max-width : 1000px) {
#linieoben, #linieunten {
	display:none;
}
}



.slogan {
	width: 800px;
	position: relative;
	left: -148px;
	top: 14px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	padding-bottom:2px;
	font-size: 1.1em;
	font-style: italic;
	color: #273b79;
}

@media print {
.slogan {
	margin-left: 80px;
	margin-right: 0;
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.slogan  {
	width: 100%;
	position: relative;
	top: 25px;
	left: 0px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px;
	display:inherit;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.slogan  {
	width: 100%;
	position: relative;
	top: 15px;
	left: 80px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.slogan  {
	width: 100%;
	position: relative;
	top: 15px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
}

.toc-u1 {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	-webkit-margin-before: 30px;
	margin-left:auto;
	margin-right:auto;
	left: 0px;
	top: 0px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc-u1  {
	margin-bottom: 20px;
	max-width: 1000px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc-u1  {
	margin-bottom: 0px;
	margin-top: 0px;
	min-width: 600px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc-u1  {
	margin-bottom: 0px;
	margin-top: 0px;
	min-width: 300px;
}
}




.toc {
	width: auto;
	max-width: 300px;
	height: 260px;
	margin-top: 50px;
	-webkit-margin-before: 0px;
	margin-left:auto;
	margin-right:auto;
	left: 0px;
	top: 0px;
	float: left;
}


@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc  {
width: 270px;
max-width: 270px;
height: 220px;
margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
-o-transform: scale(.9);
transform: scale(.9);
position: relative;
left: 0px;
top: 0px;
float: left;


}
}


@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc  {
width: 240px;
max-width: 240px;
height: 170px;
	margin-left:auto;
	margin-right:auto;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
-o-transform: scale(.8);
transform: scale(.8);
position: relative;
left: 0px;
top: 0px;
float: left;

}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc  {
width: 210px;
height: 130px;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7);
position: relative;
left: 0px;
top: 0px;
float: left;


}
}

@media print  {
.toc {
	margin-top: 80px;
	-webkit-margin-before: 0px;
	margin-left:-70px;
	margin-right:0;	

	}
}



.toc1 {
	width: 300px;
	max-width:300px;
	height: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left:3%;
	margin-right: 3%;
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -webkit-linear-gradient(white,#ddd);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: -1;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc1 {
	width: 270px;
	max-width:270px;
	height: 180px;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -webkit-linear-gradient(white,#ddd);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: -1;
	font-size: .9em;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc1 {
	width: 240px;
	max-width:240px;
	height: 160px;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -webkit-linear-gradient(white,#ddd);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: -1;
	font-size: .9em;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc1 {
	width: 210px;
	max-width:210px;
	height: 140px;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0.1));
	background: -webkit-linear-gradient(white,#ddd);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: -1;
	font-size: 0.8em;
}
}




.toc1 img {
	height: 120px;
	margin: 0px;
	padding:0px;
	-webkit-margin-before: 0px;

}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc1 img {
	height: 108px;
	margin: 0px;
	padding:0px;
	-webkit-margin-before: 0px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc1 img {
	height: 96px;
	margin: 0px;
	padding:0px;
	-webkit-margin-before: 0px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc1 img {
	height: 84px;
	margin: 0px;
	padding:0px;
	-webkit-margin-before: 0px;
}
}



.toc2 a {
	width: 300px;
	max-width:300px;
	height: 80px;
	line-height: 1.25em;
	font-size: 1.35em;
	font-weight: 700;
	color: #273b79;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: none;
	z-index: 10;
	clear: left;
	position:relative;
	top: 3px;
	display: block;
	overflow: hidden;
	background-color: transparent;	
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc2 a {
	width: 270px;
	max-width:270px;
	height: 72px;
	line-height: 1.25em;
	font-size: 1.35em;
	font-weight: 700;
	color: #273b79;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: none;
	z-index: 10;
	clear: left;
	position:relative;
	top: 3px;
	display: block;
	overflow: hidden;
	background-color: transparent;	
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc2 a {
	width: 240px;
	max-width:240px;
	height: 64px;
	line-height: 1.25em;
	font-size: 1.35em;
	font-weight: 700;
	color: #273b79;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: none;
	z-index: 10;
	clear: left;
	position:relative;
	top: 3px;
	display: block;
	overflow: hidden;
	background-color: transparent;	
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc2 a {
	width: 210px;
	max-width:210px;
	height: 56px;
	line-height: 1.25em;
	font-size: 1.35em;
	font-weight: 700;
	color: #273b79;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	z-index: 10;
	position:relative;
	top: 3px;
	display: block;
	overflow: hidden;
	background-color: transparent;	
}
}


.toc2 a:hover {
	color: white;
	background-color: #273b79;
	padding-top: 10px;
	float: none;
	z-index: 10;
	top: -7px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.toc2 a:hover {
	color: white;
	background-color: #273b79;
	padding-top: 10px;
	float: none;
	z-index: 10;
	top: -7px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.toc2 a:hover {
	color: white;
	background-color: #273b79;
	padding-top: 10px;
	float: none;
	z-index: 10;
	top: -7px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.toc2 a:hover {
	color: white;
	background-color: #273b79;
	padding-top: 10px;
	float: none;
	z-index: 10;
	top: -7px;
}
}

#vorteil1 {
	width: 500px;
	max-width:500px;
	height: auto;

	float: left;
	margin-top: 0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#vorteil1 {
	width: auto;
	min-width: 400px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 50px;
	margin-right: calc(100% - 950px);
	margin-top: 30px;
	left: 0px;
	position: relative;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
#vorteil1 {
	width: auto;
	min-width: 400px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 0px;
	margin-right: calc(100% - 780px);
	margin-top: 0px;
	left: 0px;
	position: relative;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#vorteil1 {
	width: auto;
	max-width:400px;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	left: 0px;
	position: relative;
	margin-bottom: 0px;
}
}

#vorteil1 h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: #273b79; 
	text-align: left;
	margin-top: 0em;
	margin-bottom: .8em;
	margin-left: 50px;
	/*clear: left;*/
	position: relative;
	left: 30px;
	top: 16px;	
}

#vorteil1 p {
	margin-bottom: 1em;
}


#vorteil2{
	width: 600px;
	height: auto;
	background-color: #273b79;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 8px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#vorteil2  {
	width: 500px;
	max-width: 500px;
	height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
#vorteil2  {
	width: 380px;
	max-width: 380px;
	height: 250px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#vorteil2  {
	width: 280px;
	max-width: 280px;
	min-height: 200px;
	height: 200px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	position: relative;
	left: 0px;
	top: 20px;
	margin-left: auto;
	margin-right: 0px;
}
}



#vorteil2 ul {
	margin-top: 1.5em;
}

#vorteil2 h3 {
	margin-bottom: 0em;
	color: white;
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#vorteil2 h3 {
font-size: 0.9em;
}
}

#vorteillink{
	width: 600px;
	height: auto;
	margin-top: 0px;
	-webkit-margin-before:0px;
	display: block;
	margin-left:499px;
	margin-right:auto;
	max-width: 600px;
	position: relative;
}


@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#vorteillink  {
	width: 500px;
	max-width: 500px;
	height: 30px;
	margin-top: 0px;
	-webkit-margin-before:0px;
	display: block;
	float: none;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: 0px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
#vorteillink  {
	width: 380px;
	max-width: 380px;
	height: auto;
	margin-top: 0px;
	-webkit-margin-before:0px;
	display: block;
	float: none;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: 0px;

}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#vorteillink  {
	width: 280px;
	max-width: 280px;
	height: auto;
	margin-top: 0px;
	-webkit-margin-before:0px;
	display: block;
	float: none;
	position: relative;
	left: 0px;
	top: 16px;
	margin-left: 0;
	margin-right: 0px;

}
}


.vorteillink,
.vorteillink2  {
	width: 190px;
	height: 30px;
	padding: 0px;
	margin-left:0px;
	margin-right:14px;
	margin-bottom:70px;
	border: 1px solid;
	border-color: #273b79;
	display: block;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
}

.vorteillink-elektro {
	width: 190px;
	height: 30px;
	padding: 0px;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:70px;
	border: 1px solid;
	border-color: #338256;
	display: block;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
	color: #338256;
	text-decoration: none;
}

.vorteillink2-elektro {
	width: 190px;
	height: 30px;
	padding: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:70px;
	border: 1px solid;
	border-color: #338256;
	display: block;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
	color: #338256;
	text-decoration: none;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.vorteillink,
.vorteillink2  {
	width: 156px;
	height: 30px;
	padding: 0px;
	margin-left:0px;
	margin-right:16px;
	margin-bottom: 100px;
	border: 1px solid;
	border-color: #273b79;
	display: block;
	text-align: center;
	font-size: .85em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.vorteillink,
.vorteillink2  {
	width: 120px;
	height: 26px;
	padding: 0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:0px;
	border: 1px solid;
	border-color: #273b79;
	display: block;
	text-align: center;
	font-size: .75em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.vorteillink,
.vorteillink2  {
	width: 90px;
	height: 22px;
	padding: 0px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:50px;
	border: 1px solid;
	border-color: #273b79;
	display: block;
	text-align: center;
	font-size:0.60em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
}
}

.vorteillink a,
.vorteillink2 a  {
	width: 188px;
	height: 28px;
	color: #273b79;
	background-color: white;
	margin-top: 0px;
	padding-top: 0px;
	-webkit-padding-before: 0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.vorteillink a,
.vorteillink2 a  {
	width: 154px;

}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.vorteillink a,
.vorteillink2 a  {
	width: 118px;
	height: 24px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.vorteillink a,
.vorteillink2 a  {
	width: 88px;
	height: 20px;
}
}
.vorteillink a:before {
	font: .9em/2 "FontAwesome";
	content: "\f1c1" "\00a0" "\00a0" "\00a0";
}

.vorteillink2 a:before  {
	font: .9em/2 "FontAwesome";
	content: "\f1c1" "\00a0" "\00a0" "\00a0";
/*	content: "\f279" "\00a0" "\00a0" "\00a0";*/
}

.vorteillink-elektro a,
.vorteillink2-elektro a{
	width: 188px;
	height: 28px;
	color: #338256;
	background-color: white;
	margin-top: 0px;
	padding-top: 0px;
	-webkit-padding-before: 0px;
	text-decoration: none;
}

.vorteillink-elektro a:before,
.vorteillink2-elektro a:before  {
	font: .9em/2 "FontAwesome";
	content: "\f1c1" "\00a0" "\00a0";
}

.vorteillink a:hover,
.vorteillink2 a:hover  {
	color: white;
	background-color: #273b79;
	display: block;
}

.vorteillink-elektro a:hover,
.vorteillink2-elektro a:hover {
	color: white;
	background-color: #338256;
	display: block;
}

.vorteillink2, .vorteillink2-elektro  {
	margin-right:0px;
}

.bodyweiss {
	color: white;
	float: none;
	clear: left;
	position: relative;
	top: 0px;
	list-style: none;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.bodyweiss  {
	font-size:0.92em;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.bodyweiss  {
	font-size:0.8em;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.bodyweiss  {
	font-size:0.6em;
}
}

.bodyweiss li {
	list-style: none;
}

.bodyweiss p {
	margin-top: .8em;
}


.bodyweiss ul li:before {
	font: .9em/1.6 "FontAwesome";
	content: "\f0c8" "\00a0" "\00a0" "\00a0";
	color: white;
	list-style: none;
	list-style-position: outside;
}

.main-content-600 {
	width: 600px;
	max-width:600px;
	float: left;
	margin-top: 0px;
	margin-right:auto;
}

.main-content-600-gz {
	width: 600px;
	max-width:600px;
	float: none;
	margin-top: 0px;
	margin-right:auto;
}


.main-content-600:first-child {
	margin-top: 0px;
}


.minheight-300  {
	display:none;
}


@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.minheight-300  {
	position: relative;
	height: 1px;
	display:block;
	min-height: 100px;
}
}

.main-content-900, .stiftung {
	width: 100%;
	max-width:900px;
	height: auto;
	/*min-height: 300px;*/
	float: none;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0px;
}

.stiftung {
	width: 100%;
	max-width:1100px;
	margin-bottom: 50px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.main-content-900, .stiftung  {
	position: relative;
	top: 30px;
	left: 0px;
	height: auto;
	margin-left: 50px;	
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0px;
	width: 100%;
	max-width: 800px;
	overflow: visible;
	/*min-height: 300px;*/
}
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.stiftung  {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 100px;
}
}

.main-content-900 li {
	list-style: square;
	list-style-position: outside;
	margin-bottom: 10px;
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.main-content-900 li, .main-content-900 h1   {
font-size: 0.85em;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.main-content-900 li, .main-content-900 h1  {
font-size: 0.75em;
}
}

.main-content-900 ul {
	margin-top: 1em;
	margin-left: 1.80em;
	list-style: square;
	list-style-position: outside;
}

.main-content-900:first-child {
	margin-top: 0px;
}

.main-content-900 li:not(:first-line) {
	margin-left: 200px;
}

.main-content-900 h1,
.main-content-600 h1{
	margin-top: 0px;
	margin-bottom: 40px;

}

.main-content-900 p,
.main-content-600 p,
.stiftung p {
	margin-top: 0px;
	margin-bottom: .8em;
}
.main-content-900 a {
	color: grey;
	font-weight: 700;
	float: none;
}

.main-content-900 a:hover {
	color: #273b79;

}

/*.main-content-900 ul li:before {
	font: .9em/1.6 "FontAwesome";
	content: "\f0c8""\00a0" "\00a0" "\00a0";
	color: white;
	text-shadow: 2px 2px 2px gray;
	margin-left: -30px;
	text-indent: 20px;
}*/

.hansfarmont {
	width: 250px;	
	max-width: 250px;
	height: auto;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px; 
	float: left;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.hansfarmont {	
	width: 205px;
	margin-left: 50px;		
	margin-top: 30px;
	margin-bottom: 8px;
	padding-bottom: 3px; 
	margin-right: 70px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.hansfarmont {	
	width: 205px;
	margin-left: 0px;		
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px; 
	margin-right: 50px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.hansfarmont {	
	width: 205px;
	margin-left: 0px;		
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px; 
	margin-right: 40px;
}
}

.historie {
	width: 100%;
	max-width:700px;
	float: left;
	position: relative;
	left: 100px;
	top: 0px;
	margin-bottom: 70px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.historie {
	position: relative;
	left: 0px;
	top: 30px;
	margin-right: 0px;
	width: 60%;
	max-width: 800px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.historie {
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 0px;
	width: 60%;
	max-width: 600px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.historie {
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 0px;
	width: 100%;
	max-width: 280px;
}
}

.historie-h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 20px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.historie-h1 {
	position: relative;
	left: 50px;
	top: 30px;
	margin-left: 0px;
}
}







.historie p, .historie h1 {
	margin-top: 0px;
	margin-bottom: .8em;
}

.historie h3, .stiftung h3 {
	margin-top: 1px;
	margin-bottom: .8em;
}

.bildnachweise-box, .bildnachweise-box2 {
	width: 100%;
	max-width: 900px;	
	margin-left:0px;
	margin-right:0px;
	float: left;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	vertical-align: bottom;
	border-bottom: 1px solid;
	border-bottom-color: color: #273b79;
	background: transparent;
}

.bildnachweise-box2 {
	width: 100%;	
	float: left;
	margin-bottom: 50px;
	border-bottom: 0px solid;
}

.bildnachweise, .bildnachweise2 {
	width: 250px;	
	max-width: 250px;
	height: auto;
	min-height: 100px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 0;
	float: none;
}

.bildnachweise2 {
	margin-right:0px;
}




.bildinfo {
	width: 100%;
	max-width:700px;
	text-align: left;
	margin-top: 0em;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	left: 0;
	top: -80px;
	margin-bottom: 0px;
	z-index: 1000;
	color: white;
	font-weight: 700;
	font-style: italic;
	text-shadow: 2px 2px 2px gray;
	float: right;
	clear: both;
}
@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.bildinfo  {
	position: absolute;
	left: 300px;
	width: 30%;
	margin-bottom: 0px;
	right: -0px;
}
}

#paragraph,
#copyright {
	clear: both;
	background: url("/files/farmont/paragraph.svg") 50% 0 no-repeat fixed;
	width: 100%;
	height: auto;
	float: none;
	z-index: -1;
}

#copyright {
	background: url("/files/farmont/copyright.svg") 50% 0 no-repeat fixed;
}


.preisliste {
	margin:0px;
	margin-left:2px;
	margin-top:-4px;
	padding: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.preisliste  {
	width: 100%;
	max-width:1280px;
	margin-left: 50px;
	position: relative;
	top: 30px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
.preisliste  {
	width: 100%;
	max-width:1000px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	left: -40px;
-webkit-transform: scale(.85);
-moz-transform: scale(.85);
-ms-transform: scale(.85);
-o-transform: scale(.85);
transform: scale(.85);
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
.preisliste  {
	width: 100%;
	max-width:600px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	left: -35px;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
-o-transform: scale(.8);
transform: scale(.8);
}
}


.preisliste-h1{
	margin-left: 0px;
	position: relative;
	top: 0px;
	margin-bottom: 30px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.preisliste-h1{
	margin-left: 0px;
	position: relative;
	top: 30px;
	left: 50px;
	margin-bottom: 30px;
}
}


.preis1 {
	height:auto;
	margin-top: 4px;
	margin-bottom: 70px;
	margin-right:55px;
	float: left;
	background-color: transparent;
}

.preis1:nth-child(4) {
	margin-right:0px;
	margin-left:0px;
}

.preis2 img {
	width:auto;
	max-width:200px;
	height: 300px;
	padding: 0px;	
	margin:0px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.preis2 a,
.preis2 a:active {
	padding: 0px;
	margin: 0px;
	float: none;
}


.preis2 img:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}



.preis3,
.preis3 p,
.preis3:active {
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-right:0px;
	float: none;
}

.mietantrag {
	margin:0px;	
	margin-left:2px;
	margin-top:-4px;
	padding: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.mietantrag  {
	width: 100%;
	max-width:1280px;
	margin-left: 50px;
	position: relative;
	top: 30px;
}
}


.miet1 {
	height:auto;
	margin-top: 4px;
	margin-bottom: 70px;
	margin-right:55px;
	float: left;
	background-color: transparent;
}

.miet1:nth-child(4) {
	margin-right:0px;
	margin-left:0px;
}

.miet2 img {
	width:auto;
	max-width:200px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.miet2 a,
.miet2 a:active {
	padding: 0px;
	margin: 0px;
	float: none;
}

.miet2 img:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.miet3,
.miet3 p,
.miet3:active{
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-right:0px;
	float: none;
}


#kontakt1 {
	width: 45%;
	max-width:500px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#kontakt1  {
	width: 40%;
	max-width: 40%;
	height: auto;
	margin-left: 50px;
	margin-right: auto;
	position: relative;
	top: 30px;
	float: left;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
#kontakt1  {
	width: 45%;
	max-width: 45%;
	height: auto;
	margin-left: 0px;
	margin-right: auto;
	position: relative;
	top: 30px;
	float: left;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#kontakt1  {
	width: 100%;
	margin-left: 0px;
	margin-right: 9%;
	position: relative;
	top: 0px;
}
}

#kontakt1 a {
	font-weight: 600;
	color: grey; 
}

#kontakt1 a:hover {
	color: #273b79; 
}

#kontakt1 a:focus {
	color: #273b79; 
	float: none;
}

#kontakt1 p{
	margin-bottom: .8em;
}

#kontakt2 {
	width: 45%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	position: relative;
	left: 50px;
	top: 2px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 42px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
#kontakt2  {
	width: 40%;
	float: left;
	position: relative;
	left: 0px;
	top: 15px;
}
}

@media screen and (min-width : 601px)
and (max-width : 1000px) {
#kontakt2  {
	width: 45%;
	float: left;
	position: relative;
	left: 0px;
	top: 15px;
}
}

@media screen and (min-width : 1px)
and (max-width : 600px) {
#kontakt2  {
	width: 100%;
	float: left;
	position: relative;
	left: -40px;
	top: 15px;
}
}

#kontakt2 button {
	margin-top: -60px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.main-content button {
	margin-bottom: 0px;
	margin-left: 0px;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.main-content button, .formbody button{
	margin-bottom: 0px;
	margin-left: 50px;
}
}

.qr-kontakt {
	width: 150px;
	min-width:150px;
	float: none;
	margin-top: 20px;
	margin-bottom: 38px;
	margin-left: -5px;
	clear: none;
}

@media screen and (min-width : 1001px)
and (max-width : 1280px) {
.qr-kontakt  {
	width: 100px;
	max-width: 100px;
	margin-left: -24px;
	margin-top: -12px;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
-o-transform: scale(.7);
transform: scale(.7);
}
}

#keil20 {
	clear: both;
	margin-bottom: 30px;
	position: relative;
	top: 10px;
	display: block;
}

.kennzeichnung {
	position: relative;
	font-size: 0.8em;
	margin-top: 35px;
	color: #273b79;
	font-weight: 400;
}




.formweiche{
	width: 1100px;
	height: 0px;
	float: left;
	position: relative;
}


#mietlink1{
	width: 500px;
	height: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-margin-before:0px;
	margin-left:0px;
	margin-right:0;
	max-width: 500px;
	position: relative;
}

#mietlink2{
	width: 500px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-margin-before: 0px;
	margin-left:550px;
	margin-right:0;
	max-width: 500px;
	position: absolute;
	float: left;
}

#mietlink3{
	width: 500px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 100px;
	-webkit-margin-before: 0px;
	margin-left:0px;
	margin-right:0px;
	max-width: 500px;
	position: relative;
	float: left;
}

#mietlink4{
	width: 500px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 100px;
	-webkit-margin-before: 0px;
	margin-left:50px;
	margin-right:0;
	max-width: 500px;
	position: relative;
	float: left;
}

.mietlink,
.mietlink2  {
	width: 500px;
	height: 30px;
	padding: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:3px;
	border: 1px solid;
	border-color: #273b79;
	display: block;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
}

.mietlink2  {
	clear: left;
}

.mietlink a,
.mietlink2 {
	width: 500px;
	height: 28px;
	color: #273b79;
	background-color: white;
	margin-top: 0px;
	padding-top: 0px;
	-webkit-padding-before: 0px;
}

.mietlink a:hover,
.mietlink2 a:hover  {
	color: white;
	background-color: #273b79;
	display: block;
}

/*inhalt stop*/


canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}

.svginside {
  position:relative;
  margin-left:auto; margin-right: auto;
}

.svginside svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


svg {
position: absolute;
left: 50%;
margin-left: -200px; /* negative Hälfte von width:400px */
width: 400px;
top: 50%;
margin-top: -100px; /* negative Hälfte von height:200px */
height: 200px;
display: block;
border: 1px solid #000;
}

