@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?6iuir");
  src: url("../fonts/icomoon/icomoon.eot?6iuir#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?6iuir") format("truetype"), url("../fonts/icomoon/icomoon.woff?6iuir") format("woff"), url("../fonts/icomoon/icomoon.svg?6iuir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot');
    src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face {
    font-family:'Open Sans';
    src: url(fonts/OpenSans-VariableFont_wdth,wght.ttf) format('truetype');
 }
 @font-face {
    font-family:'Raleway';
    src: url(fonts/Raleway-VariableFont_wght.ttf) format('truetype');
 }
body{
	font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #1f495b;
  background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav > li > a > img {
    height: 12px;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
		header {
			top:0px;
		width:100%;
position: absolute;
z-index: 999;
		}
		nav {

-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: come-down .4s ease-in-out forwards;
animation: come-down .4s ease-in-out forwards;
position: absolute;
width: 100%;
z-index: 997;
		}
		* html nav {
			top:expression(auto);
		}
		.fixed-navi {
			top:0px;
			position:fixed !important;
	
		}
		* html .fixed-navi {
			top:expression(documentElement.scrollTop);
		}
.navi-ri {
    float: right;
margin-top: 15px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
}

.navbar-default {
    background-color: rgba(49,105,130,0.7);
    border-color: transparent;
    border: 0;
}
.dropdown-menu {
    list-style: none;
    font-size: 14px;
    text-align: left;
	min-width: 220px;
	margin-top: -1px !important;
	-webkit-box-shadow: none;
box-shadow: none;
	border-radius: 0;
	border: 0
}
#slideshow .col-lg-5 div, #slideshow .col-md-7 div, #slideshow .col-sm-8 div {

}

.flex-caption h2 {
    padding: 15px 20px;
text-align: center;
color: #fff;
font-size: 50px;
font-weight: bold;
margin-bottom: 0;
font-weight: 900;
}
.flex-caption p {
    margin-bottom: 0;
	margin-top: 0;
	color: rgba(28,72,115,1);padding: 20px 30px;text-align: left;background-color:rgba(255,255,255,0.8);
	font-size: 18px;
	font-weight: normal
}
.navbar {
    border-radius: 0;
	min-height: 46px;
	margin-bottom: 0
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
	font-family: Tahoma, Arial, sans-serif;
}
.navbar-default .navbar-nav > li > a.active {
  color: #fff;
	border-bottom: 1px solid #316982;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#316982
}
li.dropdown img {
	height: 12px
}
input.suche {
	outline: none;
}
input.suche[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input.suche::-webkit-search-decoration,
input.suche::-webkit-search-cancel-button {
	display: none; 
}

.infoseite {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 180px;
    min-height: 550px;
}
.st-icon div {
    position: relative; margin-bottom: -50px; text-align: center; z-index: 1
}
.st-icon div img {
    width: auto;
	-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.st-icon div a:hover img {
	-webkit-transform: scale(1.1);
transform: scale(1.1);

}
.st-icon p {
    padding: 60px 2px 20px 2px; text-align: center; background-color: #316982; color: #fff; font-weight: bold;line-height: 21px
}
.linie {
    position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
width: 80px;
height: 3px;
margin: 0 auto;
    margin-top: 0px;
background: #ed2200;
margin-top: 30px;
}
.vegas-slide, .vegas-slide-inner {
    background-position: top center !important;
}
input.suche[type=search] {
	background: #fff url(../images/suche.png) no-repeat 9px center;
	border: solid 1px transparent;
	padding: 2px 10px 2px 32px;
	width: 40px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input.suche[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #ccc;
	
	
}
input.suche:-moz-placeholder {
	color: #ccc;
}
input.suche::-webkit-input-placeholder {
	color: #ccc;
}

/* Демо B */
#demo-b input.suche[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-b input.suche[type=search]:hover {
	background-color: #fff;
}
#demo-b input.suche[type=search]:focus {
	width: 150px;
	padding-left: 36px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-b input.suche:-moz-placeholder {
	color: transparent;
}
#demo-b input.suche::-webkit-input-placeholder {
	color: transparent;
}
.wed-logo {
    width: auto;
    float: left;
    margin-right: 10px;
    height: 60px;
    margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 50%
}
.klein-f {
   height: 90px
}
.klein-f h1 {
    margin-top: 15px;
    font-weight: 800;
    color: #316982;
    margin-bottom: 0;
    display: inline-block;
}
.klein-f p {
    text-transform: uppercase;
font-weight: 600;
letter-spacing: 3px;
font-size: 12px;
margin-bottom: 15px;
color: #111;
}
.wed-suche {
	margin-top: 20px; margin-bottom: -30px; margin-right: 40px
}
.vwfs__video video {
    position: relative;
    width: 100%;
    height: auto;
}
.navbar-nav > li > a {
   padding: 17px 22px;
margin-bottom: 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #81c1d6;
    border-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #81c1d6;
    color: #fff;
	border-color: #fff
}
.nav > li.dropdown.open .dropdown-menu ul.dropdown {
    background-color: #81c1d6;
	margin-top: -11px
}
.fixed-navi {
    background-color: rgba(49,105,130,0.99) !important;
border-bottom: 2px solid #9fd3e4;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #316982;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer a {
  font-size: 13px;
		
}
footer a:hover {
color: #81c1d6
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #316982;
	background-color: #81c1d6;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li {
  float: left
}
.navbar-collapse.collapse.wed-navi-lg {
   
}
li.sprach {
    background-color: #b9cee9;
    margin-left: 20px;
	color:#316982
}
li.sprach a {
    color:#316982 !important;
	display: inline-block;
font-weight: normal !important;
}
.sp1 {
    padding-right: 12px !important;
	padding-left: 12px !important;
	border-right: 1px solid rgba(23,55,96,0.5);
}
.sp2 {
    padding-left: 12px !important;
	padding-right: 12px !important;
}
th {
    padding-right: 4px;
    color: #316982;
}
.wed-login img{
  margin-bottom: -10px;
	margin-top: 10px;

	 transform: scale(0.8, 0.8);
 -moz-transform: scale(0.8, 0.8);
 -webkit-transform: scale(0.8, 0.8);
 -o-transform: scale(0.8, 0.8);
 -ms-transform: scale(0.8, 0.8);
}
a:hover.wed-login img{
 transform: scale(1.0, 1.0);
 -moz-transform: scale(1.0, 1.0);
 -webkit-transform: scale(1.0, 1.0);
 -o-transform: scale(1.0, 1.0);
 -ms-transform: scale(1.0, 1.0);
}
.wed-blocks img {
	width: 70px;
	height: auto
}
.wed-blocks a{
	color:#808080;
	line-height: 20px;
	font-size: 13px;
	  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wed-blocks a:hover img{
	opacity: 0.8
}
.wed-blocks span{
	font-style: normal;
	font-size: 11px
}
.wed-blocks a:hover span{
	color: #ed2200;
	margin-left: 6px
}
.wed-blocks h3  {
	color: #ed2200;
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 15px 0;font-size: 21px; text-align: center
}
.wed-table, .wed-leistungen {
	width: 100%;
	border: 0;
}
.wed-table.eins td:nth-child(1){
	width: 58%;
}
.wed-table.eins td:nth-child(2){
	width: 42%;
	padding-left: 20px;
	vertical-align: middle
}
.wed-table.zwei td:nth-child(1){
	width: 42%;
	padding-right: 20px;
	vertical-align: middle
}
.wed-table.zwei td:nth-child(2){
	width: 58%;
}
.wed-table img{
	width: 100%;
	height: auto
}

.wed-table p {
	line-height: 21px
}
.wed-leistungen td:nth-child(1), .wed-leistungen td:nth-child(7) {
	width: 18%;
}
.wed-leistungen td:nth-child(2), .wed-leistungen td:nth-child(4), .wed-leistungen td:nth-child(6){
	width: 20%;
text-align: left
}
.wed-leistungen td:nth-child(3), .wed-leistungen td:nth-child(5){
	width: 2%;
}
.wed-leistungen h5 span {
	font-style: normal;
	font-size: 16px;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wed-leistungen a:hover h5 span {
	margin-left: 6px
}
.wed-leistungen a:hover img {
	 -webkit-filter: brightness(1.04);
    filter: brightness(1.04);
}
.wed-leer {
margin-top: 30px;
margin-bottom: 30px;
border: 0;
border-top: 1px solid #fff;
}
.wed-start {
border-radius: 50%; border: 2px solid #666; padding-top: 3px;padding-bottom: 3px;padding-left: 4px;padding-right: 2px; color: #666;
	-webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
	
	}
a:hover i.wed-start {
border: 2px solid #ed2200; color: #ed2200;
font-size: 18px
	}
p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
	font-weight: 400;
	color: #316982;
}
h4{
 color: #ed2200;
	margin-bottom: 15px;
	font-size: 30px;
}
h1{
    margin-bottom: 30px;
}
.fh5co-nav {
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.fh5co-nav .top-menu {
  padding: 22px 0;
}
.fh5co-nav .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
}
.nach-oben {
margin-top: 20px;
	text-align: center;
	margin-bottom: 60px
}
.nach-oben a, .wed-senden {
display: inline-block;
	padding: 6px 20px !important;
	border: 3px solid #222;
	color:#fff;
	font-size: 15px;
	letter-spacing: 1px;
	background-color: #316982;
	-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
.wed-senden {
	padding: 10px 25px;
	font-weight: 600
}
.nach-oben a:hover,  :hover.wed-senden{
border: 3px solid #316982;
	color:#fff;
	background-color: #222
}
.wed-fleet{
margin: 40px 0
}
.wed-fleet h3 {
color: #ed2200;margin: 15px 0;font-family: 'Open Sans', Arial, sans-serif;
}
.wed-fleet h4 {
font-family: 'Open Sans', Arial, sans-serif; font-size: 20px
}
.wed-fleet .table-3 {
color: #ed2200;
	background-color: #e1e1e1; 
	padding: 50px 15%; 
	margin-top: 10px; 
	line-height: 34px; 
	font-size: 18px
}
.wed-fleet hr {
border-top: 1px solid #ed2200; margin-left: 20px; margin-top: 10px; margin-bottom: 10px
}
.davor {
display: block; width: 20px; float: left
}
.davor img {
margin-top: -6px;
	margin-bottom: -6px
}
.wed-funkz {
	margin-top: 30px;
	background-color: #e1e1e1;padding: 8px;
	height: 62px;
}
.ml-6 {
	border-left: 6px solid #fff
}
.mr-6 {
	border-right: 6px solid #fff
}
.wed-funkz h4 {
color: #111;
display: inline-block;
margin-left: 70px;
margin-top: 12px;
}
.wed-funkz a {
background-color: #628ebb;
color: #fff;
font-size: 11px;
padding: 14px 5px;
width: 160px;
display: block;
text-align: center;
	float: right;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wed-funkz a:hover {
background-color: #ed2200;
}
.wedst {
    padding-top: 0;
	margin-top: 0
}
.vegas-wrapper h2 {
    color:#ed2200;
	font-size: 50px;
	letter-spacing: 0;

	font-weight: 800;
	margin-bottom: 0;
}
.vegas-wrapper h2 span {
    color: #fff;
    font-size: 50px;
    font-family: Arial Black;
}
.vegas-wrapper p {

	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0;
}
.wedpage a {
  color:#c00;
	text-decoration: underline
}
.wedpage a:hover {
  color:#999;
	text-decoration: underline
}
.wedpage h3 {
  font-size: 24px;
color: #81c1d6;
font-weight: bold;
margin-bottom: 20px;
}
.wedpage ul {
margin-bottom: 30px;
	padding-left: 0;list-style-type:none;
}
.wedpage ul li {
margin-bottom: 10px;
	margin-left: 20px;
}
.wedpage ul li:before { content: "\2713" " ";color:#81c1d6;margin-left: -20px;float: left }
.wedpage h4 {
  color: #316982;
margin-bottom: 20px;
font-size: 24px;
font-weight: bold;
}
.wedpage h1 {
font-size: 40px;
font-weight: 900;
}
.wedpage img {
width: auto;
max-width: 100%;
height: auto;
}
.icon-install {
font-size: 20px;
float: left;
margin-right: 12px;
background-color: #81c1d6;
padding: 8px;
border-radius: 50%;
color: #fff;
}
@media screen and (max-width: 1170px) {
	.st-icon p {
   font-size: 14px
}
	.klein-f h1 {
    font-size: 30px
}
.klein-f p {
    text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
}
	.navi-ri {
    font-size: 10px;
    letter-spacing: 1px;
}
	}
@media screen and (max-width: 1024px) {
.wed-fleet .table-3 {
	padding: 50px 10%; 
	font-size: 16px
  }
	.wed-fleet h4 {
font-size: 18px
}
	.wed-funkz h4 {
margin-left: 30px;
}
.dropdown-menu {
    font-size: 14px;
}

	}
@media screen and (max-width: 768px) {
	.wed-fleet .table-3 {
	padding: 30px;  
	font-size: 14px
  }
	.wed-fleet h4 {
font-size: 16px
}
	.st-icon p {
   font-size: 16px
}
	.wed-firma {
    font-size: 13px;
    padding-top: 20px;
		margin-top: 0
}
	.wed-firma p {
    font-size: 11px;
    letter-spacing: 2.7px;
}
	.vegas-wrapper p {

	font-size: 16px;
}
	.col-sm-5.klein-f {
    display: none
}
}
@media screen and (max-width: 600px) {
	.wed-fleet .table-3 {
	padding: 20px;   
	font-size: 11px
  }
	.wed-fleet h4 {
font-size: 12px
}
	.davor img {
display: none
}
	.wed-funkz a {
font-size: 10px;
padding: 14px 5px;
width: 120px;
}
	.vegas-wrapper h2 {
    color:#fff;
	font-size: 30px;
	letter-spacing: 1px;
}
	h2, h3, h4 {
	font-size: 18px !important;
		
}
	
}
@media screen and (max-width: 480px) {
	.wed-fleet .table-3 {
	padding: 10px;   
	font-size: 9px
  }
	.wed-fleet h4 {
font-size: 9px
}
	body, .fh5co-heading p {
	font-size: 13px !important
		
}
	.wed-firma p {
    font-size: 11px;
    letter-spacing: 1px;
}
.dropdown-menu {
    font-size: 12px;
}	
	.wed-logo {

    margin-right: 10px;
    height: auto;
    margin-top: 10px;
	margin-bottom: 10px;
	height: 60px	
}
	.navi-ri {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.klein-f h1 {
    font-size: 24px;
}
	.klein-f p {
    letter-spacing: 1px;
    font-size: 11px;
}
	.vegas-wrapper p {

	font-size: 12px;
}
}
@media screen and (max-width: 768px) {
  .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
    padding: 5px 10px;
  }
	.wed-table td{
	width: 100%;
	display: inline
}
.wed-leer {
border-top: 1px solid #ed2200 !important;
}
	.navbar-nav > li {
    float: none;
}
	.navbar-nav {
    width: auto;
    padding-right: 0;
}
	.navbar-collapse.collapse.wed-navi-lg {
 
}

}
.fh5co-nav .top .site {
  float: left;
  font-weight: 300;
  margin-top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.fh5co-nav .top .num {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.fh5co-nav .top .fh5co-social {
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
  display: inline-block;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 7px 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}

.fh5co-nav #fh5co-logo a {
  color: #000;
  position: relative;
  padding-left: 25px;
}
.fh5co-nav #fh5co-logo a span {
  color: #000;
}
.fh5co-nav #fh5co-logo a i {
  position: absolute;
  top: 5px;
  left: 0;
}
.wed-dampf {
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }

}

.fh5co-nav ul {
  padding: 0;
  margin: 30px 30px 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 300;
}
.fh5co-nav ul li a {
  font-size: 15px;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	font-weight: 600;
	text-transform: uppercase
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 170px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #81c1d6;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 0;
text-transform: uppercase
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #ed2200;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  font-weight: 700;
}

#fh5co-hero {
  min-height: 550px;
  height: 550px;
  background: #fff url(../images/loader.gif) no-repeat center center;
	margin-top: 90px
}
#fh5co-hero .btn {
  font-size: 16px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
	max-height: 550px;
}
.flex-caption {
    position: absolute;
z-index: 1111;
top: 25%;
left: 50%;
width: 1140px;
margin-left: -570px;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: auto;
  height: auto;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: auto;
  height: auto;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: auto;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;

}

.vwfs__title h2 {
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
    line-height: 18px;
    font-weight: 600;
    font-size: 10px;
    font-style: italic;margin-right: 15px
}
.vwfs__title h3 {
    max-width: 22ch;
    margin-top: 0;
    font-weight: 600;
    font-style: italic;letter-spacing: 0;
	margin-bottom: 15px;font-family: 'Open Sans', Arial, sans-serif; margin-right: 15px
}
@media screen and (max-width: 1170px) {
#fh5co-hero, #slideshow {
    min-height: auto;
    height: auto;
}

	}
@media screen and (max-width: 980px) {
	.fh5co-nav #fh5co-logo img {
    height: 60px
}
	.fh5co-nav ul li a {
    font-size: 14px;
    padding: 30px 10px;
		}
	.fh5co-nav ul {
    margin: 15px 10px 0 0;
}

}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
	#fh5co-hero .btn {
  font-size: 14px;
}
	.wedpage h1 {
    font-size: 30px;
}
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
font-family: 'Open Sans', Arial, sans-serif;
	font-size: 42px;
