/*
Theme Name: ADCgroep
Theme URI: 
Description: LavieOfferte - Template
Author: Stan van Balkom
Author URI: 
Version: 1.0
Tags: ADCGroep, Lavie, Catering
*/

/*
## Kleuren ##

*/
html{
    scroll-behavior: smooth;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 25px;
	background: #FFF;
	color: #3c434a;
	letter-spacing: 0.2px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', serif;
	color: #3c434a;
}

h1 {
	font-size: 72px;
	line-height: 35px;
	font-weight: 500;
}

h2 {
	font-size: 36px;
	line-height: 30px;
	font-weight: 500;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}

h4, h5, h6 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.active{
	background-color: white !important;
	color: black !important;
}
.cta{
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #b57c35;
    font-size: 32px;
    border-radius: 50%;
    padding: 7.5px;
    border: 1px solid white;
}
a .cta{
    color: white;
}
.cta:hover{
    background-color: #151B33;
    border: 1px solid white;
}
/*******************/
/***** HEADER ******/
/*******************/

/*******************/
/******* MENU ******/
/*******************/


/*******************/
/**** FRONTPAGE ****/
/*******************/


/****************************/
/***** OFFERTE MAIN PAGE*****/
/****************************/
section.offerte .bg-image{
	height: 100vh;
    width: 100%;
    position: fixed;
	z-index: -1;
}
section.offerte .bg-opacity{
	height: 100vh;
	width: 100%;
	background-color: black;
	opacity: .3;
}
section.offerte .content-offer{

}
section.offerte .content-offer .main-wrapper h1.title{
	text-align: center;
    padding: 20px 0px;
	color: white;
    margin: 0;
}
section.offerte .content-offer .main-wrapper .desc{
	color: white;
    font-size: 18px;
    text-align: center;
	line-height: 1.5;
	padding: 20px 100px;
}
section.offerte .content-offer .main-wrapper button{
	color: #fff;
    background-color: #b57c35;
    border-color: #fff;
}
section.offerte .content-offer .main-wrapper button:hover{
    background-color: #151B33;
}
section.offerte .content-offer .main-wrapper button a{
	color: #fff;
    text-decoration: none;
}
section.offerte .content-offer .offer{

}
section.offerte .content-offer .offer .info-groep{
	padding: 50px;
}
section.offerte .content-offer .offer .info-groep p{
	font-size: 18px;
    padding: 10px 0px;
    line-height: 2;
}
section.offerte .content-offer .offer .interesse-groep{
	padding: 50px;
	text-align: center;
}
section.offerte .content-offer .offer .interesse-groep p{
	font-size: 18px;
    padding: 10px 0px;
	line-height: 2;
	text-align: center;
}
section.offerte .content-offer .offer .interesse-groep button{
	color: #fff;
    background-color: #151B33;
    border-color: #fff;
}

/*****************************/
/***** OFFERTE GENERATOR *****/
/*****************************/
.offerte-start{
	height: 100vh;
	background-color: white;
}
.offerte-start .keuze-wrapper{
	margin: 0;
    border-bottom: 1px solid white;
}
.offerte-start .keuze-wrapper ul{
	list-style: none;
	padding: 0;
}
.offerte-start .keuze-wrapper .keuze-menu{
    background: #b57c35;
    padding: 10px;
	cursor: pointer;
	color: white;
	border-right: 1px solid white;
	display: inline-block;
}
.offerte-start .keuze-wrapper .keuze-menu:last-child{
	border-right: unset;
}

.offerte-start 

#offerte-id{
	display: none;
}
.stap-1 .stap-1-wrapper{
	width: 50%;
    margin: 0 auto;
    margin-top: 10vh;
    border: 2px solid #b57c35;
    background-color: #151B33;
    padding: 75px;
}
.stap-1 .stap-1-wrapper img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 75px;
}
.stap-1 .stap-1-wrapper .form-group input{
    margin: 10px 0px;
}
.stap-1 .stap-1-wrapper input{
	border: none;
}
.stap-1 .stap-1-wrapper label{
    color: white;
}
.stap-2,.stap-3,.stap-4{
    max-height: 100%;
}
.fancy-chb .row-chb .col-4{
    padding: 6px;
    background: #b57c35;
    border-right: 1px solid white;
}
.fancy-chb .row .col-4:last-child{
    border-right: unset;
}
.fancy-chb .row .col-4 span{
    float: left;
    height: 34px;
    line-height: 34px;
    color: white;
}
/* FANCY RADIO BUTTONS */
.fancy-chb .row .col-4 .switch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
    float: right;
}

.fancy-chb .row .col-4 .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.fancy-chb .row .col-4 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.fancy-chb .row .col-4 .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.fancy-chb .row .col-4 input:checked + .slider {
    background-color: rgb(0, 255, 0);
}

.fancy-chb .row .col-4 input:focus + .slider {
    box-shadow: 0 0 1px rgb(0, 255, 0);
}

.fancy-chb .row .col-4 input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.fancy-chb .row .col-4 .slider.round {
    border-radius: 34px;
}

.fancy-chb .row .col-4 .slider.round:before {
    border-radius: 50%;
}



/*******************/
/****** SINGLE *****/
/*******************/


/*******************/
/**** GOOGLE MAP ***/
/*******************/

/*******************/
/******* FORM ******/
/*******************/

/*******************/
/****** FOOTER *****/
/*******************/


/*******************/
/*** RESPONSIVE ****/
/*******************/

@media (max-width: 1500px) {



}

@media (max-width: 1400px) {



}

@media (max-width: 1200px) {



}

@media (max-width: 992px) {



}

@media (max-width: 768px) {


}


@media (max-width: 767px) {
	



}

@media (max-width: 767px){



}

@media (max-width: 641px){



}

@media (max-width: 576px) {



}

@media (max-width: 480px) {



}

@media (max-width: 400px) {



}
