﻿@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,400,600,600italic,800|Open+Sans+Condensed:300|Questrial");
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background-color: #fff;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,select,textarea
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 12pt;
		color:#222222;
		font-weight: 300;
	}

	.gfield_checkbox label, .gfield_radio label {
	   -webkit-user-select: none; /* webkit (safari, chrome) browsers */
           -moz-user-select: none; /* mozilla browsers */
          -khtml-user-select: none; /* webkit (konqueror) browsers */
          -ms-user-select: none; /* IE10+ */
	}

	a
	{
		color: #2f3ff5;
		text-decoration: none;
	}

		a:hover
		{
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6
	{
		color: #444;
		font-weight: 200;
	}

	h3 {
		font-weight: 400;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

	b, strong
	{
		font-weight: 400;
		color: #444;
	}

	i, em
	{
		font-style: italic;
	}

	br.clear
	{
		clear: both;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote
	{
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}

	.page ol {
		list-style: decimal;
		padding-left: 20px;
	}

	ol li {
		margin-bottom: 20px;
	}



	/* Section/Article */

		section,
		article
		{
			margin-bottom: 1em;
		}

			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

		header
		{
			margin: 0 0 2em 0;
		}

			header h2, header h3
			{
				margin: 0 0 0.25em 0;
			}

			header p
			{
				margin: 0;
			}

		footer
		{
			/*margin: 2.5em 0 0 0;*/
		}

	/* Forms */

		form
		{
		}

			form label
			{
				display: block;
				font-weight: 600;
				margin: 0 0 1em 0;
				color: #444;
				font-size: .875em;
				letter-spacing: .5pt;
				white-space: nowrap;
				margin: 0 0 1em 0;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				width: 100%;
				border-radius: 8px;
				border: solid 1px #DADADA;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					border-color: #0090c5;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 3em;
				padding: 0 1em;
			}

			form textarea
			{
				min-height: 9em;
				padding: 1em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	/* Tables */

		table
		{
			width: 100%;
		}

			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 1px #eee;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}

				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					font-weight: 800;
					margin: 0 0 1em 0;
				}

				table.default thead
				{
					background: #404248;
					color: #fff;
				}

				table.default tfoot
				{
				}

				table.default tbody
				{
				}

	/* Image */

		.image
		{
			display: inline-block;
			outline: 0;
		}

			.image img
			{
				display: block;
				width: 100%;
				border-radius: 8px;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2.5em 0;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2.5em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
			background: #415FAB;
			color: #fff;
			text-decoration: none;
			border-radius: 6px;
			font-weight: 200;
			outline: 0;
			border: 0;
			cursor: pointer;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background: #6E85C0;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background: #6E85C0;
			}

			.button.icon
			{
			}

				.button.icon:before
				{
					position: relative;
				}

			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #f1f1f1;
				background: rgba(0,0,0,0.05);
				color: #444;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #e8e8e8;
					background: rgba(0,0,0,0.085);
				}

				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background: #e4e4e4;
					background: rgba(0,0,0,0.15);
				}

	/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}

				ul.default li
				{
					padding-left: 0.5em;
				}

			ul.actions
			{
			}

				ul.actions li
				{
					display: inline-block;
					padding: 0 0 0 0.25em;
					margin: 0 0 0 0.25em;
				}

					ul.actions li:first-child
					{
						margin-left: 0;
						padding-left: 0;
					}

	/*		ul.menu li
			{
				border-left: solid 1px #e0e0e0;
				display: inline-block;
				padding: 0 0 0 0.75em;
				margin: 0 0 0 0.75em;
			}

				ul.menu li:first-child
				{
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}*/

		ol
		{
		}

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Box */

		.box
		{
			background: #fff;
			border-radius: 6px;
			box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
			box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
		}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}
		
/*********************************************************************************/
/* NEWS PAGE                                                                       */
/*********************************************************************************/	
		
#news-nav {
    width: 100%;
    height: 100px;
}

.news-post {
  background-color: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 25px;
}

#news-search-form {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 200px;
  float: right;
  position: relative;
}

#news-search-form #search {
  width: 200px;
  display: inline-block;
  outline: 0;
  height: 50px;
}

.news-downloads {
  padding: 0 15px 0px;
  background-color: rgb(232, 232, 232);
  border-radius: 0 0 10px 10px;
}

#news-search-form input[type="submit"] {
  font-size: 1.35em;
  padding: inherit;
  position: absolute;
  right: 0;
  height: 50px;
  border-radius: 0 5px 5px 0;
  width: 49px;
  background: url('images/ico_mag.png')  8px 11px no-repeat #415FAB;
}

