/* ==========================================================================
Xioni AG
version: 1.0 - startseite
last modified: 28.03.2017 by BO
author: Brian Ossowski
email: bo@xioni.li
test-server: http://gildedemo1.diegilde30-1.vautronserver.de/xioni-startseite/
========================================================================== */

* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    color: #878786;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #636362;
}

body {
    background-color: #ffffff;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}


/* ==========================================================================
marking color
========================================================================== */


/* text markierung -> color */

::selection {
    background: #636362;
    color: #ffffff;
}

::-moz-selection {
    background: #636362;
    color: #ffffff;
}


/* ==========================================================================
Colorpalette
========================================================================== */


/**
* Beinhaltet Farben des logos und der X-Produkten

* brand
* grey: #878786;
* dark-grey: #bcbcbc;
* light-grey: #cccccc;
* lighter-grey: #f4f4f4;

* font-color
* headline: #636362;
* flowing: #878786;
* important: #3c3c3b;

* x-config
* dark-red: #dd2037;
* light-red: #eb6332;

* x-erp
* dark-blue: #006289;
* light-blue: #44abd6;

* x-connect
* dark-green: #89b526;
* light-green: #b7d870;

* x-terminal
* dark-violet: #4c3338;
* light-violet: #85535e;

*/


/* ==========================================================================
Font-Fomrat -> VAGRounded + OpenSans
========================================================================== */


/**
 * @license
 * MyFonts Webfont Build ID 3306827, 2016-11-10T06:40:17-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: VAGRoundedStd-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/vag-rounded/bold/
 * 
 * Webfont: VAGRoundedStd-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/vag-rounded/black/
 * 
 * Webfont: VAGRoundedStd-Thin by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/vag-rounded/thin/
 * 
 * Webfont: VAGRoundedStd-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/vag-rounded/light/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3306827
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2001 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/32754b");
@font-face {
    font-family: 'VAGRoundedStd-Bold';
    src: url('../fonts/webfonts/vagroundedstd/32754B_0_0.eot');
    src: url('../fonts/webfonts/vagroundedstd/32754B_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/vagroundedstd/32754B_0_0.woff2') format('woff2'), url('../fonts/webfonts/vagroundedstd/32754B_0_0.woff') format('woff'), url('../fonts/webfonts/vagroundedstd/32754B_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'VAGRoundedStd-Black';
    src: url('../fonts/webfonts/vagroundedstd/32754B_1_0.eot');
    src: url('../fonts/webfonts/vagroundedstd/32754B_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/vagroundedstd/32754B_1_0.woff2') format('woff2'), url('../fonts/webfonts/vagroundedstd/32754B_1_0.woff') format('woff'), url('../fonts/webfonts/vagroundedstd/32754B_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'VAGRoundedStd-Thin';
    src: url('../fonts/webfonts/vagroundedstd/32754B_2_0.eot');
    src: url('../fonts/webfonts/vagroundedstd/32754B_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/vagroundedstd/32754B_2_0.woff2') format('woff2'), url('/fonts/webfonts/32754B_2_0.woff') format('woff'), url('../fonts/webfonts/vagroundedstd/32754B_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'VAGRoundedStd-Light';
    src: url('../fonts/webfonts/vagroundedstd/32754B_3_0.eot');
    src: url('../fonts/webfonts/vagroundedstd/32754B_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/vagroundedstd/32754B_3_0.woff2') format('woff2'), url('../fonts/webfonts/vagroundedstd/32754B_3_0.woff') format('woff'), url('../fonts/webfonts/vagroundedstd/32754B_3_0.ttf') format('truetype');
}


/* @import opensans by googlefonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* ==========================================================================
type
========================================================================== */


/* headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
.modal-headline {
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    position: relative;
    color: #636362;
    letter-spacing: 1px;
}

h3,
.h3 {
    line-height: 3rem;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #878786;
}


/* typo impressum */

.impressum h2 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.impressum h3 {
    color: #878786;
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
}

.impressum .container {
    padding: 0;
}

@media (max-width: 990px) {
    .impressum .container {
        padding: 0!important;
    }
    .impressum h3 {
        margin-top: 10px;
    }
}


/* headings underline center - most h2 

.underline-cntr:after {
    border-top: 4px solid;
    content: '';
    width: 60px;
    display: block;
    margin: 15px auto;
}
*/


/* headings underline center - most h2 

.underline-lft:after {
    border-top: 4px solid;
    content: '';
    width: 60px;
    display: block;
    margin: 15px 0;
}
*/


/* headings center abstand zum content */

.heading-center {
    margin-bottom: 60px;
    text-align: center;
}

.heading p {
    margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .heading-center {
        margin-bottom: 40px;
    }
}


/* breaks only mobile-view */


/* ==========================================================================
Cokie-Bar: copy code -> https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.4/cookieconsent.min.css
========================================================================== */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 15px;
    max-width: 20em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    font-family: 'Open Sans';
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 40px;
    margin: 10px 0 0 0;
    background-color: transparent;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
}

