@font-face {
    font-family: 'Quentin';
    src: url('/theme/fonts/Quentin.ttf.woff') format('woff'),
        url('/theme/fonts/Quentin.ttf.svg#Quentin') format('svg'),
        url('/theme/fonts/Quentin.ttf.eot'),
        url('/theme/fonts/Quentin.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.row { --bs-gutter-x: 0; } 

body { font-family: 'Roboto'; }
strong { color: #307a87; } 
.btn { background: #007078; color: #fff; text-decoration: none; padding: 10px 20px; transition: .3s; }  
.btn:hover { background: #222; color: #fff; text-decoration: none; transition: .2s; }  
a { color: #307a87; }
a:hover { color: #53bfcc; }


#menubar { display: block; position: fixed; top:0; left: 0; height: 120px; width: 100%; background: #fff; z-index: 1000; box-shadow: 0 0 5px #ccc; }
#menubar ul.menu { display: inline-block; list-style: none; padding: 0; margin: 0; }
#menubar ul.menu li { float: left; display: inline-block; padding: 5px 15px; position: relative;}
#menubar ul.menu li a { display: block; color: #307a87; text-decoration: none; font-family: 'Work Sans'; font-weight: 500; font-size: 18px; }
#menubar ul.menu li a:hover { color: #53bfcc;}
#menubar ul.menu li ul { display:none; padding: 20px 0 10px 0; border-radius: 0 0 8px 8px; position: absolute; top: 30px; left: 0px; background: #fff;  list-style: none; margin: 0; min-width: 200px; max-width:300px;}
#menubar ul.menu li:hover > ul { display: block;}
#menubar ul.menu li ul li { display: block; width: 100%; text-align: left; }
#menubar ul.menu li ul li a { display: block; font-size: 16px; }
#menubar .menubut { width: 100%; text-align: right; display: none; font-size: 40px; padding-top: 15px; }
#menubar .brand { padding-top: 10px; }
#menubar .brand img { max-height: 100px; }
#menubar address { padding: 20px; font-size: 18px; color: #bbbbbb; margin:0; }
#menubar address span { padding-left: 30px; }
#menubar address span i { font-size: 14px;}

@media (max-width: 1200px) {
  #menubar ul.menu li { float: left; display: inline-block; padding: 5px 10px;}
  #menubar ul.menu li a { display: block; color: #007078;; text-decoration: none; font-family: 'Work Sans'; font-size: 16px; font-weight: 600; }
  #menubar .brand { padding-top: 20px; }
}

@media (max-width: 992px) {
  #menubar { height: 70px;  }
  #menubar ul.menu { display: none; }
  #menubar address { display: none; }
  #menubar .menubut { display: block; }
  #menubar .brand { padding-top: 2px; }
  #menubar .brand img { max-height: 70px; }
}
@media (max-width: 567px) {
  #menubar { height: 70px;  }
  #menubar ul.menu { display: none; }
  #menubar address { display: none; }
  #menubar .menubut { display: block; }
  #menubar .brand { padding-top: 6px; }
  #menubar .brand img { max-height: 60px; }
}

#header { height: 60vh; width: 100%; margin-top: 100px; position: relative;}
#header .headerimage { height: 60vh; width: 100%; }
#header .text { width: 100%; text-align: left;}
#header .text h2 { color: #fff; text-align: left; font-family: "Roboto"; font-size: 85px; line-height: 75px; font-weight: 900; text-transform: uppercase; display: inline-block; max-width: 550px; text-shadow: #333 2px 2px 5px;}
#header .text h2 span { font-family: "Quentin"; text-transform: capitalize; font-size: 100px; text-shadow: #333 2px 2px 5px;}

@media (max-width: 992px) {
  #header { height: 500px; margin-top: 70px; }
  #header .headerimage { height: 500px; width: 100%; }
}
@media (max-width: 576px) {
  #header { height: 300px; margin-top: 70px; }
  #header .headerimage { height: 300px; width: 100%; }
  #header .text { padding-left: 20px; }
  #header .text h2 { font-size: 50px; line-height: 50px; }
  #header .text h2 span { font-size: 75px; }
}

#balk { background: #007078; }

#intro { background: #eee; padding: 100px 0 100px 0; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 32px; }
#intro h1 { display: inline-block; font-size: 30px; line-height: 35px; margin-bottom: 25px; font-weight: 600; color: #307a83;}
#intro img { border: 8px solid #fff; }
@media (max-width: 992px) {
  #intro { padding: 40px 20px; }
  #intro h1 { font-size: 35px; }
}
@media (max-width: 576px) {
    #intro h1 { font-size: 26px; line-height: 30px; }

}



#alinea2 .row { padding: 0px; }
#alinea2 .tekst { padding: 80px 40px; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 32px; }
#alinea2 .container-fluid { padding: 0; margin: 0; }
#alinea2 h2 { display: inline-block; font-size: 30px; font-weight: 600; line-height: 35px; color: #307a87; margin-bottom: 25px;}
@media (max-width: 992px) {
  #alinea2 .tekst { padding: 50px 30px; }
}

#content { background: #eee; padding: 70px 0 100px 0; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 30px; }
#content h1 { display: inline-block; font-size: 30px; font-weight: 600; line-height: 35px; color: #307a87; margin-bottom: 25px;}
#content h2 { font-size: 22px; font-weight: 800; line-height: 35px; color: #307a87; }
#content h3 { font-size: 22px; font-weight: 800; line-height: 35px; color: #307a87; }
#content img { border: 8px solid #fff; }
@media (max-width: 992px) {
  #content { padding: 70px 20px; }
  #content h1 { font-size: 40px; }
}

#p404 { min-height: 75vh; background: #eee; padding-top: 200px; }
#p404 h1 {}

#logos { padding: 20px 0; }
#logos img { filter: grayscale(1); transition: .5s;}
#logos img:hover { filter: grayscale(0); transiation: .9s; }


#footer { background: #333; padding: 50px 0; color: #f2f1e4;}
#footer .container { position: relative; padding-bottom: 20px; }
#footer a { color: #f2f1e4; }
#footer address { padding-left: 15px; }
#footer .mm { position: absolute; bottom: 0px; right: 0px; color: #aaa; }

@media (max-width: 768px) {
  #footer { text-align: center; }
  #footer .container { padding-bottom: 60px; }
  #footer ul { margin: 0; padding: 0; }
  #footer ul li { margin: 0; padding: 0; }
  #footer ul li i { display: none; }
  #footer .mm { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; padding: 30px 10px 10px 10px; }
}

.arr1 { background: #cfcec2; padding: 50px; }
.arr1 h2 { display: inline-block; font-family: 'Special Elite'; font-size: 35px; line-height: 40px; border-bottom: 3px solid #307a87; margin-bottom: 25px;}

.arr2 { background: #f2f1e4; padding: 50px; }
.arr2 h2 { display: inline-block; font-family: 'Special Elite'; font-size: 35px; line-height: 40px; border-bottom: 3px solid #307a87; margin-bottom: 25px;}

	/* The Overlay */
	.overlay { height: 0; width: 100%; position: fixed; z-index: 9998; left: 0; top: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.4s; }
	.overlay-content { position: relative; top: 15%; width: 100%; text-align: center; margin-top: 30px; }
	.overlay ul { list-style: none; margin: 0; padding: 0;}
	.overlay a { padding: 8px; text-decoration: none; font-size: 20px; line-height: 30px; color: #818181; display: block; transition: 0.3s; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
	.overlay a:hover, .overlay a:focus { color: #f1f1f1; }
	.overlay .closebtn { position: absolute; top: 20px; right: 25px; font-size: 60px; }

