    .onlymobile {
        display:none;
    }
    
       .onlydesktop {
        display:block;
    }

/*----SPECS----*/
.white {color:white;}

p {padding:0 10% 35px 10%}

/*-----STRUCTURE SITE-------*/
.maincontainer {
    margin: 200px auto 0 auto;
    width:90%;
    max-width:1000px;
    height:auto;
    text-align:center;

}

#extras {
    margin: 35px 0 15px 0;
}

.break {clear:both}
.plus {color:#C71A28; background-color: white; cursor:pointer;font-size: 30px;padding:5px;border:1px solid white;width:40px;text-align: center;
    margin:35px auto;

}
.end-group {clear:both;height:20px}
.start-group {width:100%;border:0px solid white;margin-bottom:20px}
.time-cell {float:left;width:auto; min-width:80px; text-align: center;background-color: #eee;margin-right:10px;margin-bottom:10px;cursor:pointer}
.disable_booking {color:grey}
.allow_booking {color:#C71A28}
.active {background-color:#C71A28; color:white}
.time-cell.active .allow_booking .uur {
    color: white;
}
.time-cell.active .allow_booking .available {
    color: white;
}

.available {font-size:10px}
#error {display:none; color:white; width:auto; margin:35px auto;}
.radio-container {margin: 0 0 15px 0; background-color:#C71A28;padding:15px; border:1px solid white; border-radius:15px;}

.schedule-days {
        background-color: rgba(255, 255, 255, 0.75); 
    -webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
    padding:35px;
}

.bedankt {
        background-color: rgba(255, 255, 255, 0.75); 
    -webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
    padding:35px;
}

.form-option-block {
margin: 35px 0 0 0;  
}

.form-field-wrapper-home {
margin: 0 auto;
width:400px;    
}

.row-wrapper {
    margin: 5px auto 5px auto;
    width:70%;
}

.form-explain-reg {
    position:relative;
    float:left;
    color:#C71A28;
    background-color:white;
    width:45%;
    font-size:14px;
    
    margin: 0 0 7px 0;
    -webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
    padding:5px 30px 5px 15px;
    text-align: right;
}

.form-field-text_reg {
    position:relative;
    float:left;
    color:white;
    width:45%;
}

.form-field-text {
    position:relative;
    width: 100%;
    border:0;
    -webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
    padding:5px 15px 5px 15px;
    background-color: rgba(255, 255, 255, 0.75); 
    font-family: 'Cocon Light';
    color:black;
font-size:14px;
    max-width:500px;
}

.form-field-text-2 {
    position:relative;
    width: 100%;
    border:0;
border-radius: 15px;
    padding:5px 15px 5px 15px;
    background-color: rgba(255, 255, 255, 0.75); 
    font-family: 'Cocon Light';
    color:black;
font-size:14px;
    max-width:300px;
}

.type-select {
    width: 100%;
    border: 0;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'Cocon Light';
    color: black;
    font-size: 14px;
    max-width: 640px;
    margin: 0 0 8px 10px;
}

.txtcenter {
    text-align:center;
}

.form-explain {
margin: 0  0 15px 0;
line-height:24px;    
}

.form-submit {
    display:inline-block;
    width:300px;
    margin: 15px 0 0 0;
}

.form-submit-2 {
    display:inline-block;
    width:100%;
    margin: 15px 0 0 0;
}

.header {
    color:white;
    font-size:20px;
    margin: 0 0 15px 0;
}



.warning-comby {
    width:80%;    
    border:1px solid white;
    color:white;
    padding:15px;
    font-size:14px;
    margin: 20px auto 35px auto;
}


.optional {
    border-bottom:0px solid white;
    padding: 5px 0 35px 0;
}

.optional-2 {
    border-bottom:0px solid white;
    padding: 25px 0 25px 0;
}

/*------BUTTONS-----*/
 .advanced-button {
            font-family: 'Cocon Light';
            background-color: white; /* Green background */
            border: none; /* Remove borders */
            color: #C71A28; /* White text */
            padding: 3px 16px; /* Some padding */
            text-align: center; /* Center the text */
            text-decoration: none; /* Remove underline */
            display: inline-block; /* Get it to align properly */
            font-size: 16px; /* Increase font size */
            margin: 4px 2px; /* Add some margin */
            cursor: pointer; /* Pointer/hand icon on hover */
            border-radius: 12px; /* Rounded corners */
            transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
        }

        .advanced-button:hover {
            background-color: #C71A28; /* Darker green background on hover */
            color:white;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a shadow on hover */
        }

 .advanced-button2 {
            font-family: 'Cocon Light';
            background-color: white; /* Green background */
            border: none; /* Remove borders */
            color: #C71A28; /* White text */
            padding: 7px 70px; /* Some padding */
            text-align: center; /* Center the text */
            text-decoration: none; /* Remove underline */
            display: inline-block; /* Get it to align properly */
            font-size: 16px; /* Increase font size */
            margin: 30px 2px 100px 2px; /* Add some margin */
            cursor: pointer; /* Pointer/hand icon on hover */
            -webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
            transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
        }

        .advanced-button2:hover {
            background-color: #C71A28; /* Darker green background on hover */
            color:white;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a shadow on hover */
        }



/*-----KLEUREN----*/
.white {color:white!important}


/*-----FONTS----*/
@font-face {
    font-family: 'Cocon Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cocon Regular'), url('https://lotusopen.be/fonts/CoconRegularFont.woff') format('woff');
    }

.coconregular {
	    font-family: 'Cocon Regular';
}

@font-face {
    font-family: 'Cocon Light';
    font-style: normal;
    font-weight: normal;
    src: local('Cocon Light'), url('https://lotusopen.be/fonts/Cocon-Light.woff') format('woff');
    }

.coconlight {
        font-family: 'Cocon Light';
}

.coconregulat {
    font-family: 'Cocon Regular';
}

body {font-family: 'Cocon Light';}


/*-----BACKGROUND COVER IMAGE----*/
.bgfull {
  background: url(../assets/lotus-open-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}


/*-----STRUCTURE LOGO'S-------*/
.logoupperright {
    position:fixed;
    right:3%;
    top: 5%;
    width:auto;
}

.lotusopenimg {
    width:150px;
}

.logobottomleft {
    position:fixed;
    left:3%;
    bottom: 3%;
    width:auto;
}

.lotuslogoimg {
    width:100px;
}



/*-----MOBIELE VERSIE-------*/
@media only screen and (max-width: 600px) {
    .onlymobile {
        display:block;
    }
    
       .onlydesktop {
        display:none;
    }
    
/*-----STRUCTURE LOGO'S-------*/
.logoupperright {
    position:absolute;
    right:50%;
    top: 5%;
    width:auto;
    margin: 0 -75px 0 0;
}

.lotusopenimg {
    width:150px;
}

.logobottomleft {
    display:none;
    position:fixed;
    left:50%;
    bottom: 1%;
    width:auto;
    margin: 0 0 0 -50px;    
}

.lotuslogoimg {
    width:100px;
}    
    
/*-----STRUCTURE SITE-------*/
.maincontainer {
    margin: 150px auto 0 auto;
    width:100%;
    max-width:1000px;
    height:auto;
    text-align:center;

}    
    
/*----FORM----*/    
    
.warning-comby {
    width: 80%;
    border: 1px solid white;
    color: white;
    padding: 15px;
    font-size: 14px;
    margin: 20px auto 0px auto;
}    
    
.row-wrapper {
    margin: 5px auto 5px auto;
    width: 90%;
}
    
    .form-explain-reg {
    position: relative;
    float: left;
    color: #C71A28;
    background-color: white;
    width: 100%;
    font-size: 14px;
    margin: 0 0 7px 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
     -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;            
    padding: 5px 0 5px 0;
    text-align: center;
}
    
.form-field-text_reg {
    position: relative;
    float: left;
    color: white;
    width: 100%;
}    
    
.form-field-text {
    position: relative;
    width: 95%;
    border: 0;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px 0 5px 5%;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'Cocon Light';
    color: black;
    font-size: 14px;
    max-width: 500px;
}    
    
.type-select {
    width: 90%;
    border: 0;
    border-radius: 15px;
    padding: 5px 0 5px 5%;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'Cocon Light';
    color: black;
    font-size: 14px;
    max-width: 640px;
    margin: 0 0 8px 0;
}    
    
.form-submit-2 {
    display: inline-block;
    width: 100%;
    margin: 15px 0 50px 0;
}   
    
.advanced-button {
    font-family: 'Cocon Light';
    background-color: white;
    border: none;
    color: #C71A28;
    padding: 3px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 100px 2px!important;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, box-shadow 0.3s;
}    
    
.advanced-button2 {
    margin: 30px 2px 150px 2px;
}    
    
}
