Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
/* ALGEMEEN */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: Saira;
src: url(Saira-Regular.ttf);
}
html {
font-size: 10px;
}
body {
margin: 0;
font-family: Saira;
height: 100vh;
width: 100vw;
overflow-x: hidden;
background-color: #121212;
}
.header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #161618;
height: 11rem;
position: fixed;
top: 0;
left: 0;
z-index: 777;
}
.header img {
height: 7rem;
width: auto;
margin-left: 2rem;
}
.menu {
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
}
.menu>li {
margin: 0.5em 0;
overflow: hidden;
}
.menu-button-container {
display: none;
height: 100%;
width: 100%;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
#menu-toggle {
display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
display: block;
background-color: #ffffff;
position: absolute;
height: 0.4rem;
width: 3rem;
border-radius: 0.1rem;
}
.menu-button::before {
content: '';
margin-top: -8px;
}
.menu-button::after {
content: '';
margin-top: 8px;
}
#menu-toggle:checked+.menu-button-container .menu-button::before {
margin-top: 0px;
transform: rotate(405deg);
}
#menu-toggle:checked+.menu-button-container .menu-button {
background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked+.menu-button-container .menu-button::after {
margin-top: 0px;
transform: rotate(-405deg);
}
.footer {
grid-area: footer;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer h2 {
font-size: 1.7rem;
color: #ffffff;
padding: 0 1rem;
}
.contact {
display: flex;
align-items: center;
padding-right: 0.5rem;
}
.icon {
color: #dc133b;
background-color: #121212;
font-size: 3.5rem;
padding: 0 0.5rem;
}
.content-h::-webkit-scrollbar {
display: none;
}
.content-om::-webkit-scrollbar {
display: none;
}
.content-p::-webkit-scrollbar {
display: none;
}
.clr-accent {
color: #dc133b;
}
.container-mb {
display: none;
}
.container-pc {
width: 100%;
height: 100%;
background-image: url("hex-pattern.png");
background-repeat: no-repeat;
background-position: bottom right;
background-size: 30%;
overflow-y: hidden;
}
/* ALGEMEEN */
/* HOME */
.projectenButton {
text-decoration: none;
display: block;
max-width: 26.70rem;
}
.projectenButton button{
display: flex;
justify-content: center;
align-items: center;
margin-top: 10rem;
background-color: #dc133b;
border-radius: 1rem;
border: 0.2rem solid #dc133b;
padding: 1rem 2rem;
font-size: 2.3rem;
font-family: Saira, system-ui;
color: white;
}
.projectenButton :hover {
background-color: #b71233;
border-radius: 1rem;
border: 0.2rem solid #b71233;
cursor: pointer;
}
.navbar-h {
font-size: 2rem;
text-align: right;
}
.navbar-h a {
text-decoration: none;
color: white;
margin: 0 4rem;
transition: all 0.15s linear;
}
.navbar-h a[href="index.html"] {
color: #dc133b;
}
.navbar-h a:hover {
color: #dc133b;
border-bottom: #ffffff solid 0.1rem;
}
.foto-h {
margin-top: 10rem;
margin-left: 2rem;
display: flex;
justify-content: center;
align-items: flex-start;
}
#home-foto {
width: 90%;
height: auto;
display: block;
}
.intro-div-line-h {
width: 100%;
border: solid 0.2rem white;
margin-top: 1rem;
margin-bottom: 0.8rem;
}
.text-intro-h {
margin-top: 10rem;
margin-right: 2rem;
margin-left: 2rem;
}
.text-intro-h h1 {
color: white;
font-size: 4rem;
font-family: Saira, system-ui;
}
.bullet-list-h {
color: white;
margin-left: 3rem;
font-size: 2.5rem;
font-family: Saira, system-ui;
}
.content-h {
flex: 1;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 4rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"context-h"
"footer";
height: 100%;
width: 100%;
overflow-y: hidden;
}
.context-h {
grid-area: context-h;
display: flex;
margin-top: 9rem;
justify-content: space-around;
}
/* HOME */
/* OVER MIJ */
.navbar-om {
font-size: 2rem;
text-align: right;
}
.navbar-om a {
text-decoration: none;
color: white;
margin: 0 4rem;
transition: all 0.15s linear;
}
.navbar-om a[href="over-mij.html"] {
color: #dc133b;
}
.navbar-om a:hover {
color: #dc133b;
border-bottom: #ffffff solid 0.1rem;
}
.titel-om {
padding-left: 3rem;
padding-top: 4rem;
padding-bottom: 5rem;
display: flex;
flex-direction: column;
width: 100%;
}
.titel-h1-om {
font-size: 4rem;
color: #dc133b;
}
.titel-h2-om {
font-size: 2.5rem;
color: #ffffff;
}
.line-om {
width: 29rem;
border: #ffffff solid 0.2rem;
margin-top: 0.6rem;
margin-bottom: 1rem;
}
.info-foto-om {
display: flex;
height: auto;
justify-content: center;
align-items: center;
padding-right: 3rem;
padding-left: 3rem;
}
#foto {
width: 40rem;
height: auto;
border: white solid 0.2rem;
border-radius: 0.7rem;
}
.info-txt-h2-om {
color: white;
padding-left: 3rem;
font-size: 2.5rem;
}
.info-txt-p-om {
/* width: 60%; */
color: white;
padding-left: 3rem;
padding-top: 1.5rem;
font-size: 1.8rem;
text-wrap: wrap;
}
.info-txt-om {
display: flex;
flex-direction: column;
width: 60%;
}
.info-om {
display: flex;
justify-content: space-between;
width: 100%;
}
.content-om {
flex: 1;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 4rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"context-om"
"footer";
height: 100%;
width: 100%;
overflow-y: scroll;
}
.context-om {
grid-area: context-om;
display: flex;
margin-top: 9rem;
flex-direction: column;
}
/* OVER MIJ */
/* PROJECTEN */
.navbar-p {
font-size: 2rem;
text-align: right;
}
.navbar-p a {
text-decoration: none;
color: white;
margin: 0 4rem;
transition: all 0.15s linear;
}
.navbar-p a[href="projecten.html"] {
color: #dc133b;
}
.navbar-p a:hover {
color: #dc133b;
border-bottom: #ffffff solid 0.1rem;
}
.info-p {
grid-area: info-p;
padding-left: 3rem;
padding-bottom: 5rem;
padding-top: 4rem;
}
.info-h1-p {
font-size: 4rem;
color: #dc133b;
}
.info-h2-p {
font-size: 2.5rem;
color: #ffffff;
}
.line-p {
width: 56.5rem;
border: #ffffff solid 0.2rem;
margin-top: 0.6rem;
margin-bottom: 1rem;
}
.container-content-p::-webkit-scrollbar {
display: none;
}
.container-content-p {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1.5fr;
gap: 5rem 0;
grid-auto-flow: row;
grid-template-areas:
"projecten1 projecten2 projecten3"
"projecten4 projecten5 projecten6"
"projecten7 projecten8 projecten9"
"projecten10 projecten11 projecten12";
width: 100%;
justify-items: center;
overflow-y: scroll;
}
.projecten1 {
margin-top: 1rem;
grid-area: projecten1;
}
.projecten2 {
grid-area: projecten2;
margin-top: 1rem;
}
.projecten3 {
grid-area: projecten3;
margin-top: 1rem;
}
.projecten4 {
grid-area: projecten4;
margin-top: 1rem;
}
.projecten5 {
grid-area: projecten5;
margin-top: 1rem;
}
.projecten6 {
grid-area: projecten6;
margin-top: 1rem;
}
.projecten7 {
grid-area: projecten7;
margin-top: 1rem;
}
.projecten8 {
grid-area: projecten8;
margin-top: 1rem;
}
.projecten9 {
grid-area: projecten9;
margin-top: 1rem;
}
.projecten10 {
grid-area: projecten10;
margin-top: 1rem;
}
.projecten11 {
grid-area: projecten11;
margin-top: 1rem;
}
.projecten12 {
grid-area: projecten12;
margin-top: 1rem;
}
.projecten1,
.projecten2,
.projecten3,
.projecten4,
.projecten5,
.projecten6,
.projecten7,
.projecten8,
.projecten9,
.projecten10,
.projecten11,
.projecten12 {
display: flex;
/* width: 100%; */
height: auto;
/* background-color: #ffe600; */
/* border: solid 1px rgb(255, 255, 255); */
/* align-items: center; */
/* justify-content: center; */
flex-direction: column;
margin: 4rem 2rem;
}
.foto-p {
width: 100%;
}
.titel-p {
width: 100%;
}
#p-foto {
width: 50rem;
border-radius: 0.7rem;
border: white solid 0.2rem;
}
#p-foto:hover {
transform: scale(1.015);
transition: .2s;
cursor: pointer;
}
.p-titel-p {
color: #ffffff;
font-size: 3rem;
margin-top: 0.5rem;
}
.content-p {
flex: 1;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 4rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"context-p"
"footer";
height: 100%;
width: 100%;
overflow-y: scroll;
}
.context-p {
grid-area: context-p;
display: flex;
margin-top: 9rem;
flex-direction: column;
}
h1 {
color: #ffffff;
}
/* PROJECTEN */
/* PROJECTEN */
@media (max-width: 1622px) {
.container-content-p {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1.5fr;
gap: 5rem 0;
grid-auto-flow: row;
grid-template-areas:
"projecten1 projecten2"
"projecten3 projecten4"
"projecten5 projecten6"
"projecten7 projecten8"
"projecten9 projecten10"
"projecten11 projecten12";
width: 100%;
justify-items: center;
overflow-y: scroll;
}
}
@media (max-width: 1080px) {
.container-content-p {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1.5fr;
gap: 5rem 0;
grid-auto-flow: row;
grid-template-areas:
"projecten1"
"projecten2"
"projecten3"
"projecten4"
"projecten5"
"projecten6"
"projecten7"
"projecten8"
"projecten9"
"projecten10"
"projecten11"
"projecten12";
width: 100%;
justify-items: center;
overflow-y: scroll;
}
}
/* PROJECTEN */
/* HOME */
@media (max-width: 1108px) {
.text-intro-h h1 {
color: white;
font-size: 3.2rem;
font-family: Saira, system-ui;
}
.bullet-list-h {
color: white;
margin-left: 3rem;
font-size: 2.3rem;
font-family: Saira, system-ui;
}
}
/* HOME */
@media (max-width: 1023px) {
/* ALGEMEEN */
.container-pc {
display: none;
}
.container-mb {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 9rem 1fr 3rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"header-mb"
"content-mb"
"footer-mb";
height: 100vh;
width: 100vw;
overflow-y: scroll;
}
.header-mb {
grid-area: header-mb;
display: flex;
justify-content: space-between;
position: fixed;
width: 100%;
height: 9rem;
background-color: #161618;
}
.header-mb img {
margin: 1rem 0 1rem 1rem;
width: 20rem;
height: auto;
}
.hamburger-menu {
height: 100%;
width: 0;
float: right;
margin-right: 5%;
}
.menu-button-container {
float: right;
justify-self: center;
}
.menu-button-container {
display: flex;
}
.menu {
position: absolute;
top: 9rem;
right: 0;
flex-direction: column;
width: 100%;
justify-content: center;
align-items: center;
}
#menu-toggle~.menu li {
height: 0;
margin: 0;
padding: 0;
border: 0;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked~.menu li {
height: 10rem;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-top: #ffffff solid 0.1rem;
}
#menu-toggle:checked~.menu .cv-mb {
height: 10rem;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-bottom: #ffffff solid 0.1rem;
}
.menu>li {
display: flex;
justify-content: center;
width: 100%;
height: 100%;
color: #ffffff;
background-color: #161618;
font-size: 2rem;
text-decoration: none;
z-index: 778;
}
.menu a {
color: #ffffff;
height: 100%;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}
.navbar-mb {
width: 50%;
background-color: #161618;
margin-right: 1rem;
}
.content-mb {
grid-area: content-mb;
display: flex;
flex-direction: column;
}
.footer-mb {
grid-area: footer-mb;
width: 100%;
height: 3rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-mb h2 {
font-size: 0.9rem;
color: #ffffff;
padding-left: 1rem;
padding-right: 1rem;
}
.contact-mb {
display: flex;
align-items: center;
padding-right: 1rem;
}
.icon-mb {
color: #dc133b;
background-color: #121212;
font-size: 2.5rem;
padding: 0 0.3rem;
}
/* ALGEMEEN */
/* HOME */
.projectenBtn {
display: flex;
justify-content: center;
align-items: center;
}
.btn-h {
margin-top: 5rem!important;
}
.intro-mb-h {
display: flex;
width: 100%;
justify-content: center;
}
.intro-div-line-mb-h {
width: 100%;
border: solid 0.1rem white;
margin-top: 1%;
margin-bottom: 0.6%;
}
.text-intro-mb-h h1 {
color: white;
font-size: 6.5vw;
font-family: Saira, system-ui;
}
.bullet-list-mb-h {
color: white;
margin-left: 3rem;
font-size: 4.5vw;
font-family: Saira, system-ui;
}
.text-intro-mb-h {
margin-top: 2.9%;
}
.foto-mb-h {
display: flex;
justify-content: center;
}
#home-foto-mb {
width: 80%;
height: auto;
margin-top: 5rem;
margin-bottom: 3rem;
}
.mb-h a[href="index.html"] {
color: #dc133b;
}
/* HOME */
/* OVER MIJ */
.titel-mb-om {
margin: 2%;
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 10%;
}
.titel-h1-mb-om {
font-size: 6.5vw;
color: #dc133b;
}
.titel-h2-mb-om {
font-size: 4.5vw;
color: #ffffff;
}
.line-mb-om {
width: 52%;
border: #ffffff solid 0.1rem;
margin-top: 0.3%;
margin-bottom: 0.6%;
}
.info-txt-h2-mb-om {
color: white;
font-size: 4.5vw;
margin: 0 2%;
}
.info-txt-p-mb-om {
width: 96%;
color: white;
margin: 0 2%;
padding-top: 0.5%;
font-size: 3vw;
}
.mb-om a[href="over-mij.html"] {
color: #dc133b;
}
/* OVER MIJ */
/* PROJECTEN */
.container-content-mb-p {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
/* 1fr 1fr; */
gap: 4rem 0;
grid-auto-flow: row;
grid-template-areas:
"projecten1"
"projecten2"
"projecten3"
"projecten4"
"projecten5"
"projecten6"
"projecten7"
"projecten8"
"projecten9"
"projecten10"
"projecten11"
"projecten12";
;
width: 100%;
justify-items: center;
overflow-y: scroll;
}
.projecten1-mb {
margin-top: 1%;
grid-area: projecten1;
}
.projecten2-mb {
grid-area: projecten2;
margin-top: 1%;
}
.projecten3-mb {
grid-area: projecten3;
margin-top: 1%;
}
.projecten4-mb {
grid-area: projecten4;
margin-top: 5%;
}
.projecten5-mb {
grid-area: projecten5;
margin-top: 5%;
}
.projecten6-mb {
grid-area: projecten6;
margin-top: 5%;
}
.projecten7-mb {
grid-area: projecten7;
margin-top: 5%;
}
.projecten8-mb {
grid-area: projecten8;
margin-top: 5%;
}
.projecten9-mb {
grid-area: projecten9;
margin-top: 5%;
}
.projecten10-mb {
grid-area: projecten10;
margin-top: 5%;
}
.projecten11-mb {
grid-area: projecten11;
margin-top: 5%;
}
.projecten12-mb {
grid-area: projecten12;
margin-top: 5%;
}
.projecten1-mb,
.projecten2-mb,
.projecten3-mb,
.projecten4-mb,
.projecten5-mb,
.projecten6-mb,
.projecten7-mb,
.projecten8-mb,
.projecten9-mb,
.projecten10-mb,
.projecten11-mb,
.projecten12-mb {
display: flex;
width: 90%;
height: auto;
/* background-color: #ffe600; */
/* border: solid 1px rgb(255, 255, 255); */
/* align-items: center; */
/* justify-content: center; */
flex-direction: column;
}
.foto-mb-p {
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.titel-p {
width: 100%;
height: auto;
}
#p-foto-mb {
width: 100%;
height: auto;
border-radius: 0.7rem;
border: #ffffff solid 0.2rem;
}
.p-titel-mb-p {
color: #ffffff;
font-size: 6.5vw;
text-align: center;
}
.info-mb-p {
grid-area: info;
margin: 2% 2%;
margin-bottom: 10%;
}
.info-h1-mb-p {
font-size: 6.5vw;
color: #dc133b;
}
.info-h2-mb-p {
font-size: 4.5vw;
color: #ffffff;
}
.line-mb-p {
width: 74.5%;
border: #ffffff solid 0.1rem;
margin-top: 0.3%;
margin-bottom: 0.6%;
}
.mb-p a[href="projecten.html"] {
color: #dc133b;
}
/* PROJECTEN */
}
@media (max-width: 321px) {
.projectenButton {
width: 21rem;
}
.projectenButton button {
font-size: 1.7rem;
}
}