line-height: 40px;
margin-bottom: 10px;
font-weight: bold;
font-style: italic;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p{
font-size: 16px;
line-height: 24px;
width: 70%;
margin-left: 15%;
color: #fff;
background-color: rgba(0,165,232,.9);
padding: 15px 20px;
font-style: italic;
	border-radius: 12px;
	border-bottom: 5px solid #2e3192;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-heading h2::after {
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
width: 80px;
height: 3px;
margin: 0 auto;
background: #ed2200;
	margin-top: -30px
}
.fh5co-heading.ohne h2::after {
display: none
}

.fh5co-bg-section {
  background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact
 {
  padding-top: 80px;
  clear: both;
}

@media screen and (max-width: 768px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
	
	.infoseite {
    min-height: 500px;
}
	#slideshow .col-lg-5 div, #slideshow .col-md-7 div, #slideshow .col-sm-8 div {
    padding: 20px 20px;
    font-size: 16px;
}
	
}

.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services .icon {
  width: 90px;
  height: 90px;
  background: transparent;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	border: 1px solid #666;
}
.breit-fleet {
    display: block
  }
.klein-fleet {
    display: none
  }
.slick-slide img {
    display: block;
    height: auto;
    width: 100%;
}
.slick-dots {
    display: none !important
}
.slick-next {
    position: absolute;
    top: auto;
    display: block;
    bottom: 90px;
    right: -2px !important;
    left: auto;z-index: 122;
}
.slick-prev {
    position: absolute;
    top: auto;
    display: block;
    bottom: 90px;z-index: 122;
	left: -2px
   
}
.storytelling-storyThumb--One .storytelling-storyThumb__title button {
    opacity: 1;
    -webkit-transition: opacity 1.4s;
    transition: opacity 1.4s;
        transition-delay: 0s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
a.storytelling-storyThumb__button {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    margin: 25px auto 0;
    text-transform: uppercase;
}
a.vwfs-button {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    margin: 25px auto 0;
    text-transform: uppercase;
    background-color: transparent;
	padding: 12px 20px; height: auto;
}
a:hover.vwfs-button {
   
    border: 1px solid #000;
    color0: #000;
    margin: 25px auto 0;
    background-color: #ccc;
}
.nav > li.dropdown.open { position: static; }
.nav > li.dropdown.open .dropdown-menu {
    display: table;
width: 230px;
text-align: left;
left: auto;
right: auto;
margin-top: 0;
border-radius: 0;
padding: 0;
	border: 0
}
.navbar-default .navbar-toggle {
    border: none;
}
.dropup, .dropdown {
    position: relative;
    padding-left: 0;
}
.dropdown li {
    list-style: none;
	padding: 6px 20px;
	-webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dropdown li a {
    color: #fff
}
.dropdown li:hover {
	background-color: #ed2200
}
button.navbar-toggle {
    padding: 0;
	
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.js-fh5co-nav-toggle {
    display: none !important
	
}
.blog-text h3 {
color: #81c1d6;
}
.blog-text p {
	height: 80px;
display: block;
overflow: hidden;
}
a.blog-img-holder img {
 width: 100%
}
a.blog-img-holder {
 display: block;
	color: #828282;
	background-color: #fff;
	padding-bottom: 20px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
-ms-transform: translate(0,0)
}
a:hover.blog-img-holder {
 display: block;
	color: #777;
	background-color: #f7f7f7
}
a:hover.blog-img-holder img{
 opacity: 0.9
}
.dropdown-menu>li { display: table-cell; }
.dropdown-menu {background-color: #81c1d6}
.dropdown-menu a h5 {color: #ed2200; font-style: italic; font-size: 20px; margin-top:12px }
.dropdown-menu img {width: 100%; height: auto}


@media screen and (max-width: 1250px) {
	.vwfs__title h3 {
    font-size: 21px;
    max-width: 90%;
    line-height: 30px;
}
	.navbar-nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
	.navbar-default .navbar-nav > li > a {
    font-size: 14px;
		padding-left: 10px;
padding-right: 10px;
}

	}
@media screen and (max-width: 1024px) {
	.breit-fleet {
    display: none
  }
.klein-fleet {
    display: block
  }
		.vwfs__title h2 {
    max-width: 90%;
}
	.vwfs-button {
    display: inline-block;
    margin-top: 12px;
}
	.wed-klein h2 {
    max-width: 60%;
    letter-spacing: 1px;
    font-size: 8px;
}
.vwfs--One .vwfs__title.wed-klein h3 {
    max-width: 90%;
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
}
	a:hover.vwfs-button {
   
    border: 1px solid #000;
    color: #000;
    margin: 25px auto 0;
    background-color: #ccc;
}
	.vwfs--One .vwfs__title {
    z-index: 111;
}

.navbar-default .navbar-nav > li > a {
    font-size: 12px;
		padding-left: 10px;
padding-right: 10px;
}
	li.sprach {
    margin-left: 0;
}
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
	.navbar-default {
    padding-right: 0
}

	.dropdown-menu a h5 {font-size: 15px; }
	.nav > li.dropdown.open .dropdown-menu {
    margin-left: 0;
}
	

	.vegas-wrapper h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 768px) {
 
	.navbar-default .navbar-nav > li > a {
    font-size: 14px;
		border-bottom: 0;
		color: #666
}
	.navbar-nav {
    text-align: center;
		padding-left: 0
}
.nav > li.dropdown.open .dropdown-menu {
	margin-left: 0 !important;
margin-right: 0 !important; }	
}

.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  color: #04b6fc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services:hover .icon, .services:focus .icon {
  background: #ed2200;
}
.services:hover .icon i, .services:focus .icon i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .course .desc, .course .course-img {
    width: 100%;
  }
	.navbar-default .navbar-nav > li > a.active {
    color: #ed2200;
}
	.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: rgba(23,55,96,.96);
    width: 98%;
    color: #fff;
    z-index: 11111;
    position: absolute;
    left: 0;
    right: auto;
    margin-left: 1%;top:45px
}.nav > li.dropdown.open .dropdown-menu {
    width: 100%;
    text-align: center;
}
	.navbar-default .navbar-nav > li > a.active {
    border-bottom: none;
}
	.navbar-default .navbar-nav > li > a {
    color: #fff;
		border-bottom: 1px solid #fff;
		padding-top: 8px;
margin-bottom: 0;
}
	#fh5co-hero {
    margin-top: 90px;
}

}

.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.fh5co-contact-info ul li:before {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\ea3b";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e91e";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9df";
}
.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2, #fh5co-testimonial .fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
	text-transform: uppercase;
font-weight: 900;
}
.fh5co-heading h2 span  {
	text-transform: none;
	color: #ed2200;
}
.fh5co-heading p {
  font-size: 18px;
}

