

/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Team Area Css

08. Fun facts area css

09. Pricing area css

10. Testimonial area css

11. News area css

12. Video area css

13. Clients area css

14. Subsicribe area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #82756d;
    font-weight: 200;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Open Sans regular', sans-serif;
    background-color: #ffffff;
}

h1 {
    font-family: 'Open Sans regular', sans-serif;
    color: #ee7c00;
    font-weight: 700;
    text-transform: normal;
}

h2 {
    font-family: 'Open Sans regular', sans-serif;
    font-weight: 400;
    color: #82756d;
}


h3 {
    font-family: 'Open Sans regular', sans-serif;
    color: #82756d;
    font-weight: 700;
}

,
h4,
h5,
h6 {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: 500;
    color: #82756d;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}

h3 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 25px;
}

h3.headlinegross {
    font-family: 'Open Sans regular', sans-serif;
    font-size: 30px;
    color: #82756d;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
}

h4 {
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
}

.subheadline {
    font-size: 34px;
    padding-bottom: 20px;
    position: relative;
}

strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.orange {
  color: #ee7c00;
  font-weight: 700;
}

.weiss {
  color: #ffffff !important;
}

.orangegross {
  color: #ee7c00;
  font-weight: 700;
  font-size: 1.2em;
}

.orangesehrgross {
  color: #ee7c00;
  font-weight: 700;
  font-size: 1.7em;
}

h2.orange,
h3.orange {
  color: #ee7c00;
  font-weight: 700;
}

h2.orangegross {
  color: #ee7c00;
  font-weight: 700;
  font-size: 2.2em;
}

p {
}

div.menu-area svg {
  width: 170px;
  height: auto;
}

div.menu-area.sticky-menu svg {
  width: 120px !important;
  height: auto;
}

footer svg {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.logo-content {
  max-width: 270px;
  max-height: auto;
}

.logo-content-klein {
  max-width: 150px;
  max-height: auto;
}

.abstand15 {
margin-top: 15px;
}

.abstandkontakt {
margin-top: 10px;
}

.abstand30 {
margin-top: 30px;
}

.abstandunten15 {
margin-bottom: 15px;
}

.abstandunten30 {
margin-bottom: 30px;
}

.trenner {
  width: 50px;             /* Länge der Linie */
  height: 1px;             /* Dicke */
  background-color: #ccc;  /* Hellgrau */
  margin: 26px 0;       /* 10px Abstand oben/unten + zentriert */
}

.textklein {
  font-size: 0.9em;
}

.textklein-headline {
  font-size: 0.7em;
}

.textgroesser {
  font-size: 1.3em;
}

.icongross {
  color: #ee7c00;
}

a {
    color: #000000;
    text-decoration: none;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #ee7c00;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*  Button mit Linien-Icon*/

.btn {
  display: inline-flex;
  align-items: center;
  padding-right: 3.3rem !important;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 10px !important;
  font-size: 1.1em;
  text-transform: uppercase;
}

.btn::after {
  content: "";
  background-image: url('../img/listenpunkt-weiss.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.8rem;
  bottom: 1.2rem;
}

a.btn:hover,
a.btn:focus {
  color: #fff;
  letter-spacing: 0.15em;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #ee7c00;
    border: none;
    font-weight: 700;
    text-transform: normal;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: #fff;
    color: #82756d;
}

.btn-big {
    border: 2px solid #82756d;
    font-size: 20px;

}

.btn.btn-trnsp:hover {
    border-color: #ee7c00;
    background: #ee7c00;
    color: #fff;
}

.btn.btn-reverse {
    background: #82756d;
    color: #fff;
}
.btn.btn-reverse:hover {
    background: #ee7c00;
}

.section-big {
	padding: 80px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.section-title h2 {
    text-transform: normal;
    margin-top: 0px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: none !important;
}

.tabelle1 {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #ee7c00;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    border: none;
}

.tabelle2 {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #ee7c00;
    margin-bottom: 10px;
    color: #ffffff;
    border: none;
}

.table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 4px 10px;
    width: 33.3333333%;
}

.termintabelle {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.termintabelle tr {
    border: 1px solid #999999;
}

.termintabelle tr td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

img {
    max-width: 100%;
}

section img {
    max-width: 100%;
    background: none;
    padding: 8px;
}

i.fa {
    color: #ee7c00;
}

img.abgerundet {
  border-radius: 24px;
}




/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    height: 50px;
    line-height: 50px;
    background: #82756d;
    color: #fff;
    font-size: 13px;
	font-weight: 400;
}

.top-bar i.fa {
    font-size: 1.2em;
    margin-right: 5px;
    color: #aaa;
}

.tmail, .tphone, .tlocation {
    float: left;
    margin-right: 30px;
}

.tsocial {
    float: right;
    text-align: right;
}

.top-bar a {
    color: inherit;
}

.tsocial a:hover {
    color: #ee7c00;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
}


.menu-holder {
    height: 106px;
}

.menu-area {
    background: #fff;
    height: 106px;
    z-index: 99;   
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
    top: 0px;
    height: 75px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}

.mainmenu {
    padding-top: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 2px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 8px;
}

.sticky-menu .navbar {
    margin-top: 4px;
}

.navbar-brand img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .navbar-brand img {
    width: 68%;
    margin: 2% 0;
    height: auto;
}

.navbar-brand {
  padding: 0;
	height: auto;
	padding-bottom: 8px;
}

.navbar-brand:hover {
    color: #ee7c00;
}

.sticky-menu .navbar-nav > li {
	position: relative;
	margin-top: 14px;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
	margin-top: 30px;
}

.navbar-nav li a {
    color: #82756d;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans regular', sans-serif;
    height: 50px;
    text-transform: normal;
    //padding-left: 14px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #ee7c00;
  background: transparent;
  /*border-radius: 10px;*/
  background-image: url(../img/ro-grafik.svg);
  //background-position: top left;
  background-repeat: no-repeat;
  background-position: -4px 2px;
  background-size: 40px;
}

.mainmenu li.active a {
    color: #ee7c00;
    /*background-color: #ee7c00;
    border-radius: 10px;*/
    background-image: url(../img/ro-grafik.svg);
    //background-position: top left;
    background-repeat: no-repeat;
    background-position: -4px 2px;
    background-size: 40px;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #ee7c00;
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;
}






/* -----------------------------------------------------------------------------------
*                               03. Slider area css
* ----------------------------------------------------------------------------------- */

#slider {
    height: 100%;
    max-height: 550px;
}

#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    background: #fff;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    border-color: #ee7c00;
    background: #ee7c00;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #ee7c00;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* Slide Background Image */
#slider .slide1 {
    
}

#slider .slide2 {
    
}

