/* intro */

.intro {
    position: relative;
    width: 100%;
    height: 576px;
    background-image: url('https://kinderopvang-ieniemini.nl/img/Home.jpg');
    background-size: cover;
    background-position: top center;
    color: white;
}

.intro-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding-top: 150px;
    background-color: rgba(0, 0, 0, 0.5)
}

.intro-big {
    margin-bottom: 75px;
    font-size: 64px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;  
}

.intro-extra {
    transition: all ease 0.1s;
    padding-bottom: 5px;
    border-bottom: solid 2px white;
    font-size: 14px;
}

.intro-extra:hover {
    font-size: 14.5px;
}

/* info */

.info-row {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 50px;
}

.info-row .info-column {
    border-radius: 3px;
    flex-basis: 1;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    margin-left: 25px;
    box-shadow: 0 2px 2px 0 rgba(179, 171, 171, 0.534), 0 3px 1px -2px rgba(163, 158, 158, 0.12), 0 1px 5px 0 rgba(172, 166, 166, 0.2);
}

.info-row .info-column:first-child {
    margin-left: 0px;
}

.info-row .box-icon {
    border-radius: 50%;
    color: #00814e;
    display: flex;
    width: 48px;
    height: 48px;
    font-size: 22px;
    border: 1px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.info-row .box-icon:hover {
    background-color: #00814e;
    color: white;
}

.info-column h6 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

.info-column p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
}

/* Info text w/ icons */

.info-heading {
    text-align: center;
    margin-bottom: 75px;
}

.row {
    display: flex;
    flex-direction: row;
}