#fh5co-testimonial {
  background: #1F5F8B;
  position: relative;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
  position: relative;
  color: #fff !important;
}
.testimony-slide img{
  border-radius: 50%;
	border: 2px solid #fff;
	width: 120px;
	margin: 20px
}
#fh5co-testimonial .btn-reg {
    background: transparent;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide span small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
}
#fh5co-testimonial .testimony-slide .user {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
	font-size: 14px
}
.w980-1 {
    width: 780px;
    margin-left: -10px;
}

@media screen and (max-width: 768px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 85%;
  }
	.nav > li.dropdown.open .dropdown-menu {margin-left: 0}
}

#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-testimonial .owl-theme .owl-dots .active span {
  background: white !important;
}
#fh5co-testimonial .fh5co-heading {
  margin-bottom: 3em;
}

#fh5co-testimonial .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .fh5co-heading span {
  padding: 7px 15px;
  position: relative;
}
#fh5co-testimonial .fh5co-heading span:before {
  position: absolute;
  top: 24px;
  left: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}
#fh5co-testimonial .fh5co-heading span:after {
  position: absolute;
  top: 24px;
  right: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}

.wrap-price {
  padding: 0;
	
margin-bottom: 20px;
}
.pricing--rabten .pricing__action {
    width: 100%; margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
    padding: 8px;
    color: rgba(0,0,0,.8);
    border-radius: 1px;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 15px;border: 2px solid #fff !important;
	display: block
}