#slider .slide3 {
    
}

.intro-text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text h2 {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
    text-transform: normal;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1.7em;
}

.intro-text .btn {
    margin: 0 10px;
}




/* Slider text animation */

.intro-text h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.intro-text .btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
}


/* ----------------------------------------------------------------------------
*                               04. About area css
* ----------------------------------------------------------------------------*/

.bg-juraofen {
    //position: relative;
    background-image: url(../img/bg-juraofen.png);
    background-position: right 30px top 180px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-area {
    background: none;
}

.about-text h2 {
    text-transform: normal;
    margin-top: 20px;
    display: inline-block;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
    list-style-position: inside;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #82756d;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 15px;
    border-radius: 10px;
}

.about-text a.btn:hover,
.about-text a.btn:focus {
  color: #fff;
  letter-spacing: 0.15em;
}

.about-text > a > i {
  color: #ffffff;
  font-size: 1.5em;
}

.left-text h2 {
    text-transform: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.left-text .btn {
    margin-top: 15px;
    border-radius: 10px;
}

.left-text a.btn:hover,
.left-text a.btn:focus {
  color: #fff;
  letter-spacing: 0.15em;
}

.left-text > a > i {
  color: #ffffff;
  font-size: 1.5em;
}

div.left-text {
  padding-bottom: 30px;
}

.hellgrau {
  background-color: #F2F2F2;
}

hr {
  background-color: #cccccc;
  border: none;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.headline-ref h2 {
  text-transform: normal;
  margin-top: 0px;
  display: inline-block;
}

.headline-ref {
  margin-left: 15px;
}

.content-img img {
  width: 100%;
  margin-top: 24px;
}

.about-img img {
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2); 
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

/* about box */
.about-box {
    margin-top: 10px;
}

.about-box i.fa {
    font-size: 25px;
    float: left;
    width: 40px;
    height: 50px;
}

.about-box {
    float: left;

}

.about-box h4 {
    margin-top: 0px;
}

.about-box p {
    overflow: hidden;
}




/* --------------------------------------------------------------------------------
*                                   08. Fun facts area css
* ------------------------------------------------------------------------------- */
.fun-fact-area {
    margin-top: 80px;
}

.fun-fact {
    border-right: 1px solid #9f9f9f;
    text-align: center;
}

.fun-fact.last {
    border: none;
}

.fun-fact i.fa {
    font-size: 35px;
    position: relative;
    display: none;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 500;
}





/* --------------------------------------------------------------------------------
*                                   05. Service area css
* ------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
}

.service-area .section-title {
    margin-top: 20px;
}

.service-box {
    text-align: center;
    background-color: #fff;
    padding: 30px 15px;
    margin: 0 -10px;
}

.service-box i.fa {
    font-size: 40px;
    margin-top: 10px;
}

.service-box h3 {
    color: inherit;
}

.service-area .news-carousel .owl-buttons {
    margin: 0px 5px;
}




/* Picture services area 
-------------------------------------------------------  */
.bereiche {
  display: flex;
}

.pic-single-service {
    padding-top: 15px;
    /*background: rgba(126,126,126,0.05);
    padding: 10px;*/
}

/* Oben links horizontale Linie */
.pic-single-service::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;              /* horizontale Länge */
  height: 1px;              /* Dicke */
  background-color: #ccc;   /* hellgrau */
}

/* Oben links vertikale Linie */
.pic-single-service::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 1px;
  height: 25px;             /* vertikale Länge */
  background-color: #ccc;
}

/* Unten rechts horizontale Linie */
.pic-single-service::before,
.pic-single-service::after {
  pointer-events: none;
}

/* Zusätzliche Linien unten rechts */
.pic-single-service span.corner {
  position: absolute;
  content: "";
  display: block;
  background-color: #ccc;
}

/* Unten rechts horizontale Linie */
.pic-single-service .corner.horizontal {
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 1px;
}

/* Unten rechts vertikale Linie */
.pic-single-service .corner.vertical {
  bottom: 10px;
  right: 10px;
  width: 1px;
  height: 25px;
}


/* -------------------------- */
/*      Call To Action        */
/* -------------------------- */
.action-area {
    background-color: #82756d;
    color: #fff;
}

.action-area p {}

.action-area h2 {
    margin-top: 0px;
    color: inherit;
    font-weight: 700;
}

.action-area .btn {
    margin-top: 25px;
}




/* ----------------------------------------------------------------------------------
*                               06. Working Process area css
* --------------------------------------------------------------------------------- */
.work-precess-area { }



.f-w-tab .nav {
    width: 100%;
    text-align: center;
}
.f-w-tab .nav li{
    display: inline-block;
    background-color: #ee7c00;
    width: 20%;
    margin: 0 3px;
}
.f-w-tab .nav li:hover, 
.f-w-tab .nav li.active  {
    background-color: #82756d;
}
.f-w-tab li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.f-w-tab li i.fa {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 60px;
}

.f-w-tab .panel-body {
    margin-top: 50px;
}
.tab-content img {
    width: 100%;
}
/* Full Width Tab */

/* Round style tab */

.f-w-tab .nav.round {}

.f-w-tab .nav.round li {
    background-color: #fff;
    border: 2px solid #82756d;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 3%;
}

@media (max-width: 768px) {
    .f-w-tab .nav.round li {
        margin: 0 1%;
        margin-top: 20px;
    }
}

.f-w-tab .nav.round li:hover, 
.f-w-tab .nav.round li.active  {
    background-color: #ee7c00;
    border-color: #ee7c00;
    color: #fff;
}

.f-w-tab .round li a,
.f-w-tab .round li i.fa {
    color: inherit;
}



/* accordion */
.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel {
    margin-top: 0px;
    box-shadow: none;
    border: none;
    //border-right: none;
}

.accordion .panel+.panel {
    border-top: 2px solid #ffffff;
}

.panel-group .panel+.panel {
    margin: 0px;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent;
}

.accordion .panel-heading a {
    display: block;
    padding: 0;
    padding-left: 15px;
    background-color: #f4f2ee;
    text-decoration: none;
    color: inherit;
    height: 40px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f105";
}

.accordion .panel-heading i.fa {
    width: 30px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 1.6em;
    font-weight: 300;
}

.accordion .panel-title {
    float: left;
    line-height: 40px;
    font-size: 17px;
    color: #82756d;
}
.accordion .panel-body {
    padding: 15px;
    margin-top: 0px;
}





/* --------------------------------------------------------------------------------
*                               06. latest-project area css
* ------------------------------------------------------------------------------- */
.latest-project-area {}

.project-item {
    margin-top: 20px;
    text-align: center;
}

.project-item figcaption {
    display: flex;
    align-items: center;
}

.project-item figcaption .overlay {
    text-align: center;
    width: 100%;
}

.project-item h3 {
    margin-top: 0px;
}

.project-item a i.fa {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin: 10px;
}




/* ---------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* -------------------------------------------------------------------------------- */
.works.section-big {
}

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #82756d;
    font-weight: 600;
    text-transform: normal;
}

