
/*HOT FIX PATEO LOGO HEIGHT*/

div.finteo-partner-logo.pateoinvestments > span > picture > img {

  height: 35px; 

}




/* PROJEKTKACHEL HOMEPAGE */


 /* PRODUCT LABEL HOMEPAGE */
  
  img.projektart-img.micro-funding-img {
    transform: scale(1.2);
  }
  
   img.projektart-img.classic-crowdinvesting-img {
    transform: scale(1.15);
  }
  
   img.individual_placement-img {
    transform: scale(1.4);
  }
  



  /* ENDE GRID VIEW ANLAGEPROJEKTESEITE */

  
  
  /* the slides */
  
  @media(min-width:976px) {
    /* background: black; */


    /* SLICK SLIDER IFRAME */


    #slick_slider_homepage_iframe {

        height: 775px; 

    }



    .slick-current {
        transform: scale(1.1) !important;
        transition: transform 1s !important;   
        transition-property: all !important;
        transition-timing-function: ease-in-out !important;
        box-shadow: 4px 5px 6px rgb(0 0 0 / 15%), 0 6px 8px rgb(0 0 0 / 15%), 0 8px 7px rgb(0 0 0 / 15%), 0 8px 10px rgb(0 0 0 / 15%) !important;
    }
     .slick-track {
      left: -50px;
    }

     .slick-track {
      padding: 50px;
    }
  
    .slick-list.draggable {

      transform: scale(0.85);
    }
   
 
     .slick-slide:not(.slick-current) {
      transform: scale(.9);
      transition-property: all;
      filter: grayscale(0.5) blur(1px);
      transition-timing-function: ease-in-out;
    }

    .slick-track {transform: scale(0.85)}

    /*
    .slick-slider {
      margin-top: -45px;
    }

    */

    #slider-placeholder {
      display: none !important;
    }

     .projektsliderdiv {
      background-image: url() !important;
      background-color: white !important;
    }
  }


  button.slick-prev {
    position: absolute;
    left: 0;
    background: #273655;
    padding: 15px;
    top: 710px;
    position: absolute;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
  }

  button.slick-prev:hover, button.slick-next:hover,   button.slick-prev:focus, button.slick-next:focus {

    background: #273655;

  }
  
  button.slick-next {
    position: absolute;
    right: 0%;
    background: #273655;
    padding: 15px;
    top: 710px;
    position: absolute;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
  
  /*ARROW STYLING*/

  .slick-prev:before {
    display: block !important;
    content: '<' !important;
    font-weight: 700 !important;
    font-family: 'Palanquin' !important;
    top: 2px !important;
    position: absolute !important;
}

.slick-next:before {
    display: block !important;
    content: '>' !important;
    font-weight: 700 !important;
    font-family: 'Palanquin' !important;
    top: 2px !important;
    position: absolute !important;
}



  @media(max-width: 976px) {

    #slick_slider_homepage_iframe {

        height: 740px; 

    }


  }



/*AWESOME STATS STYLE START*/

/*iFrame height */
@media (min-width: 820px) {
    #awesome_stats_home_iframe {
    height: 190px !important; 
    }
  }
  
  @media (max-width: 820px) {
    #awesome_stats_home_iframe {
      height: 240px !important; 
    }
  }
  
  @media (max-width: 570px) {
    #awesome_stats_home_iframe {
      height: 380px !important; 
    }
  }
  


#instalment_plan {
    white-space: pre;
    font-family: monospace;
}


