
/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cabin-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cabin'), local('Cabin-Regular'),
       url('../fonts/cabin-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v12-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}
/* cabin-500 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cabin-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Cabin Medium'), local('Cabin-Medium'),
       url('../fonts/cabin-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v12-latin-500.svg#Cabin') format('svg'); /* Legacy iOS */
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('../fonts/cabin-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v12-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}


/*Standard*/
.clearL
{
	clear: left;
}
H1, H2, H3, H4, H5, H6
{
	font: 15px 'Cabin', Arial, Verdana, Sans-serif;
	color: #176B86;
	padding: 10px 0 0;
	text-transform: uppercase;
}
H1
{
	font-size: 45px;
}
H2
{
	font-size: 32px;
	margin: 0 0 20px 0;
}
H3
{
	font-size: 24px;
}
H4
{
	font-size: 24px;
	color: #F5B700;
	text-transform: none;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: none;
	color: #176B86;
}
A:hover
{
	text-decoration: underline;
}
#cont A {
	color: #E03900;
}

HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px auto;
	border-bottom: 1px solid #CCC;
	width: 60%;
}
TEXTAREA, INPUT
{
	resize: none;
	-webkit-border-radius: 0px;
	/*-webkit-box-sizing: border-box;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	-webkit-font-smoothing: inherit;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=password]
{
	/*-webkit-appearance: none;*/
}
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;
}
.button > A,
a.button
{
	background-color: #176B86;
	border: 1px solid #FFF;
	padding: 10px 20px;
	color: #FFF !important;
	display: inline-block;
}
.button > A:hover,
a.button:hover
{
	background-color: #E03900;
	text-decoration: none;
	color: #FFF !important;
}
.center
{
	text-align: center;
}
.red
{
	color: #E03900;
}
/*Template*/
HTML, BODY, #site
{
	height: 100%;
}
BODY > #site
{
	height: auto;
	min-height: 100%;
}
BODY
{
	font: 16px 'Cabin', Verdana, Sans-serif;
	line-height: 24px;
	color: #454646;
	-webkit-text-size-adjust: none;
	/*-moz-text-size-adjust: none;*/
	-ms-text-size-adjust: none;
}
#site
{
}
#page
{
}
/*Head*/
.head
{
	display: block;
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
	height: 138px;
}
#head-pic
{
	width: 70px;
	float: left;
}
.sticky-anchor{
	position: absolute;
	bottom: 0;
	left: 0;
}
.head2 {
	background: #fff;
	position: relative;
	z-index: 1000;
	width: 100%;
	transition: all 0.3s ease-in-out;
	transform: translateY(0);
}
.head2 .inner {
	max-width: 920px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}
.head.stickyhead .head2 {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	box-shadow: 0 0 15px rgba(39, 39, 39, 0.15);
}
.head.stickyhead .head2:hover {
	opacity: 1;
}
.head.stickyhead .head2 #head-pic {
	padding-top: 10px;
}
#mobil-icon {
	display: none;
}

/*Subhead NEW*/
#uid1 #subhead {
	max-height: 500px;
}
#subhead {
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 40px;
}
#subhead div.csc-textpic-center .csc-textpic-center-outer,
#subhead div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: inherit;
}
#subhead div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
	width: 100%;
}
#subhead div.csc-textpic .csc-textpic-imagewrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1000;
	width: 30px;
	height: 30px;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px;
}

/*Subhead OLD*/
/*#subhead
{
	display: none;
}
.bel3 #subhead
{
	display: block;
	padding-bottom: 20px;
}
#subhead
{
	background: url(../img/subhead.png) repeat-x center bottom;
	min-height: 560px;
	padding-bottom: 25px;
	padding-top: 35px;
	min-width: 960px;
}
.subhead2
{
	width: 960px;
	margin: 0 auto;
}
#subhead TABLE
{
	width: 100%;
}
#subhead TABLE TD
{
	padding-left: 70px;
}
#subhead .csc-textpic-text
{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
}
#subhead .csc-textpic-text UL LI
{
	background: url(../img/li.jpg) no-repeat left 9px;
	padding-left: 20px;
}
#subhead .lbox, #subhead .rbox
{
	float: left;
	width: 454px;
	margin-right: 52px;
	display: inline;
}
#subhead .rbox
{
	margin: 0;
}*/
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
	width: 800px;
	float: left;
	padding-top: 60px;
}
.nav LI
{
	float: left;
	position: relative;
	/*[disabled]position:relative;*/
}

