@charset "UTF-8";
/* CSS Document */

/* Theme Name: Impact 
/* Description: 
/* Author: Yves Hönicke
/* Licence: GPL
/* Version: 1.0

/** IMPORT OTHER CSS FILES **/


@import url("assets/css/animate.css");
@import url("assets/css/flaticon.css");

/* General */

html,
body {
	font-family:'Roboto';
	font-size:1.000em;
	font-weight:300;
	line-height:1.8;
	height: 100%;
	color:#939292;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto';
    font-weight: 400;
	color:#2E3133;
}

a {
	color:inherit;
}

a:hover {
	text-decoration:none;
	color:#e30513
}

ul {
	padding:20px !important;
}

li {
	list-style:square;
}

i {
	padding-right:15px;
	margin-top: -2px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	margin-left: 0px;
}

.csstransitions .animated {
    visibility: hidden;
}

.csstransitions .animated.visible {
    visibility: visible;
}

.no-js .animated {
    visibility: visible;
}

::-moz-selection {
    background: #e30513;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e30513;
    color: #fff;
    text-shadow: none;
}

.thumbnail {
	border:none;
	background:none;
}

.thumbnail .caption {
	line-height:1.8;
	color:#939292;
}



/* Layout Styles */

/** Titles **/

.stage-title {
	font-size:40px;
	font-weight:300;
	width:100%;
}

.stage-title:after {
	content:'';
	height:2px;
	background: #e6e6e6;
	width:75px;
	display:block;
	top:15px;
	position:relative;
}

.stage-subtitle {
	font-size:24px;
	font-weight:300;
	width:100%;
}

.section-hero-title {
	font-size:32px;
	font-weight:400;
}

.section-title {
	font-size:16px;
	font-weight:300;
}

.content-title {
	font-size:20px;
	font-weight:400;
}

.site-title {
	font-size:16px;
	font-weight:300;
}

.site-subtitle {
	font-size:32px;
	font-weight:400;
}

.service-subtitle {
	font-size:20px;
	font-weight:400;	
}

.team-title {
	font-size:20px;
	font-weight:300;
	text-align:center;
	width:100%;
}

.job-title {
	font-size:18px;
	font-weight:400;
	text-align:center;
	width:100%;
}

.media-title {
	font-size:20px;
	font-weight:300;
	text-align:center;
	width:100%;
}

.panel-title {
	font-size:20px;
	font-weight:400;
}

/*** Lists ***/

.contact-details {
	padding:20px 0 20px 0 !important;
}

.contact-details li {
	display:flex;
	list-style:none outside none;
}

.contact-details > i:before {
	color:black;
}

.author-info {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:25px;
	margin-bottom:25px;
}

.author-info p {
	font-size:0.750rem;
}

.service-list {
	padding:50px;
}

/*** Post Meta ***/
.post-meta {
    margin-bottom: 35px;
}

.post-meta p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post-meta strong {
	font-weight:500;
	font-size:0.875rem;
}

.post-meta em,
.post-meta p,
.post-meta strong {
    display: block;
}

.post-meta em {
    font-size: 12px;
}

/*** Links ***/

.read-more {
	font-size:16px;
	position:relative;
	display:block;
}

.read-more .flaticon-move12::before {
	font-size:14px;
	top:3px;
	position:absolute;
} 

.article-nav {
    margin-bottom: 50px;
	padding:0!important;
	font-size:0.875rem;
}

.article-nav li {
	list-style:none outside none;
	border-bottom:1px solid #e6e6e6;
	padding:10px 0;
}

.article-nav li:last-child {
	border:none;
}

.article-nav i {
	display:inline-block;
	position:relative;
	bottom:10px;
}

.article-nav a {
	display:inline-block;
	width:227px;
}

.article-nav strong {
	display:block;
}

.article-nav em {
	display:block;
}