.pricing--rabten .pricing__action i{
    font-size: 25px; margin-right: 8px;float: left

}
.pricing--rabten .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
}

.pricing--rabten .pricing__price {
    background: none;
}
.pricing__item {
    text-align: center;
	background: transparent;
	margin-bottom: 25px;

}

.pricing__feature-list {
  width: 100%;
  float: left;
}
.pricing__feature-list li {
  margin-bottom: 10px;
}

.pricing__item {
  width: 100%;
  float: left;
  clear: both;
	
}
.fh5co-blog {
    margin-bottom: 60px;
    width: 100%;
    float: left;
    padding: 0;
    background-color:#fff;
}
.column div span {
	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover03 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: auto;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.p-tick {
    line-height: 36px;
}
.p-tick i {
    color: #316982;
    font-size: 30px;
    float: left;
}
h2 {
    margin-bottom: 20px;
	font-weight: 900;
	font-size: 30px
}
h2 span {
    color: #81c1d6;
}
@media screen and (max-width: 998px) {
	.fh5co-blog {
    margin-bottom: 40px;
}
	h2 {
    font-size: 24px;
}
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }

}
.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}
.fh5co-blog .blog-text {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;padding-top: 20px;
}
.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 18px;
margin-bottom: 10px;
line-height: 1.5;
font-weight: 900;
text-transform: uppercase;
	height: 50px;
