.col-md-99 {
    margin-top: -60px !important;
    }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
 font-family: 'Open Sans', Arial, sans-serif !important;
 font-weight: 400;
 color: #444;
}

#coaching, #wingwave { margin-bottom: -100px !important; }
#pricing { margin-bottom: -50px !important; }
#banner2 { margin-bottom: -50px !important; }


.logo2 {
 font-size: 11px;
 font-weight: bolder;
 color: #000;
 text-decoration:none !important;
 text-transform:uppercase;
 letter-spacing: 3px;
 margin-top: 0px;
}

.container {
 padding-right: 10px !important;
 }

.services .icon {
color: transparent !important;
float: left;
background-image: url("../images/ftwr_logo_rund.png") !important;
background-repeat: no-repeat !important;
background-color: #fff !important;
width: 90px;
height: 400px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
border-top: 0px solid #fff !important;
}

.services-content {
background-color: #fff !important;
}


p {
 font-size: 16px;
 line-height: 22.4px;
 color: #444;
}
h1 {
 font-size: 65px;
 color: #2d3033;
}
h2 {
 font-size: 40px;
 color: #2d3033;
}
h3 {
 font-size: 28px;
 color: #2d3033;
 font-weight: 300;
}
h4 {
 font-size: 22px;
 color: #2d3033;
 font-weight: 400;
}
h5 {
 font-size: 14px;
 color: #2d3033;
 font-weight: 700;
 line-height: 24px !important;
}
.btn {
 color: #fff;
 background-color: #444 !important;
 font-size: 14px;
 font-weight: 400;
 border: 0;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 0;
 display: inline-block;
 border: 1px solid #666;
 padding: 15px 20px;
}
.btn:hover, .btn:focus {
 background-color: #666 !important;
 color: #fff;
}
.btn-large {
 padding: 15px 40px;
}

img.responsive {
    display: block;
    max-width: 130px;
    max-height: 95px;
}
img.responsive2 {
    display: block;
    min-width: 300px;
    margin: auto;
    width: 50%;
}
img.responsive3 {
    display: block;
    max-width: 292px;
    max-height: 340px;
    padding-right: 0px;
    float:left;
}
img.responsive4 {
    display: block;
    max-width: 150px;
    max-height: 46px;
    padding-right: 0px;
}
img.responsive5 {
    display: block;
    max-width: 500px;
    max-height: 395px;
    padding-right: 5px;
    padding-bottom: 5px;
    }
img.responsive6 {
    display: block;
    max-width: 500px;
    max-height: 395px;
    padding-right: 5px;
    }
	
a:active, a:focus {outline: none !important;}

.col-md-88 {
    width: 100%;
    padding-right: 20px !important;
    text-align: center !important;
    }

.col-md-6{
    padding-left: 0px !important;
    margin-bottom: -70px !important;
    }

.back-to-top {
  background:#333;
  color:#fff;
  font-weight: bold;
  background-repeat: no-repeat;
  position: fixed;
  bottom:20px;
  right:20px;
  padding:1em;
  z-index: 100;
}

#cookieHinweis {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px; font-size: 14px; font-family:Verdana;}
#cookieHinweis a.button {cursor: pointer; color:#333; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#cookieHinweis a.button:hover {background-color: #aaa;}
#cookieHinweis p.cookiemessage a:hover {color:#444;}

/* ------------------------------------------------------------------------------
 Global Styles
-------------------------------------------------------------------------------*/
a {
 color: #666;
}
a:hover, a:focus, a:active {
 text-decoration: none;
 -moz-transition: background-color, color, 0.3s;
 -o-transition: background-color, color, 0.3s;
 -webkit-transition: background-color, color, 0.3s;
 transition: background-color, color, 0.3s;
 color:#fff;
}

