@charset "UTF-8";
/*******************************************************
*
Theme Name: SCSS für Webseite Beate Schultz-Zehden
Theme URI: https://schultz-zehden.de
Description:
Version:       1.0
Author:        RMF Berlin
License:       none (public domain)
Tags:          bootstrap 4.0 ergänzungen
*
******************************************************/
/*****************************************************
Inhaltsverzeichnis:
0. Universelles 
1. Farben
2. Typografie
3. Main Content
4. Sidebar Content
5. Footer Content
6. Formulare / ggf. Kommentarfunktionen
7. Mobile Phones
******************************************************/
/* 0. Universelles */
/**********************
1. Farben
***********************/
/**********************
2. Typografie
***********************/
@font-face {
  font-family: "Titelschrift";
  src: url("../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Brotschrift";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Brotschrift";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Brotschrift";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
}
/**********************
3. main content
***********************/
body {
  font-family: "Brotschrift", sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #2b5c61;
}

.container {
  background-color: rgba(245, 234, 216, 0.6);
}

.main {
  position: relative;
  overflow: hidden;
  min-height: 650px;
}

.main:before {
  content: " ";
  display: block;
  position: absolute;
  left: -4rem;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  background-position: left bottom;
  background-image: url("../img/pusteblume_bg.gif");
  background-repeat: no-repeat;
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
}

.jumbotron {
  background-color: #a6c6b7;
}

figure .figure {
  position: absolute;
  z-index: 3;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  font-family: "Titelschrift", serif;
  color: #2b5c61;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  line-height: 2.4rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 2rem;
}

h3,
h4 {
  font-size: 1.4rem;
}

h5,
h6 {
  font-size: 1.2rem;
}

.lead {
  text-align: center;
}

.lead h1,
.lead h2 {
  color: #2b5c61;
  font-size: 2.6rem;
}

@media (min-width: 1200px) {
  p,
  ul {
    margin-right: 5rem;
  }
}
.lead h1,
.lead h2,
.lead p {
  color: #2b5c61;
}

.lead h1 {
  font-size: 2.6rem;
}

.lead h2 {
  font-size: 2.1rem;
  margin-right: 0;
}

.lead p {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5rem;
}

a {
  color: #328a94;
}

a:hover {
  color: #325794;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link,
.footer .nav-link {
  color: #328a94;
}

.nav-link:visited {
  color: #328a94;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #325794;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #325794;
}

.navbar-expand-md {
  flex-wrap: wrap;
}

table span {
  font-style: italic;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
.navbar-expand-sm {
  flex-flow: column wrap !important;
}

.breadcrumb {
  background: none;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "fontawesome";
  font-size: 0.9rem;
  content: "\f061";
}

a.btn-sm {
  margin-right: 3rem;
  margin-top: -1rem;
}

ul {
  list-style: none;
  /* Remove default bullets */
}

h2 + ul li::before,
h3 + ul li::before,
h4 + ul li::before,
p + ul li::before {
  content: "▸";
  /* Add content: \225B8 is the CSS Code/unicode for a Dreieck nach links */
  color: #2b5c61;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.blockquote {
  font-size: 1.6rem;
  font-style: italic;
}

.blockquote-footer {
  text-align: center;
}

.figure-caption {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding-top: 12px;
}

/**********************
4. sidebar content
***********************/
/**********************
5. footer content 
***********************/
.footer {
  border-top: 1px solid #325794;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.nav-tabs {
  border: 0;
}

/**********************
6. Formulare ggf. Kommentarfunktionen
***********************/
/**********************
7. mobile phones
***********************/
@media (max-width: 450px) {
  h1.lead,
  h2.lead {
    font-size: 1.6rem;
  }
  p.lead {
    font-size: 1.4rem;
  }
  .main {
    padding: 0 0.5rem;
  }
  .main:before {
    content: " ";
    display: block;
    position: absolute;
    left: -2rem;
    bottom: 0rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background-position: left bottom;
    background-image: url("../img/pusteblume-one.png");
    background-repeat: no-repeat;
  }
}
.foto-text {
  font-size: 3rem;
  text-align: center;
  line-height: 3.6rem;
  padding-top: 25px;
}

.betont {
  font-style: italic;
}/*# sourceMappingURL=custom.min.css.map */