/* TABLE OF CONTENTS



    1. Import section

    2. Basic styles

    3. BUTTONS

    4. HEADER

    5. SLIDER

    6. SERVICES

    7. OUR WORKS

    8. PRICING

    9. ABOUT US

    10. OUR TEAM

    11. TESTIMONIAL

    12. FUN FACTS

    13. CONTACT

    14. BLOG

    15. FOOTER

    16. SCROLL TO TOP



*/


/* 1. IMPORT SECTION */


/*  @import url("http://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");*/


/* 2. BASIC STYLES */

@font-face {
    font-family: 'DaxWeb';
    src: url('/site/templates/theme/css/DaxWeb.woff') format('woff');
}

@font-face {
    font-family: 'DaxWebMed';
    src: url('/site/templates/theme/css/DaxWeb-Medi.woff') format('woff');
}

html,
body {
    height: 100%;
}

body {
    /*      font-family: "Raleway", Helvetica, Arial, sans-serif;*/
    font-family: 'DaxWeb', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7857;
    /*      letter-spacing: 0.075em;*/
    letter-spacing: -0.007em;
    color: #e41d37;
    /*#E40134;*/
    background-color: #fff;
}

a {
    color: #e41d37;
    /*#E40134;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*text-decoration: underline !important;*/
}

a:hover {
    /*      color: #000;*/
    font-weight: bold;
    background-color: transparent;
    background: none;
    color: #e41d37;
}

a:focus {
    color: #e41d37;
}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

ul{
    padding-left: 25px;
}


ul:not(.bottom):not(.nav):not(.dropdown-menu) li:before {
    font-family: 'FontAwesome';
 /*   content: '\f105';*/
    margin: 0 5px 0 -9px;
    color: #e41d37;
}

li {
    list-style: none;

}


.scroll-up li:before {
    content: ''!important;
}

.nav a {
    text-decoration: none;
}

#st-preloader {
    display: none;
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

p {
    line-height: 1.5;
}


input,
textarea {
    outline: none;
}

label {
    font-weight: 300;
}


label.error {
    background-color: #E41D37 !important;
/*    background-color: #2bb500 !important;*/
    color:#fff;
    margin: 0px;
    padding: 0px 5px 5px 5px; 
    height: 27px;

}

    #fakzeptiert-error{
     display: block;
     max-width: 200px; 
}



.pull-right, .align_right {
    float: right!important;
}

.pull-left, .align_left {
    float: left!important;
}

figure.img.align_right, img.align_right {
    float: right!important;
    margin: 0px 0px 15px 30px;
}

figure.img.align_left, img.align_left {
    float: left!important;
    margin: 0px 30px 15px 0px;
}


img.bild-l{margin: 0px 15px 15px 0px;}
img.bild-r{margin: 0px 0px 15px 15px;}
img.bild-z{margin: 15px;}





#pre-status,
.preload-placeholder {
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    left: 50%;
    margin: -45px 0 0 -45px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.st-border {
    width: 34px;
    height: 1px;
    /*          display: block;*/
    display: none;
    background-color: #e41d37;
    /*#E40134;*/
}

.overlay {
    background-color: #e41d37;
    /*#E40134;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


/* 3. BUTTONS */

.btn {
    border-radius: 0px;
}

.btn-send {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-send:hover {
    background-color: #000;
    color: #fff;
}

.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-readmore:hover {
    background-color: #000;
    color: #fff;
}


/* 4. HEADER */

#header {}

#header .navbar {
    min-height: 130px;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #e41d37 !important;
}

.st-navbar {
    background-color: #fff;
    border-bottom: 0px solid #fff !important;
}

.st-navbar ul {
    margin-top: 15px;
    width: 100%;
}

.st-navbar ul li {
    width: 25%;
}

.st-navbar ul ul li {
    width: auto;
}

.st-navbar ul li a {
    /*      text-transform: uppercase;*/
    /*      font-weight: 600;*/
    font-size: 1.3em;
    padding: 0;
    margin: 14px;
    color: #e41d37;
    /*#E40134;*/
}

.st-navbar ul ul li a {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    border-bottom: 1px solid;
}

.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
    /*      background-color: transparent;

        color: #000;*/
    font-weight: bold;
    background: none;
    color: #e41d37;
}

.st-navbar .navbar-header {
    margin-top: 25px;
}

.st-navbar .navbar-toggle .icon-bar {
    background-color: #000;
}

.st-navbar .navbar-toggle {
    margin-top: 7px;
    margin-right: 25px;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu {
    font-size: 0.8em;
}


/* 5. SLIDER */

#slider {
    margin-top: 80px;
}


#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
}

