Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
* {
box-sizing: border-box;
}
body {
font-family: Verdana, sans-serif;
margin: 0;
background-color: white;
}
a {
text-decoration: none;
color: white;
}
.mySlides {
display: none;
}
img {
vertical-align: middle;
}
.header {
display: flex;
justify-content: space-between;
margin: 0;
background-color: #ffffff;
}
.links ul{
display: flex;
list-style: none;
margin: 20px;
}
.links ul li{
margin: 0 10px;
}
.links ul li a{
text-decoration: none;
color: black;
font-weight: 600;
padding: 15px 15px;
transition: all 0.5s ease;
border-radius: 5px;
}
.links ul li a.active{
color: rgb(106, 7, 7);
}
.links ul li a:hover{
color: rgb(106, 7, 7);
}
.navlogo{
max-width: 200px;
margin: 20px;
}
/* Slideshow container */
.slideshow-container {
position: relative;
}
/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
background-color: #00000042;
font-weight: bolder;
font-size: 50px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.slidetext {
color: rgb(255, 255, 255);
background-color: #00000083;
font-size: 30px;
margin: 0% 30% 0% 30%;
position: absolute;
bottom: 50%;
text-align: center;
font-weight: 800;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 1.5s;
}
.p-i{
display: flex;
justify-content: center;
align-items: center;
width: 80%;
margin: 100px auto;
}
.p-i img{
width: 100%;
height: 100%;
margin: 60px;
}
.onderwerpen {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-top: 100px;
margin-bottom: 100px;
height: 500px;
background-color: rgb(22, 26, 26);
}
.onderwerp {
margin: 10px;
width: 300px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
filter: brightness(50%);
transition: all .4s ease-in-out;
}
.onderwerp:hover{
filter: brightness(100%);
color: white;
}
.onderwerp h1 {
color: white;
font-size: 20px;
padding: 10px;
border-radius: 10px;
position: absolute;
bottom: -60px;
}
.one {
background-image: url("https://media.istockphoto.com/id/1273193405/nl/foto/de-hele-dag-aan-een-bureau-werken-is-helemaal-niet-goed.jpg?b=1&s=612x612&w=0&k=20&c=MHmCXcwqZZNnTMlcIb6uHufaRtDUTrBrTM7jhiPCHu0=");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.two {
background-image: url("https://images.pexels.com/photos/20794282/pexels-photo-20794282/free-photo-of-ester.jpeg?auto=compress&cs=tinysrgb&w=300");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.three {
background-image: url("https://images.pexels.com/photos/3779021/pexels-photo-3779021.jpeg?auto=compress&cs=tinysrgb&w=300");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.four {
background-image: url("https://images.pexels.com/photos/21905/pexels-photo.jpg?auto=compress&cs=tinysrgb&w=300");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.iframe-rwd {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
footer {
background-color: black;
padding: 20px;
text-align: center;
color: white;
}
footer p {
margin-bottom: 10px;
}
footer address p {
margin: 5px 0;
}
footer h4 {
margin-top: 20px;
}
footer ul {
list-style: none;
padding: 0;
}
footer ul li {
margin-bottom: 5px;
}
footer ul li a {
text-decoration: none;
color: white;
}
footer ul li a:hover {
color: #0056b3;
}
footer p:last-of-type {
margin-top: 20px;
}
.hero {
display: flex;
justify-content: space-between;
align-items: center;
margin: 200px 10%;
}
.herotwee {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 10%;
max-width:700px;
}
.herotwee h1 {
font-size: 28px;
color: rgb(30, 117, 198);
}
.herotwee p {
font-size: 16px;
line-height: 1.5;
}
.herotwee ol {
list-style-type: decimal;
}
.herotwee ol li {
font-size: 16px;
margin-bottom: 10px;
}
.herotwee ol li:first-child {
font-weight: bold;
}
.herotwee ol li:last-child {
font-style: italic;
}
.hero-bewegen{
margin: 0% 10%;
}
.hero-bewegen h1{
margin-top: 50px;
color: rgb(30, 117, 198);
}
.rsi-container {
overflow: hidden;
width: 100%;
}
.rsipics {
float: right;
margin-left: 2%;
width: 38%; /* Adjust the width as needed */
}
.rsitext {
float: left;
width: 60%; /* Adjust the width as needed */
}
.hero-rsi{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0% 10%;
}
.hero-rsi h1{
color: rgb(30, 117, 198);
}
.hero-beeldscherm{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0% 10%;
}
.hero-beeldscherm h1{
color: rgb(30, 117, 198);
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: rgb(30, 117, 198);
color: #fff;
text-decoration: none;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #0056b3;
}
.hero {
display: flex;
justify-content: space-between;
align-items: center;
margin: 200px 10%;
}
.hero-bewegen{
margin: 0% 10%;
}
.hero-bewegen h1{
margin-top: 50px;
}
.band {
width: 90%;
max-width: 1240px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 20px;
@media (min-width: 30em) {
grid-template-columns: 1fr 1fr;
}
@media (min-width: 60em) {
grid-template-columns: repeat(4, 1fr);
}
}
.card {
background: white;
text-decoration: none;
color: #444;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
min-height: 100%;
position: relative;
top: 0;
transition: all .1s ease-in;
&:hover {
top: -2px;
box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
.band article {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.band h1 {
font-size: 20px;
margin: 0;
color: #333;
}
.band p {
flex: 1;
line-height: 1.4;
}
.band span {
font-size: 12px;
font-weight: bold;
color: #999;
text-transform: uppercase;
letter-spacing: .05em;
margin: 2em 0 0 0;
}
.thumb {
padding-bottom: 60%;
background-size: cover;
background-position: center center;
}
}
.item-1 {
@media (min-width: 60em) {
grid-column: 1 / span 2;
h1 {
font-size: 24px;
}
}
}
.slideshow {
width: 100%;
height: 100%;
border: 0px;
padding: 0px;
margin: 0 auto;
background-color: #000;
overflow: hidden;
counter-reset: slide;
}
.contact-form {
max-width: 400px;
margin: 0 auto;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 8px;
margin-bottom: 10px;
border-radius: 4px;
border: 1px solid #ccc;
}
textarea {
height: 100px;
}
input[type="submit"] {
background-color: #000000;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-bottom: 230px;
}
input[type="submit"]:hover {
background-color: #0056b3;
}
.slide {
transform: translateX(-100%);
position: absolute;
width: 50%;
height: 100%;
background-size: 50% 100%;
transition: transform 0.5s ease-in-out;
}
.slide__content {
box-sizing: border-box;
height: 100%;
overflow: auto;
padding: 50px;
color: #DDD;
position: absolute;
left: 100%;
display: none;
animation-name: fade-in;
animation-duration: 1s;
animation-iteration-count: 1;
opacity: 1;
}
video {
object-fit: cover;
width: 100%;
height: 100%;
}
.video {
width: 65%;
margin: 10% auto;
}
footer {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
@keyframes fade-in {
0% {
opacity: 0;
}
50% {
transform: translateY(-50px);
opacity: 0;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
/* On smaller screens, decrease text size */
@media only screen and (min-width: 786px) {
.prev,
.next,
.text {
font-size: 11px;
}
}
@media only screen and (max-width: 600px) {
.onderwerp {
margin: 20px;
}
.navlogo{
width: 0px;
height: 0px;
position: relative;
left: 200px;
}
.links ul{
margin: 5px;
}
.slidetext {
color: black;
font-size: 90%;
padding: 8px 5%;
position: absolute;
bottom: 50%;
width: 100%;
text-align: center;
font-weight: 800;
}
.links{
margin-left: -120px;
}
.p-i {
flex-direction: column;
}
.onderwerpen {
padding: 63px;
height: fit-content;
}
footer ul {
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}
footer {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
}