/*

Primair groen: #5DBAAE
Secundair blauw: #5DA4BA
Aktie: #a88cc2
Aktie hover: #8f5bbf
Aktie op donkere achtergrond: #e7daf4
(Aktie hover op donker zelfde als gewone hover
Tint: #F2F2F2
Tekst: #5A5A5A

*/

html,
body {
   width: 100%;
   overflow-x: hidden;
   box-sizing: border-box;
}

/* fraaie oplossing om bal in achtergrond achter mijn foto te houdne op alle scherm breedtes. */
.hero {
   background-position: 45vw 0%;
}

/*  nieuwsbrief  */
.formulier .ff-el-form-control {
   border-radius: 0px;
   border-top: 0px;
   border-right: 0px;
   border-left: 0px;
   padding-left: 2px;
   font-size: 20px;
}

.fluentform {
   width: 100%;
}

.single-post h2 {
   margin-bottom: 20px;
   margin-top: 40px;
   font-size: clamp(1.8rem, 1.6vw + 1.1rem, 2.3rem);
   line-height: 125%;
}

.single-post .post-content h3 {
   margin-bottom: 15px;
   margin-top: 30px;
   font-size: clamp(1.2rem, 1.6vw + 0.6rem, 1.4rem);
   font-weight: 400;
}

.lijst {
   margin-left: 1em;
}

.lijst li ul {
   margin-left: 2em;
}

.single-post ol {
   margin-left: 1em;
}

.single-post .post-content ul {
   list-style: none;
}

.single-post .post-content ul li::before {
   content: url("https://webmaat.nl/wp-content/uploads/2023/01/li-circle.svg");
   display: inline-block;
   width: 1.4em;
   margin-left: 0em;
}

.lijst-margin-left ul {
   list-style: none;
}

.lijst-margin-left ul li::before {
   content: url("https://webmaat.nl/wp-content/uploads/2023/01/li-circle.svg");
   display: inline-block;
   width: 1.4em;
   margin-left: 0em;
}


h2 {
   margin-bottom: 15px;
}


/* voor de meeste circels is dit nodig. > Cwicly heeft dit nu ook (na enige tijd) */
.aspect-ratio {
   aspect-ratio: 1 / 1;
}

.formulier-button {
   /* hier nog styling aanbrengen bovenop global style   */
   border-radius: 20px 7px !important;
   font-size: 20px !important;
   padding: 6px 40px !important;
   transition: all 0.4s !important;
   color: var(--cc-color-7) !important;
   background-color: var(--cc-color-3) !important;

   font-weight: 700 !important;
   text-decoration: none !important;
   cursor: pointer !important;
   box-shadow: rgba(89, 89, 89, 0.3) 0px 5px 25px 0px;
}

.nieuwsbrief-rechts .frm-fluent-form .ff-t-container {
   flex-wrap: wrap;
   /*flex-direction: column;*/
}

.nieuwsbrief-rechts .frm-fluent-form .ff-t-container .ff-t-cell {
   flex-basis: 47% !important;
}

.nieuwsbrief-rechts .formulier-button {
   /*padding: 6px 15px !important;*/
   flex-grow: 2;
}

.formulier-button:hover,
.formulier-button:focus {
   background-color: var(--cc-color-4) !important;
   box-shadow: none;
}

.scheidingslijn {
   margin: 0 20px;
}

/* alle dividers & dynamische icons */

.pijl {
   animation-name: rotation;
   animation-delay: 1.9s;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
}

.pijl-2 {
   animation-delay: 6s;
   animation-iteration-count: 1;
}

.pijl-3 {
   animation-delay: 8s;
   animation-iteration-count: 2;
}

.pijl-4 {
   animation-delay: 10s;
   animation-iteration-count: 2;
}

@keyframes rotation {
   from {
      transform: rotate(100deg);
   }

   to {
      transform: rotate(0deg);
   }
}

/*.fluentform_wrapper_4 .ff-el-group input[type="checkbox"] {*/
/*    height:20px !important;*/
/*}*/

.ff-el-form-check-checkbox {
   width: 20px;
   height: 20px;
}

.divider-wit {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png");
   background-size: contain;
   background-position: 50% 0%, 50% 100%;
   background-repeat: no-repeat;
}

.divider-top-wit {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png");
   background-size: contain;
   background-position: 50% 0%;
   background-repeat: no-repeat;
}

.divider-bottom-wit {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png");
   background-size: contain;
   background-position: 50% 100%;
   background-repeat: no-repeat;
}

.divider-grijs {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png");
   background-size: contain;
   background-position: 50% 100%, 50% 0%;
   background-repeat: no-repeat;
}

.divider-grijs.extra-achtergrond {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/ovaal.svg");
   background-size: contain, contain, 60%;
   background-position: 50% 100%, 50% 0%, 25% 40%;
   background-repeat: no-repeat;
}

@media only screen and (min-width: 1700px) {
   .divider-grijs {
      max-height: initial;
      min-height: 200px;
   }
}

