/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/Open-Sans/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'),
		 url('/fonts/Open-Sans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/Open-Sans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/Open-Sans/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/Open-Sans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		 url('/fonts/Open-Sans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/Open-Sans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/Open-Sans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/Open-Sans/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		 url('/fonts/Open-Sans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/Open-Sans/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/Open-Sans/open-sans-v15-latin-600.svg#OpenSans') 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/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		 url('/fonts/Open-Sans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/Open-Sans/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/Open-Sans/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-800 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/Open-Sans/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
		 url('/fonts/Open-Sans/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/Open-Sans/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/Open-Sans/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/Open-Sans/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 18px 'Open Sans', Arial, Verdana, Sans-serif;
	line-height: 120%;
	color: #555555;
	padding: 10px 0 0;
}
H1 {
	font-size: 32px;
	font-weight: 600;
    margin-bottom: 15px;
	color: #555555;
}
H2 {
	font-size: 28px;
}
H3 {
	font-size: 24px;
	margin-bottom: 15px;
}
H4 {
	font-size:	20px;
	font-weight: 600;
}
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;
}
P {
	padding: 10px 0 5px;
	color: #555555;
}
A {
	text-decoration: none;
	color: #555555;
}
b {
	color: #555555;
}
::-moz-selection {
	background: #555555;
	color: #ffffff;
}
::selection {
	background: #555555;
	color: #ffffff;
}
::-moz-selection {
	background: #555555;
	color: #ffffff;
}
HR {
	background: transparent;
	border: 0 solid #ffffff;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #ffffff;
}
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: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 18px "Open Sans",  Arial, Verdana, Sans-serif;
	color: #555555;
	padding: 10px;
	border: 0;
	border-bottom: 2px solid #d6d6d6;
	background-color: transparent;
}
TEXTAREA{
	border: 2px solid #d6d6d6;
}
SELECT {
	position: relative;
	font-size: 18px;
	height: 50px;
	/* line-height: 50px; */
	padding-left: 10px;
	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], INPUT[type=checkbox], TEXTAREA, BUTTON, SELECT {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=checkbox] {
	border: 1px solid #444;
	padding: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
INPUT[type=checkbox]:focus {
	border-bottom-color: #2f2f2f;
}
INPUT[type=checkbox]:checked {
	border-color: #444;
	position: relative;
}
INPUT[type=checkbox]:checked:after,
INPUT[type=checkbox]:checked:before {
	content: "";
    display: block;
    width: 1px;
    height: 19px;
    background: #2f2f2f;
    position: absolute;
    top: 2px;
    left: 11px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
INPUT[type=checkbox]:checked:before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
INPUT[type=submit] {
	text-transform: uppercase;

}
INPUT:focus,
SELECT:focus {
	border-bottom-color:#d6d6d6;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #444;
	background-color: transparent !important;
}
::-webkit-input-placeholder {
	color: #555555;
}
:-moz-placeholder {
	opacity: 1;
	color: #555555;
}
::-moz-placeholder {
	opacity: 1;
	color: #555555;
}
:-ms-input-placeholder {
	color: #555555;
}

/*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;
}

/*Textstile*/
.button {
    display: inline-block;
    border: 2px solid #555555;
    border-radius: 50px;
    color: #555555;
    padding: 15px 40px;
    font: 700 14px/120% 'Open Sans', Arial, Verdana, Sans-serif;
}
.button:hover {
    color: #fff;
	background-color: #555555;
	text-decoration: none;
	border-color: #555555;
}
.smalltext {
	font-size: 15px;
	color:#666;
}
P A, .button, #kontaktform {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Template*/
BODY {
	font: 18px "Open Sans", Arial, Verdana, Sans-serif;
	line-height: 27px;
	/* background-color: #316066; */
  	color: #555555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#site {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

/* .head {
	background-color: #fff;
} */
/*Logo*/
#logo {
	background: url(../img/logo_s.png) no-repeat center;
	width: 232px;
	height: 160px;
	margin: 30px auto;
}
@media screen and (min-width: 360px) {
    #logo {
        width: 232px;
    }
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN {
	display: none;
}

/*Subhead*/
.subhead {
	width: 100%;
	position: relative;
	line-height: 0;
}
.subhead .item{
	max-height: 900px;
	overflow: hidden;
}
.subhead .item IMG {
	width: 100%;
	height: auto;
}
.subhead:before {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)),to(rgba(255,255,255,0)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00ffffff',GradientType=0 );
}
.cont {
		padding: 60px 0 90px;
}
.inner,
.cont > .item,
.gridwrapper > .item {
	max-width: 1170px;
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.gridwrapper > .item .gridwrapper > .item {
	width: auto;
	max-width: none;
}
.item.small,
.contact {
	max-width: 950px;
	margin: 0 auto;
}

/*Foot*/
.foot {
	background: #aa222e;
	color: #fff;
	font-size: 15px;
}
.foot .inner {
	padding: 30px 0;
}
.foot A {
	color: #fff;
}
.foot P {
	padding: 0;
}
.copy, .footnav {
	display: inline;
}
.copy {
	margin-right: 20px;
	text-align: center;
}
.foot .col1 {
	line-height: 40px;
}
.foot .col1 .footnav A {
	padding: 7px 20px;
	display: inline-block;
}
.foot A.social {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/social.svg) no-repeat 0 0;
	-webkit-background-size: auto 40px ;
	   -moz-background-size: auto 40px ;
	     -o-background-size: auto 40px ;
	        background-size: auto 40px ;
}
.foot A.social:hover {
	opacity: 0.8;
}
.foot A.social span {
	display: none;
}
.foot A.social.instagram {
	background-position: -47px 0;
	margin-left: 20px;
}

/*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: #444444;
	background: #ffffff;
	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;
}

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

/*Boxen 50%*/
.box50 > .col {
	width: 48%;
}

/*Boxen 33%*/
.box33 > .col {
	width: 30.6%;
}

/*Boxen 25%*/
.box25 > .col {
	width: 22%;
}

/*Boxen 33%-66%*/
.box33-66 > .col.col1 {
	width: 32%;
}
.box33-66 > .col.col2 {
	width: 64%;
}

/*Boxen 66%-33%*/
.box66-33 > .col.col1 {
	width: 64%;
}
.box66-33 > .col.col2 {
	width: 32%;
}
/*Boxen 80%-20%*/
.box60-40 > .col.col1 {
	width: 60%;
}
.box60-40 > .col.col2 {
	width: 36%;
}


/*Special_ID-Anpassungen*/

/*formular*/
#kontaktform {
	overflow: hidden;
}
#contactform {
	margin-top: 80px;
	color: #555555;
}
#contactform .field {
	margin: 15px 0;
}
#contactform .field.datenschutz {
	margin: 50px 0 70px;
}

#contactform .field.vorname input{
  height: 50px;
}

#contactform .field.datenschutz INPUT {
	margin-right: 15px;
}
#contactform .field.datenschutz span {
	position: relative;
	top: -9px;
}

#contactform .field.datenschutz a{
	color: #aa222e;
  border-bottom: 1px solid #aa222e;
  padding-bottom: 2px;
}

#contactform .field.datenschutz a:hover{
	opacity: 0.7;
	transition-duration: 350ms;
}

a:hover{
	opacity: 0.7;
}

.allcont P A:hover,
#contactform .field.datenschutz A:hover {
	/* border-bottom: 2px solid #444444; */
}

#contactform .field.telefon input{
  width: 100%;
}

#contactform .field .pflicht {
	margin-top: 30px;
}

#contactform .field .pflicht span{
  color: #555555;
  opacity: 0.8;
}

.success_mail H3 {
	padding: 50px 4%;
	background: #f7f7f7;
  color: #555555;
}

address{
	font-style: normal;
}

address h2{
	padding-bottom: 10px;
}

address p{
	padding: 2px 0;
	font-size: 20px;
}

address p a{
	color: #aa222e;
}

.allcont .intro P A:hover{
		border-bottom: none;
		opacity: 0.6;
}