/*!
 * feel FINANCE CONSULTING GmbH
 * Copyright 2019 - feel FINANCE CONSULTING GmbH
 */

body {
  color: #212529;
  font-family: 'Gilroy-ExtraBold', 'Gilroy-Bold', serif;
  letter-spacing: 0.03846rem; /* 1px */
  padding-bottom: 3rem;
}

.wow {
  visibility: hidden;
}

#ff_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
}

#ff_overlay_mobile {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
}

h1 {
  font-family: 'Gilroy-ExtraBold', serif;
  letter-spacing: 0.03846rem;
  color: #FFFFFF;
  line-height: 6.2rem;
  font-size: 7.154rem;
  text-shadow: 0 0 10px rgba(0,0,0, 0.75);
}

@media (max-width: 576px) {
  h1 {
    font-family: 'Gilroy-ExtraBold', serif;
    letter-spacing: 0.03846rem;
    color: #FFFFFF;
    line-height: 2.4rem;
    font-size: 2.5rem;
    text-shadow: 0 0 10px rgba(0,0,0, 0.75);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h1 {
    font-family: 'Gilroy-ExtraBold', serif;
    letter-spacing: 0.03846rem;
    color: #FFFFFF;
    line-height: 4.1rem;
    font-size: 4.8rem;
    text-shadow: 0 0 10px rgba(0,0,0, 0.75);
  }
}

h2 {
  font-family: 'Gilroy-ExtraBold', serif;
  letter-spacing: 0.03846rem;
  color: #000000;
  line-height: 4.077rem;
  font-size: 3.423rem;
}

@media (max-width: 635px) {
  h2 {
    font-family: 'Gilroy-ExtraBold', serif;
    letter-spacing: 0.03846rem;
    line-height: 2.577rem;
    color: #000000;
    font-size: 2.263rem;
  }
}

h3 {
  font-family: 'Gilroy-Regular', serif;
  letter-spacing: 0;
  line-height: 2.192rem;
  color: #000000;
  font-size: 1.769rem;
}

@media (max-width: 635px) {
  h3 {
    font-family: 'Gilroy-Regular', serif;
    letter-spacing: 0;
    line-height: 2.192rem;
    color: #000000;
    font-size: 1.069rem;
  }
}

h4 {
  font-family: 'Gilroy-ExtraBold', serif;
  letter-spacing: 0.03846rem;
  line-height: 1.846rem;
  color: #000000;
  font-size: 1.769rem;
}

@media (max-width: 635px) {
  h4 {
    font-family: 'Gilroy-ExtraBold', serif;
    letter-spacing: 0.03846rem;
    line-height: 1.446rem;
    color: #000000;
    font-size: 1.169rem;
  }
}

h5 {
  font-family: 'Gilroy-ExtraBold', serif;
  letter-spacing: 0.03846rem;
  color: #FFFFFF;
  font-size: 2.231rem;
  text-shadow: 0 0 10px rgba(0,0,0, 0.75);
}

.ff_balanced_h5 {
  text-shadow: none !important;
}

@media (max-width: 576px) {
  h5 {
    font-family: 'Gilroy-ExtraBold', serif;
    letter-spacing: 0.03846rem;
    color: #FFFFFF;
    font-size: 1.731rem;
    text-shadow: 0 0 10px rgba(0,0,0, 0.75);
  }
}

p {
  font-family: 'Gilroy-Regular', serif;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #000000;
  font-size: 1em;
}

html, body {
  height: 100%;
}

.ff_infobox {
  background-color: #FFFFFF;
  padding: 50px !important;
  width: 25vw;
  box-shadow: 0 0 10px rgba(0,0,0, 0.75);
}

@media (min-width: 576px) and (max-width: 1120px) {
  .ff_infobox {
    background-color: #FFFFFF;
    padding: 50px !important;
    width: 65vw;
    box-shadow: 0 0 10px rgba(0,0,0, 0.75);
  }
}

@media (max-width: 576px) {
  .ff_infobox {
    background-color: #FFFFFF;
    padding: 50px !important;
    width: 34vmax;
    box-shadow: 0 0 10px rgba(0,0,0, 0.75);
  }
}

.ff_view {
  z-index: -1;
}

.ff_partner_card {
  box-shadow: none;
}

.ff_gradient_rgba {
  background: linear-gradient(45deg, rgba(251,238,102, 0.8), rgba(231,81,19, 0.8))!important
}

.font-weight-bold {
  font-family: "Gilroy-Bold", serif;
}

/*
*----------------------------------
* Footer
*----------------------------------
 */



/*
*----------------------------------
* Header Navigation
*----------------------------------
 */
.top-nav-collapse {
  background: rgba(0,0,0,0.4);
}

.ff_navbar {
  box-shadow: none;
}
.nav-item > a {
  color: white;
}

.nav-item > a > u {
  text-decoration: none;
}

.ff_dropdown_nav {
   min-width: 30rem;
}

@media (max-width: 768px) {
  .ff_dropdown_nav {
    min-width: 15rem;
  }
}

.ff_dropdown_nav_logo {
  margin-left: 50px;
  width: 23%;
  height: 23%;
}

.ff_nav_sujet {
  background-image: url("../img/background/feel_sujet.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.ff_dropdown_menu_a_font {
  font-family: "Gilroy-Regular", serif;
  color: #808080;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-item:hover {
  background-color: #e6e6e6 !important;
  box-shadow: none !important;
}

/*
*----------------------------------
* Background
*----------------------------------
*/
div.background {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 581px) {
  div.background {
    overflow: auto;
    background: url("../img/background/ff_home-bg_4.jpg") no-repeat;
    background-size: cover;
    min-width: 100vw !important;
    min-height: 100vh !important;
  }
}

@media (min-width: 581px) and (max-width: 1200px) {
  div.background {
    overflow: auto;
    background: url("../img/background/ff_home-bg_5.jpg") no-repeat;
    background-size: cover;
    min-width: 100vw !important;
    min-height: 100vh !important;
  }
}
/*
 *---------------------------------
 * Video
 *---------------------------------
 */
#fVideo {
  position:fixed;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  #fVideo {
    width:100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #fVideo {
    width:auto;
    height: 100%;
  }
}

