div.portfolio-modal {
    background-color: white;
    z-index: 10000;
}

.btn-primary {
    color: #fff;
    background-color: rgb(198,179,133);
    border-color: rgb(198,179,133);
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
    color: #fff;
    background-color: rgb(198,179,133);
    border-color: rgb(198,179,133);
}

a.soforthilfe.portfolio-link.btn.btn-primary {
    background-color: white;
    border-color: white;
    color: #FFD135;
    text-transform: none;
    padding: 9px 11px;
    margin-top: 26px;
    margin-left: 5%;
    margin-bottom: 15px;
    width: 79%;
}

.navbar-default.navbar-not-top a.soforthilfe.portfolio-link.btn.btn-primary {
    background-color: #FFD135;
    border-color: #FFD135;
    color: white;
}

@media (min-width:768px) {
a.soforthilfe.portfolio-link.btn.btn-primary {
    background-color: #FFBA03;
    border-color: #FFBA03;
    color: white;
    text-transform: none;
    padding: 3px 12px;
    margin-top: 9px;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
}

.navbar-default.navbar-not-top a.soforthilfe.portfolio-link.btn.btn-primary {
    background-color: #FFD135;
    border-color: #FFD135;
    color: white;
}
}





.navbar-default .nav li a, .navbar-default .navbar-brand {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: white;
    font-size: 16px;
}
.navbar-default a.navbar-brand.page-scroll {
    color: white;
}
.navbar-default.navbar-not-top a.navbar-brand.page-scroll {
    color: inherit;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: white;
    outline: 0;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #4D4D4D;
    background-color: transparent;
    border-bottom: none;
}
@media (min-width:768px) {
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #4D4D4D;
    background-color: transparent;
    border-bottom: 5px solid #FFD135;
}
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: none;
}


.navbar-not-top .nav li a, .navbar-not-top .navbar-nav>.active>a, .navbar-not-top .navbar-brand {
    color: #4D4D4D;
}


.navbar-not-top .nav li a:hover, .navbar-not-top .nav li a:focus, .navbar-not-top .navbar-nav>.active>a:hover, .navbar-not-top .navbar-nav>.active>a:focus  {
    color: #4D4D4D;
}

@media (min-width:768px) {


.nav>li {
    position: relative;
    display: block;
    padding: 0 20px 0 20px;
}

.nav>li.soforthilfe {
    padding: 0 0 0 20px;
}


.navbar-default  {
        background-color: transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;        
        box-shadow: none;
}

.navbar-default.navbar-fade  {
        background-color: #F3F3F3;
        box-shadow: 0 5px 5px -5px rgba(0,0,0,0.15);

}
.navbar-default {
    border: 0;
}
.navbar-default .navbar-brand {
    font-size: 1.65em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0px;
}
.navbar-default.navbar-shrink {
    background-color: none;
    padding: 10px 0;
}
.navbar-default.navbar-fade .navbar-brand {
        opacity: 1;
        font-size: 20px;
}

.navbar-default .navbar-nav>li.menu-link a {
 	height: 45px;
}

.navbar-default .navbar-nav>li.menu-link:focus, .navbar-default .navbar-nav>li.menu-link:hover {
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.07);
}




}header {
    background-image: none;
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    background-color: #FFD135;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 23px;
    font-weight: 100;
    line-height: 29px;
    margin-bottom: 25px;
    max-width: 850px;
    padding: 17px;
    padding-top: 33px;
}

@media (min-width:768px) {
header .intro-text .intro-lead-in {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 25px;
    max-width: 850px;
}
}

}
header .intro-text .intro-heading {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 81px;
    line-height: 75px;
    margin-bottom: 64px;
}
@media (min-width:768px) {
    header .intro-text {
    padding-top: 300px;
    padding-bottom: 30px;
}
header .intro-text .intro-lead-in {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    line-height: 41px;
    margin-bottom: 25px;
}
header .intro-text .intro-heading {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 81px;
    line-height: 75px;
    margin-bottom: 64px;
}
}section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 59px;
    margin-top: 0;
    margin-bottom: 15px;
    display: none;
}
#about h2.section-heading {
    display: inline;
}
#about .row.text-center:first-of-type {
    padding-bottom: 40px;
}    

#about p.text-muted {
    font-size: 20px;
}

#about h4 {
    font-size: 20px;
}

#about .col-md-6 {
    text-align: center;
}

@media (min-width: 768px)  {
	#about .col-md-6 {
    text-align: left;
}
	#about .col-md-6 {
    text-align: left;
}
}

section h3.section-subheading {
    font-size: 28px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 75px;
    line-height: 46px;
    margin-top: 44px;
}


#about h3.section-subheading.text-muted.text-center {
    margin-bottom: 40px;
}

h4.service-heading {
    font-weight: 400;
}

#services p {
    font-size: 16px;
}

@media (min-width: 768px)  {
	section {
    padding: 132px 0;
}
.service-heading {
    margin: 6px 0 25px 0;
    text-transform: none;
}
}



