@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#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');
 }
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header {
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: #fff
}

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: 0;
  position: fixed !important;

}

* html .fixed-navi {
  top: expression(documentElement.scrollTop);
}

.navi-ri {
  float: right;
  margin-top: 20px;
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  color: #8a5196;
  border-left: 3px solid #f0c600;
  padding-left: 10px;
}

.navi-ri i {
  font-size: 30px;
  color: #000;
  float: left;
  margin-right: 8px
}

.navi-ri p {
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, "sans-serif";
  font-size: 30px;
  margin-bottom: 0;
  margin-top: -10px;
  color: #8a5196;
}

.navbar-default {
  background-color: #f0c600;
  border-color: transparent;
  border: 0;
}

.dropdown-menu {
  list-style: none;
  font-size: 16px;
  text-align: left;
}

#slideshow .col-lg-5 div, #slideshow .col-md-7 div, #slideshow .col-sm-8 div {
  background-color: rgba(138, 81, 150, 0.9);

  padding: 20px 30px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

#slideshow .col-sm-8 a {
  background-color: #f0c600;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 0;
}

#slideshow .col-sm-8 a:hover {
  background-color: #6c3877;
  color: #fff;
}

#slideshow .col-sm-8 p {
  margin-bottom: 0;
  margin-top: 12px
}

.navi-ri a {
  color: #ad5a08;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navi-ri a:hover {

  color: #000;
}

.navi-ri a:hover i {
  color: #ad5a08
}

.navbar {
  border-radius: 0;
  min-height: 46px;
  margin-bottom: 0
}

.navbar-default .navbar-nav > li > a {
  color: #8a5196;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.navbar-default .navbar-nav > li > a.active {
  color: #fff

}

.navbar-default .navbar-nav > li > a:hover {

  color: #bec8da
}

li.dropdown img {
  height: 12px
}

input.suche {
  outline: none;
}
p {
  margin-bottom: 20px;
}
.style1 {
  min-height: 600px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.style1 h1 {
  font-weight: 900;
  margin-bottom: 30px;
}
.style1 h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.style1 .blog-text p {
  min-height: auto;
  font-size: 90%;
}
.style1 .blog-text h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.navi2 {
  margin-bottom: 40px;
}
.navi2 p {
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 600;
}
.navi2 hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #f0c600;
}
input, textarea {
  width: 100%;
  margin-bottom: 15px;
}
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: 200px;
  min-height: 720px;
}

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: 90px;
  margin-top: 10px;
  margin-bottom: 10px
}

.wed-firma {
  font-family: Times, "Times New Roman", "serif";
  margin-top: 25px;
  line-height: 21px;
  color: #222;
  font-size: 14px;
}

.wed-firma b {
  font-weight: bold;

  font-size: 21px
}

.wed-firma p {
  font-size: 12px;
  letter-spacing: 2.8px;
  display: inline-block;
  padding: 4px 0;
  font-weight: bold;
  border-top: 1px solid #111;
  margin-top: 4px;
}

.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-top: 17px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #8a5196;
  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: #8a5196;
  color: #fff;
  border-color: #fff
}

.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: #8a5096;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer a {
  font-size: 13px;

}

footer a:hover {
  color: #8a5196
}

a:hover, a:active, a:focus {
  color: #f0c600;
  outline: none;
  text-decoration: none;
}

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

.navbar-nav {
  width: 100%;
}

.navbar-nav > li {
  float: left
}

.navbar-collapse.collapse.wed-navi-lg {

}

.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: #ad5a08;
  margin-left: 6px
}

.wed-blocks h3 {
  color: #ad5a08;
  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 #ad5a08;
  color: #ad5a08;
  font-size: 18px
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  font-weight: 400;
  color: #8a5196;
}

h4 {
  color: #f0c600;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 800
}

.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 #8a5196;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: #f0c600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.wed-senden {
  padding: 10px 25px;
  font-weight: 600
}

.nach-oben a:hover, :hover.wed-senden {
  border: 3px solid #54235e;
  color: #fff;
  background-color: #8a5196
}

.wed-fleet {
  margin: 40px 0
}

.wed-fleet h3 {
  color: #ad5a08;
  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: #ad5a08;
  background-color: #e1e1e1;
  padding: 50px 15%;
  margin-top: 10px;
  line-height: 34px;
  font-size: 18px
}

.wed-fleet hr {
  border-top: 1px solid #ad5a08;
  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: #ad5a08;
}

.wedst {
  padding-top: 0;
  margin-top: 0
}

