/*Standard*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 13px Arial, Verdana, Sans-serif;
	line-height: 170%;
	color: #fff;
	padding: 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
H1 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 5px;
}
H2 {
	font-size: 18px;
}
H3 {
	font-size: 15px;
}
H4 {
}
P {
	padding: 10px 0 5px;
}
A {
	text-decoration: none;
	color: #828dbb;
}
A:hover {
	color: #b2bbde;
}
::selection {
	background: #27325f;
	color: #ffffff;
}
::-moz-selection {
	background: #27325f;
	color: #ffffff;
}
HR {
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #fff;
}
TEXTAREA, INPUT, BUTTON {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 15px Arial, Verdana, Sans-serif;
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
}
BUTTON {
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password],INPUT[type=email], SELECT, BUTTON {
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], TEXTAREA, BUTTON {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
.send{
	opacity: 0;
	height: 280px;
	overflow: hidden;
}
#contactform H3{
	background-color: #fff;
	color: #27325f;
	padding: 20px;
}
#contactform .field{
	margin-top: 15px;
}
#submit {
	padding: 10px 30px;
	float: left;
}
.pflicht{
	float: right;
	font-size: 13px;
	opacity: 0.5;
}
/*Textstile*/
.Button {
	display: inline-block;
	background: #27325f;
	color: #fff;
	padding: 8px 20px 5px;
}
.Button:hover {
	background: #323f78;
	text-decoration: none;
}
.GrosserText {
	font-size: 15px;
}

/*Transitions*/
.nav UL LI A {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*Beide aktivieren wenn der Footer unten sitzen soll*/
HTML, BODY, #site {
	height:100%;
}
BODY > #site {
	height:auto;
	min-height:100%;
}

/*Template*/
BODY {
	font: 15px Arial, Verdana, Sans-serif;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
#site {
	background: url(../img/bg-img.jpg) no-repeat center center;
	background-size: cover;
}
.inner{
	max-width: 960px;
	margin: 0 auto;
	height: 100%;
}

/*Head*/
.head {
	position: relative;
	z-index: 500;
}

/*Logo*/
#logo {
	padding: 60px 0;
}
#logo A {
	display: block;
	color: #27325f;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}
#logo A:hover {
	text-decoration: none;
}
#logo .subtitle{
	font-size: 16px;
    display: inline-block;
}
/*Nav*/
.nav {
	list-style-type: none;
	display: block;
	float: left;
	height: 720px;
}

/* Allgemeine Stile */
/* hier nichts aendern */
.nav LI {
	position: relative;
}
.nav LI:hover > .subNav, .nav LI.over > .subNav {
	display: block;
}
.nav LI:hover > A, .nav LI.over > A, .nav LI.act > A {
	text-decoration: none;
}

/* subNav */
.subNav {
	display: none;
	position: absolute;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
	left: 0;
	top: 100%;
}
.subNav .subNav {
	left: 100%;
	top: 0;
}
.nav > UL > LI:last-child > .subNav {
	left: inherit;
	right: 0;
}
.nav > UL > LI:last-child > .subNav .subNav {
	left: inherit;
	right: 100%;
}

/* ab hier anpassen */
.nav {
	width: auto;
	overflow: hidden;
}

.nav-wrapper {
	width: 100px;
	height: 100%;
	background-color: #27325f;	
}

.nav A {
	display: block;
	letter-spacing: 0.1em;
}

/* Ebene I / Hauptnavigation */
.nav UL > LI {
	width: 100px;
	height: 100px;
}
.nav UL > LI > A {
	color: #fff;
	background-color: #27325f;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 36px 130px 36px 36px;
	white-space: nowrap;
	float: right;
}

.nav UL > LI > A:hover
{
	transform: translateX(calc(100% - 100px));
	background-color: #415090;

}

.nav .home A {
	background: #27325f url(../img/home.png) no-repeat right 40px center;
}
.nav .ueber-uns A {
	background: #27325f url(../img/ueber-uns.png) no-repeat right 40px center;
}
.nav .leistungen A {
	background: #27325f url(../img/leistungen.png) no-repeat right 40px center;
}
.nav .referenzen A {
	background: #27325f url(../img/referenzen.png) no-repeat right 40px center;
}
.nav .kontakt A {
	background: #27325f url(../img/kontakt.png) no-repeat right 40px center;
}

/* active (Ebene I) */
.nav UL > LI.act > A,
.nav UL > LI.act:hover > A,
.nav UL > LI.act.over > A {
	background-color: #323f78;
}
/*clearfix Nav*/

.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
}

/*Allcont*/
.allcont {
	max-width: 960px;
	height: 720px;
	margin: 0 auto;
	background: url(../img/banner-img.jpg) no-repeat center center;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
	position: relative;
}
.cont {
	max-width: 520px;
	max-height: 600px;
	overflow-y: auto; 
	background-color: #27325f;
	padding: 30px 50px 50px 50px;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.cont > .item{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/*Foot*/
.foot {
	margin-top: 25px;
	font-size: 13px;
	line-height: 23px;
	opacity: 0.7;
}
.foot A {
	color: #fff;
}
.foot A:hover {
	opacity: 1;
}
.foot A + A {
	margin-left: 15px;
}
.foot P {
	padding: 0;
}

/*Listen*/
.allcont UL {
	margin: 5px 0px 10px 25px;
}
.allcont UL LI {
	list-style-type: disc;
	padding: 3px 0px;
}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/
.allcont TABLE {
	margin: 10px 0px 5px;
}
.allcont TABLE TR TD {
	padding: 5px 10px 5px 0px;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #e37234;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.Tabelle-Basic {
	width: 100%;
}
.allcont TABLE.Tabelle-Basic TR.even {
	background-color: #e8e8e8;
}
.allcont TABLE.Tabelle-Basic TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}

p + H1, p + H2, p + H3, p + H4{
	margin-top: 20px;
}

.cont img{
	width: 100%;
}
.flex{
	display: flex;
}
.flex img{
	width: 50%;
	height: 200px;
	object-fit: cover;
}
.flex a{
	width: 50%;
}
.flex a img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.flex img + img,
.flex a + a{
	margin-left: 10px;
}
img.pdf{
	width: 21px;
	height: 28px;
	padding-right: 10px;
}