.filters li.active {
    color: #ee7c00;
}





/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 28px;
    margin: 0;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    background: #ee7c00;
    color: #fff;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 800;
    line-height: 120px;
    text-transform: normal;
    margin: 0;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #fff;
    margin: 0 -15px;
    line-height: 72px;
}

.price-item.featured p.price {
    color: #ee7c00;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 800;
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #82756d;
}

.price-item a.btn:hover {
    background: #ee7c00;
    color: #fff;
}

.price-item.featured a.btn {
    background: #fff;
    color: #ee7c00;
}

.price-item.featured a.btn:hover {
    background: #82756d;
    color: #fff;
}




/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #82756d;
    color: #fff;
}

.single-testimonial {
    padding: 30px;
    background: #82756d;
    margin: 15px;
}

.test-meta {
    margin-top: 30px;
    overflow: hidden;
}

.test-meta img {
    max-width: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 100px;
}

.single-testimonial i.fa {
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    color: #ee7c00;
}

.single-testimonial p {
    color: inherit;
}

.single-testimonial h4 {
    color: inherit;
    margin-top: 20px;
}

.single-testimonial .desg {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
}

.news-carousel .owl-item {
    padding: 0 25px;
}

.owl-slider .owl-controls, 
.news-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*.news-carousel:hover .owl-controls {
    opacity: 1;
}*/

.owl-slider img {
    width: 100%;
}

.owl-slider .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 0.5;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #ee7c00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.owl-buttons i.fa:hover {
    /*color: #82756d;*/
    background-color: #82756d;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
}

.owl-page.active span {
    border-color: #ee7c00;
    background: #ee7c00;
}

.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.news-carousel .owl-buttons {
    margin: 0 15px;
}

.owl-client .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}


/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */
.news-area {}
.single-news {}

.news-image img {
    width: 100%;
}
.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}
.news-content .subtitle i.fa {
    color: #ee7c00;
}
.news-content .btn {
    margin-top: 10px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-meta span a:hover i.fa {
    color: #82756d;
}







/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15%;
}