.nav LI A
{
	color: #A1A1A1;
	padding: 10px 13px;
	margin: 0 2px;
}

.nav li a:hover {
	color: #176B86;
	text-decoration: none;
}
.nav > ul > LI.act > a {
	color: #176B86;
}

.nav LI:first-of-type a {
	padding-left: 0;
}
.subNav li:first-of-type a {
	padding-left: 13px;
}

/*Änderung Lechelt */
/*.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	background-color: #176B86;
	color: #FFF;
}*/
/*Subnav*/
.nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
}
.nav LI:hover .subNav
{
	display: block;
	background: rgb(228, 228, 228);
	/* width: 100%; */
}
.nav LI UL LI
{
	float: none;
	position: relative;
	width: auto;
	/* padding-left: 10px; */
}
.subNav  > li.act a{
	color: #176B86;
}
.nav LI UL LI A
{
	float: none;
	display: block;
}

.nav .subNav li:hover .subNav2{
	display: block;
}
.nav .subNav2 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
}
.subNav2 {
	background: rgb(241, 241, 241);
	border-left: 1px solid #fff;
	width: 100%;
}
.subNav2 >li.act a{
	color: #176B86;
}
/*over*/
.nav LI.over A
{
	/*[disabled]color:#D01B81;*/
}
.nav LI.over UL LI A
{
	/*[disabled]color:#FFF;*/
}
.nav LI.over UL LI A:hover
{
	/*[disabled]color:#552560;*/
}
.nav LI.over UL LI.act A
{
	/*[disabled]color:#552560;*/
}
.nav LI.over UL
{
	/*[disabled]display:block;*/
}
.nav LI.over UL LI UL
{
	/*[disabled]display:none;*/
}
/*Allcont*/
#allcont
{
	width: 920px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.bel3 #allcont
{
	padding-bottom: 60px;
}
#cont
{
}
#left
{
	width: 432px;
	float: left;
}
#right
{
	width: 432px;
	float: left;
	margin-left: 56px;
}
/*Foot*/
.foot
{
	display: block;
	font-size: 13px;
	height: 50px;
	margin-top: -60px;
	text-align: center;
	background-color: #A1A1A1;
	color: #FFF;
	padding: 5px 0;
}
.foot2
{
	/*width: 960px;*/
	margin: 0 auto;
}
.foot A
{
	color: #FFF;
}
.foot P
{
	/*display: inline;*/
	padding: 0;
}
#copy
{
	display: inline;
}
#footnav
{
}
#webdesign
{
	display: inline;
}
/*Powermail NEU*/
FIELDSET
{
	clear: inherit;
}
DIV.tx-powermail
{
	width: 100%;
	font: inherit !important;
}
.tx-powermail LEGEND, .tx-powermail H3
{
	display: none;
}
.tx-powermail FORM FIELDSET LEGEND
{
	width: 100%;
	color: #176B86;
}
.tx-powermail FORM FIELDSET
{
	border: 0 solid #000000;
	background-color: transparent;
	padding: 0px;
	margin-top: 10px;
	width: 100%;
}
.tx-powermail FORM .tx_powermail_fieldwrap_html
{
	padding: 2px 0;
	margin: 0;
}
.tx-powermail FORM FIELDSET LABEL
{
	display: block;
	width: 100%;
	padding: 3px 0 0;
	font: inherit;
	color: #000;
}
.tx-powermail FORM FIELDSET INPUT, .tx-powermail FORM FIELDSET TEXTAREA
{
	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;
	width: 100%;
	border: 1px solid #D7D7D7;
}
.tx-powermail FORM FIELDSET INPUT
{
	padding: 5px 0px 5px 5px;
}
.tx-powermail FORM FIELDSET TEXTAREA
{
	height: 100px;
	padding: 5px;
	resize: vertical;
}
.tx-powermail FORM .tx_powermail_fieldwrap_html .powermail_check_inner INPUT
{
	width: inherit;
	float: left;
	margin: 5px 10px 5px 5px;
}
.tx-powermail FORM .tx_powermail_fieldwrap_html .powermail_check_inner LABEL
{
	margin: 5px 0;
}
.tx-powermail FORM FIELDSET .tx_powermail_fieldwrap_html_submit
{
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0;
}
.tx-powermail FORM FIELDSET INPUT.powermail_submit
{
	background-color: #454646 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	border: none;
	float: inherit;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
}
.tx-powermail FORM FIELDSET .tx_powermail_fieldwrap_html_submit INPUT.powermail_submit:hover
{
	background-color: #176B86 !important;
	color: #FFF;
}
.tx-powermail FIELDSET .powermail_fieldwrap_pflichtfelder
{
	color: #176B86;
	font-size: 11px;
	font-style: italic;
}
.tx-powermail .mandatory
{
	color: #176B86;
}
.error
{
	width: 100%;
	position: relative;
	color: #FFF;
	width: 120px;
	font-size: 11px;
	border: 1px solid #FFF;
	padding: 4px 10px;
	background: #176B86;
}
.tx-powermail UL.powermail_message
{
	background: #FFFFFF;
	margin: 0 !important;
	padding: 5px 0 5px 7% !important;
	border: 2px solid #176B86;
}
.tx-powermail UL.powermail_message LI
{
	color: #646464;
	font-weight: normal;
}
.formError .formErrorArrow DIV
{
	border-left: none;
	border-right: none;
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
	background: #176B86;
}
DIV.error, .tx-powermail .powermail_field_error
{
	background-color: pink;
	border: 1px solid red !important;
}
DIV.error
{
	padding: 5px;
	text-align: center;
	margin: 35px 0;
	margin-left: -122px;
}
DIV.error P
{
	padding: 0;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #646464;
}
.tx-powermail .powermail_create DT
{
	padding: 2px 0px;
}
.tx-powermail FORM SELECT
{
	width: 100%;
}
.tx-powermail FORM .tx_powermail_fieldwrap_html_reset
{
	padding: 0px;
	margin: 0px;
	position: relative;
}
.tx-powermail FORM .tx_powermail_fieldwrap_html_text
{
	font-size: 16px;
	color: #176B86;
}
/*Special*/
#allcont UL
{
	margin: 5px 0px 10px 25px;
	color: red;
}
#allcont UL LI
{
	list-style-type: disc;
	padding: 3px 0px;
	color: #454646;
}
#allcont OL
{
	margin: 5px 0px 10px 25px;
}
#allcont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
}
#allcont TABLE TR TD
{
	padding: 2px 10px 2px 0px;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
.lbox
{
	float: left;
	width: 47%;
	margin-right: 6%;
	display: inline;
}
.rbox
{
	float: left;
	width: 47%;
	display: inline;
}
.lbox H3,
.rbox H3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.box
{
	background-color: #EDEDED;
	padding: 20px 30px;
}
IFRAME
{
	margin-bottom: -7px;
}

/*News*/
.news .news-list-view {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.news .news-list-view .article {
	display: flex;
	align-items: center;
	width: 48%;
}
.wrapperbox .news .news-list-view .article.topnews,
.gridrow .news .news-list-view .article.topnews {
	width: 100%;
}
.news .news-list-view .article:nth-child(even) {
	margin-left: 4%;
}
.news .news-list-view .article .news-img-wrap {
	float: none;
	margin: 0 15px 0 0;
	background-color: none;
}
.news .news-list-view .article .news-img-wrap a {
	float: none;
	padding: 0;
	border: none;
	background-color: none;
}
.news .news-list-view .article .news-img-wrap img {
	float: none;
	max-width: 100px;
	border: 1px solid #eaeaea;
	padding: 2px;
}
.news .news-list-view .article .teaser-text .wrapper {
	display: flex;
	margin-bottom: 10px;
}
.news .news-list-view .article .teaser-text p {
	padding: 0 0 5px;
	font-style: italic;
}
.news .news-list-view .article .teaser-text .counter {
	margin-right: 5px;
	/*font-weight: bold;*/
	color: #176B86;
	font-size: 18px;
}
.news .news-list-view .article .teaser-text .wrapperbtm {
	padding-left: 15px;
}
.news .article .teaser-text .news-list-category {
	font-weight: bold;
}

/*Popup*/
.mfp-iframe-scaler iframe {
	background: #ffff;
}
.mfp-wrap.my-custom-class .mfp-content {
    height: 800px;
    max-height: 90vh;
    width: 800px;
    max-width: 90vw;
}

/*Gridelemente*/
.gridrow {
	display: flex;
}
.gridrow .col + .col {
	margin-left: 6%;
}
.gridrow .col iframe {
	width: 100%;
	max-width: 100%;
}
.gridrow .col hr {
	width: 100%;
}

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