/*--------------------------------------------------------
Import Fonts
--------------------------------------------------------*/





@font-face {

font-family: PT Sans;
src: url(../fonts/PT_Sans-Web-Bold.ttf);
font-weight: bold;
}

@font-face {

font-family: PT Sans;
src: url(../fonts/PT_Sans-Web-Regular.ttf);
font-weight: normal;
}

@font-face {

font-family: Handlee;
src: url(../fonts/Handlee-Regular.ttf);
font-weight: normal;
}


/*--------------------------------------------------------
general
--------------------------------------------------------*/

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.42857143;
    color: #777777;
    background: url(../images/bg_swwood1.jpg) no-repeat center 85px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     overflow-y: scroll; /* Scrollleiste immer zeigen   */
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

body.intro {
    background: url(../images/bg_swwood1.jpg) no-repeat center top fixed;
    margin-bottom: 0;
}

body.intro a,
body.introa:hover,
body.introa:focus,
body.introa:active,
body.introa.active {
    outline: 0;
    color: #777777;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #91bb18;
}
h1 {
    font-weight: 700;
    margin-top:0;
    margin-bottom: 0;
}

li h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #777777;
}

h3, .h3 {
    font-size: 24px;
    margin-bottom: 20px;
}


p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.lead {
    font-size: 15px;
    
}
.lead-kontakt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #999;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #91bb18;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #91bb18;
}
.disclaimer {
margin-top: 40px;
    margin-bottom: 40px;
   }

.disclaimer p, .disclaimer ul li {
 font-size: 90%;   
}

