html {
    font-size: 18px;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 3.85rem;
    color: #222;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.015rem;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #3B8DDA;
    text-decoration: none;
}

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

p {
    line-height: 1.67em;
}
/* Standard typo */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2em;
}

h1 {
    font-size: 1.89rem;
}
/* Computes to 34px */

h2 {
    font-size: 1.67rem;
}
/* Computes to 30px */

h3 {
    font-size: 1.44rem;
}
/* Computes to 26px */

h4 {
    font-size: 1.22rem;
}
/* Computes to 22px */

h5 {
    font-size: 1.11rem;
}
/* Computes to 20px */

h6 {
    font-size: 1rem;
}
    /* Computes to 18px */

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        color: #aaa;
        font-weight: 300;
    }

b,
strong {
    font-weight: 500;
}

blockquote {
    border-left: 2px solid #3b8dda;
    padding: 0px 0px 0px 20px;
    font-size: 1.06rem;
    font-weight: 300;
    color: #888;
    font-style: italic;
}

.lead {
    font-weight: 300;
}

label {
    font-weight: 300;
}
/* Helper */
.runningText h4 {
  padding-top: 0.8rem;
}

h3.heading {
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    color: #000;
    font-size: 2rem;
    text-align: center;
    /* letter-spacing: 0.1rem; */
}

h4.subheading {
    display: block;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #000;
    text-align: center;
    /* letter-spacing: 0.1rem; */
}

.xs-center,
.sm-center,
.md-center,
.lg-center {
    /* Center Text Based On Device Width */
    display: block;
    text-align: center;
}

.justify {
    text-align: justify;
}

.lead {
    font-size: 1.06rem;
    line-height: 1.55em;
}

.btn-primary:hover,
.btn-secondary:hover {
    cursor: pointer;
}
/* Header */

header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}

    header.fixed {
        position: fixed;
        top: 0px;
        border-bottom: solid .1rem #3b8dda;
        /* box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15); */
        box-shadow: 1px 5px 27px rgba(0, 0, 0, 0.15);
    }

.hidden {
    display: none;
}

.visible {
    display: inline;
}
/* footer */

footer {
    background: #161b1f;
    color: #fff;
    padding: 1rem;
    line-height: 1.9;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 3rem;
}

    footer h3 {
        color: #fff;
        font-size: 1rem;
    }

    footer .list-inline-item {
        display: block;
        padding-bottom: 0.6rem;
    }

    footer .social-btn li img {
        position: relative;
    }

    footer .social-btn li img {
        height: 1rem;
        margin-right: 0.5rem;
        position: relative;
        top: -0.1rem;
    }

    footer .social-btn li a {
        color: #fff;
    }

    footer .table {
        display: table;
        width: 100%;
        float: left;
    }

        footer .table .tr {
            display: table-row;
            width: 100%;
            float: left;
        }

            footer .table .tr .td {
                display: table-cell;
            }

                footer .table .tr .td:first-child {
                    width: 1.5rem;
                }

#GoogleMaps {
    position: relative;
    top: 0.4rem;
}
/* navbar */

.navbar-light {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0px;
    padding: 20px 0px;
    transition: 500ms ease all;
}

    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #222;
        transition: 350ms ease all;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #3B8DDA;
        }

        .navbar-light .navbar-nav .nav-link.current,
        .navbar-light .navbar-nav .nav-link.current:focus,
        .navbar-light .navbar-nav .nav-link.current:hover {
            background-color: transparent;
            color: #3B8DDA;
        }

    .navbar-light .navbar-nav > li > a.btn {
        color: #fff;
    }

    .navbar-light .navbar-collapse,
    .navbar-light .navbar-form {
        border: 0;
        background-color: #f7f7f7;
        margin-top: 20px;
        padding: 0 20px;
    }

header.fixed .navbar-light {
    padding: 10px 0;
}

