/* ==============================================
 * Globals
 * ============================================== */

/* Links */
a,
a:focus,
a:hover {
  color: #ff00ae;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #ff0000;
  border: .05rem solid #e30613;
}


/* ==============================================
 * Basis
 * ============================================== */

html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  color: #4f4848;
  font-family: 'Quicksand', sans-serif;
  font-size: 110%;
  line-height: 1.5;
  margin-bottom: 700px;

}
@media (max-width: 524px) {  
body {
  margin-bottom: 1200px;
  }

}
/* ==============================================
 * Navigatie menu
 * ============================================== */
nav {

/*    background-color: rgba(255, 0, 10, 0.95);*/
    background-color: transparent;
    min-height: 80px;
    margin-bottom: 3rem;
}
nav li a{
    color: #f00480;
}
nav li a:hover{
    color: #ff0000;
    font-weight: 500;
}
/* ==============================================
 * Footer
 * ============================================== */
footer {
  min-height: 500px;
  margin-top: 1rem;
  padding-top: 2rem;
  color: #fff;
  font-size: 100%;
  background: linear-gradient(-20deg, #ff0000, #e72961, #fb038b );
 /*   background-image: url(/assets/pc/images/patroonachter.jpg);  /* The image used */ 
 /*   background-size: cover;
 /*   background-position: center;
 /*   background-repeat: no-repeat;*/
}

footer p {
    color: #fff;
}
footer p a {
    color: #fff;
}
footer p a:hover {
    color: #fccdcd;
}
/* ==============================================
 * Header
 * ============================================== */

.masthead {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 2rem;
/*  min-height: 200px;*/
  background-color: transparent;
  z-index : 0;
}
.masthead-text {
    position: absolute;
    font-size: 180%;
    top: 30%;
    left: 5%;
     z-index : 1;
}
.masthead-text-w {
    position: absolute;
    font-size: 180%;
    top: 50%;
    left: 1%;
    z-index : 2;
}

@media (max-width: 992px) { 
    .masthead-text {
    font-size: 160%;
    top: 15%;
    left: 5%;
     z-index : 1;
}
    .masthead-text-w {
    font-size: 150%;
       top: 20%;
        left: -5%;
    }
}
@media (max-width: 767px) { 
    .masthead-text {
    font-size: 140%;
    top: 20%;
    }
    .masthead-text-w {
    font-size: 135%;
           top: 20%;
    }
}
@media (max-width: 576px) { 
    .masthead-text {
        font-size: 130%;
        top: 15%;
    }
    .masthead-text-w {
        font-size: 115%;
        top: 15%;
        left: 0;
    }
}

/* ==============================================
 * Boven
 * ============================================== */
.rechtsb {
  top: 0;
  right: 0;
  background-color:black;
}

.rechstboven {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 4px red solid;
  z-index: 1;
}
.rechstbovenover {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 8px green solid;
  transform: translate(-50%, -50%); 
  z-index: 3;
}

/* ==============================================
 * Cover
 * ============================================== */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover-container {
  max-width: 42em;
}

/* ==============================================
 * Yvonne schaduw
 * ============================================== */

.yvonne {
    background-color: #fbeded;
  -webkit-box-shadow: 8px 8px 6px -6px #c9c7c7;
	   -moz-box-shadow: 8px 8px 6px -6px #c9c7c7;
	        box-shadow: 8px 8px 6px -6px #c9c7c7;
}

/* ==============================================
 * Lettertype koppen
 * ============================================== */
h1,
.h1 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     font-size: 350%;
     line-height: 1.6;
     color: #f00480;
}
h2,
.h2
 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 250%;
  line-height: 1.1;
  color: #ff0000;
}
h3,
.h3 {
  font-family: 'Klee One', cursive;
  font-weight: 400;
  font-size: 200%;
  line-height: 1.6;
  color: #f00480;
}

h4,
.h4
 {
 font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 160%;
  line-height: 1.2;
  color: #e30613;
}

h5,
h6,
.h5,
.h6 {
  font-family: 'Klee One', cursive;
  font-weight: 200;
  font-size: 150%;
  line-height: 1.1;
  color: #878787;
}

@media (max-width: 767px) { 
 
    h1,
    .h1 {
        font-size: 250%;
        line-height: 1.4;
    }
    h2,
    .h2 {
        font-size: 210%;
        line-height: 1.3;
    }
    h3,
    .h3 {  
        font-size: 170%;
        line-height: 1.3; 
    }
}

