@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    
    padding-right: 20px;
    padding-left: 24px;
    padding-bottom: 0;
    font-weight: normal;
   /* background-image: linear-gradient(180deg, white 40%, #DCD9C9 65%, #98B7B6);*/
    margin-top: 1px;
    border-color: hsla(16,100%,50%,1.00);
}
em {
	color: #41A220;
	font-size: 1.3rem;
}
.menubalk-container {
    position: relative;
}
.rope-access {
	width: 99%;
	margin: 0 auto;
}
p {
    font-size: 22px;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 14px;
}

h1 {
    font-size: 32px; 
    font-weight: bold; 
    color: #333; 
    margin-left: 20px;
}
h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0B1C99;
    margin-bottom: -15px;
    margin-left: 20px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0B1C99;
    margin-bottom: -15px;
    margin-left: 18px;
}
h4 {
    font-size: 22px;
    font-weight: bold;
    color: #FF4600;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    color: #A98283;
    margin: 0 auto;
    margin-top: 10px;
}
.topnav { background-color: #02272F;
    overflow: hidden;
    margin-bottom: 1px;
    border-style: solid;
    border-radius: 4px;
    height: auto;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;   
    padding: 19px 19px;
    height: 32px;
    text-decoration: none;
    font-size: 20px;
    line-height: 33px; 
     
    border-radius: 1px; 
    box-shadow: 0px 2px 4px rgba(247,247,247,0.10);
} 

.topnav a:hover {
    background-color: hsla(197,47%,36%,1.00);
}

.topnav a.active {
   background-color: hsla(197,100%,16%,1.00);   
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  height: 64px;
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 18px 16px;
  background-color: inherit;
  font-family: inherit;
  padding-bottom: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #B8C3D3;
  min-width: 160px;
  box-shadow: 10px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: hsla(218,100%,25%,1.00);
  font-weight:bold;
  font-size: 18px;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: hsla(197,47%,36%,1.00);
}

.dropdown-content a:hover {
  background-color: #888B8F;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a,
  .topnav.responsive .dropdown,
  .topnav.responsive .dropdown .dropbtn,
  .topnav.responsive .dropdown-content a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
    display: block;
  }
}
.image-text {
            width: 100%;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        .image-text img {
            width: 100%;
            height: auto;
        }

.image-text h1 {
    position: absolute;
    top: 10%;
    left: 47%;
    transform: translate(-50%, -50%);
    color: hsla(0,0%,100%,1.00);
    font-size: 36px;
    text-align: center;
    width: 80%;
    text-shadow: 4px 2px 3px rgba(0, 0, 0, 0.5);
    animation: moveText 3s infinite;
}
@keyframes moveText {
    0% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.1); }
    100% { transform: translate(-50%, -50%) scale(1); }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 20px;
        padding: 0 10px;
    }
    .image-text h1 {
        font-size: 20px;    
        position: absolute;
        top: 4%;
        left: 43%;
        transform: translate(-50%, -50%);
    }
    @media screen and (max-width: 455px) {
    body {
        font-size: 18px; 
        padding: 0 5px; 
    }

    p {
        font-size: 20px; 
    }

 .image-text h1 {
        font-size: 16px;    
        position: absolute;
        top: 3.5%;
        left: 43%;
        transform: translate(-50%, -50%);
    
    }
}
    hr {
    border: none; 
    height: 4px; 
    background-color: #006EA1; 
    margin-top: 20px; 
    margin-bottom: 20px; 
}
}
.column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #02272F;
    color: #333;
    padding: 1px;
    
    margin: 0 auto;
    margin-top: 15px;
    border-style: solid;
    border-radius: 4px;
    margin-left: 16px;
    margin-right: 16px;
}
.column1,
.column2,
.column3 {
    flex: 1;
    background-color: #ABC4D3;
    padding: 1px;
    text-align: center;
    margin-bottom: 50px;
}
.button1 {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 8px;
    margin-bottom: 10px; background-color: #02272F;
    border: 2px solid #FF4600;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: hsla(18,82%,49%,1.00);
}

.logositemap {
    width: 50px;
    height: auto;
    margin-top: 10px;
    transition: all 0.3s ease; 
}
.logositemap:hover {
    filter: brightness(2.2); 
    background: #922800;
}
.testimonial-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.testimonial-column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}
.testimonial-column img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    margin-top: 45px;
}
.testimonial-column p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 2px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 26px; /* Bottom margin */
  resize: vertical 
}
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
  width: 90px;  
}
input[type=submit]:hover {
  background-color: #5688AF;    
}
.container {
  border-radius: 5px;
  background-color: #A3C4D6;
  padding: 20px;
    margin-left: 14px;
    margin-right: 14px;
}
.ropelinks, .roperechts {
    position: absolute;
    top: 0;
    bottom: 0;
}

.ropelinks {
    border-left: 7px dotted #D4AF37;
    left: 1px;
    margin-top: 4px;
}

.ropelinks::before, .ropelinks::after {
    content: "";
    position: absolute;
    background: #FF4600;
    left: -8px;
}

.ropelinks::after {
    bottom: 0;
}

.roperechts {
    border-right: 7px dotted #D4AF37;
    right: 1px; 
    margin-top: 4px;
}

.roperechts::before, .roperechts::after {
    content: "";
    position: absolute;
    background: #FF4600;
    right: -8px; 
}

.roperechts::after {
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .column-container {
        flex-direction: column; 
    }
    .column1,
    .column2,
    .column3 {
        width: 100%; 
    }
}
.logotop {
    width: 60px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: -9.5px;
    margin-left: 10px;
    float: left;
    transition: all 0.3s ease; 
}
.logotop:hover {
    filter: brightness(2.2); 
    background: #560102;
}
.nederlandse-vlag2 {
   width: 64px;
    height: auto;
    padding-top: 32px;
    padding-left: 5px;
    position: relative;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