/*.nav-prev:before {
	content: "\e031";
	font-family:'Flaticon';
	font-size:14px;
	color:black;
}

.nav-next:before {
	content: "\e021";
	font-family:'Flaticon';
	font-size:14px;
	color:black;
}*/

.navigation {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    text-align: center;
    max-width: 100%;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #E30513;
	color:white;
}


/*** Sidebar ***/

.widget {
	padding:0 50px;
}

.widget ul {
	padding:0 20px !important;
}

.widget li {
	list-style:none outside none;
	padding: 5px 7px;
	display:flex;
}

.widget li:before {
	content: "\e021";
	font-family:'Flaticon';
	position:absolute;
	font-size:14px;
	display: inline;
	margin-left:-25px;
	margin-top:3px;
	color:black;
}

/*** Misc ***/


.post-categories {
	padding:0 !important;
}

.post-categories li {
	list-style:none outside none;
	font-size:14px;
}



/*** Form ***/


.search-form {
}

.navbar-form {
	position:absolute;
	z-index:5;
}

.navbar-form .input-group {
	width:100%;
}

.navbar-form .input-group-btn {
	width:10% !important;
}

.navbar-form .btn-default {
	background:none;
	border:none;
	font-size: 1.000rem;
	font-weight:100;
	border-left: 1px solid #939292;
	text-transform:uppercase;
}

.form-control {
	width:100% !important;
	height:50px;
	
	border-radius:0px;
	border:none;
	background:none;
	box-shadow:none;
	
	padding: 6px 35px;
	
	font-size:1.5em;
}

.form-control:focus {
	box-shadow:none;
}


.navbar-form {
	padding:0;
	margin:0;
	background:#e6e6e6;
	width:100%;	
}

.search-control {
		border-left: 1px solid #000;
}

.open-searchform {
}

.close-searchform {
	float:right;
	display:none;
}

.search-lang-group {
	display:block;
}

.lang-group {
	float:right;
	margin: 20px 0 !important;
}

.lang-group li {
	list-style:none outside none;
	padding: 6px 0px;
}

select {
	background-color: white;
  border: thin solid #70706f;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 5px 10px;
  
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  cursor:pointer;
}



.lang .select {
	border:none;
	background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 20px),
    calc(100% - 15px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}





/* Main Styles */

/** Header **/

/*** Logo ***/

.logo {
	display:inline;
	width:140px;
	height:auto;
	margin: 4px 20px;
}

/*** Search ***/

.search-lang-group {
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	
	border-left:1px solid #e6e6e6;
	
	float:right;
	margin: 20px 0!important;
} 

.search-toggle {
	margin:0 0 0 20px;
	padding:3px 0;
	
}



.search-box-wrapper {
	position: fixed;
	top: 80px;
	right: 0;
	width: 100%;
	z-index: 5;
	display:none;
}

.search-box {
	background-color: transparent;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

.lang {
	margin:0 20px 0 0;
}

/*** Menu ***/

.navbar {
	min-height:50px;
}

.navbar-brand {
    padding: 15px;
}

.navbar-default {
	border:none;
	background:#fff;
	
	-webkit-transition:ease-in 0.2s;
	-ms-transition:ease-in 0.2s;
	-moz-transition:ease-in 0.2s;
	-o-transition:ease-in 0.2s;
	transition:ease-in 0.2s;
}

.affix {
	box-shadow:0px 2px 1px rgba(0,0,0,0.2);
}

.navbar-right {
    margin: 20px 0 !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background: none;
}

/*.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	min-height: 568px;
}*/

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.navbar-collapse.in {
	overflow:visible;
	border-bottom:2px solid #E7E7E7;
}

.nav > li {
	margin:0 20px;
	font-weight:300;
}

.nav > li > a {
	padding:10px 0;
	font-size:1.000rem;
}

.nav > li > a:hover,
.nav > li > a:focus {
	color:#e30513 !important;
}

.nav > li > a > i {
	padding:0px;
}

.dropdown {
	margin:0 20px 0 0 !important;
}

.dropdown-menu {
	min-width:50px;
	border-radius:0;
	box-shadow:none;
	border:none;
	padding:0 !important;
}

.dropdown-menu > li {
	list-style:none outside none;
}

.dropdown-menu > li > a {
	padding: 3px 0px 3px 0px;
	font-weight: 300;
	font-size: 1rem;
	margin-left: 17px;
}

.navbar-default .navbar-toggle {
	border:none;
	margin-top: 10px;
	margin-right:5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background:none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color:transparent;
    color: #555;
}

.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-17 a {
	color: #10649b;
	text-shadow: none;
	padding: 10px 0;
}

.cl-effect-17 a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #000;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/** Language Switcher **/

#lang_sel {
    height: 32px;
    position: relative;
    z-index: 999;
    float: right;
}