.cc-btn:hover {
    color: #636362!important;
    background-color: #ffffff!important;
    transition: 0.3s ease-in!important;
    -moz-transition: 0.3s ease-in!important;
    -webkit-transition: 0.3s ease-in!important;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 16px;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}


/* Cokie-Bar Responsive
========================================================================== */

@media screen and (max-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em!important;
    }
}

@media screen and (max-width: 768px) and (max-width:990px) {
    .cc_container {
        padding: 20px!important;
    }
    .cc_message {
        font-size: 1.5em!important;
        line-height: 1.4em!important;
    }
    .cc_btn {
        font-size: 1em!important;
        padding: 15px 15px!important;
        margin: 0px 0px 15px 25px!important;
    }
}


/* ==========================================================================
Costum Navitgation
========================================================================== */


/* size */

.navbar .container {
    padding: 5px 15px;
}


/* Navigation Responsive
========================================================================== */


/* open nav-toggle */

.modal-headline {
    font-size: 3em;
    font-weight: 600;
}

.close-btn {
    float: none;
    position: absolute;
    top: 37px;
    right: 20px;
    font-size: 30px;
    line-height: 0;
    color: #999;
    text-shadow: 0px;
    opacity: 1;
    border: none;
    background-color: transparent;
}

.modal-body ul li {
    list-style-type: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0px;
}

.modal-body ul li:last-child {
    border-bottom: 0;
}

.modal-body ul li a {
    text-decoration: none;
    text-align: left;
    font-size: 2em;
    line-height: 2em;
    color: #878786;
}


/* logo */

@media (max-width: 768px) {
    .navbar-brand-centered {
        /*smaller-view logo left*/
        left: 0;
    }
}


/* nav-toggle */

.icon-bar-word {
    /*word under icon-bar*/
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #878786;
}


/* Navigation Hover
========================================================================== */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #636362;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-subsite:before {
    background: #ffffff;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .hvr-underline-from-center:before {
        /*no hover-effect*/
        display: none;
    }
}


/* ==========================================================================
image
========================================================================== */


/* image global
========================================================================== */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/* background-image position */

.hero-full-height,
.hero-smaller-height,
.fullscreen-img {
    background-size: cover;
    background-position: center bottom;
    background-attachment: scroll;
    background-repeat: no-repeat;
}


/* own icon size */

.service-icon {
    width: 50%;
}


/* ==========================================================================
cta-background image
========================================================================== */


/* full-width imgage */

.fullscreen-img {
    padding: 7% 0;
}


/* fullscreen styling */

.fullscreen-img h2,
.fullscreen-img p {
    color: #ffffff;
    text-shadow: 1px 1px 1px #0009;
}

.fullscreen-img p {
    font-size: 1.75rem;
    line-height: 2.75rem;
}


/* import image */

