@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg);}
4%{-webkit-transform:rotate(-45deg);}
8%{-webkit-transform:rotate(0deg);}
12%{-webkit-transform:rotate(-45deg);}
16%{-webkit-transform:rotate(0deg);}
20%{-webkit-transform:rotate(-45deg);}
24%{-webkit-transform:rotate(0deg);}
28%{-webkit-transform:rotate(-45deg);}
32%{-webkit-transform:rotate(0deg);}
36%{-webkit-transform:rotate(-45deg);}
40%{-webkit-transform:rotate(0deg);}
44%{-webkit-transform:rotate(-45deg);}
48%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(0deg);}
}
@keyframes Rotate{0%{transform:rotate(0deg);}
4%{-webkit-transform:rotate(-45deg);}
8%{-webkit-transform:rotate(0deg);}
12%{-webkit-transform:rotate(-45deg);}
16%{-webkit-transform:rotate(0deg);}
20%{-webkit-transform:rotate(-45deg);}
24%{-webkit-transform:rotate(0deg);}
28%{-webkit-transform:rotate(-45deg);}
32%{-webkit-transform:rotate(0deg);}
36%{-webkit-transform:rotate(-45deg);}
40%{-webkit-transform:rotate(0deg);}
44%{-webkit-transform:rotate(-45deg);}
48%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(0deg);}
}
p {
  line-height: 24px;
}
body {
  margin:0;
  font-family: 'Libre Franklin', sans-serif;
}
.containerTOP {
  height:65px;
}
#phone {
  width:100%;
}
#ipad {
  width: 80%;
  margin: 0 0 0 10%;
}
#samsung {
  width: 50%;
  margin: 0 0 0 25%;
}
.pad {
  margin:1em;
  padding:0;
}
.tds {
    width:1em;
}