.navbar-collapse {
    float: right;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

    .navbar-brand img {
        height: 4rem;
        transition: height 500ms ease;
    }

header.fixed .navbar-brand img {
    height: 3rem;
    transition: height 500ms ease;
}

.navbar-light .navbar-toggler.collapsed {
    color: #2c2c2c;
}

.navbar-toggler-right {
    right: 1rem;
}

html[dir="rtl"] .navbar-toggler-right {
    left: 1rem;
    right: initial;
}

.navbar-light .navbar-toggler {
    background-color: transparent;
    border: 0;
    padding: 10px;
    padding-right: 0;
    top: 14px;
    margin: 0;
    outline: none;
}
/* margin */

.space-10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-70 {
    width: 100%;
    height: 70px;
    clear: both;
}

.space-90 {
    width: 100%;
    height: 90px;
    clear: both;
}

.space-120 {
    width: 100%;
    height: 120px;
    clear: both;
}

.margin-btm-20 {
    margin-bottom: 20px;
}

.margin-btm-40 {
    margin-bottom: 40px;
}

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

.margin-top-40 {
    margin-top: 40px;
}
/* padding */

.padding-40 {
    padding: 40px 0;
}

.no-padding {
    padding: 0px;
}
/* carousel */

.carousel-item div.layer {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    z-index: 8;
    background-color: rgba(59, 141, 218, 0.7);
}


.carousel-caption {
    z-index: 10;
    padding-top: 15%;
    padding-bottom: 2rem;
    color: #fff;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    position: initial;
}

.carousel-item {
    background-size: cover;
}

    .carousel-item h1 {
        color: #fff;
        font-size: 3rem;
    }

    .carousel-item .btn-primary {
        background-color: rgba(62, 134, 195, 0.6);
        border-color: #fff;
        border-width: 0.1rem;
        font-family: 'Fira Sans', sans-serif;
        font-style: normal;
    }

    .carousel-item .container {
        z-index: 10;
    }
/* flipping card */

#whyus {
    margin-bottom: 7rem;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
    height: 100%;
}

    .flip .card.flipped {
        -webkit-transform: rotatey(-180deg);
        transform: rotatey(-180deg);
    }

    .flip .card {
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s;
        transform-style: preserve-3d;
        transition: 0.5s;
        background-color: rgb(204, 204, 204);
        border-bottom: solid 0.3rem #3b8dda;
    }

        .flip .card .face {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 2;
            padding: 1rem;
        }

        .flip .card .front {
            position: absolute;
            width: 100%;
            z-index: 1;
            color: #3b8dda;
            font-size: 1.5rem;
        }

        .flip .card .back {
            -webkit-transform: rotatey(-180deg);
            transform: rotatey(-180deg);
            background-color: #3b8dda;
            height: 100%;
        }

            .flip .card .back h4 {
                padding-top: 0.5rem;
                color: #fff;
            }

            .flip .card .back p {
                font-size: 0.8rem;
                color: #fff;
            }

.inner {
    margin: 0px !important;
}

.scrollToTop {
    text-align: center;
    background: transparent;
    font-weight: bold;
    font-size: 2.5rem;
    color: #3b8dda;
    text-decoration: none;
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    z-index: 999999;
    display: none;
    opacity: 0.5;
    line-height: 0;
    transition: all 0.3s;
}
/* form */

select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid 2px #3b8dda;
    padding-bottom: 0;
    transition: border .3s;
    background-color: rgba(230, 230, 230, 0.3);
}

    select:hover {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

textarea {
    resize: vertical;
    width: 100%;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
}

form {
    padding-top: 0;
}

    form fieldset {
        border: 0;
        padding-top: 0;
    }

        form fieldset label {
            position: relative;
            display: inline-block;
            float: left;
            margin-bottom: 0rem;
            width: 100%;
            letter-spacing: 0;
            padding-bottom: 1.5rem;
        }

            form fieldset label select {
                padding-left: 0.3rem;
                padding-right: .3rem;
                padding-top: 0.2rem;
                padding-bottom: 0.2rem;
                font-size: 0.8rem;
            }

            form fieldset label textarea {
                margin-top: 0.1rem;
            }

            form fieldset label span.labelText {
                position: absolute;
                left: 0.5rem;
                top: -0.9rem;
                font-size: .75rem;
                cursor: text;
                color: #3b8dda;
                -webkit-transition: all 150ms ease;
                transition: all 150ms ease;
            }

            form fieldset label.empty input {
                border-color: #3b8dda;
            }

            form fieldset label.empty span.labelText {
                left: 0rem;
                top: 20%;
                -webkit-transform: translate(0.5rem, -30%);
                transform: translate(0.5rem, -30%);
                background: none;
                color: #bbb;
                cursor: text;
                font-size: 1.3rem;
                line-height: 1.6rem;
                letter-spacing: 4px;
                text-transform: uppercase;
            }

            form fieldset label input {
                border: 0;
                border-bottom: 2px solid #3b8dda;
                background-color: rgba(230, 230, 230, 0.3);
                color: #000;
                font-size: 1.3rem;
                letter-spacing: -0.1rem;
                outline: none;
                padding: 0.2rem 0.5rem 0.1rem;
                text-align: left;
                width: 100%;
                margin-bottom: 1rem;
                position: relative;
            }

                form fieldset label input:focus {
                    border-color: #777;
                }
            /*
    form fieldset label input:valid {
      border-color: #42d142;
    }

    form fieldset label input:invalid {
      border-color: #ff8e7a;
    }
	*/

            form fieldset label textarea:hover {
                box-shadow: inset 0 0 0 .1rem #ccc;
            }

            form fieldset label input[type="checkbox"],
            form fieldset label input[type="radio"] {
                /* margin-right: 0.5rem; */
            }

            form fieldset label .labelTextRange {
                font-weight: bold;
                margin-bottom: 0.3rem;
            }

#forward {
    float: right;
}

