/*
 * Name: layout.css
 *
 *	-
 *
 *	T.O.C
 *
 *	#General Layout
 *		#Header
 *		#Content
 *		#Footer
 *	#Page Styles
 *		#Index
 *		#About
 *		#Services
 *		#Portfolio
 *		#Blog
 *		#Contact
 *	#Responsive
 *		#Large Display
 *		#Smaller then 1024px width
 *		#Tablet (Portrait)
 *		#Mobile (Portrait and Landscape )
 *		#Mobile ( Landscape )
 */

/* ==========================================================================
   #General Layout
   ========================================================================== */

	#wrap {
		position: relative;
		background-color: #fff;
	}
	.invisible {
	    border: 0 none;
	    clip: rect(0px, 0px, 0px, 0px);
	    height: 1px;
	    margin: -1px;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    width: 1px;
	}

/* #Header Top
   ========================================================================== */

	#header-top {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		height: 40px;
		padding: 0;
		background-color: #273a51;
		color: #fff;
	}

	#header-top a { color: #fff; font-size: 1.2em; line-height: 40px; }

	#header-top .widget-title span { background-color: #289dcc; }

	#header-top .widget-title:before,
	#header-top .widget_tag_cloud a { border-color: #fff; }

	#header-top .widget_tag_cloud a:hover,
	#header-top #newsletter-subscribe-form input[type="submit"]:hover { background-color: #0f5066; }

	#header-top .ewf_widget_contact_info ul li {
		display: inline-block;
		padding-left: 0;
		margin-right: 40px;
		margin-bottom: 0;
	}

	#header-top .ewf_widget_contact_info ul li:last-child { margin-right: 0; }

	#header-top .ewf_widget_social_media { float: right; }

	#header-top .ewf_widget_social_media .social-icon {
		width: auto;
		height: 40px;
		margin-right: 15px;
		background-color: transparent;
	}

	#header-top .ewf_widget_social_media .social-icon i {
		font-size: 20;
		line-height: 40px;
	}


/* #Header
   ========================================================================== */

/*	#header { padding: 0px 0 20px 0; }*/

	@media (min-width: 1024px) {


	/**
		 * 1. needs to be > 1000 because revolution slider navigation has high z-index
		 */
/*	.nobreadcrumb #content { padding-top: 236px; }*/

		#header {
			/*position: absolute;*/
			z-index: 1010;
			top: 0;
			right: 0;
			left: 0;
			padding: 0;
			margin: 0 auto;
		}

		#header.stuck {
			position: fixed !important;
			z-index: 1010; /* 1 */
			top: 0;
			width: 100% !important;
			padding: 10px 0 0 0;
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
			margin-top: 0;
			background: none repeat scroll 0 0 #fff;
			-webkit-transition: padding 0.5s;
			     -o-transition: padding 0.5s;
					transition: padding 0.5s;
		}

		#header.stuck .sf-menu > li > a,
		#header.stuck .sf-menu > li.dropdown > a { padding-bottom: 0px; }

		#header.stuck .sf-menu li.dropdown ul,
		#header.stuck .sf-mega { margin-top: 0px; }

		#header.stuck .sf-menu li.dropdown ul ul { margin-top: 0; }

		#header.stuck #logo {
			margin: 0;
		}
		#header.stuck #logo img {
			max-width: 200px;
		}

		#content.stuck { padding-top: 317px; }


	}

	/* Logo */

	#logo {
		display: block;
		margin: 18px 0 0 0;
	}
	#logo img { display: block; float:right; }

	/* Menu basics */

	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.sf-menu > li { float: left; }

	.sf-menu > li > a {
		position: relative;
		display: block;
	}

	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 210;
		top: 100%;
		left: 0;
		display: none;
	}

	.sf-menu li.dropdown { position: relative; }

	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
	}

	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }

	/* Menu Skin */

	.sf-menu {
		float: left;
		/*width: 100%;*/
	}

	.sf-menu a {
		display: block;
		padding: 10px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
/*		font: 20px 'Open Sans', Arial, sans-serif;*/
		font: 20px Muli, sans-serif;
		color: #616161;
		text-decoration: none;
	}

	.sf-menu li.dropdown a { padding: 10px 15px; }
.sf-menu li.dropdown a {
    padding: 12px 15px;
    font-size: 16px;
}
	.sf-menu li:last-child > a { border-bottom: none; }

	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		margin: 30px 30px 0 0;
		border: none;
		color: #616161;
		font-size: 21px;
		text-transform: uppercase;
		padding: 0 0 2px;
		border-bottom: 6px solid #fff;
	}

.sf-menu > li.active > a,
.sf-menu > li.trail > a {
	border-bottom: 6px solid #48719B;
}



@media (max-width: 1399px) {

.sf-menu > li > a, .sf-menu > li.dropdown > a {
    border: medium none;
    color: #818181;
    font-size: 18px;
    padding: 20px 20px 20px 0;
    text-transform: uppercase;
}


}

	.sf-menu > li a i { margin-right: 5px; }

	.sf-menu li.trail > a,
	.sf-menu li.current > a,
	.sf-menu li.sfHover > a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover {
		color: #48719B;
		text-decoration: none;
	}


/*	.sf-menu li li.trail > a,
	.sf-menu li li.current > a {
		font-weight: bold;
	}*/

	/**
 	 * 1. allow long menu items to determine submenu width
 	 */

	.sf-menu li.dropdown ul {
		min-width: 200px; /* 1 */
		border: 1px solid rgba(0, 0, 0, 0.1);
		background-color: #e9e9e9;
	}

