/* Lamap App Landing Page Light version Stylesheet
====================================================== */

/* HTML 5 reset & Bootstrap fixes */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    position: relative;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
ol {
    padding-left: 0px;
}

ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    color: #282828;
    background:transparent;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

p a {
	color:#08C !important;
}


a:hover {
    text-decoration: none;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 10px;
}

button {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}



*::-webkit-input-placeholder { color: white; }
          *:-moz-placeholder { color: white; }
         *::-moz-placeholder { color: white; }
     *:-ms-input-placeholder { color: white; }

.btn:focus,
.btn:active {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-border-sizing: border-box;
       -moz-border-sizing: border-box;
            border-sizing: border-box;
}

figure img {
    display: block;
    margin: 0 auto;
}

.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.animated {
  visibility: visible\9 !important;
}

/* Bootstrap Nav Tab Customize */
.nav-tabs {
    border: none;
    display: table;
    margin: 0 auto;
}
.nav-tabs>li {
    margin-left: -3px;
}
.nav-tabs>li>a {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 18px 0;
    width: 208px;
    text-align: center;
    font-weight: bold;
    color: #282828;
}
.nav-tabs>li>a:hover {
    color: #fff;
}
    .nav-tabs>li:first-child>a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nav-tabs>li:last-child>a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    z-index: 100;
    color: #fff;
}

.nav-tabs>li.active>a {
    color: #fff;
}



/* Heading Sizes */

h1, h2, h3, h5, h6{
	font-family: "Ubuntu",sans-serif;
}

h1 {
    font-size: 42px;
    font-weight: 300;
	margin-top:20px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Button Styles */

.btn {
    border: 1px solid;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.btn:hover, 
.btn:focus {
    color: #fff;
}

.btn-custom-border {
    background:#FFFFFF !important;
    color: #0088CC !important;
	opacity:0.75;
}

.btn-custom-border:hover {
	opacity:1;
}

.contact-data{
	margin-top:32px;	
	display:block;
	font-size:1.1em;
}

.sendmsg{
	text-align:center;	
}

.formmsg{
	font-size:1.1em;	
	text-align:center;
}

.btn-send {
    height: 62px;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.btn i {
    padding-right: 5px;
}

.btn-slide {
    width: 55px;
    height: 55px;
    line-height: 53px;
    border-radius: 4px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

/* Strokes */

.underline {
    display: inline-block;
    width: 160px;
    height: 1px;
    margin-top: 21px;
}
    .underline-small {
        display: inline-block;
        width: 160px;
        margin: 0 auto;
        height: 1px;
    }

.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e1e1e1;
}

/* Sections */

section {
    padding: 100px 0 80px;
}

.section-head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
}

.section-head p {
	margin-top:7px;
    margin-bottom: 0px;
	line-height:1.3em;
}

section#anfrage{
	padding-bottom:70px;
}

/* Start of the Stylesheet */

/* preloader */

.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    color: #e1e1e1;
}
.preloader .preloader-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .preloader-content {
    display: table-cell;
    vertical-align: middle;
}

/* Fixed Navbar */
.navbar {
    min-height: 80px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -name: slideUp;
    -webkit--name: slideUp;
     -duration: 0.2s;
    -webkit--duration: 0.2s;
    opacity: 0;
    margin-top: -80px;
    margin-bottom: 0px;
}

.navbar-header{
	height:80px;	
}

.navbar-brand{
	height:80px;	
	line-height:51px;
}

.navbar-brand img{
	height:51px;
	width:auto;
}