#home-carousel .item:before {
    background-color: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-top: -130px;
}

.carousel-caption h1 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 100;
}

.carousel-caption h2 {
    font-size: 81px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: lowercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home-carousel-left,
.home-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}


/* Carousel animation */

#home-carousel .item h1,
#home-carousel .item h2,
#home-carousel .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1,
#home-carousel .item.active h2,
#home-carousel .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}


/* 6. SERVICES */

#services {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h1 {
    margin-top: 0;
}

.st-service {
    margin-top: 30px;
}

.st-service h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.st-service h2 i {
    margin-right: 10px;
}

.st-service p {}


/* 7. OUR WORKS */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/*  #our-works{

        padding-top: 130px;

        padding-bottom: 120px;

    }*/

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

.portfolio-wrapper ul.filter li {
    float: left;
 /*   text-transform: uppercase;
    margin-right: 25px;
    font-weight: 600;*/
}

.portfolio-wrapper ul.filter li a {
    color: #909090;
}

.portfolio-wrapper ul.filter li a:hover,
.portfolio-wrapper ul.filter li a.active {
    color: #000;
}

.portfolio-wrapper .portfolio-items {
    clear: both;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
    margin-bottom: 0px;
}

.portfolio-wrapper .portfolio-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    color: #e41d37;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 80%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-wrapper .portfolio-overlay a {
    color: #e41d37;
    /*  font-size: 35px;*/
}

.portfolio-wrapper .portfolio-overlay a:hover {
    color: #e41d37;
}

.work-grid {
    display: inline-block;
    /* padding:  .25rem;

 width:  100%; */
}


/* 8. PRICING */

#pricing {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.st-pricing {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-pricing:hover {
    box-shadow: 0px 0px 18px #ddd;
}

.st-pricing h5 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing .st-border {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ccc;
}

.st-pricing ul {
    list-style: none;
    padding: 0;
}

.st-pricing ul li {
    padding: 12px 0;
    font-size: 15px;
}

.st-pricing a.btn-send {
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
}


/* 9. ABOUT US */

#about-us {
    background-color: #f5f5f5;
}

#about-us .about-us {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15%;
}

#about-us .about-us h4 {
    margin-top: 0;
    margin-bottom: 30px;
}

#about-us .about-us .btn-send {
    margin-top: 30px;
}

#about-us .our-office {
    padding-right: 0px;
}

.office-carousel-left,
.office-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.office-carousel-left {
    left: -32px;
}

.office-carousel-right {
    right: -32px;
}

#office-carousel:hover .office-carousel-left {
    left: 0;
}

#office-carousel:hover .office-carousel-right {
    right: 0;
}

#office-carousel .item img {
    width: 100%;
}


/* 10. OUR TEAM */

#our-team {
    padding-top: 130px;
    padding-bottom: 120px;
}

.team-member {
    margin-top: 30px;
}

.member-image {
    position: relative;
}

.member-info {
    background-color: #f5f5f5;
    padding: 15px;
}

.member-info h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.member-info span {
    text-transform: uppercase;
}

.team-member .member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.team-member:hover .member-social {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member .member-social a {
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 47%;
}

.team-member:hover .member-social a {
    margin: 6px;
}


/* 11. TESTIMONIAL */

#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.st-testimonials {
    color: #e0e0e0;
}

.st-testimonials .st-border {
    background-color: #e0e0e0;
    margin: 20px auto;
}

.st-testimonials p {
    font-style: italic;
}

.st-testimonials .client-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.st-testimonials .client-info span {
    font-size: 12px;
    text-transform: uppercase;
}


/* 12. FUN FACTS */

#fun-facts {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

#fun-facts .fun-fact {
    border-right: 1px solid #ddd;
}

#fun-facts .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}

#fun-facts .fun-fact i {
    margin-right: 5px;
}

#fun-facts .fun-fact p {
    font-size: 16px;
}


