/* Sparta
#1e294b
#bc1818
background-image: linear-gradient(180deg, #534317 0%, #B3A172 100%);
*/
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tinos-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/tinos-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/tinos-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/tinos-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
article, aside, dialog, figcaption, figure, footer, header, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 700 18px/120% 'Tinos', Verdana, Arial, Verdana, Sans-serif;
	color: #1e294b;
	padding: 10px 0 0;
}
H1 {
	font-size: 40px;
	color: #fff;
}
#subhead h1,
#subhead h2,
#subhead h5 {
	color: #fff !important;
}
H2 {
	font-size: 33px;
}
H3 {
	font-size: 27px;
}
H4 {
	font-size: 20px;
	color: #bc1818;
	font-weight: 400;
	text-transform: uppercase;
}
H5 {
	color: #bc1818;
	font-size: 17px;
	text-transform: uppercase;
}

H1+H1,H1+H2,H1+H3,H1+H4,H1+H5,H2+H1,H2+H2,H2+H3,H2+H4,H2+H5,H3+H1,H3+H2,H3+H3,H3+H4,H3+H5,H4+H1,H4+H2,H4+H3,H4+H4,H4+H5,H5+H1,H5+H2,H5+H3,H5+H4,H5+H5{
	padding: 0;
}
H4 + H1,
H4 + H2 {
	padding-top: 10px;
}
H3 + P {
	padding-top: 20px;
}
P {
	padding: 10px 0 5px;
}
A {
	text-decoration: none;
	color: #bc1818;
}
A:hover {
	text-decoration: underline;
}
/*Farbe beim Text markieren*/
::selection {
	background: #bc1818;
	color: #ffffff;
}
::-moz-selection {
	background: #bc1818;
	color: #ffffff;
}
HR {
	background: transparent;
	border: 0 solid #bc1818;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #bc1818;
}
TEXTAREA, INPUT, BUTTON, SELECT {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-font-smoothing: inherit;
	font: 300 15px 'Open Sans', Verdana, Arial, Sans-serif;
	color: #444;
	padding: 10px;
	background: #FFF;
	border: none;
	border-bottom: 1px solid #d6d6d6;
}
SELECT {
	position: relative;
	height: 39px;
	padding: 5px;
	cursor: pointer;
	outline: none;
	-o-text-overflow: '';
	text-overflow: '';
}
select::-ms-expand {
	display: none;
}
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], INPUT[type=search], 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: #444;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}

/*Blockstile*/
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center {
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right {
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify {
	text-align: justify;
}

/*styletext ----------------------------------- */
.btn {
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	background: #1e294b;
	color: #fff;
	font: 300 18px/120% 'Tinos', Verdana, Arial, Verdana, Sans-serif;
}
.btn:hover {
	text-decoration: none;
	background: #bc1818;
	color: #fff;
	border-color: #fff;
}
.grosserText {
	font-size: 17px;
	font-weight: bold;
}
.nav > UL > LI > A,
.subNav A,
#contactform INPUT.btn,
.btn,
.box33 > .col:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#page {
	overflow: hidden;
}	
/*Main*/
BODY {
	font: 300 16px/26px 'Open Sans', Arial, Verdana, Sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: fadein 2s; /* Firefox < 16 */
		-ms-animation: fadein 2s; /* Internet Explorer */
		 -o-animation: fadein 2s; /* Opera < 12.1 */
			animation: fadein 2s;
}
/*Head ----------------------------------- */
.head {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 999;
	transition: all 0.3s ease;
}
.head > .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.headTop {
    background: #1e294b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.headTop h5 {
	padding: 0;
	color: #fff;
}
.contactIcons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Tinos', Verdana, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.contactIcons p {
	margin: 0 5px;
	padding: 5px 0;
}
.contactIcons a {
	color: #fff;
	background-size: contain;
}
.tel,
.mail,
.pin {
    padding-left: 30px;
    background-image: url(../img/phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 30px;
}
.mail {
    background-image: url(../img/mail.svg);
}
.pin {
    background-image: url(../img/pin.svg);
    background-position: left 20px;
}

.head.scroll > .inner {
	max-width: 96%;
}
.head.scroll {
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.head.scroll #logo {
	width: 233px;
	height: 40px;
    margin: 10px 0;
}
.head.scroll .nav {
	margin-top: 5px;
}
.head.scroll .nav > UL > LI > A {
	padding: 10px 20px;
}

/*Logo*/
#logo {
	background: url(../img/logo.svg) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
	width: 410px;
	height: 70px;
	float: left;
	margin: 15px 0;
	transition: all 0.3s ease;
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN {
	display: none;
}

/*Nav ----------------------------------- */
.nav {
	list-style-type: none;
	display: block;
	position: relative;
	float: right;
	transition: all 0.3s ease;
}

/* Allgemeine Stile */
.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%;
}

.nav A {
	display: block;
}

/* Ebene I / Hauptnavigation */
.nav > UL > LI {
	float: left;
}
.nav > UL > LI > A.active {
	color: #bc1818;
}
.nav > UL > LI + LI {

}
.nav > UL > LI > A {
	color: #1e294b;
	padding: 15px 20px;
	font: 700 17px/120% 'Tinos', Verdana, Arial, Verdana, Sans-serif;
}

/* hover (Ebene I) */
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A {
	color: #bc1818;
}

/* active (Ebene I) */
.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A {
	color: #bc1818;
}

