body {
    margin-top: 50px;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    height: 100%;
    width: 100%;
    color: #0f0f0f;
    background-color: #d4d4d4;
}

html {
    height: 100%;
}

/*====================================================================================*/
/*--NAVIGATION--*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(235, 235, 235);
    color: white;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: rgb(100, 100, 100);
}

.navbar-default {
    border: none;
}

.navbar-fixed-top {
    letter-spacing: 1px;
    font-size: .9em;
    background-color: rgba(13, 36, 51, 0.9);
    margin-bottom: 0px;
    -webkit-box-shadow: 0 1px rgba(216, 216, 216, 0.72);
    box-shadow: 0 1px rgba(216, 216, 216, 0.72);
}

.navbar-default .navbar-nav > li > a {
    color: white;
    text-transform: capitalize;
    padding: 4px 12px;
    margin: 10px 15px;
    border: 1px solid rgba(234, 234, 234, 0.35);
    border-radius: 3px;
}

.navbar-brand img {
    color: white;
    height: 28px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.navbar-nav li {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav li a:hover {
    color: #2c2c2c;
    background-color: #f0f0f0;
}

.navbar-default .navbar-nav > .open > a:hover {
    color: black;
    background-color: #f0f0f0;
}

.navbar-nav > li > a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #2c2c2c;
    background-color: #f0f0f0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: white;
    color: #1d1d1d;
}


/*====================================================================================*/
/*--GLOBAL--*/

.header {
    padding: 20px 0;
    color: #ededed;
    text-align: center;
    background: rgb(13, 36, 51) url(../img/tweed.png) left top repeat;
    background-attachment: fixed;
}

section {
    padding: 40px 0;
    border-bottom: 1px solid #8b8b8b;
}

.btn {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn-lg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn {
    background-color: #022f4b;
}

.btn-primary {
    border-color: #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px #343434;
    box-shadow: 0px 0px 10px #343434;
}

.btn-primary:hover {
    background-color: #0580b2;
    border-color: #2c2c2c;
    -webkit-box-shadow: 0 0 25px white;
    box-shadow: 0 0 25px white;
}

.shadow {
    -webkit-box-shadow: 0 9px 5px -6px #191919;
    box-shadow: 0 9px 5px -6px #191919;
}

p {
    word-break: normal;
}

.bg-dark {
    background: rgb(13, 36, 51) url(../img/tweed.png) left top repeat;
    background-attachment: fixed;
    color: white;
}


/*------------CONTENT---------*/

/*--HOME--*/

#home {
    height: 100%;
    width: 100%;
    color: white;
    background: grey url(../img/notebook.jpg) center center no-repeat;
    background-size: cover;

    background-attachment: fixed;
    -webkit-background-size: cover;
    display: table;
    table-layout: fixed;
}

.home-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-inner .small {
    color: white;
    font-size: 2rem;
}

.home-caption {
    text-align: center;
    border: 3px solid rgb(226, 226, 226);
    border-radius: 3px;
    background-color: rgba(16, 30, 39, 0.69);
    padding: 20px 10px;
    -webkit-box-shadow: 0 0 55px #484848;
    box-shadow: 0 0 55px #484848;
    max-width: 500px;
    margin: 0 auto;
}

.tagline {
    font-size: 1.7em;
}

.hero-logo {
    padding: 20px;
    margin: 0 auto;
    min-width: 300px;
    max-width: 420px;
}

/*---HERO2---*/

#hero2 {
    padding: 60px 10px;
}

#hero2 .lead {
    margin-bottom: 5px;
}


/*====================================================================================*/
/*---HERO---CAROUSEL---*/

.carousel-caption {
    font-size: 2em;
}

