/*
 Theme Name:   Van Kan BodyMind
 Theme URI:    http://www.vankanbodymind.nl
 Description:  Van Kan BodyMind
 Author:       Niels Broekzitter
 Author URI:   https://www.nielsbroekzitter.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:         vankanbodymind
 Text Domain:  vankanbodymind
*/

#pagina, #et-main-area {
	background: url("img/achtergrond.jpg");
}

#main-content {
    background-color: transparent;
}

#breadcrumbs {
    padding-left: 10px;
    background: transparent;
}

::-moz-selection {
    color: #FFF;
    background: #CF0940;
}

::selection {
    color: #FFF;
    background: #CF0940;
}

a:link, a:visited {
	color: #CF0940;
}

a:hover {
	color: #000;
}

#headerafbeelding {
    height: 400px;
    background: url("img/header.jpg") no-repeat center center;
}

.headerafbeeldingtekst h1 {
    color: #fff;
    font-size: 50px;
    padding-top: 150px;
    text-align: center;
    text-shadow: 2px 2px #000;
    line-height: 50px;
	font-weight: bold;
}

.headerafbeeldingtekst {
    color: #FFF;
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px #000;
    line-height: 50px;
}

.headerafbeeldingknop {
    font-size: 25px;
	background: #CF0940;
	color: #fff !important;
	border: 3px solid #fff;
    border-radius: 10px;
    padding: 5px;
	text-shadow: 0px 0px #000;
	font-weight: bold;
}

.headerafbeeldingknop:hover {
    background: #ffcc00;
    color: #FFF;
	border: 3px solid #FFF;
}

#knoptekst {
    color: #CF0940;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#wiebenik {
    background: #CF0940;
    color: #FFF;
    padding-left: 50px;
	padding-right: 50px;
}

#wiebenik h2 {
    color: #FFF;
}

.hp-wrap {
    display: none;
}

.ninja-forms-field {
    width: 100%;
}

#footer-info {
    display: none;
}

/* Responsive */

@media all and (max-width: 980px) {
#kortingsprijs {
    font-size: 16px;
}

#aanbiedingsrondje p {
    font-size: 10px;
}

.headerafbeeldingtekst h1 {
    font-size: 30px;
}

#aanbiedingstekst {
    margin-top: -30px;
}

#page-container {
    padding-top: 60px !important;
}
}

@media all and (max-width: 783px) {
#page-container {
    padding-top: 60px !important;
}
}

@media all and (max-width: 640px) {

#page-container {
    padding-top: 75px !important;
}
}

@media all and (max-width: 550px) {
    .headerafbeeldingtekst h1 {
    font-size: 25px;
}
}

@media all and (max-width: 480px) {
#main-header {
    top: 70px !important;
}
}

@media all and (max-width: 452px) {
    .headerafbeeldingtekst h1 {
    font-size: 20px;
}
}

@media all and (max-width: 380px) {
    .headerafbeeldingtekst h1 {
    font-size: 17px;
}
}

@media all and (max-width: 320px) {
#headerafbeelding {
    display: none;
}
}

@media (max-width: 480px) {
  #main-header {
    top: 20px !important;
  }
}