/* 13. CONTACT */

#contact {
    padding-top: 130px;
    padding-bottom: 120px;
}

.contact-info .contact-content {
    margin-bottom: 30px;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-info p i {
    font-size: 16px;
    margin-right: 10px;
}

.contact-form {}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form textarea {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}


/* 14. BLOG */

#page-header {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}

.single-blog {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-title {
/*    margin-top: 20px;*/
    margin-bottom: 5px;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta span {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.6;
}

.post-meta span:hover {
    opacity: 1;
}

.post-carousel-left,
.post-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.post-carousel-left {
    left: -32px;
}

.post-carousel-right {
    right: -32px;
}

#post-carousel:hover .post-carousel-left {
    left: 0;
}

#post-carousel:hover .post-carousel-right {
    right: 0;
}

.post-link {
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 600;
}

.post-quote {
    background-color: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

 .pagination {
    display: inherit;
    margin-bottom: 80px;
}

 .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #e41d37;
    border: 1px solid #e41d37;
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
}
.pagination>li>a:hover, 
.pagination>li>a:focus,
 .pagination li.active a,
 .pagination li a:hover {
    background-color:#e41d37 ;
    border-color: #e41d37;
    color: #ffffff;
}

.sidebar-widget {
    margin-top: 35px;
    margin-bottom: 50px;
}

.sidebar-widget .sidebar-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar-widget ul {
    list-style: square;
    margin: 0;
    padding-left: 18px;
}

.sidebar-widget ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-search {
    position: relative;
}

.blog-search input {
    border: 1px solid #d6d6d6;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 50px 0 17px;
    width: 100%;
}

.blog-search span {
    color: #252525;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-search .search-submit {
    background: none;
    border: none;
}

.blog-search:after {
    background-color: #d6d6d6;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
}

.sidebar-widget .tagcloud a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 3px 1px;
    display: inline-block;
}

.sidebar-widget .tagcloud a:hover {
    border-color: #000;
    color: #000;
}

ul.content-flickr {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.content-flickr li {
    display: block;
    float: left;
    padding: 5px 10px 5px 0;
    width: 33.33%;
}

.content-flickr li a {
    display: block;
    position: relative;
    width: 100%;
}


/* 15. FOOTER */

#footer {
    /*      background-color: #262626;*/
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgba(228, 1, 51, 1);
}

#footer a {
    color: #E40134;
}

#footer a:hover {
    /*      color: rgba(228, 1, 51, 0.5);*/
    font-weight: bold;
}

.footer-social-icons {
    text-align: right;
}

.footer-social-icons a {
    margin: 0 5px;
    font-size: 16px;
}

.footer-social-icons span {
    margin-right: 10px;
}

ul.bottom {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.bottom li a {
    border-bottom: 1px solid #f00;
}

ul.bottom li.last a {
    border-bottom: 0px !important;
}

ul.bottom a {
    text-decoration: none;
    display: block;
    max-width: 150px;
    padding: 3px 0px 5px 0px;
}


/* 16. SCROLL TO TOP */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
    box-shadow: 0px 0px 6px #ccc;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #f5f5f5;
    color: #000;
}


/* EDIT MK */

.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
    background-color: #E41D37;
    border-color: #E41D37;
}

.navbar .btn-danger {
    text-align: right;
}

.navbar form {
    border: solid 1px #E41D37;
	position: relative;
}

.navbar form input[type=text] {
    border: solid 1px #FFF;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
	padding-right: 40px;
    padding-left: 10px;
}

