/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/* playfair-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: 'Playfair';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-v1-latin/playfair-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 120% ; 
  background-color: #e0d8bf;
}

.main {
  flex: 1 0 auto;
}

.Playfair { 
  font-family: 'Playfair';
}

.bolder
{
    font-weight: 600;
}

nav ul a,
nav .brand-logo {
  color: #8f9952;
}
nav .brand-logo {
  font-size: 170% ;
}
nav ul a:hover {
  background-color: transparent;
  text-decoration:underline;
  color: #444;
}

@media only screen and (max-width: 600px) {
  .brand-logo
    {
        font-size: 140% !important;
    }
}

a {
  /*color: #b71c1c;*/
  /*color: #c99842;*/
  color: #8f9952;
}

.backColor {
  background-color: #f8f2e1;
}
.mainColor {
  background-color: #e0d8bf;
}
.highlightColor
{
    background-color: #eab457 !important;
}

/*p {
  line-height: 2rem;
}*/
p.line {
  line-height: 1.6rem;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.icon-block h2
{
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    line-height: 110%;
    margin: 1rem 0 0.2rem 0;
}
.icon-block h4
{
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 110%;
    margin: 0.2rem 0 0.2rem 0;
}
.icon-block p
{
    margin: 0.4rem 0 0.2rem 0;
}

footer.page-footer {
  margin: 0;
}

.relative
{
    position:relative;
}

.text-block {
  padding: 0 2em;
}
.text-block h3
{
    font-weight:600;
    font-size: 1.9rem;
    margin: 0.2rem 0 0.2rem 0;
}
.text-block p
{
    line-height: 1.2;
}
.text-block p.highlight
{
    font-size: 1.8rem;
    font-weight:500;
    /*line-height: 1.2;*/
    /*color:#eab457;*/
    color:#c99842;
    margin:0px;
}
.faq .text-block p.highlight
{
    font-size: 1.4rem;
    font-weight:500;
    /*line-height: 1.2;*/
    /*color:#eab457;*/
    color:#c99842;
    
    margin:0px;
}
    .text-block.divider
    {
        /*background-color: #eab457 !important;*/
        background-color: #e0d8bf !important;
        /*background-color: #8f9952 !important;*/
        
    }

.baer-faq
{
    position: absolute;
    right: 0px;
    top: -60px;
    transform: rotate(-0deg);
}
.faq
{
    margin-top: 60px;
}

@media only screen and (max-width: 1262px)
{
    .text-block h3
    {
        margin: 2.4rem 0 0.2rem 0;
    }

    #Honig .text-block h3
    {
        margin: 3rem 0 0.2rem 0;
    }
}

@media only screen and (max-width: 992px)
{
    .text-block
    {
        padding: 0 1.5em;
    }
}
@media only screen and (max-width: 601px)
{
    .text-block
    {
        padding: 0 1em;
    }

    .container
    {
        width: 94%;
    }

    .baer-faq
    {
        top: -140px;
    }

    .faq
    {
        margin-top: 120px;
    }
}

.container
{
    /*border-left:5px solid #f8f2e1;
    border-right:5px solid #f8f2e1;*/
}

.page-footer
{
    padding-top:0px;
}

    .page-footer .kontakt
    {
        color:rgba(0, 0, 0, 0.87) ;
    }
    .page-footer h3
    {
        font-weight: 600;
        font-size: 1.9rem;
        margin: 0.2rem 0 0.2rem 0;
    }



@media only screen and (max-width: 1281px)
{
    .page-footer .kontakt
    {
        margin-bottom:280px;
    }
}
@media only screen and (max-width: 841px)
{
    .page-footer .kontakt
    {
        margin-bottom:360px;
    }
}