form fieldset label[for="forward"],
form fieldset label[for="previous"] {
    float: none;
}

form fieldset label .nolabelBottomSpace {
    margin-bottom: 0;
    float: left;
}

form fieldset label .labelBottomSpace1 {
    margin-bottom: .95rem;
    float: left;
}

form fieldset label .labelBottomSpace2 {
    margin-bottom: 1.3rem;
    float: left;
}

form fieldset label .labelBottomSpace3 {
    margin-top: .2rem;
    margin-bottom: 1.3rem;
    float: left;
}

.formErrorHint {
    color: red;
    font-size: 0.75rem;
    line-height: 1.3;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    bottom: 1.3rem;
}

textarea ~ .formErrorHint {
    bottom: 0.7rem;
}

select ~ .formErrorHint {
    bottom: 0.2rem;
}

form fieldset label button.back {
    margin-right: 3rem;
}
/* Hide browser-styling in IE10 */

select::-ms-expand {
    display: none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */

.lt-ie10 select {
    background-image: none;
}

input[type=checkbox]:focus,
input[type="radio"]:focus {
    outline: none !important;
}
/* styles from http://andwecode.com/custom-checkbox-radio-with-icon-fonts/#livepreview */

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

    input[type=checkbox]:checked,
    input[type=radio]:checked,
    input[type=checkbox]:focus,
    input[type=radio]:focus {
        outline: none !important;
    }

input[type=checkbox],
input[type=radio] {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: 400;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 16px;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 12px;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 8px;
}

input[type=checkbox],
input[type=radio] {
    margin-right: .5rem;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0;
}

input[type="radio"]:checked {
    margin-right: .4rem;
}

input[type=checkbox],
input[type=radio] {
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 11px;
    color: #2091cf;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -4px;
}

    input[type=checkbox]:checked,
    input[type=radio]:checked {
        display: inline-block;
        content: "\f00c";
        background-color: #F5F8FC;
        border-color: #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    }

    input[type=checkbox]:hover,
    input[type=radio]:hover,
    input[type=checkbox],
    input[type=radio] {
        border-color: #1c7aad;
    }

        input[type=checkbox]:active,
        input[type=radio]:active,
        input[type=checkbox]:checked:active,
        input[type=radio]:checked:active {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        input[type=checkbox]:disabled,
        input[type=radio]:disabled,
        input[type=checkbox][disabled]::before,
        input[type=radio][disabled]::before,
        input[type=checkbox].disabled,
        input[type=radio].disabled {
            background-color: #DDD !important;
            border-color: #CCC !important;
            box-shadow: none !important;
            color: #BBB;
        }

        input[type=radio]::before {
            border-radius: 32px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 36px;
        }

        input[type=radio]:checked::before {
            content: "\2022";
        }
/* inout file style */

.inputfile {
    height: .1px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .1px;
    z-index: -1;
}

    .inputfile + label {
        max-width: 80%;
        font-size: 1.25rem;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: .625rem 1.25rem;
        color: #fff;
        background-color: #3b8dda;
    }

    .inputfile + label {
        background-color: #3b8dda;
        color: #fff;
        cursor: pointer;
        display: inline;
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
        overflow: hidden;
        padding-left: .9rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

        .inputfile:focus + label,
        .inputfile.has-focus + label,
        .inputfile + label:hover {
            background-color: #2f6aa0;
        }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        /* pointer-events: none; */
        /* in case of FastClick lib use */
    }

    .inputfile + label img {
        height: auto;
        width: 1.8rem;
        float: left;
        vertical-align: middle;
        fill: currentColor;
        margin: 0 1rem 0 0;
    }

form fieldset label img + span {
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 0;
    width: auto;
}
/* sections */

.jumbotron {
    position: relative;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

    .jumbotron h1 {
        color: #fff;
    }

    .jumbotron p {
        font-size: 1.2rem;
        line-height: 1.87em;
    }

    .jumbotron div.layer {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100%;
        z-index: 8;
        background-color: rgba(59, 141, 218, 0.7);
    }

    .jumbotron .container {
        z-index: 10;
    }

    .jumbotron + section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

#OfferJumbotron {
    background-image: url('/de/assets/img/consulting_sw.jpg');
    background-position-y: 30%;
}

#ContactJumbotron {
    background-image: url('/de/assets/img/contact_header_sw.jpg');
    background-position-y: 80%;
}

.textImage .row {
    display: flex;
    justify-content: flex-end;
}

.textImage .textContainer {
    align-self: flex-start;
}

.textImage .imageContainer {
    align-self: flex-start;
}

.textImage .heading {
    font-size: 1.5rem;
}

#about .tiImage {
    float: left;
    max-width: 18rem;
    margin-left: 4.5rem;
    margin-bottom: 0;
}

#technology {
    background-color: #e9e9e9;
    padding-top: 4rem;
    padding-bottom: 5rem;
}

    #technology .grid .row div {
        background-color: #fff;
        border-bottom: solid 0.3rem #ccc;
        margin: 1rem;
        padding: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        #technology .grid .row div:nth-child(1) {
            margin-right: 1rem;
        }

        #technology .grid .row div:nth-child(2) {
            margin-left: 1rem;
        }

        #technology .grid .row div:nth-child(3) {
            margin-right: 1rem;
        }

        #technology .grid .row div:nth-child(4) {
            margin-left: 1rem;
        }

        #technology .grid .row div img {
            width: 3.5rem;
            margin-bottom: 2rem;
        }

        #technology .grid .row div h6 {
        }

        #technology .grid .row div p {
            color: #777;
            font-size: 1rem;
            margin-bottom: 0;
        }