.navbar form button[type=submit] {
    border: solid 1px #FFF;
    background: #FFF;
    width: 34px;
    font-size: 18px;
    line-height: 18px;
	position: absolute;
	right: 0;
	top: 2px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.st-navbar ul {
    margin-top: 35px;
}

.st-navbar ul li a {
    margin-left: 0;
    margin-right: 0;
}

.contact-infos .nolinkhover:hover {
    font-weight: 300;
}

.contact-infos .nolinkhover {
    /*  text-decoration: none;  */
    border-bottom: none;
}

.nolinkhover {
    /*  text-decoration: none;  */
    border-bottom: none;
}

.st-navbar ul li {
    width: 33.3333%;
    padding-right: 30px;
}

.st-navbar ul ul li a {
    margin-left: -2px;
    margin-top: 8px;
    padding-bottom: 3px;
}

.st-navbar ul ul li:last-child a {
    border-bottom: none;
}
.st-navbar li.active a {
    font-weight: bold;
}

.st-navbar li.active li a {
    font-weight: 300;
}

.st-navbar li.active li a:hover {
    font-weight: 700;
}

.st-navbar li.active li.active a {
    font-weight: bold;
}

.st-navbar .navbar-toggle .icon-bar {
    background-color: #E41D37;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

a .fa-angle-right {
    display: inherit;
}

section a,
section a:hover,
section a:active,
section a:focus {
    /*    text-decoration: underline;*/
    border-bottom: solid 1px #E41D37;
}

.footer-social-iscon {
    text-align: right;
}

.st-navbar .navbar-header {
    margin-top: 30px;
}

ul.bottom li a {
    border-bottom: 1px solid #E41D37;
}

ul.bottom a {
    padding: 0 0 3px 2px;
    margin-top: 8px;
    margin-bottom: 6px;
}

ul.bottom li:first-child a {
    margin-top: -3px;
}

ul.bottom li:last-child a {
    border-bottom: none;
}

.portfolio-wrapper .portfolio-overlay {
    left: 15%;
    right: 15%;
    bottom: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    padding: 30px;
    text-align: center;
}

.navbar .col-md-2 .maze {
    font-size: inherit;
    line-height: normal;
    border: 1px solid transparent;
    padding-top: 7px;
    padding-bottom: 5px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    font-size: 84px;
    left: 0;
    padding: 0 15px;
    margin-top: 96px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0;
    font-size: 84px;
    right: 0;
    padding: 0 15px;
    margin-top: 96px;
}

.owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
}

.owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
}

.contact-infos h4 {
    margin-top: 0;
    padding-top: 10px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
}

#footer {
    padding-top: 0;
}

.scroll-up a {
    color: #E41D37;
}

h1,
h2,
h3,
h4, 
h5, 
h6
 {
    font-family: 'DaxWebMed', serif;
    font-weight: 300;
    font-size: 1.4em;
}
h5,
h6{font-size: 1.2em;}

section strong {
    font-family: 'DaxWebMed', serif;
    font-weight: 300;
}

/*.isotope-item {
    border: solid 1px #FFF;
}
*/
.portfolio-content img{
   /* border-top: solid 1px #FFF;*/
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    padding-left:1px;
    padding-top: 1px;
}

.portfolio-wrapper .portfolio-overlay.smaller {
    font-size: 0.85em;
    line-height: normal;
    padding: 15px;
}

.portfolio-content .st-border {
    display: block;
    font-size: 1px;
    line-height: 1px;
    width: 50%;
    margin: 0 auto 10px;
}

section a .st-border,
section a .st-border:hover,
section a .st-border:active,
section a .st-border:focus {
    border-bottom: none;
    text-decoration: none;
}

.portfolio-content a:hover p,
.portfolio-content a:focus p,
.portfolio-content a:active p {
    font-weight: 300;
}

.portfolio-overlay .vert-align {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mfp-arrow-right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    border: none;
}

.mfp-arrow-left:before {
    font-family: 'FontAwesome';
    content: "\f104";
    border: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    font-size: 42px;
    color: #E41D37;
    font-weight: lighter;
}

.mfp-arrow,
.mfp-arrow:active {
    opacity: 1 !important;
}

.mfp-arrow::before,
.mfp-arrow .mfp-b {
    opacity: 1 !important;
    color: #E41D37;
}

.mfp-arrow-left:after {
    border: none;
}

.mfp-arrow-right:after {
    border: none;
}

.mfp-arrow-right,
.mfp-arrow-right:active {
    font-size: 36px;
}

.mfp-arrow-left,
.mfp-arrow-left:active {
    font-size: 36px;
}

.mfp-arrow,
.mfp-arrow:active {}


/* KUNDEN-/BRANCHENLISTE*/

.KUNDENBLOCK {
    display: block;
    background: url(../images/branchen_linie.png) repeat-y right top;
}

.KUNDENBLOCK:after {
    content: "";
    height: 46px;
    width: 100%;
    background: url(../images/branchen_white.png) right top;
    position: absolute;
    bottom: 0;
}