/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #f5f5f5;
}
.subscribe-box {}
.subscribe-box h2 {
    color: inherit;
}
.subscribe-box p {
}
.newsletter-form {
    margin: auto;
    margin-top: 30px;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #ee7c00;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit i.fa {
    color: #fff;
}
.newsletter-form .mc-submit:hover i.fa{
    color: #82756d;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}





/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #82756d;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #82756d;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 10px;
    margin-bottom: 30px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #ee7c00;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #ee7c00;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 5px;
    padding-left: 40px;
}
.contact-area h3 {
    margin-top: 0px;
}
.address-box i.fa {
    font-size: 30px;
    line-height: 20px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.address-box p a:hover {
    color: #ee7c00;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
}

.contact-info a {
    color: inherit;
}




/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
.gmap-area {
    padding-top: 0px;
}
#contactgoogleMap {
    width: 100%;
    height: 400px;
}





/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: transparent;
    background-image: url(../img/silhouette-footer.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 55%;
    padding: 150px 0px;
    color: #82756d;
    font-size: 15px;
	font-weight: 400;
}
.footer-area a {
    color: #82756d;
}
.footer-area img {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-area h4 {
    color: #82756d;
    //border-bottom: 1px solid #f3f3f3;
    //padding-bottom: 25px;
    margin-top: 0;
    //margin-bottom: 25px;
    text-transform: normal;
}
.footer-area p {}
.footer-area i.fa {
    font-size: 25px;
    width: 40px;
    overflow: hidden;
    float: left;
    height: 30px;
	color: #ee7c00;
}

.footer-area ul {
    margin-left: 20px;
}

.footer-area ul li {
    margin-bottom: 5px;
}

/*.footer-area ul li a:hover {
    color: #82756d;
    padding: 3px 5px;
    border-width: 2px;
    border-radius: 5px;
    border-color: #ffbd59;
}*/

.q-link li {
    float: left;
    width: 50%;
}

.footer-area a:hover {
    color: #ee7c00;
    /*background: #ffbd59;*/
    
}

.footer-area .social-links {
    margin-top: 20px;
    margin-left: 0px;
}
.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i.fa {
    color: #aaa;
    font-size: 25px;
    margin-right: 15px;
}

.social-links li a:hover i {
    color: #ee7c00;
}

.copyright-text {
    padding: 15px 0px;
    background: #ee7c00;
    color: #fff;
}

.copyright-text p {
    margin: 0;
}

.za-l {
  line-height: 1.8em;
}

span.hervorheben-cys {
  background: #82756d;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  white-space: normal;
  border-radius: 12px;
}

.hervorheben-cys {
  background: #82756d;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  white-space: normal;
  border-radius: 12px;
}

span.hervorheben {
  background: rgba(126,126,126,0.1);
  color: #82756d;
  padding: 5px 10px 5px 10px;
  white-space: normal;
  border-radius: 12px;
}

.hervorheben {
  background: rgba(126,126,126,0.1);
  color: #82756d;
  padding: 5px 10px 5px 10px;
  white-space: normal;
  border-radius: 12px;
}

.hervorheben-content {
  background: rgba(126,126,126,0.1);
  color: #82756d;
  padding: 10px 20px 10px 20px;
  white-space: normal;
  border-radius: 12px;
  margin-bottom: 20px;
}

.hervorheben-section {
  background: rgba(126,126,126,0.1);
  white-space: normal;
}

.hervorheben-weitereinfo {
  background: rgba(126,126,126,0.1);
  color: #82756d;
  padding: 10px 20px 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: normal;
  border-radius: 12px;
}

div.brennholzverleih {
  background: #ee7c00;
  color: #ffffff;
  padding: 20px 40px 20px 40px;
  white-space: normal;
  border-radius: 0px 32px 32px 0px;
}

div.brennholzverleih i {
  color: #ffffff;
  font-size: 3em;
}

div.brennholzverleih h2 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  padding-left: 30px;
  margin-top: -20px;
  margin-bottom: 40px;
}

div.brennholzverleih h3 {
  color: #ffffff;
  font-size: 1.7em;
  font-weight: 700;
}

div.brennholzverleih p {
  color: #ffffff;
  font-size: 1.3em;
}

.fade-in {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateX(0);
}

span.einruecken {
  padding-left: 30px;
}

.mitbg {
  background: #ee7c00;
  color: #ffffff;
  padding: 0px 8px 0px 8px;
  margin-left: 20px;
}

.vorzeile {
  color: #ee7c00;
}

.nachzeile {
  padding-left: 40px;
  color: #ee7c00;
  font-size: 0.65em;
}

.vorzeilebg {
  color: #ee7c00;
  background: rgba(255,255,255,0.6);
  padding: 0px 8px 0px 8px;
}

.nachzeilebg {
  padding: 0px 8px 0px 8px;
  margin-left: 40px;
  color: #ee7c00;
  font-size: 0.65em;
}

