/* Radius - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Services Section / Services Section Two / Services Block Three
7. Program Section / Style Two
8. Video Section
9. Fact Counter / Style Two
10. Full width Section One / Full width Section Two
11. Expert Team Section / Style Two
12. News Blog / News Blog Two
13. Map Section
14. Footer
15. Page Title
16. BreadCrumb
17. One Item Testimonial / Three Item Testimonial
18. Tab Widget /
19. Call To Action
19a.Podcast
20. Blog Single
21. Blog Detail
22. Research Projects
23. Login

**********************************************/
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
*/
@import url(fonts.css);

/*font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('scientific.css');
@import url('publications.css');
@import url('events.css');
/***

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	background: #ffffff;
	color: #333333;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	height: 100%;
}
a {
	color: #f07300;
	cursor: pointer;
	text-decoration: underline;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
a::before {
	font-family: 'FontAwesome';
	padding-right: .5em;
}
a::after {
	font-family: 'FontAwesome';
}
h1, h2, h3, h4, h5, h6 {
	background: none;
	color: #363636;
	font-family: "Open Sans", "Roboto", sans-serif;
	position: relative;
}
h1 {
	font-size: 18px;
	/* font-size:									24px;*/
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	/* font-size:									22px;*/
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}
h2.subhead {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	/* font-size:									18px;*/
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
input, button, select, textarea {
	font-family: "Open Sans", 'Roboto', sans-serif;
}
select {
	background-color: #f3f3f4;
	border: 3px solid #f3f3f4;
	padding: 11px;
	width: 100%;
}
p {
	line-height: 1.5em;
	margin-bottom: 15px;
	position: relative;
}
td, th {
	line-height: 1.5em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1190px;
	/* max-width:1200px; */
	padding: 0px 15px;
	margin: 0 auto;
}
.medium-container {
	max-width: 850px;
}
.page-wrapper {
	position: relative;
	overflow-y: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.centered {
	text-align: center;
}
.btn-style-one {
	background: #f07300;
	border: 2px solid #f07300;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	padding: 5px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-radius: 3px !important;
}
.btn-style-one:hover {
	background: none;
	color: #f07300 !important;
	text-decoration: none !important;
}
.btn-style-two {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 11px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-style-two:hover {
	background: #f07300;
	border-color: #f07300;
	color: #ffffff !important;
	text-decoration: none;
}
.btn-style-three {
	background: none;
	border: 2px solid #e4e4e4;
	color: #1c1c1c !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 11px 23px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-style-three:hover {
	background: #f07300;
	border-color: #f07300;
	color: #ffffff !important;
	text-decoration: none;
}
.theme_color {
	color: #295ead;
}
.light-font {
	font-weight: 300;
}
.regular-font {
	font-weight: 400;
}
.semibold-font {
	font-weight: 600;
}
.bold-font {
	font-weight: 700;
}
.ex-bold-font {
	font-weight: 800;
}
.heavy-font {
	font-weight: 900;
}
.bg-lightgrey {
	background-color: #f7f7f7 !important;
}
.no-bg {
	background: none !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.GIF);
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/***

====================================================================
	Status mit überschrieben Bootstrap Klassen
====================================================================

***/

.bg-success.status {
	background-color: #ccf0cc;
	color: #30a130;
	font-weight: bold;
	padding: 5px;
}
.bg-warning.status {
	background-color: #FDFFD8;
	color: #CFC700;
	font-weight: bold;
	padding: 5px;
}
.bg-danger.status {
	background-color: #f0cccc;
	color: #d43f3f;
	font-weight: bold;
	padding: 5px;
}
/***

====================================================================
	Kontaktkacheln
====================================================================

***/

.contactBlockGfx {
	background-color: #f07300;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px !important;
	padding: 15px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.contactBlockGfx p {
	color: #ffffff;
}

.contactBlockGfx:hover {
	color: #ffffff;
	background: #342a94;
}

.contactBlockGfx a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.row.equalHeights {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
  }


/***


====================================================================
	Scroll To Top style + Kontaktstörer
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll-to-top:hover {
	color: #ffffff;
	background: #f07300;
}

.contactButton {
	position: fixed;
	bottom: -2px;
	right: 20%;
	width: auto;
	padding: 12px 25px 14px 25px;
	border-radius: 3px !important;
	color: #ffffff;
	font-family: inherit;
	z-index: 100;
	cursor: pointer;
	background: #f07300;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButton:hover {
	color: #ffffff;
	background: #342a94;
}

.contactButton span {
	width: auto;
	color: #ffffff;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButton a, a:hover {
	text-decoration: none;
}


/***


====================================================================
	Neuer Infostörer + Kontaktstörer Sind vorbereitet das sie unterschiedlich aussehen können
====================================================================

***/

.stoererButtons {
	position: fixed; 
	bottom: -2px; 
	right: 20%; 
	width: auto; 
	z-index: 1000;
}

.contactButtonNew1 {
	float: right;
	padding: 12px 25px 14px 25px;
	border-radius: 3px !important;
	color: #ffffff;
	font-family: inherit;
	z-index: 100;
	cursor: pointer;
	background: #f07300;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButtonNew1:hover {
	color: #ffffff;
	background: #342a94;
}

.contactButtonNew1 span {
	width: auto;
	color: #ffffff;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButtonNew1 a, a:hover {
	text-decoration: none;
}

.contactButtonNew2 {
	float: left;
	margin-right: 20px;
	padding: 12px 25px 14px 25px;
	border-radius: 3px !important;
	color: #ffffff;
	font-family: inherit;
	z-index: 100;
	cursor: pointer;
	background: #f07300 ;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButtonNew2:hover {
	color: #ffffff;
	background: #342a94;
}

.contactButtonNew2 span {
	width: auto;
	color: #ffffff;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contactButtonNew2 a, a:hover {
	text-decoration: none;
}


/***

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}
.map-canvas {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
.map-canvas .map-data {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
.map-canvas .map-data h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	color: #181818;
}
/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-header .header-top {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	background: #f3f3f4;
	border-top: 2px solid #f07300;
}
.main-header .header-top.style-two {
	background-color: #144e8a;
}
.main-header .header-top .social-icon {
	position: relative;
	float: left;
}
.main-header .header-top .social-icon a {
	position: relative;
	color: #b0b0b0;
	font-size: 16px;
	float: left;
	padding: 10px 18px;
	display: inline-block;
	border-right: 1px solid #3e3e3e;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-header .header-top .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	float: left;
	line-height: 45px;
	padding-left: 38px;
	font-family: 'Open Sans', sans-serif;
}
.main-header .header-top .text a {
	color: #ffffff;
	font-weight: 300;
	text-decoration: underline;
}
.main-header .header-top .social-icon a:hover {
	color: #ffffff;
	border-color: #f07300;
	background-color: #f07300;
}
.main-header.header-style-three {
	position: absolute;
}
.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 0px;
	line-height: 24px;
}
.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 12px 0px;
	line-height: 24px;
}
.main-header .header-top.style-two .top-right {
	padding: 0px;
}
.main-header .header-top .top-right .top-nav li {
	position: relative;
	float: left;
	margin-left: 12px;
	line-height: 24px;
	color: #e3e3e3;
}
.main-header .header-top .top-right .top-nav li a {
	border-left: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	padding-left: 12px;
	position: relative;
	text-decoration: none;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-header .header-top .top-right .top-nav li a:hover {
	color: #f07300;
}
.main-header .header-top .top-right .top-nav li:first-child a {
	border-left: 0px;
}
.main-header .header-top .top-right .info-detail {
	position: relative;
}
.main-header .header-top .top-right .info-detail li {
	position: relative;
	padding: 10px 20px;
	border-left: 1px solid #245c93;
	display: inline-block;
}
.main-header .header-top .top-right .info-detail li:last-child {
	border-right: 1px solid #245c93;
}
.main-header .header-top .top-right .info-detail li a {
	position: relative;
	font-weight: 300;
	color: #b4c9df;
	font-size: 17px;
	display: inline-block;
}
.main-header .header-top .top-right .info-detail li a span {
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.main-header .header-top a:hover {
	color: #f07300;
}
.main-header .header-top .top-left ul li {
	position: relative;
	float: left;
	margin-right: 40px;
	line-height: 24px;
	color: #e3e3e3;
}
.main-header .header-top .top-left ul li a {
	position: relative;
	display: block;
	padding: 13px 0px 13px 26px;
	line-height: 24px;
	color: #e3e3e3;
}
.main-header .header-top .top-left ul li .icon {
	position: absolute;
	left: 0px;
	top: 13px;
	line-height: 24px;
	font-size: 16px;
	color: #18ba60;
}
.main-header .header-top .top-left ul li a:hover {
	color: #18ba60;
}
.main-header .header-top ul li a:hover {
	color: #f07300;
}
.main-header .header-top.style-two .social-icon a {
	color: #618ebc;
	border-color: #245c93;
}
.main-header .header-top.style-two .social-icon a:hover {
	color: #ffffff;
	border-color: #f07300;
}
.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #cccccc;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.sticky-header .logo {
	padding: 8px 0px;
}
.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.main-header .header-upper {
	position: relative;
	padding: 16px 0px;
	background: #ffffff;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	z-index: 5;
}
.main-header.header-style-two .header-upper {
	padding: 0px 0px;
}
.main-header .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	padding: 9px 0px;
}
.header-style-two .logo-outer {
	padding: 25px 0px;
}
.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.main-header .header-upper .upper-right {
	position: relative;
	float: right;
	padding: 20px 0px 0px;
}
.header-style-two .header-upper .upper-right {
	padding: 0px;
}
.header-style-three .header-upper .upper-right {
	padding-top: 15px;
}
.main-header .info-box {
	position: relative;
	float: left;
	min-height: 50px;
	margin-left: 198px;
	font-size: 13px;
	/* text-transform:capitalize; */
	color: #222222;
	padding: 0px 0px 0px 52px;
}
.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
	color: #1b57b0;
	font-size: 36px;
	border-radius: 50%;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .info-box li {
	position: relative;
	line-height: 24px;
	font-weight: 300;
	margin: 0px 0px;
	font-size: 20px;
	color: #808080;
	text-transform: lowercase;
	font-family: 'Source Sans Pro', sans-serif;
}
.main-header .info-box li a {
	color: #777777;
}
.main-header .info-box strong {
	display: block;
	font-weight: 500;
	color: #262626;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.main-header .upper-right .form-box {
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	width: 280px;
}
.main-header .upper-right .form-box .form-group {
	position: relative;
}
.main-header .upper-right .form-box .form-group .group-inner {
	position: relative;
}
.main-header .upper-right .form-box .form-group .group-inner input, .sidebar-widget .teaserContact input[name=SEARCH_TERM], .sidebar-widget .teaserContact input.newsletterLOREInput {
	background-color: white;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 38px;
	padding: 8px 20px;
	position: relative;
	width: 100% !important;
}
.main-header .upper-right .form-box .form-group .group-inner button, .sidebar-widget .teaserContact button[name=SEARCH_BUTTON], .sidebar-widget .teaserContact button.newsletterLOREButton {
	background: none;
	font-weight: 500;
	font-size: 16px;
	height: 38px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
}
.main-header .header-lower {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none;
	z-index: 5;
}
.header-style-one .nav-outer {
	background: #342a94;
	margin-bottom: -32px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.header-style-one .nav-outer:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 140px;
	height: 100%;
	display: block;
	background-color: #f07300;
}
.header-style-two .nav-outer {
	padding-right: 150px;
}
.header-style-three .nav-outer {
	padding-right: 200px;
}
.header-style-two .nav-outer .booking-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -21px;
	width: 150px;
}
.header-style-three .nav-outer .contact-info {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #ffffff;
	padding-left: 40px;
}
.header-style-three .nav-outer .contact-info .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	line-height: 50px;
}
.header-style-three .nav-outer .contact-info .info-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.header-style-three .nav-outer .contact-info .info {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.header-style-two .nav-outer .booking-btn .theme-btn {
	display: block;
	text-align: center;
}
.main-header .nav-outer .outer-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 12;
}
.main-header .nav-outer .outer-btn .login {
	background: none;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	padding: 14px 41px;
	text-decoration: none;
}
.main-menu {
	position: relative;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
}
.header-style-two .main-menu .navigation > li {
	margin-right: 25px;
}
.sticky-header .main-menu .navigation > li {
	margin: 0px;
}
.main-menu .navigation > li:first-child a {
	border-left: 0px;
}
.main-menu .navigation > li:last-child a {
	border-right: 1px solid #9d9c93;
}
.main-menu .navigation > li > a {
	border-left: 1px solid #9d9c93;
	border-right: 1px solid #342a94;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	opacity: 1;
	padding: 14px;
	position: relative;
	text-decoration: none;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.header-style-two .nav-outer {
	padding-right: 30px;
}
.header-style-two .nav-outer .btn-outer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
}
.header-style-two .nav-outer .btn-outer .search-btn {
	position: relative;
	display: block;
	line-height: 120px;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header-style-two .main-menu .navigation > li > a {
	border: 0px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 500;
	padding: 48px 0px;
	padding-left: 0px;
}
.header-style-three .main-menu .navigation > li > a {
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
}
.sticky-header .main-menu .navigation > li > a {
	color: #181818;
	padding: 17px 15px;
}
.main-menu .navigation > li.dropdown > a {
	padding-right: 30px;
}
.header-style-two .main-menu .navigation > li.dropdown > a {
	padding-right: 15px;
}
.header-style-two .main-menu .navigation > li > a:before {
	display: none;
}
.header-style-three .main-menu .navigation > li > a:before {
	border-bottom-width: 3px;
	bottom: 0px;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before, .main-menu .navigation > li.current-menu-item > a:before {
	opacity: 1;
}
.main-menu .navigation > li.dropdown > a:after {
	content: "\f107";
	display: block;
	font-family: 'FontAwesome';
	font-size: 15px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-top: -13px;
	position: absolute;
	right: 14px;
	text-decoration: none;
	top: 50%;
	width: 10px;
}
.header-style-two .main-menu .navigation > li.dropdown > a:after {
	right: 0px;
}
.sticky-header .main-menu .navigation > li > a {
	padding: 18px 15px !important;
	border: 0px;
}
.sticky-header .main-menu .navigation > li.dropdown > a:after {
	display: none;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
	background: #342a94;
	color: #ffffff;
	opacity: 1;
}
.main-menu .navigation > li > ul {
	background: #87867e;
	border-top: 3px solid #f07300;
	display: none;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 120%;
	width: 220px;
	z-index: 100;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 100%;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
	background: #a58c64;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	color: #ffffff;
	content: "\f105";
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 12px;
	width: 10px;
	z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
	color: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #9d9c93;
	border-top: 3px solid #f07300;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	color: #ffffff;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	background: #a58c64;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}
.search-popup .close-search:hover {
	opacity: 0.70;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 50px;
	padding-top: 200px;
	max-width: 1024px;
	margin: 0 auto;
}
.search-popup .search-form fieldset {
	position: relative;
	border: 5px solid rgba(255,255,255,0.80);
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"], .search-popup .search-form fieldset input.form-control {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	padding: 20px 10px 20px 10px;
	color: #ffffff;
	background: #144e8a;
	line-height: 30px;
	height: 70px;
	font-size: 20px;
	text-transform: uppercase;
	-moz-border-radius: 0px 7px 7px 0px;
	-ms-border-radius: 0px 7px 7px 0px;
	-o-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
	background: #334551;
	color: #ffffff;
}
.search-popup h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.search-popup .recent-searches {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 5px 20px;
	color: #ffffff;
	border-radius: 3px;
}
.search-popup .recent-searches li a:hover {
	color: #f07300;
	border-color: #f07300;
}
/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
}
.main-slider .tp-caption {
	z-index: 5;
}
.main-slider .tp-dottedoverlay {
	background-color: rgba(0,0,0,0.50) !important;
}
.main-slider .small-title {
	line-height: 1.3em;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.main-slider .big-title {
	font-weight: 800;
	line-height: 1.2em;
	color: #ffffff;
	font-size: 55px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.main-slider .text {
	font-weight: 400;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 16px;
}
.main-slider .theme-btn {
	border-width: 2px !important;
}
.main-slider .btn-style-one {
	color: #FFFFFF;
}
.main-slider .btn-style-two {
	color: #333333;
}
.tp-bullets {
	display: none !important;
}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3 {
	background: none !important;
	width: 50px !important;
	overflow: hidden;
	margin-top: -10px !important;
	height: 50px !important;
}
.main-slider .tparrows.preview3::after {
	top: 0px;
	background: #ffffff;
	border: none;
	color: #333333;
	font-size: 20px;
	height: 50px !important;
	line-height: 48px;
	width: 46px !important;
	padding: 0px;
	border-radius: 0px;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';
	font-family: 'FontAwesome';
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';
	font-family: 'FontAwesome';
}
.main-slider .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
	right: 30px !important;
}
.main-slider .tparrows.preview3:hover::after {
	color: #ffffff;
	background: #f07300;
	border-color: #f07300;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.main-slider .tp-bannertimer {
	display: none !important;
}
/* Slider Indikatoren aus Bootstrap */
.carousel {
	min-height: 220px;
	padding-bottom: 30px;
}
.carousel-controls-indicators {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.carousel-controls-indicators a {
	text-decoration: none;
}
.carousel-indicators {
	bottom: 0;
	display: inline-block;
	left: auto;
	margin-left: 0;
	position: relative;
	width: auto;
}
.carousel-indicators .active {
	background-color: #f07300;
}
.carousel-indicators li {
	border: 1px solid #f07300;
}
/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 100px 0px;
}
.sponsors-section.style-two {
	position: relative;
	padding: 50px 0px;
	background-color: #342a94;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.sponsors-section.style-two:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(6,45,85,0.95);
}
.sponsors-section.style-two .auto-container {
	position: relative;
	z-index: 1;
}
.sponsors-section .image-box {
	position: relative;
	text-align: center;
}
.sponsors-section .image-box img {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	opacity: 0.80;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.sponsors-section .image-box img:hover {
	opacity: 1;
}
.sponsors-section .owl-theme .owl-controls, .sponsors-section .owl-theme .owl-controls .owl-nav {
	margin: 0px;
	padding: 0px;
}
.sponsors-section .owl-theme .owl-controls .owl-dots {
	display: none !important;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	padding: 0px;
	margin: 0px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #d0d0d0;
	color: #d0d0d0;
	text-align: center;
	font-size: 18px;
	background: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.sponsors-section.style-two .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #18ba60;
	border-color: #18ba60;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {
	left: -80px;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-next"] {
	right: -80px;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #18ba60;
	border-color: #18ba60;
	color: #ffffff;
}
.sponsors-section.style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #18ba60;
	border-color: #ffffff;
	background: #ffffff;
}
/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	background: #f3f3f4;
	position: relative;
}
.main-footer .widgets-section {
	position: relative;
	padding: 45px 0px 0px;
	z-index: 1;
}
.footer-style-two .widgets-section {
	padding: 60px 0px 20px;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.main-footer .centered-widget {
	position: relative;
	padding: 30px 0px;
	text-align: center;
}
.main-footer .centered-widget .widget-content {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.main-footer .centered-widget .logo {
	position: relative;
	margin-bottom: 10px;
}
.main-footer .centered-widget .text {
	position: relative;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.main-footer .social-links {
	position: relative;
}
.main-footer .social-links a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	color: #d8d8d8;
	margin-right: 15px;
}
.main-footer .centered-widget .social-links a {
	margin: 0px 10px;
}
.main-footer .social-links a:hover {
	color: #18ba60;
}
.main-footer .footer-column {
	margin-bottom: 30px;
}
.main-footer .footer-widget {
	position: relative;
}
.main-footer .footer-logo-one {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .footer-logo-one img {
	display: block;
	max-width: 100%;
}
.main-footer .footer-column h2 {
	color: #363636;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.main-footer .footer-column strong {
	color: #363636;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 20px;
	display: block;
}
.main-footer .links-widget .list li a {
	color: #f07300;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 0px 4px 20px;
	position: relative;
	text-decoration: none;
}
.main-footer .links-widget .list li a:before {
	color: #f07300;
	content: '\f101';
	line-height: 24px;
	font-size: 13px;
	font-family: 'FontAwesome';
	left: 0px;
	position: absolute;
	top: 2px;
}
.main-footer .links-widget .list li a:hover {
	text-decoration: underline;
}
.main-footer .subscribe-widget {
	position: relative;
}
.main-footer .subscribe-widget .text {
	color: #363636;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-right: 20px;
	position: relative;
}
.main-footer .subscribe-widget .text p, .main-footer .address-widget p {
	font-size: 13px;
}
.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.main-footer .subscribe-widget .form-group input[type="text"], .main-footer .subscribe-widget .form-group input[type="tel"], .main-footer .subscribe-widget .form-group input[type="email"], .main-footer .subscribe-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 16px;
	height: 55px;
	color: #222222;
	font-size: 13px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .subscribe-widget .form-group input[type="text"]:focus, .main-footer .subscribe-widget .form-group input[type="tel"]:focus, .main-footer .subscribe-widget .form-group input[type="email"]:focus, .main-footer .subscribe-widget .form-group textarea:focus {
	background: #f1f1f1;
}
.main-footer .subscribe-widget .form-group input[type="submit"], .main-footer .subscribe-widget button {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 55px;
	display: block;
	text-align: center;
	background-color: #f07300;
}
#form-messages {
	padding: 0px 15px;
	font-size: 13px;
	line-height: 1.5em;
}

/** Footer-Contact-Form Error Anfang **/

.address-widget input:-moz-ui-invalid, .address-widget textarea:-moz-ui-invalid {
 box-shadow: none;
}
.address-widget .error {
	background-color: #f0cccc !important;
	color: #d43f3f !important;
}
.address-widget .error:focus {
	background-color: #f0cccc !important;
	color: #d43f3f !important;
}
/** Footer-Contact-Form Error Ende **/

.news-widget {
	position: relative;
}
.news-widget .news-post {
	position: relative;
	margin-bottom: 22px;
}
.news-widget .news-post a {
	position: relative;
	color: #e9e9e9;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0em;
	font-family: 'Raleway', sans-serif;
}
.news-widget .news-post a:hover {
	color: #f07300;
}
.news-widget .news-post .posted-date {
	position: relative;
	font-size: 17px;
	color: #5a7fb7;
	font-weight: 300;
}
/*List Style One*/

.list-style-one {
	position: relative;
}
.list-style-one li {
	position: relative;
	padding-left: 40px;
	color: #e4e6eb;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
}
.list-style-one li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #487dbe;
	font-size: 22px;
	line-height: 1em;
}
.list-style-two li {
	position: relative;
	padding-left: 25px;
	color: #1b57b0;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 12px;
}
.list-style-two li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\f105';
	color: #1b57b0;
	font-size: 18px;
	font-family: 'FontAwesome';
}
.list-style-three {
	position: relative;
}
.list-style-three li {
	position: relative;
	padding-left: 30px;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}
.list-style-three li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\f00c';
	color: #1b57b0;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.list-style-four li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.list-style-four li .icon {
	font-size: 20px;
	left: 0px;
	line-height: 1em;
	position: absolute;
	top: 4px;
}
li .icon {
	color: #333333;
}
li .icon.pdf {
	color: #d81d00;
}
li .icon.word {
	color: #0044ff;
}
li .icon.excel {
	color: #00ff44;
}
.list-style-five li {
	float: left;
	width: 15%;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 10px;
	position: relative;
}
/* Social Icons - Anfang */

.socialIcons {
	position: relative;
	display: flex;
}
.socialIcons a {
	color: white;
	cursor: pointer;
}
.socialIcons a:hover div {
	opacity: 0.6;
}
.socialIcons .logo {
	float: left;
	height: 25px;
	width: 25px;
}
.socialIcons .share {
	float: left;
	font-size: 12px;
	height: 25px;
	padding: 5px 0 0 20px;
	width: 90px;
}
.socialIcons .facebook {
	background-color: #3c5a99;
	float: left;
	margin: 0 10px 10px 0;
	width: 115px;
}
.socialIcons .facebook .logo span {
	font-size: 22px;
	margin: 5px 0 0 6px;
}
.socialIcons .twitter {
	background-color: #1da1f2;
	float: left;
	margin: 0 10px 10px 0;
	width: 115px;
}
.socialIcons .twitter .logo span {
	font-size: 18px;
	margin: 4px 0 0 6px;
}
.socialIcons .twitter .share {
	padding: 5px 0 0 14px;
}
.socialIcons .linkedin {
	background-color: #337ab3;
	float: left;
	margin: 0 10px 10px 0;
	width: 115px;
}
.socialIcons .linkedin .logo span {
	font-size: 18px;
	margin: 4px 0 0 6px;
}
.socialIcons .gplus {
	background-color: #dc4a38;
	float: left;
	margin: 0 10px 10px 0;
	width: 115px;
}
.socialIcons .gplus .logo span {
	font-size: 18px;
	margin: 4px 0 0 6px;
}
.socialIcons .xing {
	background-color: #00777b;
	float: left;
	margin: 0 10px 10px 0;
	width: 115px;
}
.socialIcons .xing .logo span {
	font-size: 17px;
	margin: 5px 0 0 6px;
}
.socialIcons .whatsapp {
	background-color: #25D366;
	float: left;
	margin: 0 0 10px 0;
	width: 115px;
}
.socialIcons .whatsapp .logo span {
	font-size: 17px;
	margin: 5px 0 0 6px;
}
.socialIcons .footerLogos {
	float: left;
	height: 30px;
	margin: 0 0 10px 10px;
	width: 30px;
}
.widget-content .socialIcons .footerLogos {
	margin: 0 10px 10px 0 !important;
}
.socialIcons .footerLogos.facebook {
	background-color: #3c5a99;
}
.socialIcons .footerLogos.facebook span {
	font-size: 25px;
	margin: 7px 0 0 8px;
}
.socialIcons .footerLogos.twitter {
	background-color: #1da1f2;
}
.socialIcons .footerLogos.twitter span {
	font-size: 23px;
	margin: 5px 0 0 5px;
}
.socialIcons .footerLogos.gplus {
	background-color: #dc4a38;
}
.socialIcons .footerLogos.gplus span {
	font-size: 18px;
	margin: 7px 0 0 4px;
}
.socialIcons .footerLogos.xing {
	background-color: #00777b;
}
.socialIcons .footerLogos.xing span {
	font-size: 21px;
	margin: 6px 0 0 7px;
}
.socialIcons .footerLogos.linkedin {
	background-color: #0073b1;
}
.socialIcons .footerLogos.linkedin span {
	font-size: 21px;
	margin: 4px 0 0 6px;
}
.socialIcons .footerLogos.rss {
	background-color: #f07300;
}
.socialIcons .footerLogos.rss span {
	font-size: 20px;
	margin: 6px 0 0 7px;
}
.socialIcons .footerLogos.youtube {
	background-color: #CD201F;
}
.socialIcons .footerLogos.youtube span {
	font-size: 18px;
	margin: 6px 0 0 6px;
}
.socialIcons .footerLogos.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.socialIcons .footerLogos.instagram span {
    font-size: 22px;
    margin: 5px 0 0 6px;
}
/* Social Icons - Ende */

.main-footer a {
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .footer-bottom {
	background: #342a94;
	padding: 18px 0px;
	position: relative;
	z-index: 1;
}
.main-footer .footer-bottom .copyright {
	color: #ffffff;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 5px;
	margin-bottom: 6px;
	position: relative;
	text-align: center;
}
.main-footer .footer-bottom .copyright a {
	color: #f07300;
}
/*Social Icon One*/

.social-icon-one {
	position: relative;
}
.social-icon-one li {
	position: relative;
	margin-right: 6px;
	display: inline-block;
}
.social-icon-one li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #6784af;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border: 1px solid #6784af;
}
.social-icon-one li a:hover {
	background-color: #f07300;
	color: #ffffff;
	border-color: #f07300;
}
/*Social Icon Two*/

.social-icon-two {
	position: relative;
}
.social-icon-two li {
	position: relative;
	margin-right: 6px;
	display: inline-block;
}
.social-icon-two li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border: 2px solid #4b7bc4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-two li a:hover {
	background-color: #f07300;
	color: #ffffff;
	border-color: #f07300;
}
/*Social Icon Three*/

.social-icon-three {
	position: relative;
}
.social-icon-three li {
	position: relative;
	margin-right: 6px;
	font-size: 18px;
	color: #25292f;
	font-weight: 500;
	display: inline-block;
}
.social-icon-three li a {
	position: relative;
	width: 30px;
	height: 30px;
	color: #676b71;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-three li a:hover {
	background-color: #f07300;
	color: #ffffff;
}
/*Social Icon Four*/

.social-icon-four {
	position: relative;
}
.social-icon-four li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
.social-icon-four li a {
	position: relative;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-four li a:hover {
	color: #f07300;
}
/***

====================================================================
	Veranstaltung im Fokus (blauer Hintergrund)
====================================================================

***/

.eventFocus-title {
	background: #342a94;
	color: #ffffff;
	padding: 40px 0px 0px 0;
	position: relative;
}
.eventFocus-title .image-box {
	margin-bottom: 70px;
	position: relative;
}
.eventFocus-title .column {
	margin-bottom: 20px;
}
.eventFocus-title h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.eventFocus-title h3 {
	color: #ffffff;
	margin-bottom: 15px;
	text-align: center;
}
.eventFocus-title .text {
	margin-bottom: 20px;
	text-align: center;
}
.eventFocus-title .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 7px;
}
/***

====================================================================
	Slider Homepage
====================================================================

***/

.slider-title {
	padding: 60px 0px 0px;
	position: relative;
}
.slider-title h3 {
	color: #363636;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
	position: relative;
}
.slider-title .text {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
/***

====================================================================
	About Title
====================================================================

***/

.about-title {
	padding: 60px 0px 0px;
	position: relative;
}
.about-title.style-two {
	padding: 100px 0px 30px;
}
.about-title .image-box {
	margin-bottom: 70px;
	position: relative;
}
.about-title .column {
	margin-bottom: 20px;
}
.about-title h2 {
	color: #1c1c1c;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 1.2em;
	position: relative;
	text-align: right;
}
.about-title h3 {
	color: #363636;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
	position: relative;
}
.about-title h3 span {
	color: #f07300;
}
.about-title .text {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.services-section {
	position: relative;
	padding-bottom: 40px;
}
.services-section.style-two {
	padding-top: 80px;
	background-color: #fafafa;
}
.services-section.style-two h2 {
	position: relative;
	color: #1c1c1c;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 52px;
	font-family: 'Roboto', sans-serif;
}
.services-block {
	position: relative;
	margin-bottom: 50px;
}
.services-block .inner-box {
	position: relative;
}
.services-block .inner-box .image-box {
	position: relative;
}
.services-block .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.services-block .inner-box .image-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 15px 0px 15px 25px;
	background-color: rgba(31,84,163,0.90);
}
.services-block .inner-box .image-box .overlay-box h3 {
	position: relative;
	line-height: 1.1em;
}
.services-block .inner-box .image-box .overlay-box h3 a {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.services-block .inner-box .image-box .overlay-box .right-arrow {
	position: absolute;
	right: 0px;
	top: 18px;
	color: #ffffff;
	font-size: 34px;
	padding: 11px 19px;
	display: inline-block;
	background-color: #f07300;
}
/***

====================================================================
	Program Section
====================================================================

***/

.program-section {
	position: relative;
	padding: 90px 0px 55px;
	background-color: #f9f9f9;
}
.program-section .title-box {
	position: relative;
	margin-bottom: 65px;
}
.program-section .title-box h3 {
	position: relative;
	font-size: 32px;
	color: #1c1c1c;
	font-weight: 400;
	float: left;
	font-family: 'Roboto', sans-serif;
}
.program-section .title-box.alternate h3 {
	float: none;
	text-align: center;
	width: 100%;
}
.program-section .title-box a {
	font-size: 16px;
	color: #236ed3;
	float: right;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #236ed3;
	font-family: 'Roboto', sans-serif;
}
.program-block {
	position: relative;
	margin-bottom: 45px;
}
.program-block .inner-box {
	position: relative;
	margin-left: 40px;
	border: 1px solid #eaeaea;
	padding: 20px 28px 30px 62px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.program-block .inner-box:hover {
	border-color: #295ead;
}
.program-section.style-two .program-block .inner-box {
	background-color: #ffffff;
}
.program-block .inner-box .icon-box {
	position: absolute;
	left: -35px;
	top: 50%;
	width: 69px;
	height: 30px;
	color: #ffffff;
	font-size: 36px;
	margin-top: -16px;
	text-align: center;
	background-color: #295ead;
}
.program-block .inner-box .icon-box .icon {
	position: relative;
	z-index: 1;
}
.program-block .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -29px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 30px solid #295ead;
}
.program-block .inner-box .icon-box:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -29px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid #295ead;
}
.program-block .inner-box h3 {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.program-block .inner-box h3 a {
	position: relative;
	color: #282828;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.program-block .inner-box h3 a:hover {
	color: #295ead;
}
.program-block .inner-box .text {
	position: relative;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
}
/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 90px 0px 80px 0px;
}
.video-section .play-link {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 32px;
	color: #ffffff;
	cursor: pointer;
	line-height: 2.4em;
	margin-bottom: 15px;
	padding-left: 6px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.video-section .inner-box {
	position: relative;
	text-align: center;
}
.video-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.70);
}
.video-section .inner-box .play-link .icon-box {
	position: relative;
	display: block;
	line-height: 76px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 70px;
	margin-bottom: 12px;
}
.video-section .inner-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.video-section .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 40px;
}
/***

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
	position: relative;
	padding-top: 75px;
}
.counter-section .image-column {
	position: relative;
}
.counter-section .image-column .image-box {
	position: relative;
	text-align: center;
}
.counter-section .image-column .image-box:before {
	position: absolute;
	content: '';
	right: -70px;
	bottom: 0px;
	width: 615px;
	height: 519px;
	background: url(../images/background/pattern.png) center bottom no-repeat;
}
.counter-section .image-column .image-box img {
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.counter-section .content-column {
	position: relative;
	padding-left: 130px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.counter-section .content-column .inner-box {
	position: relative;
}
.counter-section .content-column .inner-box h2 {
	position: relative;
	font-size: 40px;
	color: #1c1c1c;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
.counter-section .content-column .inner-box .style-text {
	position: relative;
	font-size: 22px;
	color: #b6b6b6;
	font-style: italic;
	font-weight: 300;
	margin-top: 17px;
	font-family: 'Raleway', sans-serif;
}
.counter-section .content-column .inner-box .text {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 300;
	margin-top: 29px;
}
.fact-counter {
	position: relative;
	margin-top: 42px;
}
.fact-counter .column {
	position: relative;
	margin-bottom: 40px;
}
.fact-counter .column .inner {
	position: relative;
	text-align: left;
	padding-right: 38px;
	display: inline-block;
	border-right: 1px solid #e8e8e8;
}
.fact-counter .column:last-child .inner {
	border: 0px;
	padding-right: 0px;
}
.fact-counter .column .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 6px;
	padding-right: 10px;
	color: #fde535;
	line-height: 1em;
	font-size: 54px;
	font-weight: 300;
	display: inline-block;
}
.fact-counter .column .inner .icon-box span {
	font-size: 36px;
}
.fact-counter .count-outer {
	position: relative;
	font-size: 50px;
	line-height: 1em;
}
.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 300;
	display: inline-block;
	color: #f07300;
	font-size: 55px;
}
.fact-counter .count-outer .year {
	color: #b1b1b1;
	font-size: 20px;
	font-weight: 300;
}
.fact-counter .count-outer .plus-icon {
	color: #f07300;
	font-weight: 300;
}
.fact-counter .column .counter-title {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	color: #1c1c1c;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}
/***

====================================================================
	Fullwidth Section One
====================================================================

***/