.divider-gradient {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png"),
      linear-gradient(135deg, rgb(93, 186, 174) 0%, rgb(93, 164, 186) 100%);
   background-size: contain;
   background-position: 50% 100%, 50% 0%;
   background-repeat: no-repeat;
}

.divider-kaart {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png"), url("https://webmaat.nl/wp-content/uploads/2023/04/Kaart-van-Arnhem-en-omgeving.jpg");
   background-size: contain, contain, cover;
   background-position: 50% 100%, 50% 0%, 50% 40%;
   background-repeat: no-repeat;
}

.divider-gradient-hero {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920-grijs.png"),
      linear-gradient(135deg, rgb(93, 186, 174) 0%, rgb(93, 164, 186) 100%);
   background-size: contain;
   background-position: 50% 100%, 50% 0%;
   background-repeat: no-repeat;
}

.divider-gradient-hero-boven-recht {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920.png"),
      linear-gradient(135deg, rgb(93, 186, 174) 0%, rgb(93, 164, 186) 100%);
   background-size: contain;
   background-position: 50% 100%, center center;
   background-repeat: no-repeat;
}

.divider-grijs-onder {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-onder-1920-grijs.png");
   background-size: contain;
   background-position: 50% 0%;
   background-repeat: no-repeat;
}

.divider-grijs-boven {
   background-image: url("https://webmaat.nl/wp-content/uploads/2023/01/divider-wit-boven-1920.png");
   background-size: contain;
   background-position: 50% 0%;
   background-repeat: no-repeat;
}

/*   Fluent forms  */

/*.div-c28ecee:hover {*/
/*    transform: none;*/
/*}*/

.ff-el-form-check {
   margin-bottom: 8px !important;
}

.ff-el-form-check-label {
   accent-color: #8F5BBF;
}

.vet span {
   font-weight: 700;
}

.blauw {
   color: #5DA4BA;
   font-weight: 700;
}

#section-c628365 {
   min-height: 56px;
}

.single-portfolio .div-c2a3a0e a:first-child {
   display: none;
}

.single-portfolio .div-c223fb1 {
   background-image: none;
}

.heading-c4a9d0b a {
   font-weight: 400 !important;
}

.button-cb42084 {
   /*background-color:#fff;*/
   margin-bottom: -10px;
}

/*  BLOG.  */

.rank-math-breadcrumb {
   position: relative;
   top: -25px;
}

.inhoudsopgave h2 {
   font-size: 28px;
}

.prijs-selectie {
   color: blue;
}

.page-numbers {
   margin-right: 15px;
   padding: 5px;
}

.rank-math-list-item {
   border: 1px solid #F2F2F2;
   box-shadow: #F2F2F2 0 0 25px;
   border-radius: 8px;
   margin-bottom: 30px;
}

.rank-math-question {
   padding: 15px;
   font-size: 28px;
   margin-bottom: 15px;
   background-color: #F2F2F2;
   border-radius: 8px 8px 0px 0px;
}

.rank-math-answer {
   margin: 15px;
}

.kolommen {

   column-gap: 30px;
   max-width: 1280px;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
}

/*

Primair groen: #5DBAAE
Secundair blauw: #5DA4BA
Aktie: #a88cc2
Aktie hover: #8f5bbf
Aktie op donkere achtergrond: #e7daf4
(Aktie hover op donker zelfde als gewone hover
Tint: #F2F2F2
Tekst: #5A5A5A

*/

.acf-lijst li,
acf-lijst p {
   font-size: 16px !important;
}

/* login form offerte pagina. */
.div-ccc879f {
   border-radius: 8px;

}

.rank-math-breadcrumb p {
   font-size: 14px;
   font-style: italic;
}

.section-c91885e-wrapper {
   padding: 0;
}

@media only screen and (max-width: 1223px) {
   .image-cd1aff6 {
      display: none;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {

   /* 3e bal halverwege homepage in middne op iPad  */
   .div-cfb09b8,
   .div-c28540e {
      margin: 0 auto;
   }
}

@media only screen and (min-width: 993px) and (max-width: 1060px) {

   /* 3e bal halverwege homepage dichter tussen andere 2 ballen */
   .div-cfb09b8,
   .div-c28540e {
      margin-top: -130px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1130px) {

   /* tot media query tablet oplossing zodat buttons in hero naast elkaar passen. */
   .hero .cc-btn {
      padding: 5px 17px;
      font-size: 18px;
   }

   .div-c80a24c {
      background-position: 120% 50%;
   }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

   /* probleem dat logo voor secundair menu (eerste item) ligt. */
   .div-c88bcba {
      bottom: 10px;
   }

   /* probleem dat background color niet werkt op hoofd sectie in iPad */
   #section-c628365-wrapper {
      background-image: linear-gradient(90deg,
            rgb(93, 186, 174) 0%,
            rgb(93, 164, 186) 75%);
   }
}

@media only screen and (max-width: 768px) {
   .formulier-button {
      margin-top: 10px;
   }

   .div-c80a24c {
      background-image: none;
   }

   .rank-math-question {
      font-size: 22px;
   }

}

@media print {

   header,
   footer {
      display: none !important;
   }
}