*	{
	padding: 0;
	margin: 0;
	border: 0;	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	}

a {
	text-decoration: none;
	color: inherit;
	}	

em {
	text-decoration: none;
	background-color: none;
	font-weight: bold;
	color: #1f5b93;
	}	
	
.contentBlockElementText a, #contentMarginal a {
	text-decoration: underline;
	color: #2A2A6F;
	} 

.contentBlockElementText a:hover, #contentMarginal a:hover {
	color: #3B4B58;
	background-color: #dedede;
	} 	

.largeDisplayOnly {
	display: none;	
	}
.mediumWideDisplayOnly {
	display: none;	
	}
.extraWideDisplayOnly {
	display: none;	
	}
	
body {
	background-color: #fff;
	padding-bottom: 15px;
	scroll-behavior: smooth;
	overflow-x: hidden;
	}

footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 58px;
	width: calc(100% - 30px);
	border-top: 1px solid #758fa3;	
	background-color: #dadada;
	z-index: 200;
	text-align: center;
	opacity: 0.9;
	padding-top: 6px;
	line-height: 26px;
	padding-left: 15px;
	padding-right: 15px;
	}

footer a {
	text-decoration: none;
	color: #981342;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	border: 1px solid gray;
	border-radius: 5px;
	background-color: white;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-top: 1px;
	}
	
footer a:hover {
	color: #000;
	}

@media only screen and (min-width: 590px) {
	footer {
	height: 29px;
	padding-top: 12px;
	line-height: 18px;
		}
	}
		
@media only screen and (min-width: 650px) {
	footer a {
		margin-left: 6px;
		margin-right: 6px;
		}
	.mediumWideDisplayOnly {
		display: initial;
		}
	body {
		overflow-y: scroll;
		}
	}

@media only screen and (min-width: 850px) {
	footer a {
		margin-left: 20px;
		}
	.extraWideDisplayOnly {
		display: initial;
		}
	}

@media only screen and (min-width: 765px) and (min-height: 630px) {
	#headerLeft {
		background-image: url('../img/skyline.png');
		background-position: right bottom;
		background-repeat: no-repeat;
		}
	}
@media only screen and (min-width: 1110px) and (min-height: 630px) {
	#headerLeft {
		background-image: url('../img/skyline.png');
		background-position: center bottom;
		background-repeat: no-repeat;
		}
	}
		
#header {
	width: 100%;
	height: 65px;
	position: absolute;
	top: 0;
	background-color: white;
	padding-bottom: 5px;
	box-shadow: 0 4px 5px white;
	z-index: 10;
	}
	
#headerLeft {
	position: relative;
	left: 15px;
	width: calc(100% - 30px);
	height: 57px;
	border-bottom: 2px solid #3B4B58;
	padding: 12px 0 0 0;
	}
	
#headerLeft h1 {
	color: #3B4B58;
	font-size: 24px;
	width: 210px;
	margin-left: -2px;
	}
	
#headerLeft h2 {
	margin-top: 4px;
	display: none;
	}
		
#content {
	margin: 74px 5px 100px 15px;
	}
	
#contentMarginal {
	margin: 32px 10px 15px 0px;
	border-radius: 6px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background-color: white;
	}
	
#contentMarginal h3 {
	font-weight: bold;
	color: #2a2a6f;
	padding-bottom: 4px;
	}
	
#contentMarginal p {
	padding-bottom: 8px;
	}
	
.languageList {
	display: inline-block;
	background-color: transparent;
	width: calc(100% - 19px);
	line-height: 25px;
	position: relative;
	top: 10px;
	}

.languageList a {
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 0px 5px 2px 5px;
	margin-right: 0px;
	}
.languageList a:hover {
	background-color: #eee;
	border: 1px solid #aaa;
	color: #666;
	}	
	
.contentBlock a {
	color: inherit;
	font-size: inherit;
	}
	
.contentBlockHeader a:hover {
	color: #888;
	}

.contentBlock h3 {
	font-size: 14px;
	display: inline;
	}

.contentBlockHeader {
	width: calc(100% - 19px);
	height: 18px;
	display: block;
	background-color: #cecece;
	border-radius: 6px;
	padding: 4px 3px 3px 6px;
	margin: 12px 0 0 0;
	}
	
.contentBlockHeaderSpecial {
	background-color: #981342;
	}
	
.contentBlockSpecial {
	margin-top: 40px;
	}

.contentBlockFachg {
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: red;
	}	
.contentBlockFachg:hover {
	opacity: 0.8;
	}

	
#fg-wir {
	background-image: url('../img/fg-wir.jpg');
	background-position: left center;	
	}
#fg-wir:hover {
	color: black;
opacity: 0.7;	
	}
#fg-rec {
	background-image: url('../img/fg-rec.jpg');
	background-position: right center;
	}
#fg-rec:hover {
	color: black;	
	opacity: 0.7;
	}
#fg-gei {
	background-image: url('../img/fg-gei.jpg');
	background-position: center top;
	}