overflow: hidden;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}

#fh5co-register {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#fh5co-register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-register h2, #fh5co-register h3, #fh5co-register p {
  color: #fff;
}

.staff {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
}
.staff .staff-img {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  display: table;
}
.staff .staff-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.staff .staff-img .fh5co-social {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.staff .staff-img .fh5co-social li {
  display: inline-block;
  padding: 0 7px;
}
.staff h3 {
  font-size: 18px;
}
.staff h3 a {
  color: #000;
}
.staff span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.staff:hover .staff-img:before {
  opacity: 1;
}
.staff:hover .staff-img .fh5co-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fh5co-gallery {
  padding-top: 2.5em;
}
#fh5co-gallery h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-weight: 700;
  letter-spacing: 2px;
}
#fh5co-gallery h2 span {
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  position: relative;
}
#fh5co-gallery h2 span:before, #fh5co-gallery h2 span:after {
  position: absolute;
  top: 18px;
  bottom: 0;
  content: '';
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#fh5co-gallery h2 span:before {
  left: 0;
  margin-left: -125px;
}
#fh5co-gallery h2 span:after {
  right: 0;
  margin-right: -110px;
}

.gallery {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.gallery:hover {
  -webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
}

#fh5co-footer {
background: #316982;
padding: 35px 0;
color: #fff;
font-size: 14px;
line-height: 21px;
margin-top: 60px;
}
.line-footer {
padding-bottom: 40px;
border-bottom: 1px solid #eee;padding-top: 20px
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer a {
  color: #fff;
  text-decoration: none;padding: 0 10px;
	font-weight: bold
}
#fh5co-footer a:hover {
  color: #ed2200
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}

