/*
Theme Name: OnlineEnergieVergelijken.nl
Theme URI: http://www.onlineenergievergelijken.nl
Description: Onlineenergievergelijken.nl
Version: 1.0
Author: Wouter de Groot
Author URI: Onlineenergievergelijken.nl
*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 190%;
    color: #131313;
    background: #FFF
}

*, div{
    box-sizing: border-box
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

thead,
th {
    background: #fafafa;
    text-align: left;
    padding: 5px;
    padding-left: 10px
}

td {
    padding: 10px;
    border: 1px solid #eaeaea
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top:10px;
}

h2, .title {
    font-size: 24px;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 0px
}

h3 {
    margin-bottom: 5px;
    margin-top:30px;
    font-weight: 600;
}

a {
    color: #26afa5
}

p {
    margin-top: 0
    margin-top:30px;
    margin-bottom:30px;
}

figure{
    margin:0 !important;
}

.imgcontainer{
    position: relative;
    transition: all .3s;
    display: block;
    padding-top: 40vh;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    box-shadow: -10px 10px 25px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
}

.imgcontainer span{
    display: block;
    width:100%;
    padding:30px;
    color:#FFF;
    font-weight: bold;
    font-size:21px;
    position: absolute;
    z-index: 2;
    bottom:0px;
    left:0px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.92);
}

.tile-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tile{
    flex: 0 0 33.333333%;
    padding:10px;
}

.tile a{
    color:#131313;
}

.tile img{
    width: 100%;
    border-radius: 8px;
}

.tile-title{
    font-weight: 600;
}

.align-center{
    text-align: center;
}

.highlight{
    background:#f9f2e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.highlight-text{
    padding:20px;
    font-size:18px;
    font-weight: bold;
    width: 75%;;
}

.highlight-button{
    background:#ffb114;
    width:25%;
    padding:20px;
    color:#FFF;
    font-weight:bold;
}

.highlight-button a{
    color:#FFF;
    text-decoration: none;
}

.highlight-button a:after{
    content:'>';
    margin-left:5px;
}

.highlight-green{
    background:#4bafb4;
    padding-top:50px;
    color:#FFF;
    margin-top:50px;
    padding-bottom:50px;
}

.highlight-green h2{
    margin-top:0px;
    padding-bottom:10px;
}

.img-right{
    width:500px;
    float:right;
    margin-top:40px !important;
}

.dc-tool li:before{
    display: none !important;
}

#page li{
    list-style: none;
    margin-top:10px;
}

#page li:before{
    color:#01708e;
    content:'\2022';
    font-weight: bold;
    display: inline-block;
    width: 20px;
    font-size:30px;
    vertical-align: middle;
    margin-left: -20px;
}

.wp-block-image .alignright{
    width: 400px;
    margin:20px !important;
    padding-left:100px;
    padding-right:50px;
}

.dc-tool__common-components-offers_slider-item{
    width: 24% !important;
    margin-left:1% !important;
    margin-right:-5px !important;
}

.dc-tool__common-components-offers_slider-item:first-child{
    margin-left:0% !important;
}

.dc-tool__common-components-offers_slider-item_block-button{
    height: 30px !important;
}

.wp-block-quote{
    padding:20px;
    background:#ffecb4;
    margin:0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:20px;
}

.wp-block-quote p{
    margin:0px;
}

.wp-block-image{
    text-align: center;
}

.wp-block-image img{
    margin:0px !important;
    padding:0px !important;
    width: 80% !important;
    border-radius: 8px;
    height: auto
}


.center {
    position: relative;
    max-width: 1080px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto
}

.content{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-left:-4px;
    padding-right:40px;
}

.sidebar{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left:-4px;
    padding-right:40px;
}

.aligncenter{
    text-align: center;
    width: auto !important;
    max-width: none !important;
}

.title{
    font-size:24px;
    margin-bottom:20px;
}

.input-error{
    border: 1px solid #e74141!important;
}

.rank-math-breadcrumb{
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    padding:20px;
    font-size:13px;
}

.rank-math-breadcrumb p{
    padding:0px !important;
    margin: 0px !important;
    padding-left:40px !important;
    padding-right:40px !important;
}

/* TOPBAR */
#topbar{
    line-height: 40px;
    color:#FFF;
    background:#4c9d9e;
}

#topbar-search input::-webkit-input-placeholder {
    color: #FFF;
}

#topbar-search{
    float:right;
    margin-top:-1px;
}

#topbar-search input[type=text]{
    background:#469794;
    border:none;
    line-height: 20px;
    padding:10px;
    color:#FFF;
    display: inline-block;
    vertical-align: top;
}

#topbar-faq{
    float: right;
    margin-left:20px;
    font-size:12px;
}

#topbar-faq a{
    color:#FFF;
    text-decoration: none;
}

#topbar-search-button{
    background-image:url('images/search.png');
    width:40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* LOADER */
.comperator-loader {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10
}
#comperator-info{
    padding:40px;
    background:#F3F3F3;
    text-align: center;
    margin-bottom:10px;
}
#comperator-info span{
    font-weight: 500;
}
#comperator-info-content{
    padding-top:10px;
}

.comperator-middle {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 50px
}

.comperator-content {
    max-width: 600px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    border-radius: 4px
}

/* HEADER */
#header{
	padding:20px;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    width: 180px
}

#box-linkbar{
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    font-size:16px;
}