#lang_sel li {
    float: left;
	width:50px;
    position: relative;
}

#lang_sel a.lang_sel_sel {
	background:none;
	color:black;
}

.lang_sel_sel:after {
	content: "\e0ea";
	font-family:'Flaticon';
	font-size:10px;
	right:0px;
	position:absolute;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

#lang_sel a.lang_sel_sel:hover {
	color:#e30513
}

#lang_sel a, #lang_sel a:link, #lang_sel a:visited {
	border:none;
	font: inherit;
	text-decoration:inherit;
	display: inline;
}



/* Page Styles */

.stage {
	background-image:url(../img/stage/fotolia_20597751.jpg);
	background-size: contain;
	background-position:right center;
	background-repeat:no-repeat;
}

.hero {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-flex-flow: row wrap;
   -ms-flex-wrap: row-wrap;
   flex-flow: row wrap;
	
	-webkit-justify-content:flex-start;
   -ms-flex-pack:start;
   justify-content:flex-start;
   
   -webkit-align-content:center;
   -ms-flex-line-pack:center;
   align-content:center;
	

	width: 100%;
	height:100vh;
	
	padding-left:20px;
	padding-right:15px;
}

main {
	top:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	min-height:100%;
}

.wrapper {
	min-height:100%;
	position:relative;
	margin-top:75px;
	top:0;
}

.section-wrap {
	/*min-height:300px;*/
	/*margin:125px 0;*/
	padding:35px 0;
}

.flex-group {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	-ms-flex-align:end;
	-o-align-items:flex-end;
	align-items:flex-end;
}

/*.image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; 
    font: 0/0 a;
}

.image-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.image-container img {
	vertical-align: bottom;
    display: inline-block;
}*/

.image-wrapper {
	position:relative;
	overflow:hidden;
	
	display: flex;
	justify-content: center;
	
	padding:0 25px;
}

.image-wrapper img {
	width:100%;
	height:auto;
}

.post-image {
	position:relative;
	overflow:hidden;
	height:250px;
}

.post-image img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-bottom {
	vertical-align:top;
}

.flex-end {
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	-o-align-items:flex-end;
	-ms-flex-align:baseline;
	align-items:flex-end;
}

.items-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-o-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
	
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

.page-item {
	-webkit-flex: 1;
    flex: 1;
}

.page-item .content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top:50px;
}

.page-item .image-wrapper {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;

	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-flex-pack:center;
	-o-justify-content:center;
	justify-content:center;
	
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	-o-align-items:flex-end;
	align-items:flex-end;
}

.page-item .image-wrapper img {
	width:60%;
	height:auto;
}

.group-pages {
	margin:50px !important;
	background:#fff;
}

.childrens h2, 
.childrens h4, 
.childrens p {
	text-align:center;
}

.childpage-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	margin-top:75px;
	
	text-align:left !important;
	
}

.childpage-item {
	-webkit-flex: 1;
    flex: 1;
	
	text-align:left !important;

	padding:25px 35px;
}

.child-header {
	min-height:64px;
}

.child-footer {
	background:none;
}

.odd {
	background:#E6E6E6;
}