#ServicesJumbotron {
    background-image: url('/de/assets/img/darts_mirror_sw.jpg');
    background-position-y: 70%;
}

#website {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-image: url('/de/assets/img/smartphone_screens_cut_white.jpg');
    background-size: auto 67%;
    background-position-x: left;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent
}

    #website .textContainer p {
        color: #000;
        font-size: 1rem;
        padding-bottom: 2rem;
    }

    #website .tiImage {
        float: left;
        max-width: 25rem;
        margin-left: 0;
        margin-bottom: 0;
    }

#seo {
    background-color: #e9e9e9;
}

    #seo .borderLayer {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: solid .3rem #3b8dda;
    }

    #seo .bgLayer {
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-image: url(/de/assets/img/digital_marketing.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #seo .heading {
        margin-top: 1rem;
    }

    #seo .tiImage {
        float: left;
        max-width: 25rem;
        margin-left: 0;
        margin-bottom: 0;
        z-index: 1;
    }

    #seo.jumbotron p {
        font-size: 1rem;
        color: #777;
        z-index: 1;
    }

    #seo.jumbotron strong {
        font-weight: 700;
    }

#hosting {
    padding-bottom: 0;
    padding-top: 4rem;
}

    #hosting .tiImage {
        float: left;
        max-width: 25rem;
        margin-left: 0;
        margin-bottom: 0;
    }

    #hosting p {
        padding-bottom: 5rem;
    }


    #hosting .imageContainer {
        align-self: flex-end;
    }

/* home */

#headline {
    margin-bottom: 0rem;
}

#topteaser {
    margin-bottom: 5rem;
}

h4.subtitle,
.carousel-caption p {
    font-weight: 300;
    color: #777;
    font-size: 1rem;
    font-style: italic;
    font-family: "Merriweather", serif;
}

.carousel-caption p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1.9rem;
}

/*
#workCarousel .carousel-control-prev-icon {
    background-image:none;
	  font-family: "FontAwesome";
	  content: "\f104";
	  color: red;
}	

#workCarousel .carousel-control-next-icon {
    background-image:none;
	  font-family: "FontAwesome";
	  content: "\f105";
	  color: red;
}
*/

.carousel-control-next, .carousel-control-prev {
    font-size: 5rem;
    /* color: rgba(59,141,218,.8); */
    width: 9%;
}

a.carousel-control-next:focus, a.carousel-control-prev:focus {
    color: rgba(255,255,255,0.5);
}

