/* Smooth scrolling behavior */
html
{
  scroll-behavior: smooth;
}

/* Apply SWEETGOOD color to text */
.sweetgood
{
  color: #3399CC;
}

/* Fix for width of heading on home page since Zero One 4.5.2 */
.fullwidth-fix div .tm-heading {
  width: 100%;
}

/* Used for images on main page like passion.jpg and wunderlampe.jpg */
.img-max-center {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.img-max-center img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Shrink ECG image in footer */
.img-ecg {
  max-width: 150px;
  margin-top: 0px;
}
.img-ecg a img {
  max-width: 150px;
  margin-top: 0px;
}

h1,h2,h3,h4,h5,h6,p {
  hyphens: auto;
}

/* Custom text highlighting */
.highlight-text
{
  color: #fff;
  padding: 5px 10px;
  line-height: 1.5;
  background: -webkit-linear-gradient(45deg, rgb(32, 95, 127) 0%, rgb(64, 191, 255) 100%);
  background: #3399CC;
  background-image: -webkit-linear-gradient(45deg, rgb(32, 95, 127) 0%, rgb(64, 191, 255) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(32, 95, 127) 0%, rgb(64, 191, 255) 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Custom fonts */
@font-face {
    font-family: 'Config Condensed Medium';
    src: url('/webfonts/configcondensed-medium-webfont.woff2') format('woff2'),
         url('/webfonts/configcondensed-medium-webfont.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Config Condensed';
    src: url('/webfonts/configcondensed-regular-webfont.woff2') format('woff2'),
         url('/webfonts/configcondensed-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Config Condensed';
    src: url('/webfonts/configcondensed-bold-webfont.woff2') format('woff2'),
         url('/webfonts/configcondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Gandhi Serif Regular';
    src: url('/webfonts/GandhiSerif-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Fix height of card badges */
.uk-card-badge {
    height: auto !important;
}