.fullwidth-section-one {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.fullwidth-section-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.90);
}
.fullwidth-section-one:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	background: #f9f9f9;
}
.fullwidth-section-one .outer-box {
	position: relative;
	z-index: 1;
}
.fullwidth-section-one .outer-box .left-column {
	position: relative;
	width: 50%;
	float: left;
}
.fullwidth-section-one .outer-box .left-column .content-box {
	position: relative;
	float: right;
	width: 100%;
	max-width: 600px;
	padding: 150px 70px 140px 20px;
}
.fullwidth-section-one .outer-box .left-column h3 {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.fullwidth-section-one .outer-box .left-column h4 {
	position: relative;
	color: #f07300;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 22px;
}
.fullwidth-section-one .outer-box .left-column .text {
	font-size: 17px;
	color: #c5c5c5;
	font-weight: 300;
	margin-bottom: 33px;
}
.fullwidth-section-one .outer-box .right-column {
	position: relative;
	float: left;
	width: 50%;
	background: #f9f9f9;
}
.fullwidth-section-one .outer-box .right-column .services-outer {
	position: relative;
	/*float: left;
    max-width: 700px;*/
	padding: 80px 140px 40px 115px;
}
.services-block-two {
	position: relative;
	margin-bottom: 40px;
}
.services-block-two .inner-box {
	position: relative;
}
.services-block-two .inner-box .icon-box {
	position: relative;
	color: #295ead;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 14px;
}
.services-block-two .inner-box h3 {
	position: relative;
	color: #1c1c1c;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
/***

====================================================================
	Experts Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 90px 0px 25px;
}
.team-section h2 {
	position: relative;
	color: #1c1c1c;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 34px;
	text-transform: uppercase;
}
.team-member {
	position: relative;
	margin-bottom: 65px;
}
.team-member .inner-box {
	position: relative;
}
.team-member .inner-box .image-box {
	position: relative;
	overflow: hidden;
}
.team-member .inner-box:hover .image-box .overlay-box {
	bottom: 0px;
}
.team-member .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	bottom: -80px;
	width: 100%;
	display: block;
	padding: 18px 0px;
	text-align: center;
	background-color: rgba(27,86,176,0.90);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.team-member .inner-box .lower-content {
	position: relative;
	padding-top: 24px;
}
.team-member .inner-box .lower-content h3 {
	position: relative;
	line-height: 1em;
}
.team-member .inner-box .lower-content h3 a {
	color: #1c1c1c;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-member .inner-box .lower-content h3 a:hover {
	color: #1c4583;
}
.team-member .inner-box .lower-content .designation {
	position: relative;
	font-size: 17px;
	color: #b2b2b2;
	font-style: italic;
	font-weight: 300;
}
.team-member .inner-box .lower-content .text {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #6b6b6b;
	margin-top: 13px;
	margin-bottom: 12px;
}
.team-member .inner-box .lower-content .see-profile {
	position: relative;
	color: #295ead;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #295ead;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-member .inner-box .lower-content .see-profile:hover {
	border: 0px;
}
.team-section .owl-controls {
	margin: 0px !important;
}
.team-section .owl-controls .owl-dots {
	display: none !important;
}
.team-section .owl-controls .owl-nav {
	margin: 0px !important;
	position: absolute;
	right: 0px;
	top: -72px;
}
.team-section .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 6px;
	width: 32px;
	height: 32px;
	padding: 0px;
	border: 1px solid #e8e8e8;
	color: #bcbcbc;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	border-radius: 0px;
	background: none !important;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-section .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #1c1c1c;
	border-color: #888888;
}
/***

====================================================================
	Fullwidth Section Two
====================================================================

***/

.fullwidth-section-two {
	position: relative;
}
.fullwidth-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	background: #1c4583;
}
.fullwidth-section-two:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	background: #f9f9f9;
}
.fullwidth-section-two .outer-box {
	position: relative;
	z-index: 1;
}
.fullwidth-section-two .outer-box .left-column {
	position: relative;
	width: 50%;
	float: left;
}
.fullwidth-section-two .outer-box .left-column .content-box {
	position: relative;
	float: right;
	width: 100%;
	max-width: 600px;
	padding: 70px 70px 140px 20px;
}
.fullwidth-section-two .outer-box .left-column .content-box .inner-box {
	position: relative;
}
.fullwidth-section-two .outer-box .left-column .content-box .inner-box:before {
	position: absolute;
	content: '\f14e';
	left: 0px;
	top: 0px;
	font-size: 100px;
	color: #1f4c8f;
	font-family: "Flaticon";
}
.fullwidth-section-two .outer-box .left-column h2 {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.fullwidth-section-two .outer-box .left-column h3 {
	position: relative;
	color: #f07300;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 22px;
}
/*Testimonial Block*/

.testimonial-block {
	position: relative;
}
.testimonial-block .inner {
	position: relative;
}
.testimonial-block .inner .text {
	position: relative;
	color: #e2e2e2;
	font-size: 17px;
	font-weight: 300;
}
.testimonial-block .inner .client-info {
	position: relative;
	padding-left: 90px;
	margin-top: 30px;
	min-height: 70px;
}
.testimonial-block .inner .client-info .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial-block .inner .client-info .image img {
	border-radius: 50%;
}
.testimonial-block .inner .client-info h4 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.testimonial-block .inner .client-info .designation {
	color: #7d91b0;
	font-size: 16px;
	font-style: italic;
}
.fullwidth-section-two .left-column .owl-controls {
	margin: 0px !important;
}
.fullwidth-section-two .left-column .owl-controls .owl-dots {
	display: none !important;
}
.fullwidth-section-two .left-column .owl-controls .owl-nav {
	margin: 0px !important;
	position: absolute;
	left: 0px;
	bottom: -68px;
	text-align: left;
}
.fullwidth-section-two .left-column .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin-right: 3px;
	width: 32px;
	height: 32px;
	padding: 0px;
	border: 1px solid #395d95;
	color: #395d95;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	border-radius: 0px;
	background: none !important;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.fullwidth-section-two .left-column .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #ffffff;
	border-color: #ffffff;
}
/*Form Column*/

