/*
 Theme Name:   Ample Child
 Description:  Mein Child Theme
 Author:       NetzBecker
 Author URI:   https://netzbecker.de/
 Template:     ample
 Version:      1.0
 Text Domain:  ample-child
*/

.header {
  background-color: #657c46;
	border-bottom-width: 1px;
}

.copyright-info {display:none;}

#colophon {
  background-color: #657c46;
}

#colophon, #colophon p {
  font-size: 14px;
  line-height: 1.4;
	color: #ffffff;
}

.fa.search-top {
        display: none;
}

.header-post-title-container {
        display: none;
}


body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial', helvetica neue, helvetica, sans-serif;
}

#header-logo-image img {
  max-height: 60px;
  height: auto;
  width: auto;
	margin-left: 40px;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0 50px;
}

#header-right-section {
  float: right;
  position: relative;
}

.wp-block-table .has-fixed-layout {
  table-layout: auto;
  width: 100%;
}