﻿
 
    .text_slide h1, .text-slide h2 {
    margin: 20px 0;
    font-weight: bold !important;
}


 
 
 .btn_more {
    border: 0px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background: rgba(0,0,0,0.3);
    padding: 10px 10px;
    background: linear-gradient(-135deg, #ff00ff, #ffcc00, #009900, #0033ff);
    transition: all linear 0.5s;
}

.btn_more:hover {
    color: #fff !important;
    border: 0px solid #069;
    background:#069;
}

.btn_more.kaufen {
    color: black !important;
}

.btn_more.kaufen::before {
    color: #069;
    background: black;
}

.btn_more.kaufen:hover {
    color: black !important;
    border: 3px solid black;
}


#system .contenttext{
    margin-bottom:80px;
}
 
#system .more_btn, #system .kaufen {
    display: inline-flex;
    align-items: center;
    border: 0px solid #fff;
    border-radius: 5px !important;
    color: #fff;
    font-size: 20px;
   font-weight: bold;
    background: rgba(0,0,0,0.3);
    padding: 10px 10px !important;
    background: linear-gradient(-135deg, #ff00ff, #ffcc00, #009900, #0033ff);
    transition: all linear 0.5s;
}

#system .more_btn[href*="shop"] {
    border: 0px solid #fff !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: bold;
    background: rgba(0,0,0,0.3);
    padding: 10px 10px !important;
    background: linear-gradient(-135deg, #ff00ff, #ffcc00, #009900, #0033ff);
    transition: all linear 0.5s;
}

#system .more_btn[href*="shop"]::before {
    color: #fff !important;
    font-size: 20px !important;
   line-height: 20px !important;

}



#system a.more_btn:not([href*="shop"])::before {
    font-size: 20px !important;
    padding: 10px;
    line-height: 20px !important;
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block;
  font-weight: 900;
  content:'\f129' !important;
  padding: 10px 16px;
  margin-right: 10px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 30px;
  color:#fff;
  background: #069;
}


#system .more_btn::after {
    display: none;
}


#system .more_btn:hover, #system .kaufen:hover {
    background: #069 !important;
}


iframe:not(#map)  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  padding: 20px 0 0;
  border-radius: 10px;
}



 @media screen and (max-width:560px) {

#download {
    padding: 50px 0px;
    }
 
    #leitfaden {
        height: 900px !important;
    }
 
}

 

 