ul, ol {
 margin: 0;
 padding: 0;
}
ul li {
 list-style: none;
}
.section {
 padding: 40px;
}
.no-padding {
 padding: 0;
}
.no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
.space {
 margin-top: 60px;
}
/* ------------------------------------------------------------------------------
 Header
-------------------------------------------------------------------------------*/
#header {
 position: fixed;
 width: 100%;
 z-index: 999;
 background: #fff;
 border-bottom: 1px solid black;
}
#header .header-content {
 margin: 0 auto;
 max-width: 1170px;
 padding: 0px 0px 20px 30px;
 width: 100%;
 -moz-transition: padding 0.3s;
 -o-transition: padding 0.3s;
 -webkit-transition: padding 0.3s;
 transition: padding 0.3s;
}
#header .logo {
 float: left;
 font-size: 12px;
 font-weight: bolder;
 color: #333;
 text-decoration:none;
 text-transform:uppercase;
 letter-spacing: 3px;
 margin-top: 0px;
}

#header.fixed {
 background-color: #fff;
}
#header.fixed a {
 /* color: #000; */
}
#header.fixed .header-content {
 border-bottom: 0;
 padding: 0px 0px 20px 30px;
}
#header.fixed .nav-toggle {
 top: 18px;
 color: #000;
}
.navigation.open {
 opacity: 0.9;
 visibility: visible;
 -moz-transition: opacity 0.5s;
 -o-transition: opacity 0.5s;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;
}
.navigation {
 float: right;
 padding-top: 92px;
 padding-right: 20px;
}
.navigation li {
 display: inline-block;
}
.navigation a {
 color: #444;
 font-size: 14px;
 font-weight: 700;
 margin-left: 40px;
 text-transform: uppercase;
 letter-spacing: 1px;
}
.navigation a:hover, .navigation a:active, .navigation a:focus {
 color: #000;
 text-decoration: overline;
 outline: none !important;
}
.nav-toggle {
 display: none;
 height: 44px;
 overflow:hidden;
 position: fixed;
 right: 5%;
 text-indent: 100%;
 top: 16px;
 white-space: nowrap;
 width: 44px;
 z-index: 99999;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
 border-radius: 50%;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 -moz-backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 -webkit-transition-property: -webkit-transform;
 transition-property: transform;
}
.nav-toggle:before {
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
 -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 color: #f05da3;
}
.nav-toggle:after {
 background-color: transparent;
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -webkit-transform: scale(0);
 transform: scale(0);
 -moz-transition-duration: 0s;
 -o-transition-duration: 0s;
 -webkit-transition-duration: 0s;
 transition-duration: 0s;
 color: #f05da3;
}
.nav-toggle span {
 bottom: auto;
 display: inline-block;
 height: 3px;
 left: 50%;
 position: absolute;
 right: auto;
 top: 50%;
 width: 18px;
 z-index: 10;
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
 background-color: #333;
 content: "";
 height: 100%;
 position: absolute;
 right: 0;
 top: 0;
 width: 100%;
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 -moz-backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-transition: -moz-transform 0.3s;
 -o-transition: -o-transform 0.3s;
 -webkit-transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
}
.nav-toggle span:before {
 -moz-transform: translateY(-6px) rotate(0deg);
 -ms-transform: translateY(-6px) rotate(0deg);
 -webkit-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
 -moz-transform: translateY(6px) rotate(0deg);
 -ms-transform: translateY(6px) rotate(0deg);
 -webkit-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -webkit-transform: scale(0);
 transform: scale(0);
}
.nav-toggle.close-nav:after {
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
.nav-toggle.close-nav span {
 background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
 background-color: #fff;
}
.nav-toggle.close-nav span:before {
 -moz-transform: translateY(0) rotate(45deg);
 -ms-transform: translateY(0) rotate(45deg);
 -webkit-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
 -moz-transform: translateY(0) rotate(-45deg);
 -ms-transform: translateY(0) rotate(-45deg);
 -webkit-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
 Banner
-------------------------------------------------------------------------------*/

.slider-banner h3{
 color: #444 !important;
 font-size: 42px;
 line-height:50px;
 padding-right: 180px;
 font-weight:100;
 }
.slider-banner p{
    color:#111 !important;
    font-size: 18px;
    font-weight: bold;
}
.slider-banner {
 position:relative;
 padding-top: 130px;
 width: 1900px;
 height: 600px;
 overflow: hidden;
 }

.banner-text {
 padding-top: 45%;
}
.banner-text h1 {
 color: #000000;
 font-family: "Open Sans", Arial, sans-serif;
 font-size: 36px;
 font-weight: 700;
 text-transform: uppercase;
}
.banner-text p {
 color: #000;
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 margin-top: 30px;
 margin-bottom: 80px;
}


/* ==========================================================================
 $intro
========================================================================== */
.intro {
 background-color: #fff;
 /* color: #000; */
}
.intro h3, h4, h5 {
 color: #fff;
 margin-top: 0;
}
.intro p {
 color: #fff;
 font-weight: 400;
}

.intro2 {
 background-color: #fff;
 /* color: #000; */
}
.intro2 h3, h4, h5 {
 color: #333;
 margin-top: 0;
}
.intro2 p {
 color: #444;
 font-weight: 500;
 font-size: 14px;
 }

#intro2 {
    padding-bottom: 0px !important;
    }

/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{
text-align: center;
padding-bottom: 30px;
padding-top: 0px;
}
.section-header h2{

}
.section-header p{

}


/* ------------------------------------------------------------------------------
  Serives
-------------------------------------------------------------------------------*/
.service-section {
 padding-top: 100px;
}
.services {
 margin-bottom: 50px;
}
.services-content {
 padding: 30px 20px 20px 89px;
 margin-top: 30px;
 background: #efefef;
 border: 1px solid #fff;
 text-align: left;
}
.services .icon {
 color: #666;
 font-size: 38px;
 padding-left: 15px;
 float: left;
 background: #efefef;
 padding: 20px;
 width: 90px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 border-top: 1px solid #666;
}

/* ---------------------------------------------------------------------------
About
------------------------------------------------------------------------------*/
/* CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
 padding: 0px;
 position: relative;
}



.content-3-10 .content {
 margin-top: 0px;
 padding: 40px;
 background: #efefef;
}

.content-3-10 h3 {
 margin-bottom: 32px;
}

.content-3-10 p {
 margin-bottom: 20px;
 color: #000;
}

 .content-3-10 .image-container {
  height: 0px;
 }

/* CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

 .content-3-10 .content {
  margin-top: 0px;
  padding: 80px 15px 80px 80px;
  background: #efefef;
 }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
/* pricingtable5 */
#pricing5 {
 padding: 0px 0;
}