#linkbar{
	display: inline-block;
	vertical-align: middle;
	padding-top:15px;
    position: relative;
    z-index: 10;
}

#linkbar li{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding:5px 10px;
	border-radius: 4px;
    position: relative;
}

#linkbar a{
	color:#5d5b5c;
	font-weight: 500;
	font-style: italic;
	text-decoration: none;
}

#linkbar #link-active{
	background:#419c97;
}

#linkbar #link-active a{
	color:#FFF;
}

.linkbar-submenu{ 
    position: absolute;
    display: none;
    width: 300px;
    padding: 20px;
    top:36px;
    left:0px;
    z-index: 15;
    background:#fff;
    color:#5d5b5c;
    -webkit-box-shadow: 0px 10px 18px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 18px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 18px -13px rgba(0,0,0,0.75);
}
.linkbar-submenu-two{
    width:600px;
}
.linkbar-submenu-part{
    display: inline-block;
    width:50%;
    vertical-align: top;
    margin-right: -4px;
}
.linkbar-submenu-part-title{
    font-weight: 500;
    margin-bottom:10px;
}
#linkbar li:last-child .linkbar-submenu, #linkbar li:nth-child(4) .linkbar-submenu{
    right:0px !important;
    left: auto;
}
#linkbar li:hover{
    background:#f3f3f3;
    color:#5d5b5c;
}
.linkbar-submenu a{
    color: #5d5b5c !important;
    font-weight: 100 !important;
    font-style: normal !important;
    font-size:14px;
}

.linkbar-submenu ul{
    margin:0px;
    padding:0px;
}

.linkbar-submenu li{
    display: block !important;
    padding:0px !important;
    margin:0px !important;
    padding-bottom:5px !important;
}

#linkbar li:hover .linkbar-submenu{
    display: block;
}


#featured{
	width:100%;
	background: rgb(242,194,49);
    background: linear-gradient(110deg,  #58bec3 50%, #026a70 100%);
	text-align: center;
	padding-top:40px;
    padding-bottom:30px;
}

#featured-start{
    background:rgba(255,255,255,0.8);
    width: 500px;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
    font-weight: bold;
}

#featured #actions{
    width: 650px;
}

#featured-start-button{
    padding:20px;
    background:#ffc52d;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color:#FFF;
}

#featured-start li{
    margin-bottom:20px;
}

#featured-start ul{
    list-style: none !important;
    padding:20px;
    padding-bottom:0px;
    padding-left:30px;
}

.action-list li:before, #featured-start li:before{
    content:'' !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background:url('images/check.png') !important;
    background-size: 100% !important;
    margin-right:10px !important;
    vertical-align: middle !important;
}

#featured-info{
    font-size: 12px;
    color:#FFF;
    text-align: left;
}

 #featured-pointer{
    background:url('images/pointer-2.png');
    width: 320px;
    height: 320px;
    background-size: 100%;
    position: absolute;
    bottom:-30px;
    left:680px;
    background-repeat: no-repeat;
}

#featured h1, #featured-title{
	color:#FFF;
    padding:0px;
    display: block;
    margin:0px;
	font-weight: bold;
	font-size:36px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.92);
	margin-bottom:25px;
    text-align: left;
}

#featured span{
	color:#FFF;
	font-weight: bold;
	font-size:21px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.92);
}

.spotlight{
	padding:20px;
	width:100%;
	background:url('images/covers/lineair.jpg');
	background-size:100% auto;
	background-position: center center;
}

#extra-info{
    
}

.spotlight-title{
	padding-bottom:10px;
	color:#FFF;
	font-size:21px;
	text-align: center;
}

#spot{
    margin-bottom:40px;
    padding-top:40px;
    text-align: left;

}

#spot-left{
    flex:35%;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
}

#spot-right{
    flex:65%;
    padding-left:50px;
}

#spot-left img{
    
    display: block;
    margin-left:-120px;
    border-radius: 8px;
    height: 400px;
    width: auto;
}

#spot ul{
    padding:0px;
    margin: 0px;
    margin-top:20px;
}

#spot li{
    list-style: none;
    padding:10px;
}

#spot li:before{
    content:'';
    display: inline-block;
    width: 24px;
    height: 24px;
    background:url('images/check.png');
    background-size: 100%;
    margin-right:10px;
    vertical-align: middle;
}

#spot h1{
    margin-top:0px;
    font-size:32px;
    display: inline-block;
    vertical-align: middle;
}

#spot-right img{
    display: inline-block;
    vertical-align:middle;
    width: 120px;
    background:#FFF;
    padding:10px;
    border-radius: 8px;
}

#featured-compare{
	margin-top:20px;
	padding:15px;
    position: relative;
    height: 130px;
	min-width:770px;
	display: inline-block;
	background:rgba(255,255,255,0.1);
	border-radius: 6px;
}

#featured-compare label{
    font-size: 12px;
    color:#FFF;
    font-weight: 500;
    text-align: left;
    display: block;
}

#featured-compare-zipcode{
    display: inline-block;
    width:120px;
    text-align: left;
    vertical-align: top;
    margin-right:10px;
}

#featured-compare-number{
    display: inline-block;
    width:100px;
    text-align: left;
    vertical-align: top;
    margin-right:10px;
}

#featured-compare-persons{
    display: inline-block;
    vertical-align: top;
    width:250px;
    margin-right:10px;
}

#featured-compare #feat-zipcode{
	border-radius: 6px;
	width:100%;
	line-height: 30px;
	border:none;
	padding:10px;
}

