 /*
 Theme Name:   Magneet Agency Child
 Theme URI:    https://bureaumagneet.nl/
 Description:  Thema voor custom code
 Author:       Magneet Agency
 Author URI:   https://bureaumagneet.nl/
 Template:     bricks
 Version:      januari 2024
 Text Domain:  bricks
*/

body {
 font-size: clamp(1.9rem, 1.5vw, 1.125rem);
  /*font-family: "Inter" !important;*/
  color: #0d0e13;
	line-height: 1.6;
}

           
h1 {
  font-size: clamp(3.4rem, calc(3.4rem + ((1vw - 0.48rem) * 9.5)), 11rem);
  line-height: 1.1;
}

h2 {
  font-size: 55px;
  line-height: 1.1;
  padding-bottom: 1rem;
}

a {
color: #e51313;
}

:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a {
  display: flex;
  width: 100%;
  color: #000;
}

#menu-main-menu
{
	 font-size: clamp(1.5rem, 1.5vw, 1.125rem);
}

.c-bm-footer
{
font-size: clamp(1.5rem, 1.5vw, 1.125rem);	
}

/*Section aanpassen media*/
.s-bm-media-klein {
width: 100%;
}

.c-bm-media-klein {
width: 100%;
max-width: 1280px;
align-content: center;
}

.mc-bm-media-klein {
width: 100%;
max-width: 800px;
}

.s-bm-media-groot {
width: 100%;
display: flex;
justify-content: center;
}

.c-bm-media-groot {
width: 100%;
max-width: 1280px;
}

.mc-bm-media-groot {
width: 100%;
}

.s-bm-media-fullscreen {
width: 100%;
}

.c-bm-media-fullscreen {
width: 100%;
}

.mc-bm-media-fullscreen {
width: 100%;
}

.iframe-img-bm-media-klein {
	width:100%;
}

.iframe-img-bm-media-groot {
	width: 100%;
	height: 720px;
}

.iframe-img-bm-media-fullscreen {
	width:100%;
	min-width:100%;
	height:100vh;
}

.center-content{
   margin:80px;	
}

/*Placeholder*/
.media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-v-play-btn {
    font-size: 10rem;
}

/*Grid classes*/
.twee-items{
	grid-template-columns:repeat(auto-fill, minmax(490px, 1fr));
}

.drie-items{
	grid-template-columns:repeat(auto-fill, minmax(390px, 1fr));
}

.vier-items{
	grid-template-columns:repeat(auto-fill, minmax(290px, 1fr));
	margin-left: 70px;
	margin-right: 70px;
}

/*Bovenruimte*/
.ge-top{
	padding-top:0rem;
}

.k-top{
	padding-top:3rem;
}

.m-top{
	padding-top:6rem;
}

.gr-top{
	padding-top:9rem;
}

/*Onderruimte*/
.ge-bottom{
	padding-bottom:0rem;
}

.k-bottom{
	padding-bottom:3rem;
}

.m-bottom{
	padding-bottom:6rem;
}

.gr-bottom{
	padding-bottom:9rem;
}

/*CTA*/
.bm-header-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;	
    gap: 10px;
}

.cta-container {
    display: flex;
    gap: 10px;
	margin-top:2rem;
}

.cta-space {
	margin-top: 2rem;
}

.pri-cta, .sec-cta {
    padding: 6px 12px;
    border: 1px solid #000;
	transition: background-color 0.2s, color 0.2s;
	display: flex;
    align-items: center;
    gap: 5px;
	border-radius: 20px;
}

.pri-cta {
  background-color: #fff;
  color: #000;
}

.sec-cta {
    background-color: #fff;
    color: #000;
}

.pri-cta:hover, .sec-cta:hover {
    border: 1px solid #000;
    padding: 6px 12px;
}

.pri-cta:hover {
    background-color: #000;
    color: #fff;
}

.sec-cta:hover {
    background-color: #000;
    color: #fff;
}

.button-icon {
    width: 15px;
    height: 15px;
	fill:currentColor;
	display: flex;
}