.fullwidth-section-two .right-column {
	position: relative;
	float: left;
	width: 50%;
}
.fullwidth-section-two .right-column .form-outer {
	position: relative;
	float: left;
	max-width: 600px;
	padding: 70px 15px 40px 70px;
}
.fullwidth-section-two .right-column .form-outer h2 {
	position: relative;
	color: #1c1c1c;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.fullwidth-section-two .right-column .form-outer .form-group {
	padding: 0px 7px;
}
.fullwidth-section-two .right-column .form-outer .default-form .row {
	margin: 0px -7px;
}
/*Default Form*/

.default-form {
	position: relative;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.default-form .form-group .group-inner {
	position: relative;
}
.default-form .form-group .group-inner input {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	height: 43px;
	line-height: 22px;
	padding: 12px 14px;
	position: relative;
	width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.default-form .form-group .group-inner textarea {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	height: 130px;
	padding: 12px 14px;
	position: relative;
	width: 100%;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.default-form .form-group .group-inner input:focus, .default-form .form-group .group-inner textarea:focus {
	border-color: #f07300;
	background-color: #ffffff;
	color: #333333;
}
.default-form .form-group .group-inner button {
	margin-top: 10px;
}
.default-form input.error, .default-form select.error, .default-form textarea.error {
	border-color: #ff0000 !important;
}
.default-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}
/*News Section*/

.news-section {
	position: relative;
	padding: 110px 0px 80px;
}
.news-section .title-box {
	position: relative;
	margin-bottom: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.news-section .title-box h2 {
	font-size: 36px;
	color: #1c1c1c;
	font-weight: 700;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.news-section .left-column, .news-section .two-item-carousel {
	position: static;
}
.news-block {
	position: relative;
	margin-bottom: 60px;
}
.news-section .auto-container {
	position: relative;
}
.news-block .inner-box {
	position: relative;
}
.news-block .inner-box .image-box {
	position: relative;
}
.news-block .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block .inner-box .lower-content {
	position: relative;
	padding-top: 22px;
}
.news-block .inner-box .lower-content blockquote {
	position: relative;
	border: 0px;
	color: #5a5a5a;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 35px;
	font-style: italic;
	background-color: #f9f9f9;
	padding: 30px 20px 30px 45px;
	font-family: 'Raleway', sans-serif;
}
.news-block .inner-box .lower-content .date {
	position: relative;
}
.news-block .inner-box .lower-content h2 {
	margin-top: 6px;
	margin-bottom: 0px;
}
.news-block .inner-box .lower-content h2 a {
	color: #363636;
	text-decoration: none !important;
}
.news-block .inner-box .lower-content h2 a:hover {
	color: #f07300;
	text-decoration: underline;
}
.news-block .inner-box .lower-content .text {
	position: relative;
	color: #6b6b6b;
	font-size: 17px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-block .inner-box .lower-content .read-more {
	position: relative;
	font-weight: 700;
	color: #295ead;
	font-size: 16px;
	border-bottom: 1px solid #295ead;
	text-transform: uppercase;
}
.news-block .inner-box .lower-content .two-column {
	margin-top: 30px;
}
.news-block .inner-box .lower-content .column figure img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.news-block .inner-box .lower-content .column .text {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-block .inner-box .lower-content .column .text p {
	position: relative;
	color: #6b6b6b;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 22px;
}
.news-block .inner-box .lower-content .column .text p:last-child {
	margin-bottom: 0px;
}
.news-section .right-column {
	position: relative;/*padding-left:50px;*/
}
/*Post Meta*/

.post-option {
	padding: 12px 20px 0px;
	margin-top: 50px;
	background-color: #f3f3f3;
}
.post-option strong {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #121212;
	padding-right: 10px;
}
.post-option .tags {
	position: relative;
	margin-bottom: 12px;
}
.post-option .tags li {
	display: inline-block;
}
.post-option .tags li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	padding: 2px 10px;
	margin-right: 2px;
	display: inline-block;
	background-color: #295ead;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.post-option .tags li a:hover {
	background-color: #f07300;
}
.post-option .share-post {
	margin-bottom: 12px;
}
/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: -10px;
}
.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 35px;
}
.sidebar-page-container .group-title h2 {
	font-size: 30px;
	color: #342a94;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}
.sidebar-page-container .comments-area .comment {
	position: relative;
	padding: 0px 0px 0px 105px;
	font-size: 14px;
}
.sidebar-page-container .comments-area .comment .content-box {
	padding: 0px 0px 25px;
	border-bottom: 1px solid #ebebeb;
}
.sidebar-page-container .comments-area .reply-comment {
	padding-left: 90px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
	border-radius: 50%;
}
.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 6px;
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
	font-size: 18px;
	font-weight: 500;
	color: #25292f;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
}
.sidebar-page-container .comments-area .comment-box .text {
	color: #6b6b6b;
	font-size: 17px;
	font-weight: 300;
	margin-top: 15px;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
	font-size: 17px;
	color: #b6b6b6;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.sidebar-page-container .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #3f3e3e;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 4px;
	background-color: #f4f4f4;
	text-transform: uppercase;
}
.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: #ffffff;
	background-color: #295ead;
}
.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0px;
}
/***

====================================================================
	comment Form
====================================================================

***/

.comment-form {
	position: relative;
}
.comment-form .comment-title {
	position: relative;
	margin-top: 40px;
	margin-bottom: 25px;
}
.comment-form .comment-title h2 {
	position: relative;
	color: #25292f;
	font-size: 30px;
	font-weight: 700;
}
.comment-form .comment-title .text {
	position: relative;
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 300;
	margin-top: 5px;
}
.comment-form .form-group {
	padding: 0px 12px;
	margin-bottom: 18px;
}
.comment-form .form-group button {
	margin-top: 10px;
}
.comment-form .form-group:last-child {
	margin-bottom: 0px !important;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="password"], .comment-form input[type="number"], .comment-form select, .comment-form textarea {
	display: block;
	width: 100%;
	line-height: 20px;
	height: 60px;
	font-size: 14px;
	border: 1px solid #f4f4f4;
	background-color: #f7fafa;
	color: #222222;
	padding: 10px 20px;
	font-weight: 400;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Roboto', sans-serif;
}
.comment-form .form-group textarea {
	position: relative;
	height: 230px;
	resize: none;
}
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus {
	border-color: #1c4583;
}
.news-block-two {
	position: relative;
	margin-bottom: 20px;
}
.news-block-two .inner-box {
	position: relative;
	padding-left: 105px;
}
.news-block-two .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 75px;
}
.news-block-two .inner-box h3 {
	position: relative;
	line-height: 1.0em;
	top: -4px;
	margin-bottom: 4px;
}
.news-block-two .inner-box h3 a {
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 700;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news-block-two .inner-box h3 a:hover {
	color: #295ead;
}
.news-block-two .inner-box .date {
	position: relative;
	color: #b2b2b2;
	font-size: 17px;
	font-weight: 300;
}
.news-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 25px;
	z-index: 1;
	display: none;
	min-height: 170px;
	background-color: #414141;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news-section .owl-controls {
	margin: 0px !important;
}
.news-section .owl-controls .owl-dots {
	display: none !important;
}
.news-section .owl-controls .owl-nav {
	margin: 0px !important;
	position: absolute;
	right: 15px;
	top: 0px;
}
.news-section .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 6px;
	width: 32px;
	height: 32px;
	padding: 0px;
	border: 1px solid #e8e8e8;
	color: #bcbcbc;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	border-radius: 0px;
	background: none !important;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news-section .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #ffffff;
	border-color: #1c4583 !important;
	background-color: #1c4583 !important;
}
/***

====================================================================
	Newsblock & Services - 2 spaltig und 3 spaltig
====================================================================

***/

.services-section-two {
	padding: 40px 0px 40px;
	position: relative;
}
.services-section-two h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 0px;
}
.services-section-two h4 {
	color: #363636;
	display: inline-block;
	font-family: 'Open Sans', "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
	position: relative;
}
.services-block-three {
	margin-bottom: 25px;
	min-height: 420px;
	position: relative;
}
/*
//
// Safari-Flex-fix
//
*/
.flexRow.container:before, .flexRow.container:after, .flexRow.row:before, .flexRow.row:after {
	content: normal;
}
/*
//
// Safari-Flex-fix Ende
//
*/

.flexRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flexRow > [class*='services-block-three'] {
	display: flex;
	flex-direction: column;
}
.services-block-three .inner-box {
	position: relative;
}
.services-block-three .inner-box h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.services-block-three .inner-box h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
.services-block-three .inner-box h3 a {
	color: #363636;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.services-block-three .inner-box h3 a:hover {
	color: #342a94;
	text-decoration: underline;
}
.services-block-three .inner-box .image-box {
	position: relative;
}
.services-block-three .inner-box .image-box img {
	display: block;
	position: relative;
	width: 100%;
}
.services-block-three .inner-box .lower-box {
	position: relative;
}
.services-block-three .inner-box .lower-box .title-box {
	padding: 25px 0px 0px;
	position: relative;
}
.services-block-three .inner-box .lower-box .title-box .arrow {
	position: absolute;
	right: 32px;
	top: 35px;
	color: #ffffff;
	font-size: 34px;
	padding: 9px 16px;
	display: inline-block;
	background-color: #295ead;
}
.services-block-three .inner-box .lower-box .text {
	position: relative;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.services-block-three .inner-box .lower-box .read-more {
	position: relative;
	font-size: 17px;
	color: #295ead;
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: 1px solid #295ead;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
/*Services Block Four*/

.services-block-four {
	margin-bottom: 30px;
	position: relative;
}
.services-block-four .inner-box {
	position: relative;
}
.services-block-four .inner-box .image-box {
	position: relative;
}
.services-block-four .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.services-block-four .inner-box .lower-box {
	position: relative;
	border: 1px solid #e6e6e6;
}
.services-block-four .inner-box .lower-box .title-box {
	position: relative;
	padding: 17px 45px 20px 25px;
}
.services-block-four .inner-box .lower-box .title-box h3 {
	position: relative;
	line-height: 1.4em;
	font-weight: 500;
	font-size: 22px;
	padding-right: 50px;
	font-family: 'Roboto', sans-serif;
}
.services-block-four .inner-box .lower-box .title-box h3 a {
	position: relative;
	color: #282828;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.services-block-four .inner-box .lower-box .title-box h3 a:hover {
	color: #295ead;
}
.services-block-four .inner-box .lower-box .title-box .arrow {
	position: absolute;
	right: 0px;
	bottom: 25px;
	color: #ffffff;
	font-size: 34px;
	padding: 9px 16px;
	display: inline-block;
	background-color: #295ead;
}
.services-block-four .inner-box .lower-box .text {
	position: relative;
	color: #6b6b6b;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 10px;
}
/***

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 85px 0px 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.80);
}
.page-title .auto-container {
	position: relative;
	z-index: 1;
}
.page-title h1 {
	position: relative;
	font-size: 45px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 1.5em;
}
/***

====================================================================
	Schmuckbild
====================================================================

***/

.cover-title {
	position: relative;
	padding: 200px 0px 60px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.cover-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
/***

====================================================================
	Breadcrumb
====================================================================

***/

.page-info {
	margin-top: 32px;
	position: relative;
}
.page-info .innerBg {
	background-color: #f3f3f4;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.page-info .bread-crumb {
	padding: 15px 0px 15px 20px;
	position: relative;
}
.page-info .bread-crumb li {
	color: #f07300;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 23px;
	position: relative;
	text-transform: capitalize;
}
.page-info .bread-crumb li:after {
	color: #2b2b2b;
	content: '\f101';
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: -15px;
	top: 1px;
}
.page-info .bread-crumb li:last-child:after {
	display: none;
}
.page-info .bread-crumb li a {
	color: #f07300;
}
.page-info .bread-crumb li a:hover {
	color: #1b57b0;
}
.page-info .share-link {
	position: relative;
}
.page-info .share-link a {
	position: relative;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	padding: 17px 32px;
	display: inline-block;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.page-info .share-link a:hover {
	color: #f07300;
}
.page-info .share-link a .icon {
	margin-right: 3px;
}
/***

====================================================================
	Featured Services
====================================================================

***/

.featured-section {
	position: relative;
	padding: 85px 0px 50px;
}
.featured-block {
	position: relative;
	margin-bottom: 40px;
}
.featured-block .inner-box {
	position: relative;
}
.featured-block .inner-box h3 a {
	position: relative;
	line-height: 1em;
	color: #2b2b2b;
	font-weight: 700;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.featured-block .inner-box h3 a:hover {
	color: #1b57b0;
}
.featured-block .inner-box .text {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #6b6b6b;
	margin-top: 8px;
}
.default-two-column {
	position: relative;
	padding-bottom: 60px;
}
.default-two-column.style-two {
	padding-top: 100px;
}
.default-two-column .image-column {
	position: relative;
	margin-bottom: 40px;
	padding-right: 30px;
}
.default-two-column .image-column .image-box img {
	width: 100%;
}
.default-two-column .content-column {
	position: relative;
	padding-left: 50px;
}
.default-two-column .content-column .inner-box {
	position: relative;
}
.default-two-column .content-column .inner-box h3 {
	position: relative;
	font-size: 40px;
	color: #1c1c1c;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
.default-two-column .content-column .inner-box .style-text {
	position: relative;
	font-size: 21px;
	font-style: italic;
	color: #b6b6b6;
	margin-top: 15px;
	font-family: 'Raleway', sans-serif;
}
.default-two-column .content-column .inner-box .text {
	position: relative;
	margin-top: 30px;
}
.default-two-column .content-column .inner-box .text p {
	position: relative;
	font-size: 17px;
	color: #6b6b6b;
	font-weight: 300;
	margin-bottom: 20px;
}
.fact-counter-section {
	position: relative;
	padding: 50px 0px 30px;
}
.fact-counter-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}
.fact-counter.style-two .column {
	margin-bottom: 50px;
}
.fun-fact-section.style-two .fact-counter .column {
	padding-left: 0px;
}
.fact-counter.style-two .column .inner {
	text-align: center;
	padding-right: 0px;
	border: 0px;
	display: block;
}
.fact-counter.style-two .count-outer {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	font-weight: 600;
	margin: 0px 0px;
}
.fact-counter.style-two .count-outer .count-text {
	position: relative;
	font-weight: 300;
	color: #f07300;
	font-size: 55px;
	font-family: 'Roboto', sans-serif;
}
.fact-counter.style-two .column .counter-title {
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 12px;
}
/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 100px 0px 80px;
}
.testimonial-section-two .sec-title {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.testimonial-section-two .sec-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
}
.testimonial-section-two .sec-title .style-text {
	color: #b6b6b6;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.testimonial-section-two .owl-controls {
	display: none !important;
}
.testimonial-block-two {
	position: relative;
	margin-bottom: 50px;
}
.testimonial-block-two .inner-box {
	position: relative;
}
.testimonial-block-two .inner-box .user-info {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
}
.testimonial-block-two .inner-box .user-info .image-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial-block-two .inner-box .user-info .image-box img {
	border-radius: 50%;
}
.testimonial-block-two .inner-box .user-info h3 {
	position: relative;
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 600;
	line-height: 1em;
	padding-top: 10px;
}
.testimonial-block-two .inner-box .user-info .designation {
	position: relative;
	color: #c1c1c1;
	font-style: italic;
	margin-top: 4px;
	font-family: 'Raleway', sans-serif;
}
.testimonial-block-two .inner-box .text {
	position: relative;
	color: #6c6969;
	font-size: 17px;
	font-weight: 300;
}
/***

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
	position: relative;
	text-align: center;
	padding: 60px 0px 60px;
}
.call-to-action h2 {
	position: relative;
	font-size: 45px;
	font-weight: 300;
	color: #282828;
	font-family: 'Roboto', sans-serif;
}
.call-to-action h3 {
	position: relative;
	color: #adadad;
	font-size: 28px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 35px;
	font-family: 'Roboto', sans-serif;
}
.call-to-action h3 span {
	color: #f07300;
	font-weight: 400;
}
/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 60px 0px 60px;
}
.sidebar-page-container .blog-news-section {
	margin-bottom: 40px;
}
.sidebar-page-container.sidebar-left .sidebar {
	position: relative;
	padding-right: 20px;
}
.sidebar-page-container.sidebar-right .sidebar {
	position: relative;
	padding-left: 20px;
}
.sidebar-page-container.sidebar-right {
	padding-bottom: 100px;
}
.sidebar-page-container .program-detail {
	position: relative;
	margin-bottom: 50px;
}
.sidebar-page-container .program-detail .program-images .row {
	margin: 0px -7px;
}
.sidebar-page-container .program-detail .image-column {
	padding: 0px 7px;
	margin-bottom: 14px;
}
/***

====================================================================
	Sidebar Widgets
====================================================================

***/

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 42px;
}
.sidebar .sidebar-widget h2 {
	position: relative;
	color: #262626;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.sidebar .tabbed-links {
	position: relative;
	border: 1px solid #ececec;
}

@media print {
.sidebar .tabbed-links {
	display: none;
}
}
.sidebar .tabbed-nav {
	margin-bottom: 0px !important;
}
.sidebar .tabbed-nav li {
	position: relative;
	border-bottom: 1px solid #ececec;
}
.sidebar .tabbed-nav li:last-child {
	border: 0px;
}
.sidebar .tabbed-nav li a {
	border-left: 5px solid transparent;
	color: #342a94;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 40px 11px 15px;
	padding-left: 15px;
	position: relative;
	text-decoration: none;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sidebar .tabbed-nav li a:after {
	color: #342a94;
	content: '\f105';
	font-size: 20px;
	font-family: 'FontAwesome';
	position: absolute;
	right: 18px;
	top: 10px;
}
.sidebar .tabbed-nav li a:hover::after, .sidebar .tabbed-nav li.current a::after {
	color: #ffffff;
}
.sidebar .tabbed-nav li:hover a, .sidebar .tabbed-nav li.current a {
	background-color: #342a94;
	border-left-color: #f07300;
	color: #ffffff;
}
.sidebar-widget strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;
}
/***

====================================================================
	Brochure Widget
====================================================================

***/

.brochure-widget {
	position: relative;
}
.brochure-widget .inner-box {
	position: relative;
}
.brochure-widget .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 17px;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 22px;
}
.brochure-widget .inner-box .pdf-file {
	position: relative;
	padding: 18px 22px;
	padding-left: 60px;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	display: block;
	border: 1px solid #eaeaea;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f5f5f5 100%);
}
.brochure-widget .inner-box .pdf-file:hover {
	background-image: -ms-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-20, #FFFFFF), color-stop(100, #F5F5F5));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: linear-gradient(to top, #FFFFFF -20%, #F5F5F5 100%);
}
.brochure-widget .inner-box .pdf-file .icon {
	position: absolute;
	left: 22px;
	top: 16px;
	color: #262626;
	font-size: 20px;
}
/*Info Widget*/

.info-widget {
	border: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0px 0 10px 0px;
	position: relative;
	text-align: left;
}
.info-widget {
	position: relative;
}
.info-widget h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;
}
.info-widget a {
	text-decoration: none;
}
.info-widget span {
	margin-right: 5px;
}
.info-widget p {
	line-height: 1.4em;
	margin-bottom: 5px;
}
.info-widget ul li {
	color: #333333;
	font-size: 14px;
	margin-bottom: 7px;
	padding-left: 30px;
}
.info-widget h4 {
	position: relative;
	color: #262626;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 12px;
}
.info-widget .detail {
	position: relative;
	color: #717171;
	font-size: 20px;
	font-weight: 300;
}
.sidebar-widget.info-widget img {
	margin-bottom: 15px;
}
.sidebar-widget.info-widget p strong {
	display: inline;
}
.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	padding: 14px 50px 12px 20px;
	border: 1px solid #eaeaea;
	height: 60px;
	background: #ffffff;
	color: #444444;
	display: block;
	width: 100%;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .search-box .form-group input:focus {
	border-color: #f07300;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 65px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #153e4d;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.sidebar .search-box .form-group button span {
	padding-right: 0px;
}
.sidebar .search-box .form-group button:before {
	display: none;
}
.sidebar .search-box .form-group input:focus + button, .sidebar .search-box .form-group button:hover {
	color: #ffffff;
	background: #f07300;
}
/*	Teaser - Standard - Anfang */

.teaserStandard {
	padding: 15px 15px 10px 20px;
	width: 100%;
}
.teaserStandard a {
	color: #f07300;
	cursor: pointer;
	text-decoration: none;
}
.teaserStandard a:hover {
	color: #f07300;
	text-decoration: underline;
}
.teaserStandard p {
	line-height: 1.5em;
}
/*	Teaser - Standard - Ende */



/*	Teaser - Ansprechpartner - Anfang */

.teaserContact {
	/*float: left;*/
	font-size: .95em;
	padding: 15px 15px 0px 20px;
}
.teaserContact .container {
	display: -webkit-flex;
	display: flex;
	padding: 0;
	width: 100%;
}
.teaserContact .imgBox {
	padding-right: 13px;
	width: 84px;
}
/* Bereitet Probleme beim IE */
.teaserContact .infoBox {
	-webkit-flex: 1;
	flex: 1;
}
/*	Teaser - Ansprechpartner - Anfang */


/*Category List*/

.category-widget ul {
	position: relative;
}
.category-widget ul li {
	position: relative;
	border-bottom: 1px solid #efefef;
}
.category-widget ul li a {
	position: relative;
	font-size: 17px;
	color: #030104;
	padding: 16px 0px;
	padding-left: 24px;
	display: block;
	font-weight: 300;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.category-widget ul li a:before {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	left: 5px;
	font-size: 14px;
	top: 50%;
	line-height: 24px;
	margin-top: -12px;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.category-widget ul li a:hover {
	color: #1b57b0;
	font-weight: 500;
}
/*Twitter Feed*/

.sidebar .twitter-feed .feed {
	position: relative;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 15px;
}
.sidebar .twitter-feed .feed:last-child {
	margin-bottom: 0px;
}
.sidebar .twitter-feed .feed .month {
	color: #b2b2b2;
	font-size: 17px;
	font-weight: 300;
}
.sidebar .twitter-feed .feed .month a {
	position: relative;
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .twitter-feed .feed .month a:hover {
	color: #153e4d;
}
.sidebar .twitter-feed .feed .text a {
	margin-bottom: 0px;
	line-height: 1.4em;
	color: #1b57b0;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
}
/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 7px 20px;
	margin: 0px 8px 12px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	background-color: #295ead;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
	background-color: #f07300;
	color: #ffffff;
}
/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 2px 10px;
}
.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 6px 5px;
	text-transform: uppercase;
	min-width: 40px;
	border: 2px solid #efefef;
	background: #ffffff;
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li a.next {
	position: relative;
	background-color: #1c4583;
	border-color: #1c4583;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.styled-pagination li a.next, .styled-pagination li a.prev {
	padding: 6px 15px;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
	color: #ffffff;
	background: #f07300;
	border-color: #f07300;
}
/*Program Detail*/

.program-detail {
	position: relative;
}
.program-detail .program-images {
	position: relative;
}
.program-detail .image-box {
	position: relative;
}
.program-detail .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.program-detail .lower-content {
	position: relative;
}
.program-detail .lower-content .title-box {
	position: relative;
	margin-bottom: 35px;
	padding: 28px 0px 22px;
	border-bottom: 1px solid #efefef;
}
.program-detail .lower-content .title-box h2 {
	position: relative;
	line-height: 1em;
	font-weight: 700;
}
.program-detail .lower-content .title-box h2 a {
	position: relative;
	font-size: 28px;
	color: #262626;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.program-detail .lower-content .title-box .sub-title {
	position: relative;
	font-size: 22px;
	color: #969696;
	font-weight: 300;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.program-detail .lower-content .title-box.title-single {
	padding-bottom: 0px;
	border: 0px;
	margin-bottom: 20px;
}
.program-detail .lower-content .title-box.title-single h4 {
	color: #363636;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
}
.program-detail .lower-content .text {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #7b7a7a;
}
.program-detail .lower-content .text p {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #7b7a7a;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.program-detail .lower-content .text strong {
	position: relative;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 400;
	top: -8px;
}
.program-detail h3 {
	position: relative;
	color: #262626;
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.program-detail .list-style-two {
	margin-top: 30px;
}
.program-detail .text-column {
	position: relative;
}
.program-detail .text-column .text {
	position: relative;
}
.program-detail .text-column .text p {
	position: relative;
	color: #7b7a7a;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
	font-family: 'Roboto', sans-serif;
}
.program-detail .consulting-box {
	position: relative;
	padding: 32px 20px 22px;
	margin-top: 48px;
	background-color: #1b57b0;
}
.program-detail .consulting-box .column {
	margin-bottom: 10px;
}
.program-detail .consulting-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.program-detail .consulting-box .text {
	position: relative;
	color: #dbe7fa;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
.program-detail .consulting-box a {
	padding: 16px 25px;
}
.program-detail .consulting-box.style-two {
	border: 1px solid #f5f5f5;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f5f5f5 100%);
}
.program-detail .consulting-box.style-two h2 {
	color: #1b57b0;
}
.program-detail .consulting-box.style-two .text {
	color: #a0a0a0;
	font-size: 17px;
}
.program-detail .styled-text {
	position: relative;
	color: #777777;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 50px;
	font-family: 'Raleway', sans-serif;
}
.program-detail .chalenge-box {
	position: relative;
	padding-top: 30px;
	margin-top: 35px;
	border-top: 1px solid #eaeaea;
}
.program-detail .chalenge-box h2 {
	position: relative;
	font-size: 24px;
	color: #2c2c2c;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
}
.program-detail .chalenge-box .challange-list {
	position: relative;
	margin-top: 40px;
}
.program-detail .chalenge-box .challange-list .chalenge-block {
	position: relative;
	padding-bottom: 25px;
}
.program-detail .chalenge-box .challange-list .chalenge-block:last-child::after {
	display: none;
}
.program-detail .chalenge-box .challange-list .chalenge-block .inner-box {
	position: relative;
	padding-left: 30px;
}
.program-detail .chalenge-box .challange-list .chalenge-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 4px;
	width: 10px;
	height: 10px;
	z-index: 1;
	border-radius: 50%;
	display: inline-block;
	background-color: #1b57b0;
}
.program-detail .chalenge-box .challange-list .chalenge-block:after {
	position: absolute;
	content: '';
	left: 4px;
	top: 6px;
	width: 1px;
	height: 100%;
	display: block;
	background-color: #eaeaea;
}
.program-detail .chalenge-box .challange-list .chalenge-block h4 {
	position: relative;
	font-size: 18px;
	color: #2c2c2c;
	font-weight: 500;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.program-detail .two-column {
	position: relative;
	margin-top: 40px;
}
.program-detail .two-column figure {
	margin-bottom: 10px;
}
.program-detail .two-column h3 {
	position: relative;
	margin-top: -6px;
	margin-bottom: 15px;
}
.accordion-box {
	border: 1px solid #d4d4d8;
	position: relative;
}
.accordion-box .block {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}
.accordion-box .block:last-child {
	border-bottom: 0px;
}
.accordion-box .block .acc-btn {
	background-color: #d4d4d8;
	color: #262626;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	padding: 15px 55px 15px 30px;
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer {
	background: #ffffff;
	border: 1px solid #f4f3f3;
	color: #262626;
	font-size: 12px;
	height: 20px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 20px;
}
.accordion-box .block .icon-outer .icon {
	font-size: 12px;
	height: 20px;
	left: 0px;
	line-height: 34px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
	background: #1b57b0;
	color: #ffffff;
}
.accordion-box .block .acc-content {
	background-color: #ffffff;
	display: none;
	position: relative;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	background-color: #ffffff;
	padding: 15px 15px 25px 30px;
	position: relative;
}
.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}
.accordion-box .block .tableContent {
	background-color: #ffffff;
	padding: 0px;
	position: relative;
}
/***

====================================================================
	Standardseite
====================================================================

***/

.standard-detail {
	position: relative;
}
.standard-detail .standard-images {
	position: relative;
}
.standard-detail .image-box {
	margin-bottom: 28px;
	padding-bottom: 22.5%; /* Initial Ratio */
	min-height: 150px; /* Keep at least 150px high */
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.standard-detail .lower-content {
	position: relative;
}
.standard-detail .lower-content .title-box h1 {
	font-size: 18px;
	margin-bottom: 15px;
}
.standard-detail .lower-content .title-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
}
.standard-detail .lower-content .title-box ul, .standard-detail .lower-content .title-box ol {
	display: flow-root;
	margin-bottom: 10px;
	margin-top: 25px;
}
.standard-detail .lower-content .title-box ul li {
	color: #333333;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}
.standard-detail .lower-content .title-box ul li::before {
	color: #1b57b0;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
}
.standard-detail .lower-content .title-box ol {
	display: flow-root;
	margin: 25px 0px 10px 15px;
}
.standard-detail .lower-content .title-box ol li {
	color: #333333;
	margin-bottom: 10px;
	margin-left: 15px;
	position: relative;
}
.standard-detail .lower-content .title-box a {
	color: #f07300;
	text-decoration: none;
}
.standard-detail .lower-content .title-box a.btn-style-one {
	color: #ffffff;
	text-decoration: none;
}
.standard-detail .lower-content .title-box a:hover {
	text-decoration: underline;
}
.standard-detail .lower-content .title-box .sub-title {
	position: relative;
	font-size: 22px;
	color: #969696;
	font-weight: 300;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
/***

====================================================================
	Partner und Sponsoren
====================================================================

***/

.partner {
	height: 100%;
	position: relative;
	text-align: center;
}
.boxed {
	padding: 10px;
	border: 1px solid #CCC;
}
.partner img {
	width: 90% !important;
	height: auto;
	border: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.boxed {
	margin-bottom: 30px;
}
.content-box {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
	height: 246px;
}
.content-box .content-overlay {
	background: rgba(0,38,99,0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.content-box:hover .content-overlay, .content-box.hover .content-overlay {
	opacity: 1;
	-webkit-user-select: none;
	-webkit-touch-callout: none
}
.content-image {
	width: 100%;
}
.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content-box:hover .content-details, .content-box.hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-user-select: none;
	-webkit-touch-callout: none
}
.content-details h3 {
	color: #fff;
	font-weight: 600;
}
.content-details p {
	color: #fff;
	font-size: 0.9em;
}
.fadeIn-bottom {
	top: 80%;
}
.content-details a {
	text-decoration: none;
	font-size: 1.2em;
	color: white;
}
.content-box.partner {
	height: 192px;
}
.soldOut, .soldOut .optionsContentLeft {
	opacity: 0.5;
}
.sponsorListStyle li li {
	color: #333333;
	margin: 0 0 10 15px;
	padding: 0 0 0 15px;
	position: relative;
}
.sponsorListStyle li li::before {
	color: #1b57b0;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
}
.sponsorListStyle li ul li {
	margin: 0 0 10 15px !important;
	padding: 0 0 0 15px !important;
}
.optionsWrapperRow {
	margin: 25px 0px;
}
.optionsContentLeft {
	text-align: right;
}
/***

====================================================================
	Standard Tabelle + Veranstaltungen
====================================================================

***/

.table-box table {
	border: none; /*1px solid #e9e9e9;*/
	margin-bottom: 30px;
	width: 100%;
}
.table-box th {
	background-color: #d4d4d8;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	padding: 15px 15px 15px 30px;
}
.table-box th.right {
	background-color: #d4d4d8;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	padding: 12px 15px 15px 0px;
	text-align: right;
}
.table-box th.minus {
	font-size: 30px;
	font-weight: 600;
	text-align: right;
}
.table-box td {
	padding: 15px 15px 15px 30px;
	vertical-align: top;
}
.table-box td.left {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.table-box td.middle1 {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.table-box td.middle2 {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.table-box td.right {
	border-bottom: 1px solid #e9e9e9;
}
.table-box td.lastElement {
	border-bottom: none !important;
}
.table-box td.sponsors img {
	margin-bottom: 15px;
	margin-right: 30px;
}
.table-box td.gallerySet {
	padding: 15px 0px 15px 15px;
}
.table-box td.gallerySet img {
	margin: 15px 11px 15px 15px;
}
.table-box td.downloads {
	background-color: #342a94;
}
.table-box th.eventDate {
	background-color: #342a94;
	border-bottom: solid 1px white;
	color: white;
	font-weight: 600;
	padding-left: 10px;
}
.table-box td.eventTime {
	background-color: #f3f3f4;
	border-bottom: solid 1px white;
	padding: 15px 10px 15px 10px;
	text-align: center;
	width: 15%;
}
.table-box td.modulNumber {
	background-color: #f06623;
	border-bottom: solid 1px white;
	color: white;
	padding: 15px 10px 15px 10px;
	text-align: center;
	width: 3em;
}
.table-box td.modulDescription {
	background-color: #afc1de;
	border-bottom: solid 1px white;
	padding: 15px 30px 15px 10px;
	text-align: left;
	;
}
.table-box td.modulDescription a {
	color: #342a94;
	text-decoration: none;
}
.table-box td.modulDescription a:hover {
	color: #342a94;
	text-decoration: underline;
}
.table-box td.modulDescriptionWhite {
	background-color: #ffffff;
	font-weight: bold;
	padding: 15px 30px 15px 10px;
	text-align: left;
	;
}
.table-box td.modulDescriptionWhite a {
	color: #f07300;
	text-decoration: none;
}
.table-box td.modulDescriptionBlue {
	background-color: #7098c4;
	border-bottom: solid 1px white;
	padding: 15px 30px 15px 10px;
	text-align: left;
	;
}
.table-box td.modulDescriptionBlue a {
	color: #ffffff;
	text-decoration: none;
}
.table-box td.modulDescriptionOrange {
	background-color: #fff7c9;
	border-bottom: solid 1px white;
	padding: 15px 30px 15px 10px;
	text-align: left;
}
.table-box td.modulDescriptionOrange a {
	color: #333333;
	text-decoration: none;
}
.table-box td.modulDescriptionWhite a:hover {
	color: #f07300;
	text-decoration: underline;
}
.table-box td.modulDetailDescription {
	background-color: #afc1de;
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	padding: 15px;
	text-align: left;
	;
	width: 59%;
}
.table-box td.emptyTable td {
	position: relative;
}
.table-box a.iCal::before {
	content: '\f271';
	font-family: 'FontAwesome';
}
.table-box a.iCal {
	position: absolute;
	top: 15px;
	right: 10px;
}
.table-box td.eventDetailTime {
	background-color: #342a94;
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	color: white;
	font-weight: 600;
	padding: 15px;
	width: 35%;
}
.table-box td.empty {
	background-color: #f3f3f4;
	border-bottom: solid 1px white;
	padding: 15px 10px 15px 10px;
	text-align: left;
	;
}
.table-box td.empty a {
	color: #f07300;
	text-decoration: none;
}
.table-box td.empty a:hover {
	color: #f07300;
	text-decoration: underline;
}
.table-box td.emptyTable {
	background-color: #f3f3f4;
	border: none;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}
.table-box td.emptyTable table {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	;
}
table.bvl-style {
	border: 1px solid #FFF;
}
table.bvl-style thead tr td {
	background: #f07300;
	color: #EEEEEE;
	font-weight: bold;
}
table.bvl-style tbody {
	background: #FFF;
}
table.bvl-style tbody tr {
	border-bottom: 4px solid #FFF;
	width: 100%;
}
table.bvl-style tbody tr td img {
	max-width: 35vw;
}
table.bvl-style tbody tr:nth-child(even) {
	background: #efefef;
}
table.bvl-style tfoot {
	background: #FFF;
}
table.bvl-style tfoot td {
	background: #555555;
	color: #EEEEEE;
	font-weight: bold;
}
table.bvl-style td {
	padding: 9px;
}
table.bvl-style td.tableDate {
	background: #d6d6d6;
	border-right: 4px solid #FFF;
}
table.bvl-style th {
	background: #f07300;
	color: #EEEEEE;
	font-weight: bold;
	padding: 9px;
}
table.bvl-style.fullwidth {
	width: 100% !important;
}
/***

====================================================================
	Termin Button
====================================================================

***/

a.btn-style-one.iCal {
	color: #ffffff;
}
a.btn-style-one.iCal:hover {
	text-decoration: none !important;
}
a.btn-style-one.iCal::before {
	content: '\f271';
	font-family: 'FontAwesome';
	padding-right: 0.6em;
}
/***

====================================================================
	Zurück Button
====================================================================

***/

a.btn-style-one.backLink {
	color: #ffffff;
	margin-bottom: 30px;
}
a.btn-style-one.backLink:hover {
	text-decoration: none !important;
}
/***

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
	position: relative;
	padding: 100px 0px 20px;
}
.contact-detail {
	position: relative;
	padding: 0px 19px;
	margin-bottom: 40px;
}
.contact-detail .inner-box {
	position: relative;
	padding: 25px 50px;
	background-color: #1b57b0;
}
.contact-detail .inner-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.contact-detail .inner-box .text {
	font-size: 17px;
	color: #ccd7e7;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 16px;
}
/***

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
	position: relative;
	padding: 10px 0px 55px;
}
.contact-form-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.contact-form-section .content-column h2 {
	position: relative;
	color: #25292f;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.contact-form-section .content-column .text {
	position: relative;
}
.contact-form-section .content-column .text p {
	position: relative;
	color: #818181;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 25px;
}
.contact-form-section .content-column .text p strong, .contact-form-section .content-column .text p span {
	color: #25292f;
}
.contact-form-section .contact-form-column h2 {
	position: relative;
	color: #25292f;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}
.contact-form .form-group .group-inner input {
	border: 1px solid #e9e9e9;
}
.contact-form .form-group .group-inner textarea {
	height: 196px;
}
.contact-form .form-group .group-inner input:focus, .contact-form .form-group .group-inner textarea:focus {
	border-color: #f07300;
}
.contact-form .form-group button {
	padding: 11px 34px;
}
/***

====================================================================
	Pressezentrum
====================================================================

***/


.pressCenterPanel {
	border-radius: 0;
}
.pressCenterPanel > .panel-heading {
	background-color: #342a94;
	color: white;
}
.pressCenterPanel .panel-heading {
	border: none;
	border-radius: 0;
}
.pressCenterPanel input {
	border-radius: 0;
	max-width: 50%;
}

@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#no-more-tables .table-bordered {
	border: none;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*
	Label the data
	*/
#no-more-tables td:before {
	content: attr(data-title);
}
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 10px;
}
#no-more-tables td > a {
	text-decoration: none;
}
.panel-info>.panel-heading {
	color: white;
	background-color: #342a94;
	border-color: #342a94;
	border-radius: 0px;
}
.panel-info {
	border-color: #ececec;
}
.panel-title {
	font-size: 14px;
	font-weight: bold;
}
.form-control:focus {
	border: 1px solid #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group .form-control {
	border-radius: 0;
}
span.input-group-addon {
	border-radius: 0;
}
.panel-body {
	background-color: #f3f3f4;
}
/***

====================================================================
	Portfolio Gallery
====================================================================

***/

.portfolio-gallery {
	position: relative;
	padding: 100px 0px 100px;
}
.portfolio-gallery .outer-box {
	position: relative;
}
.portfolio-gallery .filters {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.portfolio-gallery .filters .filter-tabs {
	display: inline-block;
	border: 1px solid #ebebeb;
}
.portfolio-gallery .filters li {
	position: relative;
	float: left;
	padding: 12px 15px;
	line-height: 24px;
	color: #363636;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid #ebebeb;
	font-family: 'Roboto', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.portfolio-gallery .filters .filter.active, .portfolio-gallery .filters .filter:hover {
	color: #ffffff;
	background-color: #f07300;
}
.portfolio-gallery .filters li:last-child {
	border-right: 0px;
}
.portfolio-gallery .services-block-four.mix {
	display: none;
}
/***
====================================================================
	Carousel - Startseite
====================================================================
***/

.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
/***
====================================================================
	Bildergallerie - Anfang
====================================================================
***/

.pictureGallery {
	margin: 60px 0 60px 0;
}
.pictureGallery .imageSet {
	position: relative;
}
.pictureGallery .button {
	float: right;
	margin-right: 15px;
	margin-top: 30px;
	text-align: center;
	width: 220px;
}
.pictureGallery .image-box {
	max-height: 129px;
	min-height: 129px;
	overflow: hidden;
	padding-bottom: 0px;
	background-color: #ececec;
}
/***
====================================================================
	Lightbox DIV Container - Anfang
====================================================================
***/

.lightboxcontainer {
	font-size: .9em;
}
.lightboxcontainer img {
	max-height: 60vh;
}
.lightboxcontainer .filecaption {
	text-align: left;
}
.lightboxcontainer .fileinfo {
	background-color: #f3f3f4;
	padding: 1em 0;
	text-align: left;
}
.lightboxcontainer .download {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/***

====================================================================
	Formular Fehler-, Info- und Erfolgsmeldungen
====================================================================

***/


.messageBox {
	margin-bottom: 15px;
	padding: 15px;
}
.messageBox.error, .error input, .dark-formular .error input[type="text"], .dark-formular .error .ui-selectmenu-button.ui-button {
	background-color: #f0cccc !important;
	color: #d43f3f !important;
}
.messageBox.error, .error input, .dark-formular .error input[type="password"], .dark-formular .error .ui-selectmenu-button.ui-button {
	background-color: #f0cccc !important;
	color: #d43f3f !important;
}
.messageBox.success, .success input {
	background-color: #ccf0cc;
	color: #30a130;
}
.messageBox.error p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
 .error ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color: #d43f3f;
 opacity: 0.8;
}
 .error :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #d43f3f;
 opacity: 0.8;
}
.error ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #d43f3f;
 opacity: 0.8;
}
.error :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d43f3f;
}
.error ::-ms-input-placeholder { /* Microsoft Edge */
 color: #d43f3f;
}
/***

====================================================================
	Pager
====================================================================

***/

.pager {
	margin: 20px 0 0;
}
.pager .fa {
	font-size: 1.3em;
	font-weight: bold;

	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	justify-content: center;
	align-content: center;	
}
.pager ul {
	display: flex;
	justify-content: center;
	align-items: center
}
.pager li {
	display: inline-block;
	margin: 5px;
}
.pager li>a {
	background-color: #342a94;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 30px;
	padding: 5px 0;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	color: white;

	float: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
.pager li>a.active, .pager li>a:focus, .pager li>a:hover {
	background-color: #f07300;
	color: #ffffff;
	text-decoration: none;
}
.pager .previous>a {
	float: none;
}
.pager .next>a {
	float: none;
}
.pagerinfo {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
/***
====================================================================
	Regionalgruppen Ansprechpartner (im Content Bereich)
====================================================================
***/

.regionalContact {
	/*height: 16rem;*/
	font-size: .95em;
	margin-bottom: 15px;
}
.regionalContact figure {
	background-blend-mode: darken;
	background-color: #f3f3f4;
	background-image: url(/images/bvl-logo_2019.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	width: 30%;
}
.regionalContact figure div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 125%;
	width: 100%;
}
.regionalContact figure img {
	position: absolute;
	top: 0;
	width: 100%;
	visibility: hidden;
}

@media print {
.regionalContact figure img {
	visibility: visible;
}
}
.regionalContact div p a i.fa-facebook, .social-media-dialog a i.fa-facebook, #members_list a i.fa-facebook {
	padding: 2px 6px;
	border-radius: 2px;
	margin-right: 5px;
	color: #ffffff;
	background-color: #3c5a99;
}
.regionalContact div p a i.fa-xing, .social-media-dialog a i.fa-xing, #members_list a i.fa-xing {
	padding: 2px 4px;
	border-radius: 2px;
	margin-right: 5px;
	color: white;
	background-image: linear-gradient(to bottom, #008484 0%, #007575 100%);
}
.regionalContact div p a i.fa-linkedin, .social-media-dialog a i.fa-linkedin, #members_list a i.fa-linkedin {
	padding: 2px 4px;
	border-radius: 2px;
	margin-right: 5px;
	color: #ffffff;
	background-color: #0077B5;
}
.regionalContact p {
	margin-bottom: 5px;
}
.regionalContact p.person-hl {
	font-size: .8em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.regionalContact h4 {
	font-weight: normal;
	font-size: 13px;
}

.regionalContact a {
	text-decoration: none;
}
.referentenWrapper {
	background-color: #f3f3f4;
	margin-bottom: 30px;
}
.referentenWrapper .regionalContact {
	margin: 15px 0px !important;
}
.referentenWrapper .regionalContact figure {
	margin-bottom: 0px !important;
}
/***

====================================================================
	BVL Veranstaltungen Ãœbersicht
====================================================================

***/

.description.open::before {
	content: '\f146';
}
.description.closed::before {
	content: '\f0fe';
}
.additionalServices.eventInformation {
	padding-bottom: 0;
	padding-top: 0;
}
.additionalServices.eventInformation h3 {
	background-color: #342a94;
	color: white;
	padding: 10px 15px;
}
.additionalServices.eventInformation li {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	padding-top: 10px;
}
.additionalServices.downloadBlock {
	margin-top: 30px;
}
.highlightBox {
	text-align: center;
	background-size: cover;
}
.highlightBox div {
	background-color: rgba(202,218,237,.8);
	padding: 20px;
}
.highlightBox a {
	min-width: 50%;
}
.highlightBox a.btn-style-one:hover {
	background-color: rgba(255,255,255,.7);
}
.highlightBox h3 {
	font-size: 18px;
	text-align: left;
}
.highlightBox p {
	text-align: left;
}
.sponsorCarousel.carousel-control {
	width: 4%;
}
.sponsorCarousel.carousel-control.left, .sponsorCarousel.carousel-control.right {
	margin-left: 15px;
	background-image: none;
}

@media (max-width: 767px) {
.sponsorCarousel.carousel-inner .active.left {
	left: -100%;
}
.sponsorCarousel.carousel-inner .next {
	left: 100%;
}
.sponsorCarousel.carousel-inner .prev {
	left: -100%;
}
.sponsorCarousel.active > div {
	display: none;
}
.sponsorCarousel.active > div:first-child {
	display: block;
}
}

@media (min-width: 767px) and (max-width: 992px ) {
.sponsorCarousel.carousel-inner .active.left {
	left: -50%;
}
.sponsorCarousel.carousel-inner .next {
	left: 50%;
}
.sponsorCarousel.carousel-inner .prev {
	left: -50%;
}
.sponsorCarousel.active > div {
	display: none;
}
.sponsorCarousel.active > div:first-child {
	display: block;
}
.sponsorCarousel.active > div:first-child + div {
	display: block;
}
}

@media (min-width: 992px ) {
.sponsorCarousel.carousel-inner .active.left {
	left: -25%;
}
.sponsorCarousel.carousel-inner .next {
	left: 25%;
}
.sponsorCarousel.carousel-inner .prev {
	left: -25%;
}
}
/***

====================================================================
	Regionalgruppen Detailseite
====================================================================

***/

.rgVeranstaltungsKalenderLink-wrapper {
	padding: 25px 0px;
	background-color: #f9f9f9;
	text-align: center;
}
.rgVeranstaltungsKalenderLink-left {
	font-size: 15px;
	padding-top: 8px;
	margin-bottom: 0px;
}
.rgVeranstaltungsKalenderLink-left p {
	margin-bottom: 0px;
}
.rgVeranstaltungsKalenderLink-right {
	text-align: left;
}

@media screen and (max-width: 991px) {
.rgVeranstaltungsKalenderLink-right {
	text-align: center !important;
}
}
/***

====================================================================
	Jahresterminkalender
====================================================================

***/



.formLegend {
	margin: 45px 0px;
}
.formLegend li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 18px;
	padding: 0;
}
.formLegend li:first-child {
	margin-left: 0;
}
.formLegend li span, .formLegend div.legendList span {
	display: inline-block;
	vertical-align: top;
}
.formLegend ul {
	color: #808080;
	margin: 0;
	padding: 0;
}
.formLegend .icon.square {
	margin: 3px 6px 0 0;
	height: 12px;
	width: 12px;
}
.formLegend .icon.square.bvlEvent, .formLegend .icon.logistic {
	background-color: #e6e6e6;
}
.formLegend .icon.square.bvlMajorEvent {
	background-color: #fff2a6;
}
.formLegend .icon.square.external {
	background-color: #b0cdf5;
}
.formLegend .icon.square.conference {
	background-color: #cccccc;
}
.formLegend .icon.square.holiday {
	background-color: #b0f5b6;
}
.formLegend .icon.square.month {
	background-color: #342a94;
}
.formLegend .icon.other {
	background-color: #f2dada;
}
.formLegend .icon.typo {
	color: #333333;
	margin-right: 3px;
}
.eventSheet {
	margin-bottom: 18px;
}
.eventSheet table {
	margin-bottom: 18px;
	font-size: 11px !important;
	max-width: 100% !important;
}
.eventSheet tr {
	background: #e6e6e6;
}
.eventSheet td, .eventSheet th {
	border-bottom: white solid 1px;
	border-left: white solid 1px;
	padding: 3px;
	text-align: center;
}
.tableFixed {
	border: none;
	display: none;
	position: fixed;
	top: 0;
	width: 100% !important;
}
.eventSheet td:first-child, .eventSheet th:first-child {
	border-left-width: 0;
}
.eventSheet th {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
.eventSheet .bvlMajorEvent {
	background-color: #fff2a6;
	font-weight: bold;
}
.eventSheet .conference {
	background-color: #cccccc;
}
.eventSheet .external {
	background: #b0cdf5;
	font-style: italic;
}
.eventSheet .holiday {
	background-color: #b0f5b6;
	border: none;
}
.eventSheet .logistic {
	font-style: italic;
}
.eventSheet .month {
	background: #342a94 url('/static/img/bar_gradient_36px.png') repeat-x;
	border: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.eventSheet .other {
	background-color: #f2dada;
}
.eventSheet i.fa-calendar-plus-o {
	font-size: 16px;
	background-color: #ffffff;
	color: #b3b3b3;
	padding: 5px 3px 5px 5px;
	margin: 3px;
}
.eventSheet i.fa-calendar-plus-o:hover, .eventSheet i.fa-calendar-plus-o:focus {
	font-size: 16px;
	background-color: #b3b3b3;
	color: #ffffff;
	padding: 5px 3px 5px 5px;
	margin: 3px;
}
.legendList .col-sm-4 {
	margin: 4px 0px;
}
.eventSheetFilterWrapper .ui-selectmenu-button, .eventSheetFilterWrapper .btn-style-one {
	margin: 10px 0px;
}

@media (max-width: 991px) {
.eventSheet {
	overflow-x: scroll;
	overflow-y: hidden;
}
}


/***

====================================================================
	Personenverzeichnis
====================================================================

***/
.geschaeftsstelleData {
	height: 338px;
	margin-top: 25px;
}


/***

====================================================================
	Suchergebnisse
====================================================================

***/

.searchResultWrapper {
	margin-top: 30px;
}
.searchResultWrapper p.noSearchResults {
	color: #f07300;
	font-weight: 300;
	font-size: 24px;
}
.searchResultWrapper p.gotSearchResults {
	color: #f07300;
	font-weight: 300;
	font-size: 18px;
}
.searchResultBrowseWrapper i.fa {
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #f07300;
	color: #ffffff;
}
/***

====================================================================
	Bannergenerator
====================================================================

***/

.bannergenerator-wrapper {
	padding: 15px;
	background-color: #f9f9f9;
}
/***

====================================================================
	Veranstaltungen (Regionalgruppen)
====================================================================

***/


.table-box.event table {
	background-color: #f9f9f9;
}
.table-box.event dt {
	float: left;
	min-width: 10em;
	line-height: 1.7em;
}
.table-box.event dd {
	padding-left: 10em;
	line-height: 1.7em;
	margin-bottom: 15px;
}
.event .theme-btn {
	text-align: center;
	margin: 5px 0;
}
.table-box.event td.buttons div {
	padding: 0 10px;
}
.table-box.event td.buttons {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 580px) {
	.table-box.event .theme-btn {
		width: 100%;
	}
	.table-box.event td.buttons {
		display: table-cell;
	}
	.table-box.event td.buttons div {
		width: 100%;
	}
}
/***

====================================================================
	Forschungsprojekte
====================================================================

***/


.research-project, .research-partner, .research-date {
	margin-bottom: 45px;
}
.table-box.event td {
	padding: 15px 17px;
}
.event caption {
	/*background-image: url('/static/img/icon_wissenschaft.gif');
	background-position: 15px 1px;
	background-repeat: no-repeat;*/
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 12px 0px;
}
.toggle_details {
	cursor: pointer;
}
.table-box .toggle_details th {
	font-size: 13px;
	padding: 15px 17px;
}
.toggle_details .fa {
	float: right;
}
/***

====================================================================
	Formular JQuery UI-Selectmenu
====================================================================

***/

.ui-selectmenu-open ul {
	max-height: 14em;
}
.ui-selectmenu-icon.ui-icon::before {
	bottom: 0;
	font-family: 'FontAwesome';
	height: 100%;
	left: 0;
	line-height: 24px;
	padding: 5px;
	position: absolute;
	text-indent: 0;
	width: 100%;
}
.fa-icon-angle-down::before, .ui-icon-triangle-1-s::before, .ui-icon-caret-1-s::before {
	content: '\f107';
	font-size: 22px;
}
/***

====================================================================
	Dark Formular
====================================================================

***/

.formBg {
	background-color: #f3f3f3;
}
.dark-formular legend {
	border-bottom: none;
	font-size: 14px;
	margin: 25px auto 10px auto;
	font-weight: bold;
}
.dark-formular label {
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dark-formular input[type="text"] {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}
.dark-formular input[type="email"] {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}
.dark-formular input[type="password"] {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}
.dark-formular input[readonly="true"] {
	background-color: transparent;
	border: none;
	padding: 5px 0;
}
.dark-formular textarea {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	padding: 5px 10px;
	width: 100%;
	min-height: 80px;
}
.dark-formular .ui-button .ui-icon {
	background-color: #f3f3f3;
	color: #342a94;
	border: 1px solid #c3c3c3;
	border-width: 1px 1px 1px 0px;
}
.dark-formular .ui-button:hover .ui-icon {
	background-color: #ffffff;
	border: 2px solid #f07300;
	color: #f07300;
}
.dark-formular .ui-button:active .ui-selectmenu-text {
	color: #333333;
}
.dark-formular .toggle-form-area {
	/*background-color: #9d9c93;
	border: none;
	font-size: 13px;*/
	color: #f07300;
	background-color: rgba(0,0,0,0);
	border: none;
	padding: 0px;
	font-size: 14px;
}
.dark-formular .toggle-form-area:hover {
	color: #342a94 !important;
}
.dark-formular .toggle-form-area .fa {
	margin-left: 5px;
}
.dark-formular .add-form-area {
	/*background-color: #9d9c93;
	border: none;
	font-size: 13px;*/
	color: #f07300;
	background-color: rgba(0,0,0,0);
	border: none;
	padding: 0px;
	font-size: 14px;
}
.dark-formular .add-form-area:hover {
	color: #342a94 !important;
}
.dark-formular .add-form-area .fa {
	margin-left: 5px;
}
.dark-formular .contact-person, .dark-formular .participant-wrapper {
	border-top: 1px solid #007bc2;
	padding-top: 15px;
}
.dark-formular .orange-line {
	border-top: 1px solid #f07300;
	margin-bottom: 15px;
}
.dark-formular .speaker {
	margin-top: 15px;
}
.dark-formular .ui-selectmenu-button.ui-button {
	background-color: #f3f3f3;
	border-color: #c3c3c3;
}
.dark-formular .resetPassword {
	padding-top: 10px;
	text-decoration: none;
	float: right;
	color: #666666;
	font-size: 12px;
}
.dark-formular .resetPassword:hover {
	color: #f07300 !important;
}
#membership_form input, #membership_form select {
	border: 1px solid #c3c3c3;
	padding: 5px;
	font-size: 15px;
}
#membership_form .readonly-fee, #membership_form .readonly-currency, #membership_form .donation {
	border: none;
	padding: 5px;
}
#membership_form .form-area .directoryPlaceholder.disabled {
	opacity: 0.5;
	border: none;
	color: #000000;
	pointer-events: none;
}
#members_list {
	margin-bottom: 0px;
}
#members_list_wrapper {
	font-family: inherit;
	font-size: inherit;
}
#members_list_wrapper .top, #members_list_wrapper .bottom {
	background-color: transparent;
	border: none;
}
#members_list_wrapper .bottom {
	padding-top: 5px;
	clear: both;
}
input[type="checkbox"] {
	margin-right: 10px
}
.checkboxes {
	margin-bottom: 10px;
}
.checkboxes input[type="checkbox"], .checkboxes input[type="radio"] {
	margin-top: 6px;
	vertical-align: top;
}
.checkboxes label {
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: calc(100% - 30px);
}
.bookingCategoryRadioWrapper {
	text-align: right;
}
.bookingCategoryRadioWrapper input[type="checkbox"] {
	margin-right: 0px
}
.yellow-box {
	background-color: #fff7c9;
}
.pointAfter::after {
	content: '.';
	font-weight: bold;
	position: absolute;
	right: -9px;
	top: 12px;
}
.colonAfter::after {
	content: ':';
	font-weight: bold;
	position: absolute;
	right: -1px;
	top: 8px;
}
.filterForm input[type="text"] {
	border: 1px solid #e5e5e5;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}
.notificationText {
	margin: 30px 0px;
}
.notificationText a {
	text-decoration: none;
}
.notificationText b {
	display: block;
}
.notificationText i {
	display: block;
	margin-top: 10px;
}
.notificationText p {
	display: block;
	margin-top: 10px;
}
.multiselect .selected {
	cursor: pointer;
	position: relative;
}
.multiselect .selected input {
	cursor: pointer;
}
.multiselect .selected span {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	border-left: none;
	display: block;
	height: 100%;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	width: 36px;
}
.multiselect .selected span::before {
	color: #342a94;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 36px;
}
.multiselect .selected:hover span {
	background-color: white;
	border: 2px solid #f07300;
}
.multiselect .selected:hover span::before {
	color: #f07300;
	line-height: 32px;
}
#group_multiselect {
	background-color: white;
	border: 1px solid #e5e5e5;
	margin: 0 15px;
	position: absolute;
	padding-bottom: 2em;
	top: 88px;
	z-index: 99;
}
#group_multiselect h4 {
	margin: 1em 0 .2em 0;
}
#group_multiselect label {
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#group_multiselect .fa-times {
	line-height: 1em;
	padding: 0 1px 1px 2px;
	position: absolute;
	right: 8px;
	top: 5px;
	z-index: 99;
}
/***

====================================================================
	Formular Bestätigung
====================================================================

***/

.verification h2 {
	margin-top: 15px;
}
.verification h3 {
	padding-top: 15px;
}
.verification h2:first-child {
	margin-top: 0;
}
.verification {
	background-color: #F3F4F5;
	margin-bottom: 20px;
	padding: 20px;
}
.verification dt {
	float: left;
	min-height: 1.5em;
	width: 15em;
}
.verification dd {
	min-height: 1.5em;
}
.verification .invoice-amount {
	max-width: 22em;
}


/***

====================================================================
	Ladespinner (CSS-Only)
====================================================================

***/


@keyframes spinner {
 to {
transform: rotate(360deg);
}
}
.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 30%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: #07d;
	animation: spinner .6s linear infinite;
}
.redirectMessage {
	margin-top: 200px;
	text-align: center;
}
.redirectMessage strong {
	display: block;
	font-size: 30px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #342a94;
}
.redirectMessage b {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #342a94;
}
/***

====================================================================
	Externes Linksymbol
====================================================================

***/

.standard-detail .lower-content .title-box a[href^="http"]::after, .contentTeaser a[href^="http"]::after, .teaserStandard a[href^="http"]::after {
	content: "\f08e";
	font-family: "FontAwesome";
	font-size: 14px;
	padding-right: 6px;
}
.standard-detail .lower-content .title-box a[href*="pdf"]::after, .contentTeaser a[href*="pdf"]::after, .teaserStandard a[href*="pdf"]::after {
	content: none;
}
/***

====================================================================
	Contentteaser
====================================================================

***/

.contentTeaser {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 15px 15px 5px 15px;
	margin-bottom: 30px;
	position: relative;
}
.contentTeaser a {
	color: #f07300;
	text-decoration: none;
}
.contentTeaser a:hover {
	text-decoration: underline;
}
.contentTeaser ul {
	margin-bottom: 15px;
	margin-top: 15px;
}
.contentTeaser li {
	color: #333333;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}
.contentTeaser li::before {
	color: #1b57b0;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
}
.sliderImage {
	background-size: cover;
	background-position: center;
	height: 200px;
}
.teaserImage {
	background-size: cover;
	background-position: center;
	height: 150px;
}
.teaserBigImage {
	background-size: cover;
	background-position: top;
	height: 175px;
}
.teaserBigImage#WPfeaturedImage {
	background-position: center;
}

@media screen and (max-width: 991px) {
.sliderImage {
	padding-top: 45%;
	min-height: 200px;
}
.teaserImage {
	padding-top: 45%;
	min-height: 150px;
}
.teaserBigImage {
	padding-top: 45%;
	min-height: 175px;
}
}
/***

====================================================================
	Downloads, Links, Videos, RÃ¼ckblicke & Button
====================================================================

***/

.additionalServices {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 15px 15px 5px 15px;
	margin-bottom: 30px;
	position: relative;
}
.additionalServices h3, .additionalServices h4, .additionalServices h5, .additionalServices h6 {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.additionalServices p {
	margin-bottom: 5px;
}
.additionalServices li {
	text-decoration: none;
}
.additionalServices li a {
	text-decoration: none;
}
.additionalServices li a:hover {
	text-decoration: underline;
	color: #f07300;
}
.additionalServices .list-style-four li {
	min-height: 25px;
	padding-left: 28px;
}
.additionalServices li span.icon {
	font-size: 18px;
}
.additionalServices #container {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.additionalServices #imgBox {
	padding-right: 10px;
	margin-top: 4px;
	width: 118px;
}
.additionalServices #infoBox {
	-webkit-flex: 1;
	flex: 1;
}
.additionalServices.reviews {
	padding-bottom: 1px;
}
.additionalServices.reviews .list-style-four li {
	margin-bottom: 20px;
	padding-left: 0px;
	padding-top: 0px;
}
.additionalServices .links li a::before {
	color: #333333;
	content: "\f0c1 ";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	margin-left: -28px;
	position: absolute;
	top: 1px;
	width: 28px;
}
.additionalServices .addicon li > a:first-child::before {
	color: #333333;
	content: "\f0f6";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	margin-left: -28px;
	position: absolute;
	top: 2px;
	width: 28px;
}
.additionalServices .addicon li a[href$=".pdf"]::before {
	content: "\f1c1";
}
.additionalServices .addicon li a[href$=".xls"]::before {
	content: "\f1c3";
}
.additionalServices .addicon li a[href$=".xlsx"]::before {
	content: "\f1c3";
}
.additionalServices .addicon li a[href$=".doc"]::before {
	content: "\f1c2";
}
.additionalServices .addicon li a[href$=".docx"]::before {
	content: "\f1c2";
}
.additionalServices .addicon li a[href$=".ppt"]::before {
	content: "\f1c4";
}
.additionalServices .addicon li a[href$=".pptx"]::before {
	content: "\f1c4";
}
.additionalServices .addicon li a[href$=".zip"]::before {
	content: "\f1c6";
}
.additionalServices .addicon li a[href$=".mpg"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".mpeg"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".mpg"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".avi"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".wmv"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".mp4"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".mov"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".flv"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".swf"]::before {
	content: "\f1c8";
}
.additionalServices .addicon li a[href$=".rm"]::before {
	content: "\f1c8";
}
.additionalServices.eventInformation ul {
	border-bottom: 1px solid white;
}
.additionalServices.eventInformation li {
	border-bottom: none;
}
.quickLinkButton {
	float: right;
}
.quickLinkButton a {
	color: white !important;
	text-decoration: none !important;
}
.quickLinkButton a:hover {
	text-decoration: none !important;
}
.quickLinkButton .btn-style-one {
	font-size: 11px;
	line-height: 14px;
	padding: 5px 14px;
}
div.additionalServices.download a {
	text-decoration: none;
}
.addicon i.fa {
	padding-right: .5em;
}
/***

====================================================================
	Kategoriebild
====================================================================

***/

