@import "reset.min.css";

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

:root 								{
									--BACKGROUND: #faf9f5;
									--COLOR: #2A2A2A;
									--MAINCOLOR: #5a9742;
									--MAINCOLOR2: #de6c21;
									--COLOR_ON_MAIN: #fff;
									--BROWN: #276842;
									--MNU_KLEUR:#5a9742;
									--MNU_KLEUR_HOVER:#2A2A2A;
									--MNU_KLEUR_DONKER:#000;
									--BTN:#faf9f5;
									--BEIGE:#f1eee4;
									}

html								{	-webkit-text-size-adjust: none;	}
body 								{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:'Source Sans 3', Arial;font-size:17px;}
body, html 							{height: 100%;}
.clearfix:after 					{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear 								{clear:both;}
a 									{color:var(--MAINCOLOR);}
a:hover 							{color:var(--MAINCOLOR2);}
a.tel 								{text-decoration:none !important;}
b,strong 							{font-weight: 700;}
em                                  {font-size: 18px;color: var(--BROWN);}
#superwrapper 						{min-height: 100%;height: auto !important;height: 100%;}
.wrapper 							{max-width: 1420px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper2 							{max-width: 1920px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper3 							{max-width: 900px;width:95%;height: auto;margin: 0px auto;position:relative;}

.table 								{display:table;width:100%;}
.tr 								{display:table-row;}
.td 								{display:table-cell;box-sizing:border-box;padding:3px;}

.placeholder 						{color:#aaa;}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder 		{color:#aaa;}
:-moz-placeholder 					{color:#aaa;opacity:1;}
::-moz-placeholder 					{color:#aaa;opacity:1;}
:-ms-input-placeholder,
:-ms-textarea-placeholder 			{color:#aaa;}	
input[placeholder],
textarea[placeholder] 				{color:#aaa;}

/*ENTER BUTTON
**************/
#enter 								{position:absolute;bottom:10px;width:100%;text-align:center}
#enter a 							{background-color:#fff;padding:10px;display:inline-block;text-decoration:none;border-radius:10px;font-size:20px;}

/*WARNING
****************/
#warning,#Zwarning					{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup2.png);}
#Wmessage,#ZWmessage				{background-color:#fff;width:400px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
#orderDay							{border:none !important;font-size:30px;color:#ad6a43;width:250px;}
/*POPUP
************/
#popup								{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:9998;background:url(../images/popup.png);display:none;}
#Wpopup								{background-color:#fff;width:450px;margin:50px auto;padding:20px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
a.popupCl 							{display:block;text-align:right;margin-bottom:20px;text-decoration:none;}
#Wpopup h2 a 						{text-decoration:none;}

/*PAGE_TITEL
**************/
h1  								{color:var(--COLOR);font-size:30px;line-height:normal;font-weight:900;margin-bottom:40px;font-family:'Merriweather', Arial;}
h2 									{color:var(--COLOR);font-size:24px;line-height:normal;font-weight:800;margin-bottom:30px;font-family:'Merriweather', Arial;}
h3 									{color:var(--BROWN);font-size:20px;line-height:normal;font-weight:700;margin-bottom:20px;font-family:'Merriweather', Arial;position: relative;padding-bottom: 15px;}
h3:before                           {position: absolute;bottom: 0;height: 2px;left: 0;width: 100%;content: '';z-index: 2;background-color: var(--BEIGE);}
h3:after                            {position: absolute;bottom: 0;height: 3px;left: 0;width: 32px;content: '';z-index: 3;transition: all ease 0.3s;background-color: var(--MAINCOLOR);}
h4 									{color:var(--COLOR);font-size:18px;line-height:normal;font-weight:600;margin-bottom:20px;font-family:'Merriweather', Arial;}
h5 									{color:#fff;font-size:18px;line-height:normal;font-weight:700;margin-bottom:20px;font-family:'Merriweather', Arial}
#melding 							{text-align:center;background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);padding:10px;text-transform:uppercase;}
#hmTxt 								{display:none;}
a.mobHmls 							{display:none;}

/*HEADER MOB
**************/
#navMobMenu 						{display:none;}
#navMob,#searchMob,
#loginLnksmob,#languagesMob 		{background-color:var(--BACKGROUND);display:none;}

/*HEADER
******************/
#topper {background-color: var(--BROWN);padding: 10px 0;}
#topper ul {list-style-type: none;margin: 0;display: flex;align-items: center;column-gap: 20px;}
#topper ul li a {text-decoration: none;color: #fff;}
#topper ul li a i {margin-right: 10px;}
.flextop {display: flex;align-items: center;justify-content: space-between;font-size: 14px;}
.topright {color: rgba(255,255,255,0.8);}

#top {padding: 20px 0;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;position: sticky;top: 0;left: 0;width: 100%;z-index: 999;background-color: #fff;}
#header {width:100%;display: flex;align-items: center;justify-content: space-between;}
#logo {}
#logo img {width: 250px;}

.hero-inner {display: grid;grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);gap: 3rem;align-items: center;}
.hero-kicker {font-size: 13px;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 15px;color: var(--BROWN);font-weight: 500;}
.hero-body {margin-bottom: 30px;line-height: 26px;}
.hero-body p {color: #5c7066;}
.hero-body ul {list-style: none;padding: 0;margin: 0 0 2rem;}
.hero-body ul li {position: relative;padding-left: 1.5rem;margin-bottom: 0.5rem;}
.hero-body ul li::before {content: "\f058";position: absolute;left: 0;top: 0;color: var(--MAINCOLOR2);font-family: "Font Awesome 7 Pro";}
.hero-cta {display: inline-flex;text-decoration: none;align-items: center;gap: 0.5rem;padding: 0.9rem 1.8rem;border-radius: 999px;background: var(--MAINCOLOR);color: #fff;font-weight: 600;font-size: 18px;transition: transform 0.15s ease, box-shadow 0.15s ease,background-color 0.15s ease;box-shadow: 0 8px 16px rgba(0,0,0,0.05);}
.hero-cta:hover {background: var(--MAINCOLOR2);transform: translateY(-1px);color: #fff;}
.hero-media {display: flex;justify-content: flex-end;}
.hero-image-wrap {position: relative;}
.hero-image-wrap img {border-radius: 20px;}
.hero-badge {position: absolute;left: -20px;bottom: -20px;background: var(--MAINCOLOR);color: #fff;padding: 20px;border-radius: 20px;display: inline-flex;flex-direction: column;align-items: flex-start;gap: 0.1rem;}
.hero-badge-number {font-size: 34px;font-weight: 500;line-height: 1;}
.hero-badge-text {font-size: 0.8rem;opacity: 0.9;}

.banner {position: relative;width: 100%;display: flex;align-items: center;overflow: hidden;}
.banner-img {width: 100%;height: 100%;object-fit: cover;position: absolute;inset: 0;}
.banner-overlay {position: absolute;inset: 0;background: linear-gradient(90deg,rgba(39, 104, 66, 1) 0%,rgba(39, 104, 66, 0.65) 35%,rgba(39, 104, 66, 0) 70%);}
.banner-content {padding: 80px 0;position: relative;z-index: 2;width: 100%;color: #fff;}
.banner-badge {display: inline-flex;background: rgba(255,255,255,0.15);padding: 6px 16px;border-radius: 999px;font-size: 0.85rem;margin-bottom: 1rem;}
.banner-title {color: #fff !important;font-size: 40px !important;margin-bottom: 20px;}
.banner-subtext {font-size: 20px;color: var(--BTN);}
.banner-cta {display: inline-flex;align-items: center;font-weight: 600;background: var(--BTN);color: var(--BROWN);padding: 14px 22px;border-radius: 12px;font-size: 1rem;text-decoration: none;transition: .2s ease;margin-top: 30px;justify-content: center;}
.brown {background-color: var(--BROWN);color: var(--BTN);}
.banner-cta:hover {background-color: #e5eae2;color: var(--BROWN);transform: translateY(-1px);transform: translateY(-2px);}
.banner-cta i {margin-right: 10px;}

.beige {background-color: var(--BEIGE);}
.bruin {background-color: var(--BROWN);color: #fff;}
.bruin h2 {color: #fff;margin-bottom: 20px;}

#sectie {padding: 80px 0;}

.why {text-align: center;position: relative;transition: all .3s ease;}
.why .home-icon {position: relative;width: 70px;height: 70px;border-radius: 50%;background-color: #e5eae3;display: flex;align-items: center;justify-content: center;margin: 0 auto 20px auto;}
.why .home-icon:hover {background-color: var(--BROWN);}
.why .home-icon:hover i {color: #e5eae3;}
.why .home-icon i {position: relative;font-size: 30px;color: var(--BROWN);}

.why h3 {padding-bottom: 0;color: var(--COLOR);}
.why h3:before, .why h3:after {display: none;}

.dienst {border-radius: 10px;text-align: left;position: relative;transition: all .3s ease;box-shadow: 0 8px 16px rgba(0,0,0,0.05);overflow: hidden;background:#fff7f2;display: flex;flex-direction: column;height: 100%;}
.pad {padding: 40px 25px 30px;flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.pad h3 {color: var(--COLOR);}
.pad p {color: #5c7066;}
.dienst-img img {width: 100%;aspect-ratio: 4/3;object-fit: cover;transition: transform .5s ease;}
.dienst-img {overflow: hidden;}
.dienst:hover .dienst-img img {transform: scale(1.08);}
.dienst strong {margin-bottom: 20px;font-size: 18px;display: block;}
.pad a {display: block;text-decoration: none;margin-top: 20px;color: var(--MAINCOLOR);border-radius: 20px;padding: 15px;line-height: normal;border: 1px solid var(--MAINCOLOR);position: relative;text-align: center;}
.pad a:hover {background-color: var(--MAINCOLOR);color: #fff;}
.pad a:hover:after {color: #fff;}
.pad a:after {font-family: "Font Awesome 7 Pro"; font-weight: 700; content: "\f178";margin-left: 10px;color: var(--MAINCOLOR);}

.real-card {position: relative;border-radius: 24px;overflow: hidden;}
.real-card-link {display: block;position: relative;height: 100%;}
.real-card-img {width: 100%;height: 100%;object-fit: cover;transition: transform .5s ease;aspect-ratio: 1/1;}
.real-card:hover .real-card-img {transform: scale(1.08);}
.real-card-overlay {position: absolute;inset: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 1.4rem;background: linear-gradient(to top,rgba(0, 0, 0, .7) 0%,rgba(0, 0, 0, .3) 40%,rgba(0, 0, 0, 0) 70%);color: #fff;container-type: inline-size;}
.real-card-cat {font-size: 0.75rem;letter-spacing: 0.15em;text-transform: uppercase;margin-bottom: 0.25rem;opacity: .7;}
.real-card-title {font-size: clamp(1rem, 5cqw, 1.6rem);margin: 0;color: #fff;padding: 0;}
.real-card-title:before, .real-card-title:after {display: none;}

#faq {}
.faq-section {max-width: 900px;margin: 0px auto;}
.faq {display: flex;flex-direction: column;	gap: 12px;}
.faq-item {background: #fff;border-radius: 12px;border: 1px solid #E5E2D8;overflow: hidden;}
.faq-question {width: 100%;display: flex;align-items: center;justify-content: space-between;gap: 16px;padding: 25px;border: none;background: transparent;cursor: pointer;font-weight: 600;text-align: left;}
.faq-question h3 {margin: 0;font-size: 18px;padding: 0;color: var(--COLOR);}
.faq-question h3:before, .faq-question h3:after {display: none;}
.faq-icon {position: relative;width: 20px;height: 20px;flex-shrink: 0;}
.faq-icon::before {content: "";position: absolute;top: 50%;left: 50%;width: 8px;height: 8px;border-right: 2px solid #555;border-bottom: 2px solid #555;transform: translate(-50%, -60%) rotate(45deg);transition: transform 0.2s ease;}
.faq-answer {display: none;padding: 0 20px 16px 20px;color: #5c7066;}
.faq-item.active .faq-answer {display: block;}
.faq-item.active .faq-icon::before {transform: translate(-50%, -40%) rotate(225deg);}

#afspraak {padding: 80px 0;background: var(--BROWN);text-align: center;}
#afspraak p {font-size: 20px;color: #b5dcd1;}
#afspraak a {display: inline-flex;padding: 15px 30px;border-radius: 20px;text-align: center;text-decoration: none;background-color: var(--BTN);color: var(--BROWN);font-weight: 500;margin-top: 40px;font-size: 18px;box-shadow: 0 8px 16px rgba(0,0,0,0.05);transition: transform 0.15s ease, box-shadow 0.15s ease,background-color 0.15s ease;align-items: center;}
#afspraak a:hover {background-color: #e5eae2;color: var(--BROWN);transform: translateY(-1px);}

.cta {display: inline-flex;padding: 15px 30px;border-radius: 20px;text-align: center;text-decoration: none;background-color: var(--BROWN);color: #fff;font-weight: 500;margin-top: 40px;font-size: 18px;box-shadow: 0 8px 16px rgba(0,0,0,0.05);transition: transform 0.15s ease, box-shadow 0.15s ease,background-color 0.15s ease;}
.cta:after {font-family: "Font Awesome 7 Pro"; font-weight: 700; content: "\f178";margin-left: 10px;color: #fff;}
.cta:hover {background-color: var(--MAINCOLOR);color: #fff;transform: translateY(-1px);}

.waarom ul {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(1,1fr);gap: 1rem;}
.waarom2 ul {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem;}
.waarom ul li, .waarom2 ul li {position: relative;background: var(--BACKGROUND);padding: 1.1rem 1.4rem 1.1rem 3rem;border-radius: 1rem;}
.waarom ul li::before, .waarom2 ul li::before {content: "\f058";position: absolute;left: 20px;top: 50%;transform: translateY(-50%);color: var(--MAINCOLOR2);font-family: "Font Awesome 7 Pro";}
.waarom h3 {padding: 0;display: inline-block;font-size: 17px;color: var(--COLOR);margin: 0;}
.waarom h3:before, .waarom h3:after {display: none;}

.stappen {display: flex;flex-direction: column;gap: 30px;color: #fff;padding-top: 40px;}
.step {display: flex;align-items: flex-start;gap: 20px;}
.step-badge {min-width: 60px;height: 60px;border-radius: 50%;background: #609f7a;display: flex;align-items: center;justify-content: center;font-size: 1.4rem;font-weight: 600;color: #fff;}
.step-content h3 {color: var(--BTN);margin-bottom: 10px;padding: 0;}
.step-content h3:before, .step-content h3:after {display: none;}
.step-content {color: var(--BTN);}
.step-ul {list-style: none;padding: 0;margin: .8rem 0 1rem;}
.step-ul li {position: relative;padding-left: 2rem;margin-bottom: .5rem;}

.vinkjes h3 {padding: 0;display: inline-block;font-size: 17px;color: var(--COLOR);margin: 0;}
.vinkjes h3:before, .vinkjes h3:after {display: none;}
.vinkjes ul {list-style-type: none;margin: 0;display: flex;flex-direction: column;gap: 10px;}
.vinkjes ul li:before {font-family: "Font Awesome 7 Pro"; font-weight: 400; content: "\f00c";margin-right: 10px;color: var(--MAINCOLOR);}
.vinkjes2 ul {list-style-type: none;margin: 0;display: flex;flex-direction: column;gap: 10px;}
.vinkjes2 ul li:before {font-family: "Font Awesome 7 Pro"; font-weight: 400; content: "\f00c";margin-right: 10px;color: var(--MAINCOLOR);}
.vinkjes3 ul {list-style-type: none;margin: 0;display: grid;grid-template-columns: 1fr 1fr;column-gap: 60px;row-gap: 10px;}
.vinkjes3 ul li {border-bottom: 2px solid var(--BEIGE);padding-bottom: 10px;}
.vinkjes3 ul li:before {font-family: "Font Awesome 7 Pro"; font-weight: 400; content: "\f058";margin-right: 10px;color: var(--MAINCOLOR);}

.regios ul {list-style-type: none;margin: 0;display: flex;gap: 10px;flex-wrap: wrap;}
.regios ul li {background-color: var(--BROWN);color: var(--BTN);border-radius: 40px;padding: 10px 20px;}
.regios ul li:before {font-family: "Font Awesome 7 Pro"; font-weight: 300; content: "\f3c5";margin-right: 10px;color: #fff;}

.subtitel {margin-bottom: 40px;}
.subtitel h2 {margin-bottom: 20px;}

/*IMAGES FIT
******************/
img.cover 							{object-fit:cover;border-radius: 20px;}
img.coverT 							{object-fit:cover;object-position:top;border-radius: 20px;}
img.coverB 							{object-fit:cover;object-position:bottom;border-radius: 20px;}
img.coverL 							{object-fit:cover;object-position:left;border-radius: 20px;}
img.coverR 							{object-fit:cover;object-position:right;border-radius: 20px;}
img.contain 						{object-fit:contain;}

/*MAIN CONTENT
*********************************/
#mainH {line-height:26px;}
#main {padding: 80px 0;line-height:26px;}

.grid-6 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(6,1fr);}
.grid-5 							{display: grid;grid-gap: 30px;grid-template-columns: repeat(5,1fr);}
.grid-4 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);}
.grid-3 							{display: grid;grid-gap: 50px;grid-template-columns: repeat(3,1fr);}
.grid-2 							{display: grid;grid-gap: 60px;grid-template-columns: repeat(2,1fr);}
.sectiongrid						{margin:0px 0px 80px 0px;}
.sectiongrid:last-child				{margin:0px;}

.cols-1 {text-align: center;}
.cols-2 {display: grid;grid-gap: 60px;grid-template-columns: repeat(2, 1fr);}
.cols-2 > div {display: flex;flex-direction: column;justify-content: center;}

#sec3 a {display: inline-flex;text-decoration: none;align-items: center;gap: 0.5rem;padding: 0.9rem 1.8rem;border-radius: 999px;background: var(--MAINCOLOR);color: #fff;font-weight: 600;font-size: 18px;transition: transform 0.15s ease, box-shadow 0.15s ease,background-color 0.15s ease;box-shadow: 0 8px 16px rgba(0,0,0,0.05);}
#sec3 a:hover {background: var(--MAINCOLOR2);transform: translateY(-1px);color: #fff;}

#sec24 ul {list-style: none;padding: 0;margin: 0 0 2rem;}
#sec24 ul li {position: relative;padding-left: 1.5rem;margin-bottom: 0.5rem;}
#sec24 ul li::before {content: "\f058";position: absolute;left: 0;top: 0;color: var(--MAINCOLOR2);font-family: "Font Awesome 7 Pro";}

/*CONTENT BLOCK
*******************/
#contenthome						{}
#content							{width:100%;}

/*MOZAIEK
***************/
#mozaiek 							{width: 100%;column-gap: 20px;box-sizing: border-box;}
#mozaiek .mozaiek 					{width: 100%;margin: 0 0 20px;break-inside: avoid;}
#mozaiek .mozaiek a 				{display: block;}

/*NIEUWSBALK
*************/
.newsHome							{margin-top:20px;}
.newsHome a 						{text-align:center;font-size:20px;display:block;text-decoration:none;padding:5px;text-transform:uppercase;}
.newsHome a i 						{}
.newsHome a:hover 					{outline:solid 1px #ccc;background-color:#fff;}
#nieuw h3 							{text-transform:uppercase}
.newsTotal 							{float:left;width:60%;margin-left:10%;}

/*NIEUWS
*************/
#nieuws 							{padding-top:30px;}
#newsAll a 							{display:block;padding:10px;text-align:center;background-color:var(--MAINCOLOR2);color:var(--BACKGROUND);text-transform:uppercase;text-decoration:none;font-size:20px;}
			
.nieH2								{text-align:center;margin-bottom:40px;margin-top:40px;}
.newsPicc							{float:left;width:35%;margin-right:5%;}
.newsTekst							{float:left;width:60%;}
.nieImgList							{float:left;width:30%;margin-right:5%;}
.nieTxtList							{float:left;width:65%;}
.nieTxtList a 						{color:var(--MAINCOLOR);font-weight:bold;}
.nieuwsbericht 						{margin-bottom:20px;padding-bottom:20px;}
.nieDatum							{color:var(--MAINCOLOR2);display:inline-block;padding:5px 5px 5px 0px;margin-bottom:10px;font-size:14px;}
.nieTitel							{text-transform:uppercase;font-size:20px;margin-bottom:10px;font-weight:normal;}
.nieTitel a 						{text-decoration:none;display:inline-block;}
.nieTekst 							{margin-top:5px;}
.nieStripe							{height:1px;border-bottom:dotted 1px var(--COLOR);margin:20px 0px 20px 0px;}
.nieFancyZoom a 					{font-size:16px;}

.videoWrapper 						{position: relative;padding-bottom: 56.25%;margin-top: 25px;height: 0;}
.videoWrapper iframe				{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.nieFancyZoom						{text-align:center;margin-top:5px;font-size:12px;display:none;}
.nieFancyZoom a 					{text-decoration:none;}
.Floader							{width:100%;font-size:10px;text-align:center;line-height:12px;padding-top:10px;}
.Floader img 						{width:40px;height:20px;}

.nieBtn								{}
.nieBtn a							{background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);display:inline-block;border-radius:5px;text-decoration:none;text-transform:uppercase;padding:7px 15px;font-size:13px;margin-top:15px;}
.nieBtn a:hover 					{background-color:var(--MAINCOLOR2);color:var(--COLOR_ON_MAIN);}
.nieSmallPic img 						{width: 100%;object-fit: cover;aspect-ratio: 4/3;}
.nieSmallPic a 						{display: block;}

/*PREVIOUS NEXT
********************/
#usable 							{display:grid;grid-template-columns: repeat(3,1fr);grid-gap: 10px;text-align: center;margin-bottom: 20px;}
#usable a 							{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;background-color: #eee;}
#usable a:hover 					{background-color:#ccc;color:#fff;}

.toTop								{text-align:center;margin:100px 0px 100px 0px;}
.toTop a 							{font-size:60px;color:#999;}
.toTop a:hover 						{color:#000;}

#tabs 								{margin-top:60px;}

/*SOCIAL
********/
.social								{text-align:center;margin:30px 0px 30px 0px;}
.social li 							{list-style:none;list-style-position:inside;margin:0px;display:inline-block;}
.social li a 						{margin-right:10px;font-size:30px;}
.social li a:hover 					{color:var(--MAINCOLOR2);}

/*FOOTER TOP
***********/
#sticky								{padding: 60px 0px 30px 0;color:#fff;background-color:#504030;line-height: 28px;font-size: 16px;}
#footer								{display: flex;justify-content: space-between;gap: 60px;flex-wrap: wrap;}
#footer div							{flex: 1;min-width: 200px;}
#footer a 							{color:#fff;text-decoration: underline;display: block;}
#footer h3 							{color:#fff;}
.footimg img {max-width: 200px;width: 100%;}
.socials {list-style-type: none;margin: 0;display: flex;align-items: center;column-gap: 20px;}
.socials a {border-radius: 50%;background-color: #fff;padding: 10px;color: var(--MAINCOLOR) !important;font-size: 20px;width: 50px;text-align: center;}
.socials a:hover {color: #fff !important;background-color: var(--BROWN);}
#nav2 ul li a {text-decoration: none;}
#nav2 ul li a:hover {text-decoration: underline;}
#nav2 ul li.menu-current a {text-decoration: underline;}

#fct2 								{border-top: 1px solid rgba(255,255,255,0.2);padding-top: 30px;margin-top: 60px;text-align: center;display: flex;align-items: center;justify-content: space-between;font-size: 13px;}
#fct2 a 							{color: #fff;}

/*FORMS
********/
.required 							{color: #CC0000;}
.field_heading 						{font-weight: bold;margin-bottom:30px;}
.field_row 							{display:flex;flex-direction: column;row-gap: 10px;}
.field_checkbox 					{width:100%;margin-bottom:10px;}
.field_title2 						{width:100%;margin-bottom:10px;}
.field_input2 						{width:100%;margin-bottom:10px;}
input[type='checkbox'] 				{width:auto;}
input[type='radio'] 				{width:auto;}
.textarea							{width:100%;}


.email,.textfield,.textarea,select 	{color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;width:100%;box-sizing: border-box;font-family:'Source Sans 3', Arial;font-size:15px;}
.email,.textfield,.textarea,select 	{border-radius: 0;outline: none;padding:8px;margin-bottom:15px;}
.textarea 							{height:150px;}
.field_error						{border:solid 1px #c00;margin-bottom:0px;}

.checkbox_label 					{cursor: pointer;}
.radio_label 						{cursor: pointer;}
.nixhier 							{display:none;}
.submit								{background-color:var(--BROWN);color:var(--COLOR_ON_MAIN);border:none;padding:15px 30px;text-decoration:none;display:inline-block;margin-top:15px;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:'Source Sans 3', Arial;border-radius: 20px;font-size: 18px;font-weight: 700;}
.shop_submit:hover,
.submit:hover,
.action:hover 	 					{background-color:var(--MAINCOLOR);color:#fff;}
a.action:after 						{content:"\f105";font-family: "Font Awesome 7 Pro";padding-left:7px;}

.gdpr								{font-size:10px;line-height: normal;}

.editImgContainer 					{position:absolute;z-index:1000;display:flex;}
a.editImg,div.editImg 				{opacity:0;transition: opacity 0.1s ease-in-out;background-color:#336699;padding:10px;color:#fff;display:inline-block !important}
.editImgContainer:hover .editImg  	{opacity: 1;}
.imgPosi 							{width:105px;position:absolute;margin-top:30px;padding:0px 0px 10px 0px !important;}