.row .column {
    flex-basis: 1;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.row .column:first-child {
    padding-left: 0;
}

.row .column:last-child {
    padding-right: 0;
}

.box {
    display: flex;
    flex-direction: row;
}

.box .box-body {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.box .box-body h6 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.box .box-body .box-content p {
    margin-bottom: 10px;
}

.box .box-body .box-content a {
    color: #45a049;
}

.box .box-icon .fa {
    border-radius: 25%;
    color: #00814e;
    display: flex;
    width: 48px;
    height: 48px;
    font-size: 22px;
    border: 1px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
}

.box:hover .box-icon .fa{
    background-color: #00814e;
    color: white;
}

/* Home banner */

.home-banner {
    margin-top: 75px;
    position: relative;
    width: 100%;
    height: 345px;
    background-image: url(/img/stagepic.jpg);
    background-size: cover;
    background-position: top center;
    color: white;
}

.home-overlay {
    text-align: center;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.home-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.home-wrapper h1{
    font-size: 25px;
}

.home-wrapper p {
    margin-bottom: 50px;
    font-style: italic;
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.3;
}

/* Post w/ Image */
.post-heading {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
}

.post-parent {
    display: flex;
}

.post-cube img {
    border-radius: 10px;
    height: auto;
    width: auto;
    cursor: pointer;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
    margin-bottom: 30px;
}

.post-cube img:hover{
    transform: scale(1.005);
}

.post-cube h6 {
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

.post-cube p {
    margin-bottom: 10px;
}

.post-cube a {
    color: #00814e;
}

/* Ieniemini */
.ieniemini-parent .row .column{
    max-width: 50%;
}

.ieniemini-content{
    text-align: center;
}

.ieniemini-content p{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.ieniemini-parent h1{
    color: #45a049;
    margin-bottom: 30px;
    font-weight: bold;
}

.ieniemini-parent p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.ieniemini-parent ul li{
    display: inline-flex;
    font-size: 17px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}   

.ieniemini-parent ul li .box-icon{
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 13px;
    color: #00814e;
    display: flex;
    width: 24px;
    height: 24px;
    font-size: 15px;
    border: 1px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
}

.ieniemini-box:first-child{
    margin-bottom: 20px;
}

.ieniemini-box .box-icon{
    margin-bottom: 15px;
    border-radius: 50%;
    color: #00814e;
    display: flex;
    width: 64px;
    height: 64px;
    font-size: 28px;
    border: 1px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.ieniemini-box h1{
    text-align: center;
    margin-bottom: 15px;
}

.ieniemini-parent .ieniemini-box p{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    font-size: 16px;
    line-height: 1.5;
}

/* Werkwijze */

.werkwijze-parent{
    text-align: center;
}

.werkwijze-parent:first-child{
    margin-top: 0;
}

.werkwijze-parent img{
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.werkwijze-parent .werkwijze-text h1{
    font-size: 30px;
    text-align: center;
}

.werkwijze-parent .werkwijze-text h1:after{
    margin-top: 20px;
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: green;
    margin-left: auto;
    margin-right: auto;
}

.werkwijze-parent .werkwijze-text h1 b{
    font-size: 25px;
    color: #4CAF50;
}

.werkwijze-parent .werkwijze-text i{
    text-align: center;
    font-size: 19px;
    color: rgb(84, 148, 122);
}

.werkwijze-parent .werkwijze-text p{
    margin-top: 15px;
    line-height: 1.5;
    font-size: 16px;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
}

.werkwijze-parent .werkwijze-text a{
    transition: all 0.3s;
    background-color: #80c0a5;
    padding: 5px;
    color: white;
    padding: 15px;
    border: 1px solid transparent;
}

.werkwijze-banner{
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    height: 345px;
    background-image: url(https://kinderopvang-ieniemini.nl/img/Team_2.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff
}

.werkwijze-banner-inner{
    text-align: center;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.werkwijze-banner-wrapper{
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.werkwijze-banner-wrapper .row .column{
    max-width: 100%;    
}

.werkwijze-banner-wrapper .box-icon{
    border-radius: 50%;
    color: white;
    display: flex;
    width: 72px;
    height: 72px;
    font-size: 36px;
    border: 2px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.werkwijze-banner-wrapper .info-text{
    font-size: 15px;
    line-height: 1.4;
}

/* Doelstelling */
.doelstelling-main h1{
    text-align: center;
    color: #45a049;
    font-size: 40px;
    margin-top: 50px; 
}

.doelstelling-main p{
    line-height: 1.4;
    max-width: 800px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.doelstelling-content{
    margin-top: 50px;
}

.doelstelling-content h2{
    text-align: center;
    color: #45a049;
}

.doelstelling-content p{
    line-height: 1.5;
    max-width: 800px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.page-nav ul{
    display: flex;
    font-size: 25px;
    justify-content: center;
    margin-top: 25px;
}

.page-nav ul li{
    padding: 5px;
    background-color: #58c7a2b4;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    color: #F7F7F7;
    border: 1px solid #58c7a2b4;
    transition: all 0.3s;
    border-radius: 10px;
    cursor: pointer;
}

.page-nav ul li:hover{
    background-color: transparent;
    border: 1px solid;
    color: #58c7a2b4;
}

.page-nav .active{
    background-color: rgba(67, 151, 102, 0.706);
}

.page-3, .page-2, #previous{
    display: none;
}

#next{
    display: block;
}

/* Stage */

.stage-main{
    text-align: center;
}

.stage-main h1{
    color: #45a049;
    font-size: 40px;
}

.stage-main p{
    text-align: start;
    line-height: 1.4;
    max-width: 650px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.stage-main button{
    margin-bottom: 25px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background: none;
    outline: 0;
    transition: all 0.3s;
    font-size: 15px;
    text-align: center;
    color: white;
    padding: 13px;
    background-color: #45a049;
    border-radius: 8px;
}

.stage-main button:hover{
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    filter: brightness(105%);
}

.stage-main-content h2{
    text-align: center;
    color: #45a049;
    font-size: 25px;
}

.stage-main-content p{
    line-height: 1.5;
    max-width: 800px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.stage-main-content{
    margin-bottom: 50px;
}

.stage-main-ul h2{
    text-align: center;
    color: #45a049;
    font-size: 25px;
}

.stage-main-ul ul{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stage-main-ul ul li i{
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 13px;
    color: #00814e;
    display: flex;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-size: 15px;
    border: 1px solid lightgray;
    transition: background-color ease .25s, color ease .25s;
    justify-content: center;
    align-items: center;
}

.stage-main-ul ul li{
    display: inline-flex;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Stage formulier */

.formulier-parent {
    display: flex;
    flex-direction: column;
}

.formulier-parent h1 {
    text-align: center;
    margin-bottom: 15px;
}

.formulier-parent p {
    text-align: center;
    margin-top: 15px;
}

.formulier-parent p:first-child, .formulier-parent .formulier-title:first-child {
    margin-top: 0;
}

.formulier-parent input,
select {
    outline: none;
    text-align: center;
    border-radius: 8px;
    border: 2px solid lightgray;
    padding: 10px 0;
    margin-top: 7px;
}

.formulier-parent input {
    width: 100%;
}

.formulier-parent select {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.formulier-parent input:focus,
.formulier-parent select:focus,
.formulier-parent textarea:focus {
    border: 2px solid deepskyblue;
    transition: .3s ease border-color;
}

.formulier-parent textarea {
    margin-top: 20px;
    outline: none;
    width: 100%;
    height: 250px;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: solid 2px lightgray;
}

.formulier-parent button {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    outline: none;
    padding: 16px;
    margin-top: 25px;
    font-size: 16px;
    background-color: #08A264;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: transform .25s ease;
}

.formulier-parent button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.formulier-parent .formulier-title {
    margin-top: 35px;
    margin-bottom: 20px;
}

.fadeIn{
    display: none;
}

.alert {
    box-shadow: 0 2px 2px 0 rgba(179, 171, 171, 0.534), 0 3px 1px -2px rgba(163, 158, 158, 0.12), 0 1px 5px 0 rgba(172, 166, 166, 0.2);
    margin-top: 25px;
    border-radius: 10px;
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 35px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Contact Page */

#map {
    box-shadow: 0 2px 2px 0 rgba(179, 171, 171, 0.534), 0 3px 1px -2px rgba(163, 158, 158, 0.12), 0 1px 5px 0 rgba(172, 166, 166, 0.2);
    width: 100%;
    height: 400px;
    background-color: grey;
    margin-bottom: 50px;
}

.contact-title {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    position: relative;
}

.contact-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: green;
    top: calc(100% - 1px);
    left: 0;
    position: absolute;
}

.contact-form input {
    outline: none;
    margin-bottom: 25px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px lightgray;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid deepskyblue;
    transition: .3s ease border-color;
}

.contact-form textarea {
    outline: none;
    width: 100%;
    height: 180px;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px lightgray;
}

.contact-form button {
    outline: none;
    cursor: pointer;
    display: block;
    margin: 15px auto 0 auto;
    padding: 10px 15px;
    background-color: #08A264;
    border: none;
    color: #F7F7F7;
    transition: all ease 0.1s;
    border-radius: 8px;
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  filter: brightness(105%);
}

.contact-text-large {
    text-align: left;
    line-height: 1.4;
}

.contact-text-column {
    font-size: 14px;
    line-height: 1.4;
}

.contact-text-column a {
    color: #45a049;
}

#contact-verzonden-text {
    text-align: center;
    color: #45a049;
}

#contact-verzonden-text #wait{
    font-size: 16px;
}

#contact-verzonden {
    display: none;
}

/* Privacy */
.privacy-intro h1{
    font-size: 35px;
    color: #45a049;
}

.privacy-intro p{
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 50px;
}

.privacy-content h2{
    font-size: 25px;
    color: #45a049;
}

.privacy-content p{
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 50px;
}

/* mobile devices */

@media (min-width: 769px) {
    .post-cube:not(:first-child) {
        margin-left: 30px;
    }

    .post-cube {
        flex-grow: 1;
        flex-basis: 0;
    }
    .werkwijze-parent .row .column{
        max-width: 50%;
    }
}

@media (max-width: 769px) {    
    .intro-title {
        font-size: 18px;
    }

    .intro-big {
        font-size: 34px;
        word-break: break-all;
    }

    .info-row .info-column {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .info-row .info-column:last-child{
        margin-bottom: 0;
    }

    .box {
        margin-bottom: 20px;
    }
    .row, .post-parent, .info-row{
        flex-direction: column;
    }

    .row .column {
        padding-left: 0;
        padding-right: 0;
    }

    .post-cube {
        margin-bottom: 50px;
    }

    .post-cube:last-child{
        margin-bottom: 0px;
    }

    .home-wrapper p{
        font-size: 14px;
    }

   .werkwijze-parent .bg-gray .row{
        flex-direction: column;  
    }

   .werkwijze-parent .row {
     flex-direction: column-reverse;
    }

    .werkwijze-parent .werkwijze-text p{
        max-width: 600px;
        display: block;
    }

    .werkwijze-banner{
        height: 250px;;
    }

    .werkwijze-banner-wrapper .column, .werkwijze-parent p{
        display: none;
    }

    .werkwijze-banner-wrapper .column:first-child{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .stage-main-ul ul li{
        margin-bottom: 15px;
    }

    .stage-main-ul ul li:last-child{
        margin-bottom: 0;
    }

    .contact-form button {
        margin-bottom: 25px;
    } 

    .stage-main h1{
        font-size: 30px;
    }

    .stage-main-ul ul li{
        font-size: 16px;
    }

    .formulier-parent input,
    .formulier-parent select {
        width: 100%;
    }

    .formulier-parent row column {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