.sw-partner-cta {
    background-image: url(../media/img/cta-background/xioni_x-config_cta-banner_shopware-solution-partner.jpg);
    background-position: center center;
}

.kontakt-cta {
    background-image: url(../media/img/cta-background/xioni_kontakt-banner.jpg);
    background-position: center center;
}

.home-cta {
    background-image: url(../media/img/hero/xioni-hero_wir-leben-loesungen.jpg);
    background-position: center bottom;
}

.partner-cta {
    background-image: url(../media/img/cta-background/xioni-parnter-subhero.jpg);
    background-position: center top;
}


/* ==========================================================================
hero
========================================================================== */


/* hero-styling
========================================================================== */


/* hero-height size */

.hero-full-height,
.hero-video {
    height: 70vh;
}

.hero-full-height,
.hero-video,
.hero-smaller-height {
    margin-top: 70px;
}

.hero-full-height {
    width: 100%;
}

.hero-smaller-height {
    height: 50vh;
    width: 100%;
    background-color: #000000;
}


/* hero-height size with video-background*/

.hero-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.hero-video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


/* import image */

.hero-img-home,
.hero-img-ostermann,
.hero-img-trends,
.hero-img-heinen-konfigurator,
.hero-img-roetz-shop {
    background-position: center center;
}

.hero-img-heinen-shop {
    background-position: center top;
}

.hero-img-home {
    background-image: url(../media/img/hero/xioni-hero_wir-leben-loesungen.jpg);
}

.hero-img-referenc {
    background-image: url(../media/img/hero/xioni-hero_kundenloesung.jpg);
    background-position: center 60%;
}

.hero-img-trends {
    background-image: url(../media/img/projekte/planungskonfigurator-trends.jpg);
}

.hero-img-ostermann {
    background-image: url(../media/img/projekte/produktkonfigurator-ostermann.jpg);
}

.hero-img-heinen-konfigurator {
    background-image: url(../media/img/projekte/planungskonfigurator-peter-heinen-gmbh.jpg);
}

.hero-img-heinen-shop {
    background-image: url(../media/img/projekte/onlineshop_peter-heinen.jpg);
}

.hero-img-roetz-shop {
    background-image: url(../media/img/projekte/onlineshop_andreas-roetz.jpg);
}


/* hero-smaller-height color ovarlay with opacity */

.hero-img-heinen-konfigurator:before,
.hero-img-heinen-shop:before,
.hero-img-ostermann:before,
.hero-img-trends:before,
.hero-img-roetz-shop:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 50vh;
    margin-top: 70px;
}


/* color-background */

