/*
Theme Name: Dr Deininger
Author:   Franz Kufer
Author URI: https://www.kufer-richter.de
Version: 1.1
*/

* {
    margin: 0;
    padding: 0;
  }
 img {
     border: none;
     max-width: 100%;
     height: auto;
 }
 body {
     font-family: 'Fira', Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0!important;
 }


.bold{
    font-weight: 700;
}
.semi-bold{
    font-weight: 600;    
}
.regular{
    font-weight: 400;
}
.clear{
    clear: both;
}
.light{
    font-weight: 200;
}
.italic{
    font-style: italic;
} 
.uppercase{
    text-transform: uppercase;
}
.underline{
    text-decoration: underline;
}
.textcenter{
    text-align: center;
}
.textright{
    text-align: right;
}
.textwhite{
    color: #fff;
}
.floatright{
    float: right;
}

img.fit{
    width: 100%;
    height: auto;
}
img.fitvertical{
    height: 100%;
    width: auto;
}

a{
    color: #00afaa;
    text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;  /*  // for vertical scroll bar */

}


/* // for Firefox add this class as well */
.fp-overflow{
  scrollbar-width: thin;/*  // auto | thin | none | <length>; */
}

