/*
Messinger
dunkelgrau #404041
hellgrau #e7e7e8
 */

/* 1.1 General */

@import url('bootstrap.css');
@import url('animsition.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('jquery.fullPage.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2.1428;
    color: #7e7e7e;
    /*background: #0000;*/
    background: #404041;
    -webkit-overflow-scrolling: touch;
}

.section ul {
    margin: 10px 0;
}

.table-hover > tbody > tr:hover {
    background-color: #0005;
}


/* 1.2 Typography */


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

h1,
.h1 {
    font-weight: 700;
    font-size: 3.428rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    /*letter-spacing: -0.025em;*/
    margin: 0.5em 0;
    text-transform: uppercase;
}

.datenschutz h1,
.impressum h1 {
    margin-bottom: 3rem;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 2.571rem;
    line-height: 1.166;
    color: #fff;
    letter-spacing: 0;
    margin: 2.6rem 0;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

h3,
.h3 {
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    /*letter-spacing: -0.05em;*/
    color: #fff;
    margin: 2.6rem 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    /*letter-spacing: 0.025em;*/
    color: #fff;
    margin: 4rem 0 2.2rem;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.571rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 1.285rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #fff;
    margin: 2.6rem 0;
}

h1, h2, h3, h4, h5 {
    /*font-family: 'Bitter', serif;*/
    font-family: 'Vollkorn', serif;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

.print-logo {
    display: none;
}

strong {
    font-weight: 600;
}

p,
blockquote {
    margin-bottom: 2.6rem;
}

blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 1.714rem;
    /*letter-spacing: 0.025em;*/
    line-height: 1.5;
    padding: 0;
    width: 80%;
    padding-left: 6.8rem;
    border-left: 0.3rem solid #e30613;
    margin-top: 5rem;
    color: #fff;
}

cite {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
}

.blockquote-cite {
    font-size: 1rem;
    color: #999999;
    letter-spacing: 0.05em;
    padding-left: 7.1rem;
    margin-bottom: 5rem;
}

.blockquote-cite cite {
    font-size: 1.14rem
}

a {
    color: #e30613;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
    color: #e30613;
    outline: none;
}


a:focus {
    text-decoration: none;
}

main.wrapper a {
    text-decoration: none;
}

main.wrapper a:hover {
    text-decoration: underline;
}

/* 1.3 Fields */


input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.75em;
    color: #3d3d3d;
    background-color: #fff;
    border: 0;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    padding: 0.2rem 1rem 0;
    height: 3.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

textarea {
    padding-top: 0.8rem;
    height: 15rem;
    resize: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #e30613;
    outline: 0;
}

input.input-gray,
textarea.input-gray {
    background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus {
    background: #fff;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.form-group {
    margin-bottom: 30px;
}

input.error {
    border-color: #e30613;
}

.mc-label,
label.error {
    font-size: 0.83em;
    font-weight: 400;
    margin: 0.7em 0 0 0;
}

ol {
    list-style: none;
    /*counter-reset: my-awesome-counter;*/
}

ol li {
    /*counter-increment: my-awesome-counter;*/
}

ol li::before {
    /*content: counter(my-awesome-counter);*/
    font-weight: bold;
}

/* 1.4 Buttons */


.btn {
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 1.1em 2.28em 1em;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
    background-color: #e30613;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-upper {
    font-weight: 600;
    text-transform: uppercase;
}


.btn-yellow {
    background: #e30613;
    color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #000;
}


/* 1.5 Icons */


.icon {
    display: inline-block;
}

.icon-medium {
    font-size: 4.2rem;
}

.link-arrow {
    display: inline-block;
    color: #000;
    line-height: 1 !important;
    font-weight: 600;
}

.link-arrow-2 {
    display: inline-block;
    font-size: 1.14rem;
    color: #999999;
    font-weight: 400;
}

.link-arrow .icon,
.link-arrow-2 .icon {
    position: relative;
    margin-left: 0.7rem;
    font-size: 2.1em;
    vertical-align: middle;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.link-arrow .icon {
    top: 0.1rem;
}

.link-arrow .ion-ios-arrow-right {
    font-size: 1.5em;
}

.link-arrow-2 .ion-ios-arrow-right {
    font-size: 1.5em;
}

.link-arrow:hover,
.link-arrow-2:hover {
    color: #e30613;
    text-decoration: none;
}

.link-arrow:hover .icon,
.link-arrow-2:hover .icon {
    -webkit-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}


/* 1.6 Preloader */


.animsition {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e30613;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* 1.7 Helpers */


.text-dark {
    color: #404041;
}

.text-muted {
    color: #999;
}

.text-light, .text-light p {
    color: #e7e7e8;
}

.text-white, .text-white p {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.text-primary {
    color: #e30613;
}

.name {
    /*font-size: 40px;*/
}

.masked {
    position: relative;
}

.masked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.rel-1 {
    position: relative;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}


/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/


.navbar {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 2.7rem;
    height: 7rem;
    /*background-color: #404041;*/
    background-color: transparent;
    margin: 0;
    border-radius: 0;
}

.navbar .brand {
    float: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


.navbar .brand-img-white {
    /*display: none;*/
}

.navbar-white .brand-img {
    /*display: none;*/
}

.navbar-white .brand-img-white {
    /*display: inline-block;*/
}


.navbar.sticky {
    background-color: #404041;
    height: 140px;
}

@media (max-width: 767px) {
    .navbar.sticky {
        height: 110px;
    }
}

@media (max-width: 575px) {
    .navbar.sticky {
        height: 80px;
    }
}


/* 2.1 Navbar elements */


.brand {
    line-height: 1.6;
    color: #fff;
    display: inline-block;
}

a.brand:hover,
a.brand:focus {
    text-decoration: none;
    color: #fff;
}

.brand img {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.65rem;
    height: 70px;
}

.brand-info {
    display: inline-block;
}

.brand-name {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1;
}

.brand-text {
    color: #7e7e7e;
    font-size: 0.857rem;
    font-weight: 300;
    margin-top: -0.3rem;
}

@media (max-width: 767px) {
    .scrolled .brand img {
        display: none;
    }
}


.webdesign a {
    color: #fff;
    padding-left: 17px;
    background: url(../images/profilschmiede.png) left top / 11px no-repeat;
}

.webdesign a:hover {
    color: #e30613;
    text-decoration: none;
}

@media (max-width: 991px) {

}

.navbar-toggle {
    display: block;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
    margin: 0 0 8px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar {
    background-color: #e30613;
}

.navbar .social-list {
    float: right;
    margin-right: 10%;
}

@media (max-width: 767px) {
    .brand img {
        height: 60px;
    }

    .navbar {
        padding-top: 1.7rem;
    }

    .navbar-toggle {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {

    .navbar-toggle {
        padding-top: 10px;
    }

    .brand img {
        height: 50px;
    }
}


.social-list {
    overflow: hidden;
}

.social-list a {
    /*float: left;*/
    font-size: 1.428rem;
    line-height: 1;
    color: #fff;
    margin-left: 2rem;
}

.social-list a:first-child {
    margin-left: 0;
}

.social-list a:hover {
    color: #e30613;
    text-decoration: none;
}

.navbar-spacer {
    float: right;
    margin: -1rem 4.5rem 0;
    width: 1px;
    height: 3.3rem;
    background-color: #3c3c3c;
}

.navbar-address {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}


/* 2.2 Navbar affix */


.navbar.affix {
    position: fixed;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}


/* 2.3 Sidebar menu */


.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #272727;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.close-menu {
    position: absolute;
    z-index: 2;
    top: 3.2rem;
    font-size: 2.3rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-menu:hover {
    color: #e30613;
}

.menu .menu-lang {
    opacity: 0;
    position: absolute;
    opacity: 0;
    left: 15%;
    top: 3rem;
    text-transform: uppercase;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a {
    display: inline-block;
    margin-left: 1.5rem;
    color: #7e7e7e;
}

.menu-lang a:first-child {
    margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover {
    color: #e30613;
    text-decoration: none;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 9rem;
    bottom: 10.5rem;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    /*letter-spacing: -0.025rem;*/
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a {
    color: #7e7e7e;
}

.menu-list .active > a,
.menu-list li a:hover {
    text-decoration: none;
    color: #fff;
}

.menu-list > li {
    font-size: 1.95rem;
    line-height: 1;
}

.menu-list > li {
    margin-top: 1.7rem;
}

.menu-list > li:first-child {
    margin-top: 0;
}


.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem;
}

.menu-list ul li:first-child {
    margin-top: 2.4rem;
}

.menu-footer {
    position: absolute;
    left: 15%;
    bottom: 4rem;
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
    /*color: #7e7e7e;*/
    margin: 0;
    margin-right: 2.7rem;
}

.menu-footer .social-list a:last-child {
    margin-right: 0;
}

.menu-footer .social-list a:hover {
    color: #e30613;
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #fff;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
    visibility: visible;
}

.menu-is-opened .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

footer ul li {
    display: inline-block;
    padding: 0 15px;
}


/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/


.wrapper {
    padding-top: 7rem;
    /*overflow-x: hidden;*/
}

.boxed {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid {
    padding: 0;
    max-width: 100%;
}


@media (min-width: 992px) {
    main.container {
        width: 100%;
    }
}

.left-boxed {
    left: 1.7rem;
}

.right-boxed {
    right: 1.7rem;
}

.section {
    padding: 10.28rem 0;
}

.section-title {
    margin: 0;
}

.section-title .link-arrow-2 {
    margin-top: 1.05rem;
}

.section-subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 1.142rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e30613;
    margin-bottom: 1rem;
}


/* 3.1 Jumbotron */


.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #272727;
}


/* 3.2 Slider */


.rev_slider .link-arrow {
    color: #fff;
}

.rev_slider .link-arrow:hover {
    color: #e30613;
}

.rev_slider .link-arrow:hover .icon {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-prev {
    left: 2.2rem;
}

.slider-next {
    right: 2.2rem;
}

.slider-prev:hover,
.slider-next:hover {
    color: #e30613;
}


/* 3.3 Section About */

.pagepiling .section.section-2 {
    background: #aaa !important;
}

.section-about {
    padding: 8rem 0 0;
}

.section-about-title {
    margin-bottom: 5rem;
}

.dots-image {
    display: inline-block;
    position: relative;
}

.dots-image img {
    display: block;
    position: relative;
    z-index: 1;
}

.dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -15%;
    width: 101%;
    height: 57.2%;
    background: url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box {
    position: relative;
    white-space: nowrap;
    margin: 6rem 0;
}


@media (min-width: 992px) {
    .experience-box {
        margin-top: 6rem;
    }
}

@media (min-width: 1200px) {
    .experience-box {
        margin-top: 12.2rem;
    }
}

.experience-border {
    display: inline-block;
    vertical-align: middle;
    width: 12.15rem;
    height: 12.15rem;
    border: 0.357rem solid #e30613;
}

.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -8rem;
    top: 0.2rem;
}

.experience-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 7.142rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.experience-info {
    display: inline-block;
    vertical-align: middle;
    margin: -1rem 0 0 0.8rem;
    font-size: 1.57rem;
    line-height: 1.181;
    color: #fff;
}


/* 3.4 Section Projects */


.section-projects {
    padding-bottom: 8rem;
}

.filter-content {
    position: relative;
    overflow: hidden;
}

.filter {
    list-style: none;
    font-size: 1.142rem;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    margin: 0;
}

.filter li {
    margin: 0.6rem 2.6rem 0 0;
    display: inline-block;
}

.filter li:last-child {
    margin-right: 0;
}

.filter li a {
    color: inherit;
}

.filter li a:hover,
.filter .active a {
    color: #e30613;
    text-decoration: none;
}

.section-projects .filter-content {
    margin: 2rem 0 0 0;
}

.section-projects .filter {
    margin: 0;
}

.section-projects .view-projects {
    margin: 0.85rem 0 0 0;
}

.view-projects {
    display: inline-block;
    font-style: italic;
    color: #999999;
}

.view-projects:hover {
    text-decoration: none;
    color: #e30613;
}


/* 3.4.1 Projects Carousel */


.project-carousel {
    margin-top: 5.92rem;
}

.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .disabled {
    color: #777;
    cursor: default;
}

.owl-prev,
.owl-next {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-prev:before {
    font-family: "Ionicons";
    content: "\f3d2";
}

.owl-next:before {
    font-family: "Ionicons";
    content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
    color: #e30613;
}

.owl-dots {
    text-align: center;
    margin-top: 5.857rem;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
}

.owl-dot span {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #cccccc;
}

.owl-dot.active span {
    background-color: #e30613;
}

.project-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-item img {
    width: 100%;
}

.item-shadow {
    position: relative;
}

.item-shadow:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.project-item .link-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 3rem;
    bottom: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.project-title {
    color: #fff;
    margin: 0;
}

.project-hover .project-title {
    position: absolute;
    bottom: 5.5rem;
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #333333;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.project-item:hover .project-hover {
    background-color: rgba(206, 224, 2, 0.85);
}

.project-item:hover .project-hover .project-title {
    position: relative;
    color: #000;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;

}

.project-item:hover .project-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
    color: #000;
}


/* 3.5  Section Clients */


.section-clients .section-title {
    margin-right: 7rem;
}

.client-carousel {
    margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img {
    display: inline-block;
    width: auto;
}

.client-box {
    position: relative;
    color: #999;
    background-color: #333333;
    padding: 6rem 3.28rem 3.28rem;
}

.image-quote {
    position: absolute;
    top: 3.28rem;
    right: 3.28rem;
}

.client-img {
    position: relative;
    z-index: 1;
    margin: 0 0 -3rem 2.6rem;
    border-radius: 50%;
}

.client-title {
    letter-spacing: 0;
}

.client-name {
    font-size: 1.28rem;
    line-height: 1;
    color: #fff;
}

.client-description {
    margin: 1.5rem 0 0;
    line-height: 1.71em;
}


.client-carousel .owl-nav {
    right: 0;
    top: -7.8rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.client-carousel .owl-prev {
    margin-right: 2rem;
}


/* 3.6 Section Partners */


.partner-carousel {
    margin-top: 10.28rem;
}

.partner-carousel .partner-carousel-item img {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* 3.7 Section News */


.section-news {
    border-bottom: 1px solid #383838;
}

.news-carousel {
    margin-top: 4.7rem;
}

.news-item {
    position: relative;
}

.news-item img {
    width: 100%;
}

.news-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.7rem;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hover-border div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hover-border div::before {
    position: absolute;
    content: "";
    background: #e30613;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hover-border::after {
    position: absolute;
    content: "";
    background: #e30613;
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s 0.2s;
    -o-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s;
}

.hover-border div::after {
    position: absolute;
    content: "";
    background: #e30613;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s 0.4s;
    -o-transition: 0.2s 0.4s;
    transition: 0.2s 0.4s;
}

.hover-border::before {
    position: absolute;
    content: "";
    background: #e30613;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s 0.8s;
    -o-transition: 0.2s 0.8s;
    transition: 0.2s 0.8s;
}

.news-hover .content {
    opacity: 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-hover .time {
    margin-bottom: 0.6rem;
}

.news-title {
    font-size: 1.95rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.news-description {
    opacity: 0;
    margin-bottom: 0;
    line-height: 1.71;
    margin-top: 10%;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: 0.5s 0.3s ease;
    -o-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
}

.news-hover .read-more {
    position: absolute;
    opacity: 0;
    bottom: 2.7rem;
}

.read-more {
    font-weight: 600;
}

.news-item:hover .news-hover {
    background-color: #272727;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content {
    opacity: 1;
}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.news-item:hover .news-hover .read-more {
    opacity: 1;
}


/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/


/* 4.1 Navbar */


.navbar-2 {
    background: transparent;
    padding-top: 1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.navbar-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 95px;
    /*background: rgba(64,64,65,0.5);*/
    background: transparent;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);

    /****  fixed Navi top ein-/ausblenden ****/
    /*display: none;*/
}


.navbar-2 .brand {
    width: 18rem;
}

.navbar-2 .brand-text {
    color: #fff;
}

.navbar-2 .navbar-address {
    float: left;
    margin-left: 5rem;
}

.navbar-2 .social-list {
    float: left;
    margin-left: 7.5rem;
}

.navbar-white {
    background: transparent;
}


.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a {
    color: #fff;
}

.navbar-white .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-white .social-list a:hover {
    color: #e30613;
}

.copy-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2.4rem;
    color: #000;
}

.lang-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 2.4rem;
    color: #000;
}

.copy-bottom.white {
    color: #fff;
}

.lang-bottom .menu-lang {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active) {
    color: #000;
}


.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active) {
    color: #fff;
}

.lang-bottom .menu-lang a:hover,
.lang-bottom.white .menu-lang a:hover {
    color: #e30613;
}

#pp-nav {
    z-index: 99;
    width: 2.1428rem;
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
    /*display: none;*/
    font-size: 2.1428rem;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up {
    margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
    margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li {
    margin: 1.928rem auto;
    width: 10px;
    height: 10px;
}

#pp-nav span, .pp-slidesNav span {
    left: 0;
    top: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #000;
    /*border:0;*/
    border: 1px solid #e30613;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
    color: #e30613;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
    color: #fff;
}

#pp-nav.white span, .pp-slidesNav span {
    background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover {
    background: #e30613;
}

.icon-chevron-up:before, .icon-chevron-down:before {
    /*text-shadow: 0 0 2px #6c6c6c;*/
}

.pp-nav-up.icon-chevron-up, .pp-nav-down.icon-chevron-down {
    font-size: 40px;
    font-weight: bold;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6c6c6c;
}


/* 4.2 Sections */


.pagepiling .section {
    /*background: #272727;*/
    background: #404041;
    padding-top: 11.3rem;
    padding-bottom: 7rem;
}

.pagepiling .section.section-2 {
    background: #272727;
}

.vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1.142rem;
}


.pagepiling .section-1.pp-scrollable .vertical-centred {
    padding-top: 10rem;
    padding-bottom: 11rem;
}

.section-7.pp-scrollable .vertical-centred {
    padding-top: 10rem;
}

.pagepiling .pp-scrollable {
    padding: 0;
}

#pp-nav {
    width: 3rem;
}

#pp-nav li a span {
    border-color: #6c6c6c !important;
}

.pp-nav-up.icon-chevron-up, .pp-nav-down.icon-chevron-down,
#pp-nav.white .pp-nav-up, #pp-nav.white .pp-nav-down {
    font-size: 3rem !important;
}

.scroll-wrap {
    position: relative;
    min-height: 100%;
    max-height: 100%;
}

.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .pagepiling .section-1.pp-scrollable .vertical-centred {
        padding-top: 0;
    }

}

@media (max-width: 767px) {
    .navbar-bg {
        height: 85px;
    }

    .pagepiling .section-1.pp-scrollable .vertical-centred {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -14rem;
        margin-bottom: 5rem;
    }

}

@media (max-width: 575px) {

    .pagepiling .pp-scrollable .vertical-centred {
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
    }

    .pagepiling .section-1.pp-scrollable .vertical-centred {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -14rem;
        margin-bottom: 5rem;
    }

    .navbar-bg {
        height: 75px;
    }

    .pp-scrollable .vertical-centred,
    .pp-scrollable .vertical-centred,
    .pp-scrollable .vertical-centred {
        padding-top: 45px;
        padding-bottom: 0;
    }


}


.boxed-inner {
    position: relative;
    padding: 0;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {

    .section-bg {
        background-size: contain;
        background-position: right bottom;
    }
}

@media (max-width: 575px) {

    .section-bg {
        background-size: 170%;
        background-position: right bottom;
    }
}

.vertical-title {
    position: absolute;
    white-space: nowrap;
    width: 0;
    top: 100px;
    right: 7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vertical-title span {
    display: block;
    float: right;
}

.vertical-title {
    display: none;
}

.section .intro {
    opacity: 0;
    -webkit-transition: opacity 1s 0.3s ease;
    -o-transition: opacity 1s 0.3s ease;
    transition: opacity 1s 0.3s ease;
}

.section:not(.section-1) .intro {
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    -o-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: all 0.35s 0.6s ease;
    -o-transition: all 0.35s 0.6s ease;
    transition: all 0.35s 0.6s ease;
}

.section.active .intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.subtitle-top {
    line-height: 1.714;
    margin-bottom: 2.8rem;
    letter-spacing: 0.1em;
}


/* 4.3 Section About */


.hr-bottom {
    position: absolute;
    margin-top: 13vh;
    margin-bottom: 0;
    height: 0.2858rem;
    width: 7.142rem;
    background: #e30613;
}

.title-uppercase {
    text-transform: uppercase;
    /*letter-spacing: -0.025em;*/
    line-height: 1.33333;
    margin: 0 0 5rem;
}

.title-uppercase.less-bottom {
    margin: 0 0 2rem;
}

.service-list {
    margin-bottom: 5rem;
    font-size: 1.2857rem;
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    font-weight: 300;
}

.service-list li {
    margin-bottom: 0.7rem;
}

.service-list li a {
    color: inherit;
}

.service-list li a:hover {
    color: #fff;
    text-decoration: none;
}

.dots-image-2 {
    display: inline-block;
    position: relative;
}

.dots-image-2 .dots {
    position: absolute;
    z-index: -1;
    left: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: 0.8;
    background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info {
    position: absolute;
    left: 12%;
    margin-top: -4.4rem;
    top: 100%;
}

.experience-info .number {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 10.71rem;
    margin-right: 1.7rem;
}


.experience-info .text {
    display: inline-block;
    font-size: 1.571rem;
    font-weight: 600;
    line-height: 1.181;
    text-transform: uppercase;
}


/* 4.4 Section Projects*/


.bg-changer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.row-project-box {
    /*margin-top: -30px;*/
}

.col-project-box {
    margin-bottom: 30px;
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid #404041;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem;
}

.project-box h5 {
    margin: 0;
    color: #404041;
}

.project-category {
    color: #404041;
    margin-top: 0.5rem;
}

.project-box:hover {
    background: #e30613;
    text-decoration: none;
    border-color: transparent;
}

.project-box:hover h5 {
    color: #000;
}

.project-box:hover .project-category {
    color: #666666;
}

.link-arrow.h5 {
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 0;
}

.link-arrow.h5 .icon-chevron-right {
    font-size: 1.8rem;
    margin-top: -0.45rem;
}


.section-3 .link-arrow.h5 {
    margin-top: 4rem;
}


.section-4 h2 {
    /*margin-bottom: 7rem;*/
}


/* 4.5 Section Reviews */


.icon-quote {
    display: inline-block;
    margin-top: -0.6rem;
    color: #e30613;
    font-size: 5.14rem;
}

.section-5 .title-uppercase {
    margin-top: 7vh;
    margin-bottom: 3rem;
}

.review-carousel .text {
    /*font-family: 'Libre Baskerville', serif;*/
    font-size: 1.142rem;
    line-height: 1.875;
}

.review-author {
    margin-top: 5.7rem;
}

.author-name {
    font-size: 1.2857rem;
    line-height: 1.333;
    font-weight: 600;
}

.review-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 7.7vh;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
    font-size: 1.2857rem;
    width: 3.57rem;
    height: 3.57rem;
    line-height: 3.57rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right: 0.857rem;
}

.review-carousel .owl-prev:before {
    font-family: 'Linearicons';
    content: "\e93b";
}

.review-carousel .owl-next:before {
    font-family: 'Linearicons';
    content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
    background: #fff;
    color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled {
    cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover {
    background: none;
    color: #fff;
}


/* 4.6 Section Contacts */


.map-2 {
    width: 100%;
    height: 18rem;
    border: 0;
    text-align: center;
}

.contact-info {
    /*overflow: hidden;*/
    margin-top: 3.5rem;
}

.row-contact-info {
    margin: -2rem 0;
}

.success-message,
.error-message {
    display: none;
    margin-top: 2rem;
}

.col-contact-info {
    /*padding: 0 4%;*/
    margin-top: 5rem;
    padding-top: 5rem;
    /*border-top: 1px solid #3c3c3c;*/
}

.col-contact-info:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-info h3 {
    font-size: 1.92rem;
    line-height: 1.06;
    /*letter-spacing: -0.025em;*/
    text-transform: uppercase;
    margin: 0 2rem 2rem 0;
    float: left;
    min-width: 140px;
    height: 50px;
}

.contact-info h3.kontakt {
    height: 120px;
}

.contact-info h3.nowrap {
    white-space: nowrap;
}

.contact-info .col-right {
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
}

.contact-info-row {
    line-height: 1.5;
    margin-bottom: 2.14rem;
    padding-top: 10px;
    white-space: nowrap;
    color: #fff;
}

@media (max-width: 767px) {
    .contact-info-row, .vertical-centred {
        font-size: 1.3rem;
        line-height: 2;
    }

}

.contact-info-row:last-child {
    margin-bottom: 0;
}

.contact-info-row strong {
    font-size: 1.1428rem;
    text-transform: uppercase;
}

.contact-info-row .mb-1 {
    margin-bottom: 10px;
}

.contact-info-row a {
    /*color: #7e7e7e;*/
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.contact-info-row a:hover,
.contact-info-row a:focus,
.contact-info-row a:active {
    color: #e30613;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1210px) {

    .contact-info h3 {
        margin: 0 2rem 2rem 0;
    }

}

/*-------------------------------------------------------------------------------
  5. Homepage v3
-------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------
  6. Pages
-------------------------------------------------------------------------------*/


.display-1 {
    font-size: 4.28rem;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
}

.display-2 {
    /*font-size: 5.14rem;*/
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase;
}

.text-display-1 {
    font-size: 1.714rem;
    line-height: 2;
    letter-spacing: 0;
}

.text-display-1 p {
    margin-bottom: 3.5rem;
}

.text-display-1 p:last-child {
    margin-bottom: 0;
}

.title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #e30613;
}

.title-info {
    font-size: 1.28rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.4rem;
}

.page-header,
.page-header-2,
.page-header-3 {
    border-bottom: 0;
    margin: 8rem 0 7rem;
    padding: 0;
}

.page-header h1,
.page-header-2 h1,
.page-header-3 h1 {
    margin: 0;
}

.page-header-3 .title-hr {
    margin-bottom: 2.7rem;
}

.page-inner {
    margin-top: 10.28rem;
}

.section-info {
    color: #999999;
    line-height: 1.111;
    font-size: 1.28rem;
    text-transform: uppercase;
    font-weight: 600;
}

.section-info {
    margin-bottom: 4rem;
}

.section-info .title-hr {
    margin: 0 0 2rem;
}

.info-title {
    width: 1px;
}

.bg-dots {
    background: url(../images/bg/dots2.png) 0 0 repeat;
}


@media (max-width: 991px) {

    .display-2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {

    .display-2 {
        font-size: 40px;
    }

    .name {
        /*font-size: 35px;*/
    }
}

@media (max-width: 575px) {
    .display-2 {
        font-size: 30px;
    }

    .name {
        /*font-size: 25px;*/
    }
}


/* 6.1 Works Grid */


.js-isotope {
    overflow: hidden;
}

.filter-content-2 {
    margin-bottom: 5.9rem;
}

.filter-content-2 .filter li,
.filter-content-3 .filter li,
.filter-content-4 .filter li {
    margin-right: 4rem;
}

.filter-content-3 {
    margin-bottom: 4.6rem;
}

.filter-content-4 {
    margin: 6rem 0 9rem;
}

.grid-items {
    margin: -30px -15px 0 -15px;
}

.grid-items:after {
    content: '';
    clear: both;
    display: block;
}

.grid-item {
    float: left;
    padding: 30px 15px 0 15px;
}

.project-hover-2 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 2.71rem;
    -webkit-transition: 0.5s ease;;
    -o-transition: 0.5s ease;;
    transition: 0.5s ease;;
}

.project-hover-2 .icon-plus {
    opacity: 0;
    position: absolute;
    color: #000;
    right: 2.71rem;
    font-size: 3rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.project-hover-2 .project-title {
    opacity: 0;
    position: absolute;
    bottom: 2.71rem;
    color: #000;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.project-item:hover .project-hover-2 {
    background-color: rgba(206, 224, 2, 0.85);
}

.project-item:hover .project-hover-2 .project-title,
.project-item:hover .project-hover-2 .icon-plus {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 6.2 Works Carousel */


.sly {
    position: relative;
    overflow: hidden;
}

.slidee {
    list-style: none;
    padding-left: 0;
}

.sly ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.sly ul li {
    float: left;
    width: 400px;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prev.disabled,
.next.disabled {
    opacity: 0.5;
}

.prev:hover,
.next:hover {
    color: #e30613;
}

.prev {
    left: 2.5rem;
}

.next {
    right: 2.5rem;
}


/* Scrollbar */


.scrollbar {
    margin: 6.8rem 0 0;
    height: 1px;
    background: #3c3c3c;
    line-height: 0;
}

.scrollbar .handle {
    position: relative;
    top: -2px;
    width: 100px;
    height: 3px;
    background: #999999;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Works on Firefox */
/** {
    scrollbar-width: thin;
    scrollbar-color: #e30613 #404041;
}

!* Works on Chrome, Edge, and Safari *!
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #e30613
}

*::-webkit-scrollbar-thumb {
    background-color: #404041;
    border-radius: 20px;
    border: 3px solid #e30613
}*/


/* 6.8 About Us */


.about-info {
    padding-top: 0;
}

.content-entry-image {
    padding-top: 38%;
    min-height: 28rem;
    background: url(../images/1-1920x800.jpg) 50%;
    background-size: cover;
}


/* 6.9 Contacts */


.map {
    width: 100%;
    height: 26rem;
    border: 0;
    text-align: center;
}

.map-info {
    color: #000;
    text-align: left;
    padding: 1rem 0;
}

.map-address-row {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4;
}

.map-address-row .fa {
    margin-right: 0.5rem;
}

.gmap-open {
    margin: 2rem 0 0;
}

.row-contact {
    margin: -6rem -3.5rem 0;
}

.col-contact {
    margin-top: 6rem;
    padding: 0 3.5rem;
}

.contact-title {
    letter-spacing: 0;
    margin: 0;
}

.contact-top {
    margin-bottom: 1.3rem;
}

.contact-title span {
    color: #ccc;
    font-weight: 400;
}

.contact-address {
    font-size: 1.142rem;
    line-height: 1.875;
    letter-spacing: -0.025rem;
    margin-bottom: 2rem;
}

.contact-row {
    margin-bottom: 0.6rem;
}

.phone-lg {
    font-size: 2.142rem;
    line-height: 1.3;
    margin-bottom: 3.6rem;
}

.contact-social {
    margin-top: 1rem;
}

.contact-social a {
    color: #999999;
    font-size: 1.3rem;
}

.section-message {
    padding-top: 8rem;
}


/*-------------------------------------------------------------------------------
  7. Footer
-------------------------------------------------------------------------------*/


.footer {
    color: #fff;
    line-height: 1.71;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li a {
    color: #fff;
}

.footer ul .active a,
.footer ul li a:hover {
    color: #e30613;
    text-decoration: none;
}

.footer-flex {
    margin-top: -4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-flex .flex-item {
    margin-top: 4rem;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

footer .webdesign {
    text-align: right;
}

footer .footerlinks {
    text-align: center;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {

    .footer ul {
        margin: 20px 0;
    }

    .footer ul li:first-of-type {
        padding-left: 0;
    }

    footer .webdesign {
        text-align: left;
    }

    footer .footerlinks {
        text-align: left;
    }

}

@media (max-width: 767px) {
    footer .webdesign {
        text-align: left;
    }

}


/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */


/* 8.1 Min width 768px */


@media (min-width: 768px) {

    html {
        font-size: 13px;
    }

    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }


    /* Sidebar Menu */
    .menu {
        width: 50%;
    }


    /* Homepage */
    .boxed {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .boxed-inner {
        padding-left: 0;
    }

    .right-boxed {
        right: 3rem;
    }

    .left-boxed {
        left: 3rem;
    }


    /* Section About */
    .section-about {
        padding-top: 12rem;
    }


    /* Section Projects */
    .section-projects .filter {
        margin-right: 14rem;
    }

    .section-projects .view-projects {
        position: absolute;
        top: 0;
        right: 0;
    }


    /* Works Carousel */
    .sly ul li {
        width: 555px;
    }


    /* Homepage v2 */
    .project-box {
        padding-bottom: 75%;
    }

    .row-contact-info {
        margin-top: -2rem;
    }

    .col-contact-info {
        padding-top: 4rem;
        margin-top: 2rem;
    }

    /* Footer */
    .footer-flex .flex-item {
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }

}

@media (max-width: 991px) {
    .col-contact-info {
        margin-top: 2rem;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .col-contact-info {
        margin-top: 2rem;
        padding-top: 1rem;
    }

    .contact-info h3 {
        margin: 0 0 1rem 0;
    }
}

/* 8.2 Min width 992px */


@media (min-width: 992px) {

    html {
        font-size: 14px;
    }


    /* Helpers */
    .pull-md-right {
        float: right;
    }


    /* Sidebar Menu */
    .menu {
        width: 35%;
    }


    /* Homepage */
    .boxed {
        padding-left: 4.2857rem;
        padding-right: 4.2857rem;
    }

    .right-boxed {
        right: 4.2857rem;
    }

    .left-boxed {
        left: 4.2857rem;
    }


    /* Homepage v2 */
    .boxed-inner .boxed {
        padding-left: 6rem;
    }

    .service-list {
        margin-bottom: 0;
    }

    .col-contact-info {
        border-top: 0;
        padding-top: 0;
    }

    .row-contact-info {
        margin-top: -5rem;
    }

    .col-contact-info {
        margin-top: 5rem;
    }

    .col-contact-info:last-of-type {
        margin-top: 3rem;
    }


    /* Pages */
    .page-header {
        margin: 12.8rem 0 10.8rem;
    }

    .page-header-2 {
        margin: 8.7rem 0 10.5rem;
    }

    .page-header-3 {
        margin: 9.2rem 0 12.2rem;
    }

    .page-header-3 .title-hr {
        margin: 0.9rem 0 0;
    }

    .about-info .section-info .title-hr {
        margin-top: 1rem;
    }


    /* About */
    .about-info {
        padding-top: 1.2rem;
    }


    /* Contact */
    .map {
        height: 36rem;
    }


    /* Homepage v2 */
    .col-contact-info:nth-child(2n) {
        border-left: 1px solid #3c3c3c;
    }

}


/* 8.3 Min width 1200px */


@media (min-width: 1200px) {


    /* Helpers */
    .pull-lg-right {
        float: right;
    }


    /* Section Projects */
    .section-projects .filter-content {
        margin-top: 0;
    }


    /* Homepage v2 */
    .section-3 .link-arrow.h5 {
        float: right;
        margin-top: -1.3rem;
    }

    .section-5 .title-uppercase {
        /*margin-top: 22vh;*/
        margin-bottom: 0;
    }


    /* Works Carousel */
    .sly ul li {
        width: 685px;
    }


    /* Homepage v2 */
    .section-5 .vertical-centred {
        /*padding-top: 9rem;*/
        /*padding-bottom: 8rem;*/
    }

    .col-contact-info {
        border-left: 1px solid #3c3c3c;
    }

    .col-contact-info:last-of-type {
        margin-top: 5rem;
    }

    .col-contact-info h3 {
        min-width: unset;
    }

    /* Footer */
    .footer-flex .flex-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}


/* 8.5 Min Height 500px */


@media (min-height: 500px) {

    #pp-nav .pp-nav-up,
    #pp-nav .pp-nav-down {
        display: block;
    }

}


/* 8.6 Min Height 600px */


@media (min-height: 600px) {


    /* Sidebar Menu */
    .menu .menu-lang {
        top: 7rem;
    }

    .menu-list {
        top: 14rem;
        bottom: 20rem;
    }

    .menu-list > li {
        font-size: 2.571rem;
        /*font-size: 1.571rem;*/
    }

    .menu-footer {
        bottom: 6rem;
    }

    .menu-footer .copy {
        display: block;
    }
}


/** FARBANPASSUNGEN  **/

.pagepiling .section.section-6,
.pagepiling .section.section-2,
.pagepiling .section.section-4 {
    background: #999 !important;
    color: #000;
}

.pagepiling .section.section-3,
.pagepiling .section.section-5 {
    background: #404041 !important;
    color: #fff;
}


.table > tbody > tr:first-of-type > td {

    border-top: none;

}

.datenschutz ol,
.datenschutz ul {
    padding-left: 0;
    margin-left: 0;
}

.datenschutz ol > li {
    padding-left: 30px;
    margin-left: 0;
}

ol > li::before {
    padding-right: 15px;
}


/* ----------------------------- */

/* | Custom styles               */

/* ----------------------------- */

.klaro .cookie-modal,
.klaro .cookie-notice {
    font-size: 16px;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: bold;
    border-radius: 3px;
    padding: .5rem 1.25rem;
}

.klaro .cookie-modal .cm-btn.cm-btn-sm,
.klaro .cookie-notice .cm-btn.cm-btn-sm {
    padding: .5rem 1.25rem;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #e30613;
}

.klaro .cookie-modal .cm-btn.cn-decline,
.klaro .cookie-notice .cm-btn.cn-decline {
    background-color: #3b3b3b;
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: #FFFFFF;
    text-decoration: underline;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
    background-color: #666666;
}

.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
    background-color: #666666;
}

.klaro .cookie-modal .cm-modal,
.klaro .cookie-notice {
    background-color: #1b1e21;
}

.klaro .cookie-notice {
    background: url("../images/cog-gray.png") no-repeat right 15px top 15px/auto 30px #1b1e21;
}

.klaro .cookie-notice .cn-body {
    padding: 2rem 3rem;
}

.klaro .cookie-notice .cn-body p {
    line-height: 1.4;
}

.klaro .cookie-notice .cn-body p.cn-ok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.klaro .cookie-notice .cn-body p.cn-ok .cm-learn-more {
    margin-left: auto;
}

.klaro .cookie-modal .cm-modal .hide {
    display: block !important;
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 1.5rem;
}

.klaro .cookie-modal .cm-modal .cm-header .title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: .5rem;
}

.klaro .cookie-modal .cm-modal .cm-header .title + p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body {
    padding: 1.5rem;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    margin-bottom: 1rem;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:last-of-type {
    margin-bottom: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .slider {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input:checked + .cm-app-label .slider {
    background-color: #8DB8DE;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input.required:checked + .cm-app-label .slider {
    background-color: #8DB8DE;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-family: 'Arial', sans-serif;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.cm-app-description {
    font-size: .975rem;
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1.5rem;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none;
}

@media (min-width: 990px) {
    .klaro .cookie-notice {
        max-width: 650px;
        bottom: 50px;
        right: 70px;
    }

    .klaro .cookie-modal .cm-modal {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .klaro .cookie-notice .cn-body p.cn-ok {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .klaro .cookie-notice .cn-body p.cn-ok .cm-btn,
    .klaro .cookie-notice .cn-body p.cn-ok .cm-link {
        width: 100%;
        margin: 0 0 .5rem 0;
        text-align: center;
    }

    .klaro .cookie-notice .cn-body p.cn-ok .cm-link {
        margin-top: 1rem;
    }

    .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
        float: none;
        width: 100%;
        margin: 0 0 .5rem 0;
        text-align: center;
    }
}


.consent-settings .consent-settings-link img {
    display: inline-block;
    width: 1rem;
    height: auto;
}

/*.consent-settings {
  position: fixed;
  right: 3rem;
  bottom: 7rem;
  width: 2rem;
  height: 2rem;
  .consent-settings-link {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    opacity: .5;
    transition: all 250ms ease;
    &:hover, &:focus {
      opacity: 1;
    }
  }
  @include media-breakpoint-down(lg) {
    bottom: 5rem;
  }
  @include media-breakpoint-down(sm) {
    bottom: 3rem;
  }
}*/

.klaro .cookie-notice {
    background: url("../images/cog-gray.png") no-repeat right 15px top 15px/auto 30px #1b1e21;
}

/* Klaro GMaps Iframe */

.iframe-wrapper {
    position: relative;
}

.iframe-wrapper .iframe-blocked-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 2rem;
    text-align: center;
    background: url("../images/dummy-map.jpg") no-repeat center/cover rgba(255, 255, 255, 0.5);
}

.iframe-wrapper .iframe-blocked-message p {
    margin-bottom: 8px;
    line-height: 1.3;
}

.iframe-wrapper .iframe-blocked-message .btn-consent-settings {
    color: #FFFFFF;
    margin-top: 1rem;
    padding-left: 33px;
    background: url("../images/cog-white.svg") no-repeat left 20px center/auto 16px #C4BDB5;
}

@media (max-width: 520px) {
    .iframe-wrapper .iframe-blocked-message {
        padding: 1rem;
    }
}

.iframe-wrapper.blocked .iframe-blocked-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#activate-gmaps {
    padding: 12px 20px 12px 50px;
}

.vita td ul, .vita td ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.vita td {
    vertical-align: top;
}
.vita td {
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.vita td.table-year {
    padding-right: 10px;
}