#fg-gei:hover {
	color: black;	
	opacity: 0.7;
	}
#fg-ing {
	background-image: url('../img/fg-ing.jpg');
	background-position: center top;
	}
#fg-inf {
	background-image: url('../img/fg-inf.jpg');
	background-position: left top;
	}
#fg-nat {
	background-image: url('../img/fg-nat.jpg');
	background-position: left top;
	}
#fg-med {
	background-image: url('../img/fg-med.jpg');
	background-position: center top;
	}
#fg-ges {
	background-image: url('../img/fg-ges.jpg');
	background-position: right top;
	}
#fg-spo {
	background-image: url('../img/fg-spo.jpg');
	background-position: right bottom;
	}
#fg-kul {
	background-image: url('../img/fg-kul.jpg');
	background-position: right center;
	}
#fg-kul:hover {
	color: black;	
	opacity: 0.7;
	}
#fg-bil {
	background-image: url('../img/fg-bil.jpg');
	background-position: center top;
	}
#fg-wer {
	background-image: url('../img/fg-wer.jpg');
	background-position: left top;
	}

	
	
.anchor {
	padding-top: 5px;
	margin-top: -5px;
	}

.contentBlockHeaderSpecial h3 {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	}
	
.contentBlockHeader h3 a{
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

.contentBlockHeaderDetails {
	float: right;
	padding: 1px 4px 0 0;
	display: none;
	}
	
.contentBlockHeaderDetails a {
	text-decoration: none;
	color: #2a2a6f;
	}
	
.contentBlockHeaderDetails>span {
	display: none;	
	}	

.contentBlockHeaderDetails>a>span {
	display: none;	
	}	
	
.contentBlockElement {
	background-color: #e2e2e2;
	border-radius: 6px;
	padding: 2px 4px 3px 6px;
	margin: 8px 8px 0 0;
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 16px;
	height: 63px; /* drei Zeilen: 63px, 4 Zeilen 79px */
	overflow-y: hidden;
	}	

.contentBlock h4 {
	font-size: 14px;
	font-weight: bold;
	/*color: #2A2A6F;*/
	/*color: #3B4B58;*/
	}
	
.claim, .city, .website {
	color: #3B4B58;
	}

.profileLink {
	background-image: url('../img/icon-profile.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 22px;
	height: 30px;
	opacity: 0.8;
	float: right;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 4px;
	}
.profileLink:hover {
	opacity: 1;
	}
	
.phoneLink {
	background-image: url('../img/icon-phone.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 22px;
	height: 30px;
	opacity: 0.7;
	float: right;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 4px;
	}
.phoneLink:hover {
	opacity: 1;
	}
	
.emailLink {
	display: none;
	background-image: url('../img/icon-email.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 22px;
	height: 30px;
	opacity: 0.8;
	float: right;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 2px;
	}
.emailLink:hover {
	opacity: 1;
	}	
@media only screen and (min-width: 400px) {	
	.emailLink {
	display: inline;
		}
	}
@media only screen and (min-width: 549px) {	
	.emailLink {
	display: none;
		}
	}
@media only screen and (min-width: 700px) {	
	.emailLink {
	display: inline;
		}
	}	
@media only screen and (min-width: 826px) {	
	.emailLink {
	display: none;
		}
	}	
@media only screen and (min-width: 1050px) {	
	.emailLink {
	display: inline;
		}
	}
@media only screen and (min-width: 1109px) {	
	.emailLink {
	display: none;
		}
	}
@media only screen and (min-width: 1300px) {	
	.emailLink {
	display: inline;
		}
	}
@media only screen and (min-width: 1429px) {	
	.emailLink {
	display: none;
		}
	}
@media only screen and (min-width: 1600px) {	
	.emailLink {
	display: inline;
		}
	}
.contentBlockElementWide {
	width: calc(100% - 20px);
	height: auto;
	}

.contentBlockElementText {
	background-color: transparent;
	height: auto !important;
	overflow-y: initial;
	position: relative;
	top: 5px;
	}
	
.contentBlockElement:hover {
	background-color: #ebebeb;
	}	

.contentBlockElementText:hover {
	background-color: transparent;
	}	

.contentBlockElementGroup2 {
	display: none;
	}
.contentBlockElementGroup3 {
	display: none;
	}
.contentBlockElementGroup4 {
	display: none;
	}

.contentBlockElementAddTranslator {
	background-image: url('../img/cross28.png');
	background-repeat: no-repeat;
	background-position: center center;
	}

@media only screen and (min-width: 650px) {
	.contentBlockHeaderDetails>span {
		display: inline;	
		}	
	}	
	
@media only screen and (min-width: 1079px) {
	#content {
	width: calc(100% - 320px);
		}
	#contentMarginal {
		position: absolute;
		top: 78px;
		right: 0px;
		width: 254px;
		border-radius: 6px;
		padding: 204px 12px 12px 12px;
		margin: 10px 15px 15px 15px;
		border: 1px solid #ccc;
		display: block;
		background-color: white;
		background-image: url('../img/background1.jpg');
		background-repeat: no-repeat;
		background-position: center top;	
		}
	.contentBlockElementAddTranslator3 {
		display: none !important;
		}
	}
	
@media only screen and (min-width: 1110px) {
	#content {
	width: calc(100% - 350px);
		}
	#contentMarginal {
		width: 284px;
		}
	.contentBlockElementAddTranslator3 {
		display: none !important;
		}
	}