@media (max-width: 576px) { 
    h1,
    .h1 {
        font-size: 200%;
        line-height: 1.4;
    }
    h2,
    .h2 {
        font-size: 180%;
        line-height: 1.3;
    }
    h3,
    .h3 {  
        font-size: 150%;
        line-height: 1.3; 
    }
}

p {
    font-family: 'Quicksand', sans-serif;
    color: #878787;
}

/* ==============================================
 * Horizontale lijn kleur
 * ============================================== */
hr 
{   
    background-color: #f00480;
    border: 0;
    border-top: 2px solid #f00480;
    color: #f00480;
    height: 1px;
    width: 30%;
    margin: auto; 
    padding: 0; 
}
/* ==============================================
 * Button kleur
 * ============================================== */
.btn-primary {   
    background-image: linear-gradient(-20deg, #ff0000, #e72961, #fb038b );
    border: 0;
    color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
    
}
.btn-primary:hover {
    color: #fff;
    background-image: linear-gradient(20deg, #ff0000, #e72961, #fb038b );
  /*  background-color: #f00480;
    border-color: #f00480;*/
    box-shadow: 0px 15px 20px rgba(231, 36, 134, 0.4);
    transform: translateY(-5px);
}

.inhoud  {
   margin-top: 100px;
}


/* ==============================================
 * tekstsectie
 * ============================================== */
 
.tekstsectie {
    position: relative;
    background-color: transparent; 
    margin-bottom: 3rem;
}
.tekstvlak {
    position: relative;
}
.teksta {
    position: absolute;
    left: -8%;
    top: 10%;
    width: 12%;
}
.tekstaw {
    position: absolute;
    left: -13%;
    top: 0%;
   
}
.tekstab {
    position: absolute;
    right: 0%;
    top: -4%;
    background-image: url('../images/aboven.svg');
    background-position: right;
    background-repeat: no-repeat;
}
.tekstabw {
    position: absolute;
    right: 4%;
    top: -7%;
 
}
@media (max-width: 992px) { 
    .tekstaw {
     left: -14%;
     top: 6%;
    }
    .tekstabw {
    top: -5%;
    }
}
@media (max-width: 767px) { 
 
    .teksta {
     left: -10%;
     top: 8%;
    }
    .tekstaw {
     left: -8%;
     top: 6%;
    }
    .tekstabw {
    top: -10%;
    }
}
/* ==============================================
 * parallax
 * ============================================== */
.paral{
    position:relative;
/*  background-image: url(/assets/imz/images/imzhartlijnrr.svg);  /* The image used */
/*  background-attachment: fixed; /* Create the parallax scrolling effect */   
/*  background-position: left;  
/*  background-repeat: no-repeat; 
/*  background-size: 25% 25%; 
/*  background-color: #ff0000; */
    
}
.knoop{
    position: absolute;
    left: -40%;
    top: 10%;
    width: 25%;
    opacity: 1;
}
@media (max-width: 992px) { 
    .knoop {
     display: none;
    }

}

/* ==============================================
 * parallax
 * ============================================== */
.parallaxb{
    min-height: 250px;
    background-image: url(/assets/imz/images/bloemp.jpg);  /* The image used */
    background-attachment: fixed; /* Create the parallax scrolling effect */   
    background-position: center;  
    background-repeat: no-repeat; 
    opacity: 0.9;
    position: relative;
}
@media (min-width: 992px) { 
    .parallaxb {
     background-size: 100%;
    }

}
/* ==============================================
 * parallax
 * ============================================== */
.parallax{
    background-color: #fff;
    background-image: url(/assets/imz/images/imzhartlijnrr.svg);  /* The image used */
 /*   background-attachment: fixed; /* Create the parallax scrolling effect */   
    background-position: top left;  
    background-repeat: no-repeat; 
    background-size: 100px 100px;

}
@media (min-width: 992px) { 
    .parallax {
     background-size: 150px 150px;
    }

}
/* ==============================================
 * accordion
 * ============================================== */
.accordion {
  border: 0;  
}
.accordion-button {
  border: 0;
  border-bottom: 1px solid #f00480; 
  color: #000;
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #ff0000;
  background-color: #feebf4;
  box-shadow: inset 0 -1px 0 rgba(255, 235, 244, 0.125);
}
.accordion-button:focus {
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(251, 237, 237, 0.25);
}
.accordion-body{
  color: #878787;  
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* ==============================================
 * form
 * ============================================== */

.form-control:focus {
  border-color: #ff00ae;
  outline: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          
}
.form-control::-moz-placeholder {
  color: #ff00ae;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ff00ae;
}
.form-control::-webkit-input-placeholder {
  color: #ff00ae;
}

.form-control {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #ff00ae;
  border-radius: 15px 20px 10px 20px;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}