@import url('https://fonts.googleapis.com/css2?family=Hind+Mysuru:wght@300;400;500;600;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, :after, :before {
    box-sizing: border-box
}


body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
font-size: 18px;
line-height: 1.4rem;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #fff;
    color: #00090f;
    overflow-x:hidden;
}
.top-bar {
    background-color:#fff;
    color:#fff;
        position: sticky;
    width: 100%;
    box-shadow: 0px 1px 6px 1px #7f0000;
    z-index: 10;
    top: 0px;
    font-family: "Kanit", sans-serif;
}
.header {
display: flex
;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.header > .logo{
    float:left;
    margin: 0px 30px;
    padding: 15px 0px;
}
.header > .logo > a{
    display: block;
    height: 60px;
}
.header > .logo > a > img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
#mobile-menu{
    display: none;
}

.header > .menu {
    
}
.header > .menu ul {
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header > .menu ul li {
    float: left;
}
.header > .menu ul li a {
    color: #363843;
    text-decoration: none;
    padding: 20px;
    font-size: 2rem;
}
.header > .menu ul li a:hover {
    text-decoration: none;
    color:#7f0000;
}
.header > .contact {
    padding-left: 30px;
}
.header > .contact > button {
    background-color: #363843;
    border-radius: 4px;
    border: none;
    padding: 4px 20px;
    color: #fff;
}
.page-header {
    height: 500px;
    margin: 0px;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-header .container  > h1 {
        font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 4rem;
    text-shadow: 10px 5px 15px black;
}
.page-header .container > h2 {
        font-family: "Hind Mysuru", sans-serif;
  font-weight: 600;
  font-size: 2rem;
    text-shadow: 10px 5px 15px black;
    font-style: italic;
    margin-top: 0px;
    margin-left: 40px;
}
.main {
     min-height: 200px;
}
.featured-services{
    margin-top: -100px;
    background: #363843;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 15px 0px #000;
    padding: 40px 20px;
    border-radius: 20px;
}
.featured-services .title {
    font-size: 2.5rem;
    font-family: "Hind Mysuru", sans-serif;
    line-height: 2.5rem;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;
}
.featured-services-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.featured-service{
    width: 20%;
    height: 200px;
}
.featured-service > a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}

.featured-service > a:hover{
    cursor: pointer;
}
.featured-service > a > .material-symbols-outlined {
        font-size: 120px;
    color: #363843;
}
.featured-service > a > .title {
    color: #7f0000;
    font-weight: 700;
    font-size: 1rem;
}
.ffftitle{
    font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fffsubtitle{
    font-family: "Hind Mysuru", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7f0000;
}

.paragraph {
    display: flex;
    flex-direction: row;
    padding: 30px 0px;
}
.paragraph.text-image-inverse, .paragraph.text-only-inverse{
    flex-direction: row-reverse;
}
.paragraph-text {
    width: 50%;
}
.paragraph.text-only > .paragraph-text, .paragraph.text-only-inverse > .paragraph-text{
    width: 100%;
        display: flex;
    flex-direction: row;
}
.paragraph-title {
    padding-bottom: 20px;
    line-height: 2.6rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #363843;
    font-size: 3rem;
}
.paragraph-intro {
font-family: "Hind Mysuru", sans-serif;
    font-weight: 300;
    color: #7f0000;
    font-size: 1.8rem;
    line-height: 1.6rem;
    font-style: italic;
    padding: 15px 0px;
    
}
.paragraph-content{
}
.paragraph.text-only > .paragraph-text > .paragraph-intro, .paragraph.text-only-inverse > .paragraph-text > .paragraph-intro{
    width: 40%;
}
.paragraph.text-only > .paragraph-text > .paragraph-content, .paragraph.text-only-inverse > .paragraph-text > .paragraph-content{
    width: 60%;
}
.paragraph-image {
    width: 50%;
    overflow:hidden;
    padding: 20px;
}
.diensten-overview{
    display: flex;
    flex-direction: row;
}
.diensten-menu{
 width: 25%;
 padding-top: 40px;
}
.diensten-menu > ul {
    list-style-type: none;
}
.diensten-menu > ul > li > a {
text-decoration: none;
    color: #333;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.diensten-menu > ul > li > a .material-symbols-outlined{
    font-size: 32px;
    color:#7f0000;
    margin-right: 10px;
}
.diensten-articles{
    width: 75%;
}
.diensten-overview-dienst{
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    color: #363843;
}
.diensten-overview-dienst:hover {
    color: #363843;
}
.diensten-overview-dienst-text {
    flex-grow:1;
}
.dienst-titel {
    font-size: 3rem;
    font-family: Kanit, sans-serif;
    font-weight: 300;
    color: #7f0000;
    line-height: 5rem;
}
.diensten-overview-dienst-image {
    width: 180px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.diensten-overview-dienst-image > .material-symbols-outlined {
    font-size: 120px;
    color: #363843;
}
.projecten {
    padding: 40px 0px;
}
.project-title {
    position: absolute;
    bottom: 0px;
    background-color: #7f0000;
    width: calc(100% - 30px);
    height: 80px;
    opacity: 0.8;
    color: #fff;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    flex-grow: 1;
    display: block;

}
.project-page{
    padding: 40px 0px;
}
.project {
    
}
.project-intro {
font-family: "Hind Mysuru", sans-serif;
    font-weight: 300;
    color: #7f0000;
    font-size: 1.8rem;
    font-style:italic;
}
.project-info {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
}
.project-info-group {
    width: 25%;
}
.project-label {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
}
.project-value {
    font-family: "Hind Mysuru", sans-serif;
    font-weight: 300;
    color: #7f0000;
    font-size: 1.2rem;
    padding-top: 10px;
}
.project-description {
    
}
.project-images {
    padding-top: 40px;
}

figure {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 100%;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    margin: 0;
}
.item-image {
    padding-bottom: 100%;
    background-size: cover;
}

.bg-image.center-center .bg-image-img {
    -o-object-position: center center;
    object-position: center center;
}
.bg-image .bg-image-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.center-center {
    background-position: center center !important;
}

a, a:hover {
    text-decoration:none;
}

footer{
    background-color:#363843;
    color:#fff;
}
footer a {
    text-decoration: none;
    color: #fff;
}
footer a:hover {
    text-decoration:underline;
    color:#fff;
}
.footer-more-info{
    background-color:#7f0000;
    color:#fff;
    text-align: center;
    padding: 40px 0px;
}
.footer-more-info > .container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.meer-info {
    padding-right: 20px;
}
.footer-more-info a {
    text-decoration:none;
    color:#fff;
}
.footer-more-info a:hover {
    text-decoration: underline;
    color: #fff !important;
}
.footer-info {
    padding: 40px 0px;
}
.footer-info img {
    width: 180px;
}
.footer-info .contact {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-info .contact button{
background-color: #7f0000;
    border-radius: 8px;
    border: none;
    padding: 4px 20px;
    margin-top: 40px;
    font-size: 24px;
}
.footer-info .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 2rem;
}
.footer-info .container ul{
    list-style: none;
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}
.footer-info .container ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer-info .container .contact {
    width: 25%;
}
.footer-info .container .diensten {
    width: 25%;
}
.footer-info .container .partners {
    width: 25%;
}
.footer-info .container .info {
    width: 25%;
}
.footer-info .container .info .bedrijfsnaam {
    font-weight: 700;
    font-size: 2.5rem;
}
.footer-copyright {
    border-top: solid 1px rgba(255,255,255,0.1);
    padding: 40px 0px;
}
.footer-copyright .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright .container .copyright {
    
}
.footer-copyright .container .social-media {
    display: flex;
        flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright a.move-top {
    display: flex;
    background-color: #7f0000;
    width: 32px;
    height: 32px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}
.footer-copyright a.move-top:hover{
    color:#fff !important;
}
.font-large {
    font-size: 140%;
}
.font-big{
    font-size: 200%;
}