#featured-compare #feat-number{
	border-radius: 6px;
	line-height: 30px;
	border:none;
    width:100%;
	padding:10px;
}

#feat-compare-persons {
    position: relative;
    width: 100%;
    padding-top: 10px;
    height: 50px;
    border: 1px solid #FFF;
    border-radius: 4px;
    background: #FFF;
    display: inline-block;
}

#feat-compare-persons-amount {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    text-align: center
}

#feat-compare-bubble-self{
    position: absolute;
    top: 50px;
    text-align: center;
    left: 0px;
    font-weight: 500;
    font-style: italic;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    color:#FFF;
    text-decoration: underline;
}

#feat-compare-bubble input[type=text] {
    border: 1px solid #FFF;
    width: 100%;
    line-height: 29px;
    border-radius:8px;
    padding: 10px;
}

#feat-compare-bubble{
    display: none;
    position: absolute;
    bottom:120px;
    color:#FFF;
    right:160px;
    width: 450px;
    padding: 10px;
    background: #28ada3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 8px;
    border: #28ada3 solid 1px;
}

#feat-compare-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #28ada3 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 210px;
}

#feat-compare-bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #28ada3 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -16px;
    left: 210px;
}

.feat-textfield-property {
    position: absolute;
    color: #CCC;
    top: 22px;
    right: 25px;
    font-size: 12px
}

#feat-compare-bubble td{
    position: relative;
    border:none;
}

#feat-compare-bubble table{
    border:none;
    margin:0px;
    padding:0px;
}

#header-spotight-bubble-meter {
    color: #5d5b5c
}

.feat-compare-bubble-dubbel{
    display:none;
}



#feat-compare-persons-min {
    position: absolute;
    left: -1px;
    background:#e7e7e7;
    top: -1px;
    width: 50px;
    z-index: 10;
    line-height: 50px;
    cursor: pointer;
    color: #5D5B5B;
    text-align: center
    -webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#feat-compare-persons-plus {
    background:#e7e7e7;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #5D5B5B;
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center
    -webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.feat-compare-person {
    background-image: url(images/person.jpg);
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 9px;
    margin-top:11px;
    margin-right: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.feat-compare-person-active {
    background-image: url(images/person-active.jpg)
}

.feat-compare-persons-inactive {
    color: #CCC
}

#feat-button{
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	line-height:30px;
	background:#28ada3;
	padding:10px 20px;
	color:#FFF;
	margin-left:10px;
	font-weight: 500;
	font-style: italic;
	cursor: pointer;
    margin-top:27px;
}

/* CONTENT */
#content h2:first-child { 
    margin-bottom:15px;
}
#content-with-sidebar{
    display: inline-block;
    vertical-align: top;
    width:70%;
    margin-right:-4px;
}

#content-single img{
    width: 100%;
}

#content-single{
    margin:0 auto;
    max-width: 800px;
}

/* SIDEBAR */
#sidebar{
    width:30%;
    display: inline-block;
    vertical-align: top;
    margin-right:-4px;
}



/* ACTIE PAKKETTEN */
#featured-actions .action-img:after{
    content:'';
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    position: absolute;
    top:0px;
    left:0px;
    z-index: 2;
}
.action{
	border-radius: 6px;
	background:#FFF;
	text-align: center;
    position: relative;
	width:31%;
	min-height: 150px;
	margin-left:-4px;
    margin-top:20px;
    margin-right:2%;
	display: inline-block;
    vertical-align: top;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.action-large{
    width: 48%;
}

.action-large .action-img{
    height: 180px;
    overflow: hidden;
}

.action-large .action-img img{
    margin-top:-40px;
}

.action-label{
    position: absolute;
    left: -5px;
    top: -5px;
    background:#fb0066;
    color:#FFF;
    font-size:13px;
    font-weight: bold;
    z-index: 2;
    border-radius: 8px;
    padding-top:5px;
    padding-left:25px;
    padding-right:20px;
}

.action-large .action-energieleverancier{
    top:145px;
    left:40%;
    z-index: 10;
}

.action::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.action-energieleverancier{
    position: absolute;
    bottom:-25px;
    left:120px;
    background:#f3f3f3;
    height: 70px;
    width: 70px;
    padding:5px;
    padding-top:20px;
    border-radius: 100%
}

.action-img{
    position: relative;
}

.action-img-leverancier{
    position: absolute;
    top:40px;
    z-index: 4;
    text-align: center;
    width: 100%;
}

.action .small-button{
    width: 100%;
    border-radius: 0px;
}

.action-img .action-title{
    position: absolute;
    top:80px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 4;
    font-size:24px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.92);
    color:#FFF;
}

.action-energieleverancier img{
    width: 100%;
}

.action:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.action:hover::after {
    opacity: 1;
}

.action-content{
	padding:20px;
    padding-top:40px;
    font-size:21px;
    font-weight: bold;
}

.action-content .button{
    margin-top:20px;
    font-size:14px;
}

.action img{
	width:100% !important
}

.action-img-leverancier img{
    display: inline-block;
    vertical-align: middle;
    width:80px !important;
    background:#FFF;
    padding:5px;
    border-radius: 8px;
}