.vegas-wrapper h2 {
  color: #f0c600;
  font-size: 32px;
  letter-spacing: 0;
  font-family: 'Open Sans', Helvetica, Arial, "sans-serif";
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0
}

@media screen and (max-width: 1170px) {

  .navi-ri i {
    font-size: 30px;
  }

  .navi-ri p {
    font-size: 21px;
  }
}

@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
  }

  .wed-firma {
    font-size: 13px;
    padding-top: 20px;
    margin-top: 0
  }

  .wed-firma p {
    font-size: 11px;
    letter-spacing: 2.7px;
  }
}

@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: 420px) {
  .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 {
    float: none;
  }
}

@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 #ad5a08 !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: 70px;
  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: #8a5196;
  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: #ad5a08;
  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: 720px;
  height: 720px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  margin-top: 140px
}

#fh5co-hero .btn {
  font-size: 24px;
}

#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;
}

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 720px;
  height: 720px;
  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: 720px;
  height: 720px;
  z-index: 9;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#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: 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;
  }

  .wed-dampf {
    margin-top: 0;

  }
}

@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner 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: #fff;
  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;
  }

  #fh5co-hero, #slideshow {
    min-height: 500px;
    height: 500px;
  }

  .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;
    line-height: 24px;
  }
}

.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: 250px;
  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 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-left: 25px;
  border-top: 1px solid #fff;
}

.dropdown li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.dropdown li:hover {
  background-color: #f0c600
}

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 p {
  min-height: 50px
}

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: #8a5196
}

.dropdown-menu a h5 {
  color: #ad5a08;
  font-style: italic;
  font-size: 20px;
  margin-top: 12px
}

.dropdown-menu img {
  width: 100%;
  height: auto
}


@media screen and (max-width: 1170px) {
  .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-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }

  .navbar-default {
    padding-right: 0
  }

  .navi-ri {
    margin-left: 15px;
    font-size: 10px;
  }

  .dropdown-menu a h5 {
    font-size: 15px;
  }

  .nav > li.dropdown.open .dropdown-menu {
    margin-left: 0;
  }

}

@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: #ad5a08;
}

.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: #ad5a08;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: rgba(0, 0, 0, .9);
    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: #8a5196;
  }
}

.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: 42px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  color: #f0c600
}

.fh5co-heading p {
  font-size: 18px;
  color: #fff
}

#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: #8a5196;
  font-size: 30px;
  float: left;
}

h2 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 36px
}

@media screen and (max-width: 998px) {
  .fh5co-blog {
    margin-bottom: 40px;
  }
}

@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;
}

.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: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  color: #f0c600;
}

.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: #8a5196;
  padding: 35px 0;
  color: #f0c600;
  font-size: 14px;
  line-height: 21px;
  margin-top: -20px;
}

.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: #f0c600;
  text-decoration: none;
  padding: 0 10px;
  font-weight: bold
}

#fh5co-footer a:hover {
  color: #fff
}

#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;
  }

  .navi-ri {
    display: none
  }
}

#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(240, 198, 0, 0.9);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.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;
  }
}

.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: #5f5fc1;
  color: #fff;
  border: 2px solid #5f5fc1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #437be2 !important;
  border-color: #437be2 !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-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.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;
}

.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)
}

@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
}

.well {
  background-color: #f0c600;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.vegas-timer-progress {
  background: #f0c600;

}

h3 {
  margin-bottom: 10px;
  font-weight: 800;
}
.ui-accordion .ui-accordion-content {
  height: auto !important;
  font-size: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #f0c600;
  background: #f0c600;
  font-weight: normal;
  color: #fff;
  font-weight:900;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #8a5196;
  background: #8a5196;
  font-weight: normal;
  color: #fff;
  font-weight:900;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
  border:1px solid #8a5196;
  background:#8a5196;
  color:#f0c600;
  font-weight:900;
}
.ui-icon, .ui-state-default .ui-icon, .ui-state-active .ui-icon {
  background-image: url("/assets/jquery-ui-1.11.4/images/ui-icons_ffffff_256x240.png");
}
.ui-accordion .ui-accordion-icons {
  padding-left: 1.6em;
}
#ui-id-1.ui-state-default, #ui-id-1.ui-state-active {
  display: none;
}
#ui-id-2 {
  display: block !important;
  height: auto !important;
  line-height: 1.7;
  font-size: 16px;
  padding: 0 0 20px 0;
  border: 0;
}
.ui-widget {
  font-family: 'Open Sans', Arial, sans-serif;
}
.ui-widget-content {
  line-height: 1.6;
  font-size: 16px;
}
.title-galerie img {
  width: 100%;
}