.contact-area {
	margin: 75px 0 0 0 !important;
	padding:0 !important
}



.page-content {
	padding-left:35px;
	padding-right:35px;
	margin-top:100px;
}

.site-content {
	padding:50px 50px 0 0;
}

.service {
	background:#f5f5f5;
	padding:50px 0;
}

.team-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
	
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	max-width:100%;
	margin: 75px 0 0;
}

.team-item {
	-webkit-flex: 1;
    flex: 1;
	
	width:100%;
	height:auto;
}

.team-inner {
	position:relative;
	display:block;
}

.team-inner img {
   width:100%;
   height:auto;
}

.team-image {
	display:inline;
	z-index:1;
}

.team-post-image {
	position:relative;
	overflow:hidden;
	height:250px;
}

.team-post-image img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	position: relative;
}

.team-overlay {
	position:absolute;
	
	background:#ccc;
	color:black;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
		
	z-index:2;
}

.team-overlay:hover {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	
	transition: all 0.4s ease-in-out;
}

.team-social {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	-webkit-justify-content:flex-start; 
	-moz-justify-content:flex-start; 
	-ms-flex-pack:start;
	-o-justify-content:flex-start; 
	justify-content:flex-start; 
	
	list-style:none outside none;
}

.team-home {
	-webkit-justify-content:center; 
	-moz-justify-content:center; 
	-ms-flex-pack:center;
	-o-justify-content:center; 
	justify-content:center; 
	
	padding:0 !important;
}

.team-social li {
	list-style:none outside none;
}

.team-detail-info {
	margin-top:50px;
}

.team-specialist-list li {
	list-style:none outside none;
	display:inline-flex;
	width:100%;
}

.team-list {
	margin:50px 0 0 0;
}

.team {
	text-align:center;
}

.media-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	margin:75px 0;
}

.media-item {
	-webkit-flex:1;
	/*flex:1;*/
	/*width:35%;*/
	flex:1;
	border-right:1px solid #fff;
}

.media-overlay {
	color:#000;
	opacity:0.8;
	position:relative;
}

.media-poster {
	background:#e6e6e6;
}

.active {
	display:none;
}

.media-poster-image {
	width:20%;
	height:auto;
}

figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:4;
	
	
   display:-webkit-flex;
   display:-ms-flexbox;
   display:flex;
   -webkit-flex-flow: row wrap;
   -ms-flex-wrap: row-wrap;
   flex-flow: row wrap;
   -webkit-justify-content:space-around;
   -ms-flex-pack:justify;
   justify-content:space-around;
   -webkit-align-content:center;
   -ms-flex-line-pack:center;
   align-content:center;

}

figcaption span {
	cursor:pointer;
}

.file-list {
	margin:75px 0;
}

.media {
	padding-top:25px;
	padding-bottom:25px;
}

.justified {
	text-align:center;
}

.media-left {
	vertical-align:middle;
}

.media-object {
	width:75px;
	height:75px;	
}

.media-center {
	display:block;
}

.media-center img {
	width:75px !important;
	height:auto !important;
}
.media-heading {
	margin-bottom:15px;
}

.media-body {
	padding:0 25px;
	vertical-align: middle;
}


.panel-default,
.panel-heading {
	border:none;
	background:transparent !important;
}

.file-content-list li {
	list-style:none outside none;
	display:inline-flex;
	width:100%;
}

.panel-body ul {
	padding-left:40px !important;
}

.panel-body li {
	list-style:none outside none;
	display:flex;
	padding:0 0 0 10px;
}

.panel-body li:before {
	content: "\e021";
	font-family:'Flaticon';
	left:88px;
	position:absolute;
}

.show-file {
	font-weight:400;
}

/** Blog **/

.blog-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	margin-top:25px;
	

}

.blog-entries {
	border-right:1px solid #e6e6e6;
	padding-right:50px;
	margin-top:25px;
	
}

.blog-sidebars {
	
}

