
/* body,html { */
    /* background: url('../assets/background-painting.jpg') no-repeat center center fixed !important; */
    /* background: url('../assets/background-painting.jpg') no-repeat fixed !important;
    height: 200vh !important;
    background-size: cover; */

    /* background-attachment: scroll;
background-position: 50% 50%; */

    
  /* } */



  body, html {
    /* height: 100%; */
    color: hsla(0, 0%, 94%, 1) !important;
    background-color: hsl(198, 18%, 35%)  !important;
  }

  body{
      background: none !important;  /*this seems only to affect the footer-background...*/
  }

   
  @media only screen and (min-width: 600px) { .order-body{ height: inherit; height: 133em;}}
  @media only screen and (max-width: 599px) { .order-body{ height: none; }}
     

  .myfooter{
      position: relative !important; 
  }
  
  .bg {
    /* The image used */
    background-image: url('../assets/background-painting.jpg') !important;
  
    /* Full height */
    /* height: 133%; */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px); */

   /*  -webkit-filter: saturate(70%);
    -moz-filter: saturate(70%);
    -o-filter: saturate(70%);
    -ms-filter: saturate(70%);
    filter: saturate(70%); */
  }
  

 

.bg-faded {
    background-color: hsl(159, 20%, 45%, 0.8) !important;
    /* background-color: hsl(159, 17%, 45%, 0.75) !important; */
    /* background-color: rgb(95, 123, 134, 0.85) !important; */
    /* background-color: rgb(168, 192, 213, 0.9) !important; */
}

.btn-info{
    
    background-color: hsl(72, 13%, 50%) !important;
    /* background-color: hsl(67, 38%, 31%) !important; */
    color: hsl(0, 0%, 89%);
    /* color: hsl(252, 88%, 97%); */
}

.btn-secondary{
    background-color: #8e6440 !important;
}

.btn-paypal-modal{
    background-color: transparent; 
    border: none;
    color: white;
}

.btn{
    white-space: normal;
}

.modal{
    background-color: #f5f5dc9e;
}

.modal-dialog-book,
.modal-content-book {
    /* 80% of window height */
    height: 80%;
}

/* .modal-dialog-order, */
/* .modal-content-order { */
    /* 30% of window height */
    /* height: 30%; */
/* } */

.modal-header{
    background-color: #767970;
}

.modal-body {
    max-height: calc(100vh - 210px); 
    overflow-y: auto;
    background-color: #daded2;
}


.modal-footer{
    background-color: #767970;
}

.buchvorschau{
    -webkit-overflow-scrolling: touch;
}

.my-content-wrapper-for-top-distance {
    
    padding-top: 1px;  
    /* padding-bottom: 13rem;   */
}

.myfooter .text-info{
    color: #140906 !important;
}

.myfooter .text-info:hover{
    color: #00273e !important;
}

.myfooter p{
    color: #d0dfd8 !important;
}

a {
    color: #140906 !important;
}






blockquote{
    border-left:none;    
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
    background-color: #4b686eba;
    margin-top: 25px;
    color: #d0dfd8;
    /* width: 325px; */
    box-shadow: 2px 2px 2px 2px #443f2296;
    
}

.quote-box-margin-right{
    margin-right: 1em;
}

@media only screen and (max-width: 767px)  {.quote-box-margin-left-if-small{ margin-left: 1em; }}


.quotation-mark{
    
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    color:#d0dfd8;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{
    
    font-size: 1em;
    margin-top: -65px;
    margin-right: 12px;
    margin-left: 6px;
}

.bright-shadow {
    box-shadow: 0 0 4px 1px rgb(83 119 135);
}

.blog-post-bottom{
    margin-right: 12px;
}

.box-header-no-height{
    margin-top: -0.8em !important;
}

.box-color-darker{
    background-color: #221e12c7 !important;
}

.box-vertical-center{    
    -ms-transform: translateY(38%);
    transform: translateY(38%);    
}

.audio-text-description{
    color: #140906;
}

.audioplayer{ width: 125%; }
@media only screen and (min-width: 992px) {.audioplayer{ width: 125%; }}
@media only screen and (max-width: 991px) and (min-width: 768px) {.audioplayer{ width: 120%; }}
@media only screen and (max-width: 767px) {.audioplayer{ width: 90%; }}



audio::-webkit-media-controls-panel{
    background-color: #4b686ef5;
    /* background-color: #394b44; */
}


