html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

::selection {
    background: #ffa500;
    color: #fff;
}

.blue { 
    color: #4d99d9;
}
.blue-bg {
    background-color: #4d99d9;
}

.mtop10 { margin-top: 10px !important; }
.mtop15 { margin-top: 15px !important; }
.mtop20 { margin-top: 20px !important; }
.mtop30 { margin-top: 30px !important; }
.mtop40 { margin-top: 40px !important; }
.mtop50 { margin-top: 50px !important; }
.mtop100 { margin-top: 100px !important; }

.mbot10 { margin-bottom: 10px !important; }
.mbot15 { margin-bottom: 15px !important; }
.mbot20 { margin-bottom: 20px !important; }
.mbot30 { margin-bottom: 30px !important; }
.mbot40 { margin-bottom: 40px !important; }
.mbot50 { margin-bottom: 50px !important; }
.mbot100 { margin-bottom: 100px !important; }

@media screen and (max-width: 768px) {
.mtop10 { margin-top: 5px !important; }
.mtop15 { margin-top: 8px !important; }
.mtop20 { margin-top: 10px !important; }
.mtop30 { margin-top: 15px !important; }
.mtop40 { margin-top: 20px !important; }
.mtop50 { margin-top: 25px !important; }
.mtop100 { margin-top: 50px !important; }

.mbot10 { margin-bottom: 50px !important; }
.mbot15 { margin-bottom: 8px !important; }
.mbot20 { margin-bottom: 10px !important; }
.mbot30 { margin-bottom: 15px !important; }
.mbot40 { margin-bottom: 20px !important; }
.mbot50 { margin-bottom: 25px !important; }
.mbot100 { margin-bottom: 50px !important; }
}

a.logo {
    max-width: 130px;
    height: 50px;
    background: url('../img/logo-xovi.png') no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 18px 0 0 0;
}
a.logo.flat {
	background: url('../img/logo-xovi-white.png') no-repeat;
}

h2 {
    margin: 20px auto !important;
	font-weight: 700 !important;
	font-size: 2em !important;
	text-align: center;
}
h2.headline {
	font-size: 3em !important;
	text-align: center;
}
.info .item h2 {
	text-align: left;
}
header h2 {
	font-weight: 300 !important;
}

header {
    background: #efefef;
    margin: -120px 0 75px 0;
    padding: 120px 0 0 0;
    position: relative;
    background: url('../img/banner-bg.jpg') bottom right no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    header {
        background-position: bottom center;
    }
}
@media screen and (max-width: 768px) {
    header {
        background-position: 68% -115px;
        padding: 130px 0 0 0;
    }
}
header .headlines {
    padding: 65px 0 0 0;
}
@media screen and (max-width: 768px) {
    header .headlines {
        padding: 0;
    }
}
header .headlines h1 {
    font-size: 4em;
    margin: 0;
    color: #fff;
    font-weight: 700;
    max-width: 780px;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    header .headlines h1 {
        font-size: 2.5em;
    }
}
header .headlines h2 {
    font-size: 25px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    line-height: 1.4;
    text-align: left !important;
}
header .headlines h3 {
    font-size: 1.2em;
    margin: 0 0 8px 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 700px;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
header .headlines small {
    margin: 0 0 8px 0;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
header .row.info {
    line-height: 1;
    margin: -10px 0 0 0;
}
section.facts {
    margin: -55px auto 0 auto;
    padding: 15px;
    text-align: center;
    position: relative;
    bottom: -80px;
    left: 0;
    right: 0;
}
nav ul.right li, nav ul.right li a {
    
}
@media screen and (max-width: 767px) {
    nav ul.right li, nav ul.right li a {
        font-size: .9em;
        margin: 14px 0px 0;
        padding: 0 8px;
        height: auto;
        line-height: 35px;
        float: right;
    }
}
@media screen and (max-width: 580px) {
    nav ul.right li, nav ul.right li a {
        font-size: .9em;
        margin: 11px -6px -5px;
        padding: 5px 8px;
        height: auto;
        line-height: 25px;
        float: right;
    }
}
#facts li {
    opacity: 0;
}
.facts h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    text-transform: uppercase;
    color: #999;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .facts h2 {
        font-size: 1.25em;
    }
}
section.facts i {
    font-size: 48px;
    color: #4d99d9;
    display: block;
    margin: 0 auto;
}
section.facts span {
    font-size: 20px;
    color: #333;
}
@media screen and (max-width: 460px) {
    section.facts span {
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
    section.facts span {
        font-size: 13px;
    }
}
a.laptop {
    position: absolute;
    bottom: 40px;
    opacity: 0;
    right: 0;
}
a.laptop img {
    width: 505px;
}
a.laptop .zoom {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffa500;
    color: #fff;
    font-size: 24px;
    padding: 6px 0 0 10px;
    position: absolute;
    top: -10px;
    right: 30px;
}
.gradient {
    background: url('../img/gradient-bg.png') bottom repeat-x;
}
.lslide {
    text-align: center;
}

section.kunden {
    opacity: .7;
    clear: both;
}
@media screen and (max-width: 460px) {
    section.kunden img {
        margin: 10px 0;
    }
}

section.info {
    margin: 0;
}

.container ul li {
    line-height: 2;
    color: #999;
}

section.info p {
    font-size: 1em;
    line-height: 1.7;
    color: #999;
    width: 300px;
}
@media screen and (max-width: 460px) {
    section.info p {
        width: 90%;
    }
}
section.info .text {
    width: 460px;
    float: right;
    margin: 0 0 0 -50px;
}
section.info .item {
	min-height: 340px;
	padding-bottom: 75px;
}
@media screen and (max-width: 460px) {
    section.info .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
		min-height: initial;
    }
}