#pricing5 .table {
 margin-top: 15px;
 width: 100%;
 padding: 0px 0px;
 border: 2px solid #444;
}

#pricing5 .long-table {
 margin-top: 0;
 padding: 0px 0px 0px 0px;
}

#pricing5 h3 {
 margin: 0;
 font-size: 16px;
 text-transform: uppercase;
 text-align: center;
 color: #444;
}

#pricing5 h2 {
 /* margin: 0; */
 /* font-size: 36px; */
 /* font-weight: bold; */
 /* text-transform: uppercase; */
 text-align: center;
 /* color: #282828; */
 /* margin: 20px 0 15px 0; */
}

#pricing5 p {
 /* margin: 0; */
 /* font-size: 12px; */
 text-align: center;
 /* color: #898989; */
 /* font-weight: 300; */
 /* margin: 15px 0 35px 0; */
}

#pricing5 ul.table-content {
 list-style: none;
 text-align: center;
 margin: 0px 0;
 padding: 0;
 font-size: 13px;
 font-weight: 400;
 color: #444;
 line-height: 35px;
}


/* ------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------*/
.footer {
 text-align: left;
}
.footer-top {
 background-color: #181818;
 padding-top: 50px;
}
.footer-bottom {
 background-color: #313454;
 padding: 20px 0;
}
.footer .footer-col {
 margin-bottom: 80px;
}
.footer h5 {
 color: #fff;
}
.footer h5 {
 margin-bottom: 20px;
}
.footer p {
 color: rgba(255, 255, 255, 0.25);
}
.footer a {
 color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
 color: #666;
}
.footer .footer-share {
 margin-top: 0;
}
.footer .footer-share li {
 display: inline-block;
 float: none;
}
.footer .footer-share a {
 border: none;
 font-size: 21px;
 color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
 color: #e84545;
 font-size: 11px;
 margin: 0 2px;
}