/* ANIMATION */
.animation-start {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes flipInX {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  @keyframes flipInX {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  
/* ANIMATION ENDE */


.who-we-are-area {
    /*background-color: #f5f5f5;*/
}

.who-we-are-area h2 {
    text-transform: normal;
}

.list-group {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-group li {
    width: 47%;
	font-size: 1.3em;
	font-weight: 400;
    line-height: 42px;
    float: left;
}

.list-group li i.fa {
    font-size: 0.9em;
    margin-right: 10px;
	transform: rotate(45deg);
}

/* Nummerierte Listen
################################################### */

.sf-list-ol {
  counter-reset: my-counter; /* Zähler zurücksetzen */
  list-style: none;          /* Standardnummern entfernen */
  padding-left: 0;
}

.sf-list-ol li {
  counter-increment: my-counter; /* Zähler hochzählen */
  position: relative;
  padding-left: 2em;            /* Platz für den Kreis */
  margin-bottom: 0.5em;
}

.sf-list-ol li::before {
  content: counter(my-counter);  /* Zähler ausgeben */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  /* vertikal zentrieren */
  background-color: #ee7c00;    /* Orange */
  color: white;                  /* Zahl in weiß */
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;            /* rund */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

/* Listen
################################################### */

.sf-list {
  list-style: none;
  padding-left: 0;
}

.sf-list li {
  position: relative;
  padding-left: 17px; /* Platz für Icon */
  margin-bottom: 8px;
}

.sf-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; /* vertikal ausrichten */
  width: 12px;  /* gewünschte Größe */
  height: 12px;
  background-image: url(../img/listenpunkt.svg);
  background-size: contain; /* skaliert korrekt */
  background-repeat: no-repeat;
}

ul.list-sf-ds {
  margin: 0px;
  padding: 0px;
  list-style-image: url(../../bilder/listenpunkt-hand.png);
  list-style-position: inherit;
}

.list-sf-ds li {
  margin-left: 20px;
}

.list-sf li i.fa {
    font-size: 0.9em;
    margin-right: 10px;
	transform: rotate(45deg);
}

.list-leistungen {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-leistungen li {
	font-size: 1.2em;
	font-weight: 400;
    line-height: 42px;
}

.list-leistungen li i.fa {
    font-size: 1.1em;
    margin-right: 10px;
	transform: rotate(45deg);
}

/* Bildanimation All in ONE
################################################################## */

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  display: block;
  width: 600px; /* Bildgröße anpassen */
  height: auto;
}

/* Overlay mit schmalem „Scanner“-Streifen */
.scanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05); /* Deckel */
  overflow: hidden;
}

.scanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;             /* Start links außerhalb */
  width: 38%;             /* Breite des Lichtstreifens */
  height: 100%;
  background: transparent;
  box-shadow: 0 0 0 1000px rgba(242, 242, 242, 0.5); /* alles abgedeckt außer Streifen */
  animation: scan 5s linear infinite;
}

@keyframes scan {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

/* ENDE */

.video-area iframe {
    width: 100%;
    height: 320px;
    border: medium none;
}


/*  HISTORY
-----------------------------------------------------------------*/

:root {
  --gray: #82756d;
  --orange: #ee7c00;
  --bg: rgba(126, 126, 126, 0.1);
  --text-dark: #82756d;
  --white: rgba(255, 255, 255, 0.82);
  --border: rgba(130, 117, 109, 0.12);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

* {
  box-sizing: border-box;
}

.history-section {
  position: relative;
  overflow: hidden;
  padding: 90px 24px;
  background: var(--bg);
}

.history-wrap {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  z-index: 1;
}

.history-header {
  max-width: 700px;
  margin-bottom: 64px;
}

.history-label {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
}

.history-title {
  margin: 0;
  font-size: clamp(28px, 5vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--text-dark);
}

.history-subtitle {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.8;
  color: var(--gray);
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(130, 117, 109, 0.45);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 34px;
  align-items: start;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item.left .timeline-card {
  grid-column: 1;
  margin-right: 38px;
}

.timeline-item.right .timeline-card {
  grid-column: 2;
  margin-left: 38px;
}

.timeline-dot {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(238, 124, 0, 0.75);
  box-shadow: 0 0 0 8px rgba(238, 124, 0, 0.08);
  z-index: 2;
}

.timeline-card {
  background: var(--white);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
}

.timeline-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.timeline-year {
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--orange);
  flex-shrink: 0;
}

.timeline-rule {
  height: 1px;
  width: 100%;
  background: rgba(130, 117, 109, 0.15);
}

.timeline-graphic {
  margin: 22px 0 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(130, 117, 109, 0.15);
}

.timeline-graphic-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.timeline-graphic-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(130, 117, 109, 0.75);
}

.timeline-graphic-title {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #3b3430;
}

.timeline-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(238, 124, 0, 0.1);
  color: var(--orange);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.timeline-chart {
  width: 100%;
  height: auto;
  display: block;
}

.timeline-chart-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  font-size: 11px;
  color: rgba(130, 117, 109, 0.78);
}

.timeline-chart-labels span:last-child {
  text-align: right;
}

.timeline-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
}

.timeline-card p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray);
}

@media (max-width: 900px) {
  .history-section {
    padding: 72px 18px;
  }
  
  .history-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline::before {
    left: 12px;
    transform: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 22px;
  }

  .timeline-item.left .timeline-card,
  .timeline-item.right .timeline-card {
    grid-column: 1;
    margin: 0 0 0 28px;
  }

  .timeline-dot {
    left: 12px;
    top: 28px;
    width: 12px;
    height: 12px;
  }

  .timeline-card {
    padding: 22px;
    border-radius: 24px;
  }

  .timeline-year {
    font-size: 30px;
  }

  .history-subtitle {
    font-size: 16px;
    line-height: 1.75;
  }
}