.blog-entry:first-child {
	/*padding:0 0 50px 0;*/
}

.blog-entry {
	border-bottom:1px solid #e6e6e6;
	padding:25px 0;
	margin-right:35px;
		
}

.entry-meta {
	position:relative;
	display:inline-block;
	width:10%;
	vertical-align: top;
}

.entry-date {
	position:relative;
	background:#e30513;
	color:white;
	padding:10px 4px;
}

.entry-date > span {
	display:block;
	font-size:42px;
	line-height:1;
	text-align:center;
}

.entry-date > span + span {
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
}

.entry-date > .day {
	font-weight:500;
}

.entry-date > .month-year {
}

.entry-content {
	position:relative;
	display:inline-block;
	width:84%;
	margin-left:30px;
	vertical-align: top;
}

.entry-content h3 {
	margin:15px 0;
}

.entry-content img {
	margin-bottom:15px;
	width:100%;
}

.article-content {
	margin:0 25px;
	padding:15px 50px;
	border-left:1px solid #e6e6e6;
}

.article-content img {
	margin-bottom:15px;
	width:100%;
}

/** Search **/

.search {
	min-height:75px;
	margin-bottom:35px;
	padding: 0px;
}

.search-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-flex-align:stretch;
	-o-align-items:stretch;
	align-items:stretch;
}

.search-item {
	border-bottom:1px solid #eee;
	padding:25px 0;
}

.search-item-header {
}

.search-item-content {
}

.search-item-footer {
	background:none;
}

/** Dividers **/

.section-divider {
    position: relative;
    z-index: 5;
    width: 100%;
    display: table;
    height: 350px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#divider-leistungen {
	background-image:url(../img/stage/fotolia_41925580.jpg);
}

.section-video-divider {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;	
	z-index:10;
	
	/*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
	
	background:#797878;
	
	background-repeat: no-repeat;
    background-position: 25% 50%;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#video-divider {
	width:100%;
	heigtht:600px !important;
	position:relative;
	overflow:hidden;
	z-index:10;
}

.video-wrapper {
	width:100%;
	height:500px;
}

.video-controls {
	position: relative;
	text-align: center;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}

.video-play a {
	cursor:pointer;
	display: inline-block;
	margin: 10px;
	height: 72px;
	width: 72px;
}

.video-control > h3 {
	color:white;
	font-size:36px;
}

.video-control > a > i {
	display: block;
	width: 72px;
	height: 72px;
	position: relative;
}

.video-control > a > i:before,
.video-control > a > i:after {
	font-size:72px !important;
	color:white;
}

.YTPOverlay {
  cursor: pointer;
}

.mb_YTPlayer .loading {
	display:none !important;
}

#controlBar_video {
	display:none;
}

/** Modal **/

.modal-active {
    overflow: hidden;
}

.modal-active .modal-page {
    visibility: visible;
}

.modal {
	width:100%;
	height:100%;
	background:white;
}

.modal-header {
	border:none;
}

.modal-title {
	text-align:center;
}

.modal-footer {
	border:none;
}

/** Footer Styles **/

footer {
	background:#2E3133;
	color:#AAA;
	font-size:14px;
	padding:25px 0;
}

.footer-nav ul {
	margin-bottom:0px !important;
	padding: 0 20px !important;
	text-align: left;
	float: left;
	width: 100%;
}

.footer-nav li {
	
	list-style:none outside none;
	padding-right:25px;
	display: inline-block
}

.copyright {
	float:right;
	padding: 0px 20px !important;
}

/** Modal **/

.modal {
	padding:0px !important;
}

.modal-backdrop {
	background-color:white;
}


.modal-dialog {
	width:100%;
	height:100%;
	margin:0 !important;
}

.modal-content {
	box-shadow:none;
	border:none;
	width:100%;
	height:100%;
}

.media-embed {
	display:-webkit-flex;
   display:-ms-flexbox;
   display:flex;
   -webkit-flex-flow: row wrap;
   -ms-flex-wrap: row-wrap;
   flex-flow: row wrap;
   -webkit-justify-content:space-around;
   -ms-flex-pack:justify;
   justify-content:space-around;
   -webkit-align-content:center;
   -ms-flex-line-pack:center;
   align-content:center;
   
   padding-bottom:50px;
}

.media-embed .video {
	width: 944px;
	height: 531px;
	vertical-align:middle;
}

.media-embed iframe {
	width:944px;
	height:531px;
	vertical-align:middle;
}

.close-modal {
	float:right;
	border:none;
	background:none;
	background-color:none;
}

.close-modal:before {
	content: "\e07f";
	font-family:"Flaticon";
}

/** WP DSGVO Tools **/

#cn-notice-icon {
	display:none;
}