/*	.sf-menu > li.dropdown > ul { border-top: 3px solid #48719B; }*/

	.sf-menu > li.dropdown > ul li a:hover {
		background-color: #48719B;
		color: #fff;
	}

	/* mega menu dropdown */

	.sf-mega {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 15px 0;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-top: 3px solid #48719B;
		background-color: #e9e9e9;
	}

	.sf-mega-section {
		float: left;
		width: 25%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 0 20px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	.sf-mega-section:last-child { border-right: none; }

	/* arrows */

	/* styling for both css and generated arrows */

	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		height: 0;
		width: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: rgba(0, 0, 0, 0.5);
		margin-top: -3px;
		content: "";
	}

	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: rgba(0, 0, 0, 0.7); }

	/* styling for right-facing arrows */

	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: rgba(0 ,0, 0, 0.5);
		margin-top: -5px;
		margin-right: -3px;
	}

	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: rgba(0, 0, 0, 0.7); }

	/* Mobile Menu  */

	#mobile-menu {
		z-index: 20;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 0;
		background-color: #48719B;
	}

	#mobile-menu li {
		display: block;
		margin: 0;
	}

	#mobile-menu > li > ul,
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}

	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
		background-color: #48719B;
	}

	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}

	#mobile-menu .sf-mega-section ul { margin-left: 0; }

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #e9e9e9;
		color: #fff;
		font-size: 18px;
		text-align: left;
		text-decoration: none;
	}

	#mobile-menu ul a { padding-left: 45px; }

	#mobile-menu ul li ul a  { padding-left: 65px; }

	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 70px;
		border-left: 1px solid #efefef;
		color: #fff;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}

	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #273a51; }

	#mobile-menu li a:hover {}

	#mobile-menu { display: none; }

	/* Mobile menu trigger  */

	#mobile-menu-trigger {
		float: right;
		display: none;
		font-size: 32px;
	}

	/* Custom Search Form */

	#custom-search-button + .sf-menu { margin-right: 30px; }

	#custom-search-button {
		position: absolute;
		top: 49px;
		right: 0;
		display: block;
		width: 16px;
		height: 16px;
		background: url(../images/bg-search.png) no-repeat center center;
	}

	#custom-search-button.open {
		background: none;
		text-decoration: none;
	}

	#custom-search-button.open:before {
		position: absolute;
		top: -4px;
		color: #69675b;
		font-family: "iconfontcustom";
		font-size: 18px;
		content: "";
	}

	#custom-search-form {
		position: absolute;
		z-index: 2000;
		top: 86px;
		right: 0;
		display: none;
	}

	#custom-search-submit {
		position: absolute;
		top: 0;
		right: 5px;
		border: none;
		background: url(../images/bg-search.png) no-repeat center center;
	}

	#s { background-color: #fff; }
	#s:focus { border-color: #d7d7d7; }

/* #Content
   ========================================================================== */

	#content {
		min-height: 300px;
		padding-bottom: 0px;
	}

	/* Page Header */

	#page-header {
		padding: 40px 0 40px 0;
/*		border-top: 1px solid #cdcdcd;*/
/*		border-bottom: 1px solid #cdcdcd;*/
		margin-bottom: 0px;
		background-color: #e9e9e9;
	}

	#page-header h2 { margin-bottom: 0; text-transform: uppercase;
    color: #48719b;
    font-size: 33px;
    line-height: 42px;
	}
	#page-header h1 { margin-bottom: 0; text-transform: uppercase;
    color: #48719B;
    font-size: 30px;
    line-height: 42px;
	}
	#page-header p { margin-bottom: 0; color: #273a51; font-size: 18px;


	 }


/* #Footer
   ========================================================================== */

	#footer {
		padding: 80px 0;
		background-color: #48719b;
		color: #fff;
	}

	#footer a, #footer p, #footer-bottom p { color: #fff;     font-size: 14px;
    line-height: 1.4em;
 }

	#footer .widget { margin-bottom: 40px; }

	#footer .widget-title { margin-bottom: 70px; }

	#footer .widget-title span { background-color: #4b4b4b; }

	#footer .widget-title:before,
	#footer .widget_tag_cloud a { border-color: #c4c4c4; }
	#footer a:hover { color: #273a51; }

	#footer .ewf_widget_social_media .social-icon {
		width: 26px;
		height: 26px;
		margin-right: 5px;
		background-color: #48719B;
		color: #fff;
	}

	#footer .ewf_widget_social_media .social-icon i {
		font-size: 28px;
		line-height: 28px;
	}

	#footer h3 {
		color: #fff;
	}

	#footer-bottom {
		padding: 30px 0;
		background-color: #273a51;
		color: #c5c5c5;
	}

	#footer-bottom a { color: #c5c5c5; }
	#footer-bottom a:hover { color: #fff; }

	#footer-bottom .widget-title span { background-color: #222; }

	#footer-bottom .widget-title:before,
	#footer-bottom .widget_tag_cloud a { border-color: #6e6e6e; }

	#footer-bottom .widget_pages ul { float: right; }

	#footer-bottom .widget_pages ul li {
		display: inline-block;
		margin-right: 20px;
	}

	#footer-bottom .widget_pages ul li:last-child { margin-right: 0; }

/* ==========================================================================
   #Page Styles
   ========================================================================== */

/* #Index
   ========================================================================== */

   	.client-logos {
		margin-bottom: 50px;
		list-style: none;
		text-align: center;
	}

	.client-logos li { display: inline-block; }

/* #About
   ========================================================================== */

	.team-member { margin: 25px 0 50px 0; }

	.team-member h4 {
		padding-top: 20px;
		color: #48719B;
	}

	.team-member-thumb {
		position: relative;
		float: left;
		display: inline-block;
		border: 10px solid transparent;
		border-radius: 50%;
		margin-right: 30px;
	}

	.team-member-thumb img {
		display: block;
		max-width: 100%;
		border-radius: 50%;
	}

	.team-member-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 10px solid #48719B;
		border-radius: 50%;
		opacity: 0;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}

	.team-member:hover .team-member-overlay { opacity: 0.5; }


/* #Services
   ========================================================================== */