.product {
    border: solid 1px #ccc;
    border-radius: 0.5rem;
    padding: 1rem;
    /*
	display: flex;
    justify-content: flex-end;
	*/
    height: 100%;
}

    .product img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        display: block;
        height: 4rem;
        position: relative;
        transition-duration: 500ms;
        animation-duration: 500ms;
        transition-timing-function: ease;
        transition-delay: 0ms;
    }

    .product a.btn-secondary {
        border-color: #3B8DDA;
        color: #3B8DDA;
    }

    .product p {
        font-size: 0.9rem;
    }

        .product p:last-child {
            margin-bottom: 0.5rem;
        }

#teaserBar {
    background-color: #263749
    /* #B2DEED lightblue */
    ;
    background-image: url('/de/assets/img/benefits_header.jpg');
    background-size: auto 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

    #teaserBar h3.heading {
        color: #fff;
    }

    #teaserBar .subheading {
        color: #fff;
        margin-bottom: 0.5rem;
    }

    #teaserBar p {
        font-size: 1rem;
        /* color: #777; */
    }

#portfolio {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

    #portfolio .row {
        margin-bottom: 1rem;
    }

    #portfolio .work {
        background-size: cover;
        background-position-y: 0;
        background-repeat: no-repeat;
        height: 7rem;
        overflow: hidden;
        font-size: 1rem;
        margin-bottom: 1rem;
        border: solid 1px #ccc;
    }

    #portfolio h5 {
        font-size: 0.8rem;
    }

#workCarousel {
    margin-top: 7.3rem;
}

    #workCarousel .carousel-control-next, #workCarousel .carousel-control-prev {
        color: #3B8DDA;
    }

        #workCarousel .carousel-control-next:hover, #workCarousel .carousel-control-prev:hover {
            color: rgba(255,0,0,0.5);
        }

    #workCarousel .carousel-caption p {
        color: #fff;
        font-size: 0.9rem;
        font-style: normal;
        font-family: "Fira sans", sans;
        position: relative;
        top: -0.2rem;
        color: #fff;
        margin-bottom: initial;
    }

    #workCarousel .carousel-inner {
        overflow: initial;
        /* padding-bottom: 3.5rem; */
        background-color: #999;
    }

    #workCarousel .carousel-item {
        overflow: initial;
        background-size: cover;
        height: 40rem;
    }

    #workCarousel .carousel-caption {
        bottom: 3rem;
        padding: 1rem;
    }

    #workCarousel .carousel-indicators {
        bottom: 5rem;
    }

        #workCarousel .carousel-indicators .active {
            background-color: #ff0000;
        }

        #workCarousel .carousel-indicators li {
            background-color: #3b8dda /* rgba(59,141,218,.5) */;
        }

    #workCarousel .captionFrame {
        background-color: rgba(150,150,150,0.8);
        height: 4rem;
        width: 100%;
        bottom: 0;
        position: absolute;
    }


#portfolioDesc {
    margin-top: 5rem;
    background-color: #777;
    color: #fff;
}

    #portfolioDesc,
    #portfolioDesc .heading,
    #portfolioDesc .subheading {
        text-align: left;
        color: #fff;
    }

        #portfolioDesc .table > tbody > tr {
            margin-top: .5rem;
        }

            #portfolioDesc .table > tbody > tr > td:first-child {
                color: #3b8dda;
                padding-right: 1.5rem;
            }

            #portfolioDesc .table > tbody > tr:first-child > td {
                border-top: 0;
            }

            #portfolioDesc .table > tbody > tr > td {
                border-top: solid 1px #fff;
                padding-bottom: .2rem;
                padding-top: .5rem;
            }

                #portfolioDesc .table > tbody > tr > td:last-child {
                    color: #fff;
                }
/*
#portfolio .row:nth-child(2) div:nth-child(1) .work {
    background-position-y: 0;
}
*/

#fastweb {
    /*#B2DEED;*/
    margin-top: 6rem;
    background: url(/de/assets/img/racer_sw.jpg) #e9e9e9 no-repeat;
    background-size: 150%;
    background-position-y: -1%;
    background-position-x: 100%;
    padding-top: 4rem;
    padding-bottom: 5rem;
    position: relative;
}

#fastweb .tiImage {
    float: left;
    max-width: 23rem;
    margin-top: 2rem;
    margin-left: -2rem;
    margin-bottom: 0;
}

#fastweb .container {
    z-index: 11;
}

