* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body h1, body h2, body h3, body h4 {

  letter-spacing:1.3px;
}

body header.site-header .header-nav.desktop ul li a {

text-transform:uppercase;
font-weight:200;
}

header.site-header div.header-inner nav.header-nav.desktop ul li a.active, header.site-header div.header-inner nav.header-nav.desktop ul li a:hover {
background-color:rgba(255,255,255,0) !important;
font-weight:700 !important;


}
header.site-header div.header-inner nav.header-nav.desktop ul li a.active {

font-size:18px;
}

header.site-header div.header-inner nav.header-nav.desktop ul li a:hover {

  text-decoration: underline;
}

article h1 {
  font-size:2.5em;
  color:#487E2A;
  margin-bottom:35px;
}

article h2 {
  font-size:1.8em;
  color:#487E2A;

  margin-bottom:35px;
}

.page-datenschutz h2 {
  margin-bottom:10px !important;
  margin-top: 35px !important;
}

.page-datenschutz h3 {
    margin-top: 1.5rem;
}

h3.claim {
text-shadow:none;
}
main.site-content .page {

  margin-top:60px !important;
}

footer.fullscreen .leftfootercontent h4 {

  font-size:1.8em;
  font-weight:700;
}
footer.fullscreen .rightfootercontent a, footer.fullscreen .leftfootercontent a  {

  color:#fff;
}


article.section-akaziestart {
  width:100vw;
  position:absolute;
  top: 0px;
  left: 0px;
  height:100vh;
  padding: 0px !important;

}
article.section-akaziestartzwei {
  height:calc(100vh - 80px);
}
body.page-home .screen-image {

  display:none;
  background-color:#fff;
}

body.page-home header.site-header {

  background-image:none;
/*  background-color:#ffffff; */
}
body.page-home header.site-header .header-nav.desktop ul li a {

  color:#000 !important;
}
article.section-akaziestart .wrapper {
  display: flex;
  flex-direction: row-reverse;
  width:100%;
  /*align-items: center;
  justify-content: center;*/
}

article.section-akaziestart .wrapper .titel {

position:absolute;
top:40%;
left:13vw;
font-size:20px;
/*font-weight:700;*/
z-index:500;

/*TAMARA*/
margin-right: 40vw;
}

