/*
 Theme Name:   Corné van Dooren thema
 Theme URI:    https://www.cornevandooren.com
 Description:  Child-theme ontwikkeld voor Corné van Dooren
 Author:       Kevin van der Bijl
 Author URI:   http://www.kevinvanderbijl.nl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         divi
 Text Domain:  divi-child
*/

/* ========== Custom css here ========== */

/* -- Kleurschema -- */
/*

Greyscale {

light:          #f2f2f2
medium:         #A6A6A6
default         #737373
dark            #404040
ultra-dark      #262626

.mvo--red       #F5333F
.mvo--blue      #97CAEB
.mvo--yellow    #F5D500 / #EBEB13

_Backup

.mvo_dark-blue      { color: #1A2530; }
.mvo_light-blue     { color: #34495E; }
.mvo_orange         { color: #DF4949; }
.mvo_orange         { color: #E27A3F; }
.mvo_yellow         { color: #EFC94C; }

*/









/* == Start custom CSS == */

.cvd__button-trapeziod {
  width: 230px;
  text-align: center;
  height: 0; 
  position: relative;
  border-right: 40px solid transparent;
  border-top: 40px solid #2cd5c4;
  border-left: 0px solid transparent;
  box-sizing: content-box;
}
.cvd__button-trapeziod span { 
  position: absolute;
  top: -30px;
  left: 15%;
  color: #000;
  font-weight: bold;
 
}