#fastweb.jumbotron p {
    padding-bottom: 0rem;
    font-size: 1rem;
    color: #000;
}

#fastweb .subheading {
    color: #000;
}

#fastweb ul {
    margin-top: .8em;
    margin-bottom: 2.5em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

    #fastweb ul li {
        display: block;
        line-height: 150%;
        margin-bottom: .5rem;
        margin-top: 0;
        padding: .2rem 0 .1em 2.5rem;
        position: relative;
        font-size: 1rem;
        color: #000;
    }

.jumbotron p {
    font-size: 1.2rem;
    line-height: 1.87em;
}

#fastweb ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 200%;
    left: 0;
    position: absolute;
    top: .15rem;
    color: rgb(211, 4, 4);
}

#fastweb .halfLayer {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: 10;
    border-bottom: solid 0.3rem rgb(211, 4, 4);
}

#wordpress {
    padding-bottom: 5rem;
    padding-top: 6rem;
    margin-bottom: 5rem;
    background-color: #DBF6FF;
}

#wordpress.jumbotron p {
    padding-bottom: 0rem;
    font-size: 1rem;
    color: #777;
}

#wordpress .tiImage {
    max-width: 50%;
    margin-top: 3rem;
}

#wordpress .textImage .heading {
    font-size: 2rem;
}

#wordpress p {
    padding-bottom: 0;
}

#wordpress img {
}
/* not found */

section.error-text {
    margin-top: 4rem;
}

#page-error {
    margin-top: 0;
    margin-bottom: 2rem;
}

.error-text h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}

.error-text h3 {
    font-style: italic;
}
/* login */

#login form > .row {
    width: 100%;
}

#login form {
    max-width: 30rem;
    padding: 2rem;
    padding-bottom: 0.5rem;
    background-color: #d7ecff;
    margin-top: 2rem;
    margin-bottom: 9rem;
    border-bottom: solid 0.3rem #3b8dda;
}

#login legend {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
/* logout */

#logout {
    width: 0;
    height: 0;
    border-bottom: 100px solid rgba(232, 116, 116, 0.7);
    border-right: 100px solid transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

    #logout input {
        width: 3rem;
        height: 3rem;
        max-width: 3rem;
        position: relative;
        top: 3.1rem;
        left: 0.4rem;
        outline: none;
    }
/* responsive */
/* extra large devices */

@media only screen and (min-width: 1200px) {
}
/* large devices */

@media only screen and (min-width: 992px) {
    .navbar-light .navbar-nav .btn-menu,
    .navbar-light .navbar-nav .btn-menu:focus {
        margin-left: 15px;
        margin-top: 1px;
    }

    .navbar-light {
        padding: 30px 0px;
        border-bottom: 0px;
    }

        .navbar-light .navbar-collapse,
        .navbar-light .navbar-form {
            background-color: transparent;
            margin-top: initial;
            padding: 0px;
        }

    .navbar-header {
        margin-bottom: 0px;
    }
    /* RTL Support */

    html[dir="rtl"] .navbar-light .navbar-nav .btn-menu,
    html[dir="rtl"] .navbar-light .navbar-nav .btn-menu:focus {
        margin-left: 0px;
        margin-right: 15px;
        margin-top: 1px;
    }
}
/* medium devices */

@media only screen and (min-width: 768px) {
}
/* small devices */