.hero-img-heinen-konfigurator:before,
.hero-img-heinen-shop:before {
    background-image: -webkit-linear-gradient(rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
    background-image: -o-linear-gradient(rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
    background-image: -moz-linear-gradient(rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
    background-image: linear-gradient(rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
}

.hero-img-ostermann:before {
    background-image: -webkit-linear-gradient(rgba(227, 10, 19, 0.75), rgba(181, 6, 13, 0.75));
    background-image: -o-linear-gradient(rgba(227, 10, 19, 0.75), rgba(181, 6, 13, 0.75));
    background-image: -moz-linear-gradient(rgba(227, 10, 19, 0.75), rgba(181, 6, 13, 0.75));
    background-image: linear-gradient(rgba(227, 10, 19, 0.75), rgba(181, 6, 13, 0.75));
}

.hero-img-trends:before {
    background-image: -webkit-linear-gradient(rgba(189, 207, 1, 0.75), rgba(158, 173, 0, 0.75));
    background-image: -o-linear-gradient(rgba(189, 207, 1, 0.75), rgba(158, 173, 0, 0.75));
    background-image: -moz-linear-gradient(rgba(189, 207, 1, 0.75), rgba(158, 173, 0, 0.75));
    background-image: linear-gradient(rgba(189, 207, 1, 0.75), rgba(158, 173, 0, 0.75));
}

.hero-img-roetz-shop:before {
    background-image: -webkit-linear-gradient(rgba(61, 42, 34, 0.75), rgba(61, 42, 34, 0.75));
    background-image: -o-linear-gradient(rgba(61, 42, 34, 0.75), rgba(61, 42, 34, 0.75));
    background-image: -moz-linear-gradient(rgba(61, 42, 34, 0.75), rgba(61, 42, 34, 0.75));
    background-image: linear-gradient(rgba(61, 42, 34, 0.75), rgba(61, 42, 34, 0.75));
}


/* hero styling */

.hero-inner {
    position: relative;
    top: 30%;
    z-index: 100;
}

.hero-smaller-height .hero-inner {
    top: 20%;
}

.hero-inner h1,
.h1 {
    font-size: 6rem;
    color: #ffffff;
}

.h1 {
    float: left;
    margin-right: 14px;
}

.hero-inner p {
    font-size: 2rem;
}

.hero-inner h1,
.hero-inner p {
    color: #ffffff;
}


/* scroll-down animation
========================================================================== */


/* animation */

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}


/* styling */

.scroll-btn-wrapper {
    position: absolute;
    width: 100%;
    height: 70vh;
    top: 0;
    margin-top: 70px;
}

.scroll-btn {
    /* position */
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    text-align: center;
}

.scroll-btn .mouse {
    /* border */
    position: relative;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
    z-index: 100000;
}

.scroll-btn .mouse>* {
    /* point */
    position: absolute;
    display: block;
    top: 30%;
    left: 45%;
    width: 5px;
    height: 5px;
    margin: -1px 0 0 -1px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


/* All Hero-Objects Responsive
========================================================================== */

@media (min-width: 320px) and (max-width: 768px) {
    .hero-inner,
    .hero-smaller-height .hero-inner {
        top: 10%;
    }
    .hero-inner h1,
    .h1 {
        font-size: 3rem;
    }
    .hero-inner p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .scroll-btn {
        display: none;
    }
    .hero-full-height {
        height: 60vh;
        margin-top: 70px;
    }
}

@media (min-width:768px) and (max-width: 980px) {
    .hero-full-height,
    .hero-video,
    .hero-smaller-height {
        margin-top: 60px;
    }
    .hero-img-heinen-konfigurator:before,
    .hero-img-heinen-shop:before,
    .hero-img-ostermann:before,
    .hero-img-trends:before,
    .hero-img-roetz-shop:before {
        margin-top: 60px;
    }
}

@media (max-width: 980px) {
    .hero-video {
        display: none;
    }
}


/* ==========================================================================
buttons & links
========================================================================== */

.btn {
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 40px;
    margin: 20px 0;
    background-color: transparent;
}

.btn:hover {
    color: #ffff;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.btn-grey {
    color: #636362;
    border: 1px solid #636362;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    background-color: #636362;
}

.btn-white {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 400;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #ffffff;
    color: #636362;
}

.link {
    padding-top: 15px;
    font-size: 13px;
    color: #878786;
    display: inline-block;
}

.link i {
    font-size: 13px;
    margin-right: 8px;
}

.important-link {
    font-weight: 600;
    color: #878786;
}


/* 
scroll top top
========================================================================== */

#scroll-top {
    position: fixed;
    bottom: 5em;
    right: 5em;
}

#scroll-top button {
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    background-color: #ffffff;
    color: #b4b4b4;
    font-size: 20px;
    box-shadow: 0 0 15px #8886;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#scroll-top button:hover {
    color: #636362;
}

@media (max-width: 768px) {
    #scroll-top {
        bottom: 3em;
        right: 1em;
    }
}


/* 
link animation
========================================================================== */


/* link animation global*/

.link-hvr-forward,
.link-hvr-previous,
.link-hvr-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}


/* link animation from left to right */

.link-hvr-forward:hover,
.link-hvr-forward:focus,
.link-hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    color: #636362;
}