/* Embed code */
.embed-container { 
    position: relative; 
    overflow: hidden;
    padding-top: 56.25%; /* voor 16:9 verhouding */
    height: 100%;
    width: 100%;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Grid */
.bm-grid-items-container {
	display: grid;
	gap: 30px;
}

/* Tekst */
/* Standaard styling voor de tekstcontainer */
.bm-t-container {
    /* Andere stijlen die je mogelijk al hebt ingesteld. */
}

/* Als centreren is ingeschakeld */
.bm-t-center {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

/* Als smalle tekst is ingeschakeld */
.bm-t-small {
    max-width: 580px;
}

/* Stijlen om de knoppen te centreren wanneer tekst gecentreerd is */
.bm-t-center .cta-container {
    text-align: center; /* dit is om de knoppen te centreren */
}

/* Tekst met media */
.t-m-fullscreen-center {
  width: 600px;
  margin-bottom: 100px;
  margin-left: 55px;
  margin-top: 100px;
}

.t-img-text {
  margin-right: 200px;
}

.brxe-container.c-t-img.t-img-order.mobile-order {
  align-items: center;
}

.brxe-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 1760px;
  padding-bottom: 7rem;
}

  
#brx-content{
	margin-left:50px;
}

.bm-t-container {
  width: 1760px;
}

.brxe-container.c-t-img {
  display: flex !important;
  flex-direction: row !important;
  gap: 0px !important;
  justify-content: space-evenly !important;
}

.iframe-img-bm-media {
  width: 800px;
  height: 700px;
  margin-right: 100px;
}

/* Basisopmaak voor de container */
.brxe-container.c-t-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* Standaard opmaak voor afbeeldingen */
.dr-t-img img.t-img {
    width: 100%;
}

/* Als huisstijl is ingeschakeld */
.dr-t-img img.t-img.ti-design {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

/* Standaard order voor kinderelementen */
.brxe-container.c-t-img .dl-t-img {
    order: 0;
}

.brxe-container.c-t-img .dr-t-img {
    order: 1;
}

/* Wanneer de volgorde is veranderd */
.brxe-container.c-t-img.t-img-order .dl-t-img {
    order: 1;
}

.brxe-container.c-t-img.t-img-order .dr-t-img {
    order: 1;
}

/*andere styling voor mobiel*/
@media screen and (max-width: 992px) { /* Pas deze breakpoint aan indien nodig */
    .mobile-order {
        display: flex;
        flex-direction: column;
    }

    .mobile-order .<?php echo $text_class; ?> {
        order: 2;
    }

n     .mobile-order .<?php echo $base_class; ?> {
        order: 1;
    }
}

/*Wanneer fullscreen is ingeschakeld*/
.t-m-section-full {
    padding: 0rem!important;
	height:90vh;
}

.t-m-fullscreen {
    width: 100%!important;
	padding: 0rem!important;
	height:100%;
}

.t-m-fullscreen .t-img-text {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.t-m-fullscreen .t-m-fullscreen-center {
    max-width: 500px;
}

.t-m-fullscreen .bm-media{
	height:100%;
	min-height:100%;
}

.t-m-fullscreen .iframe-img-bm-media {
    min-width: 100%;
	min-height:100%;
}

/* Zoekresultaten */
.bm-search-results {
    margin: 20px 0;
    padding: 0;
}

.bm-search-result {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.bm-search-result-image {
    flex: 1 1 100px;
    margin-right: 20px;
}

.bm-search-result-image img {
    max-width: 100%;
    height: auto;
}

.bm-search-result-content {
    flex: 1 1 calc(100% - 120px);
}

.bm-search-result-content h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.bm-search-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Overzicht */
.c-ovz h2 {
    margin-bottom: 2rem;
	margin-left: 50px;
}

.cta-container.ovz-cta {
    width: 100%;
    justify-content: center;
}

.bm-ovz-container {
    display: grid;
	width: 100%;
	gap: 30px;
}

.bm-ovz-img-wrapper .bm-ovz-title h3 {
	font-size: 18px;
}

.bm-ovz-block {
    background-color: #cccccc;
}

.bm-ovz-img-wrapper {
    display: block;
    overflow: hidden; /* Voor het geval dat je specifieke styling of extra bescherming tegen overloop wilt toevoegen */
}

.bm-ovz-block:hover .bm-ovz-img {
    transform: scale(1.1); /* Inzoomen met een factor van 1.1 */
}

.bm-ovz-img {
    height: 300px;
	width: 100%;
    object-fit: cover;
    object-position: center;
	transition: transform 0.3s ease; /* Soepele overgang gedurende 0.3 seconden */
    display: block; /* Zorgt ervoor dat de afbeelding zich correct gedraagt tijdens de overgang */
	overflow: hidden;
}

.bm-ovz-content {
    padding: 3rem;
}

.bm-ovz-excerpt {
    margin-bottom: 2rem;
}

p.bm-ovz-excerpt {
    max-width: 375px;
}

.ter-cta {
	font-weight: 700;
	font-style: italic;
	color: var(--bricks-color-suagdr);
    display: inline-block;
    margin-top: 5px; /* wat ruimte tussen de titel en de knop */
}

.bm-ovz-block:hover .ter-cta {
    color: #ff0000;
}

.bm-ovz-block {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    overflow: hidden;
}

.bm-ovz-title {
    margin: 10px 0; /* wat ruimte tussen de afbeelding en de titel */
	font-size: 26px;
}

.bm-ovz-container {
    margin-bottom: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 2.5)), 5rem);
}

