/*!
Author: Internet Agentur Scherer
Author URI: https://www.ia-scherer.de
*/


/***************************************************/
/*	Schriften                                      */
/***************************************************/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/***************************************************/
/*	Farbcode                                       */
/***************************************************/


:root {
    --schrift: #2b2b2b;
    --bg: #707218;
    --white: #fff;
    --gold: #bc931f;
}

/***************************************************/
/*	Landingpage                                    */
/***************************************************/

 body {
  background-color: var(--bg);
  color: var(--schrift);
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}

 .subheader {
     background-color: var(--white);
     color: var(--schrift);
     padding: 30px;
 }

.subbottom {
    background-color: var(--white);
    color: var(--schrift);
    padding: 30px;
}

.fa-solid.fa-square-phone, .fa-solid.fa-square-envelope, .fa-solid.fa-fax, .fa-solid.fa-clock, .fa-solid.fa-location-dot {
    color: var(--bg);
    padding-bottom: 0.8rem;
}

hr {
    color: var(--white);
}

h1, .h1 {
    color: var(--bg);
    font-size: 1.9rem;
}

body.impressum h1 {
    color: var(--white);
}

h2, .h2 {
    color: var(--white);
}

h3, .h3 {
    color: var(--white);
}

p, .p {
    color: var(--schrift);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
}

main p {
    color: var(--white);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
}

main a {
    color: var(--white) !important;
    text-decoration: underline;
}

a {
  color: var(--schrift) !important;
  text-decoration: none;
}

a {
    color: var(--schrift);
    text-decoration: none;
    background-image: linear-gradient(#9fa124, #9fa124);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
 
 a:hover, a:focus {
  background-size: 100% 2px;
 }

img.logo {
  max-width: 100px;
  width: 100%;
  height: auto;
}

img.portrait {
  max-width: 300px;
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.h1inverse {
  font-weight: 900;
  display: inline-block;
  color: var(--bg);
  background-color: var(--gold);
  padding: 4px 10px 1px;
  margin: 4px 0;
}

@media only screen and (max-width: 1200px) {
  img.logo {
   width: 90% !important;
   height: auto;
   display: block;
   margin: 0 auto;
  }
}


@media only screen and (max-width: 768px) {
  #footer .mobile-center {
    float: none !important;
  }
  #footer .mobile-center p {
    text-align: center !important;
  }
  .sofortkontakt {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}





















.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}