.carousel-control {
    background-image: -webkit-none !important;
    background-image: -o-none !important;
    background-image: -webkit-none !important;
    background-image: none !important;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel img {
    max-height: 450px;
    -webkit-transition: all 1s;
    margin-top: 50px;
}

/*====================================================================================*/
/*---LEISTUNGEN---SECTION----*/

.leistungen {
    padding: 30px 0;
    background: url(../img/keyboard.png) no-repeat bottom center, url(../img/pen.png) no-repeat top center;
    background-size: contain;
}

.leistungen-img {
    margin: 0 auto;
    margin-top: 2rem;
    width: 100%;
    border-radius: 0.4rem;
}

.outline {
    border-top: 1px solid #b7b7b7;
    margin: 4% 5rem;
    padding: 30px;
}

.leistungen-intro .list-unstyled li {
    margin: 10px 20px 15px;
    background-color: #e3e3e3;
}

.big-glyph {
    font-size: 1.6em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mid-glyph {
    font-size: 1.06em;
}

.sm-glyph {
    font-size: 1.6em;
    padding-right: 10px;
}

.glyphicon-circle-arrow-down,
.glyphicon-circle-arrow-up {
    font-size: 3rem;
    border-radius: 100%;
    color: rgba(252, 252, 252, 0.7);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #112635;
    vertical-align: middle;
}

.glyphicon-circle-arrow-down:hover,
.glyphicon-circle-arrow-up:hover {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.leistungen-box li {
    list-style-type: none;
    margin-bottom: 16px;
    line-height: 1.2em;
    padding-left: 6px;
}

.leistungen-box ul {
    padding-left: 0px;
}

.leistungen-box {
    padding: 0 5px;
}

.kontakt .container {
    position: relative;
}

.kontakt label {
    margin-top: 0;
    font-weight: 400;
}

.alert {
    text-shadow: none;
    font-size: 1.2em;
}

.phonelady2 {
    position: absolute;
    bottom: -41px;
    right: 30px;
    max-width: 250px
}

.price.lead {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

/*====================================================================================*/
/*---WARUM---SECTION----*/

.warum {
    padding: 30px 0;
}

.warum .portrait {
    max-height: 250px;
}

/*====================================================================================*/
/*---FOOTER---*/

footer {
    text-align: center;
    padding: 40px 0;
    line-height: 2.2em;
}

.footer .adress {
    text-align: center;
}

.footer .fa {
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 25px;
    font-size: 1.5em;
}

.footer a,
.impressum {
    color: white;
}

.kontakt_details,
.copyright {
    text-align: center;
    margin-bottom: 15px;
}

.footer-logo,
.footer-logo p {
    display: inline;
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}

.footer-logo {
    max-width: 120px;
}

#totop.affix-top {
    position: fixed;
    /* allows it to "slide" up into view */
    bottom: -82px;
    /* negative of the offset - height of link element */
    right: 10px;
    /* padding from the left side of the window */
}

#totop.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 10px;
    /* height of link element */
    right: 10px;
    /* padding from the left side of the window */
}

/*====================================================================================*/
/*---UEBER---PAGE---*/

.ueber-portrait {
    padding: 10px 10px 0px 10px;
    max-width: 170px;
}

.philosophie {
    padding: 5rem 1rem;
}

.ueber .lead {
    margin: 0;
    font-size: 1.25em;
}

.confused,
.happy {
    max-height: 200px;
    padding: 0;
    margin: 10px 10px;
}

.fa-smile-o {
    font-size: 16rem;
}

.philosophie span {
    margin: 0 5px 5px 5px;
}

.erwarten {
    padding: 3rem 1rem;
}

.verstehen {
    padding: 4rem 1rem;
}

/*====================================================================================*/
/*---LEISTUNGEN-----*/

.leistungen-wrapper p {
    padding: 0 5%;
}

.leistungen-wrapper {
    padding: 2% 0 3% 0;
    background: rgb(13, 36, 51) url(../img/tweed.png) left top repeat;
    background-attachment: fixed;
}

.leistungen-wrapper h3,
.leistungen-intro > h3,
.leistungen-intro .lead {
    color: white;
}

.leistungen-intro {
    padding: 5px 15px;
    font-size: 1.1em;
}

.leistungen-intro .list-unstyled li {
    background-color: #f0f0f0;
}

.list-unstyled li {
    padding: 1.4rem 1rem 1.4rem 6rem;
    border-radius: 5px;
    text-indent: -1.28em;
    background: #bf1b1b;
}

.leistungen-wrapper h3 {
    text-align: center;
}

.infographic {
    position: relative;
    text-align: center;
    color: white;
    word-wrap: normal;
}

.ig-item-mid-top {
    display: inline-block;
    padding: 8px 20px;
    background-color: #B9C2C5;
    color: #2c2c2c;
    border-radius: 5px;
}

.infographic .arrow {
    margin: 49px auto 0;
    font-size: 3em;
    padding: 5% 1%;
    -webkit-transform: scaleY(2.6);
    -ms-transform: scaleY(2.6);
    transform: scaleY(2.6);
    color: #000000;
    text-shadow: 0 5px 25px white;
}

.infographic .fa-long-arrow-right {
    position: absolute;
    top: 3em;
    left: -5%;
    font-size: 2.3em;
    color: #000000;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    text-shadow: 0 0 25px white;
}

.infographic .fa-long-arrow-left {
    position: absolute;
    top: 3em;
    right: -5%;
    font-size: 2.3em;
    color: #000000;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    text-shadow: 0 0 25px white;
}

.ig-item {
    padding: 1px 0;
    margin: 5% 25%;
    color: #ededed;
    border: 1px solid rgba(216, 216, 216, 0.62);
    border-radius: 5px;
    background: #203543;
    -webkit-box-shadow: 0 8px 10px -5px #2c2c2c;
    box-shadow: 0 8px 10px -5px #2c2c2c;
}

.ig-item h3 {
    color: white;
}

.ig-item-goal {
    border-radius: 100%;
    height: 220px;
    width: 220px;
    padding: 3rem;
    margin: 3em auto;
    margin-bottom: 1rem;
    background-color: #038054;
    border: 8px solid #b9b9b9;
    text-align: center;
    -webkit-box-shadow: 0 8px 10px -5px #2c2c2c;
    box-shadow: 0 8px 10px -5px #2c2c2c;
}

.ig-item-service {
    padding: 1px 0;
    margin: 5% 25%;
    color: white;
    border: 1px solid rgba(216, 216, 216, 0.62);
    border-radius: 5px;
    background: #203543;
    -webkit-box-shadow: 0 8px 10px -5px #2c2c2c;
    box-shadow: 0 8px 10px -5px #2c2c2c;
}

.ig-item-service h3 {
    color: white;
}

.ig-arrows {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
}

.ig-item-sub {
    padding: 5px 15px;
    background: #f0f0f0;
    color: #2c2c2c;
    border-radius: 5px;
}

/*====================================================================================*/
/*---KONTAKT---*/

.kontakt a {
    color: #e6e6e6;
}

.kontakt a:hover {
    color: #e6e6e6;
}

.form-group .glyphicon {
    font-size: 2.6em;
}

.text-danger {
    font-size: 1.2em;
}

.input-sub,
.checkbox.input-sub {
    margin-left: 50px;
    margin-top: 5px;
    display: inline-block;
}

.input {
    margin-bottom: 15px;
}

.phonelady3 {
    position: relative;
    bottom: -35px;
    left: -125px;
}

/*====================================================================================*/
/*---PREISE---*/

.preise {
    padding: 20px 0;
    text-align: center
}

.preise-intro h3 {
    text-align: left;
}

#preise .nav-tabs li a {
    background-color: transparent;
    border: none;
}

#preise .nav-tabs li {
    width: 50%;
    border-radius: 5px 5px 0 0;
    border: 1px solid black;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: green;
}

