#akkordeon:not(:target) .inhalt,
#akkordeon:not(:target) .hide,
#akkordeon:target .show {display: none;}
#akkordeon:target .inhalt {display: block;}

.inhalt {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
padding: 20px 20px 1px;
margin: 0px 0px 10px;
}

.show,
.hide {
padding:10px;
background: rgb(255, 38, 74);
box-shadow:none!important;
color:#fff;
font-weight:bold;
}

.show:hover,
.hide:hover {
background: rgb(250, 74, 103);
color:#fff!important;
transition:0.2s all ease-in-out!important;
}

.lower-page-testimonial-slider {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	background: none;
}

@media only screen and (max-width: 995px) {
  .lower-page-testimonial-slider {
    height: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .lower-page-testimonial-slider {
    height: 250px;
  }
}

/* testimonial slider css start */
.testimonial-slider {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 4em;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 200px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 70%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;
    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(5) {
    -webkit-animation: fade-animation-5 25s infinite;
            animation: fade-animation-5 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(6) {
    -webkit-animation: fade-animation-6 25s infinite;
            animation: fade-animation-6 25s infinite;
}


.testimonial-slider q {
	display: inline-block;
	font: italic 300 28px / 1.25 "Montserrat", sans-serif;
	letter-spacing: .5pt;
	max-width: 100%;
    color:#fff;
}

.testimonial-slider .source {
    margin-top: 15px;
    color: #fff;
    font: 300 16px / 1.25 "Montserrat", sans-serif;
 }
}

@media only screen and (max-width: 995px) {
    .testimonial-slider ul.slider {
    padding: 0 0 0 1.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
    .testimonial-slider ul.slider {
    padding: 0 0 0 1.5em;
    width: 100%;
  }
}
@media only screen and (max-width: 995px) {
 .box-menu-works {
    width: 100%;
    padding: 0 10%;
  }
}
@media only screen and (max-width: 880px) {
 .box-menu-works {
    width: 100%;
    padding: 0 10%;
  }
}
@media only screen and (max-width: 768px) {
  .box-menu-works {
    padding: 30px 5px 30px 25px;
  }
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}
/* testimonial slider css end */


/* testimonial hero start */
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1579 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 115px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.snip1579 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}
.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.snip1579 blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(55%);
}
#wk-testimo {
  position:absolute;
  top: 400px;
  left: 450px;
  z-index: 100;
}
/* testimonial hero end */

/* termin button start */
.termin {
	background: rgba(255,38,74,0.9);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 10px 20px;
	border: none;
	z-index: 102;
}
/* testimonial hero end */

/* shop button start */
.avedashop {
	background: rgba(255,255,255,0.9);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #000;
	padding: 10px 25px;
	z-index: 102;
}


#wk-button {
	position: fixed;
	top: 400px;
	left: -5px;
	z-index: 1000;
}
#wk-button-aveda {
	position: fixed;
	top: 490px;
	left: -5px;
	z-index: 1000;
}
#wk-button-treadwell{
    	position: fixed;
	top: 570px;
	left: -5px;
	z-index: 1000;
}


/* aktion button start */
.aktion {
background: rgba(255,38,74,0.9);
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 62px;
line-height: 50px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.05em;
color:#fff;
padding: 10px 20px;
border: none;
}

#wk-aktion {
  position:fixed;
  top: 150px;
  z-index: 100;
  vertical-align: middle;
}
#wk-aktion p {
font-size:18px !important;
line-height: 28px;
font-weight:600;
color:#fff !important;
padding-top:20px;
 text-transform: none;
}
#wk-aktion p span {
    font-weight:800;
    color:#111 !important;
    text-transform: uppercase;
}


/* termin button end */

.cta.left-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.cta a,
.cta a:hover {
color: #fff;
text-decoration: none;
font-weight: 500;
font-size: 9px;
}

.cta.cta-dark a,
.cta.cta-dark a:hover {
color: #5f5f5f;
}

@media only screen and (max-width: 640px) {
  .cta.cta-dark a,
  .cta.cta-dark a:hover {
    color: #fff;
  }
}
/* cta  END */


#cookiewk a {color:#000; text-decoration:none;}
#cookiewk a:hover {text-decoration:underline;}
#cookiewk div {padding:10px; padding-right:40px;}
#cookiewk { 
   text-align:right; 
   background: #fff;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiewkCloser {
   color: #5f5f5f;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
 }


.contact-form-submit-wrapper {
    margin: 32px auto -6px auto;
}
.contact-form-submit-wrapper {
    position: relative;
    width: 205px;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    left: 0;
}
.bg-black{
    background-color: #111;
}

/* 7.4. hero heading */
.hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    text-transform: normal;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: -1px auto 25px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    line-height: 100%;
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 28px;
  }
}