@media (min-width: 976px)     {#awesome_stats_home_iframe {height: 155px;}}

@media(min-width: 750px) {

    .grid {

                /* border: 2px solid #273655; */
        /* background-color: #F9F9F9; */
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        justify-items: center;
        justify-content: space-evenly;

        /*
        background: rgb(39, 54, 85);
        background: linear-gradient(1deg, #273655 -23%, rgba(249,249,249,1) 15%, rgba(255,255,255,1) 102%);
        padding: 1em;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 2px 2px, rgba(0, 0, 0, 0.12) 0 4px 7px, rgba(0, 0, 0, 0.12) 0 0 3px, rgba(0, 0, 0, 0.12) 0 10px 10px;
    */
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;
    
    }


    .grid_stats {
        text-align: center;
        display: grid;
        grid-template-columns: 15% 15% 15% 15% 15% 15%;
        align-items: start;
        justify-items: center;
        justify-content: space-evenly;
   
        /*border: 2px solid #273655; */

        /*background-color: #F9F9F9; */


        /* border: 2px solid #273655; */
        /* background-color: #F9F9F9; */
      /*  background: rgb(39, 54, 85);
        background: linear-gradient(1deg, #273655 -23%, rgba(249,249,249,1) 15%, rgba(255,255,255,1) 102%);
        padding: 1em;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 2px 2px, rgba(0, 0, 0, 0.12) 0 4px 7px, rgba(0, 0, 0, 0.12) 0 0 3px, rgba(0, 0, 0, 0.12) 0 10px 10px;
        */

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;

    }

}

@media(max-width: 700px) {
    
    .grid {

        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-items: center;

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;


    }

    .grid_stats {
        text-align: center;
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: start;
        justify-items: center;

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;


    }


}

#stats_are_being_updated {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
};

#finteo_awesome_stats {
    font-family: 'Palanquin';
    position: relative
};

.awesome_stats_container_inner {
    opacity: 0.25;
};


/*PARTNER LOGO CONTAINER STYLE START */


.partner-container {
    transition: all 1s;
    display: grid;
    justify-content: space-evenly;
    grid-auto-flow: column;
    grid-gap: 15%;
    align-content: center;
    align-items: center;


}


@media(max-width: 500px) {

    #awesome_stats_home_iframe {height: 380px;}

    .grid {

        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-items: center;

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;


    }

    .grid_stats {
        text-align: center;
        display: grid;
        grid-template-columns: 100%;
        align-items: start;
        justify-items: center;

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(39, 54, 85); */
        padding: 0px;
        min-height: 0px;
        font-size: 14px;
        color: #273655;
        border-style: groove;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        border-color: #273655;


    }


    .partner-container {
        display: grid;
        grid-template-columns: 50% 50%; 
        grid-template-rows: 33% 33% 33%;
        justify-content: center;
        align-items: center;
        justify-items: stretch;
        align-content: space-between;
        grid-gap: 60px;
        padding-bottom: 75px;
    };

}

@media(min-width: 500px) AND (max-width: 750px) {
#awesome_stats_home_iframe {height: 240px;}


.grid {

    display: grid;
    grid-template-columns: 50% 50% !important;
    align-items: center;
    justify-items: center;

    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: rgb(39, 54, 85); */
    padding: 0px;
    min-height: 0px;
    font-size: 14px;
    color: #273655;
    border-style: groove;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border-color: #273655;


}

.grid_stats {
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50% !important;
    align-items: start;
    justify-items: center;

    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: rgb(39, 54, 85); */
    padding: 0px;
    min-height: 0px;
    font-size: 14px;
    color: #273655;
    border-style: groove;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border-color: #273655;


}

}



@media(min-width: 500px) AND (max-width: 976px) {




    .partner-container {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 50% 50%;
        justify-content: center;
        align-items: center;
        justify-items: stretch;
        align-content: space-between;
        grid-gap: 60px;
        padding-bottom: 75px;
    };

}

@media(min-width: 976px) {

    .partner-container {
        display: grid;
        grid-template-columns: 15% 15% 15% 15% 15% 15%;
        grid-template-rows: 100%;

        justify-content: center;
        align-items: center;
        justify-items: stretch;
        align-content: space-between;
        grid-gap: 40px;
    };

}

/*
.Projekt-slide {
    transform: scale(0.8);
}
*/


/*finteo Partner Logos */


.finteo-partner-logo {
    width: 100px;
    transition: all 1s;
    filter: grayscale(1);
}

.finteo-partner-logo:hover {
    width: 100px;

    filter: grayscale(0);
}

.finteo-partner-logo.bvmw {

    transform: scale(1.7);
}

.finteo-partner-logo.secupay {

    transform: scale(1.45);
}

.finteo-partner-logo.pateoinvestments {
    transform: scale(1.8)
};

.finteo-partner-logo {

    display: flex;
    justify-content: center;
    align-items: center;

}