article.section-akaziestart .wrapper .titel h1 {
font-size:2.9em;
color:#000;
}
@media (max-width: 1260px) {

  article.section-akaziestart .wrapper .titel {
    left:100px;

    /*TAMARA*/
    margin-right: 20vw;
  }
}
@media (max-width: 930px) {

  article.section-akaziestart .wrapper .titel {
    left:50px;
    top:30%;

    /*TAMARA*/
    margin-right: 20vw;
  }
  article.section-akaziestart .wrapper .titel h1 {
  font-size:2.4em;
  color:#000;
  }
}
@media (max-width: 600px) {

  article.section-akaziestart .wrapper .titel {
    left:20px;
    top:25%;

    /*TAMARA*/
    margin-right: 20vw;
  }
  article.section-akaziestart .wrapper .titel h1 {
  font-size:2em;
  color:#000;
  }
}
@media (max-width:499px) {
  article.section-akaziestart .wrapper .titel {
    margin-right: 10vw;
  }
  article.section-akaziestart .wrapper .titel h1 {
    font-size:1.9rem;
  }
  /*article.section-akaziestart .wrapper .titel p {
    font-size:1.2rem;
  }*/
}
@media (max-width:340px) {
  article.section-akaziestart .wrapper .titel h1 {
    font-size:1.7rem;
  }
  article.section-akaziestart .wrapper .titel {
    margin-right: 8vw;
  }
  /*article.section-akaziestart .wrapper .titel p {
    font-size:1rem;
  }*/
}
@media (max-width:290px) {
  article.section-akaziestart .wrapper .titel {
    margin-right: 4vw;
  }
}
article.section-akaziestart .wrapper .claim {
 height:calc(100vh - 80px);
  width:35vw;
  background-image: url('../images/akaziebg8.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom right;
  margin-top:80px;

}
article.section-akaziestart .wrapper .claim .pos {
position:absolute;
bottom:0px;
right:0px;
}
article.section-akaziestart .wrapper .claim .pos h3 {
  color:#fff;
  font-size:2rem;
  padding-right:50px;
  padding-bottom:30px;
  line-height:1.4;
}

@media (max-width: 1400px) {
  article.section-akaziestart .wrapper .claim .pos h3 {
    font-size:1.7rem;
    padding-right:35px;
    padding-bottom:20px;
  }
}
@media (max-width: 1100px) {
  article.section-akaziestart .wrapper .claim .pos h3 {
    font-size:1.4rem;
    padding-right:30px;
    padding-bottom:12px;
  }
  article.section-akaziestart .wrapper .claim {
  width:40vw;
  }
}

@media (max-width: 800px) {
  article.section-akaziestart .wrapper .claim .pos h3 {
display:none;
  }
}



@media (max-height: 900px) {
  article.section-akaziestart .wrapper .claim .pos h3 {
    font-size:1.4rem;
    padding-right:20px;
    padding-bottom:5px;
  }
  article.section-akaziestart .wrapper .claim {
  width:40vw;
  }
}
@media (max-height: 600px) {
  article.section-akaziestart .wrapper .claim .pos h3 {
display:none;
  }
}
/*
body.page-home .page.section-modular {
  max-width:none;
  padding:0px;
}
*/
main.site-content .modular h2.heading {

margin-bottom:2rem;
}

/* --- hopefully this is in your framework --- */
*{box-sizing: border-box;}

.pfeil{
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right:220px;
  text-decoration: none;
  font-weight:400;
}
/*
.pfeil:hover {

  text-decoration: underline !important;
  font-weight:400 !important;

}
*/

/* --- arrow --- */

.pfeil::before{
  position: absolute;
  display: inline-block;
  height: 2px;
  background: #487E2A;
  content: " ";
  top: 45%;
  /*
  animation: LINE-OUT 1s forwards; */
}

.pfeil::after{
  position: absolute;
  display: inline-block;
  border-top: 2px solid #487E2A;
  border-right: 2px solid #487E2A;
  content: " ";
  top: 45%;
  right: 30%;
  margin-right: -5px;
  margin-top: 1px;
  transform-origin: center;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width:500px){
  .pfeil::after {

    animation: ARROWHEAD-START 1s forwards;
  }
.pfeil:hover::before{
  animation: LINE-IN 1s forwards;

}

.pfeil:hover::after{
  animation: ARROWHEAD-OUT 1s forwards;
}
}
/* --- animations --- */

@media (max-width:499px) {
  .pfeil {
    padding-right:40px;
  }
  .pfeil::after {
    right:20px;
    animation: ARROWHEAD-START-MOBILE 1s forwards;
  }
}

@-webkit-keyframes LINE-IN {
  0%   { left: calc(100% - 200px); right: 100%; }
  50%  { left: calc(100% - 200px); right: 30%; }
  100% { left: calc(100% - 200px); right: 30%; }
}

@-webkit-keyframes LINE-OUT {
  0%   { width: 40%; transform: translateX(-50%); left: 50%; }
  100% { width: 40%; transform: translateX(100%); left: 100%; }
}

@-webkit-keyframes ARROWHEAD-IN {
  60%   { width: 0; height: 0; opacity: 0; }
  65%   { width: 0; height: 0; opacity: 1; }
  100%  { height: 10px; width: 10px; opacity: 1; }
}
@-webkit-keyframes ARROWHEAD-START {
  60%   { width: 0; height: 0; opacity: 0; right: 30%; }
  65%   { width: 0; height: 0; opacity: 1; right: 30%; }
  100%  { height: 10px; width: 10px; opacity: 1;  right: 200px; }
}

@-webkit-keyframes ARROWHEAD-START-MOBILE {
  60%   { width: 0; height: 0; opacity: 0; right: 30%; }
  65%   { width: 0; height: 0; opacity: 1; right: 30%; }
  100%  { height: 10px; width: 10px; opacity: 1;  right: 20px; }
}
@-webkit-keyframes ARROWHEAD-OUT {

  60%   { width: 0; height: 0; opacity: 0; }
  65%   { width: 0; height: 0; opacity: 1; }
  100%  { height: 10px; width: 10px; opacity: 1; }
}
article.section-blog {
display:flex;
justify-content: center;
align-items: center;
width:100%;
}
article.section-blog .wrap {

max-width:900px;

}
article.section-blog h3 a {
color:#000;

}

article.section-blog .wrap .item .time {
  margin-top:50px;
  margin-bottom:10px;
  font-size:0.7em;
  color:#777777;
}

/*article.section-text p, article.section-text li, article.section-blog p {

  font-weight:700;
}*/

article.section-blog .bloglink {

  display:block;
  margin-top:10px;
  width:320px;
}


header.site-header div.header-inner div.mobile-toggle .pull span {

  background-color:#ffffff !important;
}

body.page-home header.site-header div.header-inner div.mobile-toggle .pull span {
  background-color:#000000 !important;

}
header.site-header div.header-inner div.mobile-toggle .pull.open span {

  background-color:rgb(0,0,0) !important;
}



@media (min-width:992px) {

#headerlogo {
  margin-top: 10px !important;
  height: 67px !important;
}



body.page-home #headerlogo {
  margin-top: 10px !important;
  height: 75px !important;
}

}

@media (max-width:991px) {

#headerlogo {
margin-top:10px;
height:48px !important;

}

.page-home #headerlogo {
  height:56px !important;
}
header.site-header {

  height:67px;
}

header.site-header div.header-inner div.mobile-toggle {

  top:20px;
}
}

h5, h6 {

  font-size:18px;
  letter-spacing:0.5px;
}

h5 {
  color:#999999;
}

.person-position {

    color:#999999;

}

.markdown, .heading, .person-email{
  word-wrap: break-word;
}