/*
 *---------------------------------
 * Landing Page Navigation
 *---------------------------------
 */
.ff_flow_menu {
  position: relative;
  transform: translateY(-50%);
}

@keyframes slide-left_logo {
  0% {
    transform: translateX(-100%);
  }
  100% {
    left: 0%;
  }
}
@keyframes slide-right_logo {
  0% {
    transform: translateX(0%);
  }
  100% {
    left: 100%;
  }
}


@keyframes slide-left_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    left: -100%;
  }
}
@keyframes slide-right_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    left: 70%;
  }
}


@keyframes slide-left_right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    left: 30%;
  }
}
@keyframes slide-right_right {
  0% {
    transform: translateX(0%);
  }
  100% {
    left: 200%;
  }
}

@keyframes slide-back_right {
  0% {
    transform: translateX(-125%);
  }
  100% {
    left: 50%;
  }
}

@keyframes slide-left-back_right {
  0% {
    transform: translateX(-200%);
  }
  100% {
    left: 20%;
  }
}

@keyframes slide-right-back_right {
  0% {
    transform: translateX(-70%);
  }
  100% {
    left: 80%;
  }
}


@keyframes slide-back_left {
  0% {
    transform: translateX(75%);
  }
  100% {
    left: 50%;
  }
}

@keyframes slide-left-back_left {
  0% {
    transform: translateX(10%);
  }
  100% {
    left: 20%;
  }
}

@keyframes slide-right-back_left {
  0% {
    transform: translateX(200%);
  }
  100% {
    left: 80%;
  }
}


.ff_flow_logo {
  left: 50%;
  position: absolute;
  width: 40vw;
  transform: translateX(-50%);
}

.ff_flow_left {
  left: 20%;
  position: absolute;
  transform: translateX(-100%);
  width: max-content;
}

.ff_flow_right {
  left: 80%;
  position: absolute;
  transform: translateX(0%);
  width: max-content;
}