.action-description{
	font-weight:500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-button{
	padding:10px 20px;
	background:#419c97;
	color:#FFF;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.action-button a{
	color:#FFF;
	text-decoration: none;
}

.action-best:before{
    content:'Beste keuze';
    width: 80px;
    height: 55px;
    border-radius: 100%;
    background:#FFF;
    font-size:16px;
    font-weight: bold;
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
    padding-top:25px;
    line-height: 110%;
}

#actions{
    display: flex;
}

.action-top{
    flex:1;
    position: relative;
    background:#e2f1f2;
    padding-top:20px;
    text-align:center;
    border-radius: 8px;
    overflow: hidden;
}

.action-top img{
    width: 110px;
    margin-top:30px;
}

.action-top:nth-child(even){
    margin-left:2%;
    margin-right: 2%
}

.action-top-title{
    font-weight: bold;
    font-size:18px;
    height: 84px;
    padding:20px;
}

.action-list{
    list-style: none;
    text-align: left;
    font-size:12px;
    font-weight: 600;
}

.action-list ul{
    list-style: none;
    padding:0px;
    padding-left:40px;
}

.action-list li:before{
    content:'';
    display: inline-block;
    width: 24px;
    height: 24px;
    background:url('images/check.png');
    background-size: 100%;
    margin-right:10px;
    vertical-align: middle;
}

.action-list li{
    margin-bottom:5px;
}

.action-top-button{
    display: block;
    background:#ffc52d;
    font-weight: bold;
    color:#FFF;
    margin-top:20px;
    padding:10px 20px;
}

/* GRID */
.grid-three-two{
	display: inline-block;
	vertical-align: middle;
	width:67.66667%;
	margin-right: -4px;
}
.grid-three-one{
	display: inline-block;
	vertical-align: middle;
	width:32.33333%;
	margin-right: -4px;
}

.grid-two{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.grid-two-half{
    flex: 0 1 50%;
}


.grid-two-half h3{
    color:#369da2;
}

.grid-two-half h3:first-child{
    margin-top:0px;
}

/* GRAY BOX */
.box-gray{
    background:#f8f8f8;
    margin-top:20px;
    padding:40px;
    margin-bottom:20px;
}
.box-gray h2:first-child{
    margin-top:0px;
}

.box-gray-title{
    color:#FFF;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom:40px;
}

.box-gray table{
    border-collapse:separate;
    border-spacing:0 10px;
    border:none;
}

.box-gray tr{
    background:#FFF;
    margin-bottom:10px;
    border-radius: 8px;
    overflow: hidden;
}

.box-gray thead{
    background:none !important;
    font-size:12px;
    font-weight: bold
}


.box-gray td{
    border:none;
    text-align: center;
}

.box-gray td img{
    height: 30px;
    display: inline-block;
    margin-top:5px;
}

/* CASES */
#box-cases{
    background:#f8f8f8;
    text-align: center;
    margin-top:20px;
    padding-top:20px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.cases:before{
    content:'<';
    position: absolute;
    top:60px;
    left:10px;
}

.cases:after{
    content:'>';
    position: absolute;
    top:60px;
    right:10px;
}

.cases{
    margin:0px;
    padding:15px;
    margin-top:20px;
    position: relative;
}

.cases li{
    width:33.333%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#cases-active img{
    width:80%;
}

.cases-img{
    width:80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.cases-img:after{
    content: '';
    position: absolute;
    background: #419c97;
    width:100%;
    top:0px;
    left: 0px;
    bottom:10px;
    height: 100%;
    opacity: .6;
    -webkit-transition: all .2s;
    -khtml-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.cases-img-active{
    width:110px;
    height: 110px;
}

.cases-img-active:after{
    background:none;
}

.cases-img img{
    max-width: 100%;
}

.cases-title{
    font-weight: 500;
    font-style: italic;
    margin-bottom:10px;
}

.cases-text{
    display: none;
}

#cases-text-2{
    display: block;
}

.cases-description{
    padding:20px;
    padding-top:0px;
}

#box-cases-compare{
    background:#ffb114;
    color:#FFF;
    padding:20px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#box-cases-compare a{
    color:#FFF;
}

/* INFO OEV */
#box-oev{
    background:#e2f1f2;
    padding-top:20px;
    padding-bottom:20px;
}

#box-oev ul{
    margin:0px;
    padding:0px;
}

#box-oev li{
    display: inline-block;
    vertical-align: middle;
    padding-right:40px;
}

#box-oev li:first-child{
    font-weight: bold;
}

#box-oev a{
    color:#5d5b5c;
}

#box-oev-descriptions{
    border-bottom:1px solid #eaeaea;
}

.box-oev-descriptions-text{
    display: none;
    padding-bottom:40px;
}
.box-oev-active{
    text-decoration: underline;
}

/* ENERGIELEVERANCIERS */
#box-energieleveranciers{
    background:#f8f8f8;
    text-align: center;
    padding:30px;
    margin-top:50px;
}

#box-energieleveranciers ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}

#box-energieleveranciers li{
    display: inline-block;
    vertical-align: middle;
    width:25%;
    text-align: center;
    margin-right: -4px;
}