.cta-container.ovz-cta-c {
    width: 100%;
    justify-content: center;
}

/*masterstudy*/
.stm_lms_courses__single__inner {
  height: 100%;
  background-color: #fff;
  margin: 0;
  border: 1px solid #e0e0e0;
  width: 225px;
}

.stm_lms_recent_courses .stm_lms_courses__grid {
  justify-content: space-around !important;
}

.stm_lms_courses__single__inner:hover .stm_lms_courses__single--info {
  opacity: 1;
	width: 270px;
	height:auto;
}

 
.stm_lms_recent_courses {
  max-width: 1760px !important;
  margin: 0 auto;
  width: 1760px;
}

.stm_lms_courses__grid.stm_lms_courses__grid_6.stm_lms_courses__grid_center.stm_lms_courses__grid_found_8 {
  width: 1100px;
}

.stm_lms_recent_courses__term {
  padding: 5px 15px;
  margin: 0 7px;
  line-height: 30px;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s ease;
  color: black !important;
}

.stm_lms_recent_courses__term.active, .stm_lms_recent_courses__term:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.stm_lms_recent_courses .stm_lms_courses__grid {
  justify-content: center !important;
}

.stm_lms_recent_courses__terms {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 52px;
  justify-content: center;
  font-size: 24px;
}

.stm_lms_recent_courses {
  padding-bottom: 7rem;
}


#social-media-marketing-basics,
#wordpress-voor-beginners,
#introductie-tot-sea-google-ads,
#seo-voor-webshops-ecommerce-seo,
#seo-gevorderden,
#seo-voor-beginners-–-ontdek-de-kracht-van-zoekmachineoptimalisatie {
	color:#478cc9;
}

#social-media-marketing-basics:hover,
#wordpress-voor-beginners:hover,
#introductie-tot-sea-google-ads:hover,
#seo-voor-webshops-ecommerce-seo:hover,
#seo-gevorderden:hover,
#seo-voor-beginners-–-ontdek-de-kracht-van-zoekmachineoptimalisatie:hover {
	color:#23527c;
}

/*3 afbeeldingen*/

.bm-3-afbeeldingen-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  gap: 40px;
  width: 700px;
}

.bm-3-afbeeldingen-img-1, .bm-3-afbeeldingen-img-2 {
  border-radius: 10px;
  width: 700px;
  height: 550px;
}

.bm-3-afbeeldingen-img-3 {
  height: 1155px;
  border-radius: 10px;
  width: 985px !important;
  max-width: 140%;
}

.bm-d-2-afbeeldingen-img-wrap.brxe-div {
  display: grid;
  align-items: initial;
  grid-template-columns: repeat(auto-fit, minmax(500px, 0.43fr)) !important;
  grid-gap: 30px;
  width: 100%;
}

/*afbeelding*/

.losse-afbeelding {
  width: 1760px;
  height: 900px;
  border-radius: 20px;
}

/*USP's*/
.ups-losse-afbeelding {
margin-right: 250px;

}


/*formulier op locatie*/

.formulier-afbeelding {
  width: 700px;
  height: 900px;
  border-radius: 10px;
}

.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  background-color: #ff0000 !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  color: #fff;
  transition: background-color 0.3s ease;
  width: 150px;
}

.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover {
  background-color: #cc0000 !important; /* Darker red color */
}

#ff_4_input_text_1, #ff_4_input_text, #ff_4_email, #ff_4_message, #ff_4_dropdown, #ff_5_input_text_1, #ff_5_email, #ff_5_input_text, #ff_5_phone, #ff_5_dropdown, #ff_5_message {
  border-top: 0 solid #0d0e13;
  border-right: 0 solid #0d0e13;
  border-bottom: 1px solid #0d0e13;
  border-left: 0 solid #0d0e13;
  border-radius: 0;
}

/*Testimonials*/
.Testimonials-blok {
  width: 500px;
  padding: 20px 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .Testimonials-blok:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .Testimonials-blok img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .Testimonials-Wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .Testimonials-title {
        padding-bottom: 25px;
    }

    .Testimonials-content {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .Testimonials-texts {
        margin-left: 15px;
    }

    .Testimonials-texts p {
        margin: 0;
    }

    .image-testimonials {
        width: 50px;
        height: 50px !important;
        border-radius: 50% !important;
    }

.Testimonials-title {
  text-align: center;
}