/* Ebene II / subNav */
.subNav {
	padding: 20px 40px;
	background-color: #1e2a49;
}
.subNav > LI + LI {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.subNav A {
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	white-space: nowrap;
}

/* hover + active (Ebene II) */
.subNav LI:hover > A,
.subNav LI.over > A {
	color: #bc1818;
}
.subNav > LI.act > A,
.subNav > LI.act:hover > A,
.subNav > LI.act.over > A,
.subNav .active {
	color: #bc1818;
}
/*clearfix Nav*/
.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
}
/*Subhead ----------------------------------- */
#subhead {
	max-height: 650px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 190px;
	
}
#subhead .item * {
	float: none;
	right: auto;
	overflow: visible;
	position: static;
}
#subhead .image {
	display: block;
	width: 2000px;
	left: 50%;
	position: relative;
	margin-left: -1000px;
	margin-bottom: 0;
}
#subhead .image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#subhead .sub-txt {
	position: absolute;
	top: 150px;
	left: 50%;
	text-align: center;
	max-width: 500px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 50;
	color: #fff;
	font: 400 17px 'Open Sans', Verdana, Arial, Sans-serif;
}
#subhead .grosserText {
	font-size: 52px;
}
#subhead .grosserText span {
	position: relative;
	top: 15px;
}
#subhead.subheadSmall {
	max-height: 400px;
}
@media all and (min-width: 2000px) {
	#subhead .image {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#subhead .image IMG {
		width: 100%;
		height: auto;
	}
}
/*Allcont ----------------------------------- */
.allcont {
	padding: 50px 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.gridwrapper > .item .gridwrapper > .item {
	width: auto;
}
.item {
	position: relative;
}
.allcont.subpage {
	padding-top: 200px;
}
.allcont.subPages {
	padding: 0;
}
.allcont h1 {
	color: #1e294b;
}

/*Foot ----------------------------------- */
.foot {
	margin: 0 auto;
	background: #1e294b;
	color: #fff;
	padding: 20px 0;
}
.foot a {
	color: #fff;
	text-transform: uppercase;
}
.contact {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contact .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contact .item p {
	padding: 0 10px;
}
.foot TABLE TR TD {
	padding: 0 10px 0 0;
}
.foot P {
	padding: 0;
}
.copy {
	text-align: center;
	font-size: 12px;
	color: #a09f9f;
}

/*List ----------------------------------- */
.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: #bc1818;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.tabelle-basic {
	width: 100%;
}
.allcont TABLE.tabelle-basic TR.even {
	background-color: #f0f0f0;
}
.allcont TABLE.tabelle-basic TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}

/*Grids ----------------------------------- */
.gridrow .col {
	float: left;
	display: block;
}
.gridrow .col + .col {
	margin-left: 4%;
}

.item.gridrow {
	margin: 120px 0;
}
/*50%*/
.box50 > .col {
	width: 48%;
}
/*25%*/
.box25 > .col {
	width: 22%;
}
/*11%-85%*/
.box11-85 > .col.col1 {
	width: 11%;
}
.box11-85 > .col.col2 {
	width: 85%;
}

/*77%-19%*/
.box77-19 > .col.col1 {
	width: 77%;
}
.box77-19 > .col.col2 {
	width: 19%;
}
.col img {
	width: 100%;
	height: auto;
}
/*Voll*/
.allcont .item.b100,
.allcont .item.b101 {
	width: 100%;
	max-width: 100%;
}
.allcont .item.b101 > .gridrow {
	/*max-width: 960px;
	margin: 0 auto;
	position: relative;*/
}
#about {
	margin-top: 50px;
}
/*Farbig ----------------------------------- */
.allcont .item.grey {
	background-color: #f0f0f0;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item.b100.grey {
	padding: 0;
}
.item.b100 .col + .col {
	margin-left: 0;
}
.item.b100 .box50 > .col {
	width: 50%;
}
.col.grey {
	background-color: #f0f0f0;
	padding: 20px;
}
/*Contactform ----------------------------------- */
#contactform .field.datenschutz A {
	border-bottom: 2px solid #a3a3a3;
}
#contactform .field.datenschutz A:hover {
	color: #444;
	text-decoration: none;
}
#contactform {
}
#contactform .field {
	margin: 15px 0;
}
#contactform .field.datenschutz,
.pflicht {
	font-size: 12px;
}
#contactform .field.datenschutz INPUT {
	margin-right: 10px;
}
.success_mail H3 {
	padding: 50px 4%;
	background: #f7f7f7;
}
#contactform INPUT.btn {
	color: #fff;
	cursor: pointer;
	float: right;
}
#contactform INPUT.btn:hover {
	color: #fff;
}
/*Boxen 66%-33%*/
.box66-33,
.box33 {
	display: flex;
	margin-bottom: 20px;
}
/*.box66-33 > .col,*/
.box33 > .col {
	width: calc(50% - 20px);
	max-height: 300px;
	overflow: hidden;
	position: relative;	
	cursor: pointer;
}
/*.box66-33 > .col:before,*/
.box33 > .col:before {
	content: '';
	background: rgb(30 41 75 / 53%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box33 > .col:hover:before {
	background: rgb(30 41 75 / 90%);
}
/*.box66-33 > .col + .col,*/
.box33 > .col + .col {
	margin-left: 20px;
}
/*.box66-33 img,*/
.box33 img {
	object-fit: cover;
	height: 100%;
}
.box66-33 > .col {
	width: calc(66% - 60px);
}
.box66-33 > .col + .col {
	width: calc(33% - 60px);
	margin-left: 60px;
}
/*Boxen 33%*/
.box33 > .col {
	width: calc(33.333% - 20px);
}
.imageText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imageText h5 {
	color: #fff;
	text-align: center;
}

#leistungen p + .box33 {
	margin-top: 50px;
}
#contact {
    display: flex;
    background: #f0f0f0;
    padding: 50px;
    margin-bottom: 0;
}

/*Animation ----------------------------------- */
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