.KUNDENBLOCK h3 {
    width: 66%;
    margin-bottom: 20px;
}

.KUNDENBLOCK ul {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.KUNDENBLOCK li {
    display: block;
    position: relative;
    line-height: 1.3em;
    margin: 0 0 0.4857em;
}

section .KUNDENBLOCK li a,
section .KUNDENBLOCK li a:hover,
section .KUNDENBLOCK li a:active,
section .KUNDENBLOCK li a:focus {
    border-bottom: none;
}

.KUNDENBLOCK ul:not(.bottom):not(.nav):not(.dropdown-menu) li:before {
    content: "";
    margin: 0;
}

.KUDENNAME,
.KUNDENBEREICHE,
.BEREICH_DRUCKEREI,
.BEREICH_AGENTUR,
.BEREICH_DIGITAL {
    float: left;
}

.KUDENNAME {
    width: 66%;
}

.KUNDENBEREICHE {
    width: 90px;
    position: absolute;
    right: -10px;
    bottom: 10px;
}

.KUNDENBEREICHE div {
    width: 30px;
    height: 20px;
    display: block;
}

.KUNDENBEREICHE i {
    color: #dbdada;
    font-size: 11px;
}

.KUNDENBEREICHE .BEREICH_AKTIV i {
    color: #E41D37;
}

.BEREICHE_HEADLINE {
    background: #FFF;
    position: relative;
    height: 60px;
}

.BEREICHE_HEADLINE div {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    border-left: solid 4px #FFF;
    background: #FFF;
}

.BEREICHE_HEADLINE .HEADLINE_DRUCKEREI {
    right: 34px;
}

.BEREICHE_HEADLINE .HEADLINE_AGENTUR {
    right: 10px;
}

.BEREICHE_HEADLINE .HEADLINE_DIGITAL {
    right: -12px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #FFF;
}

.form-control {
    background-color: #FFF;
    border: 1px solid #E41D37;
    border-radius: 0;
    box-shadow: none;
    color: #E41D37;
}

.btn-default, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #E41D37;
    border-color: #E41D37;
    color: #FFF;
}

.help-block {
    color: #E41D37;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.sitemap  ul {
	padding-left: 6px;
	font-weight: 700; 
}
.sitemap ul ul {
	padding-left: 0;
}
.sitemap ul ul ul {
	padding-left: 15px;
	font-weight: 400;	
}
.sitemap ul ul li {
	margin-top: 15px;
}
.sitemap ul ul ul li {
	margin-top:0;

}
#pre-status,
.preload-placeholder {
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
}
#slider {
	height: 350px;
}
section ul li:before {
    font-family: 'FontAwesome';
	content: "\f111";
	font-size: 4px;
	vertical-align: middle;
}
section .jobs-start li:before,
section .pagination li:before,
section .tags.posts-group li:before,
section .sitemap ul li:before {
    font-family: 'FontAwesome';
	content: "";	
}
.jobs-start {
	padding: 0 0 0 10px;
}
section .jobs-start li {
	margin-left: -6px;
}
section .tags.posts-group li {
	margin-left: 4px;
}
.backbtn {
	margin-top: 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, 
.pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e41d37;
    border-color: #e41d37;
	cursor: pointer;
}
.jumplinks {
	padding: 0 15px;
}

#pido_r img {
    display: block;
    max-width: 100%;
    height: auto;
}
#pido_r img.align_right,
#pido_r img.align_left {
    display: block;
    max-width: 50%;
    height: auto;
}

#pido_r figure.align_right,
#pido_r figure.align_left {
    display: block;
    max-width: 50%;
    height: auto;
}
#pido_r figure.align_right {
	padding: 0 0 15px 30px;
}
#pido_r figure.align_left {
	padding: 0 30px 15px 0;
}

.AFFIX_KONTAKT h4{
    position: absolute;
    margin-top: -84px;
}

.AFFIX_KONTAKT h4.more{
    position: absolute;
    margin-top: -95px;
}
.lightbox.thumb {
	float:left;
	border-bottom:none;
	width:150px;
	text-align:center;
	margin-bottom:11px;
	margin-right:11px;
}
.lightbox.thumb img {
	display:inline-table;
	max-height:100px;
}