/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
body {
    overflow-x: hidden;
    font-family: 'Myriad Pro Condensed',sans-serif;
	padding-top: 152px;
	font-size: 16px;
	color: #333;
	width: 100%;
    height: 100%;
}

p {
    font-weight: 300;
	font-size: 22px;
    line-height: 1.4em;
	padding-bottom: 25px;
	margin: 0px;
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto; 
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #f29200;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #feb951;
	text-decoration:none;
}


/*** Überschriften ***/

h3 { 
	font-size: 50px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-heading {
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 40px;
}

.section-heading::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    height: 2px;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-heading.text-center::after {
    left: 50%;
    margin-left: -60px;
}

span.orange {
	color:#f29200;
}


/*** Abstände ***/

.pb85 {
	padding-bottom: 85px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt50 {
	padding-top: 50px;
}


/*** Misc. ***/

.box-leistung {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.box-leistung h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	color: #333;
	padding-bottom: 15px;
	text-transform:uppercase;
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
}

.box-leistung p {
	font-size: 20px;
	line-height: 1.3em;
	padding-bottom: 0px;
}

.box-leistung .fa {
	font-size: 48px;
	color: #f29200;
	padding-bottom: 20px;
}

.contact .fa {
	font-size: 36px;
	color: #f29200;
	padding-bottom: 10px;
}

.contact a {
    color: #777777;
}

.contact a:hover, .contact a:focus, .contact a:active, .contact a.active {
    color: #f29200;
}

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 83px;
	right: 50px;
    width: 38px;
    height: 38px;
}


/*** Hintergründe und Abhängigkeiten ***/

.bg-ffffff {
	background-color:#ffffff;
}

.bg-ffffff p {
	color:#888888;
}

.bg-ffffff h3 {
	color:#333333;
}

.bg-ededee {
	background-color:#ededee;
}

.bg-ededee p {
	color:#777777;
}

.bg-ededee .section-heading::after {
    background-color: rgba(0, 0, 0, 0.12);
}

.bg-414445 {
	background-color: #414445;
}

.bg-414445 p {
	color:#cccccc;
}

.bg-414445 h3 {
	color:#ffffff;
}

.bg-414445 .section-heading::after {
    background-color: #ccc;
}

.bg-f29200 {
	background-color: #f29200;
}


/*** Navigation ***/

.navbar-default {
    background-color: #414445;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f29200;
    background-color: transparent;
}

.nav > li > a {
    padding: 10px 20px;
}

nav a {
  	padding-top: 63px !important;
  	font-size: 26px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

nav .navbar-toggle {
  	margin: 13px 15px 13px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-brand {
	height: auto!important;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-brand img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

nav.navbar.shrink {
  	min-height: 35px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
}

nav.shrink a {
  	padding-top: 22px !important;
	padding-bottom: 20px;
  	font-size: 22px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

nav.shrink .navbar-brand {
	height: auto!important;
  	padding-top: 10px!important;
	padding-bottom: 10px!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

nav.shrink .navbar-brand img {
	width: 50%;
	height: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

nav.shrink .navbar-toggle {
  	padding: 4px 5px;
  	margin: 8px 15px 8px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f29200;
    background-color: transparent;
}


/*** Footer ***/

footer p {
	color: #ffffff!important;
	padding-top: 18px;
	padding-bottom: 18px;
}

p.slogan {
	font-size: 25px;
}

p.copy {
	font-size: 19px;
}


/*** Scrolling Nav ***/

@media(min-width:767px) {
    .navbar {
        padding: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.services-section {
    height: 100%;
    padding-top: 25px;
}

.portfolio-section {
    height: 100%;
    padding-top: 35px;
}

.about-section {
    height: 100%;
    padding-top: 35px;
}

.contact-section {
    height: 100%;
    padding-top: 35px;
}


/*** PORTFOLIO ***/

.grid figcaption button {
	position: absolute;
	bottom: 12px;
	right: 20px;
	text-align: center;
	padding: 9px 15px;
	border-radius: 6px;
	display: inline-block;
	background: #414445;
	color: #fff;
	border-color: #414445;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #4b4d4e;
    border-color: #414445;
}

.grid figcaption span {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}

.grid figcaption .fa {
	padding-right: 5px;
}

.modal .section-heading {
    margin: 0px 0px 30px;
}

.modal-title {
    font-size: 40px;
    font-weight: 300;
	padding-top: 15px;
	line-height: 1.2;
	color: #414445;
}

.modal-subtitle {
    font-size: 20px;
    font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	color: #f29200;
}

.modal p {
	font-size: 19px;
	line-height: 1.3em;
}

.modal-footer {
    background-color: #EDEDEE;
	border-radius: 0px 0px 6px 6px;
}

.lnk {
	color: #FFF;
	background-color: #f29200;
	padding: 7px 12px 9px;
	border-radius: 6px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 17px!important;
}

.lnk a, .lnk a:hover, .lnk a:focus, .lnk a:active, .lnk a.active {
	color:#fff;
	text-decoration:none;
}

.tags {
	color: #FFF;
	background-color: #414445;
	padding: 7px 12px 9px;
	border-radius: 6px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 17px!important;
}

.bildunterschrift {
	font-size: 17px !important;
	color: #666;
	margin-top: 10px;
}

.modal .btn {
    font-size: 18px;
}


/*** IMPRESSUM ***/

#imprint p {
	font-size: 19px;
	line-heigh: 1.2;
}

#imprint h4 {
	color: #ccc;
	font-weight: 400;
	margin-top: 25px;
	font-size: 24px;
}

b, strong {
    font-weight: 600;
}
