/*!
 * Start Bootstrap - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
 /* width: 100%;*/
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding-top: 50px;
 /* body padding for fixed top nav */
}

ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}

.text-muted
{
    color: #777;
}

.text-primary
{
    color: #fed136;
}


p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width:768px)
{
    p
    {
        font-size: 16px;
    }
}

@media (min-width:1024px)
{
    p
    {
        font-size: 18px;
    }
}

p.small
{
    font-size: 16px;
}

p.large
{
    font-size: 20px;
}

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

a {
    color: rgb(80,60,60);
}

a:hover,
a:focus,
a:active,
a.active {
    color: rgb(80,60,60);

}

.inlinelink
{
    display: inline;
    font-size: 16px;
    margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

h1
{
    font-size: 30px;
}   
 

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)
{
	h1
	{
	    font-size: 36px;
	}   

    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;
}


/* SECTION */

section
{
    padding: 60px 0;
}

section h2.section-heading
{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
}

section p.section-subheading
{
    margin-bottom: 65px;
	font-size: 18px;
    /*font-style: italic;*/
}

@media (min-width:768px)
{
	section h2.section-heading
	{
	    margin-top: 0;
	    margin-bottom: 15px;
	    font-size: 44px;
	}

	section p.section-subheading
	{
		font-size: 20px;
	}
}


.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: #fed136;
}



.bg-light-gray
{
    background-color: rgb(190,190,176);
    background-color: rgb(220,220,196);
}

/* HEADER */

.logoPhone
{
    display: none;
}

.imgLogoPhone
{
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: -80px;
}

@media (min-width:768px)
{
    .logoPhone
    {
        display: none;
    }
}


.img-hide
{
    display: none;
}

@media (min-width: 992px)
{
    .img-hide
    {
        display: 	block;
		margin-top: 0px;
    }
}



.navbar-default {
  background-color: white;
  color: #fed136;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus
{
    outline: 0;
    color: #fed136;
}



/* 3/4 Page Height Carousel Customization */
.carousel {
  height: 75%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-indicators li {
   height: 5px;
}


=================================


/
/* 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: #fed136;
}


.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: 30px;
   margin-left: 30px;
}

.timeline p
{
    font-size: 14px;
    margin-left: 30px;
}

.timeline-tail h2
{
   font-size: 30px;
   margin-left: 30px;
}

.timeline-tail p
{
    font-size: 14px;
    margin-left: 30px;
}

.smallheader p
{
	font-size: 20px;
}

@media (min-width:768px)
{
	.timeline h2
	{
	   font-size: 40px;
	}

	.timeline p
	{
	    font-size: 20px;
	}

	.timeline-tail h2
	{
	   font-size: 40px;
	}
	
	.timeline-tail p
	{
	    font-size: 20px;
	}
	
    .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;
        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;
      
    }
}

@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;
    }
}

@media (min-width:1400px)
{
	.timeline p
	{
	    font-size: 24px;
	}
}


/* PORTRAET */

.imgPortraet
{
	width:	75%;
}

@media (min-width:768px)
{
	.imgPortraet
	{
		width:	100%;
	}
}

@media (min-width:1200px)
{
	.imgPortraet
	{
		width:	75%;
	}
}

/* ANGEBOT, OFFERING */

#angebot-top
{
    margin-top: -10px;
}

.angebot-list
{
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.imgAngebot
{
    display: none;
}

@media (min-width:768px)
{
	.imgAngebot
	{
    	display: block;
	} 
}


@media (min-width:992px)
{
	.angebot-list
	{
	    font-size: 16px;
	    line-height: 1.6;
	}
}


/*  NEWS */

#news a
{
    color: #fed136;
}



/* KONTAKT */

#contact .imgLogo
{
    margin-top: -70px;
    margin-left: -20px;
    display: none;
}

#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: 185px;
    margin-top: -20px;
    border-radius: 22px;
    display: none;
}

#contact h4
{
    padding-left: 80px;
    margin-top: -20px;
    font-size: 16px;
}

@media (min-width:768px)
{
    #contact .paralaxContact
    {
        display: block;
    }
	#contact .imgMap
	{
	    display: block;
	}
    #contact .imgLogo
    {
     	margin-top: -80px;
    	margin-left: -20px;
        display: block;
    }
	#contact h4
	{
	    padding-left: 80px;
	    margin-top: -100px;
	    font-size: 12px;
	}
}

@media (min-width:992px)
{
    #contact .paralaxContact
    {
        padding-top: 230px;
        margin-top: 10px;
    }
    #contact h4
    {
        padding-left: 115px;
        margin-top: -140px;
        font-size: 14px;
    }
    #contact .imgLogo
    {
     	margin-top: -60px;
    	margin-left: -20px;
    }
}

@media (min-width:1200px)
{
    #contact .paralaxContact
    {
        padding-top: 270px;
        margin-top: 30px;
    }
    #contact h4
    {
        padding-left: 145px;
        margin-top: -170px;
        font-size: 16px;
    }
}

/* FOOTER */
footer
{
    padding: 0px 0;
}

footer span.copyright
{
    line-height: 40px;
}

footer ul.quicklinks
{
    margin-bottom: 0;
    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;
}


/* MIKE */


.portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

.portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    /*background: rgba(245,83,26,0.6);*/
    border-radius: 8px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;

}

.portfolio-link .portfolio-hover:hover {
     opacity: 1;
     background: rgba(254,209,54,0.6);
}

.portfolio-link .portfolio-hover .portfolio-hover-content:hover {
     /*color: #444;*/
}

.portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.portfolio-hover .fab {
  color: rgba(114, 157, 22, 0.8);
  background-image: radial-gradient(at center, white 40%, transparent 40%);
}



/* GENERIC */

::-moz-selection
{
    text-shadow: none;
    background: #fed136;
}

::selection
{
    text-shadow: none;
    background: #fed136;
}

img::selection
{
    background: 0 0;
}

img::-moz-selection
{
    background: 0 0;
}

body
{
    webkit-tap-highlight-color: #fed136;
}

.pt15minus
{
    padding-top: -3em;
}

.pt30minus
{
    padding-top: -6em;
}

.pb30minus
{
    padding-bottom: -1.5em;
}

.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;
}