/* link animation from right to left */

.link-hvr-previous:hover,
.link-hvr-previous:focus,
.link-hvr-previous:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    color: #636362;
}


/* link animation from bottom to top */

.link-hvr-up:hover,
.link-hvr-up:focus,
.link-hvr-up:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #636362;
}


/* 
pagination
========================================================================== */


/* hover begins at div */

.next:hover a,
.previous:hover a {
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


/* push the section 8px to the right */

.next:hover a {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/* push the section -8px to the left */

.previous:hover a {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}


/* hover color */

.next:hover h4,
.next:hover p,
.next:hover div i,
.previous:hover h4,
.previous:hover p,
.previous:hover div i {
    color: #636362;
}


/* styling */

.pagination {
    width: 100%;
    margin: 0 auto;
}

.pagination .col-xs-12 {
    padding: 0;
}

.pagination h4 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1px;
    color: #878786;
}

.pagination p {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #878786;
}

.pagination .row a {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    color: #bebebe;
}

.pagination .row a:hover {
    color: #878786;
    transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
}

.pagination .bigger {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.next,
.previous {
    border: 1px solid #d3d3d3;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.previous {
    padding-right: 5%;
}

.next {
    border-left: 0;
    padding-left: 5%;
}

.next .pull-right i,
.previous .pull-left i {
    position: relative;
    top: 5px;
    font-size: 25px;
    color: #d3d3d3;
}

.next .pull-right i {
    /* arrow right */
    left: 50px;
}

.previous .pull-left i {
    /* arrow left */
    right: 50px;
}

.pagination .previous {
    text-align: right;
}

.pagination .next {
    text-align: left;
}


/* responsive anpassung */

@media (max-width: 980px) {
    .next .pull-right i,
    .previous .pull-left i {
        display: none;
    }
}

@media (max-width: 768px) {
    .pagination {
        margin-bottom: 20px;
    }
    .previous,
    .next {
        padding: 3%;
    }
    .pagination h4 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 1px;
    }
    .pagination p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .link-hvr-previous {
        float: right;
    }
}


/* next and previous btn */

.next:hover,
.next:focus,
.next:active,
.previous:hover,
.previous:focus,
.previous:active {
    background-color: #f4f4f4;
    color: #636362;
    transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
}


/* ==========================================================================
footer
========================================================================== */


/* footer-main
========================================================================== */


/*reset ul styles*/

footer ul,
h5 {
    margin-bottom: 0;
}

footer ul li {
    list-style-type: none;
}


/* ul styles*/

footer h5 {
    font-size: 1.35rem;
    margin-bottom: 10px;
}

footer ul li {
    font-size: 1.15rem;
    margin-bottom: 5px;
    color: #878786;
    font-weight: 400;
}

footer ul li:last-child {
    margin-bottom: 0;
}

.footer-main {
    background-color: #f4f4f4;
}

.social ul li {
    float: left;
    padding: 0 20px;
}

.social .fa {
    font-size: 2.5rem;
}

.footer-sub {
    padding: 0 15px;
}

.footer-sub .pull-left {
    padding-left: 15px;
}

.footer-sub .pull-right {
    padding-right: 15px;
}

@media (max-width: 768px) {
    .footer-sub {
        padding: 0;
    }
    .footer-main div ul {
        margin-bottom: 20px;
    }
    .footer-main div social {
        margin-bottom: 0;
    }
}


/* ==========================================================================
section global - distance
========================================================================== */

.full-width,
.container {
    padding: 20px 15px;
}


/*abstände zwischen den sektionen*/

.gab {
    margin: 2% auto;
}

.full-width {
    width: 100%;
    background-color: #f8f8f8;
}


/*inhalt eines containers*/

.content {
    margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .content {
        margin-bottom: 0px;
    }
    .content div {
        /*smaller-view logo left*/
        margin-bottom: 40px;
    }
    .content div:last-child {
        margin-bottom: 0px;
    }
    .gab {
        margin: 0% auto!important;
    }
    .container {
        padding: 10px 15px!important;
    }
}


/* ==========================================================================
project-overview section - home
========================================================================== */


/* project-info-wrapper */

.project-wrapper,
.service-wrapper {
    box-shadow: 0 0 10px #8886;
    background-color: #f2f2f2;
    margin-bottom: 60px;
}

.gallary-thumbs .project-wrapper,
.service-wrapper {
    /* gab for project-overview */
    margin: 15px 0;
}

.project-wrapper .col-md-8 {
    padding: 0;
}

.project-wrapper h3 {
    margin-top: 10px;
}

.project-wrapper .project-content h3 {
    font-size: 2rem;
    margin-top: 7px;
    line-height: 2rem;
}

.project-wrapper .h2 {
    font-family: 'Open Sans';
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
}

.project-wrapper .project-content {
    margin-top: 0;
}

.project-wrapper .link {
    padding-top: 0;
}


/* project-info-siderbar */

.project-sidebar-left,
.project-sidebar-right,
.project-content {
    background-color: #f2f2f2;
    padding: 20px;
    position: relative;
    margin-top: 5%;
}


/* arrow global styling */

.project-sidebar-left:after,
.project-sidebar-right:after,
.project-content:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2f2f2;
    border-width: 25px;
    z-index: 1000;
}

