/*
Theme Name: Twenty Twenty-Five Child Benninger
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child-Theme basierend auf Twenty Twenty-Five
Author: Benninger Landmaschinen AG
Template: twentytwentyfive
Version: 1.0.0
Text Domain: tt5-child-benninger
*/

body{
  background: #ffffff;
}

.ben-shell{
  background: #ffffff;
  max-width: none;
  width: 100%;
}

@media (min-width: 900px){
  body{
    background: #999999;
  }

  .ben-shell{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 899px){
  .ben-shell{
    padding-left: 0px;
    padding-right: 0px;
  }
   .entry-content.wp-block-post-content.has-global-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ben-shell img{
  display: block;
}

.ben-topline{
  height: 4px;
  background: linear-gradient(90deg, #678b2f 0%, #8fb94e 45%, #6780b6 100%);
}

.ben-btn .wp-block-button__link{
  color: #ffffff;
  background-color: #4B8F25;
  border-radius: 2px;
  padding: 10px 14px;
}
.ben-btn a:hover{
  background-color: #5fb32e;
}

.ben-muted-box{
  background: #f3f3f3;
  padding: 18px 18px 10px;
}

.ben-footer{

}

.ben-footer a{
  color: #8fb94e;
  text-decoration: none;
}

.ben-footer a:hover{
  text-decoration: underline;
}