.energieleverancier-spotlight{
    width:150px;
    height: 150px;
    margin-top:20px;
    margin-bottom:20px;
    border-radius: 100%;
    display: inline-block;
    background:#FFF;
    padding-top:50px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.energieleverancier-spotlight::after {
    content: "";
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.energieleverancier-spotlight:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.energieleverancier-spotlight:hover::after {
    opacity: 1;
}

.energieleverancier-spotlight img{
    display: inline;
    width:80%;
}

.energieleverancier-spotlight-review{
    border-radius: 100%;
    background:#419c97;
    color:#FFF;
    width:35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    bottom:10px;
    right:-5px;
}

/* VERGELIJKER SIDEBAR */
#sidebar{
    display: inline-block;
    vertical-align: top;
    width:25%;
    margin-right:-4px;
}

.sidebox:first-child {
    margin-top: 20px;
}
.sidebox {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}
.sidebox-title {
    text-align: left!important;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px;
    font-size: 18px;
    background: #fafafa;
}
.sidebox-content {
    padding: 20px;
    padding-top: 10px;
}
.ul-filters {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-filters li {
    margin-bottom: 5px;
    cursor: pointer;
}

#results{
    display: inline-block;
    vertical-align: top;
    width:75%;
    margin-right:-4px;
    padding-left:40px;
}
.comperator-saving {
    color: #ffb114;
    border: 1px solid #ffe394;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff4d8;
    margin-top:20px;
}
.comperator-saving-top {
    font-size: 24px;
}
.comperator-saving-top span {
    font-weight: 500;
}
.energie-result {
    width: 100%;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.energie-col {
    flex-grow: 1;
    flex-wrap: wrap;
    width: 20%;
    justify-content: center;
    padding:10px;
}
.energie-col-image{
    text-align: center;
    width: 15%;
    position:relative;
}
.energie-col-image img{
    width:100px;
    direction: block;
    margin-top:10px;
}
.energie-result-counter {
    border-radius: 100%;
    background: #00a196;
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #FFF;
    text-align: center;
    position: absolute;
    left: -16px;
    top: 30%;
}

.energie-col-text{
    width: 30%;
}
.energie-col-button {
    padding:0px;
    width: 15%;
    height: 100%;
    background:#ffb114;
    align-self: flex-start;;
    height: 85px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    padding-top:30px;
}

.energie-col-button a{
    color:#FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.energie-col-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.energie-col-info-part-action{
    font-size:12px;
    font-weight: bold;
    background:#4ba6a1;
    color:#FFF;
    border-radius: 8px;
    padding:5px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.energy-pricecontainer {
    padding: 10px;
    border-top: 1px solid #eaeaea;
    display: none;
}
.energy-pricecontainer-more{
    padding:5px;
}
.energie-result-price {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}
.energie-result-price span {
    font-size: 14px;
}
.energie-result-saving {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #ffb114;
    line-height: 100%;
}
.energie-result-saving span {
    color: #5d5b5d!important;
    font-size: 12px!important;
}
.energie-result-price-info {
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    padding-top: 10px;
    cursor: pointer;
}

.button {
    display: inline-block;
    vertical-align: middle;
    padding:15px 30px;
    vertical-align: middle;
    background:#ffc52d;
    color:#FFF;
    border-radius: 8px;
    font-weight: 600;
}

.button-green{
    background:#4bafb4;
}

.small-button{
    display: inline-block;
    border-radius: 8px;
    background:#ffb114;
    color:#FFF;
    font-weight: bold;
    padding:5px 20px;
    font-weight: bold;
    text-decoration: none;
}

.small-button:after{
    content:'>';
    display: inline-block;
    vertical-align: middle;
    margin-left:15px;
}


/* ENERGIELEVERANCIER PAGINA */
.energieleverancier-info {
    padding: 10px;
    background: #e8f6f4;
    border: 1px solid #c2dfdb;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    position: relative
}

#page-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0
}

.page-tab {
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-bottom: none
}

#packages{
    margin-bottom:20px;
}

#packages td{
    font-size: 12px;
    font-weight: 600;
}

/* FOOTER */
#footer{
    background:#419c97;
    padding:20px;
    color:#FFF;
}

#footer a{
    color:#FFF;
    text-decoration: none;
}

#footer ul{
    list-style: none;
    padding:0px;
    margin:0px;
}

.footer-part{
    display: inline-block;
    vertical-align: top;
    margin-right:-4px;
    width:33.333333%;
}

#footer-spotlight{
    background: #ffb114;
    padding: 40px 0;
    text-align: center;
    position: relative;
    color:#FFF;
    z-index: 6;
    margin-top:50px;
    font-size:24px;
}

#footer-spotlight:before {
    background: #ffb114;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    -webkit-transform: skewY(-.8deg);
    -moz-transform: skewY(-.8deg);
    -ms-transform: skewY(-.8deg);
    -o-transform: skewY(-.8deg);
    transform: skewY(-.8deg);
    left: 0;
}

.footer-title{
    font-weight: 500;
    margin-bottom:10px;
}

#footer-text{
    color:#FFF;
    border-top:1px solid #FFF;
    padding:10px;
    text-align: center;
    font-size:14px;
    margin-top:20px;
}

/* SINGLE */
.specs {
    color: #CCC;
    font-size: 12px;
    margin-bottom: 20px;
}

#post-img{
    margin-top:30px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    border-radius:6px;
    width:350px;
}

#featured-img{
    float:left;
    width: 400px;
    overflow: hidden;
    margin-right:20px;
    margin-bottom:20px;
    border-radius: 8px;
}

#featured-img img{
    display: block;
    margin-left: -120px;
    border-radius: 8px;
    height: 400px;
    width: auto;
}
#post-img {
    margin-top: 30px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 350px;
}


/* MORE */
#box-more{
    padding-top:30px;
    border-top:1px solid #eaeaea;
    margin-top:40px;
    text-align: center;
}