.catPic {
	border: 1px solid #e5e5e5;
	font-size: 13px;
	margin-bottom: 42px;
	padding: 15px;
	position: relative;
	text-align: left;
	width: 100% !important;
}
/***

====================================================================
	Ã„nderungsdatum - Letzter Stand
====================================================================

***/

.changDate {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 12px;
	text-align: right;
	clear: both;
}
/***



====================================================================
	Ã„nderungsdatum - Letzter Stand
====================================================================

***/

#legendeGmaps {
	font-family: Arial, sans-serif;
	background: rgba(255,255,255,0.6);
	padding: 6px 15px 5px 8px;
	margin: 10px;
	border: 1px solid #999999;
}
#legendeGmaps h3 {
	margin-top: 0;
}
#legendeGmaps img {
	padding: 5px 0 5px 0;
	vertical-align: middle;
}
/***



====================================================================
	Bildüberlagerung - Lightbox
====================================================================

***/


figure {
	max-width: 100%;/*margin-top:									30px;
		margin-bottom:							30px;*/
}
figure.floatR {
	margin-bottom: 0;
	margin-left: 18px;
	margin-right: 0;
}
figure.floatL {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 18px;
}
figure.no-margin {
	margin: 0;
}
figure.galery {
	height: 100%;
	overflow: hidden;
}
figure img {
	height: auto;
	position: relative;
	width: 100%;
}
figure a {
	display: block;
	font-size: 0;
	height: auto;
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 100%;
}
figure a .img-overlay {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	bottom: 0;
	font-size: 22px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
}
figure a .img-overlay span.fa-stack {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
figure a .img-overlay i.fa {
	transform: rotate(-60deg);
	transition: all 0.4s ease-in-out 0.1s;
}
figure a .img-overlay i.fa.fa-stack-2x {
	color: #f07300;
}
figure a .img-overlay i.fa.fa-play::before {
	padding-left: 6px;
}
figure a:hover .img-overlay {
	opacity: 0.8;
}
figure a:hover .img-overlay i.fa {
	text-decoration: none;
	transform: rotate(0deg);
}
figure figcaption {
	background: #ffffff none repeat scroll 0 0;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 9px;
	text-align: center;
	width: 100%;
}
figure.framed {
	border: 1px solid #008bd0;
	padding: 10px;
}
figure.polaroid {
	box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
	padding: 10px;
}
figure.w100 {
	margin-left: 0;
	margin-right: 0;
}
i.fa[data-ot] {
	cursor: pointer;
}
/***

====================================================================
	Responsive Youtube-Video
====================================================================

***/

.responsive-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	position: relative;
	margin-bottom: 30px;
}
.responsive-video img {
	margin-top: -9.8%;
}
/***

====================================================================
	Lightbox Ãœberschreibungen
====================================================================

***/

