/*
Theme Name: Justcas
Theme URI: https://justcas.nl/
Description:Wordpress theme JustCas
Author: Caspar van Tent
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* CSS code */

body{margin: 0;
 font-family: "Outfit", sans-serif;
	background-color: #f7f5f3;
}

h1,h2,h3{
	font-family: 'Playfair Display', serif;
	font-weight:bold;

}

h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}

p, a,li {
	 font-family: "Outfit", sans-serif;
	font-size:18px;
}


.grecaptcha-badge{display:none;}
section.index-header {
  background-color: #1e1f21;
    height: auto;
    width: 100%;
    padding: 0px 0px 28px 0px;
}

.index-header .picture {
    width: 80%;
    float: left;
	height: auto;

}
.introduction-content{
    width: 100%;
    float: left;
	color:#fff;
}

.button-container {
    display: inline-block;
}

.linkedin-button,
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button {
    display: inline-block;
    background-color: #4474b9;
    color: #fff;
    text-decoration: none;
    padding: .75rem 2rem;
   
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.linkedin-button::before,
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
    transform: scale(0);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

#wpcf7-f17-o1 {
    background-color: #fff;
    padding: 35px 25px 25px 25px;
}










.werkzaamheden-background {

    height: auto;
    width: 100%;
}

#werkzaamheden, #waarom-justcas{

color: #333;
padding: 150px 0 150px 0;
}
#werkzaamheden img{    height: 225px;
    width: 100%;} 



h2{font-weight: 700 !important;}
p{font-size: 17px; line-height: 1.9;}

.portret-foto-home{    
    width: 100%;
    height: 100vh;
    object-fit: cover;}

/* Stijl voor de menubalk */

.main-navigation {
    background-color: #fff;
    padding: 5px 0;

    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D6D6D6;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.menu a:hover {
    color: #aaa;
}




/* BEL MIJ TERUG SECTIE */

				 #bel-mij-terug .text-alignment {
    width: 50%;
    float: left;
}
/* Sectie styling */
#bel-mij-terug {
    width: 100%;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   
}

/* Titel styling */
#bel-mij-terug h3 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 10px;
}

/* Subtitel styling */
#bel-mij-terug p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* Formulier styling */
#bel-mij-terug form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

/* Invoerveld styling */
#bel-mij-terug input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 200px;
    outline: none;
}

/* Knop styling */
#bel-mij-terug button {
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Knop hover-effect */
#bel-mij-terug button:hover {
    background-color: #0056b3;
}

/* BEL MIJ TERUG SECTIE */






.contact-info{
    background-color:#000080;
    color:#fff;
}



footer{width:100%; background-color: #333;color: #fff; margin:0;padding:18px 0px 0px 0px; height:auto;}

/* Stijl voor de rijen en kolommen van het formulier */
.form-row {
    display: flex;
    flex-wrap: wrap;

}

.form-column {
    flex: 1;
    margin-right: 10px;

}

/* Stijl voor de labels */
label {
    display: block;
    margin-bottom: 5px;
}

/* Stijl voor de invoervelden */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: calc(100% - 16px); /* Verwijder de padding van de totale breedte */
    padding: 8px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #f2f2f2; /* lichte achtergrondkleur */
}




@media (min-width: 1024px) {
	.introduction-content{margin-top:106px;}
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
        margin-top: 20px;
    }

    .menu.active {
        display: block;
    }
	h1 {

    font-size: 2.2rem;

}
	section.index-header{padding: 20px 0px 150px 0px;}
	
.werkzaamheden-background p {
 border-bottom: 2px solid;
        border-color: rgb(167 173 193 / var(--tw-border-opacity, 1));
        padding: 0 0 30px 0;
        margin-bottom: 100px;
}
	
	#werkzaamheden {
    color: #333;
    padding: 75px 0 0 0;
}
	
	#waarom-justcas{
		color: #333;
		padding: 0 0 75px 0;
		
	}
	#wpcf7-f17-o1{margin-top:35px;}
	
}