/* #Portfolio
   ========================================================================== */

    /* Isotope */

	.portfolio-items {
		margin-bottom: 40px;
		list-style: none;
	}

	.portfolio-items li {
		float: left;
		width: 25%;
	}

	/* Portfolio Strip */

	.portfolio-strip {
		margin-bottom: 50px;
		list-style: none;
	}

	.portfolio-strip li {
		float: left;
		width: 25%; /*33.3333333333%;*/
	}

	.portfolio-strip.two-col li { width: 50%; }

    /* Portfolio Item */

	.portfolio-item {
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.portfolio-strip .portfolio-item { margin-bottom: 0; padding: 15px; }

	.portfolio-item-preview { position: relative; }

	.portfolio-item-preview img {
		display: block;
		width: 100%;
		height: auto;
	}

	.portfolio-item-description {
		height: 75px;
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
		padding: 5px 10px 10px 10px;
		background-color: #48719B;
		color: #fff;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.portfolio-item-description h3,
	.portfolio-item-description p { margin-bottom: 0; color: #fff; }

.portfolio-item-description h3 {
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
}

	.portfolio-item-description a { color: #fff; }
	.portfolio-item-description a i { vertical-align: middle; }

	.portfolio-item-actions {
		position: absolute;
		right: 0px;
		bottom: 0;
		width: 75px;
		height: 75px;
		background-color: #48719B;
		color: #fff;
		font-size: 80px;
		line-height: 75px;
		font-weight: 300;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.portfolio-item-description + .portfolio-item-actions { border-left: 1px solid #fff; }

	.portfolio-item-actions a { color: #fff; }

	.portfolio-item-actions:hover { background-color: #0f5066; }

	.portfolio-item:hover .portfolio-item-description {
		bottom: 0;
		opacity: 1;
	}

.portfolio-item .portfolio-item-description {
    background: rgba(39, 58, 81, 0.7) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    opacity: 1;
}

.portfolio-item:hover .portfolio-item-description {
background-color: #92B648;
}

#introboxen .portfolio-item-description {
    padding: 20px 15px 20px;
}

	.portfolio-item:hover .portfolio-item-actions {
		right: 0;
		opacity: 1;
	}


.ce_gallery .portfolio-item-actions {
	background: rgba(144, 173, 0, 0.8);
    height: 100%;
    width: 100%;
}
.ce_gallery .inner {
    display: table;
    height: 100%;
    width: 100%;
}
.ce_gallery .portfolio-item-actions a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.ce_gallery .portfolio-item-actions {
    line-height: unset;
}

	/* Portfolio Pagination */

	.pagination {
/*		float: right;
		margin: 50px 0;*/
		list-style: none;

    float: left;
    list-style: outside none none;
    margin: 50px 0;
    text-align: center;
    width: 100%;
border-bottom: 1px solid #616161;

	}

	.pagination li {
		display: inline-block;
		margin-right: 0px;
	}



	.pagination li:last-child { margin-right: 0;}

	.pagination a, .pagination span {
		display: block;
		padding: 12px 16px;;
		/*background-color: #e9e9e9;*/
		color: #818181;
		font-size: 18px;
		line-height: 18px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pagination li a:hover {
/*		background-color: #48719B;*/
		color: #48719b;
	}
	.pagination li span.current {
		background-color: #48719b;
		color: #fff;
	}


	/* Portfolio filter */

	.portfolio-filter ul {
		float: right;
		margin-bottom: 100px;
		list-style: none;
	}

	.portfolio-filter ul li {
		display: inline-block;
		margin-right: 20px;
	}

	.portfolio-filter ul li:last-child { margin-right: 0; }

	.portfolio-filter ul li a {
		display: block;
		padding: 10px 20px;
		background-color: #e9e9e9;
		color: #818181;
		font-size: 18px;
		line-height: 18px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.portfolio-filter ul li a.active,
	.portfolio-filter ul li a:hover {
		background-color: #48719B;
		color: #fff;
	}

/* #Blog
   ========================================================================== */

	/* Blog Post */

	.blog-post { margin-bottom: 60px; }

	.blog-post-title { margin-bottom: 15px; }

	.blog-post-thumb { margin-bottom: 20px; }

	.blog-post-thumb img {
		display: block;
		width: 100%;
	}

	.blog-post-info {
		margin-top: 45px;
		text-align: center;
	}

	.blog-post-info img {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border: 10px solid #48719B;
		border-radius: 50%;
		margin-bottom: 20px;
	}

	.blog-post-readmore {}

	.blog-post + .pagination { margin-top: 0px; }


/* #Contact
   ========================================================================== */

	/* Contact Form */

	#contact-form {
		overflow: hidden;
		margin-bottom: 30px;
	}

	#contact-form fieldset {}

	label.validation-error { color: #b55454; }

	input.validation-error,
	textarea.validation-error,
	select.validation-error { border :1px solid #e9e9e9; }

	#contact-form #formstatus {}

	#contact-form textarea {}

	#contact-form .btn { margin-right: 0; }

/* ==========================================================================
   #Responsive
   ========================================================================== */

/* #Large Display
   ========================================================================== */

	@media (min-width: 1400px) {

		#wrap {}

		/* Index */

		.client-logos li { margin: 0 25px; }

		/* Portfolio */

		.portfolio-strip li { width: 25%; }

.portfolio-item-description {
    padding: 28px 15px 27px;
}

	.portfolio-item-description {
		height: 115px;
	}
		.portfolio-item-actions {
			width: 115px;
			height: 115px;
			line-height: 115px;
		}

.portfolio-item-description h3 {
 	font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
}

		.portfolio-filter ul li a { padding: 15px 30px; }

	}

	@media (max-width: 1399px) {

#footer-bottom-widget-area-2 ul {
    padding-right: 60px;
}


		.sf-menu > li > a, .sf-menu > li.dropdown > a {
			margin: 20px 0px 0 0;
		}

	}


/* #Smaller then 1024px width
   ========================================================================== */

	@media (max-width: 1024px) {


		#wrap {}

		#header {}

		#content {}

		#footer {}

	}

/* #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 980px) {
	}



	@media (min-width: 768px) and (max-width: 979px) {


#logo .responsive-img {
    height: auto;
    max-width: 180px;
    margin-right: 50px;
}

		#wrap {}

		#header { padding-bottom: 40px; }

		#menu, .mod_breadcrumb, .breadcrumb { display: none; }

		#mobile-menu-trigger {
			display: block;
			margin-right: 10px;
			margin-top: 16px;
			    position: absolute;
    right: 0;
    top: -70px;

		}

		#content {}

		#footer {}

		#footer-bottom .widget_pages ul li { margin-right: 10px; }

		/* Index */

		.client-logos li { margin: 0 25px; }

		/* About */

		.team-member-thumb {
			float: none;
			margin-right: 0;
		}

		/* Portfolio */

		.portfolio-item-description h3 { font-size: 18px; }
.portfolio-item-description h3 {
    font-size: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
}

		.portfolio-item-actions {
			width: 50px;
			height: 50px;
			font-size: 30px;
			line-height: 50px;
		}

	.portfolio-item-description {
		height: 50px;
	}

		.portfolio-filter ul li { margin-right: 10px; }

		.portfolio-filter ul li a {
			padding: 10px 15px;
			font-size: 14px;
		}

	}


@media (min-width: 768px) and (max-width: 979px) {
	#header-top a { color: #fff; font-size: 1em; line-height: 40px; }
}



/* #Mobile (Portrait and Landscape )
   ========================================================================== */

	@media (max-width: 767px) {

		body {
			background: none;
			background-color: #fff;
		}

.nachunten { display: none;}

.span6 .portfolio-item-slider {
	padding-bottom: 40px;
}

#logo .responsive-img {
    height: auto;
    max-width: 180px;
    margin-right: 50px;
}


		#wrap { border-top: 5px solid #48719B; }

		#header-top #header-top-widget-area-1 { display: none; }

		#header { padding: 30px 0; }

		#logo { margin: 0}

		#menu, .mod_breadcrumb, .breadcrumb { display: none; }

		#mobile-menu-trigger {
			position: absolute;
			top: -70px;
			right: 20px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}

		#content {}

		#footer {}

		#footer .widget:last-child { margin-bottom: 40px; }
		#footer .widget-title { margin-bottom: 30px; }

		.row, .mod_newslist { padding: 0 40px; }
		.widget .mod_newslist,
		/*.blogsidebar.mod_newslist { padding: 0; }*/

		.row .row {
			width: auto;
			padding: 0;
			margin: 0;
		}

		p.last,
		h1.last,
		h2.last,
		h3.last,
		h4.last,
		h5.last,
		address.last,
		ul.last,
		ol.last { margin-bottom: 20px; }

		.text-right{ text-align: left; }

		/* Index */

		.client-logos li {
			display: block;
			margin: 10px 0;
		}

		/* About */

		.team-member-thumb {
			float: none;
			margin-right: 0;
		}

		/* Portfolio Items */

		.portfolio-items li,
		.portfolio-strip li,
		.portfolio-strip.two-col li {
			float: none;
			width: 100%;
		}

		.portfolio-item-description h3 { font-size: 18px; }

		.portfolio-item-actions {
/*			width: 50px;
			line-height: 50px;
			height: 50px;*/
			font-size: 30px;
		}

		.portfolio-filter ul {
			float: none;
			margin-bottom: 50px;
		}

		.portfolio-filter ul li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}

		.portfolio-filter ul li:last-child { margin-bottom: 0; }

		.pagination { float: none; }

.portfolio-strip.drittel li {
    width: 100% !important;
}
/*.portfolio-strip li {
    float: none;
    width: 25%;
}*/

@media (max-width: 767px) {
	.portfolio-strip .portfolio-item-text {
		display: none;
	}
.blogsidebar.mod_newslist { padding: 0; }

}


	}

/* #Mobile ( Landscape )
  ========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.row, .mod_newslist { padding: 0 40px; }
		.widget .mod_newslist,



		/*#mobile-menu-trigger { right: 30px; }*/

		/* Portfolio Items */

		.portfolio-items li,
		.portfolio-strip li {
			float: left;
			width: 50%;
		}

	}



	i {
    font-style: italic;
    font-weight: bold;
}



body p {
    color: #616161;
/*    font: 16px/24px "Open Sans",Arial,sans-serif;*/
    font: 16px/24px Muli,sans-serif;
}


.cta {
    background: #f4f4f4 none repeat scroll 0 0;
}
.cta-row {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background-color: #48719B;
}
.cta-item {
    background-color: #273a51;
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.cta-item {
	    background-color: #273a51;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 15px;
	}
}



.cta-rechts {
    background-color: #92b648;
}

.cta-rechts .inside.hasnoimage {
	width: 70%;
}
.cta-rechts .inside.hasnoimage .cta-text {
    box-sizing: border-box;
    float: left;
    width: 100%;
}


.cta-links .cta-textarea {
	align-self: start;
}

.cta-full {
	width: 100%;
}

.cta-row
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta-socials {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.cta a.social-icon {
    color: #fff;
}
/*.cta-textarea p {
	color: #fff;
	padding: 10px 0;
	line-height: 1.5em;
}
.cta-eins .cta-textarea p,
.cta-zwei .cta-textarea p {
	color: #fff;
	padding: 35px 20px 0 80px;
	line-height: 1.5em;
}*/


.cta-textarea.s p {
	font-size: 16px;
}
.cta-textarea.m p {
	font-size: 18px;
}
.cta-textarea.l p {
	font-size: 24px;
}
.mod_timetable .cta-links a {
	font-size: 24px;
}
.mod_timetable .cta-item.cta-rechts p {
    margin-bottom: 5px;
}


.cta-image {
    box-sizing: border-box;
    float: left;
    padding: 0px 30px 0px 15px;
    width: 30%;
}
.cta-text {
    box-sizing: border-box;
    float: left;
    width: 70%;
}
.cta-text.linkonly {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.cta-text p {
	color:#fff;
	line-height: 1.5em;
}

.cta-text span {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
}
.cta-image img {
    border-radius: 50%;
    height: auto;
    width: 100%;
}



.cta .link {
    background: #999 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    width: 45px;
}
.cta .linkl {
    background: #999 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 45px;
    position: absolute;
    right: 50%;
    width: 45px;
}
.cta .link .fa,
.cta .linkl .fa{
    display: block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.cta-button {
    text-align: center;
}
.cta-link {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 50px;
}


.cta-link {
background: rgba(39, 58, 81, 0.8) none repeat scroll 0 0;
}

.cta-link:hover {
	background-color: #273a51;
}

.cta-link i {
	padding-right: 10px;
}

.cta-full .cta-link {
	background-color: #92b648;
}

.cta-full .cta-link {
background: rgba(161, 185, 38, 0.8) none repeat scroll 0 0;
}

.cta-full .cta-link:hover {
	background-color: #92b648;
}


/*.cta-eins .cta-textarea p::before,
.cta-zwei .cta-textarea p::before {
    color: #92b648;
    content: "\"";
    display: block;
    font-size: 120px;
    left: 25px;
    position: absolute;
    top: 100px;
}*/
.ctasprechblase {
    display: block;
    height: 60px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 60px;
}
.ctasprechblase img {
	width: 100%;
	height: auto;
	display: block;
}
.cta-eins .cta-link {
    box-sizing: border-box;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding: 0px; /* 15px 50px;*/
    width: 100%;
}

.cta-zwei .cta-link {
    box-sizing: border-box;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 50px;
    width: auto;
}

.cta-eins .cta-link {
	background: none;
	color: #273a51;
}
.cta-eins .cta-link:hover {
	background: none;
	color: #48719b;
}

.cta-item.cta-links {
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 15px;
    color: #273a51;
	justify-content: left;
}

.cta-eins .cta-textarea .cta-links-text {
    color: #273a51;
    line-height: 1.5em;
    padding: 40px 20px 0 80px;
}


@media (max-width: 767px) {
	.cta-eins .cta-textarea .cta-links-text {
	    color: #273a51;
	    line-height: 1.5em;
		display: inline-block;
		padding: 0px 0 0 23px;
	}
	.ctasprechblase {
		position: relative;
		display: inline-block;
		left: unset;
		top: unset;
	}
}


.breadcrumb {
    background: #48719B none repeat scroll 0 0;
    color: #fff;
    padding: 5px 0;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #fff;
    text-decoration: none;
	font-size: 14px;
	line-height: 26px;
}
.breadcrumb li.active {
	font-weight: bold;
/*    color: #273a51;*/
	font-size: 14px;
	line-height: 26px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.mod_breadcrumb ul{margin:0;padding:0;list-style-type:none;}
.mod_breadcrumb li{float:left;margin:0;padding:0 5px 0 0;}

.mod_breadcrumb li::before {
    content: "› ";
    padding: 0 5px;
}

.mod_breadcrumb li.first::before {
    content: none;
    padding: 0px;
}

.nobreadcrumb .breadcrumb {
	display: none;
}

#introboxen .item {
	position:relative;
	width: 100%;
	padding-top: 100%;
	background-color: #ff0;
}
#introboxen .item h3 {
	top: calc(50% - 36px);
	position: absolute;
	text-align: center;
	width: 100%;
}
#introboxen .item .text {
	top: calc(50%);
	position: absolute;
	text-align: center;
	width: 100%;
}
#introboxen .item p,
#introboxen .item h3,
#introboxen .item a,
#introboxen .item a:hover {
	color: #fff;
}


a.social-icon {
    float: none;
    display: inline-block;
}
.videobackground {
    padding: 0;
}
.widget.ewf_widget_social_media {
    margin: 0;
}

/*sorgt dafuer, dass der zweitäußerste Container immer das Seitenverhaeltnis 16:9 behaelt */
.mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 57%;
}

/* sorgt dafuer, dass das Vorschaubild und der Play-Button wieder mittig zentriert sind */
.mejs-overlay, .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}

/* sorgt dafuer, dass das Video-Element, der übergeordnete DIV-Container vom Flash-Video
und das Flash-Video richtig skaliert werden */
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
	position: absolute;
	top: 0;
        left: 0;
        right: 0;
        bottom: 0;
	width: 100% !important;
	height: 100% !important;
}


.accordion-info p i {
    font-size: 20px;
    padding-right: 10px;
    color: #48719b;
}
.alter, .dauer {
    border-bottom: 1px solid #273a51;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 33%;
}

.downloadarchivItem {
    border-top: 1px solid #616161;
    padding: 15px 0;
}

.downloadarchivItem.last {
    border-bottom: 1px solid #616161;
}


.timetable_item {
    display: block;
    float: left;
    text-align: center;
    width: 60px;
    border-left: 1px solid #fff;
}
.timetable_item.item_1 {
    border-left: none;
}
.timetable_item.hasevent, .timetable_item.hasevent a {
    background-color: #92b648;
    color: #fff;
}
.timetable_item.today, .timetable_item.today a {
    background-color: #48719b;
    color: #fff;
}
.timetable_prev,
.timetable_next {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
}
.timetable_daylabel {
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
}
.timetable_day {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}



.timetable .cta-textarea p {
	padding: 0;
	margin: 0;
	text-align: center;
}
.timetable .cta-textarea p::before {
    content: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.timetable p span {
    font-size: 1.5em;
    font-weight: bold;
}
.timetable .viewmore {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}

.timetable .cta-rechts {
    background-color: #273a51;
}
.timetable .cta-links {
    background-color: #92b648;
}

.timetable_prev i, .timetable_next i {
    font-size: 3em;
    font-weight: normal;
    line-height: 1.7em;
}

.mod_timetable .cta-links a,
.mod_timetable .timetable_prev a,
.mod_timetable .timetable_next a {
    color: #48719b;
}




.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

 /* -webkit-flex-flow: row wrap;
  justify-content: space-around;*/
}

.flex-item {
  width: 200px;
}


.hdnkalender_days .inner {
    border: 3px solid red;
    box-sizing: border-box;
    height: 100%;
    padding: 5px;
    text-align: center;
    width: 100%;
}


.intro-icon {
    border-bottom: 1px solid #616161;
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
    color: #90ad00;
}
.intro-icon-text {
    text-align: left;
}

.hdnkalender thead,
.minicalendar thead {
    text-transform: uppercase;
}
.hdnkalender .previous > a {
    padding-left: 2em;
    text-align: left;
}
.hdnkalender .next > a {
    padding-right: 2em;
    text-align: right;
}
.hdnkalender .head.current {
    font-size: 1.5em;
}

.hdnkalender .label,
.minicalendar .label {
    background: #48719b none repeat scroll 0 0;
}
.hdnkalender a {
    display: block;
    line-height: 1.2em;
}
.hdnkalender .active,
.minicalendar .active {
    padding: 3px;
}
.hdnkalender .header,
.minicalendar .header {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}
/*.hdnkalender .active div,
.hdnkalender .active div a {
    background: #92b648 none repeat scroll 0 0;
    color: #fff;
}*/
.hdnkalender .event,
.minicalendar .event {
    padding: 8px 8px;
}
/*.hdnkalender td.today,*/
/*.hdnkalender td.today a,
.hdnkalender .today div {
    background: #48719b none repeat scroll 0 0;
    color: #fff;
}*/


.hdnkalender td,
.minicalendar td {
    background: #efefef none repeat scroll 0 0;
    border: 3px solid #fff;
    padding: 5px;
    text-align: center;
	vertical-align: top;
	color: #616161;
}

.btn.book-event {
	float: right;
	line-height: 1.25em;
}

.btn.book-event.submit {
	float: none;
}

.hdnkalender td.event,
.minicalendar td.event,
.btn.book-event {
    background: #92b648 none repeat scroll 0 0;
    color: #fff;
}

.hdnkalender td.event.full, .hdnkalender td.event.full a,
.minicalendar td.event.full, .minicalendar td.event.full a,
.btn.book-event.full, .btn.book-event.full a{
	background: #ffcd02 none repeat scroll 0 0!important;
	color: #fff;
	cursor: not-allowed;
}

.hdnkalender td.event.cancelled, .hdnkalender td.event.cancelled a,
.minicalendar td.event.cancelled, .minicalendar td.event.cancelled a,
.btn.book-event.cancelled, .btn.book-event.cancelled a {
	background: #e84e58 none repeat scroll 0 0!important;
	color: #fff;
	cursor: not-allowed;
}

.hdnkalender td.event a,
.minicalendar td.event a {
    color: #fff;
}

.hdnkalender td.today{
    background: #48719b none repeat scroll 0 0;
    color: #fff;
}
.hdnkalender td.today a {
    background: #48719b none repeat scroll 0 0;
    color: #fff;
}

.minicalendar .previous > a,
.minicalendar .next > a {
    color: #fff;
}

.minicalendar td.today {
	background: #efefef none repeat scroll 0 0;
    border: 3px solid #fff;
    padding: 5px;
    text-align: center;
	vertical-align: top;
	color: #616161;
}

.minicalendar td.event.today {
	background: #92b648 none repeat scroll 0 0;
    color: #fff;
}

.minicalendar td.event.today a {
	color: #fff;
}

.layout_teaser {
    border-bottom: 1px solid #616161;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mod_eventlist .layout_teaser {
    border: medium none;
}


/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a:visited {
    color: #48719b;
    text-decoration: none;
}*/

.mod_newslist .row {
    border-top: 1px solid #616161;
    padding: 15px 0;
}
.mod_newslist .row:first-of-type {
    border-top: none;
}

.mod_newslist .row.pressearchiv {
    border-top: none;
}


.mod_newsreader .pageheadline {
    padding: 0 !important;
}
.mod_newsreader h3,
.mod_newslist h3 a {
    color: #48719b !important;
}
.mod_newslist h3 a:hover {
    color: #0f5066 !important;
}

.mod_newsreader .back-link:hover {
/*    background: rgba(39, 58, 81, 0.8) none repeat scroll 0 0;*/
    color: #fff;
}
.mod_newsreader .back-link {
/*	background: rgba(39, 58, 81, 1) none repeat scroll 0 0;*/
	text-align: center;
	color: #fff;
	padding: 15px 50px;
	font-size: 20px;
    font-weight: normal;
}


.viewall-presse a {
	background: rgba(39, 58, 81, 1) none repeat scroll 0 0;
	text-align: center;
	color: #fff;
	padding: 15px 50px;
	font-size: 20px;
    font-weight: normal;
    display: block;
}
.viewall-presse a:hover {
	background: rgba(39, 58, 81, 0.8) none repeat scroll 0 0;

}

.span6.pagesliderright {
    margin-left: 10px;
    width: 470px;
}
@media (min-width: 1400px) {
	.span6.pagesliderright {
	    margin-left: 15px;
	    width: 585px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.span6.pagesliderright {
	    margin-left: 7px;
	    width: 353px;
	}
}
@media (max-width: 767px) {

	.span6.pagesliderright {
		float: none;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin-left: 0;
	}
}

.accordion-item-content, .toggle-item-content {
    padding: 15px 0px;
}
.accordion-text, .accordion-info {
    padding: 0 20px 15px 0;
}
.accordion-img {
	padding: 0px 0px 0px 45px;
}
@media (max-width: 767px) {

.accordion-img {
    padding: 0 0 20px;
}

}



.mfp-bottom-bar {
    display: none;
}

.padding-both {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padding-top {
	margin-top: 50px;
	margin-bottom: 0px;
}
.padding-bottom {
	margin-top: 0px;
	margin-bottom: 50px;
}
.padding-none {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tabs-container .tabs {
    margin-bottom: 0px;
}

.mod_timetable .cta-item {
	display: block;
}


.accordion-info p i {
    color: #48719b;
    font-size: 2rem;
    padding-right: 10px;
}
/*.ifc-data-icon::before {
    content: attr(data-icon);
    vertical-align: middle;
}*/

.textbildicon {
    border-bottom: 1px solid #616161;
    color: #90ad00;
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: left;
}

.accordion-item .textbildicon {
    border-bottom: none;
}


.textbildicon .hdnico-data.ifc-data-icon {
    float: left;
    font-size: 2rem;
    line-height: 2rem;
    padding-right: 10px;
}

.textbildicon > p {
    margin: 0 0 0 42px;
}

.alter, .dauer {
    border-bottom: 1px solid #273a51;
    display: block;
    float: none;
    font-size: 2rem;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 33%;
}
.accordion-info i {
    color: #90ad00;
    float: left;
    font-size: 2rem;
    padding-right: 10px;
}
.alter > p,
.dauer > p {
    line-height: 2rem;
    margin: 0;
}

.portfolio-item-text {
    padding: 10px 15px;
}
.portfolio-item-text h2,
.portfolio-item-text p {
    margin: 0;
}

#footer-widget-area-4 .widget {
	width: 150px;
}


.mod_timetable .cta,
.timetable .cta-links,
.timetable .cta-rechts {
    background-color: #fff;
    color: #273a51;
}
.mod_timetable .fullwidth-section {
    padding: 0;
}
.cta-links a {
    color: #48719b;
}
.cta-rechts a {
    color: #fff;
}

.cta-links a:hover {
    color: #0f5066;
}
.cta-rechts a:hover {
    color: #273a51;
}


.timetable_item.hasevent, .timetable_item.hasevent a {
    background-color: #fff;
    color: #92b648;
}
.timetable_item.today, .timetable_item.today a {
    background-color: #48719b;
    color: #fff;
}

.timetable_item {
    border-left: 1px solid #48719b;
}


.hdnkalender .event {
    border-top: 1px solid #fff;
}

.fullwidth-section.ce_download {
    background: #fff none repeat scroll 0 0;
    color: #616161;
    padding-bottom: 0;
    padding-top: 0;
}
.ce_download {
    text-align: center;
}
.ce_download > a {
    font-size: 22px;
    color: #616161;
}
.ce_download .hdnico-data.ifc-data-icon {
    font-size: 2em;
    padding-right: 20px;
    vertical-align: middle;
    color: #92b648;
}
.ce_download > a:hover {
	color: #273a51;
}
.ce_download .ce_download {
    border-bottom: 1px solid #616161;
    padding-bottom: 30px;
    text-align: center;
}


.hdnkalender .head.previous i {
    font-size: 40px;
    left: 20px;
    position: absolute;
    top: 8px;
}
.hdnkalender .head.next i {
    font-size: 40px;
    /*right: 20px;*/
    position: absolute;
    top: 8px;
}
.hdnkalender .head > a:hover,
.minicalendar .head > a:hover {
    opacity: 0.5;
}
.hdnkalender td.event:hover,
.minicalendar td.event:hover {
    background: #6D8836 none repeat scroll 0 0;
    color: #fff;
}

.minicalendar i {
    font-size: 22px;
}

.mod_newsreader .span12,
.span8 .span12,
.span4 .span12 {
	width: 100%;
}

.mod_newsreader img {
    height: auto;
    width: 100%;
}
.mod_newsreader .mime_icon {
    height: auto;
    width: auto;
}


.mod_eventreader img {
    height: auto;
    width: 100%;
}


p.more {
    border-bottom: 1px solid #616161;
    color: #90ad00;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: left;
}

p.more i {
    color: #90ad00;
    float: left;
    font-size: 2rem;
    line-height: 2rem;
    padding-right: 10px;
}
/*.textbildicon a,*/
p.more a {
	line-height: 2rem;
}
.mod_newslist_blog {
	padding-top: 50px;
}

h3 {
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 8px;
}


p.more.overview {
	border: none;
	line-height: 40px;
}

p.more.overview i {
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.mod_newslist_blog .teaser > p {
    margin: 0;
    padding: 0;
}
.mod_newslist_blog p.more {
    margin-bottom: 20px;
}
.mod_newslist_blog h2 {
    background: #92b648 none repeat scroll 0 0;
    color: #fff;
    display: block;
    line-height: 4em;
    padding: 5px 10px;
    font-size: 20px;
}



.mod_newslist_blog .span4:nth-child(3n+4) {
	margin-left: 0;
	clear: both;
}
.mod_newslist_blog p.info {
    margin: 0px;
    font-size: 14px;
}

	.back-link-icon {
		position: relative;
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		background-color: #92b648;
		color: #fafafa;
		font-size: 30px;
		text-align: center;
		opacity: 0.7;
		cursor: pointer;
		border-radius: 3px;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	.back-link-icon a,
	.back-link-icon i {
		color: #fff;
	}

	.back-link-text {
		padding-left: 10px;
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		font-weight: normal;
	}

	.back-link-icon i {
		font-size: 37px;
		line-height: 37px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}

	.back-link-icon:hover {
    	background-color: #92b648;
    	opacity: 1;
	}

	.back-link-icon:hover i {
		color: #fff;
	}

#footer-widget-area-2 .mod_newslist li {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

h2 {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px;
}


.ewf_widget_contact_info ul li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

#footer .row .span3 {
    box-sizing: border-box;
    padding: 0 10px;
}

.mod_newsreader .cta {
    margin: 0 0 50px;
}






/* CUSTOM */
#page-header h1 {
    color: #48719b;
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: uppercase;
	overflow-wrap: break-word;
}

h2 {
    font-size: 22px;
    line-height: 1.3em;
    color: #616161;
}
h3 {
    font-size: 19px;
    line-height: 1.3em;
    color: #48719b;
}
h4 {
    font-size: 19px;
    line-height: 1.3em;
    color: #a1b926;
}

.mod_newsreader .caption {
    margin-bottom: 1em;
}
.row.haspaddingbottom {
	padding: 0 0 50px 0;
}


.span8 .mod_newsreader .span6,
.span8 .mod_eventreader .span6
  {
    /*width: calc(50% - 20px);*/
    width: 100%;
    margin: 0;
}
.span8 .mod_newsreader .span4,
.span8 .mod_eventreader .span4 {
    width: calc(33% - 20px);
}
.span8 .mod_newsreader .span4 .icon-box-content > h2,
.span8 .mod_eventreader .span4 .icon-box-content > h2 {
    font-size: 1.1em;
}

.mod_eventlist h3 a,
.mod_eventlist h3 a:visited {
	color: #48719b;
}
.mod_eventlist h3 a:hover,
.mod_eventlist h3 a:focus {
    color: #0f5066;
    outline: 0 none;
    text-decoration: none;
}

.mod_eventlist p.more {
    border-bottom: 1px solid #616161;
    color: #90ad00;
    margin-bottom: 20px;
    padding: 0 0 15px;
    text-align: left;
}

.eventheader.header.even.first.last {
    border-bottom: 1px solid #616161;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.mod_eventlist .teaser > p {
    margin: 0;
}

.mod_eventreader .info {
    border-bottom: 1px solid #616161;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.mod_eventreader .row,
.mod_eventreader .customelement-section {
    padding-top: 0px !important;
}


.ce_youtube .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ce_youtube .video-container {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.partnerlogos .responsive-img {
    max-width: 150px;
}

.row.gallery {
	margin-top: 50px;
}


.timetable .seeall {
    border-top: 1px solid #616161;
    display: block;
    margin-top: 25px;
    padding-top: 15px;
}
.timetable .seeall a {
	color: #48719b;
	font-size: 24px;
	line-height: 32px;
}




.row.padding-all {
	padding-top: 50px;
	padding-bottom: 50px;
}


#searchoverlay form {
    background-color: #48719b;
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
    text-align: center;
}
#searchoverlay.active form {
	display: block;
}
#searchoverlay form::before {
    content: "";
    display: block;
    height: 50%;
    margin-bottom: -6.66667em;
}
#searchoverlay input {
    font-size: 16px;
    margin: 0 auto 20px;
}
#searchoverlay label {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}


.downloadarchivItem em {
    font-style: normal;
}

.overlayclose a {
    color: #fff;
    font-size: 40px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100002;
}

#header-top .top-search i {
    color:#fff;
}