.news-post h3 {
  margin: 0;
  background-color: rgb(76, 104, 176);
  border-radius: 10px 10px 0 0;
  padding: 0px 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.news-post p {
  padding: 15px 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: rgb(89, 89, 89);
  margin-bottom: 1em;
}

#submit_year {
  padding: 8px 25px;
  height: 46px;
  float: left;
}

a#submit_filter {
  float: left;
  background-color: rgb(76, 104, 176);
  color: #fff;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 5px;
}

.wrapper-dropdown {
    float: left;
    position: relative;
    width: 200px;
    padding: 5px 20px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    background: #E8E8E8;
    color: #6B6B6B;
    outline: none;
    cursor: pointer;
    font-weight: 600;

}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    border-color: #4C68B0 transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
    border-style: solid;
    /*border-color: transparent #fff;    */
}
.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    
    top: 100%;
    left: 0; /* Size */
    right: 0; /* Size */

    /* Styles */
    background: #fff;
    font-weight: normal; /* Overwrites previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 5px 20px;
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
    background: #4C68B0;
    color: #fff;
    border-radius: 5px;
}
/* Active state */
.wrapper-dropdown.active .dropdown {
    border-radius: 5px;
    background: #FDFDFD;
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
  background: #9bc7de;
  background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}       

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.links
		{
		}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .grid
			{
				margin-bottom: 2.5em;
			}

		.widget.contact
		{
		}

			.widget.contact ul
			{
				overflow: hidden;
				position: relative;
				left: -4px;
				top: 4px;
				margin-bottom: 1.5em;
			}

				.widget.contact ul li
				{
					display: inline-block;
					margin-right: 0.25em;
				}

					.widget.contact ul li a
					{
						display: inline-block;
						width: 2.5em;
						height: 2.5em;
						text-align: center;
						line-height: 2.5em;
						border-radius: 0.35em;
						outline: 0;
						opacity: 0.75;
						text-decoration: none;
						background: #222222;
						-moz-transition: background-color .25s ease-in-out;
						-webkit-transition: background-color .25s ease-in-out;
						-o-transition: background-color .25s ease-in-out;
						-ms-transition: background-color .25s ease-in-out;
						transition: background-color .25s ease-in-out;
					}

						.widget.contact ul li a:before
						{
							color: #f3f3f3;
							font-size: 1.75em;
							line-height: 1.5em;
						}

						.widget.contact ul li a:hover
						{
							background: #444444;
						}

						.widget.contact ul li a:active
						{
							background: #666666;
						}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper
	{
	}

	#main-wrapper
	{
		background: #fff;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}

		#logo h1
		{
/*			background: #ff4486;
			color: #fff;
			border-radius: 6px;
			font-family: 'Oleo Script', serif;
			font-weight: 400;*/
		}

		#logo span
		{
			font-weight: 800;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
	}

/*********************************************************************************/
/* etc*/
/*********************************************************************************/

	ul#downloads-list li {
	  list-style: none;
	  border-bottom: 1px solid rgb(224, 224, 224);
	  padding: 0px 0 10px;
	}
	
	ul#downloads-list li:last-child {
	  border-bottom: none;
	}
	
	ul#downloads-list {
	  list-style: none;
	  padding-left: 0;
	}

	#satzungspunkte p.fließtext {
		margin-bottom: 1em;
	}
	
	.top-link {
		background: url('images/arrow-top.png') no-repeat;
		  padding-left: 40px;
	  background-size: contain;
	  font-weight: 400;
	  margin-top: 30px;	
	}

	.pdf-ico {
  		background: url('images/ico_pdf.png') no-repeat;
 		padding-left: 33px;
  		background-size: contain;
	}

	.page ul li {
		list-style-image: url('images/ico-circle.png');
  		padding-left: 5px;
  		margin-bottom: 10px;
	}

	.page ul {
  		padding-left: 15px;
	}

	#beitragsordnung-table tr:last-child {
  		border-bottom: none;
	}

	#beitragsordnung-table tr {
  		border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	}

	#beitragsordnung-table tr td:first-child, #gebuehren-table tr td:first-child {
  		width: 50px;
  		line-height: 36px;
	}

	#gebuehren-table tr td {
		padding-bottom: 1em;
	}
	
	.grey-box {
	   background: rgb(243, 243, 243);
	   padding: 10px 15px;
	   border-radius: 10px;
	   line-height: 1.8;
    }
	
	img.alignleft {
	  float: left;
      border-radius: 10px;
      margin: 8px 20px 0px 0;
      padding-top: 0px;
  }
	
	.mitarbeiter-table td:not(:first-child) {
		  padding-left: 40px;
		  width: 25%;
	}
	.mitarbeiter-table ul {
		font-size: 14px;
	}
	
	

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		margin-top: 0;
	}

		#footer a
		{
			color: inherit;
		}

	footer .widget ul li > ul {
		display: none;
	}

section#pages-2 ul li ul {
  display: none;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