.html5lightbox img {
	z-index: 99;
}
.html5lightbox .img-overlay {
	z-index: 100;
}

.html5-title-caption {
	display: inline-block;
	font-size: 14px;
	line-height:16px; 
	padding-left: 10px;
	vertical-align: top;
	width: 91%;
}
@media only screen and (max-width: 768px) {
  .html5-title-caption {
    width: 81%;
		font-size: 11px;
		line-height:12px; 
  }
}

.html5-title-prefix {
	font-size: 14px;
	left: 12px;
	position: absolute;
	top: 35px;
}

#html5-elem-data-box {
max-height: 100px !important;
padding: 0px 0px 25px !important;
}

/***

====================================================================
	Lightbox Ãœberschreibungen fÃ¼r Bildfooter
====================================================================

***/
/*
div#html5-lightbox-box {
	margin-top: 30px !important;
}

div#html5-elem-data-box {
	max-height: inherit !important;
}

div#html5-elem-data-box .caption {
	font-size: 12px;
	line-height: 1.4em;
}
*/
/***

====================================================================
	Cookie-Consent
====================================================================

***/

.cc-window.cc-banner {
	font-family: "Open Sans", 'Roboto', sans-serif;
	font-size: 13px;
}
.cc-btn, .cc-message {
	margin: 0px 10px;
}
/***

====================================================================
	Mentoren
====================================================================

***/
.mentoren .regionalContact > div {
	float: left;
	width: calc(70% - 15px);
}
.mentoren .fa {
	padding: .2em;
	width: 1.4em;
	height: auto;
	border-radius: .2em;
	display: inline-block;
	text-align: center;
}
.mentoren figure {
	position: relative;
}
.mentoren figure .fa {
	position: absolute;
	bottom: .2em;
	left: .2em;
	font-size: 1.4em;
}
.mentoren .fa-exclamation {
	background-color: red;
	color: white;
}
.mentoren .fa-check {
	background-color: green;
	color: white;
}
.mentoren .fa-question {
	background-color: goldenrod;
}
/***

====================================================================
	Presse-Meldungen
====================================================================

***/