#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer .copyright .block a {
  color: rgba(255, 255, 255, 0.5);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }

}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
 background: rgba(204, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 2px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {

}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 'Open Sans';
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {

}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
	.dropdown-menu {
    font-size: 13px;
    display: block !important;
    position: relative;
    float: none;
    line-height: 18px;
    text-align: center;
		margin-top: 2px !important;
}
	
}

.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #316982;
  color: #fff !important;
  border: 2px solid #316982;
	text-decoration: none !important
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #c00 !important;
  border-color: #c00 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #2D6CDF;
  border: 2px solid #2D6CDF;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #2D6CDF;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
.btn {
  font-weight: bold
}
.btn-info {
  background: #ed2200;
  color: #fff;
  border: 2px solid #ed2200;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #81c1d6 !important;
  border-color: #81c1d6 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #ed2200;
  border: 2px solid #ed2200;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
h3, .h3 {
    font-size: 21px;
    color: #81c1d6;
    font-weight: 900;
	margin-bottom: 10px
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
	
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.wedpage .btn-danger {
  color: #fff !important;
  text-decoration: none
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 15px;
  font-weight: 400;
	border-radius: 0
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}
label {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
}
.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.label-cbx input:checked + .checkbox {
  border-color: #4a6e92;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #4a6e92;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 0;
	margin-top: 0;
margin-bottom: 0;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #4a6e92;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}
.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
}
.js #slideshow .animate-box {
  opacity: 1;
}
.vwfs:hover .vwfs__iconWrapper img {width: 30px; height: auto}
.vwfs:hover .vwfs__iconWrapper{width:30px;height:30px;margin-left:30px;overflow:hidden;opacity:.8;-webkit-transition:.4s all ease;transition:.4s all ease}.vwfs:hover .vwfs__image{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 80%;
    height: 1px;
    margin: 0 auto;
        margin-top: 0px;
    background: #fff;
    margin-top: 45px;
}
@media screen and (max-width: 1170px) {
  .flex-caption {
top: 25%;
width: 800px;
margin-left: -400px;
}
	.fh5co-blog .blog-text p, .fh5co-blog .blog-text h3 {
	height: auto;
overflow: visible;
}	
}


@media screen and (max-width: 768px) {
  .flex-caption {
top: 35%;
width: 400px;
margin-left: -200px;

}
	  .flex-caption h2 {
font-size:21px;text-align:center;
		  padding: 6px 10px;
}
	.flex-caption p {
font-size:12px;text-align:center;
		padding: 6px 10px;
}

	#fh5co-hero .flexslider .flex-control-nav {
    display: none;
}
	.navbar-default .navbar-nav > .active > a::before {
    width: 200px;
    margin-top: 32px;
}
}