@media only screen and (min-width: 435px) {
	.contentBlockHeaderDetails>a>span {
		display: inline;	
		}	
	}
	
@media only screen and (min-height: 500px) and (min-width: 550px) {
    #headerLeft h2 {
        display: block;
		}
	#headerLeft h1 {
		width: 100%;
		font-size: 28px;
		}
	.smallDisplayOnly {
		display: none;
		}
	.largeDisplayOnly {
		display: inline-block;	
		}
	* {
		font-size: 13px;
		}	
	.contentBlock h3 {
		font-size: 14px;
		}	
	.contentBlockElement {
		padding: 3px 4px 4px 6px;
		margin: 13px 8px 0 0;
		height: 79px;
		width: calc(100%/2 - 21px);
		}
	.contentBlockElementGroup2 {
		display: inline-block;
		}	
	.contentBlockElementWide {
		width: calc(100% - 20px);
		height: auto;
		}
	.contentBlockHeader {
		margin: 18px 0 0 0;
		}		
	}

@media only screen and (min-width: 355px) {
	#header {
		background-image: url(../img/logo70.jpg);
		background-repeat: no-repeat;
		background-position: 15px 8px;
		width: 100%;
		height: 75px;
		}
	.contentBlockHeaderDetails {
		display: inline;	
		}		
	#headerLeft {
		position: relative;
		left: 100px;
		width: calc(100% - 116px);
		height: 57px;
		border-bottom: 2px solid #3B4B58;
		padding: 6px 0 0 0;
		}	
	}

@media only screen and (min-height: 600px) {
	#header {
		position: fixed;
		}	
	.anchor {
		padding-top: 110px;
		margin-top: -110px;
		}
}

@media only screen and (min-width: 355px) and (min-height: 630px) {
	#header {
		background-image: url(../img/logo90.jpg);
		background-repeat: no-repeat;
		background-position: 15px 20px;
		width: 100%;
		height: 100px;
		}
	.contentBlockHeaderDetails {
		display: inline;	
		}		
	#headerLeft {
		position: relative;
		left: 120px;
		width: calc(100% - 135px);
		height: 74px;
		border-bottom: 2px solid #3B4B58;
		padding: 17px 0 0 0;
		}			
	#headerLeft h1 {
		font-size: 28px;
		}
	#contentMarginal {
		top: 104px;
		}
	#content {
		margin: 100px 5px 100px 15px;
		}
	}

@media only screen and (min-height: 700px) {
	.contentBlockElement {
		height: 95px;
		}
	#contentMarginal {
		top: 102px;
		}
	
	.languageList {
		display: inline-block;
		background-color: transparent;
		width: calc(100% - 19px);
		line-height: 28px;
		position: relative;
		top: 7px;
		}	

	.languageList a {
		background-color: #fbfbfb;
		border: 1px solid #ccc;
		border-radius: 6px;
		padding: 0px 5px 2px 5px;
		margin-right: 2px;
		}	

	}

@media only screen and (min-width: 560px) {
	div.contentBlockElementGroup2 {
		display: inline-block;
		}	
	.contentBlockElement {
		width: calc(100%/2 - 21px);
		}
	.contentBlockElementWide {
		width: calc(100% - 20px);
		height: auto;
		}
		
	.contentBlockHeader {
		width: calc(100% - 18px);
		}
	#languageList {
		display: inline-block;
		width: calc(100% - 22px);
		}
	
	.contentBlockElementAddTranslator2 {
		display: none !important;
		}
	}

@media only screen and (min-width: 827px) {
	div.contentBlockElementGroup3 {
		display: inline-block;
		}	
	.contentBlockElement {
		width: calc(100%/3 - 22px);
		}
	.contentBlockElementWide {
		width: calc(100% - 20px);
		height: auto;
		}
	.contentBlockHeader {
		width: calc(100% - 19px);
		}
	#languageList {
		display: inline-block;
		width: calc(100% - 23px);
		}
	.contentBlockElementAddTranslator3 {
		display: none !important;
		}
	.contentBlockElementAddTranslator2 {
		display: inline-block !important;
		}
	}
	
@media only screen and (min-width: 1430px) {
	div.contentBlockElementGroup4 {
		display: inline-block;
		}	
	.contentBlockElement {
		width: calc(100%/4 - 22px);
		}
	.contentBlockElementWide {
		width: calc(100% - 20px);
		height: auto;
		}
	.contentBlockElementAddTranslator4 {
		display: none !important;
		}
	.contentBlockElementAddTranslator3 {
		display: inline-block !important;
		}
	}
	
	