/*--------------------------------------------------------
navbar
--------------------------------------------------------*/

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.navbar-fixed-top {
    height: 90px;
}
.navbar-brand {
    float: left;
    height: 85px;
    padding: 4px 0 0 15px;
}
.navbar-nav>li>a,
.navbar-nav .active {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.navbar-nav .active,
.navbar-default .navbar-nav>li>a:hover {
color: #91bb18;
}

    .navbar-nav .active {
        padding: 5px 15px 0px 15px;

}


@media (min-width: 768px) {
    .navbar-nav>li>a     {
        padding-top: 20px;
        padding-bottom: 0;
        line-height: 65px;
    }
    .navbar-nav .active {
        padding: 20px 15px 0 15px;
        margin-bottom: 0;
        line-height: 65px;
}

}

.navbar-collapse {
    background: #fff;
}


.navbar-brand img {
    width: 200px;
    padding-top: 10px;
    
}

@media (min-width: 768px) {
.navbar-brand img {
    width: 250px;
    padding-top: 10px;
    
}

}


/*--------------------------------------------------------
jumbotron intro
--------------------------------------------------------*/

.jumbotron-intro {
    height: 600px;
    color: inherit;
     padding: 150px 0 0 0;
    background: url(../images/sw_blumenwiese1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 20px;
    color: #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.jumbotron-home blockquote {
    margin-top: 20px;
    padding: 0;
    border: none;
    letter-spacing: 0.7px;
}
.jumbotron-intro p {
    font-size: 24px;
    padding: 7px 0 3px 0;
    font-family: 'Handlee', cursive;
    letter-spacing: 0.7px;
    margin-top: 20px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}
.jumbotron-home cite {
    margin: 0;
    padding: 1px 5px 0 5px;
    font-size: 14px;
    line-height: 1;
    background: rgba(0, 0, 0, .3);
    font-style: normal;
}

/*--------------------------------------------------------
jumbotron home
--------------------------------------------------------*/

.jumbotron-home {
    height: 550px;
    color: inherit;
    margin-bottom: 30px;
    padding: 150px 0 0 0;
    background: url(../images/sw_blumenwiese1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-bottom: 5px solid #fff;
}
.jumbotron-home blockquote {
    margin-top: 20px;
    padding: 0;
    border: none;
    letter-spacing: 0.7px;
}
.jumbotron-home p {
    font-size: 30px;
    font-family: 'Handlee', cursive;
    letter-spacing: 0.7px;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}
.jumbotron-home cite {
    margin: 0;
    padding: 1px 5px 0 5px;
    font-size: 14px;
    line-height: 1;
    background: rgba(0, 0, 0, .3);
    font-style: normal;
}
.home {
    margin-top: 30px;
}
.home-media {
    background: #fff;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.home-media-left {
    width: 30%;
    float: left;
    padding-right: 10px;
    max-width: 30%;
}
.home-media-body {
    margin-left: 30%;
}
h1.home-media-heading {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0.4em;
}

/*--------------------------------------------------------
jumbotron content
--------------------------------------------------------*/

.jumbotron-content {
    height: 250px;
    color: inherit;
    padding: 0;
   

    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 5px solid #fff;
}

.jumbotron-grafikdesign {
 background: url(../images/sw_blumenwiese2.jpg) no-repeat center center;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron-webdesign {
 background: url(../images/sw_blumenwiese3.jpg) no-repeat center bottom;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron-werbeservice {
 background: url(../images/sw_blumenwiese4.jpg) no-repeat center center;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron-kontakt {
 background: url(../images/sw_blumenwiese5.jpg) no-repeat center center;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/*--------------------------------------------------------
footer
--------------------------------------------------------*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #91bb18;
  color: #fff;
    border-top: 2px solid #fff;
    font-size: 12px;
    padding: 7px 0 9px 0;
}

 

.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active {
    outline: 0;
    color: #ffffff;
}


.footer a:hover
 {
    text-decoration: underline;
    color: #ffffff;
}
/*--------------------------------------------------------
bluete
--------------------------------------------------------*/





/*--------------------------------------------------------
top-link
--------------------------------------------------------*/

.bottom-top-link {
            bottom: 100px;
            position: fixed;
            right: 0;
        }
        .bottom-top-link a {
            background: none repeat scroll 0 0 #91bb18;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            color: #fff;
            display: block;
            font-size: 16px;
            line-height: 16px;
            padding: 5px 15px 5px 5px;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
        }

        .bottom-top-link img {
width: 40px;
            margin-bottom: 3px;
        }


/*--------------------------------------------------------
home
--------------------------------------------------------*/

@media (min-width: 768px) {
.home .lead {
    font-size: 15px;
    padding: 0 20px 0 20px;
}
}

.home h2 {
    
 font-size: 24px;  
    margin-bottom: 1em;
}



/*--------------------------------------------------------
helper
--------------------------------------------------------*/

.grey {
    color: #777;
}
h1 .grey {
    font-weight: normal;
    color: #777;
}


/*--------------------------------------------------------
effects
--------------------------------------------------------*/

.shadow1 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow1:before,
.shadow1:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
}

.box {
    background: #fff;
    padding: 25px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}



/*--------------------------------------------------------
listbox
--------------------------------------------------------*/


.listbox {
    width: 90%;
    background: #fff;
    color: #777777;
    padding: 10px 0 0 0;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 2em;
}



.listbox-footer {
    height: 15px;
    background-color: #91bb18;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}


img.logo-i {
    position: absolute;
    bottom: 3px;
    right: 15px;
    height: 30px;
}
.listbox ul, .listbox2 ul {
    color: #000;
    margin: 10px 10px 30px 40px;
    list-style-image: url('../images/list1.png');
    padding-left: 0px;
}



.listbox2 {
  
    
    padding: 10px 0 0 30px;
    
    position: relative;
    margin-bottom: 2em;
}

.listbox2 li {

    margin-bottom: 0.5em;
}


/*--------------------------------------------------------
portfolio
--------------------------------------------------------*/

.portfolio {
margin-bottom: 70px;    
}

.portfolio_item {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.portfolio_item:before,
.portfolio_item:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
}
.portfolio_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.portfolio_item a img {
    border-radius: 2px;
    max-width: 100%;
 
}

.portfolio_item a img.portfolio-logo {
    border: 1px solid #ddd;
}


.portfolio_item a .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    position: absolute;
    top: 0px;
    left: 0px;
   
}
.portfolio_item a .overlay .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    margin: auto;
}

.portfolio_item  h2,
.portfolio_item p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #777777;
 
}
.portfolio_item a:link,
.portfolio_item a:active,
.portfolio_item a:visited

{
color: #777777;
}

.portfolio_item a:hover

{
color: #91bb18;
    text-decoration: none;
}


.portfolio_item a .overlay p {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}


.portfolio_item a .overlay i {
    margin-top: 10px;
    border-radius: 50%;
    padding: 5px;
    line-height: 16px;
    height: 30px;
    width: 30px;
    border: solid 2px;
    font-size: 16px;
position: relative;

}
.portfolio_item a:hover .overlay {
    color: #fff;
    text-decoration: none;
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
}


/*--------------------------------------------------------
pretty photo
--------------------------------------------------------*/

.pp_description {
text-align: center;
}