@media (max-width: 412px) {


  .footer-main .container {
    padding-left:0px;
  }
  footer.fullscreen .leftfootercontent h4 {
    font-size:1.5em;
    margin-bottom:5px;
  }
  footer.fullscreen .rightfootercontent h4 {
    margin-bottom:5px;
  }
  footer.fullscreen {
    line-height:1.3;
  }
  article.section-blog .wrap {
    width:100%;
  }
  main.site-content .modular h2.heading {
    display:block;
  }
}
@media (max-width: 300px) {

  footer.fullscreen .leftfootercontent h4 {
    font-size:1.2em;
  }
  article h1 {
    font-size:2em;
  }

}





.offerteweiss{
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right:280px;
  text-decoration: none;
  color:#fff;
}


.offerteweiss:hover {

  color:#fff;
  text-decoration:underline !important;

}


/*
.pfeil:hover {

  text-decoration: underline !important;
  font-weight:400 !important;

}
*/

/* --- arrow --- */



.offerteweiss::after{
  position: absolute;
  display: inline-block;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: " ";
  top:  55%;
  right: 20%;
  margin-right: -5px;
  margin-top: 1px;
  transform-origin: center;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width:500px){
  .offerteweiss::after {

    animation: ARROWHEAD-OFF-START 1s forwards;
  }
.offerteweiss:hover::before{
  animation: LINE-OFF-IN 1s forwards;

}

.offerteweiss:hover::after{
  animation: ARROWHEAD-OFF-OUT 1s forwards;
}
}
/* --- animations --- */

@media (max-width:499px) {
  .offerteweiss {
    padding-right:50px;
  }
  .offerteweiss::after {
    right:20px;
    animation: ARROWHEAD-OFF-START-MOBILE 1s forwards;
  }
}



@-webkit-keyframes ARROWHEAD-OFF-IN {
  60%   { width: 0; height: 0; opacity: 0; }
  65%   { width: 0; height: 0; opacity: 1; }
  100%  { height: 35px; width: 35px; opacity: 1; }
}
@-webkit-keyframes ARROWHEAD-OFF-START {
  60%   { width: 0; height: 0; opacity: 0; right: 30%; }
  65%   { width: 0; height: 0; opacity: 1; right: 30%; }
  100%  { height: 35px; width: 35px; opacity: 1;  right: 200px; }
}

@-webkit-keyframes ARROWHEAD-OFF-START-MOBILE {
  60%   { width: 0; height: 0; opacity: 0; right: 30%; }
  65%   { width: 0; height: 0; opacity: 1; right: 30%; }
  100%  { height: 35px; width: 35px; opacity: 1;  right: 20px; }
}
@-webkit-keyframes ARROWHEAD-OFF-OUT {

  60%   { width: 0; height: 0; opacity: 0; }
  65%   { width: 0; height: 0; opacity: 1; }
  100%  { height: 35px; width: 35px; opacity: 1; }
}


/* CHAT */
@media (min-width:800px) {
body.page-home #si-wrapper .silc-btn {
/*opacity:0.5;*/
bottom:120px;

bottom:25px;
left:25px;
right:auto;

}

body.page-home #siWidget-chat{
  bottom:120px;

  bottom:125px;
  left:25px;
  right:auto;
}

}

.section-blog .wrap .item p {

  overflow:hidden;
}

@media (max-width:299px) {

  .screen-image .image-caption.claim h3 {
    font-size: 1.5rem;
  }
}


img.socimg {
  width:35px;
  height:35px;
  text-align:center;
}

@media (min-width:992px) {
body.page-home header.site-header {
  background-color:#ffffff;
}
}

@media (max-width:991px) {

  body header.site-header {

    background-image:none;
  }
body header.site-header.sticky {

  background-image:none;
  background-color:#ffffff;
}
body header.site-header.sticky .header-nav.desktop ul li a {

  color:#000 !important;
}
body header.site-header.sticky div.header-inner div.mobile-toggle .pull span {
  background-color:#000000 !important;

}
header.site-header.sticky div.header-inner div.mobile-toggle .pull.open span {

  background-color:#000000 !important;
}
body.page-home header.site-header div.header-inner div.mobile-toggle .pull.bgcfix span {
  background-color:#ffffff !important;

}
body.page-home header.site-header div.header-inner div.mobile-toggle .pull.bgcfix.open span {

  background-color:#000000 !important;
}
body .site-header.sticky #headerlogo, body .site-header.sticky #headermenulogo {
  margin-top: 10px !important;
  height: 75px !important;
}
body .site-header.sticky #headerlogo, body .site-header.sticky #headermenulogo {
  height:56px !important;
}

}


#headermenulogo {
  display:none;
  margin-top: 10px !important;
  height: 75px !important;
  height:56px !important;
}


.icon {
    width:290px;
    height:290px;


}

.iconfour {
     width:230px;
    height:230px;

}

/*Button Stylen Tamara*/

.linksbutton {
	height: 50px !important;
	padding-top: 10px !important;
}


/* SEITE AKAZIE MEMORY BEARBEITEN

.page-akazie-memory h2 {
	color: #ffffff !important;
}

.page-akazie-memory .linksbutton{
	background-color: #ffffff;
    color: #487E2A;
}

.page-akazie-memory .linksbutton:hover {
	background-color: #002611 !important;
	color: #ffffff !important;
	border: none;
}*/
