/** CSS - creative.css **/

html,
body
{
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    height: 100%;
}

.text-muted
{
    color: #777;
}

.text-primary
{
    color: #EE7917;
}

p
{
    font-size: 14px;  
    font-weight: 400; /* 400 */
    line-height: 1.5;
}

@media (min-width:768px)
{
    p
    {
        font-size: 16px; 
    }
}

@media (min-width:1024px)
{
    p
    {
        font-size: 18px; /* 20 Gärten Kontakt */
    }

}

p.small
{
    font-size: 20px;
}



p.large
{
    font-size: 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active
{
    outline: 0;
}

a {
    color: #91613D;
      /*  color: #EE7917; */ /* orange */
    color: rgb(80,60,60);
}

a:hover,
a:focus,
a:active,
a.active {
    color: #91613D;
    color: rgb(80,60,60);

}

.inlinelink
{
    display: inline;
    font-size: 16px;  
    margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h3
{
    font-weight: 400;
    font-size: 20px;
}

h4
{
    font-weight: 400;
    font-size: 16px;
}

#testimonial h3
{
    font-size: 18px;
    font-weight: 400;
}

#testimonial img
{
    width: 100%;
}

@media (min-width:768px)
{
     h3
    {
        font-size: 22px;
    }   
    #testimonial h3
    {
        font-size: 24px;
    }
}

@media (min-width:1024px)
{
         h3
    {
        font-size: 24px;
    }  
   #testimonial h3
    {
        font-size: 30px;
    }
}



.list-group-item
{
    font-size: 16px; 
}

.img-centered
{
    margin: 0 auto;
}

.imgBorder
{
    border-radius: 6px;
    overflow: hidden;
}

.logo-small
{
    border-radius: 5px;
    margin-top: -30px;
    height: 60px;
}

/* SECTION */

section
{
    padding: 100px 0;
}

section h2.section-heading
{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section p.section-subheading
{
    margin-bottom: 65px;
    font-style: italic;
}

@media (min-width:768px)
{
    section
    {
        padding: 100px 0;
    }
    
    .home2section
    {
        padding: 170px 0;

    }    
}

.bg-brown
{
    background-color: rgb(80,60,60);
}

.bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4, .bg-brown p, .bg-brown blockquote
{
    color: #fff;
}


.bg-brown a
{
    color: #EE7917;
}

.bg-dark-gray
{
    background-color: rgb(95,95,80);
}

.bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray p, .bg-dark-gray blockquote
{
    color: #fff;
}
.bg-dark-gray h6
{
    color: #fff;
}

.bg-dark-gray a
{
    color: #EE7917;
}

.bg-light-gray
{
    background-color: #CCC6A2; /* rgb(190,190,176); */
}

/* HEADER */

.logoPhone
{
    display: block;
}

.imgLogoPhone
{
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: -80px;
}

@media (min-width:768px)
{
     .logoPhone
    {
        display: none;
    }
}

header
{
    position: relative;
    width: 100%;
    min-height: 80%;
    text-align: center;
    color: #fff;
    background-image: url(kugel1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content
{
    width: 100%;
    height: 100%;
    padding: 100px 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width:768px)
{
    header
    {
        min-height: 100%;
    }
/*
    header .header-content
    {
        position: absolute;
        top: 50%;
        
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    */
}

/* button */

header h3
{
    position: absolute;
    bottom: 40px;
    right: 50px;
        z-index: 200;
}

/* logo */

header img
{
    position: absolute;
    bottom: -102px;
    right: 70px;
    width: 340px;
}

header .img-hide
{
    display: none;
}

.paralaxTitle h2
{
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 97%;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 18px; 
    font-weight: 400;
    text-align: left;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 0.9em;
    padding: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 22px;
    padding-right: 120px;
}

@media (min-width:922px)
{
    header .img-hide
    {
        display: block;
    }
}

@media (min-width:1024px)
{
    .paralaxTitle h2
    {
        font-size: 22px;
    }
}



/* BUTTON */

.btn-primary {
    border-color: #EE7917;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 18px; 
    color: #fff;
    border: none;
    background-color: rgba(145, 97, 61, 0.7);
    background-color: rgba(80,60,60, 0.7);
    
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border: none;
    color: #fff;
    background-color: rgba(145, 97, 61, 0.9);
    background-color: rgba(80,60,60, 0.9);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary
{
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active
{
    border-color: #EE7917;
    background-color: #EE7917;
}

.btn-primary .badge
{
    color: #EE7917;
    background-color: #fff;
}

/* NAVBAR */

navbar-default
{
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand
{
    color: #EE7917;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active
{
    color: #fff;  /*   weiss Änderung */
}

.navbar-default .navbar-collapse
{
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle
{
    border-color: #EE7917;
    background-color: #EE7917;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #EE7917;
}

.navbar-default .nav li a
{
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
 
      color: #111;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus
{
    outline: 0;
    color: #EE7917;
}

.navbar-default .navbar-nav>.active>a
{
    border-radius: 0;
    color: #EE7917;
    background: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus
{
    color: #fff;  /* 
 over home */
    background: none;
}

@media (min-width:768px)
{
    .navbar-default
    {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand
    {
        font-size: 2em; 
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a
    {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink
    {
        padding: 10px 0;
        background-color: rgba(95,95,80,0.5);
    }
    .navbar-default.navbar-shrink .navbar-brand
    {
        font-size: 1.5 em; 
    }
    .navbar-default .nav li a
    {
    
        color: #fff;
     
    }
}


/* HOME2, TIMELINE */

.timeline
{
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -15px;
    background-color: #f1f1f1;
  
}

.timeline>li
{
    position: relative;
    margin-bottom: 50px;
    margin-left: -10px;
    min-height: 120px;
}

.timeline>li:before,
.timeline>li:after
{
    content: " ";
    display: table;
}

.timeline>li:after
{
    clear: both;
}

.timeline>li .timeline-panel
{
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
   
}

.timeline>li .timeline-panel:before
{
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after
{
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image
{
    z-index: 100;
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #EE7917;
}


.timeline>li .timeline-image h4
{
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel
{
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before
{
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after
{
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.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;
}

.timeline h2
{
   font-size: 20px;
   margin-left: 30px;
}

.timeline p
{
    font-size: 14px;
    margin-left: 30px;
}


@media (min-width:768px)
{
    .timeline:before
    {
        left: 50%;
    }
    .timeline>li
    {
        margin-bottom: 100px;
        min-height: 150px;
        margin-left: -50px;
        position: relative;
     
    }
    .timeline>li .timeline-panel
    {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;

    }
    .timeline>li .timeline-drawing
    {
        float: left;
        width: 51%;
        padding: 0 -20px 20px 70px;
        margin-top: -80px;
        margin-left: 60px;
        text-align: right;
        position: relative;
  
       
    }
    .timeline>li .timeline-image
    {
        left: 50%;
        width: 150px;
        height: 150px;
        margin-left: -50px;
     
    }
    .timeline>li .timeline-image h4
    {
        margin-top: 16px;
        font-size: 13px; /* 13 */
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel
    {
        float: right;
        padding: 0px 30px 20px 50px;
        text-align: left;
    }
    .timeline>li.timeline-inverted>.timeline-drawing
    {
        float: right;
        padding: 0 30px 20px 0px;
        text-align: left;
        margin-top: -80px;
        margin-bottom: -20px;
        position: relative;
      
    }
    .timeline h2
    {
       font-size: 30px;
    }
      .timeline p
    {
        font-size: 16px;
    } 
}

@media (min-width:992px)
{
    .timeline>li
    {
        min-height: 170px;
    }
    .timeline>li .timeline-panel
    {
        padding: 20px 40px 20px;
    }
    .timeline>li .timeline-drawing
    {
        width: 59%;
        padding: 0 20px 0px 100px;
        margin-top: -80px;
        margin-left: 0px;
             
    }
    .timeline>li .timeline-image
    {
        width: 170px;
        height: 170px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4
    {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel
    {
        padding: 30px 20px 20px 50px;
    }
    .timeline>li.timeline-inverted>.timeline-drawing
    {
        padding: 0 50px 0px 0px;
 
                margin-top: -100px;
    }
}

@media (min-width:1200px)
{
    .timeline>li
    {
        min-height: 190px;
    }
    .timeline>li .timeline-panel
    {
        padding: 20px 40px 20px 100px;
    }
    .timeline>li .timeline-drawing
    {
        padding: 0 0px 0px 120px;
        margin-top: -100px;
    }
    .timeline>li .timeline-image
    {
        width: 190px;
        height: 190px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4
    {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel
    {
        padding: 40px 100px 20px 50px;
    }
    .timeline>li.timeline-inverted>.timeline-drawing
    {
        padding: 0 100px 0px -0px;
        margin-top: -120px;
    }
}


/* ANGEBOT, OFFERING */

#angebot-top
{
    margin-top: -10px;
}

.angebot-list
{
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}



/* GALERIE */

.portfolioMosaic article
{
    float: left;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.portfolioMosaic .img-article
{
}

.portfolioMosaic .icon-article
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    background-color: rgba(80,60,60, 0.7);
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 4px;
}

.portfolioMosaic .icon-article-pos2
{
    right: 33px;
}

.portfolioMosaic .icon-article-pos3
{
    right: 56px;
}

.portfolioMosaic .icon-article-color
{
    color: #EE7917;
}

.portfolioMosaic .icon-article-color2
{
    color: rgb(124, 157, 22);
}

.portfolioMosaic .icon-article-color3
{
    color: rgb(211, 112, 63);
}

.portfolioMosaic .icon-article-inline
{
    font-size: 20px;
    color: #EE7917;
}

.portfolioMosaic .icon-article2-inline
{
    font-size: 20px;
    color: rgb(124, 157, 22);
}

.portfolioMosaic .icon-article3-inline
{
    font-size: 20px;
    color: rgb(211, 112, 63);
}

.containerGalery {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .containerGalery {
    width: 750px;
  }
}
@media (min-width:992px)
{
    .containerGalery
    {
        width: 100%;
    }
}

.portfolioMosaic .evenhide-article
{
    display: none;
}
.portfolioMosaic .smallhide-article
{
    display: none;
}

@media (min-width:768px)
{
    .portfolioMosaic.mosaic5 article
    {
        width: 50%;
    }
    .portfolioMosaic .smallhide-article
    {
        display: block;
    }
}

@media (min-width:992px)
{
    .portfolioMosaic.mosaic5 article
    {
        width: 33.33333333333333%;
    }

}

@media (min-width:1200px)
{
    .portfolioMosaic.mosaic5 article
    {
        width: 25%;
    }
    .portfolioMosaic .evenhide-article
    {
        display: block;
    }
}

/* KONTAKT */

#contact .imgLogo
{
    margin-top: -70px;
    margin-left: -20px;
}

#contact .imgMap
{
    margin-bottom: -50px;
}

#contact .paralaxContact
{
    background: rgba(114, 157, 22, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 0.9em;
    padding-top: 145px;
    margin-top: -20px;
    border-radius: 22px;
    display: none;
}

#contact h4
{
    padding-left: 80px;
    margin-top: -100px;
    font-size: 12px;
}

@media (min-width:768px)
{
    #contact .paralaxContact
    {
        display: block;
    }
    #contact .imgLogo
    {
     	margin-top: -120px;
    	margin-left: -20px;
    }
}

@media (min-width:992px)
{
    #contact .paralaxContact
    {
        padding-top: 180px;
        margin-top: 10px;
    }
    #contact h4
    {
        padding-left: 115px;
        margin-top: -140px;
        font-size: 14px;
    }
}

@media (min-width:1200px)
{
    #contact .paralaxContact
    {
        padding-top: 220px;
        margin-top: 30px;
    }
    #contact h4
    {
        padding-left: 145px;
        margin-top: -170px;
        font-size: 16px;
    }
}

/* FOOTER */

footer
{
    padding: 25px 0;
    text-align: center;
}

footer span.copyright
{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks
{
    margin-bottom: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


ul.social-buttons
{
    margin-bottom: 0;
    font-size: 40px;

}

.facebook-color
{
    color:  #3b5998;
}


ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active
{
   color: #000;
   font-size: 44px;
}



.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus
{
    outline: 0;
}

/* GENERIC */

::-moz-selection
{
    text-shadow: none;
    background: #EE7917;
}

::selection
{
    text-shadow: none;
    background: #EE7917;
}

img::selection
{
    background: 0 0;
}

img::-moz-selection
{
    background: 0 0;
}

body
{
    webkit-tap-highlight-color: #EE7917;
}

.noPaddingBottom
{
    padding-bottom: 0!important;
}

.pb15
{
    padding-bottom: 0.75em;
}

.pb30
{
    padding-bottom: 1.5em;
}

.pb40
{
    padding-bottom: 2em;
}

.pb50
{
    padding-bottom: 2.5em;
}

.noPaddingTop
{
    padding-top: 0;
}

.pt15
{
    padding-top: 0.75em;
}

.pt30
{
    padding-top: 1.5em;
}

.pt40
{
    padding-top: 2em;
}

.pt50
{
    padding-top: 2.5em;
}

.pt15
{
    padding: 1.5em;
}

.pb15
{
    padding-bottom: 1.5em;
}

.pb30
{
    padding-bottom: 3em;
}

.pb40
{
    padding-bottom: 4em;
}

.pb50
{
    padding-bottom: 5em;
}

.pt15
{
    padding-top: 1.5em;
}

.pt30
{
    padding-top: 3em;
}

.pt40
{
    padding-top: 4em;
}

.pt50
{
    padding-top: 5em;
}
