/* fuer alle Groessen--------------------------------------------------->*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #fff;
    color: #000 !important;
    font: 100% 'Roboto Condensed', sans-serif, verdana, arial !important;
    font-weight: 300;
}

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

a:link, a:visited {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

a:hover,
a:active,
a:focus,
footer p a:hover,
footer p a:active,
footer p a:focus {
    color: #baae9e !important;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Allgemein-------->////////////////////////*/

h1,
h2 {
    font-family: 'Rajdhani', sans-serif, verdana, arial;
    font-size: 45px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #c6dddd !important;
    margin-top: 0 !important;
    position: relative;
}

h1:after,
h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ededed;
    bottom: -6px;
    left: 50%;
    margin-left: -25px;
}

.h3 {
    font-family: 'Roboto Condensed', sans-serif, Verdana, Arial;
    font-style: italic;
    color: #999999 !important;
    font-weight: 300 !important;
    font-size: 19px !important;
    margin-bottom: 0 !important;
}

p {
    font-size: 16px !important;
    font-weight: 100;
    line-height: 24px!important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #464b50 !important;
    border: none !important;
    z-index: 100;
}

.back-to-top .glyphicon {
    color: #fff;
}

.back-to-top:hover {
    background-color: rgba(219, 193, 192, 0.9) !important;
    box-shadow: 1px 1px 2px #000;
}

.back-to-top .glyphicon:hover {
    color: #0f0f0f;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.btn-ls {
    border: none;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

#kontakt .btn-ls,
.btn-ls a {
    color: #fff !important;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #d0c4b3;
    padding: 10px 25px;
}
#kontakt .btn-ls:hover,
#about .btn-ls a:hover {
    background: #a09484;
}
span.headline {
    font-family: 'Rajdhani', sans-serif, verdana, arial;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #464b50;
    padding-bottom: 15px;
}
#about,
#leistungen,
#portfolio,
#kontakt {
    padding: 25px 0 30px;
}

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/
@media (min-width: 768px) {
    #about,
    #leistungen,
    #portfolio,
    #kontakt {
        padding: 25px 0 50px;
    }
}

@media (min-width: 992px) {
    #about,
    #leistungen,
    #portfolio,
    #kontakt {
        padding: 50px 0 35px;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Navbar-------->///////////////////////////*/
.navbar-nav {
    text-align: center;
    float: none !important;
    margin: 0 auto !important;
}

.navbar-default {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0!important;
}

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #d0bbba !important;
    border-bottom: 1px solid #dbc1c0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #fff !important;
}

/*Burgerbutton-------------------------->*/
.navbar-toggle.collapsed .icon-bar {
    background-color: #e5e5e5;
}

.navbar-toggle.collapsed {
    padding: 9px 10px;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggle {
    padding: 9px 4px 9px 10px;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* Ende---->*/

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/
@media (max-width: 767px) {
    /*Navbar-------------------------->*/
    .navbar-collapse {
        padding: 0;
    }
    .navbar-header {
        /*background-color:rgba(23,27,30,0.95)!important;*/
        background-color: rgba(70, 75, 80, 0.95) !important;
        box-shadow: 0 2px 5px #000;
    }
    #navbar ul {
        background-color: rgba(130, 129, 129, 0.95);
    }
    #navbar {
        border-color: transparent;
    }
}

@media (min-width: 768px) {
    /*Navbar-------------------------->*/
    .navbar-nav {
        width: 80%;
    }
    .navbar-default .navbar-nav > li > a {
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .navbar-nav > li {
        width: 20%;
    }
    #navheader {
        min-height: 44px;
    }
    #navheader.fix {
        background-color: rgba(70, 75, 80, 0.95) !important;
        /*background-color:rgba(23,27,30,0.95)!important;*/
        box-shadow: 0 2px 5px #000;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Header-Slider-Image-------->////////////////////////////*/
#myCarousel {
    border-bottom: 2px solid #dbc1c0;
    position: relative;
}
.carousel-indicators {
    bottom: 10%;
}

.carousel-indicators a {
    cursor: pointer;
}
#myCarousel .carousel-caption h1{
    display: none;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#myCarousel .slider-arrow{
    position: absolute;
    left: 50%;
    margin-left: -17.5px;
    bottom: 25px;
    display: block;

    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 8;
    -webkit-animation-delay: 1.5s;

    animation-name: arrow;
    animation-duration: 1.5s;
    animation-iteration-count: 8;
    animation-delay: 1s;
}
@-webkit-keyframes arrow {
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes arrow {
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        opacity: 0;
    }
}
#myCarousel .slider-arrow a{
    display:block;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------About-------->////////////////////////////*/
.content {
    text-align: center;
}
.content .intro {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 3px;
    display: block;
}
.content p {
    margin-bottom: 20px;
    line-height: 25px;
}
#about img[alt="Mediengestalterin Lisa Stachowetz"] {
    width: 80%;
    display: block;
    margin: 10px auto;
}

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/

@media (min-width: 768px) {
    /*ABOUT-------------------------->*/
    #about img[alt="Mediengestalterin Lisa Stachowetz"] {
        width: 50%;
    }
}