.tab-pane {
    border-top: 1px solid transparent;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0 0 5px 5px;
}

.preise-box {
    margin-bottom: 40px;
    padding: 20px;
    color: #2c2c2c;
    background-color: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.preise-header {
    background-color: rgb(13, 36, 51);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
}

.preise-header h3 {
    margin: 0 0 20px 0;
    padding: 5px 0;
    font-size: 1.4em;
    color: #e6e6e6;
    text-align: center
}

.preise-content {
    padding: 0px 20px;
}

.preise p,
.preise-content p,
.preise ul {
    text-align: left;
}

.preise .price {
    border-bottom: 1px solid #909090;
    padding-bottom: 10px;
    font-weight: 600;
}

.preise-footer {
    background-color: rgba(25, 63, 78, 0.22);
    color: #1f1f1f;
    padding: 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.preise-footer-details {
    background-color: #0D2433;
    color: #e6e6e6;
    padding: 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.preise-footer-details p {
    display: inline-block;
    padding: 0 5px;
}

.preise .center {
    text-align: center;
}

.fa-mobile {
    font-size: 1.5em;
}

.php {
    max-width: 35px;
}

#preise form {
    margin: 50px 0;
    padding: 20px 50px;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, 0.87);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.anfrage {
    background-image: url(../img/hero1_bckgrd4.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.anfrage h4 {
    border-top: 1px solid rgb(191, 191, 191);
    padding-top: 15px;
}

section.impressum .container {
    color: #272727;
    padding: 30px 120px;
}



/*========/*--MEDIA QUERIES--======*/

/*====================================================================================*/
/*--MEDIAQUERIES MAX-WIDTH: 767---*/
@media (max-width: 767px) {

    body,
    h1,
    h2,
    h3,
    .lead {
        font-size: 1.5em;
    }

    .navbar-nav {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .navbar-nav li {
        margin: 5px 0;
        font-size: 1.2em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    h1 {
        font-size: 1.8em;
        margin: 5px
    }

    h2 {
        font-size: 1.5em;
    }

    .leistungen-box,
    .warum,
    .kontakt,
    .leistungen {
        text-align: center;
    }

    #hero2 {
        text-align: center;
    }

    .leistungen-box li {
        margin-bottom: 16px;
        line-height: 1.2em;
        padding-left: 0;
    }

    .leistungen-intro .list-unstyled li {
        max-width: 440px;
        margin: 10px auto;
    }

    .kontakt .form-group p {
        text-align: center;
    }

    .carousel img {
        width: 240px;
    }

    .confused {
        width: 50px;
    }

    .ueber-portrait {
        max-width: 150px;
    }

    .warum .portrait {
        max-height: 200px;
    }

    .lead {
        font-size: 1.2em;
    }

    .preise-intro {
        text-align: center;
    }

    .preise-box {
        max-width: 320px;
        margin: 10px auto 40px;
    }

    #index .preise-box {
        max-width: 280px;
    }

    .details-box {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px
    }

    section.impressum .container {
        padding: 20px 20px;
    }

    .hero-logo {
        min-width: 220px;
        max-width: 95%;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .kontakt input[type="text"],
    .kontakt input[type="text-area"],
    .kontakt input[type="email"],
    .kontakt input[type="url"],
    .kontakt input[type="tel"],
    .kontakt textarea {
        max-width: 70%;
        margin: 0px auto 30px;
    }

    .form-group p {
        text-align: left;
    }

    .checkbox.input-sub {
        margin-left: 0px
    }

    .kontakt label {
        display: block;
        text-align: center
    }

    .footer i {
        padding: 0 .6em 1em;
    }

    .impressum {
        padding: 0 10%;
    }

    .ig-item {
        font-size: .7em;
    }

    .infographic .fa-long-arrow-right,
    .infographic .fa-long-arrow-left {
        font-size: 1.9em;
    }

    .infographic .arrow {
        font-size: 2em;
        margin: 20px auto;
        padding: 5% 1%;
        -webkit-transform: scaleY(2.6);
        -ms-transform: scaleY(2.6);
        transform: scaleY(2.6);
        color: #2c2c2c;
        text-shadow: 0px 0px 1px #ffffff;
    }

    .infographic .fa-long-arrow-left,
    .infographic .fa-long-arrow-right {
        top: 2em;
    }

    .ig-item-sub h4,
    .ig-item-sub p {
        font-size: .94em;
    }

    .ig-item-sub {
        padding: 0.2rem 0.9rem;
    }


    .outline {
        padding: 30px 0px;
        margin: 0;
    }
}


/*====================================================================================*/
/*--MEDIAQUERIES MAX-WIDTH: 992--*/


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

    h3,
    .lead {
        font-size: 2rem;
    }

    #hero2,
    .preise-intro h3 {
        text-align: center;
    }

    .leistungen-box {
        text-align: center;
    }

    .leistungen-img {
        margin: 0 auto;
        max-width: 55%;
    }

    .preise-box {
        padding: 15px 8px;
    }

    .preise-content {
        padding: 0px 8px;
    }

    .portrait {
        max-height: 150px;
    }

    section.impressum .container {
        padding: 20px 0px;
    }

    .carousel img {
        max-height: 220px;
    }

    .phonelady3 {
        position: relative;
        bottom: -27px;
        left: -10px;
    }
}

/*====================================================================================*/
/*--MEDIAQUERIES MIN-WIDTH: 992-- MAX-WIDTH 1200px*/

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

    .phonelady3 {
        bottom: -30px;
        left: -112px;
    }

    .hero-logo {
        max-width: 400px;
    }

    .impressum {
        padding: 0 0;
    }
}

/*====================================================================================*/
/*---SHADOWS + EFFECTS---*/

.shadow2 {
    position: relative;
}

.shadow2:before,
.shadow2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 12px;
    left: 10px;
    width: 50%;
    top: 80%;
    -webkit-box-shadow: 0 15px 10px #000000;
    box-shadow: 0 15px 10px #000000;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.shadow2:after {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 10px;
    left: auto;
}

/*====================================================================================*/
/*---ANIMATIONS---*/

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;

    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@-webkit-keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-slow {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeInSlow ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    animation: fadeInSlow ease-in 1;

    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/*====================================================================================*/
