body {
    background: #fafafa;
}
.maincontent{
    padding: 20px;
    background: white;
    border-radius: 10px;
}

* {
    font-family: Raleway,sans-serif;
}
header {
    height: 100px;
    padding: 20px;
}
footer {
    padding:20px;
    text-align: center;
    font-size: 12px;
}
a {
    color: #282828;
    line-height: inherit;
    text-decoration: none;
}
a:focus, a:hover {
    color: #222;
}

.button, a:hover, button {
    cursor: pointer;
}

.textright {
    text-align: right;
}
h1, h2, h3, h4, h5, h6 {
color: #222;

font-style: normal;
line-height: 1.4;
margin-top: .2rem;
text-rendering: optimizeLegibility;
}
/**
Flags
 */
.landen-menu{
    display: inline-block;

}
ul.flags {

    list-style-type: none;
}
.flags li {
    float:left;
    margin-left: 5px;
    margin-right: 5px;
    cursor:pointer;
}
.flags li img {
    cursor: pointer;
}
.flags li img {
    filter: grayscale(100%);
}
.flags li.current img {
    filter: none;
}

/**
 Topmenu
 */
.header-menu {
    display: inline-block;
    vertical-align: middle;
}
.topmenu {
    list-style-type: none;
}
.topmenu {
    padding: 1px 0 0;
    font-size: 11px;
    z-index: 200;
    position: relative;
}
.topmenu li {
    float: left;
    height: 25px;
    position: relative;
}
.topmenu li a {
    border-right: 1px solid #707070;
    padding: 0 10px;
    height: 11px;
    line-height: 11px;
    white-space: nowrap;
    font-size: 11px;
    text-decoration: none;
}
.topmenu li:last-child a {
    padding-right: 0;
    padding-left: 10px;
    border-right: none;
}
.mobile-menu {
    display: none;
}
/**
Menu
 */
.menu {
    padding: 15px 0;
    overflow: visible;
    z-index: 100;
    height: 44px;
    margin-bottom: 30px;

}

.menu ul {
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
}
.menu ul li {
     float: left;
     font-size: 14px;
     line-height: 14px;
     height: 14px;
     text-transform: uppercase;
 }
.menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px;

    z-index: 100;
}
.menu ul li a:hover, .menu ul li:hover>a, .topmenu li ul {
    background-color: #f7f5f5;
}
.menu ul li:hover>a {
    text-decoration: none;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    border-right: none;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

/**
    Header image
 */
.page-image  {
    height: 300px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f5f5;
}

/*
Titel
 */
.page-title h1 {
    font-size: 1.5rem;
}

/**
Login form
 */
.loginform {
    padding: 10px;
    background-color: #f7f5f5;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.loginform input[type=text], .loginform input[type=password] {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 3px;

    border-collapse: collapse;
    border-spacing: unset;
}
.loginform .btn {
    width: 100%;
}
.float-right {
    float:right;
}

.agree_buttons {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    padding-left:20px;
    padding-right:20px;
}
.agree_buttons.agree {
    border-color: green;
    color: green;
    background-color: white;
}
.agree_buttons.agree.selected {
    border-color: darkgreen;
    background-color: green;
    color:white;
}
.agree_buttons.disagree {
    color:red;
    border-color: red;
    background-color: white;
}
.agree_buttons.disagree.selected {
    border-color: darkred;
    background-color: red;
    color: white;
}

.sidebar {
   /* width:20%;
    display:inline-block;*/
}
.colmain {
/*    width: 80%;
    display:inline-block;*/
}
.sidebar .nav-item.current {
    font-weight: bold;
    font-size: 14px;
}

.sidebar .nav-item {
    margin-top: 5px;
    margin-bottom: 5px;

}

.sidebar .nav-item a {
    font-size: 14px;
    color :#575757;
}
.sidebar .nav-item a:hover {
    color:#162376;
}

.sidebar h2 {
    font-size:28px; color:#162376; font-weight:bold;margin:0;
}
.sidebar h3 {
    font-size:20px; color: #2E3A8C; font-weight:normal;padding:0 0 15px;margin:0;line-height: 1.1;
}
.sidebar .navigation-top {
    margin-bottom: 30px;
}

label {
    color: #959595;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.dx-datagrid-headers {
    color: #959595;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 12px;
}

input[type=text], input[type=password], input[type=email] , textarea  {
    padding: 10px;
    border: solid 1px #d5d5d5;
    border-radius: 5px;
    width: 100%;
    margint-top: 5px;
}
.card {
    margin-top: 20px;
}
.card-header {
    padding-left: 6px;
    margin: 12px;
    background-color: white;
    font-weight: bold;
}
.card-header a {
    font-weight: normal;
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 5px;
}
.card-body a.card-link {
    text-transform: uppercase;
    font-size: 14px;
    color:#162376;
}
.card-body a.card-link:hover {
    color:#162376;
    text-decoration: underline;
}

ul.error li {
    color: #d9534f;
}

.btn-info {
    background-color: #2C51BE;
    border-color: #2C51BE;
    color: white;
}
.btn-info:hover {
    background-color: #162376;
    border-color: #2C51BE;
    color: white;
}

/**
Mobile menu
 */
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay .current a {
    font-weight: bold;
    color: white;
}
.overlay-header {
    position: absolute;
    top:28px;
    left:0px;
    width: 100%;
}
.overlay-content ul {
    padding: 0px;
}