﻿@font-face {
    font-family: "Fira Sans-Light";
    font-weight: 300;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-Light/FiraSans-Light.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-LightItalic";
    font-style: italic;
    font-weight: 300;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-LightItalic/FiraSans-LightItalic.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-Regular";
    font-weight: 400;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-Regular/FiraSans-Regular.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-Italic";
    font-style: italic;
    font-weight: 400;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-Italic/FiraSans-Italic.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-Medium";
    font-weight: 500;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-Medium/FiraSans-Medium.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-MediumItalic";
    font-style: italic;
    font-weight: 500;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-MediumItalic/FiraSans-MediumItalic.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-Bold";
    font-weight: 700;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-Bold/FiraSans-Bold.woff") format("woff"); }

@font-face {
    font-family: "Fira Sans-BoldItalic";
    font-style: italic;
    font-weight: 700;
    src: url("https://cdn.wolterskluwer.io/wk-fonts/1.x.x/fonts/FiraSans-BoldItalic/FiraSans-BoldItalic.woff") format("woff"); }

@font-face {
    font-family: 'wk-icomoon';
    src: url('WK_icons/fonts/wk-icomoon.ttf') format('truetype');
}

@font-face {
    font-family: 'TWF';
    src: url('../../TWF_icons/fonts/twf-icomoon.ttf');
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

html{
    position: relative;
    min-height: 100%;
}
body, html {
    margin: 0px;
    position: relative;
    background: #ffffff;
}


body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: 'Fira Sans-Regular';
    font-size: 14px;
}

a, a:visited{
    color: rgb(0, 102, 204);
}

select
{
    height: 20px;
    font-size: 12px;
    background-color: #ffffff;
    border-color: #409cd2;
    display: block;
}

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, hkla6
{
    font-weight: bold;
}
h1
{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2
{
    font-size: 1.5em;
    margin-bottom: 0.75em;
}
h3
{
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 1em;
}
h4
{
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5
{
    font-size: 1em;
    margin-bottom: 1.5em;
}
h6
{
    font-size: 1em;
}
/* Text elements

-------------------------------------------------------------- */
p
{
    margin: 0 0 1.5em;
}

strong
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}

.top-wrapper
{
    width: 100%; /*  background: url(images/top-bg.png) repeat-x scroll left top;*/
}

.clear
{
    clear:both;
    line-height: 0px;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


.XPortalButton,
.XPortalButton_pressed {
    display: inline-block;
    min-width: 100%;
    height: 50px;
    margin: 0;
    padding: 4px 10px;
    border: none;
    border-radius: 0px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
    background-color: #007ac3;
    color:#ffffff;
}

    .XPortalButton:hover {
        background-color: #409cd2;
    }

.XPortalButton_pressed
{
    background-position: top center;
    border: solid 1px #000;
}

.wk-button {
    transition: background-color .1s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-radius: 0;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: .87891rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
    padding: 1.0625rem .9375rem;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
}
.text-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #474747;
    font-family: "Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 1rem;
    height: 25px;
    line-height: 1.5;
    padding: 5px 1px;
    width: 99%;
}

.dropdown {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 100px;
    border: 1px solid #dadada;
    box-shadow: none;
    margin: 0px;
}


.aspNetDisabled {
    color: #474747 !important;
}


.text-input-size {
    width: 99%;
    height: 100px;
}

 

.text-input-width {
    width: 98%;
}

 

.txtTitel-size {
    width: 98%;
}

 

.spanFontSize {
    font-size: 14px;
}

 

.spanFontFamily {
    font-family: tahoma,geneva,sans-serif;
}


.strongFontFamily {
    font-family: arial, helvetica, sans-serif;

}