.navbar.fixednav {
    -name: slideDown;
    -webkit--name: slideDown;
    -duration: 0.5s;
    -webkit--duration: 0.5s;
    opacity: 1 !important;
    z-index: 9999;
    margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav > li > a{
	font-size:17px;	
}

/* Intro Section */

.intro{
	text-align:center;
	min-height:810px;
	max-height:100vh;
}

.intro .backup-logo{
	max-width:95%;
	width:450px;
}



.intro {
    background-image: url(../images/intro_bg.jpg);
    background-attachment: fixed;
	background-position:bottom;
    -webkit-background-size: cover;
            background-size: cover;
}

    .intro .intro-section {
        padding:60px 0;
    }
        .intro .intro-section h1 {
			margin-top:0;
            color: #fff;
            padding: 40px 0 65px;
            line-height: 1.3em;
        }
        .intro .intro-section .btn-custom-border {
            color: #fff;
        }
		
.intro .outer {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
	display:block;
}

.intro .middle {
    display: table-cell;
    vertical-align: middle;
	display:block;
}

.intro .inner {
    margin-left: auto;
    margin-right: auto; 
	display:block;
}

.intro h1 span{
  color: white;
  display: inline;
  position: relative;
  max-width:400px;
 /* left: -10px; 
  background-color:rgba(147, 174, 191,0.88);
  box-shadow: 10px 0 0 rgba(147, 174, 191,0.88), -10px 0 0 rgba(147, 174, 191,0.88);
  box-decoration-break: clone;*/
}

.intro h1 span.highlighted{
  font-weight:400;
}

    a.mouse {
        background-image: url(../images/mouse.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 38px;
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -12px;
    }
        a.mouse i {
            position: relative;
            color: #fff;
        }

/* Features Section */

.image-features{margin-top:68px;}

.features {
    background: #f9f9f9;
}

.features .features-left {
    text-align: right;
    margin-top: 112px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 40px;
}

.features .features-right {
    text-align: left;
    margin-top: 112px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 40px;
}

.features .feature {
    margin-bottom: 23px;
}
    .features .feature:hover .icon-container .icon {
        color: #fff;
    }
.features .feature h4 {
    margin-bottom: 20px;
}

.features .feature .icon-container {
    display: block;
    min-height:158px;
}

.features .feature .icon-container .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

.features figure img {
    margin: 0 auto;
    display: block;
}


/* Reviews Section */

.client-data {
    border-right: 1px solid #e1e1e1;
}

.client-image {
    float: left;
}
    .client-image img {
        border: 6px solid #E0D7CC;
        border-radius: 50%;
    }

.client-name {
    float: left;
    padding: 60px 0 0 20px;
}
.client-name h4 {
    margin-bottom: 0px;
}

.client-quote {
    padding: 40px 0 0 20px;
}

/* FAQ Section */

.panel {
	border:none;
	box-shadow:none;
}

.panel-default > .panel-heading {
    border: none;
}
panel-default {
    border:none;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border:none;
}

.panel-default > .panel-heading {
    color: #333;
    background: none;
    border:none;
}

.panel-heading {
	border:none;
}

.panel-title{
	font-size:18px;	
}


.panel-title a:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
	margin-left:6px;
	color:#0099E6;
}

/* Service Section */

.service {
    text-align: center;
    margin: 0;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}
    .service:hover {
        margin-top: -10px;
    }
 
.service i {
    font-size: 42px;
    margin-bottom: 30px;
}


/* Newsletter Section */

.download {
    background-image: url(../images/download-bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
}

.download .section-head {
    color: #fff;
}

.download .form {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.download input {
    height: 62px;
    width: 500px;
    padding: 20px;
    background: none;
    color: #fff;
    border-radius: 3px;
}

.download #success_page p,
.download #message {
    color: #ffffff;
    font-size: 18px;
}

.screens .owl-prev {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -26px;
}
.screens .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -26px;
}


/* Screenshot Section */

.small-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}
.small-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}

.screens .screen a {
    display: inline-block;
    position: relative;
}
.screens .screen img {
    border-radius: 4px;
}

