
/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/webfont-quicksand-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('/fonts/webfont-quicksand-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/webfont-quicksand-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/webfont-quicksand-v5-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/webfont-quicksand-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('/fonts/webfont-quicksand-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/webfont-quicksand-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/webfont-quicksand-v5-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/webfont-quicksand-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('/fonts/webfont-quicksand-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/webfont-quicksand-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/webfont-quicksand-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/webfont-quicksand-v5-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.3;
    font-family: 'Quicksand',Verdana, sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { 
font-family: 'Quicksand',Verdana, sans-serif;
}

a {
    color: #0963b1;
    text-decoration: none;
}
.templatemo-content li {
    list-style: outside none square;
    margin: 0 12px;
    padding: 0 8px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* General */
#main-wrapper {
     overflow: hidden;
}

.templatemo-site-title { 
    color: #fff !important; 
	font-family: 'Quicksand', sans-serif; 
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 3);
	font-size: 48px;
}
.firma{ 
   color: #ffffff !important;
    display: block;
    float: initial;
    font-size: 21px;
    margin: 0;
    padding: 0 0 0 50px;
    text-shadow: 0 4px 9px #000000;
}

.templatemo-site-title a, .templatemo-site-title a:hover { 
	color: #fff;
	text-decoration: none;
}

img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}
.image-container img {
    position: absolute;
}
.templatemo-content {
    position: static;
    overflow: hidden; 
    margin-top: 30%;
}
.templatemo-content section {
    font-family: 'Quicksand',Verdana, sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.88);
    padding-bottom: 20px;
}
.templatemo-content-wrapper {
    overflow: hidden;
}
.templatemo-content h2 {
    color: #000;
    font-family: 'Quicksand',Verdana, sans-serif;
}
.templatemo-content p {
    font-family: 'Quicksand',Verdana, sans-serif;
    color: #000;
    font-size: 18px;
}
.menu {
    position: fixed; 
    width: 250px;
    z-index: 1; 
    top: 10%;
}

#menu-list {
    background-color: rgba(220, 240, 255, 0.92);
    font-size: 20px; 
    padding: 0;
}

#menu-list > li {
    display: block;
}


#menu-list > li > a {
    font-family: 'Quicksand',Verdana, sans-serif;
    padding: 10px 0 10px 30px; 
    text-decoration: none; 
    display: block;
   font-weight: 400;
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color:rgba(254, 254, 254, 0.8);
}
#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(34, 85, 125, 0.92);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Quicksand', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 0;
    display: block;
	font-size: 24px;
}
#responsive > .active > a,
#responsive li a:hover {
    background-color: rgba(64, 132, 186, .85);
}
/*#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}*/

.templatemo-content {
    padding-bottom: 6%;
}
.footerbg {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background-color: rgba(219, 239, 254, 0.41);
    padding:30px 0 5px 0;
	width: 100%;
}
.footer-text {
    font-family: 'Quicksand', Verdana, sans-serif; 
   color: #779ec0;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);*/
    margin-left: 30px;
    font-size: 1.7em;
}

.footer-text a, .footer-text a:hover { 
	color: #779ec0;
	text-decoration: none;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;  
    }
    .footer-text {
        margin-left: 0;
    }
	.templatemo-content p {
    font-size: 20px;
}
}