/* Formatierungen für Wäscherei Abel by owc-online.de */

/* Import der CSS für Fonts */
@import url("fonts.css");

/* Festlegung Schriftarten */
/*html,body,table,tr,td,p,div {font-family:'Source Sans Pro',helvetica,arial}*/

/* Formatierung Fußzeile */
#fussswelle {border:1px solid red;}

body,html,h1,h2,h3,h4,h5,h6,p,div {
-webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto}

@media screen and (max-width:640px) {
  .uk-modal-body {
    display: flow-root;
    padding: 30px 30px 100px;
  }

}

/* Usercentrics-Button rechts */
.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
  right: 20px !important;
}

/* Usercentrics Button Tablet Landscape fix */
@media screen and (min-width:850px) and (max-width:1081px) {
.uk-modal-body {padding:30px 30px 120px;}
}

/* Convert Forms */
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
  padding: 18px 0px !important;
}