.hover-screen {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: all 100ms ease-out;
}
.hover-screen .fa {
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
    .screen a:hover .hover-screen {
        opacity: 1;
    }
    .screen a:hover .hover-screen .fa {
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 80px;
        -webkit-transition: all .15s linear;
           -moz-transition: all .15s linear;
            -ms-transition: all .15s linear;
             -o-transition: all .15s linear;
                transition: all .15s linear;
    }
    .screens .screen .hover-screen i:hover {
        background-color: #fff;
    }

/* Brief Section */

.brief-content {
    max-width: 500px;
}

.brief-content h1 {
    line-height: 1.3em;
}

.brief-content .underline {
    margin-top: 30px;
    margin-bottom: 20px;
}

.brief-content .btn {
    margin-top: 25px;
}

.brief figure img {
    max-height: 525px;
}


/* Packages Section */

.packages {
    background: #f9f9f9;
    text-align: center;
}

.packages .package {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 30px 0;
}

.packages .package.featured {
    padding: 45px 0;
    margin-top: -15px;
}

.packages .package .package-price {
    font-size: 30px;
    font-weight: 300;
    display: block;
}

.packages .package .package-features ul li {
    margin: 15px 0;
}

.packages .package .btn {
    margin-top: 10px;
    width: 208px;
}


/* check Section */

#check{background-color:#F9F9F9;}

ul.check-features {
    max-width: 470px;
    margin-top: 50px;
}

ul.check-features li {
    display: inline-block;
    margin-bottom: 20px;
}

ul.check-features .icon {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    float: left;
    text-align: center;
}
ul.check-features i {
    font-size: 38px;
}

.tabs {
    margin-bottom   : 50px;
}

.btn-slider{
	border: 1px solid;
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	padding: 16px 0;
	border-radius: 3px;
	border-radius:4px;
}


	

/* Video Section */

.video {
    background-image: url(../images/video_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

.video .brief-content {
    color: #fff;
}

/* Customer Section */
.customers {
    padding: 50px 0px;
    background: #f9f9f9;
}

.customers .customer-slider .item img {
    display: block;
    margin: 0 auto;
    opacity: 0.5;
}

.customers .customer-slider .item:hover img {
    opacity: 1;
} 

/* Download Section */

.download .btn {
    width: 208px;
    padding: 17px 0;
}

.download .list-inline {
    display: table;
    margin: 0 auto;
}


/* Footer Section */

.footer {
    padding: 40px 0 5px 0;
    background-color: #f2f2f2;
}

.footer .underline-small {
    margin: 20px auto;
}

.footer .footer-logo{
	text-align:right;
	padding-right:27px;
}

.footer .footer-logo img{
	max-width:160px;
}

.footer span.jobs {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    position: relative;
}
    .footer span.jobs:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 5px;
        margin-top: -5px;
    }

.footer small {
    font-size: 13px;
    color: #666;
}

.footer img {
    margin-bottom: 30px;
}

.footer ul {
    margin-bottom: 40px;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer a,
.footer p {
    font-size: 14px;
	margin-bottom:0;
}

.footer small{
	margin-top:8px;
	display:block;
}

.footer i {
    font-size: 16px;
}

.footer h4 {
    margin-bottom: 5px;
}


/* Cookie banner*/


#cookiediv{
	position:fixed;
	width:100%;
	bottom:0;
	height:auto;	
	color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 7px 7px 7px;
	background-color: #727272;
	text-align:center;
	z-index:999999;
}

#cookiediv .cookietext{
	padding:10px 0;
	display:inline-block;
}

#cookiediv .button {
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: a;
    padding: 5px 11px;
    white-space: nowrap;
    background-color: #383838;
	margin:3px 0 5px 8px;

}

#cookiediv .button.bOK{
    background-color: #383838;
}

#cookiediv .button.bOK:hover{
    background-color: #232323;
}

#cookiediv .button a{
	color:#FFFFFF;
	text-decoration:none;
}

/* Kontakt und Support */

.form-group input{
	width:100%;	
}

.form-group textarea{
	width:100%;	
}

