/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin/lato-v23-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin/lato-v23-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body{
    font-family: 'Lato', Arial, sans-serif;
    background-color: #fff !important;
    color:#555;
}
.wrapper{
    background-color: #fff !important;
}
.mainbg{
  background-image: url('../img/iron-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}
.headbg{
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  min-height: 10em;
  height: 20rem;
  overflow: hidden;
}
.logo{
  width:20%;
  min-width: 200px;
  padding:1em;
  background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;

}
h1{
    font-size: 2rem;
    font-style: normal;
    margin-top: 1.5rem;
}
h2{
    font-size: 1.5rem;
    font-style: normal;
    margin-top: 1rem 0rem 0.5rem 0rem;
}

h3{
  font-size: 1.25rem;
  font-style: normal;
}
h4{
  font-size: 1rem;
  font-style: normal;
}
a{
  color:#fb9135;
}
a:hover{
  color:#e67002;
}
p{
  font-size: 1rem;
}
.text_links{
  text-align: left;
}
.impressum-logo{
    width:40rem;
    max-width: 200px;
    margin:0.5em;
    display: inline-block;
}
.bi-telephone-fill{
  width:3.75rem;
  height: auto;
  margin:2rem 0rem 1rem 0rem;
}
.bi-telephone-fill:hover{
  color:#fb9135;
}
.bi-geo-alt-fill{
  width:3.75rem;
  height: auto;
  margin:2rem 0rem 1rem 0rem;
}
.bi-geo-alt-fill:hover{
  color:#fb9135;
}
.bi-envelope-fill{
  width:3.75rem;
  height: auto;
  margin:2rem 0rem 1rem 0rem;
}
.bi-envelope-fill:hover{
  color:#fb9135;
}
  .fl-right{
    float: right;
  }
  .inline-txt-space{
    padding:0rem 1rem 0rem 1rem;
  }
  @media (max-width: 576px) { 
    .fl-right{
      float:none;
      text-align: center;
   }
   .impressum-logo{
    width:40rem;
    max-width: 70%;
    margin:0.5em auto 0.5em auto;
    display: block;
}
   footer > p {
     text-align: center;
   }
  }