/*
Theme Name:     Thomas Vonier
Description:    Child Theme Thomas Vonier
Author:         Thomas Vonier
Template:       Divi
*/

body {
  font-family: 'Lato', 'Arial', sans-serif;
}



/* --------------------------------------------------
   Sprachschalter
-------------------------------------------------- */
.wpml-ls a {
    text-transform: uppercase;
    color: #666 !important;
    padding: 0;
    text-decoration: none;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height:15px;
}

/* Aktive Sprache hervorheben */
.wpml-ls .wpml-ls-current-language a {
    font-weight: 700;
    color: #000 !important;
}