
.intro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.intro h2{
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic;
}
.intro h1{
  font-size: 1.3em;
  font-weight: 500;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.intro a{
  text-decoration: none;
 
}
.intro  button{
  padding: 10px;
  background-color: #be9e01;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404);
   font-size: 1.0em;
  color: rgb(46, 21, 3);
  
}
.intro button:hover{
  background-color: chartreuse;
  box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.0) ;
  cursor: pointer;
  color: rgb(24, 2, 148);
  font-size: larger;
}
@media(max-width: 600px){
  .intro button{
    font-size: 15px;
    padding: 2px;
  }
}
@media(max-width: 600px){
  .intro h2{
    font-size: 2em;
  }
}
.intro p{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 15px;
}
@media(max-width: 600px){
  .intro p{
    font-size: 10px;
  }
}
@media(max-width: 600px){
  .intro h1{
    font-size: 15px;
  }
}

button:focus, input:focus, textarea:focus{
outline: 0;
}

.wrapper{
padding: 80px 0;
display: flex;
border-bottom: 2px solid rgb(72, 35, 0);
}
.wrapper p{
  color: #cd1B17;
  font-weight: 500;
  font-size: 24px;
}
.wrapper h2{
  font-weight: 700;
  font-size: 40px;
  margin-top: 5px;
}
.wrapper .price_item{
  border: 1px solid rgb(93, 2, 2);
  margin-top: 60px;
}
.container{

  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;

  

}
.row{
  display: flex;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
@media (max-width: 1190px){
.row{
  flex-wrap: wrap;
}
}


.col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
    flex: 0 0  25%;
    max-width: 80%;
    margin: 10px;
}
col{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.text_center{
  text-align: center;
  margin-bottom: 50px;
}

.wrapper .price_item h3{
font-size: 36px;
font-weight: 700;
color: #ffffff;
padding: 13px 10px;
text-align: center;
}
.bg1{
  background: #ad0000;
}
.wrapper .price_item p{
  font-weight: 500;
  font-size: 29px;
  line-height: 32px;
  color: #000000;
  padding: 36px 0;
  text-align: center;
}
.wrapper .price_item .price_content{
  padding: 20px;
  height: 500px;
}

.wrapper .price_item .price_content ul{
  list-style: none;
}
.wrapper .price_item .price_content ul li{
  margin: 10px 0;
}
.wrapper .price_item .price_content ul li span{
  font-weight: 600;
}
.wrapper .price_item .price_content a{
  width: 186px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #38000B;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  border: 2px solid #bc0000;
  margin-top: 40px;
}
.wrapper .price_item .price_content a:hover{
  opacity: 0.7;
  transition: 0.4s all ease-in-out;
}
.bg2{
  background: #d39400;
}
.bg3{
  background: rgb(0, 75, 15);
}
.bg4{
  background: rgb(75, 37, 0);
}

.wrapper .price_item2{
  border: 1px solid #e1b800 !important;
  position: relative;
  
}
.wrapper .price_item2 a{
  border: 2px solid #be9e01 !important;
}
.wrapper .price_item .shape{
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  background: #e60606;
  padding: 0px 10px;
  position: absolute;
  top:-33px;
  left: 50%;
  transform: translateX(-50%);
  
}
.wrapper .price_item:hover

{
    background: #9b790c;
  color: white;
}


.wrapper .price_item p{
  color: rgb(30, 30, 30);
}
.wrapper .price_item3 a{
  border: 2px solid rgb(0, 75, 15) !important;
}
.wrapper .price_item3{
  border: 1px solid rgb(0, 75, 15) !important;
}

.wrapper .price_item4 a{
  border: 2px solid rgb(75, 45, 0) !important;
}
.wrapper .price_item4{
  border: 1px solid rgb(75, 40, 0) !important;
}

/*Extra large devices (large deskts, 1200px and up*/
@media (max-width: 1399px){

}
@media (min-width: 1400px){
  
}
@media (min-width: 1200px){
  
}
@media (max-width: 1199px){
  
}
@media (max-width: 991px){
.col_3 {
  -ms-flex: 0 0  50%;
    flex: 0 0  50%;
    max-width: 50%;
}
  
  
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px){
  .col_3 {
  -ms-flex: 0 0  68%;
    flex: 0 0  68%;
    max-width: 68%;
}
  .justify_center{
    justify-content: center;
  }
}
/*Small devices (landscape phones, 575px and down*/
@media (max-width: 575px){
   .col_3 {
  -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    max-width: 80%;
}
}
.cta-button{
  position: relative;
  padding: 1rem 2rem;
  font-size: 3rem;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
   box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404); 
  color: rgb(46, 21, 3);
}
.cta-button:hover{
  cursor: pointer;
  background-color: rgb(215, 75, 19);
  color: whitesmoke;

}
@media(max-width: 600px){
  .cta-button{
    font-size: 2em;
    padding: 2px;
  }
}
.liquid {
  background: linear-gradient(rgb(215, 75, 19) 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.2s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
.cta{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.welcome{
  background-image: url(/thumb/LandingP/HG_Preisliste.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}