#box-more-title{
    text-align: center;
    font-size: 21px;
    font-weight: 400;
}

/* NAVIGATOR */
#box-navigator{
    text-align: center;
    margin-top:20px;
}

#box-navigator a{
    background:#26afa5;
    color:#FFF;
    border-radius: 6px;
    padding:5px 10px;
    display: inline-block;
    text-decoration: none;
}

/* REVIEW */
.review{
    padding:20px;
    border-bottom:1px solid #eaeaea;
    border-radius:6px;
    margin-top:10px;
    position: relative;
}

.review-title{
    font-weight: 500;
}

.review-totalscore{
    width:30px;
    height: 30px;
    background:#CCC;
    margin-right:10px;
    line-height: 30px;
    display: inline-block;
    color:#FFF;
    text-align: center;
    border-radius:6px;
}

.review-date{
    font-size:12px;
    color:#CCC;
    text-align:right;
    margin-top:10px;
}

/* STARS */
#company-container-name{
    margin-bottom:10px;
    font-size:14px;
}
#rating-container{
    background-image:url('images/stars-bg.png');
    background-repeat: no-repeat;
    width:300px;
    height:55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#rating-container-active{
    background-image:url('images/stars.png');
    background-repeat: no-repeat;
    width:80%;
    left:0px;
    top:0px;
    height: 55px;
    display: inline-block;
    position: absolute;
}

#rating-text-container{
    display: block;
    font-size:18px;
    padding-top: 10px;
}

/* TEXt IMAGE */
#box-image-text{
    margin-top:20px;
    margin-bottom:20px;
    background:#f8f8f8;
    border-radius: 6px;
    max-height: 400px;
    overflow: hidden;
}

#box-image-text h3{
    margin-top:0px;
}

#box-image-text-img{
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width:50%;
    overflow: hidden;
}
#box-image-text-img img{
    width:110%;
    float: right;
}
#box-image-text-text{
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width:50%;
    padding:20px;
}

/* ENERGIEPAKKET PAGE */
#energiepakket{
    margin-top:20px;
    margin-bottom:20px;
}

#energiepakket-leverancier{
    display: inline-block;
    vertical-align: middle;
    width:25%;
    margin-right:-4px;
    padding-right:20px;
    text-align: center;
}

#energiepakket-leverancier img{
    width:80%;
}

#energiepakket-info{
    display: inline-block;
    vertical-align: middle;
    border-left:1px solid #CCC;
    padding-left:20px;
    width:75%;
    margin-right:-4px;
}
#energiepakket-info .button{
    margin-top:10px;
    display: inline-block;
}

#box-pakketinfo{
    border-top:1px solid #eaeaea;
    padding:20px;
    margin-top:20px;
}

#kostenoverzicht{
    margin-top:40px;
}

.kostenoverzicht-head{
    padding:10px;
    margin-top:20px;
    background:#F3F3F3;
    font-weight: 500;
}

.kostenoverzicht-content{
    padding:20px;
}

.kostenoverzicht-content p{
    font-size:14px;
}

.kostenoverzicht-row{

}

.kostenoverzicht-col{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-top:5px;
    padding-bottom:5px;
}

.kostenoverzicht-col:nth-child(even){
    width:20%;
    text-align: right;
}

.kostenoverzicht-col:nth-child(odd){
    width:80%;
    text-align: left;
}

.kostenoverzicht-row-bold{
    font-weight: 500;
}

.kostenoverzicht-row-actie{
    color:#26afa5;
    font-weight: 500;
}

.kostenoverzicht-row-totaal{
     font-weight: 500;
     font-size:21px;

}

.kostenoverzicht-row-bold .kostenoverzicht-col:nth-child(even), .kostenoverzicht-row-totaal .kostenoverzicht-col:nth-child(even){
    border-top:1px solid #eaeaea;
}

.kostenoverzicht-col span{
    color:#9b9b9b;
    font-weight: 100;
    display: block;
    font-size:12px;
}

.kostenoverzicht-col-text{
     color:#9b9b9b;
    font-weight: 100;
    display: inline-block;
    font-size:12px;
}


/* FAQ */
.faq-box{
    width:48%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.faq-box:nth-child(odd){
    margin-left:4%;
}
.faq-box h2 a{
    color:#5d5b5c;
    text-decoration: none;
}
.fag-category ol{
    margin:0px;
    padding:0px;
    counter-reset: section; 
    list-style: none;
}

.fag-category ol li{
    margin-bottom:5px;
}

.fag-category ol li:hover a{
    color:#26afa5;
}

.fag-category ol li::before {
  counter-increment: section;            
  content: counters(section, ".") ". ";
  color:#26afa5;
}

.fag-category ol li a{
    color:#5d5b5c;
    text-decoration: none;
}

#faq-searchbox{
    background:#f3f3f3;
    padding:20px;
    margin-top:20px;
}

#faq-searchbox input[type=text]{
    border-radius: 6px;
    line-height: 30px;
    border: none;
    width: 100%;
    padding: 10px;
    width: 400px;
}

#searchbutton-faq{
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background: #28ada3;
    padding: 10px 20px;
    color: #FFF;
    margin-left: 10px;
    font-weight: 500;
    font-style: italic;
    cursor: pointer;
}

#index{
    background:#FFF;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:20px;
}

#index-title{
    font-weight: bold;
    text-align: center;
    font-size: 21px
}