@media (min-width:768px) {

	#services .service.row {
    min-height: 517px;
    }

	#services .col-md-4:hover, #services .weitergehend:hover {
    margin-top: -17px;
    }

	#services .col-md-4:hover {
    box-shadow: 2px 2px 14px 0px rgba(92,107,126,0.14);
    }    

	#services .col-md-4:hover p, #services .weitergehend:hover p {
    opacity: 1;
    margin-top: 0px;
    }

    #services .col-md-4:hover img, #services .weitergehend:hover img {
    opacity: 1;
    margin-bottom: 12px;
    margin-top:-10px;
    }
    #services .col-md-4 img, #services .col-md-4 p, #services .weitergehend img, #services .weitergehend p  {
    opacity: 0.5;
    transition: all 0.5s;
    }

	#services .col-md-4, #services .col-md-6, #services .weitergehend {
    transition: all 0.5s;
    min-height: 515px;
    padding: 30px;
    box-sizing: border-box;
    }

    .col-md-6, #services .weitergehend {
    transition: all 0.5s;
    padding: 30px;
    box-sizing: border-box;
    }

    #services .col-md-4 {
    width: 33.33333333%;
    float: left;
    }

    #services .repowering:hover img {
    transform: rotate(-10deg);
}
}
@media (min-width:992px) {
    #services .col-md-6 {
    width: 50%;
    margin-left: 25%;
    float: left;
    }
}


.no-float {
    float:none;
}


.circle {
    background-color: white;
    height: 193px;
    width: 193px;
    padding: 12px;
    border-radius: 191px;
    box-sizing: border-box;
    text-align: center;
}

p.highlight {
    font-size: 34px;
    color: #FFD135;
    padding-top: 38px;
    line-height: 36px;
}

.circle-1 p.description {
    padding-top: 0px;
}
.circle-2 p.highlight, .circle-3 p.highlight {
    padding-top: 16px;
}

.circle-2 p.highlight {
    font-size: 30px;
    margin-top: -11px;
}

.circle-2 p.highlight {
    font-size: 30px;
}

.circle-2 p.description:first-of-type {
    padding-top: 34px;
}

.circle-2 p.description {
    padding-top: 4px;
}

.circle-3 p.highlight {
    font-size: 48px;
    margin-top: -6px;
}

.circle p.description {
    font-size: 14px;
    line-height: 22px;
    padding-top: 2px;
    color: #A2A2A2;
}

.circle-3 p.description {
    padding-top: 6px;
}
.circle-3 p.description:first-of-type {
    padding-top: 17px;
}



.circle {
    margin-top: 42px;
    margin-bottom: 17px;
}

@media (min-width:768px) {
.circle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
}
@media (min-width:992px) {
.circle {
    margin-top: 0;
    margin-bottom: 0;
}

.circle-container {
    margin-top: -22px;
}

.circle-2, .circle-3 {
    margin-top: -71px;
}

}@media (min-width:1200px) {
.circle-2, .circle-3 {
    margin-top: -19px;
}

}		




#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
@media (min-width:767px) {
    #portfolio .portfolio-item {
    margin: 0 0 30px;
}
}.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #FFD135;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media (min-width:768px) {
    .timeline: before {
    left: 50%;
}
.timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
}
.timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}
.timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}
}@media (min-width:992px) {
    .timeline>li {
    min-height: 150px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
}
}@media (min-width:1200px) {
    .timeline>li {
    min-height: 170px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}
.timeline>li .timeline-image h4 {
    margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
}
}.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
section#contact {
    background-color: #DDD;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #FFD135;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact ::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 25px 0;
    text-align: center;
}
footer span.copyright {
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #FFD135;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 35px;
    font-size: 2.5em;
}
.portfolio-modal h3 {
    display: inherit;
    font-size: 25px;
    line-height: 184px;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 1000;
}
.portfolio-modal .close-modal:hover {
    opacity: 1;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .close-modal .lr {
    height: 45px;
    width: 2px;
    margin-left: 35px;
    background-color: white;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 45px;
    width: 2px;
    background-color: white;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal.neg-color .close-modal .lr, .portfolio-modal.neg-color .close-modal .lr .rl {
    background-color: grey;
}


.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}




div#portfolioModal1 {
	text-align: center;
    background-color: rgb(251, 209, 69);
    color: white;
}

.modal.soforthilfe .modal-content {
	text-align: center;
    background-color: rgba(255, 209, 53, 0.34) !important;
    color: white;
}

.modal.soforthilfe .modal-content p {
    text-align: center;
    font-weight: 100 !important;
    font-size: 23px;
    padding-top: 34px;
    margin-bottom: 22px;
}

.modal.soforthilfe .modal-content a {
    color: white;
    border-bottom: 2px white solid;
    text-decoration: none;
}

.modal.soforthilfe .modal-content a.phone {
	text-align: center;
    font-size: 40px;
    font-weight: 100 !important;
}

.soforthilfe .container {
    position: absolute;
    top: 5%;
    width: 100%;
    padding: 10px 50px 10px 50px;
}






@media (min-width:768px) {

	.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;

}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 2px;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 2px;
}

.modal.soforthilfe .modal-content p {
    font-size: 38px;
    padding: 55px 0 55px 0;
}

.modal.soforthilfe .modal-content a.phone {
    font-size: 90px;
}
.soforthilfe .container {
    top: 10%;
}

}@media (min-width:992px) {

.modal.soforthilfe .modal-content p {
    font-size: 50px;
    padding: 90px 0 90px 0;
}

.soforthilfe .container {
    top: 10%;
}
}



.veröffentlichungen h3 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.portfolio-modal .modal-content .veröffentlichung p {
    margin-bottom: 5px;
}
.veröffentlichung .titel p {
    font-weight: 500;
}
.row.text-left.veröffentlichung {
    background-color: #f1f1f1;
}
.row.veröffentlichung {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 9px;
}
.veröffentlichungen button.btn.btn-primary {
    margin-top: 80px;
}



::-moz-selection {
    text-shadow: none;
    color:white;
    background: #FFCC66;
}
::selection {
    text-shadow: none;
    color:white;
    background: #FFCC66;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #FFD135;
}