/*Fonts */
@font-face {
	font-family: "CamingoDos-Pro-Bold";
	src: url(../webfonts/CamingoDosPro-Bold.eot);
	src: url(../webfonts/CamingoDosPro-Bold.eot?#iefix)
		format("embedded-opentype"), url(../webfonts/CamingoDosPro-Bold.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CamingoDos-Pro-Light";
	src: url(../webfonts/CamingoDosPro-Light.eot);
	src: url(../webfonts/CamingoDosPro-Light.eot?#iefix)
		format("embedded-opentype"), url(../webfonts/CamingoDosPro-Light.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CamingoDos-Pro-Regular";
	src: url(../webfonts/CamingoDosPro-Regular.eot);
	src: url(../webfonts/CamingoDosPro-Regular.eot?#iefix)
		format("embedded-opentype"),
		url(../webfonts/CamingoDosPro-Regular.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CamingoDos-Pro-RegularItalic";
	src: url(../webfonts/CamingoDosPro-RegularItalic.eot);
	src: url(../webfonts/CamingoDosPro-RegularItalic.eot?#iefix)
		format("embedded-opentype"),
		url(../webfonts/CamingoDosPro-RegularItalic.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CamingoDos-Pro-SemiBold";
	src: url(../webfonts/CamingoDosPro-SemiBold.eot);
	src: url(../webfonts/CamingoDosPro-SemiBold.eot?#iefix)
		format("embedded-opentype"),
		url(../webfonts/CamingoDosPro-SemiBold.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

/* Die Basics */
html, body {
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2;
	font-weight: normal;
}

h1, h2 {
	font-family: "CamingoDos-Pro-Bold", Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	line-height: 1.25;
}

h2 {
	font-size: 5rem;
	margin: 38px 0 24px;
}

h3, h4 {
	font-family: "CamingoDos-Pro-Regular", Arial, Helvetica, sans-serif;
	font-size: 2.0rem;
	line-height: 1.2125;
	margin: 34px 0;
}

h5, h6 {
	font-family: "CamingoDos-Pro-Regular", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0 0 47px 0;
}

a {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2;
	font-weight: normal;
}

h1, h2 {
	font-family: "Imperial URW", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.625rem;
	line-height: 1.2;
}

h2 {
	font-size: 1.525rem;
	margin: 38px 0 24px;
}

h3, h4 {
	font-family: "CamingoDos-Pro-Regular", Arial, Helvetica, sans-serif;
	font-size: 1.425rem;
	line-height: 1.3125;
	margin: 34px 0;
}

h5, h6 {
	font-family: "CamingoDos-Pro-Regular", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.40;
	margin: 0 0 47px 0;
}
/*spezifische Typos*/
.
.abteilungsbeschreibung p {
	text-align: justify;
}

.staffholder .mt-0 {
	font-size: 1.0rem;
}

.maincontent p {
	text-align: justify;
}

/*X-Tra Klasse zur Anpassung an CD*/
a {
	color: #000;
	text-decoration: none;
}

.standard {
	color: #000;
	background: #fff;
}

.blau {
	color: rgb(33, 124, 163);
}

.blau_invert {
	color: #fff;
	background: rgb(33, 124, 163);
}

.gruen {
	color: rgb(99, 169, 15);
}

.gruen_invert {
	color: #fff;
	background: rgb(99, 169, 15);
}

.anthrazit {
	color: rgb(61, 61, 61);
}

.anthrazit_invert {
	color: #fff;
	background: rgb(61, 61, 61);
}

.brombeer {
	color: rgb(167, 0, 80);
}

.brombeer_invert {
	color: #fff;
	background: rgb(167, 0, 80);
}

.orange {
	color: rgb(241, 113, 25);
}

.orange_invert {
	color: #000;
	background: rgb(241, 113, 25);
}

.petrol {
	color: rgb(0, 110, 120);
}

.petrol_invert {
	color: #fff;
	background: rgb(0, 110, 120);
}

.grau {
	color: rgb(136, 136, 136);
}

.grau_invert {
	color: #fff;
	background: rgb(136, 136, 136);
}

.sand {
	color: rgb(228, 225, 210);
}

.sand_invert {
	color: #000;
	background: rgb(228, 225, 210);
}

.eisgrau {
	color: rgb(225, 241, 230);
}

.eisgrau_invert {
	color: #000;
	background: rgb(225, 241, 230);
}
/* Top */
.top a {
	font-family: "CamingoDos-Pro-Regular", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1.0rem;
	font-weight: 400;
}

.top .col-md-1 {
	padding-top: 21px;
}