@supports((text-stroke: #fff) or (-webkit-text-stroke: #fff)) {
  .hero-heading {
   color: hsla(0,0%,100%,0.95) ;    
    -webkit-text-stroke: #fff;
            text-stroke: #fff;
    text-shadow: none;
  }
}

@supports((text-stroke:  #ff264a) or (-webkit-text-stroke: #ff264a)) {
  .hero-heading span {
   color: hsla(350,100%,57%,0.95) ;    
    -webkit-text-stroke:  #ff264a;
            text-stroke:  #ff264a;
    text-shadow: none;
          font-weight: 700;
  } 
}

@media only screen and (max-width: 640px) {
  .hero-heading {
    font-size: 20px;
  }
}


/* 7.4.1. hero heading light  */
.hero-heading-two {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 20px auto 25px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    line-height: 100%;
}

@media only screen and (max-width: 995px) {
  .hero-heading-two {
    font-size: 18px;
  }
}

@supports((text-stroke: #fff) or (-webkit-text-stroke: #fff)) {
  .hero-heading-two {
   color: hsla(0,0%,100%,0.95) ;    
    -webkit-text-stroke: #fff;
            text-stroke: #fff;
    text-shadow: none;
  }
}

@supports((text-stroke: #ff264a) or (-webkit-text-stroke: #ff264a)) {
  .hero-heading-two span {
   color: hsla(350,100%,57%,0.95) ;    
    -webkit-text-stroke: #ff264a;
            text-stroke: #ff264a;
    text-shadow: none;
  } 
}

@media only screen and (max-width: 640px) {
  .hero-heading {
    font-size: 32px;
  }
}


/* 4.6. navigation links */
nav.navigation-menu {
position: relative;
width: 100%;
height: 100%;
background: #111;
text-align: center;
margin: 0 auto;
}

nav.navigation-menu a {
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: pointer;
}

nav.navigation-menu a:hover {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

nav.navigation-menu li {
margin: 0 0 7px 0;
}

nav.navigation-menu li.last {
margin: 0;
}

nav.navigation-menu a {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
line-height: 1;
letter-spacing: 0.05em;
text-decoration: none;
color: #fff;
-webkit-text-stroke: #fff;
        text-stroke: #fff;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {
  nav.navigation-menu a {
    font-size: 15px;
  }
}

@supports((text-stroke: #fff) or (-webkit-text-stroke: #fff)) {
  nav.navigation-menu a {
    color: #fff;
    -webkit-text-stroke: #fff;
            text-stroke: #fff;
    text-shadow: none;
  }
}

nav.navigation-menu li a.active {
color: #ff264a;
-webkit-text-stroke: #ff264a;
        text-stroke: #ff264a;
}

@supports((text-stroke: #ff264a) or (-webkit-text-stroke: #ff264a)) {
  nav.navigation-menu li a.active {
    color: #ff264a;
    -webkit-text-stroke: #ff264a;
            text-stroke: #ff264a;
    text-shadow: none;
  }
}

.the-button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.10em;
    color: #ff264a;
    background: none;
    padding: 10px 40px 0 40px;
    top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.the-button-submit {
    width: 280px;
    top: -10px;
    border: none;
}
.lightuppercase {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.lightuppercase.bold{
       font-weight: 600; 
}

.preise {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #5f5f5f;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
z-index: 10;}

.box-title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    color: 
    rgb(255, 38, 74);
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
}

/*************** STICKY SIDE BUTTON ***************/

.button.sticky-side-button {
    float: left;
	position: fixed;
	top: calc(50% - 47px);
	right: -84px;
    transform: rotate(90deg);
    z-index:9999;
    cursor: pointer;
}
.button:not(.icon).sticky-footer-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
}


table.customTable {
    width: 100%;
    background-color: #FFFFFF;
    border: 0px solid #000000;
    color: #000000;
}

table.customTable td, table.customTable th {
  border-width: 1px;
  border-color: #000;
  border-collapse: collapse;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #fff;
}


/* CSS Document */
.jobs-item-inner {
    color: #fff;
    position: relative;
    width: 50%;
    top: -50px;
    margin: 0 auto -50px auto;
    padding: 20px;
    background: #111;
    text-align: center;
    background-color: #fff;
}
.jobs-item-rechts {
color:#5f5f5f;
position: relative;
width: 50%;
top: -50px;
margin: 0 auto -50px auto;
padding: 20px;
background: #fff;
text-align: center;
}

.neg-item-inner {
color:#fff;
position: relative;
width: 30%;
top: -50px;
margin: 0 auto -50px auto;
padding: 20px;
background: #111;
text-align: center;
}
.spacer {
    padding: 3%;
}

@media only screen and (max-width: 768px) {
  .jobs-item-inner {
    color:#fff;
    width: 100%;
	top: auto;
	margin: 0;
	padding: 0;
  }
  .jobs-item-rechts {
    color:#5f5f5f;
    width: 100%;
	top: auto;
	margin: 0;
	padding: 0;
  }
}

color:#ff264a;(rot) #5f5f5f (Text);


.awesome-a {
color: #ff264a;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.col-services .awesome-a {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.col-services:hover .awesome-a {
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.textweiss{
    color:#fff;
}
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

p span {
    color:#ff264a;
    font-weight: 600;
}

h1.section-header.section-header-light {
color: #fff;
text-align: center;
padding: 0 15px;
} 
/*css Animationen*/
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-12-8 15:10:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
 