#cookie-notice .button.wp-default[style] {
background-color: #e30513 !important;
color: #fff !important;
border-radius:2px !important;
border-width:0px !important;
background: #e30513 !important;
text-shadow:none !important;
text-transform: uppercase;
font-size: 10px !important;
}

#cn-notice-text {
display: block;
margin-bottom: 10px;
}

.sp-dsgvo-framework input[type="submit"] {
border-width: 0px !important;
line-height: inherit !important;
font-size: 14px !important;
font-weight: 400 !important;
letter-spacing: 0px !important;
float: right;
background: #e30513 !important;
border: none;
border-radius: 0 !important;
color: white !important;
padding: 7px 25px !important;
text-transform:normal;
}

.sp-dsgvo-framework select {
	border-radius:0 !important;
}

.sp-dsgvo-framework a {
color:#e30513 !important;
}



.sp-dsgvo-framework input[type="text"],
.sp-dsgvo-framework input[type="email"] {
margin-bottom:25px;
padding: 7px 15px !important;
border: 1px solid #70706f !important;
}

.checkform-notice {
display:block !important;
margin-bottom:25px;
}

/* Media Queries */

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) { 

/** Titles **/

.section-hero-title {
    font-size: 1.5rem;
}

.site-subtitle {
    font-size: 1.5rem;
}

.media-title {
	font-size:18px;
}

/** Lists **/
.service-list {
	padding:0;
}

/* Header */

.navbar-brand {
    padding: 10px;
}

.navbar-right {
	margin:0 !important;
	padding-bottom:15px !important;
}

.nav > li {
	margin:0 !important;
}

.nav > li > a {
    padding: 10px 0;
	font-size: 1.125rem;
}

.logo {
	width: 100px;
	margin:0;
}
.navbar-form {
	position:relative;
}

.form-control {
	font-size:1.25em;
	padding:0 10px;
}

.search-lang-group {
	display:none;
}

.search-box {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #E6E6E6;
	padding:10px 0;
}

.lang {
	padding:0 !important;
	width:100%;
}


.select {
	width:100%;
	border: none;
	background: #e6e6e6;
	padding:10px 0;
}

#lang_sel {
	float:none;
}

#lang_sel li {
	width:100%;
}

/* Page */

.section-wrap {
	margin: 25px 0px;
}