/* this full part is actually not needed anymore, was for the smaller/wrong logo ... but maybe needed later again */
.icon-oberoesterreich{
    width: auto;
}
@media only screen and (min-width: 768px) {.icon-oberoesterreich{height: 50%; }}
@media only screen and (max-width: 767px) and (min-width: 504px) {.icon-oberoesterreich{height: 33%; }}
@media only screen and (max-width: 503px) and (min-width: 325px) {.icon-oberoesterreich{height: 40%; }}
@media only screen and (max-width: 324px) {.icon-oberoesterreich{height: 33%; }}


@media only screen and (min-width: 1200px) {
    .icon-oberoesterreich{transform: translate(-3%, -70%);}
    .text-oberoesterreich{transform: translate(-4%, 0%);}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .icon-oberoesterreich{transform: translate(-14%, -70%);}
    .text-oberoesterreich{transform: translate(0%, 0%);}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .icon-oberoesterreich{transform: translate(-45%, -52%);}
    .text-oberoesterreich{transform: translate(0%, 0%);}
}
@media only screen and (max-width: 767px) and (min-width: 536px){ /*smartphone size*/
    .icon-oberoesterreich{transform: translate(117%, -155%);}
    .text-oberoesterreich{transform: translate(3%, -404%);}
}
@media only screen and (max-width: 535px) and (min-width: 504px){
    .icon-oberoesterreich{transform: translate(114%, -155%);}
    .text-oberoesterreich{transform: translate(9%, -404%);}
}
@media only screen and (max-width: 503px) and (min-width: 483px){
    .icon-oberoesterreich{transform: translate(63%, -120%);}
    .text-oberoesterreich{transform: translate(6%, -382%);}
}
@media only screen and (max-width: 482px) and (min-width: 376px){
    .icon-oberoesterreich{transform: translate(18%, -120%);}
    .text-oberoesterreich{transform: translate(9%, -382%);}
}
@media only screen and (max-width: 375px) and (min-width: 325px){
    .icon-oberoesterreich{transform: translate(5%, -120%);}
    .text-oberoesterreich{transform: translate(15%, -382%);}
}
@media only screen and (max-width: 324px) and (min-width: 310px){
    .icon-oberoesterreich{transform: translate(-2%, -120%);}
    .text-oberoesterreich{transform: translate(15%, -367%);}
}
@media only screen and (max-width: 309px) and (min-width: 291px) {
    .icon-oberoesterreich{transform: translate(83%, -153%);}
    .text-oberoesterreich{transform: translate(3%, -324%);}
}
@media only screen and (max-width: 290px) {
    .icon-oberoesterreich{transform: translate(75%, -123%);}
    .text-oberoesterreich{transform: translate(3%, -274%);}

}



@media only screen and (min-width: 992px) {
    .logo-foerderlogo-kultur{transform: translate(0%, 0%);}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .logo-foerderlogo-kultur{transform: translate(0%, 35%);}
}
@media only screen and (max-width: 767px) and (min-width: 504px){ /*smartphone size*/
    .logo-foerderlogo-kultur{transform: translate(0%, -25%);}
}
@media only screen and (max-width: 503px) {
    .logo-foerderlogo-kultur{transform: translate(0%, 0%);}
}








@media only screen and (max-width: 767px) and (min-width: 504px) {.box-vertical-center{ -ms-transform: translateY(0%); transform: translateY(0%); }}



@media only screen and (min-width: 992px) {.my-box-height-for-blockquote{height: 8em !important;}}
@media only screen and (max-width: 991px) and (min-width: 768px) {.my-box-height-for-blockquote{height: 11em !important;}}
@media only screen and (max-width: 767px) and (min-width: 504px){.my-box-height-for-blockquote{height: 5em !important;}}
@media only screen and (max-width: 503px) and (min-width: 393px) {.my-box-height-for-blockquote{height: 7em !important;}}
@media only screen and (max-width: 392px) and (min-width: 325px)  {.my-box-height-for-blockquote{height: 8em !important;}}
@media only screen and (max-width: 324px) and (min-width: 291px) {.my-box-height-for-blockquote{height: 9em !important;}}
@media only screen and (max-width: 290px)  {.my-box-height-for-blockquote{height: 12em !important;}}



@media only screen and (min-width: 1200px) {.rezension-margin-left{margin-left: -0.5em}}
@media only screen and (max-width: 1199px) and (min-width: 992px) {.rezension-margin-left{margin-left: -5em}}
@media only screen and (max-width: 991px) and (min-width: 768px) {.rezension-margin-left{margin-left: -8.8em}}
@media only screen and (max-width: 767px) {.rezension-margin-left{margin-left: 15px}}