section.info .item img {
    margin-bottom: -25px;
    width: 90px;
}
section.info .row.more img {
    margin-bottom: 15px;
    width: 100px;
}
section.info .row.more h2 {
    font-size: 1.5em;
}
@media screen and (max-width: 460px) {
    section.info .row.more h2 {
        margin: 10px !important;
    }
}
section.info .row.more p {
    font-size: .9em;
    line-height: 1.6;
    width: 260px;
}
@media screen and (max-width: 460px) {
    section.info .row.more p {
        width: 100%;
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 460px) {
    section.info .responsive-img {
        max-width: 50%;
    }
}
section.presse {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../img/presse-bg.jpg') 50% no-repeat;
    background-size: cover;
}
section.presse p {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    line-height: 65px;
    margin-bottom: 0;
}
@media screen and (max-width: 460px) {
    section.presse p {
        font-size: 2em;
        line-height: 1.4;
    }
}
section.presse img {
    display: block;
    margin: 7px auto 0 auto;
}

section.testimonial h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    margin: 5px 0 10px 0;
}
@media screen and (max-width: 414px) {
    section.testimonial h3 {
        text-align: center;
        margin: 50px 0 10px 0;
    }
}
section.testimonial p {
    color: #666 !important;
    font-size: 16px;
    line-height: 1.5;
}
section.testimonial .card-content {
    text-align: center;
    min-height: 317px;
    padding: 25px;
}
@media screen and (max-width: 414px) {
    section.testimonial .card-content {
        min-height: 270px;
    }
}
section.testimonial .card-content i {
    color: #4d99d9;
    font-size: 5em;
    position: absolute;
    top: -50px;
    left: 15px;
}
section.testimonial img {
    width: 111px;
    height: 111px;
    margin: 0 auto;
    border-radius: 50%;
}
@media screen and (max-width: 414px) {
    section.testimonial img {
        float: left;
        top: 10px;
        position: relative;
        margin: 0 20px 0 5px;
    }
}
section.register {
    padding: 0 0 25px 0;
}
section.register .card {
    padding: 25px;
}
section.register h2 {
    margin: 0 0 25px 0;
}
section.register ul li {
    color: #999;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 0 10px 0;
}
@media screen and (max-width: 414px) {
    section.register ul li {
        font-size: 22px;
    }
}
section.register ul li i {
    color: #4d99d9;
}
section.register .text {
    padding: 70px 0 0 50px;
}
@media screen and (max-width: 414px) {
    section.register .text {
        padding: 15px;
    }
}
section.register .text h2 {
    text-align: left;
    font-weight: 300;
}

footer .footerlinks li {
    display: inline-block;
}
footer .footerlinks li a {
    padding: 5px 10px;
    margin: 0 5px;
    color: #999;
}

.text-justify {
    text-align: justify;
}
section.preview {
    padding: 0 0 30px 0;
}
section.preview .material-placeholder {
    max-width: 615px;
}

a.macbook {
    position: relative;
    display: block;
}
a.macbook span {
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    font-size: 10em;
}
@media screen and (max-width: 768px) {
    a.macbook span {
        font-size: 8em;
    }
}
@media screen and (max-width: 460px) {
    a.macbook span {
        font-size: 2em;
    }
}


@keyframes dot1 {
    0%    { transform: scale(1,1); }
    20%   { transform: scale(1.5,1.5); }
    50%  { transform: scale(1,1); }
    100%  { transform: scale(1,1); }
}
@keyframes dot2 {
    0%    { transform: scale(1,1); }
    15%    { transform: scale(1,1); }
    35%   { transform: scale(1.5,1.5); }
    50%  { transform: scale(1,1); }
    100%  { transform: scale(1,1); }
}
@keyframes dot3 {
    0%    { transform: scale(1,1); }
    25%    { transform: scale(1,1); }
    40%   { transform: scale(1.5,1.5); }
    60%  { transform: scale(1,1); }
    100%  { transform: scale(1,1); }
}
.screen {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 275px;
    background: #51a1d3;
    padding: 30px 40px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.dot.one:hover .screen.one {
    top: 0;
}

.form_wrapper {
    width: 470px;
    background: #fff;
    padding: 30px 40px 20px 40px;
}
@media screen and (max-width: 1380px) {
    .form_wrapper {
        width: 100%;
        margin-bottom: 25px;
    }
}
.form_wrapper form > .row {
    margin-bottom: 0;
}
.form_wrapper .input-field {
    margin-top: 0;
}
.form_wrapper [type="checkbox"] + label {
    font-size: .9rem;
}
.form_wrapper input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    margin: 0 0 17px 0;
}

@media screen and (max-width: 1380px) {
    .hide-l {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .hide-m {
        display: none;
    }
}

.navbar {
	z-index: 997;
	position: relative;
	padding: 25px 0 0 0;
}

p.subline {
	text-align: center;
	color: #666;
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: 300;
}