/*  Team Area 
---------------------------------------------------------------- */
.team-area {
    background-color: #f5f5f5;
}

.team-member{
    background-color: #fff;
    text-align: left;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 30px;
}

.member-image{}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
    padding-left: 10px;
    padding-right: 10px;
}

.team-member h3{
    margin-bottom: 6px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #82756d;
}

.member-social i.fa:hover {
    color: #ee7c00;
}



/* Blog Page 
-------------------------------------------------*/

.single-post {
    margin-bottom: 50px;
}    

.blog-content .single-post h3 {
    margin-top: 0px;
}

.featured-img {
    position: relative;
}

.featured-img img {
    width: 100%;
}

.featured-img .news-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #82756d;
    background-color: rgba(255,255,255, 0.8);
    line-height: 50px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
}

.single-post p {
    margin-bottom: 20px;
}

.single-post .btn {
    margin-top: 10px;
}

.comment-form {}
.comment-form input, 
.comment-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
}


/* Blog Page css 
-----------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget ul {
    margin-left: 20px;
}

.widget-recent-posts ul {
    list-style: none;
}
.widget a {
    color: inherit;
}
.widget a:hover {
    color: #ee7c00;
}

/* Search widget css */
.widget-search form {
    position: relative;
}

.widget-search #s {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 5px;
    box-sizing: border-box;
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #ee7c00;
    background-image: url(../img/search2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-search label {
    position: absolute;
    z-index: 1;
    top: 10px;
    pointer-events:none;
    left: 10px;
    font-weight: 100;
}

.widget-search input:focus ~ label,
.widget-search textarea:focus ~ label,
.widget-search input:valid ~ label,
.widget-search textarea:valid ~ label {
    display: none;
}


/* Recent Posts Widget */
.widget-recent-posts ul li {
    margin-bottom: 20px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts ul li img {
    float: left;
    margin-right: 15px;
    width: 80px;
}


.widget-recent-posts .post-details {
    font-size: 12px;
    color: #999;
}

.widget-recent-posts .post-details span {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .widget-recent-posts ul li img {
        display: none;
    }
    
}

/* Pagination css */
.pagination>li>a {
    color: #ee7c00;
    font-weight: 500;
} 
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #ee7c00;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #ee7c00;
    border-color: #ee7c00;
}
.pagination-lg>li:first-child>a, 
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a, 
.pagination-lg>li:last-child>span {
    border-radius: 0px;
}



/*
comments css
--------------------------------*/
/*------------------------------------------------------------------*/
/* 12 Blog comments */
/*------------------------------------------------------------------*/
.comments-img {
    width: 120px;
    height: 120px; 
}

.post-short-text {
    font-size: 15px;
    font-weight: bold; 
}

.comments ul {
    margin: 0;
    padding: 0; 
}
.comments ul li .comment-box {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px; 
}
.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto; 
}
.comments ul li .comment-box .comment-content {
    margin-left: 150px; 
}
.comments ul li .comment-box .comment-content h4 {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: normal; 
}
.comments ul li .comment-box .comment-content a {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s; 
}
.comments ul li .comment-box .comment-content span {
    color: #555555;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: normal; 
}
.comments ul.depth .comment-box {
    padding-left: 150px; 
}
.comments ul li {
    list-style: outside none none; 
}
.comments ul li .comment-box .comment-content a:hover {
    color: #1672D2; 
}

.blog-preview .post-content {
    padding: 25px 25px 50px; 
}

@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px; 
    } 
}

.comments h2 {
    margin-bottom: 50px; 
}






/* Home 2 style */

.about-text.left {
    margin-bottom: 30px;
}

.promo-section {
    color: #fff;
}

.promo-box {
    background-color: #ee7c00;
    padding: 30px;
    margin-top: 30px;
}

.promo-box i.fa {
    font-size: 30px;
    width: 50px;
    float: left;
    color: #fff;
}

.promo-box h3 {
    color: inherit;
    margin-top: 5px;
}

.process-area {
    background-image: url(../img/bg/work-bg.jpg);  
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.process-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.process-box {
    position: relative;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .process-box {
        padding: 0 30px;
    }
}

.number {
    border: 1px solid #85af4b;
    color: #fff;
    background: #85af4b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 25px;
}

.process-box:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 90px;
    width: 100px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    border-bottom: 3px dashed #85af4b;
    transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    -webkit-transform: translate( 0, -50%);
}

.process-box:after {
    position: absolute;
    content: '\f0a9';
    font-family: fontAwesome;
    font-size: 30px;
    top: 25px;
    left: 50%;
    width: 170px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
}

.process-box.last:after {
    content: '\f058';
}


/* SHOPBUTTON
###################################################*/

.menu-holder,
.menu-area,
.mainmenu,
.navbar {
    position: relative;
}