@media only screen and (min-width: 544px) {
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .hideMobileLandscape {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hideTablet {
        display: none;
    }
}

/* medium devices */
@media only screen and (max-width: 991px) {
    header.fixed .navbar-toggler {
        top: inherit;
        transition: height 500ms ease;
    }

    .navbar-toggler img {
        height: 2rem;
        margin-top: 0.5rem;
    }

    header.fixed .navbar-toggler img {
        height: 2rem;
        margin-top: 0;
    }

    .navbar-brand img {
        height: 3rem;
    }

    body {
        margin-top: 2.3rem !important;
    }

    .carousel-item {
        height: 24rem !important;
    }

        .carousel-item > img {
            height: 24rem !important;
        }

    .carousel-caption {
        padding-top: 6%;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: .75rem 1rem;
    }

    .pageHeader {
        padding: 2.5rem 2rem;
        padding-bottom: 1.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    html, body {
        padding-top: 1.75rem;
    }

    .navbar-toggler-right {
        right: 0;
    }

    .product img {
        height: 3rem;
    }

    .product p {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
    }

    #fastweb .tiImage {
        max-width: 15rem;
        margin-top: 1rem;
    }

    #fastweb .halfLayer {
        width: 62%;
    }

    #fastweb {
        padding-bottom: 1rem;
    }

    #teaserBar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .textImage .textContainer {
        padding-left: 10%;
    }

    .textImage .imageContainer {
        align-self: flex-start;
    }

    #wordpress .tiImage {
        max-width: 100%;
        margin-left: 0;
        margin-top: 60%;
    }

    .flip .card .back p {
        font-size: 0.8rem;
        color: #fff;
        margin-bottOm: 0;
    }

    #whyus {
        margin-bottom: 5rem;
    }

    /* services */
    #website {
        padding-top: 3rem;
        padding-bottom: 2rem;
        background-size: auto 45%;
        padding-left: 0;
        padding-right: 0;
    }

        #website .textContainer {
            padding-left: 0;
            padding-right: 5%;
        }

    #seo {
        /*
        background-color: #e9e9e9;
        background-image: url(/de/assets/img/digital_marketing.jpg);
        background-size: auto 100%;
        background-position-x: 250%;
        background-repeat: no-repeat;
        */
    }

        #seo .textContainer {
            padding-left: 0;
            padding-right: 0;
        }

    #hosting {
        padding-top: 3rem;
    }

        #hosting .textContainer {
            padding-left: 7%;
            padding-right: 5%;
        }

        #hosting .tiImage {
            max-width: 100%;
        }

        #hosting p {
            padding-bottom: 4rem;
        }


    #about .textContainer {
        padding-left: 10%;
        padding-bottom: 2.5rem;
    }

    #about .imageContainer {
        align-self: flex-end;
    }

    #about .tiImage {
        max-width: 100%;
        margin-left: 0;
    }

    #aboutHeader {
        padding-bottom: 1rem;
    }

    #technology {
        padding-bottom: 3rem;
    }

        #technology .grid {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-right: 0;
            padding-left: 0;
            position: relative;
        }

            #technology .grid .row div {
                background-color: transparent;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

    #workCarousel {
        margin-top: -0.3rem;
    }

        #workCarousel .carousel-caption p {
            top: 0;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #workCarousel {
        margin-top: 0;
    }

        #workCarousel .carousel-caption p {
        }

    .hideDesktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    #website {
        background-size: auto 33%;
    }


    #whyus .row > div {
        margin-bottom: 1rem;
    }

}

@media only screen and (min-width: 737px) and (max-width: 767px) {

    .hideTablet {
        display: none;
    }	
	
    #fastweb {
        background-size: cover;
    }

    #fastweb .imageContainer {
        padding-right: 2rem;
    }

    #fastweb .tiImage {
        width: 12rem;
        margin-left: -4rem;
    }

    #fastweb .textContainer {
        padding-left: 2rem;
    }

}



@media only screen and (max-width: 736px) {
    .hideMobile {
        display: none;
    }

    .carousel-caption {
        position: initial;
        padding-left: 10%;
        padding-right: 10%;
    }

    .btn-group-lg > .btn,
    .btn-lg {
        padding: .4rem 0.8rem;
        font-size: 0.9rem;
        border-radius: .3rem;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 0.5em;
    }

    .pageHeader .display-4 {
        font-size: 2.2rem;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 0.5em;
    }

    .pageHeader p {
        font-size: 1.2rem;
        line-height: 1.47em;
        margin-bottom: 0.5rem;
    }

    #about .tiImage {
        max-width: 95%;
        margin-left: 0;
    }

    #about .textContainer {
        padding-left: 0;
    }

        #about .textContainer p {
            margin-bottom: 0;
        }

    .pageHeader {
        padding: 2rem 2rem;
    }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        margin-bottom: 0.8em;
    }

    .carousel-item {
        height: 20rem !important;
    }

        .carousel-item h1 {
            font-size: 2rem;
        }

    .carousel-caption p {
        font-size: 1rem;
        line-height: 1.7;
    }

    #topteaser {
        margin-bottom: 3rem;
    }

    #features .row > div {
        margin-bottom: 2rem;
    }

    #fastweb {
        padding-bottom: 1rem;
        background-size: cover;
    }

    #fastweb .halfLayer {
        width: 65%;
    }

    #fastweb .tiImage {
        max-width: 100%;
    }

    #portfolio {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

        #portfolio .work {
            margin-bottom: 0.5rem;
        }

    #gallery div {
        padding-bottom: 0.8rem;
    }

    #teaserBar {
        padding-top: 1.2rem;
        padding-bottom: 0.8rem;
    }

        #teaserBar h3.heading {
            font-size: 1.5rem;
        }

    #wordpress {
        padding-bottom: 3rem;
        padding-top: 4rem;
    }

        #wordpress .tiImage {
            margin-top: 100%;
        }

    #whyus {
        margin-bottom: 4rem;
    }

    #website {
        padding-top: 4rem;
        padding-top: 2rem;
    }

    #seo {
        padding-bottom: 3rem;
    }

    #hosting {
        padding-top: 2.5rem;
    }

        #hosting p {
            padding-bottom: 2rem;
        }

        #hosting .imageContainer {
            padding: 0;
        }

    #workCarousel {
        margin-top: -0.3rem;
    }

        #workCarousel .carousel-item {
            height: 24rem !important;
        }

    #portfolioDesc {
        margin-bottom: 3rem;
    }

    #technology .grid .row > div {
        border-bottom-width: 0;

    }
}