#index ol{
    -webkit-column-count: 2;
    column-count: 2; 
    -webkit-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    counter-reset: item;
    padding:10px;
}

#index li{
    display: block;
    text-align: -webkit-match-parent;
    margin:0px !importantp
}

#index li:before{
    display: none;
    margin:0px !important;
}

#index a{
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    color:#333333;
    text-decoration: none;
}

.wp-block-column{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.wp-block-column h3{
    margin-top:0px;
}

.wp-block-column p:last-child{
    margin:0px;
}

#index a:before {
    background:#CCC;
    counter-increment: item;
    content: counter(item) ".";
    display: inline-block;
    border-radius: 8px;
    color:#FFF;
    line-height: 18px;
    font-size:14px;
    height: 20px;
    width: 20px;
    left: 0;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
}

.schema-faq-section, .rank-math-question {
    margin-bottom:10px;
    background:#f9f9f9;
    padding:20px;
    cursor: pointer;
}

.schema-faq-answer, .rank-math-answer {
    padding-left:50px;
    display: none;
    margin-top:20px;
}

.schema-faq-section:before, .rank-math-question:before{
    content:'+';
    font-size:18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background:#28ada3;
    color:#FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
}

.type{
    width: 31.333%;
    float:left;
    padding:30px;
    margin:1%;
    border-radius: 8px;
    background:rgba(255,255,255,0.7);
    text-align: center;
}

.type img{
    width: 100px;
    margin-bottom:10px;
}

.type-title{
    font-weight: bold;
    font-size:18px;
}

.type-usage{
    font-size:13px;
    border-radius: 30px;
    display: inline-block;
    background:#d2ede6;
    padding:0px 16px;
    margin-top:5px;
    margin-bottom:5px;
}

.type-price{
    font-size:12px;
}

.type-price span{
    font-weight: bold;
    font-size:21px;
}

.usages{
    background:#e3f7f5;
    padding:40px;
    text-align: center;
}

.usages .title{
    font-size:24px;
    margin-bottom:20px;
}


.ratingbox{
    background:#f0f4f7;
    border-radius: 8px;
    margin-top:30px;
    margin-bottom:30px;
}

.ratingbox-card{
    display: inline-block;
    vertical-align: middle;
    margin-left:-4px;
    width: 50%;
    padding:40px;
}

