/**
 * Place your custom styles here.
 */
/*Header with Bullets*/
H1
{
	text-align: center;
}
H1
{
	border-bottom: none;
	padding-bottom: 0.75em;
	margin-bottom: 1.5em;
}
H1
{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
H1:before, H1:after
{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 3px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #CB0238;
}
H1:before
{
	margin-left: -10px;
}
H1:after
{
	margin-left: 10px;
}
H2
{
	text-align: center;
}
H2
{
	border-bottom: none;
	padding-bottom: 0.75em;
	margin-bottom: 1.5em;
}
H2
{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
H2:before, H2:after
{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 3px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #CB0238;
}
H2:before
{
	margin-left: -10px;
}
H2:after
{
	margin-left: 10px;
}
.region-sidebar-second H2
{
	text-align: left;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.region-sidebar-second H2:after, .region-sidebar-second H2:before
{
	content: none;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0;
	width: 0;
	height: 0;
	background: #CB0238;
}
/*Header Region*/
.header
{
	position: fixed;
	width: 100%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0;
	height: 90px;
	background: #FFF;
}
.header .headroom
{
	transition: all 0.3s linear;
	background: #FFF;
}
.header .headroom--top
{
	background: transparent !important;
	box-shadow: 0 0 0 0 #A1A1A1;
}
.header .headroom--pinned
{
}
.header .headroom--unpinned
{
	background: #FFF !important;
	box-shadow: 0 0 5px 1px #A1A1A1;
}
.header.headroom.headroom--top
{
	transition: all 0.3s linear;
	background: #FFF;
}
.header.headroom.headroom--not-top
{
	background: #FFF;
	transition: all 0.3s linear;
	box-shadow: 0 0 5px 1px #A1A1A1;
}
/*Menu*/
.menu .region-primary-menu
{
	position: absolute;
	right: 50px;
}
.mm-menu UL LI.expanded A
{
	width: 500px;
	display: inline-block;
}
.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden)
{
	display: block;
	background: #CB0238;
}
.mm-menu UL LI A
{
	color: #FFF;
	font-size: 16px;
	background: transparent !important;
}
.mm-menu UL LI A:focus
{
	color: #FFF;
	font-size: 16px;
}
.mm-menu UL LI A:active
{
	color: #FFF;
	font-size: 16px;
}
.mm-menu UL LI A.hover
{
	color: #FFF;
	font-size: 16px;
	background: transparent !important;
}
.mm-menu .mm-listview
{
	border: none;
	border-color: transparent;
}
.mm-panel A
{
	border-bottom: none;
	display: inline-block;
	width: 300px;
}
.mm-listview > LI, .mm-listview > LI .mm-next, .mm-listview > LI .mm-next:before, .mm-listview > LI:after
{
	border-color: inherit;
	color: #FFF;
}
.region-primary-menu
{
	margin: 30px 0 0;
}
/*Slider Region / Header Image Region*/
.view-slider.view-id-slider
{
	top: 90px;
	overflow: hidden;
	position: relative;
}
.view-slider.view-id-slider IMG
{
	width: 100%;
	height: auto;
}
/*Content Bottom*/
#content-bottom
{
	background: #F5F5F5;
}
/*Banner Region*/
#banner
{
	padding: 75px 0 95px;
	background: url(../images/bg_top.png) center bottom / auto no-repeat #CB0238;
}
.region-banner
{
}
.region-banner .field--type-image.field--item IMG
{
	margin: auto;
	width: 100%;
	height: auto;
	max-width: 135px;
}
.region-banner .field--type-text.field--item
{
	font-size: 20px;
	color: #FFF;
	letter-spacing: 3px;
	text-align: center;
	margin: 30px;
	font-style: italic;
	line-height: 1.8em;
}
/*Corporate Region*/
#corporate
{
	padding: 75px 0;
}
.region-corporate-first H2.block-title
{
	text-align: center;
}
.region-corporate-first H2.block-title
{
	border-bottom: none;
	padding-bottom: 0.75em;
	margin-bottom: 1.5em;
}
.region-corporate-first H2.block-title
{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.region-corporate-first H2.block-title:before, .region-corporate-first H2.block-title:after
{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 3px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #CB0238;
}
.region-corporate-first H2.block-title:before
{
	margin-left: -10px;
}
.region-corporate-first H2.block-title:after
{
	margin-left: 10px;
}
.view-drucksachen.view-id-drucksachen .field--name-node-title H3
{
	margin: 0 0 20px 0;
}
/*Footer*/
#footer
{
	padding: 100px 0 50px;
	background: #333333;
	color: #FFF;
	background: url(../images/bg_bottom.png) center top / auto no-repeat #333333;
}
#footer P
{
	color: #FFF;
}
#footer P A
{
	color: #FFF;
}
#footer P A:hover
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}
#footer-bottom
{
	padding: 15px 0;
	background: #333333;
	color: #FFF;
	text-align: center;
}
#footer-bottom P
{
	color: #FFF;
}
#footer-bottom P A
{
	color: #FFF;
}
#footer-bottom P A:hover
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}
#footer A I.fa.fa-facebook
{
	color: #FFF;
	transition: 0.3s ease-out;
}
#footer A I.fa.fa-facebook:hover
{
	color: #CB0238;
}
/*
User Page*/
.field--name-user-picture.field--type-image IMG
{
	width: 100%;
	height: auto;
	box-shadow: 0px 7px 5px 1px #CFCFCF;
}
/**/
/*Page Texte*/
.text-primary
{
	color: #647912;
}
.file-icon, .file-link, .file-size, .file > .tabledrag-changed
{
	display: table-cell;
	vertical-align: middle;
}
.file > SPAN
{
	background: transparent;
	color: #647912;
	border-bottom: none;
	border-top: none;
}
.file > SPAN:first-child
{
	border-left: none;
}
.file > SPAN:last-child
{
	border-right: none;
}
/*Page Mitglieder*/
.field--name-field-mitgliedsbild IMG
{
	border-radius: 50%;
	margin: auto;
	padding: 25px;
}
.js-form-wrapper.form-wrapper.form-item.panel-default
{
	margin-top: 25px;
}
.form-wrapper.form-item .panel-heading A.panel-title
{
	border: none;
	background: #CB0238;
	color: #FFF;
}
.form-wrapper.form-item .panel-heading A.panel-title:before
{
	content: " + ";
	margin: 0 10px 0 0;
	padding: 2px 2px 2px 6px;
	border: 2px solid #FFF;
	border-radius: 50%;
}
.form-wrapper.form-item .panel-heading A.panel-title:hover
{
	border: none;
	background: rgba(202, 2, 56, 0.5);
	color: #FFF;
}
/*Page Artikel*/
.article .field--name-body
{
	margin-top: 25px;
}
.field--name-field-image.field--type-image.field--item
{
	width: 100%;
	height: auto;
}
/*Views*/
/*Artikel Views*/
.view-aktuelles.view-id-aktuelles .field--name-field-image.field--type-image A IMG
{
	width: 100%;
	height: auto;
}
.view-id-aktuelles .views-row
{
	margin-bottom: 20px;
}
.view-id-aktuelles .views-field
{
	color: #666666;
	font-weight: 300;
	line-height: 1.8em;
}
.view-id-aktuelles .views-field H3
{
	font-size: 16px;
	color: #CA0238;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin: 16px 0 28px 0;
	text-align: left;
}
.view-id-aktuelles .views-field H3 A
{
	font-size: 16px;
	color: #CA0238;
}
.view-id-aktuelles .views-field H3 A:hover, .view-id-aktuelles .views-field H3 A:active
{
	text-decoration: none;
	outline: 0;
	color: rgba(202, 2, 56, 0.50);
}
.view-id-aktuelles .views-field .read-more
{
	margin-left: 0;
}
.view-id-aktuelles .views-field-field-image
{
	margin-bottom: 30px;
}
.view-id-aktuelles .views-field-field-image IMG
{
	width: 100%;
	height: auto;
}
@media (min-width: 1200px)
{
	.view-id-aktuelles .views-field-nothing .field-content
	{
		text-align: left;
	}
	.view-id-aktuelles .views-field-field-image
	{
		width: 33%;
		float: left;
		position: relative;
		padding: 0 15px;
	}
	.view-id-aktuelles .views-field-nothing
	{
		width: 67%;
		float: left;
		position: relative;
		padding: 0 15px;
	}
	.view-id-aktuelles .views-row
	{
		margin-left: -15px;
		position: relative;
		margin-right: -15px;
	}
	.view-id-aktuelles .views-row:before, .view-id-aktuelles .views-row:after
	{
		content: '';
		display: table;
	}
	.view-id-aktuelles .views-row:after
	{
		clear: both;
	}
	.view-id-aktuelles .views-row:nth-child(2n+2) .views-field-nothing
	{
		float: left;
		text-align: right;
	}
	.view-id-aktuelles .views-row:nth-child(2n+2) .views-field-nothing .field-content
	{
		padding-left: 0;
		padding-right: 60px;
		text-align: left;
	}
	.view-id-aktuelles .views-row:nth-child(2n+2) .views-field-nothing .field-content:before
	{
		left: auto;
		right: 0;
	}
	.view-id-aktuelles .views-row:nth-child(2n+2) .views-field-field-image
	{
		float: right;
		text-align: left;
	}
	.view-id-aktuelles .views-row:nth-child(2n+2) .views-field-field-image IMG
	{
		display: inline-block;
	}
}
/*Block Artikel on Front*/
.block-views-blockaktuelles-block-1
{
	margin: 75px 0;
}
/*Mitglieder Views*/
.block-views-blockmitglieder-block-1
{
	margin: 75px 0;
}
.view-mitglieder .field--name-node-title H2
{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
	text-align: left;
}
.view-mitglieder .field--name-node-title H2:before
{
	display: none;
}
.view-mitglieder .field--name-node-title H2:after
{
	display: none;
}
.view-id-mitglieder IMG
{
	border-radius: 50%;
}
.view-mitglieder .row
{
	padding: 25px 0;
	border-bottom: 1px dashed #AAAAAA;
}
/*Mitglieder Block*/
.view-mitglieder.view-display-id-block_1 IMG
{
	margin: auto;
	padding: 30px;
	background: transparent;
}
.view-mitglieder.view-display-id-block_1 .views-field-title
{
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
}
.view-mitglieder.view-display-id-block_1 .views-field-title A:hover
{
	color: #CB0238;
}
/*Drucksachen Views*/
.view-drucksachen .views-row
{
	padding: 25px 0;
	border-bottom: 1px dashed #AAAAAA;
}
@media screen and (max-width: 991px)
{
	.view-drucksachen.view-display-id-page_1 .field--name-field-druckbild IMG
	{
		margin: 25px 0;
	}
}
/*Veranstaltungen Views*/
.view-veranstaltungen.view-id-veranstaltungen TABLE CAPTION
{
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #EFEFEF;
}
.view-veranstaltungen TD.views-field.views-field-field-datum-1
{
	background: #CB0238;
	color: #FFF;
	height: 40px !important;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	width: 40px;
}
.view-veranstaltungen TD.views-field.views-field-field-datum-2
{
	color: #CB0238;
	height: 40px !important;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	width: 40px;
}
.view-veranstaltungen TD.views-field.views-field-title.views-field-field-event-description
{
	background: #FFF;
	font-size: 16px;
	padding-top: 10px;
}
.view-veranstaltungen .views-field.views-field-title H4
{
	color: #CB0238;
	display: block;
	font-size: 1.07em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
}
.view-veranstaltungen.view-id-veranstaltungen .views-field A
{
	display: block;
}
/*Views Galerie*/
.view-galerie.view-id-galerie .views-field.views-field-title
{
	color: #FFF;
	background: #CB0238;
	height: 100px;
	padding: 10px;
	position: relative;
	margin: -25px 0 0;
}
.view-galerie.view-id-galerie .views-field.views-field-title A
{
	color: #FFF;
}
.view-galerie.view-id-galerie A IMG:hover
{
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
}
.view-galerie.view-id-galerie A IMG
{
	width: 100%;
	height: auto;
	text-decoration: none;
	display: block;
	margin: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