@media only screen and (max-width: 575px) {

    #website .textContainer p {
        padding-left: 11rem;
    }

    .textContainer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #seo .borderLayer {
        border-bottom-width: 0;
    }

    #seo .bgLayer {
        height: 15vh;
        width: 100%;
        background-position-y: -26vh;
    }


    #hosting .imageContainer {
        order: 2;
    }

    #hosting .tiImage {
        max-width: 30%;
        float: right;
        margin-right: 2rem;
    }

    #hosting .textContainer {
        order: 1;
    }

    #hosting p {
        padding-bottom: 1rem;
    }

    #fastweb {
        margin-top: 4rem;
        padding-top: 3rem;
        background-position-x: 50%;
        background-size: auto 100%;
    }

        #fastweb .halfLayer {
            width: 100%;
        }

        #fastweb .container .row > div {
            text-align: center;
        }

            #fastweb .container .row > div img {
                margin-top: 0;
                margin-bottom: 1.5rem;
                max-width: 60%;
                margin-left: initial;
                float: none;
            }

        #fastweb.jumbotron p {
            text-align: left;
        }

        #fastweb ul {
            text-align: left;
        }

    #portfolio {
        padding-bottom: 2.5rem;
    }

    #gallery > div {
        width: 50%;
    }

    #wordpress .tiImage {
        margin-top: 1rem;
        margin-bottom: 3rem;
        max-width: 12rem;
    }

    .product img {
        height: 2.5rem;
    }

    .textImage .textContainer {
        padding-left: 0;
    }

    #aboutHedaer {
        margin-bottom: 1.5em;
    }

    #about .imageContainer {
        order: 2;
        position: relative;
    }

        #about .imageContainer .tiImage {
            position: absolute;
            right: 2rem;
            bottom: -2rem;
            max-width: 7rem;
        }

    #about .textContainer {
        order: 1;
        padding-left: 15px;
        padding-bottom: 6.5rem;
    }

    #technology .grid .row > div {
        margin-top: 0;
        margin-bottom: 0;
    }

        #technology .grid .row > div img {
            width: 2.5rem;
            margin-bottom: 1.5rem;
        }


    #seo .heading {
        color: #fff;
        text-shadow: 0 0 3px #000, 0 0 5px #000;
    }

    #seo h4.subheading {
        margin-bottom: 4rem;
        color: #fff;
        text-shadow: 0 0 3px #000, 0 0 5px #000;
    }

}


/* small devices */

@media only screen and (max-width: 543px) {

    .divHalf {
        width: 50%;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        left: -23px;
        border-width: 19px 0 15px 23px;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        right: -23px;
        border-width: 19px 0 15px 23px;
    }

    .nav-pills.nav-wizard > li a {
        font-size: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #website {
        background-size: auto 7rem;
        background-position-x: -2rem;
        background-position-y: 1rem;
        padding-bottom: 4rem;
        margin-bottom: 0;
    }

        #website .textContainer {
        }

            #website .textContainer .heading {
                padding-left: 4rem;
                padding-top: 2rem;
            }

            #website .textContainer .subheading {
                padding-left: 4rem;
            }

            #website .textContainer p {
                padding-left: 0;
                padding-bottom: 0;
            }

    #seo .bgLayer {
        height: 16.5vh;
    }

}


@media only screen and (min-width: 992px) {

    .hideDesktop {
        display: none;
    }

    #wordpress .tiImage {
        max-width: 50%;
        margin-top: 6rem;
    }
}