.shop-header-button {
    position: absolute;
    top: -10px !important;     /* leicht über die Headerkante ziehen */
    right: 20px;
    z-index: 999;

    background: #ee7c00;
    color: #fff;
    border: 0;
    
    border-radius: 0 0 6px 6px;
    padding: 8px 18px;
    top: 0;

    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;

    box-shadow: 0 3px 10px rgba(0,0,0,.08);

    animation: shopButtonIntro .65s ease-out both;
    transition: all .2s ease;
}

.shop-header-button:hover,
.shop-header-button:focus {
    background: #82756d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.sticky-menu .shop-header-button {
    top: 0px;
    right: 10px;
    padding: 5px 12px;
    font-size: 10px;
}

@keyframes shopButtonIntro {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil: über dem Burger-Menü */
@media (max-width: 767px) {
  .shop-header-button {
    position: fixed;
    top: 0 !important;
    right: 46px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1;
    border-radius: 0 0 5px 5px;
  }

  .navbar-toggle,
  .navbar-header .navbar-toggle {
    margin-top: 30px;
    margin-right: 22px;
  }
}


/* STARTSEITE Titelbild Ken Burns
################################################## */

/* Wrapper */
.slideshow{
width:100%; max-width:1300px;
aspect-ratio:16/8;
margin:2rem auto;
position:relative; overflow:hidden;
//border-radius:24px;
background:none;
}


.slideshow img{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
animation: kenburns 18s ease-in-out infinite;
}


/* Fix: Jede Animation erhält eigenen Zyklus + versetztes Timing */
@keyframes kenburns{
0% { opacity:0; transform:scale(1) translate(0,0); }
5% { opacity:1; }
50% { opacity:1; transform:scale(1.15) translate(-4%,-4%); }
55% { opacity:0; }
100% { opacity:0; }
}


/* Bilder zeitlich exakt versetzt */
.slideshow img:nth-child(1){ animation-delay:0s; }
.slideshow img:nth-child(2){ animation-delay:9s; }


/* Keine dauerhafte Sichtbarkeit mehr nach dem ersten Durchlauf */


@media (prefers-reduced-motion: reduce){
.slideshow img{ animation:none !important; opacity:1 !important; }
}

/* SCROLL SMOOTH zum Anfrageformular
################################################## */

html {
  scroll-behavior: smooth;
}


/* FORMULAR FOOTER
################################################## */

* {
    box-sizing: border-box;
}

#form-container {
    max-width: 620px;
    margin: 0px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

form label {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    color: #82756d;
}

/* Eingabefelder */
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 8px 10px;   /* reduzierte Höhe */
    margin-top: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 13.5px;
    background-color: #fafafa;
    transition: border-color 0.2s ease;
}

/* Checkbox Gruppe */
.checkbox-group {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

/* Checkbox Label */
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13.5px;
    transition: all 0.2s ease;
    font-weight: 300;
}

/* Native Checkbox ausblenden */
.checkbox-group input[type="checkbox"] {
    display: none;
}

/* Custom Checkbox */
.checkbox-group span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #82756d;
    border-radius: 3px;
    margin-right: 6px;
    vertical-align: middle;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

/* Aktiv */
.checkbox-group input[type="checkbox"]:checked + span::before {
    background-color: #ee7c00;
    border-color: #ee7c00;
}

/* Hover */
.checkbox-group label:hover {
    background-color: #ee7c00;
    color: #ffffff;
    font-weight: 300;
}

.checkbox-group label:hover span::before {
    border-color: #ffffff;
}

/* Checked Textfarbe */
.checkbox-group input[type="checkbox"]:checked + span {
    color: #ee7c00;
    font-weight: 600;
}

/* Hover auf bereits angewähltem Thema → weiße Schrift */
.checkbox-group input[type="checkbox"]:checked + span {
    color: #ee7c00;
    font-weight: 600;
}

.checkbox-group label:hover input[type="checkbox"]:checked + span {
    color: #ffffff;
}


#sonstiges-text-wrapper {
    margin-top: 10px;
}

#sonstiges-text-wrapper input {
    width: 100%;
    padding: 8px 10px;
    font-size: 13.5px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: #fafafa;
}



textarea {
    min-height: 90px;
    resize: vertical;
}


/* Fokus */
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #ee7c00;
    background-color: #ffffff;
}

/* Placeholder klein */
::placeholder {
    font-size: 12px;
    color: #999;
}

/* DSGVO Checkbox */
label input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

label a {
    color: #ee7c00;
    text-decoration: none;
}

label a:hover {
    text-decoration: underline;
}

/* Button */
button {
    margin-top: 25px;
    width: 100%;
    padding: 14px;
    background-color: #ee7c00;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

button:hover {
    background-color: #82756d;
}

/* Meldungen */
.error {
    margin-top: 15px;
    color: #b30000;
    font-size: 14px;
}

.success {
    color: #82756d;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* ==========================
   Responsive Design
   ========================== */

/* Tablets */
@media (max-width: 900px) {
    #form-container {
        margin: 30px 20px;
        padding: 25px;
    }
}

/* Smartphones */
@media (max-width: 600px) {
    #form-container {
        margin: 20px 15px;
        padding: 20px;
    }

    form label {
        font-size: 13px;
    }

    input[type="text"],
    input[type="email"],
    input[type="number"],
    textarea,
    select {
        padding: 11px;
        font-size: 13px;
    }

    button {
        padding: 13px;
        font-size: 14px;
    }

    .success {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    textarea,
    select {
        padding: 7px 9px;
        font-size: 13px;
    }

    textarea {
        min-height: 80px;
    }
    
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
    }
}