.pressReleases {
	margin-bottom: 30px;
	position: relative;
}
.pressReleases h3 {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.pressReleases p {
	margin-bottom: 10px;
}
.pressReleases li {
	text-decoration: none;
	background: #f9f9f9 none repeat scroll 0 0;
}
.pressReleases li a {
	text-decoration: none;
}
.pressReleases li a:hover {
	text-decoration: underline;
	color: #f07300;
}
.pressReleases .list-style-four li {
	min-height: 25px;
	padding-left: 28px;
}
.pressReleases li span.icon {
	font-size: 18px;
}
.pressReleases #container {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.pressReleases #imgBox {
	padding-right: 10px;
	margin-top: 4px;
	width: 118px;
}
.pressReleases #infoBox {
	-webkit-flex: 1;
	flex: 1;
}
.pressReleases.reviews {
	padding-bottom: 1px;
}
.pressReleases.reviews .list-style-four li {
	margin-bottom: 20px;
	padding: 20px;
}
.pressReleases .links li a::before {
	color: #333333;
	content: "\f0c1 ";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	margin-left: -28px;
	position: absolute;
	top: 1px;
	width: 28px;
}
.pressReleases .addicon li a::before {
	color: #333333;
	content: "\f0f6";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	margin-left: -28px;
	position: absolute;
	top: 2px;
	width: 28px;
}
.pressReleases .addicon li a[href$=".pdf"]::before {
	content: "\f1c1";
}
.pressReleases .addicon li a[href$=".xls"]::before {
	content: "\f1c3";
}
.pressReleases .addicon li a[href$=".xlsx"]::before {
	content: "\f1c3";
}
.pressReleases .addicon li a[href$=".doc"]::before {
	content: "\f1c2";
}
.pressReleases .addicon li a[href$=".docx"]::before {
	content: "\f1c2";
}
.pressReleases .addicon li a[href$=".ppt"]::before {
	content: "\f1c4";
}
.pressReleases .addicon li a[href$=".pptx"]::before {
	content: "\f1c4";
}
.pressReleases .addicon li a[href$=".pptx"]::before {
	content: "\f1c4";
}
.pressReleases .addicon li a[href$=".zip"]::before {
	content: "\f1c6";
}
.pressReleases .addicon li a[href$=".mpg"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".mpeg"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".mpg"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".avi"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".wmv"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".mp4"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".mov"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".flv"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".swf"]::before {
	content: "\f1c8";
}
.pressReleases .addicon li a[href$=".rm"]::before {
	content: "\f1c8";
}
.quickLinkButton {
	float: right;
}
.quickLinkButton a {
	color: white !important;
	text-decoration: none !important;
}
.quickLinkButton a:hover {
	text-decoration: none !important;
}
.quickLinkButton .btn-style-one {
	font-size: 11px;
	line-height: 14px;
	padding: 5px 14px;
}
.pressReleases ul.list-style-four li i {
	margin-right: 5px;
}

li.newsMessage {
	position: relative;
	padding-right: 230px !important;
}
li.newsMessageFull {
	position: relative;
	padding-right: 20px !important;
}   
.newsMessagePicture {
	display: inline-block; 
	position: absolute; 
	right:20px; 
	top: 20px; 
	background-color: green; 
	width: 200px; 
	height: 120px;
}

.quickSelector {
	background-color: #f3f3f3;
	padding: 15px;
	margin-bottom:50px;
}
.quickSelector select {
	background-color: white;
	border: 1px solid #e5e5e5;
	line-height: 24px;
	padding: 5px 10px;
	width: auto;
}

@media (max-width: 576px) {
	li.newsMessage {
		padding-right: 20px !important;
	}  
	.newsMessagePicture {
		position: relative; 
		right: unset; 
		top: unset; 
	}
}

/***
====================================================================
	Tile View for Lists.
====================================================================
***/
.pressReleases.reviews ul.list-style-four.tileview {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.pressReleases.reviews ul.tileview li {
	width: calc(50% - 20px);
	min-width: 290px;
    margin: 10px;
    height: 200px;
    background-size: cover;
    background-position: center;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.4);
}

@media (max-width: 650px) {
	.pressReleases.reviews ul.tileview li {
		width: calc(100% - 20px);
	}
}

.pressReleases.reviews ul.tileview li p {
	background-color: rgba(0,0,0,0.4);
	color: white;
    display: flex;
    padding: 10px 20px;
	font-size: 120%;
	font-weight: bold;
    vertical-align: middle;
    align-items: center;
}

.pressReleases.reviews ul.tileview li a {
	display: block;
	height: 100%;
	color: inherit;
}

.pressReleases.reviews ul.tileview li a:hover {
	text-decoration: none;
}

.pressReleases.reviews ul.tileview li a:hover p {
	color: #f07300;
	background-color: rgba(255, 255, 255, 0.8);
}

/***

====================================================================
	Premium Partner
====================================================================

***/

.premiumPartner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.premiumPartner div.item {
	margin: 10px;
	width: calc(25% - 20px);
	min-width: calc(25% - 20px);
	max-width: calc(25% - 20px);
}

.premiumPartner .content-box {
	margin: 0;
}

@media (max-width: 580px) {
	.premiumPartner div.item {
		margin: 10px;
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

/***

====================================================================
	Chronik
====================================================================

***/


/*.page-wrapper {
	overflow: visible !important;
	overflow-y: visible !important;
	overflow-x: hidden;
}*/
h1.timeHeadLine {
	font-size: 36px !important;
	text-align: center;
	font-weight: 300;
	color: #342a94;
	margin-bottom: 50px !important;
}
h1.timeHeadLine b {
	font-weight: 400;
}
div.item {
	display: flex;
	flex: auto;
}
div.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
div.timelinePageWrapper {
	margin-bottom: 100px !important;
}
div.timelineAdditions {
	margin-top: 50px !important;
}
div.timelineAdditions .timelineSidebarContainer {
	padding: 25px;
	background-color: #f3f3f4;
	position: sticky;
	position: -webkit-sticky;
	top: 75px;
}
div.timelineAdditions .timelineSidebarContainer strong {
	margin-bottom: 15px;
}

@media only screen and (max-width : 991px) {
div.timelineAdditions {
	display: none;
}
}
form[name=chronikFilter] {
	margin: 50px 0px 25px 0px;
}
div.otherDates {
	position: absolute;
	font-size: 2vw;
	margin-top: 15px;
	opacity: 0.4;
	word-spacing: 100vw;
}
div.eventImage {
	background-color: grey;
	margin-left: 20%;
	padding-top: 40%;
	margin-top: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width : 1200px) {
div.eventImage {
	margin-top: 15px;
}
}
#timeline {
	position: relative;
	/*display: table;*/
	height: 100%;
	width: 100%;
	padding-top: 20px;
}
#timeline h3 {
	color: #342a94;
	margin: 0;
	font-size: 3vw !important;
	font-weight: 400;
	line-height: 1em;
	z-index: 2;
}
#timeline h3 a, #timeline h3 a:hover {
	color: #342a94;
}
#timeline section.year h3:after {
	content: '';
	width: 1em;
	height: 1em;
	background: #f07300;
	border-radius: 50%;
	position: absolute;
	left: calc(12.5% - .5em + 1px);
}

@media only screen and (min-width : 1200px) {
#timeline h3 {
	font-size: 32px !important;
}
div.otherDates {
	font-size: 24px !important;
}
}
#timeline section.year {
	position: relative;
	margin-top: -20px !important;
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}
#timeline section.year:after {
	content: '';
	width: 2px;
	position: absolute;
	top: .5rem;
	bottom: 0rem;
	left: 12.5%;
	z-index: 1;
	background: #C5C5C5;
}
#timeline section.year section.mainContent {
	margin-top: -3.25vw;
	padding-bottom: 1.25em;
	margin-bottom: 2.2em;
	width: 100%;
}
#timeline section.year section.mainContent h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	padding: 0 0 0 20%;
	color: #342a94;
}
#timeline section.year section.mainContent a h4:hover {
	color: #342a94;
	text-decoration: underline;
	text-decoration-color: #342a94;
}
#timeline section.year section.mainContent .eventContent {
	list-style-type: none;
	padding: 0 0 0 70px;
	width: 100%;
	font-size: 1em;
}
#timeline section.year section.mainContent .eventContent {
	font-size: 1.1em;
	padding: 0 0 0 20%;
}

/*
.filterForm {
	margin: 50px 0;
}
*/
@media only screen and (min-width : 1200px) {
#timeline section.year section.mainContent {
	margin-top: -50px !important;
}
#timeline h3 {
	font-size: 36px !important;
}
}
/* Wofür wurde der Style verwendet? Bitte mit Klasse oder ID verwenden.
svg {
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
} */
/***

====================================================================
	Blog
====================================================================

***/


.blog-teaser {
	font-size: 14px;
	padding: 15px 0;
}
.news-block:last-child hr {
	display: none;
}
.blog .news-block {
	margin-bottom: 20px;
}
.news-block hr {
	margin-top: 40px;
}
.lower-content .metaBox i {
	margin-right: 5px;
}
.entry ol {
	margin-left: 15px;
	line-height: 1.5em;
}
.entry .alignleft {
	float: left;
	max-width: 280px;
}
.widget_archive label.screen-reader-text {
	display: none;
}
.execphpwidget li a {
	text-decoration: none;
}
/***

====================================================================
	Themen
====================================================================

***/
.filter-wrapper a.filter-btn {
	background-color: #f3f3f4;
	border: 2px solid #f3f3f4;
	color: #363636;
	font-size: 13px;
	margin-right: 0.5%; /*7px;*/
	position: relative;
	text-align: center;
}

@media (min-width: 991px) {
.filter-wrapper a.filter-btn.topic {
	width: 19.6%;
}
.filter-wrapper a.filter-btn.mediathek {
	width: 33%;
}
}

@media (max-width: 990px) {
.filter-wrapper a.filter-btn.topic {
	margin-top: 7px;
	width: 48%;
}
.filter-wrapper a.filter-btn.mediathek {
	margin-top: 7px;
	width: 100%;
}
}

@media (max-width: 580px) {
.filter-wrapper a.filter-btn.topic {
	margin-top: 20px;
	width: 100%;
}
.filter-wrapper a.filter-btn.mediathek {
	margin-top: 20px;
	width: 100%;
}
}
.filter-wrapper a.filter-btn:last-of-type {
	margin-right: 0px;
}
.filter-wrapper a.filter-btn.active {
	background-color: #f07300;
	border: 2px solid #f07300;
	color: white;
}
a.filter-btn:hover {
	background-color: #f07300;
	border: 2px solid #f07300;
	color: white!important;
	text-decoration: none;
	cursor: default;
}
a.filter-btn.empty:hover {
	background-color: #f3f3f4;
	border: 2px solid #f3f3f4;
	color: #363636 !important;
	text-decoration: none;
}
a.filter-btn span.counter {
	background: #342a94;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 1px 4px;
	position: absolute;
	right: 8px;
	top: -18px;
}
.filter-wrapper {
	padding-top: 35px;
}
.widget-title {
	color: #f5f5f5;
	font-weight: 300;
}
ul.event-list {
	font-family: "Lato", sans-serif;
	list-style: none;
	margin: 0 0 1em;
}
ul.event-list li.event {
	margin-bottom: 1em;
	min-height: 90px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
ul.event-list li.event .date {
	background-color: #f3f3f4;
	font-weight: 700;
	line-height: 1;
	padding: 0 12px 2px;
	color: #342a94;
}

@media (min-width: 40em) {
.event .date {
	float: left;
	margin-right: -120px;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
.event .date a {
	color: inherit;
}
.event .date span {
	font-size: 2em;
	font-weight: 700;
	margin-right: 5px;
}

@media (min-width: 40em) {
.event .date span {
	display: block;
}
}

@media (min-width: 40em) {
.event .date .day {
	font-size: 30px;
	font-weight: 700;
}
}
.info .button-event {
	text-align: right;
}
.event .date .month {
	font-weight: 700;
}

@media (min-width: 40em) {
.event .date .month {
	font-size: 16px;
}
}
.event .date .year, .event .date .time {
	line-height: 1.3;
}

@media (min-width: 40em) {
.event .date .year,  .event .date .time {
	font-size: .9em;
	font-weight: 400;
}
}
.event .info {
	color: #363636;
	padding: 6px 12px;
	background-color: #f3f3f4;
}

@media (min-width: 40em) {
.event .info {
	margin-left: 16%;
	width: 100%;
}
}
.event .info .title {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
}

@media (min-width: 40em) {
.info-inner {
	padding: 10px;
	display: flex;
}
.event .info .title {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
}
}
.event .info .desc {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 14px;
}
.info span.date-to {
	background-color: #f07300;
	color: white;
	font-weight: 600;
	padding: 1px;
}

@media (max-width: 680px) {
.event-outer {
	background-color: #f3f3f4;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxGrey {
	padding-bottom: 20px;
}
.boxGrey .icon {
	padding-bottom: 10px;
}
.sponsor-container {
	padding-left: 15px;
}
}

@media (max-width: 768px) {
.info .button-event {
	text-align: right;
}
.date {
	margin-left: 0px;
}
.event .info {
	margin-left: 18%;
	width: 100%;
}
}

@media (max-width: 640px) {
.event .info {
	margin-left: 0;
	width: 100%;
}
.info .button-event {
	text-align: left;
}
.event {
	display: block;
}
}

@media (max-width: 580px) {
.filter-wrapper {
	padding-bottom: 75px;
}
.filter h1 {
	padding-left: 10px;
}
.event .theme-btn {
	width: 80%;
}
.boxGrey .icon {
	display: none;
}
}

@media (max-width: 990px) {
.sponsor-container {
	padding-left: 15px;
}
.sponsor-description {
	padding-top: 15px;
	position: relative !important;
	top: 0!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
}
.sponsor-image {
	position: relative !important;
	top: 0!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
}
}
.button-event {
	padding-left: 0px;
	padding-right: 0px;
}
/***

div.filter.active{
	display:									block;
}

div.filter {
	display:									none;
}

***/

.boxGrey .icon i {
	font-size: 30px;
	margin-top: 4px;
}
.filter-outer {
	position: relative;
	height: 0;
	padding-bottom: 60%;
	margin-top: 60px;
}

@media (max-width: 768px) {
.filter-outer {
	height: 100vh;
}
}
a.noIcon::after {
	content: none;
}
.standard-detail .lower-content .title-box a.noIcon[href^="http"]::after, .contentTeaser a.noIcon[href^="http"]::after, .teaserStandard a.noIcon[href^="http"]::after {
	content: none;
}
.standard-detail .lower-content .title-box a[href^="http"]::after, .contentTeaser a[href^="http"]::after, .teaserStandard a[href^="http"]::after {
	margin-left: 5px;
}
/***
====================================================================
	Presse / Mediathek - Ãœbersichtsseite
====================================================================

***/

.photoOverview {
	padding: 0px;
	margin-bottom: 30px;
	position: relative;
}
.photoOverview p {
	margin-bottom: 0px;
}
.photoOverview h4 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photoOverview .list-style-four li a {
	text-decoration: none;
}
.photoOverview .list-style-four li a:hover {
	text-decoration: underline;
	color: #f07300;
}
.photoOverview .list-style-four li {
	background: #f3f3f4 none repeat scroll 0 0;
	min-height: 25px;
	padding: 20px;
	text-decoration: none;
	width: 100%;
}
.photoOverview #container {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.photoOverview #iconBox {
	padding-right: 20px;
	margin-top: 4px;
	width: 50px;
}
.photoOverview #imgBox {
	padding-right: 20px;
	margin-top: 4px;
	width: 128px;
}
.photoOverview #infoBox {
	-webkit-flex: 1;
	flex: 1;
}
/* Google reCapcha positionierung */
.grecaptcha-badge {
	position: absolute;
	bottom: -20px;
}
/* Hilfsklassen - Anfang */

a.moreLink {
	text-decoration: none;
	color: #f07300 !important;
	outline: 0 none;
	font-size: 15px;
	font-weight: 500;
}
a:hover.moreLink {
	text-decoration: underline;
}
.fontWeightNormal {
	font-weight: normal !important;
}
.fontWeightBold {
	font-weight: 600 !important;
}
.fontWhite {
	color: white !important;
}
.fontOrange {
	color: #f07300 !important;
}
.bgBlau {
	background-color: #342a94 !important;
}
.borderBottom_1px {
	border-bottom: 1px solid #e3e3e5 !important;
}
.margin_0px {
	margin: 0px !important;
}
.marginTop_0px {
	margin-top: 0px !important;
}
.marginTop_5px {
	margin-top: 5px !important;
}
.marginTop_10px {
	margin-top: 10px !important;
}
.marginTop_15px {
	margin-top: 15px !important;
}
.marginTop_20px {
	margin-top: 20px !important;
}
.marginTop_25px {
	margin-top: 25px !important;
}
.marginTop_30px {
	margin-top: 30px !important;
}
.marginTop_40px {
	margin-top: 40px !important;
}
.marginTop_50px {
	margin-top: 50px !important;
}
.marginTop_60px {
	margin-top: 60px !important;
}
.marginBottom_0px {
	margin-bottom: 0px !important;
}
.marginBottom_5px {
	margin-bottom: 5px !important;
}
.marginBottom_10px {
	margin-bottom: 10px !important;
}
.marginBottom_15px {
	margin-bottom: 15px !important;
}
.marginBottom_20px {
	margin-bottom: 20px !important;
}
.marginBottom_25px {
	margin-bottom: 25px !important;
}
.marginBottom_30px {
	margin-bottom: 30px !important;
}
.marginBottom_100px {
	margin-bottom: 100px !important;
}
.marginLeft_0px {
	margin-left: 0px !important;
}
.marginLeft_5px {
	margin-left: 5px !important;
}
.marginLeft_10px {
	margin-left: 10px !important;
}
.marginLeft_15px {
	margin-left: 15px !important;
}
.marginLeft_20px {
	margin-left: 20px !important;
}
.marginLeft_25px {
	margin-left: 25px !important;
}
.marginLeft_30px {
	margin-left: 30px !important;
}
.marginRight_0px {
	margin-right: 0px !important;
}
.marginRight_5px {
	margin-right: 5px !important;
}
.marginRight_8px {
	margin-right: 8px !important;
}
.marginRight_10px {
	margin-right: 10px !important;
}
.marginRight_15px {
	margin-right: 15px !important;
}
.marginRight_20px {
	margin-right: 20px !important;
}
.marginRight_25px {
	margin-right: 25px !important;
}
.marginRight_30px {
	margin-right: 30px !important;
}
.padding_0px {
	padding: 0px !important;
}
.padding_15px {
	padding: 15px !important;
}
.padding_10px {
	padding: 10px !important;
}
.paddingTop_0px {
	padding-top: 0px !important;
}
.paddingTop_5px {
	padding-top: 5px !important;
}
.paddingTop_10px {
	padding-top: 10px !important;
}
.paddingTop_15px {
	padding-top: 15px !important;
}
.paddingTop_20px {
	padding-top: 20px !important;
}
.paddingTop_25px {
	padding-top: 25px !important;
}
.paddingTop_30px {
	padding-top: 30px !important;
}
.paddingBottom_0px {
	padding-bottom: 0px !important;
}
.paddingBottom_5px {
	padding-bottom: 5px !important;
}
.paddingBottom_10px {
	padding-bottom: 10px !important;
}
.paddingBottom_15px {
	padding-bottom: 15px !important;
}
.paddingBottom_20px {
	padding-bottom: 20px !important;
}
.paddingBottom_25px {
	padding-bottom: 25px !important;
}
.paddingBottom_30px {
	padding-bottom: 30px !important;
}
.paddingLeft_0px {
	padding-left: 0px !important;
}
.paddingLeft_5px {
	padding-left: 5px !important;
}
.paddingLeft_10px {
	padding-left: 10px !important;
}
.paddingLeft_15px {
	padding-left: 15px !important;
}
.paddingLeft_20px {
	padding-left: 20px !important;
}
.paddingLeft_25px {
	padding-left: 25px !important;
}
.paddingLeft_30px {
	padding-left: 30px !important;
}
.paddingRight_0px {
	padding-right: 0px !important;
}
.paddingRight_5px {
	padding-right: 5px !important;
}
.paddingRight_10px {
	padding-right: 10px !important;
}
.paddingRight_15px {
	padding-right: 15px !important;
}
.paddingRight_20px {
	padding-right: 20px !important;
}
.paddingRight_25px {
	padding-right: 25px !important;
}
.paddingRight_30px {
	padding-right: 30px !important;
}
.paddingLeftRight_0px {
	padding-left: 0px;
	padding-right: 0px;
}
.width_5pct {
	width: 5%;
}
.width_10pct {
	width: 10%;
}
.width_15pct {
	width: 15%;
}
.width_20pct {
	width: 20%;
}
.width_25pct {
	width: 25%;
}
.width_30pct {
	width: 30%;
}
.width_35pct {
	width: 35%;
}
.width_40pct {
	width: 40%;
}
.width_45pct {
	width: 45%;
}
.width_50pct {
	width: 50%;
}
.width_55pct {
	width: 55%;
}
.width_60pct {
	width: 60%;
}
.width_65pct {
	width: 65%;
}
.width_70pct {
	width: 70%;
}
.width_75pct {
	width: 75%;
}
.width_80pct {
	width: 80%;
}
.width_85pct {
	width: 85%;
}
.width_90pct {
	width: 90%;
}
.width_95pct {
	width: 95%;
}
.width_100pct {
	width: 100%;
}
.textBold {
	font-weight: bold !important;
}
.textAlign_left {
	text-align: left !important;
}
.textAlign_center {
	text-align: center !important;
}
.textAlign_right {
	text-align: right !important;
}
.displayBlock {
	display: block !important;
}
.displayInline {
	display: inline !important;
}
.displayNone {
	display: none !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.positionRelative {
	position: relative !important;
}
.positionAbsolute {
	position: absolute !important;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.verticalAlign_center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
blockquote.twitter-tweet {
	display: inline-block;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin: 10px 5px;
	padding: 0 16px 16px 16px;
	max-width: 862px;
	width: 100%;
}
blockquote.twitter-tweet p {
	font-size: 16px;
	color: red;
	font-weight: normal;
	line-height: 20px;
}
blockquote.twitter-tweet a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}
blockquote.twitter-tweet a:hover, blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}
/***

====================================================================
	Login
====================================================================

 ***/