@media (min-width: 992px) {
    /*ABOUT-------------------------->*/
    #about {
        padding-bottom: 0;
    }
    #about img[alt="Mediengestalterin Lisa Stachowetz"] {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .content {
        margin-top: 70px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    #about img[alt="Mediengestalterin Lisa Stachowetz"] {
        width: 85%;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Leistungen-------->///////////////////////*/

.lstung {
    background: url(../img/bg-leistung.png) no-repeat;
    background-size: cover;
}

#leistungen {
    position: relative;
}

#leistungen img.scroll {
    display: block;
    position: absolute;
    width: 50px;
    top: -37px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
}

.row-eq-height, .bg {
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#leistungen h2 {
    color: #fff !important;
}

section#aufgaben .fadeIn {
    opacity: 0;
}

section#aufgaben article {
    width: 100%;
    padding: 1px 25px 25px;
    margin: 30px 0 0 0;
    /*background-image: linear-gradient(410deg, #a5c0c0, #dae6e6);*/
    background: -moz-linear-gradient(-45deg, #a4b4b5 0%, #cedede 63%, #dcedea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #a4b4b5 0%, #cedede 63%, #dcedea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(496deg, #A4B4B5 23%, #cedede 82%, #dcedea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 3px;
    box-shadow: 2px 2px 3px #a2a1a1;
}

section#aufgaben article span.headline{
    text-align: center;
}

section#aufgaben article span.detailInfo {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #8d8d8d;
    text-align: center;
    margin-top: 18px;
}

section#aufgaben article p {
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

section#aufgaben article img {
    width: 25%;
    display: block;
    margin: 25px auto 10px auto;
}

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/
@media (min-width: 768px) {
    /*Leistungen-------------------------->*/
    section#aufgaben article {
        margin: 30px 0 25px 0;
    }
    #leistungen {
        position: relative;
        padding-top: 55px;
    }
    .bg{
        -webkit-flex:1;
        -webkit-box-flex:1;
        -moz-flex:1;
        -moz-box-flex:1;
        -ms-flex:1;
        flex:1;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////<--------Portfolio-Gallery-------->////////////////////*/

#portfolio .filterGallery {
    margin: 25px 0 20px;
    padding: 5px 0;
}
#portfolio .btn.active.focus,
#portfolio .btn.active:focus,
#portfolio .btn.focus,
#portfolio .btn:active.focus,
#portfolio .btn:active:focus,
#portfolio .btn:focus {
    outline: none !important;
    color: #fff !important;
    border-color: #fff !important;
}
#portfolio .port-image {
    width: 100%;
}
#portfolio .gallery_product {
    margin-bottom: 30px;
}
#portfolio .gallery_product figure {
    position: relative;
    overflow: hidden;
    background: #1e7885;
    text-align: center;
    cursor: pointer;
}
#portfolio .gallery_product figure img {
    border-radius: 3px;
}
#portfolio .gallery_product figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#portfolio .gallery_product figure figcaption,
#portfolio .gallery_product figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------------*/
/***** Chico Image Hover effect *****/
/*--------------------------------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
figure.effect-chico:hover img {
    opacity: 0.35;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-chico figcaption {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}
figure.effect-chico figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico h4,
figure.effect-chico span.capture {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h4 {
    padding: 0 5px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
    margin-top: 0 !important;
    word-wrap: break-word;
}
figure.effect-chico span.capture {
    font-style: italic;
    text-transform: none;
    font-size: 14px;
    font-weight: lighter;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    padding: 0 10px;
    display: block;
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover h4,
figure.effect-chico:hover span.capture {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/
@media (max-width: 767px) {
    #portfolio .filter-button {
        background: #464b50;
        padding: 10px;
        color: #fff;
        width: 25%;
        border: none;
        border-radius: 3px !important;
        margin-right: 15px;
    }
    #portfolio .filter-button:hover {
        color: #fff !important;
        border-color: #fff !important;
        background: #e4cfce;
    }
    #portfolio .filter-button:nth-child(1),
    #portfolio .filter-button:nth-child(2),
    #portfolio .filter-button:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #portfolio .filterGallery {
        /*background: #dbc1c0;*/
        position: relative;
        background: #e4cfce;
        padding: 30px 0 5px;
    }
    #portfolio .filterGallery:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 160px;
        background: #e4cfce;
        bottom: -160px;
        left: 0;
    }
    #portfolio .filter-button {
        border-style: solid;
        border-width: 0 0 2px !important;
        border-color: #464b50 !important;
        border-radius: 0 !important;
        margin-right: 25px;
        background: transparent;
        color: #464b50;
        font-size: 15px;
    }
    #portfolio .filter-button:last-child{
        margin-right: 0;
    }
    #portfolio .filter-button:hover {
        color: #fff !important;
        border-color: #fff !important;
    }

    /*---------------------------------------*/
    /***** Chico Image Hover effect *****/
    /*--------------------------------------*/
    figure.effect-chico figcaption::before {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    figure.effect-chico figcaption {
        padding: 4px 35px;
    }
    figure.effect-chico h4 {
        padding: 0 0 2%;
        line-height: 24px;
        margin-bottom: 10px;
    }
    figure.effect-chico span.capture {
        font-size: 15px;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////<--------Externe Portfolio-Gallery-------->////////////////////*/
.page-row {
    display: table-row;
}
.page-row-expanded {
    height: 100%;
}

.navmobile {
    background-color: rgba(70, 75, 80, 0.95) !important;
    box-shadow: 0 2px 5px #000;
    z-index: 100;
    margin-bottom:0;
}
.externportfolio #carousel-example-generic {
    margin-top: 20px;
}
.externportfolio .carousel-inner .item.full-screen {
    height: 250px !important;
}
.externportfolio .carousel-control.left,
.externportfolio .carousel-control.right {
    background-image: none;
}
.externportfolio .carousel-indicators {
    bottom: 5px;
    width: 80%!important;
    margin-left: -40%!important;
}
.externportfolio .carousel-indicators li{
    margin-left: 10px;
    background-color: rgba(0,0,0,0.9);
}
.externportfolio .carousel-indicators .active{
    width: 12px;
    height: 12px;
    margin-left: 8px!important;
    background-color: #48bebe;
    position: relative;
}
.externportfolio .carousel-indicators .active:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    top:50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
}
.headerPortEx{
    position: relative;
    background: #e4cfce;
    padding: 35px 0 5px;
}
.headerPortEx:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    background: #e4cfce;
    bottom: -160px;
    left: 0;
}
.externportfolio h1{
    color: #fff!important;
    word-break: break-all;
    padding: 0 20px;

}
.externportfolio article{
    margin-top: 25px;
    border-top: 1px solid #000;
    padding: 25px 0;
}


