
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #41483c;
    background-color: #e5e7e3;
    border-color: #daded8;
}

.alert-primary hr {
    border-top-color: #cdd2ca;
}

.alert-primary .alert-link {
    color: #272c25;
}

.badge-primary {
    color: #212529;
    background-color: #7d8b74;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    background-color: #646f5c;
}

.bg-primary {
    background-color: #7d8b74 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #646f5c !important;
}

.border-primary {
    border-color: #7d8b74 !important;
}

.btn-primary {
    color: #fff;
    background-color: #7d8b74;
    border-color: #7d8b74;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6b7763;
    border-color: #646f5c;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 139, 116, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7d8b74;
    border-color: #7d8b74;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #646f5c;
    border-color: #5c6655;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 139, 116, 0.5);
}

.btn-outline-primary {
    color: #7d8b74;
    background-color: transparent;
    border-color: #7d8b74;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #7d8b74;
    border-color: #7d8b74;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 139, 116, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7d8b74;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #7d8b74;
    border-color: #7d8b74;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 139, 116, 0.5);
}

.list-group-item-primary {
    color: #41483c;
    background-color: #daded8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #41483c;
    background-color: #cdd2ca;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #41483c;
    border-color: #41483c;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #daded8;
}

.table-hover .table-primary:hover {
    background-color: #cdd2ca;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #cdd2ca;
}

.text-primary {
    color: #7d8b74 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #646f5c !important;
}

/*Secondary*/

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #96675d;
    background-color: #115121124;
    border-color: #10e115117;
}

.alert-secondary hr {
    border-top-color: #104107107;
}

.alert-secondary .alert-link {
    color: #775149;
}

.badge-secondary {
    color: #212529;
    background-color: #c8aca6;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #b48e86;
}

.bg-secondary {
    background-color: #c8aca6 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #b48e86 !important;
}

.border-secondary {
    border-color: #c8aca6 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #c8aca6;
    border-color: #c8aca6;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ba978f;
    border-color: #b48e86;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 172, 166, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #c8aca6;
    border-color: #c8aca6;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b48e86;
    border-color: #ae857d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 172, 166, 0.5);
}

.btn-outline-secondary {
    color: #c8aca6;
    background-color: transparent;
    border-color: #c8aca6;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #c8aca6;
    border-color: #c8aca6;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 172, 166, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #c8aca6;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c8aca6;
    border-color: #c8aca6;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 172, 166, 0.5);
}

.list-group-item-secondary {
    color: #96675d;
    background-color: ;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #96675d;
    background-color: ;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #96675d;
    border-color: #96675d;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: ;
}

.table-hover .table-secondary:hover {
    background-color: ;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: ;
}

.text-secondary {
    color: #c8aca6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #b48e86 !important;
}

/*Custom CSS*/
@font-face {
    font-family: 'simplifica';
    src: url('fonts/simplifica_typeface-webfont.woff2') format('woff2'),
         url('fonts/simplifica_typeface-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'simplifica', arial;
    color: #777;
    font-size: 1.2rem;
}
h1{
    font-size: 6rem;
}
h2{
    font-size: 4rem;
}
h4{
    text-transform: uppercase;
}
.white-link{
    color: #fff;
    text-decoration: none;
}
.white-link:hover{
	color:#fff;
	text-decoration: underline;
}
header{
    background-image: url('img/background-aloe.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
    height: 700px;
    margin-bottom: -200px;

}
header:after{
    position:absolute;
    content: "";
    display:block;
    width: 100%;
    height: 300px;
    bottom: 0px;
    left: 0;
    background: rgb(125,139,116);
    background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,100) 100%);
}
.beeldmerk-bg{
    position:relative;
}
.beeldmerk-bg:before{
    content: "";
    background-image: url('img/beeldmerkTOEV.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1
}
.line{
    position:relative;
    margin-top: -25px;
}
.line:before{
content:"";
border-top: solid 2px #c8aca6;
display: block;
width: 40%;
top:25px;
left:0;
position:absolute;
}
.line:after{
    content:"";
    border-top: solid 2px #c8aca6;
    display: block;
    width: 40%;
    position:absolute;
    right: 0;
    top: 25px;
    }
@media (max-width: 767px){
	#tonnyelbers .row .col-md-6:first-child img, #salonbeautyinside .row .col-md-6:first-child img{
		float:left!important;
		padding-left: 3rem;
	}
}
    @media (min-width: 768px){
#salonbeautyinside{
    background-image: url('img/background-mont.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size:contain;
}
#tonnyelbers{
    background-image: url('img/background-aloe2.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size:contain;
}
#salonbeautyinside .row .col-md-6:first-child{
    order: 0;
}
#tonnyelbers .row .col-md-6:first-child{
    order: 1;
}
    }
#salonbeautyinside{
    margin-bottom:600px;
    background-color:#fff;
}
footer{
    padding: 200px 0;
    background-image: url('img/TOEV_240_KL.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 600px;
    z-index: -1;
    position:fixed;
    bottom: 0;
}