*{
    margin:0;
    padding:0;
	transition: all .5s ease;
}
html{
	scroll-behavior: smooth;	
	overflow-x: hidden;
}
body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "komet", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #193052;
    background-image: url(/wp-content/uploads/2024/09/BG_Square-scaled.jpg);
    background-size: cover;
    background-position: -25px -25px;
	position: relative;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
.container {
    margin: auto!important;
    max-width: 1280px;
}
.logo img {
    width: 150px;
    margin: 25px;
	margin-left:0;
}
footer{
	background-image: url(/wp-content/uploads/2024/09/footer-img.png);
	background-size: cover;
	background-position: top center;
	padding-bottom:1000px;
}
h1 {
    font-size: 115px;
    line-height: 100px;
    font-family: "komet-sc", sans-serif;
    font-weight: 800;
}
.container.mainMenuContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
ul#menu-menu-1 {
    display: flex;
    list-style: none;
    gap: 25px;
}
.mainMenu a {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 56, 99);
}
/*.buttons a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    border-radius: 15px;
    padding: 15px;
    background: rgb(25, 48, 82);
    background: linear-gradient(0deg, rgba(25, 48, 82, 0.40) 0%, rgba(25, 48, 82, 0.75) 63%, rgba(25, 48, 82, 1) 100%);
	position:relative;
}*/
.buttons a:after {
    content: "";
    width: 170px;
    height: 10px;
    background-image: url(/wp-content/uploads/2024/09/VoorAalst_Underline.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    bottom: 0;
    left: calc((100% - 170px) / 2);
    margin-bottom: -5px;
	 transition: 0.5s;
}
.buttons a  {
  flex: 1 1 auto;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/ 200%;
  color: white;
 text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px #0f204a69;
  border-radius: 10px;
	position:relative;
 }
.buttons a:hover { --x: 100%; text-decoration:none; }
.buttons a:hover:after { transform: scale(1.1); transition: 0.5s; }
.buttons a {
  --c1: #003863;
  --c2: #29446d;
}
h2 {
	font-size: 45px;
    font-family: "komet-sc", sans-serif;
    font-weight: 800;
	position:relative;
	margin-top: 40px;
	margin-bottom: 20px;
}
h2:before {
	content:"";
	background-image: url(/wp-content/uploads/2024/09/Middel-1.png);
	position:absolute;
	width:100px;
	height:100px;
	background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	z-index:-1;
	left:-25px;
	bottom:-25px;
}
.doelstelling p {
    font-size: 18px;
    font-family: 'komet-sc';
	color:#FFF;
}
.doelstelling {
    background: aliceblue;
    border-radius: 25px;
    padding: 20px;
	margin-bottom:15px!important;
	background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/ 200%;
	--c1: #003863;
  --c2: #29446d;
}
.speerpunten-content.wpb_text_column {
    background: #ffffff69;
    padding: 20px;
    border-radius: 25px;
	display:none;
}
.speerpunten-content.wpb_text_column:first-child {
    display: block;
}
.doelstelling.active {
    background: #ffffff69;
}
.doelstelling.active p {
    color: #193052;
}
.kandidaten {
	column-count: 3;
}
.kandidaten a {
    width: 30%;
}
.kandidaat {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    height: 300px;
	padding-top: 10px;
}
.kandidaat img {
    border-radius: 100%;
    position: relative;
	width: 160px;
}
.bubbel {
    position: relative;
}
.info {
    background: #ffffff69;
    padding: 20px;
    border-radius: 25px;
    margin-top: -50px;
    z-index: 9;
    width: 100%;
    background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0) / 200%;
    --c1: #003863;
    --c2: #29446d;
}
.kandidaat a, .kandidaat h3 {
    color: #FFF !important;
}
.kandidaat h3 {
    font-weight: 700;
}
a:hover {
	text-decoration:none;
}
.kandidaat p {
    color: #a5cddc !important;
}
.kandidaat h3 {
    font-weight: 700;
    font-size: 20px;
}
.lijstnummer {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 30px;
    font-weight: 800;
    background-image: url(/wp-content/uploads/2024/09/bubbel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 50px;
    height: 59px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	color: #193052;
}
.hero .kandidaat img {
    width: 80%;
    max-width: 365px;
}
.hero .bubbel {
    text-align: center;
}
.hero .kandidaat {
    height: auto;
}
.hero h3 {
    font-weight: 600;
	color: #a5cddc;
	text-shadow: 2px 3px 20px #00000085;
}
.hero .row {
    display: flex;
    align-content: center;
    align-items: center;
}
.hero .kandidaat {
    align-content: center;
    align-items: center;
    justify-content: center;
}
.kandidaat .buttons {
    margin-top: -50px;
}
.hideDesktop {display:none;}
.bgBubble {
    background-image: url(/wp-content/uploads/2024/09/bubbel.png);
    width: 280px;
    height: 300px;
	top: -20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -5;
}
.bgBubble2 {
    background-image: url(/wp-content/uploads/2024/09/bubbel.png);
    width: 250px;
    height: 280px;
    position: absolute;
    right: -50px;
    top: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -5;
}
.bgBubble3 {
    background-image: url(/wp-content/uploads/2024/09/bubbel.png);
    width: 320px;
    height: 340px;
    position: absolute;
    left: -50px;
    bottom: 950px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -5;
}
@media screen and (max-width: 767px) {

	.logo img {
		width: 130px;
	}
	h1 {
    font-size:52px;
	  line-height: 55px;
  }
	h2 {
	font-size: 30px;
		margin: 25px 0 15px 0;
}
	h2:before {
	content:"";
	background-image: url(/wp-content/uploads/2024/09/Middel-1.png);
	position:absolute;
	width:80px;
	height:80px;
	background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	z-index:-1;
	left:-10px;
	bottom:-20px;
}
	.kandidaat .buttons {
    margin-top: -50px;
		margin-bottom: 50px;
}
	.kandidaten {
    column-count: 1;
}
	.buttons a {
    display: block;
}
ul#menu-menu-1 {
    display: flex;
    list-style: none;
    gap: 10px;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
	.hideMobile {display:none;}
	.hideDesktop {display:block;}
.mainMenu a {
    font-size: 18px;
    text-align:right;
}
	body {
    background:#269DD8;
		background-image:unset;
}
}