.externportfolio .h3{
    line-height: 28px;
}





nav.right-navigation {
    z-index: 50;
    width: 100%;
    height: 0;
}
nav.right-navigation ul {
    right: 0;
    width: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.right-navigation li {
    margin: 0 0 1px 0;
    height: 40px;
}
nav.right-navigation a {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    -webkit-transition: width 0.15s ease-in;
    -moz-transition: width 0.15s ease-in;
    -o-transition: width 0.15s ease-in;
    transition: width 0.15s ease-in;
}

nav.right-navigation a > span {
    display: block;
    height: 40px;
    width: 768px;
    float: right;
}

nav.right-navigation a > span > span {
    float: right;
    display: block;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    background: #464b50;
    vertical-align: 40px;
    padding: 0 50px 0 10px;
}
nav.right-navigation li a:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    font-family: 'Glyphicons Halflings';
}
nav.right-navigation li.index a:after {
    content: "\e011";
}
nav.right-navigation li.fwd a:after {
    content: "\e080";
}
nav.right-navigation li.bwd a:after {
    content: "\e079";
}

/*////////////////////////////-->Media-Queries<--/////////////////////////////////*/
@media (min-width: 768px) {
    .headerPortEx{
        padding: 50px 0 5px;
    }
    .externportfolio .carousel-inner .item.full-screen {
        height: 500px !important;
    }
    .externportfolio .carousel-control .glyphicon-chevron-left,
    .externportfolio .carousel-control .icon-prev{
        margin-left: -40px;
    }
    .externportfolio .carousel-control .glyphicon-chevron-right,
    .externportfolio .carousel-control .icon-next{
        margin-right: -40px;
    }
    .externportfolio .carousel-indicators {
        bottom: 10px;
        width: 40%!important;
        margin-left: -20%!important;
    }

    .externportfolio article{
        padding: 25px;
    }
    .externportfolio article .border-right{
        border-right: 1px dotted #000;
    }
    .externportfolio article p{
        padding-left: 12px;
    }

    nav.right-navigation{
        margin-top: 20px;
    }
    nav.right-navigation a:hover {
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        width: auto;
    }
}

@media (min-width: 992px) {
    .externportfolio .carousel-inner .item.full-screen {
        height: 650px !important;
    }
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Kontakt-------->//////////////////////////*/

#kontakt {
    /*background:#dbc1c0;*/
    padding-bottom: 40px;
    background: #c7e0e0;
}
#kontakt h2 {
    color: #fff !important;
    margin-bottom: 50px;
}
#kontakt article p {
    line-height: 22px;
}
#kontakt article #address {
    list-style-type: none;
    margin: 6% 0;
    font-size: 14px;
    font-weight: 100;
}
#kontakt article #address li {
    line-height: 22px;
}
#kontakt article #address li img {
    width: 18px;
    vertical-align: middle;
    margin-right: 2%;
}
form .form-group label {
    font-size: 14px;
    font-weight: 400;
}
form .right {
    text-align: right;
    font-size: 12px !important;
    margin-top: -8px;
    margin-bottom: 5px;
}
form .form-control {
    border-radius: 3px !important;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*//////////////////////<--------Footer-------->///////////////////////////*/

footer {
    background: url(../img/bg-footer.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px;

}
footer p {
    font-size: 12px !important;
    margin-bottom: 5px;

}
footer p a {
    color: #fff !important;
}
footer .row:last-child p {
    margin-bottom: 0;
}