/*
Theme Name: A und O
Description: Salient Child-Theme für Astrid Ohlendorf
Theme URI:   https://www.a-und-o.life
Author: zork media
Author URI:  https://www.zork-media.de
Template: salient
Version: 1.0
*/

/* Farben 
Braun: #403325
Ocker hell: #dfd7bf
Ocker dunkel: #d6caaa
Blau hell: #d6e6f6
Blau dunkel: #c2dbf2

*/

/* Fonts siehe Salient Admin */

.full-width-section.bg-a .row-bg {
    background-size: 60% auto !important;
    background-position: 80% bottom !important;
}

@media only screen and (min-width: 1000px) {

  .full-width-section.bg-a .row-bg {
    background-size: auto 90% !important;
    background-position: 60% bottom !important;
  }
}

.full-width-section.bg-a2 .row-bg {
    background-size: 60% auto !important;
    background-position: 10% bottom !important;
}

@media only screen and (min-width: 1000px) {

  .full-width-section.bg-a2 .row-bg {
    background-size: auto 90% !important;
    background-position: 20% bottom !important;
  }
}

.full-width-section.bg-o .row-bg {
    background-size: 200% auto !important;
    background-position: 10% center !important;
}

@media only screen and (min-width: 1000px) {

  .full-width-section.bg-o .row-bg {
    background-size: 80% auto !important;
    background-position: 25% 50% !important;
  }
}

body .main-content .txt-white h2, body .main-content .txt-white h4, body .main-content .txt-white h5 {
  color: #ffffff !important;
}
body .main-content .txt-larger p, body .main-content .txt-larger li {
  font-size: 150%;
  line-height: 150%;
}

h6 {
    display: inline-block;
    background-color: rgba(255 ,255 ,255 , 0.8);
    border-radius: 5px;
    padding: 5px 10px;
}
.toggles.accordion .toggle.default:last-of-type {
    border-bottom: 0 none;
}

body .main-content #rechtstext h1, body .main-content #rechtstext h2, body .main-content #rechtstext h3, body .main-content #rechtstext h4 {
  font-family: 'RobotoCondensedBold', sans-serif;
  font-weight: 700 !important;
  text-transform: none !important;
}

body .main-content #rechtstext h1 {
  font-size: 2em !important;
  line-height: 1.2em !important;
  margin: 1em 0 0.5em 0 !important;
}
body .main-content #rechtstext h2 {
  font-size: 1.75em !important;
  line-height: 1.2em !important;
  margin: 1em 0 0.5em 0 !important;
}
body .main-content #rechtstext h3 {
  font-size: 1.5em !important;
  line-height: 1.2em !important;
  margin: 1em 0 0.5em 0 !important;
}
body .main-content #rechtstext h4 {
  font-size: 1.25em !important;
  line-height: 1.2em !important;
  margin: 1em 0 0.5em 0 !important;
}