/* Sehr kleine Geräte */
@media (max-width: 400px) {
    textarea {
        min-height: 100px;
    }
}

/* ==========================
   DSGVO Checkbox Styling
   ========================== */

.dsgvo-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    color: #82756d;
}

/* Native Checkbox ausblenden */
.dsgvo-checkbox input[type="checkbox"] {
    display: none;
}

/* Custom Checkbox */
.dsgvo-checkbox span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #82756d;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 2px;
    background-color: #ffffff;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* Aktiv (angeklickt) */
.dsgvo-checkbox input[type="checkbox"]:checked + span::before {
    background-color: #ee7c00;
    border-color: #ee7c00;
}

/* Hover */
.dsgvo-checkbox:hover span::before {
    border-color: #ee7c00;
}

/* Link-Farbe */
.dsgvo-checkbox a {
    color: #ee7c00;
    text-decoration: none;
}

.dsgvo-checkbox a:hover {
    text-decoration: underline;
}


/* FEUER-ANIMATION
############################################## */

.fire-header {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate; /* hält die Blend-Modes im Container */
}

.fire-header img {
  display: block;
  width: 100%;
  height: auto;
}

/* ====== EBENE 2: verzerrte Kopie des Bildes (das "Lodern") ======
   Liegt exakt über dem Original. Der SVG-Filter verschiebt die
   Pixel anhand von animiertem Rauschen -> Flammen wabern.
   Die Maske blendet die Ebene an ALLEN Kanten weich aus, damit das
   Wabern nicht über den Bildrand hinausragt und der Text scharf bleibt. */
.fire-header .distort {
  position: absolute;
  inset: 0;
  filter: url(#fire-wobble);
  /* Zwei Verläufe, die per "intersect" verschnitten werden:
     1) horizontal: blendet links weich ein und rechts (vor dem Text) aus
     2) vertikal:   blendet oben und unten weich aus
     Ergebnis: an allen 4 Kanten bleibt nur das scharfe Originalbild
     stehen -> die Verzerrung wabert nur im Bildinneren und ragt
     nicht mehr sichtbar über den Rand. */
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, black 5%, black 55%, transparent 72%),
    linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image:
    linear-gradient(to right, transparent 0%, black 5%, black 55%, transparent 72%),
    linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
  /* leichtes Pulsieren der Verzerrungs-Ebene */
  animation: distort-fade 4s ease-in-out infinite;
}

@keyframes distort-fade {
  0%, 100% { opacity: 0.9; }
  35%      { opacity: 0.55; }
  60%      { opacity: 1; }
  80%      { opacity: 0.7; }
}

/* ====== EBENE 3: flackernder Glut-Schein ====== */
.fire-header .glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 42% 65%, rgba(255,140,0,0.45), transparent 70%),
    radial-gradient(ellipse 30% 40% at 30% 80%, rgba(255,60,0,0.35), transparent 70%);
  mix-blend-mode: screen;
  animation: flicker 2.8s ease-in-out infinite;
}

@keyframes flicker {
  0%, 100% { opacity: 0.55; }
  12%  { opacity: 0.85; }
  23%  { opacity: 0.6;  }
  36%  { opacity: 0.95; }
  51%  { opacity: 0.5;  }
  64%  { opacity: 0.8;  }
  78%  { opacity: 0.65; }
  89%  { opacity: 0.9;  }
}

/* ====== EBENE 4: aufsteigende Funken ======
   translateY in Prozent (statt vh) -> bezieht sich auf den Container,
   nicht auf das Browserfenster. So bleiben die Funken zuverlässig
   innerhalb des Headers und werden zusätzlich von overflow:hidden gekappt. */
.fire-header .spark {
  position: absolute;
  bottom: 8%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffb347;
  box-shadow: 0 0 6px 2px rgba(255,120,0,0.8);
  opacity: 0;
  animation: rise linear infinite;
  pointer-events: none;
}
.spark:nth-child(4) { left: 22%; animation-duration: 4.5s; animation-delay: 0s;   }
.spark:nth-child(5) { left: 35%; animation-duration: 6s;   animation-delay: 1.2s; width: 3px; height: 3px; }
.spark:nth-child(6) { left: 48%; animation-duration: 5s;   animation-delay: 2.4s; }
.spark:nth-child(7) { left: 30%; animation-duration: 7s;   animation-delay: 3.1s; width: 2px; height: 2px; }
.spark:nth-child(8) { left: 55%; animation-duration: 5.5s; animation-delay: 0.8s; width: 3px; height: 3px; }

@keyframes rise {
  0%   { transform: translateY(0) translateX(0);        opacity: 0; }
  10%  { opacity: 0.9; }
  50%  { transform: translateY(-55%) translateX(12px);  opacity: 0.6; }
  100% { transform: translateY(-95%) translateX(-8px);  opacity: 0; }
}

/* Rücksicht auf Nutzer mit reduzierter Bewegung */
@media (prefers-reduced-motion: reduce) {
  .fire-header .distort,
  .fire-header .glow,
  .fire-header .spark { animation: none; }
  .fire-header .distort { display: none; }
}


