

.text-color-theme {
	color: #42b3e5;
}

.theme-bg{
	background: #42b3e5;
}

.btn {
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	border: 3px solid;
	padding:8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-outlined.btn-theme {
    color: #FFF;
    background: #42b3e5;
    border-color: #42b3e5;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    background: none;
    color: #42b3e5;
	border-color: #42b3e5;
}

.btn-lg{
	font-size:18px;
	line-height:22px;
	border: 4px solid;
	padding:13px 40px;
}

.vinkje{
    color:#4ad35b;
    font-size:30px;
    padding-top:10px;
}

.vinkjetext{
    font-size:14px;
}

@media only screen and (max-width: 768px){
    /* .vinkje{
        color:#4ad35b;
        font-size:20px;
        padding-top:5px;
    }
    
    .vinkjetext{
        font-size:8px;
        width: 10px;
    } */
  }

  @media only screen and (max-width: 576px){

  }