.ff_flow_menu.left .ff_flow_logo {
  animation: slide-left_logo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.left .ff_flow_left {
  animation: slide-left_left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.left .ff_flow_right {
  animation: slide-left_right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.ff_flow_menu.right .ff_flow_logo {
  animation: slide-right_logo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.right .ff_flow_left {
  animation: slide-right_left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.right .ff_flow_right {
  animation: slide-right_right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.ff_flow_menu.centerLeft .ff_flow_logo {
  animation: slide-back_right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.centerLeft .ff_flow_left {
  animation: slide-left-back_right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.centerLeft .ff_flow_right {
  animation: slide-right-back_right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.ff_flow_menu.centerRight .ff_flow_logo {
  animation: slide-back_left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.centerRight .ff_flow_left {
  animation: slide-left-back_left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ff_flow_menu.centerRight .ff_flow_right {
  animation: slide-right-back_left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.ff_flow_menu_img {
  opacity: 0.5;
  background: rgb(0,0,0);
  background-position: center !important;
  width: 300px;
  height: 300px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.ff_flow_menu_img_mobile {
  opacity: 0.5;
  background: rgb(0,0,0);
  width: 125px;
  height: 125px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ff_flow_menu_img_mobile {
    opacity: 0.5;
    background: rgb(0,0,0);
    width: 225px;
    height: 225px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}

.ff_flow_menu_img_sm {
  opacity: 0.5;
  background: rgb(0,0,0);
  background-position: center !important;
  width: 150px;
  height: 150px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.ff_flow_menu_img_sm_mobile {
  opacity: 0.5;
  background: rgb(0,0,0);
  width: 90px;
  height: 90px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ff_flow_menu_img_sm_mobile {
    opacity: 0.5;
    background: rgb(0,0,0);
    width: 190px;
    height: 190px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}

#invest {
  background-image: url("../img/icons/svg/white/feel_investieren-white.svg");
  background-position: center;
}
#invest:hover,
#invest:focus {
  background-image: url("../img/icons/svg/color/feel_investieren-color.svg");
  transition: none !important;
}


#wert {
  background-image: url("../img/icons/svg/white/feel_wertpapier-white.svg");
}
#wert:hover,
#wert:focus{
  background-image: url("../img/icons/svg/color/feel_wertpapiere-color.svg");
  transition: none !important;
}
#wert_m{
  background-image: url("../img/icons/svg/color/feel_wertpapiere-color.svg");
}


#fin {
  background-image: url("../img/icons/svg/white/feel_finanzierungen-white.svg");
}
#fin:hover,
#fin:focus{
  background-image: url("../img/icons/svg/color/feel_finanzierungen-color.svg");
  transition: none !important;
}
#fin_m{
  background-image: url("../img/icons/svg/color/feel_finanzierungen-color.svg");
}

#immo {
  background-image: url("../img/icons/svg/white/feel_immobilien-white.svg");
}
#immo:hover,
#immo:focus{
   background-image: url("../img/icons/svg/color/feel_immobilien-color.svg");
}
#immo_m{
  background-image: url("../img/icons/svg/color/feel_immobilien-color.svg");
  transition: none !important;
}

#absichern {
  background-image: url("../img/icons/svg/white/feel_absichern-white.svg");
}
#absichern:hover,
#absichern:focus{
  background-image: url("../img/icons/svg/color/feel_absichern-color.svg");
  transition: none !important;
}

#vers {
  background-image: url("../img/icons/svg/white/feel_versicherung-white.svg");
}
#vers:hover,
#vers:focus{
  background-image: url("../img/icons/svg/color/feel_versicherungen-color.svg");
  transition: none !important;
}
#vers_m{
  background-image: url("../img/icons/svg/color/feel_versicherungen-color.svg");
}

#steuer {
  background-image: url("../img/icons/svg/white/feel_steuerberatung-white.svg");
}
#steuer:hover,
#steuer:focus{
  background-image: url("../img/icons/svg/color/feel_steuerberatung-color.svg");
  transition: none !important;
}
#steuer_m{
  background-image: url("../img/icons/svg/color/feel_steuerberatung-color.svg");
}

#notar {
  background-image: url("../img/icons/svg/white/feel_notar-white.svg");
}
#notar:hover,
#notar:focus{
  background-image: url("../img/icons/svg/color/feel_notar-color.svg");
  transition: none !important;
}
#notar_m{
  background-image: url("../img/icons/svg/color/feel_notar-color.svg");
}

.ff_dropdown_menu {
  width: 750px !important;
}
/* end  Landing Page Navigation */

/*
 *---------------------------------
 * Insights
 *---------------------------------
 */
.ff_card_insights > div > p {
  line-height: 1.0rem;
}

/* end Insights */



/*
 *---------------------------------
 * Buttons
 *---------------------------------
 */
.ff_btn_white {
  font-family: "Gilroy-ExtraBold", serif;
  letter-spacing: 2px;
  line-height: 24pt;
  color: #f5c912;
  font-size: 1rem;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-radius: unset;
  box-shadow: none;
}

.ff_btn_white_contact {
  padding: 0 !important;
}


.ff_btn_white:hover {
  border: none;
  box-shadow: none;
}

.ff_btn_white:focus {
  border: none;
  box-shadow: none;
}

.ff_btn_white_sm {
  font-family: "Gilroy-ExtraBold", serif;
  letter-spacing: 2px;
  line-height: 20pt;
  color: #f5c912;
  font-size: 0.7692rem;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-radius: unset;
  box-shadow: none;
}

.ff_btn_white_sm:hover {
  border: none;
  box-shadow: none;
}

.ff_btn_white_sm:focus {
  border: none;
  box-shadow: none;
}

.ff_btn_color {
  font-family: "Gilroy-ExtraBold", serif;
  letter-spacing: 2px;
  line-height: 24pt;
  color: #ffffff;
  font-size: 1rem;
  text-transform: capitalize;
  padding-bottom: 10px;
  background: rgb(251,238,102);
  background: linear-gradient(45deg, rgba(251,238,102,1) 0%, rgba(249,202,0,1) 46%, rgba(231,81,19,1) 100%);
  border-radius: unset;
  box-shadow: none;
}

.ff_btn_color:hover {
  border: none;
  box-shadow: none;
}

.ff_btn_color:focus {
  border: none;
  box-shadow: none;
}

.ff_btn_underline {
  text-decoration: none;
  border-bottom: 5px solid currentColor;
}
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}
/* end buttons */

.map-container-2{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-2 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.card-header a {
  text-shadow: none !important;
}

.ff_orange {
 background: #f5c912 !important;
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}