/* Käufliche Zierschriften */

/* Hinweis: weitere font families lassen sich mit Komma dahinter setzen, am Ende steht wie gewohnt das Semikolon */

@font-face{
    font-family: "HelveticaNeue";
    src: url("../../falcon/fonts/HelveticaNeueLTW05-55Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeueLTW05-55Roman.woff") format("woff");
}

@font-face{
    font-family: "HelveticaNeueMedium";
    src: url("../../falcon/fonts/HelveticaNeueLTW05-65Medium.woff2") format("woff2"), url("../../fonts/HelveticaNeueLTW05-65Medium.woff") format("woff");
}

@font-face {
    font-family: "Tobias";
    src: url("../../falcon/fonts/Tobias-Regular.woff2") format("woff2"),url("/../../fonts/Tobias-Regular.woff")  format("woff"), url("../../fonts/Tobias-Regular.eot") format("eot");
}

@font-face {
    font-family: "TobiasItalic";
    src: url("../../falcon/fonts/Tobias-RegularItalic.woff2") format("woff2"),url("../../fonts/Tobias-RegularItalic.woff") format("woff"), url("../../fonts/Tobias-RegularItalic.eot") format("eot");
}

/*

font sizes übertragen

.uk-text-medium { font-size: @global-medium-font-size; }
.uk-text-xlarge { font-size: @global-xlarge-font-size; }
.uk-text-2xlarge { font-size: @global-2xlarge-font-size; }

*/

/* gleiche Höhe */

.uk-panel > :last-child > .uk-panel,
.uk-panel > :last-child {
    flex-grow: 1;
    align-content: flex-end;
}

.uk-display-block {
  display: flex !important;
  flex-grow: 1;
  flex-flow: column;
  align-content: flex-end;
  height: 100%;
}