.project-sidebar-left:after,
.project-sidebar-right:after {
    top: 18%;
}

.project-sidebar-left:after {
    left: 100%;
    transform: rotate(-360deg);
}

.project-sidebar-right:after {
    right: 100%;
    transform: rotate(-180deg);
}


/* arrow for project-view*/

.project-content:after {
    left: 20px;
    top: -34%;
    border-width: 20px;
    transform: rotate(-90deg);
}


/* arrow for mobile transform*/

@media (max-width: 970px) {
    .project-sidebar-left:after,
    .project-sidebar-right:after {
        left: 25px;
        top: -40px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #f2f2f2;
        border-width: 20px;
        z-index: 1000;
        transform: rotate(-90deg);
    }
    .project-sidebar-left,
    .project-sidebar-right {
        margin-top: 0;
    }
    .project-sidebar-left h2,
    .project-sidebar-right h2 {
        margin-top: 0;
    }
}


/*img hover - projekt */

figure.img-hvr {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
}

figure.img-hvr * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.img-hvr img {
    max-width: 100%;
    backface-visibility: hidden;
}

figure.img-hvr figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

figcaption a {
    position: relative;
    top: 70%;
}

.browser-mockup figcaption a,
.project-wrapper figcaption a {
    top: 40%;
}

.service-wrapper figure.img-hvr figcaption {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.service-wrapper figcaption a {
    position: relative;
    bottom: 0;
    width: 50%;
}

figcaption .btn {
    margin: 0;
}

figure.img-hvr .links {
    top: 50%;
    font-size: 0.7em;
    letter-spacing: 1px;
    font-weight: 300;
}

figure.img-hvr:hover img,
figure.img-hvr.hover img {
    zoom: -1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.img-hvr:hover figcaption,
figure.img-hvr.hover figcaption {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}


/*img hover - service */

figure .service-content,
figure .service-content-big {
    position: absolute;
    width: 100%;
}

figure .service-content {
    top: 45%;
}

figure .service-content-big {
    /*für zweizeilige texte*/
    top: 30%;
}

figure .service-content h3,
figure .service-content-big h3 {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    margin: 0;
}

@media (max-width: 1200px) {
    figcaption {
        display: none;
    }
    figure .service-content {
        top: 35%;
    }
    figure .service-content-big {
        top: 20%;
    }
}


/* ==========================================================================
client-section
========================================================================== */


/* styling gab */

.client div {
    margin-bottom: 20px;
}

.client div:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .client div {
        /*smaller-view logo left*/
        margin-bottom: 20px;
    }
    .client div:last-child {
        margin-bottom: 0px;
    }
}

.browser-mockup {
    border-top: 3em solid #f4f4f4;
    box-shadow: 0 0 15px #8886;
    position: relative;
    border-radius: 3px;
    margin-bottom: 40px;
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.8em;
    left: 2em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #ff1d00, 1.5em 0 0 2px #ff9300, 3em 0 0 2px #9bd400;
}


/* Agenturleitung */

.task-content .col-lg-6 {
    padding: 0;
}

.task .fa,
.task p {
    float: left;
}

.task .fa {
    margin: 5px 8px 0 0;
    font-size: 1.2em;
    color: #89b526;
}

.quote {
    background-color: #f5f5f5;
    border-left: 4px solid #636362;
    padding: 15px 20px;
    margin: 30px 0;
    float: left;
}

.quote img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px #8886;
}