#banner {
  position:absolute;
  top:6.24em;
  height:9em;
  width:100%;
  background: #0a73db; /* Old browsers */
  background: -moz-linear-gradient(top, #0a73db 0%, #43a9ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0a73db 0%,#43a9ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0a73db 0%,#43a9ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a73db', endColorstr='#43a9ee',GradientType=0 );
  z-index:-1;
}
#inside {
  width:70em;
  border-radius:10px;
  height:60em;
  display:block;
  margin:0 auto;
  background-color:#ffffff;
  margin-top:1.2em;
  box-shadow: -188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0 0 30px -8px #000000;
 -moz-box-shadow: -188px 188px 66px -110px #FFFFFF,188px 188px 66px -110px #FFFFFF, 0 0 30px -8px #000000;
 -webkit-box-shadow:-188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0 0 30px -8px #000000;
 -o-box-shadow: -188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0 0 30px -8px #000000;
  z-index: 1;
}
.fa-2x {
  -webkit-animation:Rotate 3000ms linear 3000ms;
  animation:Rotate 2000ms;
}
.stargem {
  text-align: center;
  display: block;
  line-height: 0;
  position: relative;
  top:-0.3em;
}
#topright {
  font-weight:800;
  font-size: 1.1em;
  text-transform:uppercase;
  text-decoration: none;
  color:#000000;
}
#vervelend {
  margin: 1em 0 1em 0;
}
ul {
  list-style: none;
  padding:0;
}
h1 {
  margin-top:0;
}
ul#breadcrumbs {
  margin:0;
  position:relative:
  top:-1em;
  padding:0;
  line-height: 0;
}
.BCI {
  line-height:0;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:not(:first-child) {
  margin-left: 0.3em;
}
#breadcrumbs li:not(:first-child):before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f0da";
  margin-right: 0.3em;
  font-weight: 900;
}
#breadcrumbs a:hover {
  color:#131abf;
}
#deskonly {
  display:none;
  visibility: hidden;
}
div ul li a {
  font-family:'Libre Franklin';
  color:#000000;
  text-decoration:none;
}
.fa-check {
  color:#088815;
}
.fa-star-half, .fa-star {
  color:#ffdf39;
}
.sub-item-3:hover, .sub-item-4:hover {
  cursor:pointer;
  text-decoration: none;
}
#BB {
  color:#000;
  font-weight:bold;
}
#WhatsappButton {
  visibility:hidden;
  display:none;
}
table.prijzen {
  border-color:#e6e6e6;
  border-style:solid;
  border-radius:5px;
  border-spacing:0;
  border-width:2px;
  width:100%;
}
table.prijzen tr:nth-child(even) {
  background-color: #eee;
}
table.prijzen tr:nth-child(odd) {
  background-color: #fff;
}
table.prijzen tr:hover {
  background-color:#d1d1d1;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}
table.prijzen tr {
  background-color:#d1d1d1;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}
table.prijzen th {
  color: #000000;
  background-color: #ffffff;
  text-align:left;
  border-color:#e6e6e6;
  border-style:solid;
  border-spacing:0;
  border-width:2px;
  border-style: none;
  padding-left:10px;
  line-height:2em;
}
table:not(.prijzen) {
  margin-top:1em;
}
table.prijzen tr td {
  padding-left:10px;
  line-height:2em;
  width:50%;
  font-size:80%;
}

table.OpT tr:not(.closed):not(.open) {
  padding-left:1em;
  line-height: 1.5em;
  color:#858585;
}
table.OpT th {
  text-align:center;
  color:#000;
  line-height:3em;
  font-size:1.17em;
}
table.OpT {
  padding: 0 1em 1em 1em;
}
li {
  line-height:1.8em;
}
ul li i {
  margin-right:0.5em;
}
#mem {
  width:100%;
  border-radius:10px;
}
.aside p {
  font-size:0.8em;
  line-height:5px;
  margin-top:10px;
}
.asidetopper {
  margin-bottom:1em;
  border-width:2px;
  border-color:#e6e6e6;
  border-style:solid;
  border-radius:10px;
}
.ATI {
  width:100%;
  height:100%;
  margin:1em;
  line-height:1.8em;
  color:#858585;
}
#ATH {
  text-align:center;
}
.secretA {
  text-decoration: none;
  color:#000000;
}
.secretA:hover {
  text-decoration:none;
  cursor:pointer;
  color:#000000;
}
.btn-default {
  color: #fff;
  background-color: #279eeb;
  box-shadow: #0082d6 0 -2px 0 0 inset;
  border-color: #0082d6;
  transition: 0.07s linear;
  -webkit-transition: 0.07s linear;
  -moz-transition: 0.07s linear;
  -ms-transition: 0.07s linear;
}
.btn-succes {
  color: #fff;
  background-color: #4cc64c;
  box-shadow: #00ac00 0 -2px 0 0 inset;
  border-color: #00ac00;
}
.btn-default:hover {
  background-color: #0082d6;
  -webkit-transition: 0.07s linear;
  -moz-transition: 0.07s linear;
  -ms-transition: 0.07s linear;
}
.btn {
  display: inline-block;
  margin-bottom: 1em;
  width:100%;
  line-height: 3;
  text-align: center;
  #fff-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width:100%;
  font-size:1em;
  margin-left:0;
}
#FBimg img {
  width:70%;
  margin-left:14%;
}
.feedback {
  padding: 1em;
  line-height:1.5em;
  color:#858585;
}
#stars {
  display:block;
}
select {
  border-style:none;
  padding: 1em;
  display: block;
  width: 100%;
  margin-top: 1em;
  resize:none;
  margin-bottom:0.5em;
  -webkit-box-shadow: 3px 3px 0 0 #c7c7c7;
  -moz-box-shadow: 3px 3px 0 0 #c7c7c7;
  box-shadow: 3px 3px 0 0 #c7c7c7;
  border-radius:10px;
}
#submit {
  width:100%;
  display:inline-block;
}
*:focus {
    outline: none;
}
#index {
    margin: 0;
    width:100%;
    padding:0;
}
/* -------------------- NAV ------------------ */
.nav {
    background-color: #d9d9d9;
    overflow: hidden;
}
.nav a {
    display: block;
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight:800;
}
.nav a:hover {
    background-color: #0a73db;
    color: #ffffff;
}
.active {
    background-color: #0a73db;
    color: #ffffff;
}
.fa-bars {
  font-size:2em;
  padding:0.5em;
}
#check {
  display: none;
}
label {
  display:block;
  visibility: inherit;
}
#check:checked + .fa-bars {
  padding:0.3em;
}
#check:checked + .menupanel {
  display: block;
  visibility: visible;
}
.menupanel {
  display: none;
  visibility: hidden;
}
/* ------------------------ NAV END --------------------*/
/* ------------------------ GRID --------------------- */
.containerTOP {
  display: grid;
  grid-template-columns: 100%;
  height: auto;
  margin-top:0;
  margin-bottom:0;
}
.item-1 {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(auto, auto);
  width:auto;
  height:auto;
}
.sub-item {
  grid-column: 1/3;
  grid-row:1;
  width:100%;
}
.sub-item-1 {
  grid-column: 1/3;
  grid-row:2;
}
.sub-item-2 {
  grid-column: 1/3;
  grid-row:1;
  width:100%;
  font-size: 0.8em;
}
.sub-item-3 {
  grid-column: 1/3;
  grid-row:3;
}
.sub-item-4 {
  grid-column: 1/3;
  grid-row:4;
}
.sub-item-3, .sub-item-4 {
  width:100%;
}
.item-B {
  grid-column:1;
  grid-row:2;
}
.aside {
  grid-column: 1;
  grid-row: 3;
  border-style:none;
  border-radius:0;
}
/* ------------------- GRID *ENDING* ----------------- */
#inside {
  box-shadow: none;
  width:auto;
  margin-top:0;
}
#belnu {
  text-align:center;
  display:flex;
}
#logo {
  display:block;
  margin-right:auto;
  margin-left:auto;
  width:auto;
  padding-top:1em;
}
#WhatsappButton {
  visibility:visible;
  background-color:#2ECC71;
  display:block;
  border-radius:3px;
  text-align:center;
  color:#ffffff;
  width:auto;
  text-decoration: none;
  margin-top:0.9em;
}
#mem {
  border-radius:6px;
  width:100%;
}
table {
    width:100%;
}
table:not(.prijzen) {
  margin-bottom:1.4em;
}
li {
  width:auto;
}
#belnu {
  margin: 1em auto 1em auto;
}
.callbox {
  margin-left:0.5em;
}
.phonebox {
  padding-top:0.2em;
}
.OpT {
  border-width: 2px;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 10px;
}
form.reactie {
  background-color: #f1f1f1;
  border-radius:4px;
  margin-bottom:1.4em;
}
fieldset {
  border-style: none;
  border-radius:10px;
  padding:1em;
}
form label {
  visibility: hidden;
  display:none;
}
input, textarea {
  border-style:none;
  padding: 1em;
  display: block;
  width: 90%;
  margin-top: 1em;
  resize:none;
  margin-bottom:0.5em;
  -webkit-box-shadow: 3px 3px 0 0 #c7c7c7;
  -moz-box-shadow: 3px 3px 0 0 #c7c7c7;
  box-shadow: 3px 3px 0 0 #c7c7c7;
  border-radius:10px;
}
textarea {
  height: 10em;
}
button[type='submit'] {
  display:inline-table;
}
.hid {
  display: none;
  visibility: hidden;
}
.closed{
  font-weight:bold;
  color:#8e0404;
}
.open {
  color:#099017;
  font-weight:bold;
}
iframe.maps {
  width:100%;
}
#adres {
  line-height:2em;
  font-size:1em;
  margin:0 0 1em 1em;
}
#bold {
  font-weight:bold;
  line-height:2em;
  font-size:1em;
}
#R {
  color:#000;
}
#NoMarg {
  margin-top:0;
}
a:not(.btn):hover, #R:hover {
  color:#279eeb;
}
.btn-top {
  font: 400 13.3333px Arial;
  padding: 1em 0;
}