.flex-group {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.image-wrapper {
	padding:0;
}

.thumbnail {
	padding:0px;
}

.items-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.page-item {
    flex: none;
}

.page-item .image-wrapper img {
    width: 100%;
    height: auto;
}

.page-item .content {
    padding-left: 15px;
    padding-right: 15px;
	padding-top:0;
}

.page-content {
	margin-left:0;
	margin-right:0;
	padding-left: 0;
	padding-right: 0;
}

.site-content {
	padding:15px 0;
}

.childpage-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.childpage-item {
	flex:none;
	border-bottom:1px solid white;
	padding: 25px 15px;
}

.media-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.media-item {
	flex:none;
	border-bottom:1px solid #fff;

}

.justified > .media-body {
    padding: 25px 0;
}

.justified > .media-body > p {
	text-align:left;
}

.blog {
	padding:0;
	margin:0 0 35px 0;
}

.blog-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.blog-entry {
	margin:0 !important;
}

.blog-entry {
    padding: 35px 0px;
}

.blog-entry:first-child {
	padding:0 0 15px 0;
}

.blog-entries {
	border:none;
	padding:0 !important;
}

.entry-meta {
	width:100%;
}

.entry-content {
	width:100%;
	margin:15px 0 !important;
}

.article-content {
	border:none;
	margin:0;
	padding:0;	
}

.article-content > ul {
	padding:15px !important;
}

.author-info {
	border-top:1px solid #e6e6e6;
	padding-top:15px;
	margin-top:25px;
}

.post-meta {
    margin:0;
}

.article-nav {
	margin:0;
}

.modal-title {
    display: block;
	float:left;
	margin:15px;
}

.modal-body {
    margin-top: 150px;
}

.media-embed .video {
	width:100%;
	height:146px;
	vertical-align:middle;
}

/* Footer */

.footer-nav ul {
	text-align:center;
}

.footer-nav li {
	float:none;
	list-style:none outside none;
	padding-right:10px;
}

.copyright {
	float:none;
	padding: 0px!important;
	text-align:center;
}

/* Stage */

.hero {
	padding:0;
}

.stage {
	background-position:right bottom;
}

.stage-title {
	font-size:28px;
	font-weight:300;
}

.stage-subtitle {
	font-size:20px;
}

/** Panel **/

.panel-body ul {
    padding-left: 23px !important;
}

.panel-body li::before {
    left: 30px;
}

/** Sidebar **/

.widget {
    padding:0;
}

/** Video Divider **/

.section-video-divider {
	height:340px;	
}

.player {
	width: 100%;
	height: 340px;
	display:none;
	top:0 !important;
	left:0 !important;
	position:absolute !important;
}

.mbYTP_wrapper {
	position:relative !important;	
}

.playerBox {
	width: 100% !important;
	height: 340px !important;
	
	margin-left:0 !important;
	margin-top:0 !important;
}

/* Links */

.read-more {
	text-align:left;	
}

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 

.search-lang-group {
	display:none;
}

.navbar-form {
    position: relative;
}

.lang {
    padding: 0px !important;
    width: 100%;
	margin: 0px 20px !important;
}

.navbar-brand {
    padding: 6px;
}

.logo {
	width:100px;
}

.stage {
	background-position: right bottom;	
}

.items-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.page-item {
    flex: none;
}

.page-item .content {
    padding-left: 15px;
    padding-right: 15px;
	padding-top:0;
}

.page-content {
	margin-left:0;
	margin-right:0;
	padding-left: 0;
	padding-right: 0;
}

.site-content {
	padding:15px 0;
}

.childpage-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.childpage-item {
	flex:none;
	border-bottom:1px solid white;
	padding: 25px 15px;
}

.media-wrap {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.media-item {
	flex:none;
	border-bottom:1px solid #fff;

}

.blog-wrap {
	/*-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;*/
}

.entry-meta {
	width:15%;
}

.entry-content {
	width:75%;
}

.blog-entries {
	/*border-right:none;
	padding:0;*/
	
}

.blog-entry {
	margin:0px;
}

.widget {
	padding:0;
	width:100%;
}

.media-embed .video {
    width: 100%;
    height: 398px;
	margin-top:150px;
}

.section-video-divider {
	height:340px;	
}

.player {
    width: 100%;
    height: 340px;
	display:none;
	top:0 !important;
	left:0 !important;
	position:absolute !important;
}

.mbYTP_wrapper {
	position:relative !important;	
}

.playerBox {
	width: 100% !important;
	height: 340px !important;
	
	margin-left:0 !important;
	margin-top:0 !important;
}

/** Lists **/
.service-list {
	padding:0;
}

/** Titles **/
.media-title {
	font-size:18px;
}



}