.form-group label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input{
	display: block;
	width: 100%;
	height: 53px;
	padding: 6px 12px;
	font-size: 17px;
	color: #555;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-group textarea{
	display: block;
	width: 100%;
	height: 150px;
	padding: 12px;
	font-size: 17px;
	color: #555;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #0099E6;
}

.privacy-container{
	display:none;	
}

.privacy-container textarea{
	width:100%;	
	font-size:0.8em;
	height:90px;
	margin-top:20px;
}

.mandatory{
	text-align:right;
	font-size:0.8em;
	color:#999999;
	display:block;
	margin-top:30px;
}

.captcha3463{
	display:none;	
}


.btn-danger {
    color: #FFF;
    background-color: #0099E6;
    border-color: #0088CC;
	transition: all 0.15s linear 0s;
	margin-top:20px;
}

.btn-danger:hover, 
.btn-danger:focus,
.btn-danger:active,
.btn-danger:visited
 {
    color: #FFF;
    background-color: #0088CC;
	border-color:#0088CC;
}

/* Illustration */


.illustration img{
	width:890px;
	max-width:100%;
	}


/* Backup-Check */


#bcheck .carousel-indicators {
	position:relative;
	margin-top:70px;
	height:20px !important;
}

#bcheck .carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color:#0099E6;
	border: 0 none;
	border-radius: 10px;
}

#bcheck .carousel-indicators li.active{
	background-color:#FFFFFF;
	border:2px solid #0099E6;
}

.carousel-control {
	text-shadow:none;
	margin-top:50px;
	line-height: 20px;
	height: 52px;
}

.carousel-control:focus, .carousel-control:hover {
    color: #FFF;
    text-decoration: none;
    outline: 0px none;
    opacity: 0.9;
}

.carousel-control.left {
    left: 0px;
    left: auto;
    background-image:none;
}

.carousel-control.right {
    right: 0px;
    left: auto;
    background-image:none;
}

.btn-slider{
	background-color:#0099E6;
	opacity:1;
}

.item{
	padding:0 10%;
}

.item input{
	display:inline;	
	margin-right:3px;
}

.item h4{
	font-size:1.35em;	
}

.item .wrap{
	float: left;
    position: relative;
    left: 50%;
}

.item .options{
	float: left;
    position: relative;
    left: -50%;
	text-align:left;
	margin:0 auto;
	line-height:1.8em;
	font-size:1.1em;
}

a.prev, a.result{display:none;}

.item.finished{
	min-height:230px;
}

.return .title{
	font-size:2em;
	color:#0099E6;
	margin:30px 0 20px;
}

.return .title .semibold{
	font-weight:500;
}

.return .text{
	font-size:1.2em;
}


#bscore{display:none;}

input.knob{
	width: 104px;
	height: 66px;
	position: absolute;
	vertical-align: middle;
	margin-top: 66px;
	margin-left: -152px;
	border: 0px none;
	background: transparent none repeat scroll 0% 0%;
	font: bold 40px Arial;
	text-align: center;
	color: rgb(135, 206, 235);
	padding: 0px;	
}

label{font-weight:300;}

#check input[type='radio'], /* Nasconde checkbox e radio button */
#check input[type='checkbox'] {
 position: absolute;
 clip: rect(1px, 1px, 1px, 1px);
}


#check input[type='radio'] + label,
#check input[type='checkbox'] + label {
  margin: 0;/* Azzera i margini */
 padding: 2px 0 0px 24px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
 cursor: pointer; /* Imposta il cursore */
 background: url('../images/start.png') left center no-repeat; /* Imposta lo sfondo iniziale per checkbox e radio button */
}

#check input[type='radio']:checked + label { /*Modifica lo sfondo del radio button quando viene attivato */
 background-image: url('../images/radiobutton.png');
}

#check input[type='checkbox']:checked + label { /*Modifica lo sfondo del checkbox quando viene attivato */
 background-image: url('../images/checkbox.png');
}