.ratingbox-card-head img{
    border-radius:100%;
    width: 80px;
    height: 80px;
    border:3px solid #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}

.ratingbox-card-head-text{
    display: inline-block;
    vertical-align: middle;
}

.ratingbox-stars-text{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.ratingbox-stars{
    background-image:url('images/stars-bg.png');
    background-repeat: no-repeat;
    background-size:150px auto;
    width:150px;
    height:30px;
    margin-left:5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ratingbox-stars-active{
    background-image:url('images/stars.png');
    background-repeat: no-repeat;
    background-size:150px auto;
    width:80%;
    left:0px;
    top:0px;
    height: 30px;
    display: inline-block;
    position: absolute;
}

.ratingbox-card-head-text span{
    display: block;
    font-size:21px;
    font-weight: bold;
}

.ratingbox-review{
    display: inline-block;
    vertical-align: middle;
    margin-left:-4px;
    width: 50%;
    padding:40px;
    font-style: italic;
    font-size:18px;
}

/* spotlight energiepakket */
.bar{
    background:rgba(255,255,255,0.7);
    border-radius: 8px;
    margin-bottom:10px;
    max-width: 700px;
    text-align: left;
    display: flex;
    position: relative;
    overflow: hidden;
}

.bar:hover{
    background:rgba(255,255,255,0.9);
}

.bar-part{
    margin-right:-4px;
    padding:10px;
    line-height: 50px;
}

.bar-part-label{
    background:#f56540;
    color:#FFF;
    font-size:12px;
    font-weight: bold;
    border-radius:8px;
    width:110px;
    display: inline-block;
    line-height: 26px;
    z-index: 10;
    height: 26px;
    text-align: center;
}

.bar-part-img{
    text-align: center;
    flex: 100px;
    background:#FFF;
    margin-right:10px;
}

.bar-part-img img{
    background:#FFF;
    display: block;
    width: 70px;
    border-radius: 8px;
    padding:5px;
    margin-top:5px;
}

.bar-part-title{
    font-weight: bold;
    font-size:16px;
    color:#0a7b73;
    flex: 260px;
}

.bar-part-duration{
    flex:140px;
    font-size:12px;
    text-align: center;
}

.bar-part-price{
    flex:140px;
    font-weight: bold;
    font-size:21px;
}

.bar-part-price span{
    line-height: 45px !important;
    font-size:12px !important;
    text-shadow: none !important;
    color:#5d5b5c !important;
    display: inline-block;
}


.bar-part-go{
    padding:0px;
    flex: 170px;
    font-size:15px;
}

.bar-part-go .small-button{
    line-height: 60px;
    border-radius: 0px;
}

.energieleverancier{
    width: 20%;
    border-radius: 8px;
    padding:20px;
    background:#fffcf3;
    text-align: center;
}

.energieleverancier img{
    height: 50px;
    margin-top:10px;
}


/* TOOL */
.tool-part{
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    margin-right:-4px;
    text-align: center;
}

.tool-part-title{
    font-weight: bold;
    font-size: 18bpx;
    color:#FFF;
    margin-bottom:10px;
}

.tool-slide{
    background:#FFF;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    padding:30px;
    display: inline-block;
    vertical-align: middle;
}

.tool-part-left{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right:20px solid #FFF; 
    margin-right:10px;
    display: inline-block;
    vertical-align: middle;
}

.tool-part-right{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    margin-left:10px;
    display: inline-block;
    vertical-align: middle;
}

.tool-slide img{
    width: 100px;
    display: none;
}


.tool-result{
    background:rgba(255,255,255,0.4);
    border-radius: 4px;
    width: 100%;
    color:#FFF;
    font-size:13px;
    font-weight: bold;
    margin-top:50px;
    display: flex;
    overflow: hidden;
}

.tool-result-part{
    width: 25%;
    padding:20px;
    flex:1;
    text-align: center;
}
.tool-result-part:last-child{
    background:#fbc330;
    font-size:21px;
}

.rank-math-block{
    margin-top:20px;
}

/* TABLET */
@media screen and (max-width: 930px) and (min-width: 451px) {

    #box-image-text{
        max-height:600px;
    }
    #box-image-text-text, #box-image-text-img{
        width: 100%;
    }
}

/* MOBIEL */
@media only screen and (max-width: 500px) {

    .box-gray .center{
        padding:0px;
    }

    .bar{
        display:block;
        text-align:center;
    }


    .bar-part{
        display: block;
        line-height: 30px !important;
        padding:0px !important;
        height: 30px !important;
    }

    .bar-part-img{
        height: 50px !important;
        margin-top:-5px;
        margin-right:0px !important;
    }

    .bar-part-img img{
        display: inline-block;
        margin-top:10px;
    }

    .bar-part-go{
        height: 50px !important;
        line-height: 20px !important;
    }

    .small-button{
        width: 100%;
        line-height: 30px;
        padding:0px;
    }

    #box-linkbar{
       
    }
    #box-linkbar:before{
        content:'=';
        position: absolute;
        top:20px;
        right:20px;
        width:30px;
        height: 30px;
        color:#FFF;
        background:#419C98;
        border-radius:6px;
        text-align: center;
        line-height: 30px;
    }

    #linkbar{
        display: none;
    }

    #linkbar li:hover .linkbar-submenu{
        display: none !important;
    }

    #featured{
        background-size: auto 100%;
        padding-top:10px;
    }


    #featured h1, #featured-title{
        font-size:24px;
        margin-top:10px;
    }

    #featured span{
        display: none;
    }

    #featured-compare{
        height: auto;
        margin-top:20px;
        min-width: 100% !important;
        text-align:center;
    }

    #featured-compare-zipcode{
        width:60% !important;
    }

    #featured-compare-number{
        width:30% !important;
    }

    #featured-compare-persons{
        width: 100% !important;
        margin-top:10px;
        margin-bottom: 10px;   
    }

    #feat-compare-bubble{
        display: none !important;
    }

    #feat-compare-bubble-self{
        display: none;
    }

     #feat-button{
        widows: 100% !important;
    }

    .action{
        width:100%;
    }

    #featured-actions{
        width: 100% !important;
    }

    #featured .action{
        width: 80% !important
    }

    .spotlight{
        background-size: auto 100%;
    }

    #action{
        display: block;
        width:100% !important;
    }

    .grid-two-half{
        display: block;
        width:100% !important;
        padding: 0px !important
    }

    .dc-tool__common-components-offers_slider-item{
        width:100% !important;
    }

    #box-energieleveranciers li{
        width:50%;
    }

    .energieleverancier-spotlight{
        width:120px;
        height: 120px;
        padding-top:40px;
    }

    .news{
        width:100%;
    }

    #sidebar{
        display: none;
    }

    #results{
        width: 100%;
        padding-left:0px;
    }

    .energie-col-info {
        display: none!important
    }
    .energie-result-image {
        width: 75px!important
    }
   .energie-col {
        width: 100%!important;
    }
    .energiepakket-col-duurzaamheid,
    .energiepakket-col-maand,
    .energiepakket-col-info {
        display: none!important
    }

    .box-split{
        width:100%;
    }

    #box-image-text{
        max-height:700px;
    }
    #box-image-text-text, #box-image-text-img{
        width: 100%;
    }

    .footer-part{
        width:100%;
    }

     #featured-pointer{
        display: none;
     }

     .tool-part{
        display: block;
        width: 100%;
        margin-top:20px;
     }

     .tool-result{
        display: block;
     }

     .tool-result-part{
        display: block;
        width:100%;
     }

     #featured-img{
        float:none;
        width: 100%
     }

     #featured-img img{
        width: 100%;
        margin:0px;
        height: auto;
     }

     #topbar{
        display: none;
     }

     #index ol{
        column-count:1;
     }

     #featured-start, #featured #actions{
        width: 100%;
     }

     .action-top{
        margin-bottom:10px;
     }

     #actions, .grid-two{
        display: block;
        margin-bottom:10px;
     }

     .grid-two-half{
        margin-bottom:10px;
     }

     .tile{
        flex:0 0 100%;
     }

     #spot-container{
        display: block !important;
     }

     #spot-right{
        padding-left:30px;
     }

     .wp-block-image .alignright{
        width: 100% !important;
        float: none !important;
        margin:0px !important;
        padding: 0px !important;
     }

     .type{
        width: 100%;
     }

     .ratingbox-card, .ratingbox-review{
        width: 100%;
        text-align:center;
     }

}