a:not(:hover) {
  text-decoration: none;
}
#beoordelingen a {
  color:#279eeb;
  text-decoration: none;
}
#prijs {
  line-height:1.5em;
}
#wel {
  text-decoration: underline;
  color:#0a73db;
}
/* ---- Tablet Begin ---- */
@media screen and (min-width: 600px) {
  /* ------ Small tablets (IPAD) ------ */
  #inside {
    font-size:1.1em;
  }
  #logo{
    height:4em;
  }
  .sub-item-3 {
    grid-column: 1;
    grid-row:3;
  }
  .sub-item-4 {
    grid-column: 2;
    grid-row:3;
  }
  #mem {
    width:70%
  }
  #whatsapp {
    display: none;
  }
  form input, form textarea {
    width:96%;
  }
  #FBimg img {
    width:30%;
    margin-left:35%;
  }
}
@media screen and (min-width: 1000px) {
  /* ------ Bigger tablets (IPAD Pro) ------ */
  #inside {
    font-size:1.6em;
  }
}

/* ---- DESKTOP BEGIN ---- */
@media screen and (min-width: 1350px) {
  select {
    width:30%;
    display: inline-block;
    margin-right: 1em;
  }
  #submit {
    width:30%;
    display:inline-block;
  }
  #stars {
    display:inline;
  }
  #FBimg img {
    width:70%;
    margin-left:14%;
  }
  #inside {
    font-size:1em;
  }
  label {
    display:none;
  }
  .menupanel {
    display: block;
    visibility: inherit;
  }
  .nav a {
    display: block;
    text-align: center;
  }
  .item-B {
    width:50em;
  }
  #mem {
    width:100%
  }
  #logo {
    width:25em;
    height:auto;
    padding-bottom:0;
    margin:1em 1em 0.95em 1em;
    padding-top:0em;
    padding-left:0;
    margin-left:0;
  }
  #inside {
    width:70em;
    margin-top:1.2em;
    box-shadow: -188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0px 0px 30px -8px #000000;
   -moz-box-shadow: -188px 188px 66px -110px #FFFFFF,188px 188px 66px -110px #FFFFFF, 0px 0px 30px -8px #000000;
   -webkit-box-shadow:-188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0px 0px 30px -8px #000000;
   -o-box-shadow: -188px 188px 66px -110px #FFFFFF, 188px 188px 66px -110px #FFFFFF, 0px 0px 30px -8px #000000;
  }
  .nav a {
    float:left;
    text-align:center;
  }
  .containerTOP {
    display: grid;
    grid-gap: 10px;
    width:87%;
  }
  #phone {
    width:15em;
    margin: 4.8em 0 0 0;
  }
  #ipad {
    width: 15em;
    margin: 1em 0 0 0;
  }
  #samsung {
    width:9.6em;
    margin:0 3em 0;
}
  #index {
    margin: 0;
    width:15em;
    padding:0;
  }

  .container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 19px;
    grid-auto-rows: minmax(100px, auto);
  }
  .item-1 {
    grid-column: 1;
    display: grid;
    grid-template-columns: 15.4em 16.5em 16.5em;
    grid-gap: 13px;
    grid-auto-rows: minmax(auto, auto);
    width:auto;
    height:auto;
  }
  .sub-item {
    grid-column: 1/3;
    grid-row:1;
  }
  .sub-item-1 {
    grid-column: 1;
    grid-row:2/4;
  }
  .sub-item-2 {
    grid-column: 2/4;
    grid-row:2;
    font-size:1em;
  }
  .sub-item-3 {
    grid-column: 2;
    grid-row:3;
  }
  .sub-item-4 {
    grid-column: 3;
    grid-row:3;
  }
  .sub-item-4 .hid {
    grid-column: 2;
    grid-row:4;
  }
  .col1 {
    grid-column:1;
    width:50em;
  }
  .aside {
    grid-column: 2;
    grid-row: 1/3;
    max-width:20em;
  }
  .item-A {
    grid-column:1;
    height:auto;
  }
  .item-B {
    grid-column:2;
    grid-row:1;
    width:auto;
  }
  #WhatsappButton, #T, .telonly {
    display:none;
  }
  #title {
    font-size:1.7em;
  }
  #deskonly {
    display:inline;
    visibility: inherit;
  }
  #topright {
    width:250%;
    margin:0;
    margin-top:1em;
  }
  #belnu {
    text-align:center;
    display:flex;
    width:250%;
    position:relative;
    left:-8.7em;
    margin: 1.3em 0 0 auto;
    position:relative;
  }
  .btn {
    display: block;
    padding: 17px 0 17px 0;
    font-size: 1vw;
    line-height: 1;
    width:14em;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
     color: transparent;
  }
  ::-moz-placeholder {
     color: transparent;
  }
  :-ms-input-placeholder {
     color: transparent;
  }
  textarea::-webkit-input-placeholder {
     color: transparent;
  }
  textarea:-moz-placeholder {
     color: transparent;
  }
  textarea::-moz-placeholder {
     color: transparent;
  }
  textarea:-ms-input-placeholder {
     color: transparent;
  }
  form label {
    visibility: inherit;
    display:inline-block;
    text-align:right;
    width:3vw;
  }
  form input, form textarea {
    width:50em;
  }
  table.Message {
    margin-left:1em;
  }
  button[type="submit"] {
    width:10em;
  }
  table.OpT tr {
    margin-right:5em;
  }
  #breadcrumb {
    display:inline-block;
  }
  .hid {
    display: none;
    visibility: hidden;
  }
  .B {
    font-size:1.2em;
  }
  table.prijzen tr td {
  padding-left:10px;
  line-height:2em;
  width:50%;
  font-size:100%;
  }
  .btn-top {
      width: 100%;
  }
}
