
body {
 margin: 0 auto;
 font-family: Arial;
}

@font-face {
  font-family: 'LaneNarrow';
  src: url('./lanenar.ttf');
}

#container {
 position: absolute;
 width: 100%;
 top: calc(100% - 200px);
}

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.header {
 height: auto;
 text-align: center;
}

.headerSmall {
 display: none;
}

#menu-wrapper {
 position: relative;
 z-index: 10;
 width: 100%;
 height: 100px;
 overflow: hidden;
 text-align: center;
 background-color: #fff;
 border-bottom: 1px solid #ddd;
}

#menu-wrapper img {
 position: relative;
 padding-top: 10px;
 height: 80px;
}

#menu-wrapper ul {
 display: block;
 height: 100px;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 list-style: none;
}

#menu-wrapper li {
 position: relative;
 display: inline-block;;
 padding: 0px 15px 0px 15px;
 line-height: 99px;
 height: 99px;
 vertical-align: top;
 top: 0px;
}

#menu-wrapper a li,
#menu-wrapper a li:visited {
 color: #005f97;
 font-family: LaneNarrow, Arial, Calibri, sans-serif;
 font-size: 15px;
 font-weight: normal;
}

#menu-wrapper a li:hover {
 border-bottom: 1px solid #005f97;
}

.contentwrap {
 position: relative;
 width: 100%; 
 margin: 0 auto;
 height: auto;
 background-color: #fff;
 padding-bottom: 50px;
 z-index: 0;
}

.contentArea {
 top: 0px;
 position: relative;
 text-align: center;
 margin: 0 auto;
 width: 100%
 padding: 10px 0px 10px 0px;
}

.contentBoxFlex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

.contentBoxWide {
 display: inline-block;
 width: calc(75% + 120px);
 margin: 0px 10px 0px 10px; 
 height: auto;
 text-align: center;
 background-color: #fff;   
}

.contentBox {
 display: inline-block;
 position: relative;
 margin: 0 auto;
 margin: 20px 10px 0px 10px;
 padding-bottom: 50px; 
 height: auto;
 vertical-align: middle;
 z-index: 100;
}

.width30per {
 width: 30%;
}

.contentBox img {
 width: 100%;
}

.button {
 display: block;
 position: absolute;
 bottom: 10px;
 left: calc(50% - 25%);
 text-align: center;
 margin: 0 auto;
 padding: 10px 0px 10px 0px;
 width: 50%;
 background-color: #005f97;
 color: #fff;
 font-size: 14px;
}

.button:hover {
 background-color: #5a5a5a; 
}

h1, h2, h3 {
 font-family: LaneNarrow;
 font-weight: normal;
 color: #005f97;
}

h1 {
 font-size: 30px;
}

h2 {
 font-size: 20px;
}

h3 {
 font-size: 18px;
 margin: 0px;
}

a {
 font-size: 14px;
 color: #005f97;
 text-decoration: none;
}

p {
 font-size: 14px;
 text-align: justify;
}

.footer {
 width: 100%;
 background-color: #fff;
}

.error {
 position: absolute;
 top: -10%;
 left: 0px;
 width: calc(100% - 20px);
 padding: 0px 10px 0px 10px;
 height: auto;
 background-color: #fff;
 z-index: 10;
}


<!-- SLIDESHOW -->
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    top: 0px;
    left: 0;
    z-index: 0;
    scrolling: none; 
}
.cb-slideshow:after { 
    content: '';  
}
.cb-slideshow li {
 list-style-type: none;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 40s linear infinite 0s;
    -moz-animation: imageAnimation 40s linear infinite 0s;
    -o-animation: imageAnimation 40s linear infinite 0s;
    -ms-animation: imageAnimation 40s linear infinite 0s;
    animation: imageAnimation 40s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 40s linear infinite 0s;
    -moz-animation: titleAnimation 40s linear infinite 0s;
    -o-animation: titleAnimation 40s linear infinite 0s;
    -ms-animation: titleAnimation 40s linear infinite 0s;
    animation: titleAnimation 40s linear infinite 0s; 
}
.cb-slideshow li div h3 {  
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/slideshow/17.jpg); 
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/slideshow/25.jpg);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/slideshow/28.jpg);
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/slideshow/8.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/slideshow/11.jpg);
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
.cb-slideshow li:nth-child(3) div {  
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media only screen and (max-width: 900px) {

#container {
 top: 0px;
}

.contentwrap {
 background: none;
 width: 100%;
}

.contentArea {
 top: calc(100vh - 120px);
}

.contentBoxWide {
 width: calc(100% - 20px);
 padding: 0px 10px 0px 10px;
 margin: 0px;   
}

.contentBox {
 margin: 0px 0px 50px 0px;
 padding: 0px 10px 75px 10px;
 background-color: #fff;
}

.header {
 display: none;
}

.headerSmall {
 display: block;
 position: fixed;
 z-index: 100;
 width: 100%;
}

#logo_view {
 display: none;
}

.tooltip {
 display: none;
}

.logoResponsive {
 top: 0px;
 z-index: 100;
 padding-top: 10px; 
 position: relative;
 text-align: center;
 width: 100%;
 height: 90px;
 background: #fff; 
}

.logoResponsive:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
}

.logoResponsive img {
 height: 80px;
}

input:checked {
}

.clickable label {
 display: block;
 height: 40px;
 width: 100%;
 position: relative;
 margin-left: 0px;
 background-color: #005f97;
 cursor: pointer;
}

.clickable label:before {
 content: "";
 position: absolute;
 left: 5px;
 top: 11px;
 width: 30px;
 height: 3px;
 background-color: #ffffff;
 box-shadow: 
  0 8px 0 0 #ffffff,
  0 16px 0 0 #ffffff;
}

.clickable .appear {
  display: none;  
}

.clickable input[type=checkbox] {
display: none; 
}

.clickable input:checked ~ .appear {
 display: block;
}

#the-checkbox {
display: none;
}

.appear ul {
 position: absolute;
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 height: 100vh;
 list-style: none;
 text-align: center;
 background-color: #fff;
 border-bottom: 5px solid #005f97;
}

.appear a li {
 display: inline-block;
 width: 100%;
 padding: 10px 0px 10px 0px;
 font-family: Lane, Calibri, sans-serif;
 font-size: 20px;
 text-decoration: none;
 color: #005f97;
}

.appear a li:hover,
.appear li:hover {
 background-color: #005f97; 
 color: #fff;  
}

.appearSpace {
 position: absolute;
 top: 0px;
 width: 100%;
 height: 40px;
 background-color: #005f97;
}

.width30per {
 width: calc(40%-20px);
}                

}

@media only screen and (max-width: 800px) {
.width30per {
 width: 100%;
}


}