#header-top .ewf_widget_social_media a.top-search i {
    font-size: 26px;
    line-height: 40px;
    margin-right: 10px;
    font-weight: normal;
}
#header-top a.social-icon {
	display:block;
	float:left;
}

.sprachenwechsler {
    display: block;
    float: left;
}
.sprachenwechsler ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sprachenwechsler li {
    float: left;
    font-size: 24px;
}
#header-top .sprachenwechsler li span, #header-top .sprachenwechsler li a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 5px;
}
.sprachenwechsler li::before {
    content: "|";
}
.sprachenwechsler li.first::before {
    content: none;
}
.ce_form .widget {
	margin-bottom: 0;
}
.datepicker_bootstrap .title {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.single_field input {
    width: 50%;
}
@media (max-width: 767px) {
	.single_field input {
	    width: 100%;
	}
}
.text.double_field.short_text.datepicker {
    display: block;
    float: left;
}
.CalendarFieldIcon {
    margin-left: 10px;
    margin-top: 8px;
}
.formbody > br {
    clear: both;
}
.ce_form .headline {
    text-align: left;
}

p.slidecaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2px 15px;
    background: rgba(255,255,255,0.7);
    color: #000;
}

.sternfuehrungen {
	width: 100%;
    float: right;
}

.calendar.hdnkalender .rsfh-event-1671.moved:before, .mod_eventlist .rsfh-event-1671.moved:before,
.calendar.hdnkalender .rsfh-event-1606.moved:before, .mod_eventlist .rsfh-event-1606.moved:before {
	content:"Wetterbedingt abgesagt:";
}