@media screen and (max-width: 480px) {
  .fh5co-nav .top .site {
    display: none;
  }
	#fh5co-footer, footer a {
	font-size: 11px;
}

}
a:hover.blog-img-holder {
   opacity: 0.6
}

.navigation ul {
    list-style-type: none;
    line-height: 1.3em;
    padding-left: 0;
    margin-top: 62px;
    padding-right: 0;
    margin-bottom: 0;
}
.navigation ul li {
    border-bottom: 1px solid #81c1d6;
	background-color: #316982;
color: #fff;
	transition: all .5s ease;
}
.navigation ul li a {
    font-size: 90%;
    padding: 12px 10px;
        padding-left: 20px;
    display: block;
    color: #fff;
    transition: all .5s ease;
  
	font-weight: bold
}
.navigation ul li a.active {
    color: #81c1d6;
    padding-left: 20px;
}
.navigation ul li:hover {
	background-color: #c00;
color: #fff !important;border-bottom: 1px solid #fff;
}

.news-weiter {
	margin-top: 40px
}
.fh5co-contact-info {
    background-color: #ed2200;
    padding: 15px;
    color: #fff;
}
.fh5co-contact-info h3 {
    color: #316982;
}
.tabelle {
    width: 100%
}
.tabelle td {
    padding: 5px 8px;
	border: #cccccc 1px solid;
}
.tabelle th {
    background-color: #0068b7;
color: #ffffff;
	border-bottom: #ffffff 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
	padding: 5px 8px
}
.nav-pills {
    margin: 30px 0
}
h5 {
    color: #de5c05;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.img_left {
    float: left;
	margin-right: 30px;
	width: 40% !important;
}
.img_right {
    float: right;
	margin-left: 20px;
	width: 40% !important;
}
.t100 td {
    width: 33.33%;
}
.blabla {
    padding: 15px;color:#fff;font-size: 80%;
}
.blaicon {
    font-size: 36px;letter-spacing: -12px;color: #de5c05;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.t100-2 {
    font-size: 14px
}
.nav-pills > li > a {
    margin-bottom: 6px;
}
.well td {
    padding-right: 8px;
	width: 50%
}