#loginPageWrapper_spacing {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #f3f3f3;
}
.loginWrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 10vh;
	min-height: 475px;
	-webkit-box-shadow: 12px 12px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 12px 12px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 12px 12px 20px 0px rgba(0,0,0,0.15);
}
.loginWrapper img {
	padding-bottom: 30px;
}
.loginWrapper strong.byeThanks {
	font-size: 35px;
	font-weight: 300;
	color: #342a94;
	position: relative;
	top: 10vh;
}
.loginWrapper p.youGetLoggedOut {
	position: relative;
	top: 12vh;
}
#switchToMember {
	font-weight: 300;
	text-decoration: none;
}
#switchToGuest {
	font-weight: 300;
	text-decoration: none;
}
.loggedInButton {
	color: #342a94;
	text-align: right;
}
.loggedInButton p {
	margin-bottom: 0px;
	line-height: 21px;
}
.loggedInButton span {
	font-weight: bold;
}
.loginform input[type="text"] {
	background-color: white;
}
.loginform input[type="password"] {
	background-color: white;
}
/***

====================================================================
	Aussteller-Seite
====================================================================

 ***/

.ausstellerElementWrapper {
	margin-top: 50px;
}
.ausstellerElementsRowWrapper {
	margin-top: 30px;
}
.ausstellerElement .text {
	margin-bottom: 10px;
}
.ausstellerElement .moreLink {
	margin-top: 10px;
}
.ausstellerElementRahmen .teaserImage {
	height: 125px;
}
/***

====================================================================
	Veranstaltungen-Liste
====================================================================

 ***/

.hotelList {
	margin-top: 30px;
	padding: 0px;
}
.hotelList p {
	margin-bottom: 0px;
}
.hotelList a {
	text-decoration: none;
}
.hotelInfoData i.fa {
	margin-right: 10px;
}
.hotelItem {
	margin-bottom: 30px;
	min-height: 210px;
	line-height: 1.5em;
}
.hotelItem .col-xs-6 {
	padding: 0px 15px;
}
.hotelItem .hotelAnschrift {
	font-weight: 600;
}
.hotelItem .hotelInfoData {
	margin-top: 25px;
}
.colWithPad {
	padding: 15px;
	border: 1px solid #e5e5e5;
}
.colWithPad b i.fa {
	color: #f6a966;
}
.hotelList .hotelInfoText {
	font-size: 13px;
	min-height: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
.loginbuttons {
	padding-top: 15px;
}
}
/***

====================================================================
	My Account
====================================================================
***/



.myAccount.events .eventTitle {
	background-color: #342a94;
	color: white;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
}
.myAccount.events li {
	padding-top: 0;
	background: #f9f9f9 none repeat scroll 0 0;
	margin-top: 20px;
}
.myAccount.events {
	background-color: transparent;
}
.myAccount.events li.expired > p.eventTitle {
	background-color: #f3f3f4;
	color: #656565;
}
.myAccount.events li.expired p {
	color: #656565;
}
.myAccount.events li.expired a {
	color: #656565;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: left;
}
}
.myAccountInformation input[type="text"] {
	border-radius: 0;
}
.personal-info {
	padding-left: 0px;
}
.personal-info h2 {
	border-bottom: 2px solid orange;
	max-width: 91%;
	margin-bottom: 20px;
	padding-bottom: 4px;
}
/***

====================================================================
	SNIP-Preview
====================================================================
***/

.snipPageWrapper {
	width: 100vw;
	height: 100vh;
	padding: 25px;
	background-color: #ffffff;
}
/* Responsive Helper-Classes */


.hidden-xs-up {
	display: none !important;
}

@media (max-width: 575px) {
.hidden-xs-down {
	display: none !important;
}
}

@media (min-width: 576px) {
.hidden-sm-up {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm-down {
	display: none !important;
}
}

@media (min-width: 768px) {
.hidden-md-up {
	display: none !important;
}
}

@media (max-width: 991px) {
.hidden-md-down {
	display: none !important;
}
}

@media (min-width: 992px) {
.hidden-lg-up {
	display: none !important;
}
}

@media (max-width: 1199px) {
.hidden-lg-down {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-xl-up {
	display: none !important;
}
}
.hidden-xl-down {
	display: none !important;
}
/***
====================================================================
	RSS-Feeds
====================================================================
***/


.chapter .seperatorOuter {
	padding: 30px 0px;
}
.chapter .seperatorOuter .seperatorInner {
	border: 1px solid #f3f3f4;
	width: 60%;
	margin-left: 20%;
}


/***
====================================================================
	Podcast
====================================================================
***/

.podCastPlayer {
	margin-top: 25px;
	background-color: #f9f9f9;
	padding:15px; 
	border: 1px solid #ececec;
}

.podCastGuests {
	margin-bottom: 50px;
}

.podCastGuests .podEntry {
	margin-top: 50px;
}

.podCastGuests .podEntry .podcastImage {
	padding-left: 25px;
	padding-right: 25px;
}

.podCastGuests .podEntry img {
	border-radius: 50%; 
	margin-bottom: 25px;
}

.podCastGuests .podEntry .podPosition {
}

.podCastGuests .podEntry .podCompany {
}

.podcastDescription {
	margin-bottom: 50px;
}

.podCastListWrapper {
	margin-top: 50px;
}

.podCastList .podEntry {
	padding-left: 0px;
}

.podCastList .podEntry h2 {
	margin-top: 0px;
	margin-bottom: 7px;
}

.podCastList .podEntry p {
	font-size: 13px;
}



/***
====================================================================
	BLOG
====================================================================
***/

.calendarSheet a {
	text-decoration: none;
	color: #333333;
}
.title-post {
	color: #363636;
	text-decoration: none;
}
.blogpost {
	background: #f9f9f9 none repeat scroll 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.postmetadata {
	font-size: 12px;
}
img.alignright {
	margin-left: 10px;
}
.alignright {
	float: right;
}
.date {
	float: left;
	text-align: center;
	width: 54px;
}
.blogpost .text {
	float: left;
	margin-left: 18px;
	max-width: 745px;
}
.calendarSheet .day {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border: #cccccc solid 1px;
	border-bottom-width: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333333;
	display: block;
	font-size: 22px;
	line-height: 35px;
}
.calendarSheet .monthYear {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background: #e6e6e6;
	border: #cccccc solid 1px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #333333;
	display: block;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
.calendarSheet a {
	text-decoration: none;
}

@media (max-width: 1180px) {
.date {
	float: left;
	text-align: center;
	width: 54px;
	margin-left: 20px;
}
}

@media (max-width: 640px) {
.date {
	margin-left: 0px;
}
}
.blogsearch {
	background-color: white;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 38px;
	border-radius: 0px;
}
.blogsearchform {
	padding-left: 0px;
	margin-bottom: 45px;
}
.btnblogsearch {
	background: none;
	font-weight: 300;
	font-size: 13px;
	height: 38px;
	right: 0px;
	top: 0px;
	width: 38px;
	color: white;
	border-radius: 0px;
	background-color: #342a94;
	border: none;
}
li#authors-2 {
	display: none;
}

@media (max-width: 600px) {
.blogsearch {
	margin-left: 15px;
}
.btnblogsearch {
	margin-left: 15px!important;
}
}
li#recent-posts-3 a {
	text-decoration: none!important;
	line-height: 20px!important;
}
li#recent-posts-3 > ul li {
	margin-bottom: 8px !important;
}
li#archives-2 > ul li {
	line-height: 22px;
}
li#archives-2 > ul li a {
	text-decoration: none;
}
li#text-2 > div ul li {
	line-height: 22px;
}
li#text-2 > div ul li a {
	text-decoration: none;
}
li#categories-2 > ul li {
	line-height: 22px;
}
li#categories-2 > ul li a {
	text-decoration: none;
}
ul#menu-bvl-blog {
	padding-bottom: 20px;
	text-decoration: none!important;
	line-height: 20px;
}
ul#menu-bvl-blog li a {
	text-decoration: none;
}
.nominierungRadioWrapper {
	text-align: left;
	width: 20px;
}
.error > p.error-label {
	color: #d43f3f;
}
#commentbox {
	margin-left: 12%;
}

@media (max-width: 1081px) {
#commentbox {
	margin-left: 16%;
}
}

@media (max-width: 990px) {
#commentbox {
	margin-left: 2%;
}
}
.page #commentbox {
	margin-left: 2%;
}
.comment-form p.form-submit {
	background: #f07300;
	border: 2px solid #f07300;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	padding: 5px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-radius: 3px !important;
	max-width: 25%;
}
.comment-form p.form-submit input {
	background-color: transparent;
	color: white;
}
.entry > img.wp-post-image {
	padding: 22px;
}
.entry img {
	padding: 22px;
}
.wp-caption-text {
	font-size: 11px;
	padding: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
.page-title:before {
	background-color: transparent;
}
.page-title {
	text-align: left;
}
p.form-submit:hover {
	background: none;
	color: #f07300 !important;
	text-decoration: none !important;
}
.comment-form p.form-submit input:hover {
	color: #f07300 !important;
}
.comment-form p.form-submit:hover {
	color: #f07300 !important;
}
.comment-form p.form-submit:hover input {
	color: #f07300 !important;
}
.sidebar .sidebar-widget h2.widgettitle {
	font-size: 18px;
	margin-bottom: 15px;
}
.widget_nav_menu h2.widgettitle {
	margin-top: 0px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="password"], .comment-form input[type="number"], .comment-form select, .comment-form textarea {
	border: none;
	background-color: #f3f3f4;
}
.comment-form-comment > textarea {
	height: 200px;
}
h2.pagetitle {
	margin-top: 0;
}
.wp-blogposts .date {
	float: none;
	text-align: left;
	width: 100%;
	margin-left: 0px;
}

@media (max-width: 768px) {
.blog-btn {
	margin-top: 15px;
}
}

@media (min-width: 991px) {
.filter-wrapper a.filter-btn.mediathek.btn-small {
	width: 24.6%;
}
}
span.infotext {
	font-weight: 300;
	font-size: 12px;
}
.file {
	visibility: hidden;
	position: absolute;
}
button.browse.btn-style-one {
	border: none;
	border-radius: 0px!important;
	font-size: 13px;
}
button.browse.btn-style-one:hover {
	background-color: #f07300;
	color: white !important;
}
.instabox {
	margin-top: 15px;
}
.headlineBlueBackground {
	background-color: #342a94;
	color: white;
	padding: 10px 15px;
}
span.linkBlog {
	float: right;
}
span.linkBlog a {
	text-decoration: none;
	color: white;
}
.news-block:nth-child(2n) {
	clear: left;
}
h3.panel-title a {
	text-decoration: none;
}
.press-socialmedia li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.press-socialmedia li a {
	text-decoration: none;
}
.panel-socialmedia .panel-body {
	background: #f9f9f9 none repeat scroll 0 0;
}
.panel-group .panel-socialmedia {
	margin-bottom: 0;
	border-radius: 0px;
	border: none;
}
.panel-socialmedia .news-block {
	margin-bottom: 20px;
}
.panel-socialmedia .panel-title {
	font-size: 13px;
	font-weight: 600;
}
.socialmedialinks ul li a {
	text-decoration: none;
}
.socialmedialinks ul li {
	line-height: 30px;
}
.socialmedialinks ul li .fa {
	margin-right: 5px;
}
.link-collapse > a {
	color: transparent;
}
.praktikumsearch input {
	background-color: white;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 38px;
	padding: 8px 20px;
	position: relative;
	width: 100%;
}
.praktikumsearch button {
	background: none;
	font-weight: 500;
	font-size: 16px;
	height: 38px;
	position: absolute;
	right: 15px;
	top: 0px;
	width: 36px;
}
.filter-wrapper a.filter-btn.filter-praktikum {
	background-color: #f07300;
	color: white;
	border: none;
}
.praktikumSearchForm {
	background-color: #eee;
	padding: 20px;
}
.filter-wrapper a.filter-btn.filter-praktikum:hover {
	border: none;
	background-color: #342a94;
	cursor: pointer;
}
.filter-wrapper a.filter-btn.filter-praktikum.active {
	background-color: #342a94;
}

@media (min-width: 580px) {
.filter-wrapper a.filter-btn.filter-praktikum {
	width: 32%;
	margin-right: 2%;
	font-size: 14px;
}
}

@media (max-width: 580px) {
.filter-wrapper a.filter-btn.filter-praktikum {
	margin-top: 1%;
}
}

.factsTable td {
	vertical-align: top;
	padding-right: 20px;
}

#loginAsGuest i.fa-sign-in {
	margin-right: 8px;
}
#loginAsMember i.fa-user-o {
	margin-right: 5px;
}
.yt_entry a {
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	display: block;
	width: 100%;
}
.yt_entry {
	font-size: 14px;
	line-height: 42px;
	border-top: 1px solid #CCC;
}
.yt_entry:last-of-type {
	border-bottom: 1px solid #CCC;
}
.yt_entry a .fa {
	color: #f07300;
	font-size: 20px;
	margin-right: 6px;
}
.twitter-newsroom {
	margin-left: 90px;
}

@media (max-width: 990px) {
.twitter-newsroom {
	margin-left: 0px;
	margin-top: 25px;
}
}
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
	display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
ul.navigation > li.dropdown > ul > li:first-child {
	display: none;
}
ul.navigation > li.dropdown > ul > li > ul > li:first-child {
	display: none;
}

@media only screen and (max-width: 767px) {
ul.navigation > li.dropdown > ul > li a {
	background-color: #f07300 !important;
}
}
.firmaportrait img {
	padding: 0;
}
.firmaportrait h4 a {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
.firmaportrait img {
	padding-bottom: 15px;
}
}
.firmenmitgliedsearch {
	background-color: white;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 30px;
	padding: 8px 20px;
	position: relative;
	width: 200px;
	margin-left: 10px;
}
.searchbox-firma {
	background-color: #eee;
	padding: 20px;
}
.alphaSelector {
	word-wrap: break-word;
	line-height: 2;
	text-align: left;
}
.pager.paginationTop {
	clear: both;
	padding-top: 20px;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	background-color: #342a94;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 30px;
	padding: 5px 0;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	color: white;
}

@media only screen and (min-width: 767px) {
.seperatorOuter {
	display: none;
}
}
.linkbox {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f3f3f3;
}
span.color_red {
	color: #e0310e;
}
span.color_green {
	color: #119439;
}
.pager li.active a {
	background-color: #f07300;
}

@media only screen and (max-width: 767px) {
.delete-btn {
	margin-bottom: 10px;
}
}
div.error textarea.description_class {
	background-color: #f0cccc;
	color: #d43f3f;
}
select.participantLetter {
	max-width: 15%;
}
.participantsPager > span {
	display: inline-block;
	margin: 5px;
}
.participantsPager > span > a.active, .participantsPager > span > a:focus, .participantsPager > span > a:hover {
	background-color: #f07300;
	color: #ffffff;
	text-decoration: none;
}
.participantsPager > span > a {
	background-color: #342a94;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 30px;
	padding: 10px 16px;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	color: white;
}
.backgroundUmfrage {
	text-decoration: none;
	background: #f9f9f9 none repeat scroll 0 0;
	margin: 15px;
}
div.error {
	color: #d43f3f !important;
}
.entry ul li {
	list-style: inherit;
}
.entry ul {
	margin-left: 20px;
}
i.fas.fa-share-alt {
	cursor: pointer;
}
i.fas.fa-share-alt:hover {
	color: #f07300;
}
button.ui-dialog-titlebar-close:after {
	content: '\f00d';
	font-family: 'FontAwesome';
}