.calendar.hdnkalender .moved:before, .mod_eventlist .moved:before {
	content:"Fällt aus:";
}


.moved h3{
	text-decoration:line-through;
}

.minicalendar td.event.moved  {
	background-color: #e84e58;
}

.calendar.hdnkalender .moved a {
	text-decoration:line-through;
}

@media screen and (max-width: 980px) {
  .sternfuehrungen {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .sternfuehrungen {
    width: 100%;
    float: none;
  }
}

/*Responsive Veranstaltungstabelle -- ag*/

@media (min-width: 992px)and (max-width: 1400px) {
  	.hdnkalender .head.next i {
	    right: auto !important;
	}

	table th {
		font-size: 12px;
	}

	table th, table td {
    	padding: 15px 0px;
   }

   .hdnkalender .event, .minicalendar .event {
	    padding: 8px 0px;
	}

   .hdnkalender .previous > a {
   	padding-left: 3em;
   }



}


@media (min-width: 769px)and (max-width: 991px) {
	.hdnkalender .head.next i {
	    right: auto !important;
	}

	table th {
		font-size: 12px;
	}

	table th, table td {
    	padding: 15px 0px;
   }

   .hdnkalender .event, .minicalendar .event {
	    padding: 8px 1px;
	}

   .hdnkalender .previous > a {
   	padding-left: 3em;
   }

    .hdnkalender td.event a {
   		font-size: 12px;
   }
}


@media (max-width: 768px) {

	a.btn.book-event {
		float: none;
		margin-top: 1em;
	}

	td.days.empty {
	    display: none;
	    background: transparent;
	}

	.minicalendar thead tr:nth-child(2) {
		display: none;
	}

	.minicalendar  tr, .hdnkalender tr {
	    border-top: 0px solid #555;
	}

	.minicalendar .bygone {
		display: none;
	}

	.hdnkalender thead,
	.minicalendar thead {
		background-color: #273a51;
	}

	.hdnkalender thead .next i,
	.hdnkalender thead .previous i,
	.minicalendar thead .previous i,
	.minicalendar thead .next i {
		display: none;
	}

	.hdnkalender thead .next a:after,
	.minicalendar thead .next a:after {
		content:"";
		color: #fff;
		font-size: 20px;
		font-family: FontAwesome;
		margin-top: 10px;
	    display: block;
	    position: absolute;
	    right: 52px;
	}

	.minicalendar thead .next a:after {
		margin-top: 0px;
	}

	.minicalendar td {
		border-top:0;
	}

	.minicalendar thead {
		border-bottom: 3px solid #fff;
	}

	.minicalendar thead .previous a:before {
		padding-left: 10px;
	}

	.minicalendar thead .next a:after {
		padding-right: 5px;
	}

	.hdnkalender .previous > a,
	.hdnkalender .next > a,
	.minicalendar .previous > a,
	.minicalendar .next > a {
		padding-left:0;
		font-size: 1px;
		color:transparent;
	}

	.hdnkalender .next > a,
	.minicalendar thead .next a  {
		text-align: right;
		padding-right:0;
	}

	.hdnkalender thead .previous a:before,
	.minicalendar thead .previous a:before{
		content:"";
		color: #fff;
		font-size: 20px;
		font-family: FontAwesome;
		position: absolute;
   		margin-top: 10px;
	}

	.minicalendar thead .previous a:before{
   		margin-top: 0px;
	}

	.hdnkalender td,
	.minicalendar td {
		border-right: 0;
		border-left: 0;
	}

	td.days.upcomming:not(.event), td.days.today:not(.event) {
	    display: none;
	}

}

.ser_wrapper .formbody input[type=text], .ser_wrapper .formbody input[type=email], .ser_wrapper .formbody input[type=tel] {
	width: 100%;
}

.ser_wrapper .formbody {
	margin-bottom: 2em;
}

.ser_wrapper .formbody .select_container *, .ser_wrapper .formbody .agb_container * {
	display: inline-block;
}
.ser_wrapper .formbody .contactinfo_container {
	column-count: 2;
}

@media (max-width: 979px) {
   .ser_wrapper .formbody .contactinfo_container {
    	column-count: 1;
    }
}

span.form-error {
    color: #e84e58;
}

input.form-error {
    border-color: #e84e58;
}


/*FIX Calender*/