@media screen and (max-width: 768px) {
  .t100 td{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
	.t100-2 img {
		width: 100%;
		height: auto
}
	.t100-2 {
    font-size: 11px
}
	.well td {
    padding-right: 0;
	width: 100%;
		float: none;
		display: table;
}
.well td img {
   margin-bottom: 20px
}
  }
.flex-caption .b9 {
	width: 450px;
}
.flex-caption .b9 p {
	background-color: transparent;
	font-size: 21px;
	font-weight: 900;
}
.marquee {
    width: 450px; /* Width of marquee "window" must match the width of p elements*/
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	background-color:rgba(255,255,255,0.8);
}

.marquee > div {
  display: table-row;
  white-space: nowrap;
  padding-left: 100%; 
  animation: marquee 20s linear infinite; /* Time must be adjusted based on total width of scrolled elements*/
}

.marquee > div p {
  width: 450px; /* Width of p elements must match the width of marquee "window"*/
  padding-left: 450px; /* Padding determines space between scrolled elements */
  display: table-cell; 
}

.adresse .blog-text {
    padding: 0;
    padding-top: 15px;
}
.adresse .blog-text h3  {
font-size: 21px;
line-height: 1.1;
text-transform: none;
height: auto;
overflow: inherit;
}
.adresse .blog-text p {
    height: auto;
    display: block;
    overflow: hidden;
    font-size: 90%;
}
.adresse .text-center {
    text-align: left
}
.ui-accordion .ui-accordion-header {
       margin: 0;
    padding: 15px 0;
    min-height: 0;
    font-size: 20px;
	border-radius: 0
}
.wedvideo h3 {
    font-size: 18px !important;

}
.ui-accordion-content-active {
    height: auto !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
	left: auto
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: none;
    font-weight: 600 !important;
    color: #316982;
	border-top: 1px solid #316982;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0;
	border-top: 1px solid #316982;
    background: none;
    font-weight: 600 !important;
    color: #c00 !important;
}
.ui-accordion .ui-accordion-content {
    padding: 5px 0;
    border: 0;
    overflow: auto;
}
.ui-accordion-content h4 {
   margin-bottom: 6px;
	text-transform: none
}

.ui-state-default .ui-icon {
    background-image: url("plus.png");
}
.ui-state-active .ui-icon {
    background-image: url("minus.png");
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
}

.ui-accordion {
    border-bottom: 1px solid #316982;
}
.ui-accordion .col-xs-4 img{
    width: 100%;
	height: auto;
	margin-bottom: 20px
}
.ui-accordion .col-xs-4{
    padding: 0 5px
}

.ui-widget-content .btn {
    color: #316982;
	text-decoration: none;
	padding: 6px 15px;
margin-left: 30px;
}
.ui-widget-content a:hover {
    color: #ec2416
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0;
    border: none;
    height: auto !important;
	overflow: hidden
}
.ui-accordion-content img {
    width: 60px;
    float: left;
    margin-right: 15px;
}
.wedvideo .ui-accordion-content img {
    width: 100%;
    float: none;
    margin-right: 0;
}
.ui-widget {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.ui-widget-content {
    color: #1f495b;
	line-height: 1.7
}
.ui-accordion-header:focus {
  outline: none;
}
.ui-widget i {
    color: #e50119;
    font-size: 24px;
    float: left;
    margin-right: 10px;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;margin-bottom: 24px;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -13px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #c00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #c00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
@media screen and (max-width: 480px) {
.t100-2 {
    font-size: 9px
}
	.flex-caption .b9 p {
	font-size: 14px;
}
	.wedpage h1 {
    font-size: 24px;
}
  }
#date {
  display: none
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #b3d9e6;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