.quote i {
    font-size: 1.35rem;
}

@media (max-width: 768px) {
    .quote img {
        margin-bottom: 20px;
    }
    .quote {
        border-left: 0;
        border-top: 4px solid #636362;
        text-align: center;
    }
    .task-content {
        margin-bottom: 20px;
    }
}


/* ==========================================================================
Kontakt Seite
========================================================================== */

.address-info,
.contact-form {
    margin-top: 20px;
}

.form-gab {
    padding: 0;
}

.input-right {
    padding: 0 0 0 15px;
}

.address-info .address-point {
    padding: 10px 0px;
    margin: 3px 0px;
}

.address-info .fa {
    padding: 10px;
    margin-right: 10px;
    color: #cccccc;
    font-size: 2.25em;
}

.address-info .fa {
    float: left;
}


/* Kontaktformular */

.contact-form .col-xs-12,
.contact-form .col-sm-4 {
    padding-left: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    font-size: 1.3125em;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.form-group .contact-message {
    min-height: 220px;
}


/* wrong input */

#wrongInput {
    position: relative;
    background-color: #f0ced2;
    padding: 20px 50px 20px 15px;
    border-radius: 5px;
}

.input-error,
#wrongInput {
    border: solid 1px #dd2037;
}

#wrongInput p,
#close-wrongInput .fa {
    color: #dd2037;
}

#wrongInput .h3 {
    font-size: 16px;
    margin-top: 0;
}

#wrongInput p {
    font-size: 12px;
    line-height: 16px;
}

#close-wrongInput {
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-wrongInput .fa {
    font-size: 20px;
    cursor: pointer;
}


/* avatar */

.avatar-wrapper img {
    border-radius: 50%;
    width: 150px;
    height: auto;
    border: 5px solid #ffffff;
}

.avatar {
    position: relative;
    top: -90px;
    height: 280px;
    z-index: 100;
}

.avatar h3 {
    margin-bottom: 2px;
}

.avatar p {
    font-size: 16px;
}

.info-point {
    margin-top: 20px;
}

.avatar .info-point p {
    font-size: 12px;
    margin: 0;
}

.info-point p:first-child {
    margin-bottom: 10px;
    ;
}

.avatar-wrapper {
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 0 15px #8886;
    margin-top: 90px;
    margin-bottom: 60px;
}


/* mobile anpassung */

@media (max-width: 780px) {
    .form-group .contact-message {
        min-height: 92px;
    }
    #wrongInput {
        padding: 19px 50px 19px 10px;
        height: auto;
    }
    #wrongInput .h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #wrongInput p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0px;
    }
    .input-right .btn {
        float: left!important;
    }
    .input-left,
    .input-right {
        padding: 0;
    }
}


/* checkout animation */

.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2EB150;
    position: absolute;
}

.checkmark-circle .checkmark {
    border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid white;
    border-top: 15px solid white;
    border-radius: 2.5px !important;
    content: '';
    left: 37px;
    top: 80px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}


/*filter für partner logo*/

.client-filter .btn {
    margin: 20px 5px;
}

