body{
    color: #333;
    background-color: #e6dfd2;
}
h1 {
    font-size: 350%;
    font-weight: 800;
    padding-bottom: 0.5em;
}
h2{
    font-size: 300%;
    font-weight: 800;  
}
h3{
    font-size: 200%;
    font-weight: 800;
}
h4{
    font-size: 150%;
    font-weight: 800;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}
ol {
    margin-left: 5%;
    width: 85%;
    font-size: large;
}
ol li {
    padding: 0.25em;
    width: 85%;
}
p{
    padding-bottom: 0.2em;
    font-size: large;
    

}
p.lead{
    font-size: 125%;
    font-weight: 600;

}

a {
    color: inherit;
}

a:hover{
    color: #e49504;
}

section.intro a:hover, footer a:hover{
    color: #e7dbc3;
}

a.cta{
    font-weight: 800;
    font-size: 125%;
}
.alert-warning {
    color: #e6dfd2;
    background-color: #3c3934;
    border-color: #e6dfd2;
}
div.hinweis{
    border-left: 4px solid #333;
    padding: 1em;
    margin:1em;
    margin-bottom: 2em;
    width: 80%;
    font-style: italic;
    background: #ffffff4f;
}

div.content-eisenverlust{
    display: none;
}
.container-fluid{
    padding:0
}
section {
    padding: 5% 25%;
}
section .row.mb-3{
    padding-bottom: 2em;
}
section.intro, footer {
    padding: 0;
    background-image: url("/resources/bilder/frauen-blutverlust-periode.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #e6dfd2;;
}

footer{
    background-position: bottom;
}
section.intro .row{
    padding: 10% 25%;
}

section.intro .row{
    font-size: 120%;
}

section.footer {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

div.fmenu2{
    text-align: center;
}
div.fmenu3{
    text-align: right;
}

/*Form*/

.row-form {
    margin-top:2em;
    margin-bottom: 4em;
    background-color: #5F5566;
}

.row form, div.ergebnis{
    width: 75%;
    margin:auto;
    padding-bottom: 1em;
}

.row-form p{
    text-align: center;
    color: #e6dfd2;
    padding-bottom: 1.5em;
}

.row-form h4, div.ergebnis h4{
    color: #e6dfd2;
    font-size: 250%;
}

label {
    font-weight: 600;
    font-size: 110%;
    /*text-align: center;*/
    width: 100%;
    text-align: center;
    color: #e6dfd2;
    padding-bottom: 0.5em;
  }
 div.ergebnis label[for="blutverlust"]{
    font-size: 180%;
    font-weight: 800;
    line-height: 1.2em;
    padding-bottom: 0.8em;
    padding-top: 1em;
  }

  div.ergebnis label{
    /*width: 75%;*/
    font-size: 150%;
    font-weight: 600;
    text-align: left;
    float: left;
    line-height: 1.2em;
    padding-bottom: 0.8em;
    padding-top: 1em;
  }

  div.ergebnis div.col-lg-8{text-align: center;}
  span.details, output{
      color: #e6dfd2; 
  }

  .col.slider{
      text-align: center;
  }


  .custom-range::-webkit-slider-thumb {
    background: #e49504 !important;
  }
  
  .custom-range::-moz-range-thumb {
    background: #e49504 !important;
  }
  
  .custom-range::-ms-thumb {
    background: #e49504 !important;
  }
.form-control{
    border: none;
    border-radius: 0.1rem;
    background: #ffffff4f;
    height: 4em;
    text-align: center;
    margin-bottom: 1em;
}
input.form-control{
    color: #e6dfd2;
    font-weight: 600;
}

div.ergebnis-blutverlust{
    background-color: #e6dfd2;
}

div.hinweis-bedeutung {
    color: #e6dfd2;
    padding-bottom: 1em;
    float: left;

}

::-webkit-input-placeholder { /* Edge */
    color: #e6dfd2;
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6dfd2;
}
  
::placeholder {
    color: #e6dfd2;
}

.btn-primary {
    color: #fff;
    background-color: #e49504;
    border-color: #e49504;
    margin-top:1em;
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
    height: 4em;
    font-weight: 600;
    font-size: large;
}
.btn-primary:hover{
    background-color: #e49604d0;
    border-color: #e49504;
}

.btn-primary:active, .btn-primary:visited, .btn-primary:focus{
    background-color: #e49504;
    border-color: #e49504;
    box-shadow:none;
}

#bedeutung-blutverlust{
    margin-bottom: 2em;
    font-size: large;
}

p.ergebnis{
    color: #e49504;
    width: 100%;
    font-size: 150%;
    font-weight: 600;
    float: right;
    text-align: center;
    background: #fff;
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

@media (max-width: 575.98px) { 


 }
@media (max-width: 767.98px) { 
    h1 {
        font-size: 200%;
        }
    h2{
        font-size: 200%;
        font-weight: 800;  
    }
    h3{
        font-size: 120%;
        font-weight: 800;
    }
    h4{
        font-size:110%;
        font-weight: 800;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .row-form h4, div.ergebnis h4{
        font-size: 150%;
    }

    ol {
     
       width: 90%;
    }
    ol li {
        padding: 0.25em;
        width: 85%;
    }
    
    section.intro p.lead {
        font-size: 80%;
        line-height: 1.5em;
    }
    p.lead {line-height: 1.25em;}
    p.intro {font-size: 80%;}
    a.cta{
        font-size: 100%;
        font-weight: 600;
    }
    div.hinweis{
        margin:0;
        margin-left:1em;
        margin-bottom: 1em;
        font-size: 80%;
        width: 93%;
    }
    section {
        padding: 5% 5%;
    }

    section.intro {
        background-position: center;
        background-attachment:  scroll;
    }
    section.intro .row{
        padding: 25% 5%;
    }
    /*Form*/

    .row form, div.ergebnis{
        width: 100%;
        margin:auto;
        padding-bottom: 2em;
    }

    .row-form p{
        font-size: medium;
    }

    div.ergebnis label{
        font-size: 150%;
        }

    div.ergebnis label[for="blutverlust"], div.ergebnis label{
        padding-bottom: 0em;
        padding-top: 1em;
        text-align: center;
        font-weight: 800;
    }
    div.ergebnis label[for="blutverlust"]{
        font-size: 200%;
    }

    label {
        width: 100%;
        text-align: center;
        margin-top:0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    div.col-lg-8 + div.col-lg-4 {
        width: 50%;
        margin: auto;
    }

    div.hinweis-bedeutung{
        text-align: center;
        font-size: larger;
    }
    

    .form-control{
        margin-bottom:1em;
        margin-top: 0;
    }

 }
@media (max-width: 991.98px) { 
 
  }
@media (max-width: 1199.98px) {

 }