﻿body 
{
    background-color: #a9bdc5;
    overflow-y:scroll;
    font-family: Verdana, Geneva, sans-serif;
}

/* pseudo-Bootstrap 4.5 */
div.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
 
.header {
    width: 100%;
    height: 182px;
    background-color: white;
    background-image:url(../img/skyline.png);
    border-bottom: 5px solid #af071a;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-position: 0px 30px;
   position:relative;
}

.trial_alert {
    display: flex;
    justify-content: center;

    top: 1rem;

    padding: 0.5rem;
    margin: 1rem 0;

    background: #FFD54F;
    color: #E65100;
    border: 1px solid #E65100;
    border-radius: 10px;

    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);

    z-index: 99999;
}


.read-more {
    background: white;
    clear:both;
    min-width: 150px;
    max-width:300px;
    background: #af071a;
    color:white;
    text-align:center;
    padding: 10px;
    border-radius: 10px;
    display:inline-block;
}

.close-btn {
    background: #003F77;
    border-radius: 300px;
    position: absolute;
    width: 20px;
    cursor: pointer;
    height: 20px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: white;
    display: block;
    right: 10px;
    top: 10px;
}

.boxtext {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.modularbutton
{

    background-color: #93b2c3;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;

}


.fullsizeinput {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    padding: 0.2rem;
    height: 17px;
    border: 1px solid #cccccc;
    outline: 0px;
    font: inherit;
    width: 100%;
}

.radio_outer.double
{
    height:60px;
}

.radio_outer.double a.full 
{
    clear:both;
    height:27px;
}


.access
{
padding-top:20px;
height:53px;
display:block;
color:#002140;
font-size:12px;
border-bottom:3px solid #e4e4e4;
width:245px;
}

th.fav.jsgrid-header-sortable
{
    color:#af071a !important;
}

.forgotbutton, .update-password-button {
    background-color: #af071a;
    outline: 0px;
    border: 0px;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: pointer;
}

.forgotbutton[disabled], .update-password-button[disabled] {
    background-color: #888888;
}

.container 
{
    width: 1000px;
    text-align: left;
    margin-top: 15px;
}



ul.ui-autocomplete
{
    background-color:white;
    border:1px solid #FAFAFA;
    padding:0px;
    width:281px !important;
    overflow-y:scroll;
    -webkit-box-shadow: 6px 7px 5px -4px rgba(0,0,0,0.21);
-moz-box-shadow: 6px 7px 5px -4px rgba(0,0,0,0.21);
box-shadow: 6px 7px 5px -4px rgba(0,0,0,0.21);
    overflow-x:hidden;
}

ul.ui-autocomplete li:hover
{
   background-color:#CEE3F6;
   cursor:pointer;
}



ul.ui-autocomplete li
{
    text-align:left !important;
    font-size:12px;
    padding-top:4px;
    height:20px;
    text-indent:4px;
    border-bottom:1px solid #FAFAFA;
    list-style:none;
    overflow:hidden;
    text-overflow:ellipsis;white-space: nowrap;
}

.suche {
    margin-top: 4px;
    background-color: #003F77;
    width: 972px;
    padding-top: 22px;
    padding-left: 28px;
    color: white;
    line-height: 1.5;
    min-height: 238px;
}

.length {
    width: 110px;
}

.logo {
    width: 420px;
    margin-top: 0;
    vertical-align: top;
}

div.navigation {
    float: right;
    margin-top: 13px;
}

.newsletter_icon
{
    padding-right:10px;
    float: right;        

}

.searchbutton:hover 
{
    background-color: #E3001A;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}



.navigation .langimg {
    margin-top: 3px;
    padding-right: 0.3333rem;
    padding-left: 0.33333rem;
    display: block;
    float: right;
}

a.navigation {
    background-color: #93B2C3;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 17px;
    border-radius: 3px;
    font-size: 0.73333rem;
    border: 1px solid #FFFFFF;
    padding-top: 0.12rem;
    padding-right: 0.33333rem;
    padding-bottom: 0.13rem;
    float: left;
    padding-left: 0.33333rem;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
}


.column {
    width: 460px;
    float: left;
}


.row {
    height: 30px;
    clear: both;
}

div.month {
    width: 70px;
    float: left;
    font-size: 0.93333rem;
    color: white;
}

div.year {
    width: 41px;
    float: left;
    font-size: 0.93333rem;
    color: white;
}


select 
{
    -webkit-appearance: none !important;
    letter-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-rendering: auto;
    text-align: start;
    background-color: #f3f3f3;
    border-image-source: initial;
    overflow: hidden;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    overflow: visible !important;
    border-image-slice: initial;
    border-image-width: initial;
    display: inline-block;
    text-align: start;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-writing-mode: horizontal-tb;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: #fafafa;
    background: url(../img/arrow_down.png) no-repeat right 10px white;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}


    select.month 
    {
        width: 50px;
        height: 1.6rem;
        float: left;
    }

    select.year {
        height: 1.6rem;
        width: 61px;
        float: left;
    }


    

.radio_outer
{
border-radius:3px;
background-color:#496d91;
width:237px;
overflow:hidden;
cursor:pointer;
color:white;
height:27px;
}


.radio_outer a.radio
{
color:white;
text-align:center;
font-style:none;
text-decoration:none;
font-size:14px;
background-color:#a9bdc4;
padding-top:4px;
background-image:url(../img/circle_out.png);
background-repeat:no-repeat;
background-position:10px 4px;
height:100%;
width:100%;
display:block;
}

.radio_outer a.radio.in
{
background-color:#496d91;

background-image:url(../img/circle_in.png);
}

.radio_outer .radio.half
{
width:50%;
float:left;
padding:5px;
font-size:12px;
box-sizing:border-box;
background-position-x:2px !important;
    text-align: right;
    padding-right: 10px;
}
}

.radio_outer .radio.complete
{
width:50%;
float:left;
padding:5px;
box-sizing:border-box;
}


div.distance {
    width: 30px;
    float: left;
}

.label {
    float: left;
    width: 160px;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    color: white;
    font-size: 14px;
white-space: nowrap;
    padding-top: 3px;
    height: 100%;
}

.field {
    width: 275px;
    height: 100%;
    float: left;
}

.cb {
    margin-right: 22px;
    display: block;
    font-size: 14px;
    float: left;
}

    .cb input {
        margin-right: 6px;
    }

.checkboxes {
    margin-top: 7px;
}

.extendbutton {
    -webkit-appearance: button;
    cursor: pointer;
    background: url(../img/icon_link_white.png) no-repeat 0 4px;
    border: 0 none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 15px;
}

.innersave {
    margin-left: 35px;
}

.savesearch {
    background-color: #496D91;
    color: white;
    height: 76px;
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
}

.searchbutton {
    border-radius: 3px;
    width: 132px;
    height: auto;
    align-items: flex-start;
    text-align: center;        
    -webkit-appearance: push-button;
    -webkit-user-select: none;        
    box-sizing: border-box;
    background-color: #af071a;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 0.73333rem;
    transition: background-color 300ms;
    cursor: pointer;
    float: right;
    margin-bottom: 0px;
    padding: 0.666rem;
    position: relative;
    bottom: 10px;
}

.buttons 
{
    float: right;
    margin-right: 40px;
    width: 290px;
}

.savesearchoptions
{

        background-color: #496D91;
        width:100%;
        height:25px;
        color:white;
        padding-top:10px;
        padding-bottom:10px;
}

.savesearchoptions div
{
    float:left;
}


.savesearchlabel
{
    width:120px;
}


.resetbutton 
{
    margin-top: -3px;
    float: left;
    background-color: #93B2C3;
    border: 1px solid white;
    cursor:pointer;
    font-size: 12px;
    width: 130px;
    height: 28px;
    color: white;
    border-radius: 3px;
}

.exportbutton:hover
{
      background-color: #A2C7DB;
            -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.resetbutton:hover 
{
        background-color: #A2C7DB;
            -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.listcph {
    min-height: 600px;
    background-color: #e4ebf0;
    padding-top: 23px;
}

.moreFilter {
    display: none;
}

.savesearch_dd {
    width: 280px;
    height: 28px;
    margin-top: 10px;
}


.searchmanagement {
    background-color: none;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 20px;
    float: right;
    color: white;
}

.list {
    width: 980px;
    height: auto;
    min-height: 600px;
    background-color: white;
    margin-top: 25px;
    position: relative;
}

.tab
 {
    display: block;
    float: left;
    background-color: #dae2e6;;
    margin-right:4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 300px;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:10px;
    text-decoration: none;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
 cursor:pointer;
   color:#888;
    height: 19px;
}

.tab.active
{
        color: #003F77;
    background-color:white;
}

.tabs
{
    position:absolute;
    top:-23px;
}

.footer 
{
    border-top: solid #DDDDDD;
    width:100%;
    background-color:#e4ebf0;
    font-size: .8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; 
    text-rendering: optimizeLegibility;
        font-family: inherit;
    font-weight: normal;
}

.footerColumn
{
    width:242px;
    margin-right:20px;
    float:left;
}

h5 {
    font-size: 1.125rem;
        line-height: 1.2;
        font-family: Verdana, Geneva, sans-serif !important;
    font-style: normal;font-weight:normal;
        text-rendering: optimizeLegibility;
            -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    color: #222222;
    -webkit-margin-end: 0px;
        box-sizing: border-box;
}


a {
    color: #0068a8;
    text-decoration: none;
    line-height: inherit;
}


 td, .jsgrid-alt-row td
{
    color:#0068a8;
        font-size: 12px;
       


}

.jsgrid-header-scrollbar
{
    overflow:hidden !important;
    border:0px !important;
    background:white !important;
}

.jsgrid-grid-body
{
    border:0px !important;
}


.jsgrid-table th.fav,.jsgrid-table td.fav
{
    border-left:0px !important;
    color:#8F1A1A !important;
}


.jsgrid-table td, .jsgrid-table th
{
       border-left:3px solid white !important;
       border-bottom:3px solid white !important; 
       overflow:hidden;
}

.jsgrid-alt-row td,
.jsgrid-header-row th
{
    background-color: #ebf3f7 !important;
    font-size: 12px;
}

.ui-helper-hidden-accessible
{
    display:none;
}

.jsgrid-header-row th
{
    color:#0068a8;
    font-size: 11px;
    text-align:left !important;
    height:30px !important;
}

#Grid
{
    box-sizing:border-box;
    padding-left:20;
    padding-right:20;
    width:100%;
}

.projected
{
    color:ORANGE;
}

.fullsizeselectinput
{
height:24px;
width:283px;
}


.left_label
{
    width:350px;
    float:left;
    padding-left:15px;
    text-align:left;
    color:#93B2C3;
    font-size: 15px;
}

.grid_options
{
    padding-top:25px;
   padding-bottom:15px;
    clear:both;

}

.savesearchbutton
{
    text-align: center;
    width: 240px;
    margin-left: 15px;    
    background-color: #f0e4e5;
    border: 2px solid #af071a;
    color: #af071a;
    font-weight: bold;
    padding-top: 0px !important;
}

.printbutton
{
    cursor: pointer;      
    float:right;   
}

.printbutton.top
{    
   margin:-60px 10px 0px 0px;       
}

.printbutton.bottom
{    
      
   margin:25px 10px 0px 0px;       
}

.exportbutton a
{     
    color:white;
    font-size:12px;
}

.exportbutton
{
      background-color: #A3C2D3;
      width:280px;
      font-size:12px;
      color:white;
      top:-5px;
      height:20px;
      padding:2px;      
      left:50%;
      margin-left:-140px;
      position:absolute;
}

.exportbar
{
    position:relative;
    width:100%;
    height:14px;
    background-color: #496D91;
}


.center_button
{
    width:270px;
    float:left;
}

.items_right
{
    color:#93B2C3;
    font-size: 15px;
}



.items_right button,#pages button
{
    border-radius: 3px;
    border:0px;
    background: transparent;
    font-weight: normal;
    color: #93B2C3;
    cursor: pointer;
}

#pages
{
    display:inline-block;
}


.items_right button.active,#pages button.active
{
        border-radius: 3px;
    border: 1px solid #93B2C3;
    background: transparent;
    font-weight: normal;
    color: #93B2C3;
    cursor: pointer;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}





.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.jsgrid-header-sort-desc:before
{
    border-color: black transparent transparent !important;
}
ooo
.jsgrid-header-sort-asc:before
{
        border-color: transparent transparent black !important;
  
}

.standard_page
{
       background: #e4ebf0;
        min-height:500px;
        width:100%;
        padding-top:4px;
        box-sizing:border-box;

}


.standard_page h2
{
        padding-top: 1rem;
        font-size: 1.6rem;
    line-height: 1.4;
        font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
  padding-top:0px;
    margin-bottom: 0.5rem;
}



.standard_page h3
{
        padding-top: 1rem;
        font-size: 1.2rem;
    line-height: 1.4;
        font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    color:#6f6f6f;
  padding-top:0px;
    margin-bottom: 0.5rem;
}



.detail_block
{
    width:962px;
    background-color:white;
    height:auto !important;
    border-radius:3px;
    border:4px solid white;

}

.detail_label
{
     font-weight:bold;
    color:black;
    width:50%;
    float:left;
}

.head .detail_label
{
    font-weight:bold;
    color:black;
    width:50%;
    float:left;
    text-transform:uppercase;
}

.detail_value
{
    font-weight:normal;
    color:black;
    text-align:left;
    width:50%;
    min-height:23px;
    height:auto;
    float:right;
}

.zebra
{
     background-color:#ebf3f7;
}

.detail_row
{
    clear:both;
    font-size:14px;
    height:auto;
    min-height:23px;
}

.head .detail_label
{
    font-weight:lighter !important;
}


button.disabled
{
    opacity:0.5;
}


.navigation
{
    position:relative;
    z-index:9;
}

.logos
{
    position:absolute;
}

.fullsizeinput
{
    padding-top:2px;
    margin:0px;
    padding-bottom:4px;
    font-size:13px;
}

.commentcontainer
{
    width:100%;
    height:120px;
    background-color:#fafafa;
    box-sizing:border-box;
    padding:20px;
}

.commentcontainer textarea
{
    height:52px;
    width:960px;
}

#bu_saveComment
{
    border-radius:3px;
    background-color: #A3C2D3;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding:5px;
    font-size:12px;
    font-weight:bold;
}

.hrbig
{
        border-top: 3px solid #DDDDDD;
        clear:both;
        width:100%;
 
}

.profile_row
{
    clear:both;
    margin-bottom:5px;
    padding-bottom:10px;
    height:19px;
}

.profile_label
{
    float:left;
}

.profile_value
{
    float:right;
   
}

.profile_value input
{
    width:300px;
    height:24px;
}

.profile_value select
{
    width:304px;
      height:24px;
}

.profilebutton
{
    background-color: #93B2C3;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border:1px solid white;
        font-family: Verdana, Geneva, sans-serif;
        height:60px;
        width:120px;
    padding:10px;
    border-radius: 3px;
}

.searchtitle
{
    width:100%;
    border:0px;
    background:none;
    outline:0px;

}


button.fav
{

     border:0px;
    outline:0px;
    background:none;
    background-repeat:no-repeat;
    height:25px;
    cursor:pointer;
    width:25px;
    background-image:url(../img/favorite_stars_sprite.png);
  background-position: 0px -28px; 
     overflow:hidden;
       padding:0px;
     margin:0px;
}


.exportframe h2
{
        font-family: Verdana, Geneva, sans-serif;
        font-weight:lighter;
        font-size:18px;
}

.export_limit
{
    margin:0px,20px;
    width:700px;
    font-size:14px;
    font-weight:bold;
    border-color:#AF071A;
    border-width:medium;
    background-color:#F0E4E5;
    color:#0068A8;
    display:inline-flex;    
}

.export_limit img
{
    margin:10px;
    height:40px;
    width:40px;
}

.export_limit label
{  
  margin:5px;    
}

.export_column_left
{
    float:left;
}

.export_column_right
{
    float:right;
}

.export_column
{
    clear:both;        
    width:700px;
}

.exportitem select
{
    width:270px;
    float:right;
    height:28px;
}

.exportitem
{
    clear:both;
    margin-bottom:15px;
    font-size:14px;
    width:300px;
}

.additional
{
    width:700px;
    font-size:14px;
    padding-top:10px;   

    display: flex;
    justify-content: space-between;
}

.export-settings 
{
    column-count: 2;
    gap: 1rem;
}

.checkboxcomb {
    user-select: none;
    display: block;
}

.exportframe button {
    padding: 5px;
    float: right;
    width: 150px;
    background-color: #af071a;
    border-color: #005386;
    color: #FFFFFF;
    border-radius: 3px;
    border-color: #005386;
    font-size: 12px;
    border: 1px;
}

.jsgrid-header-sort-asc:before 
{
        border-color: transparent transparent black !important;
}



.contact_row
{
    clear:both;
    height:60px;
    width:650px;
}


.contact_label
{
    width:220px;
    text-align:right;
    padding-right:30px;
        color: #4d4d4d;
    font-size:14px;
    float:left;
}

.contact_value
{
    width:400px;
    float:right;
        color: #4d4d4d;
}

.contact_value input:not([type])
{
        -webkit-appearance: none;
        padding:2px;
    width:350px;
        color: grey;
    border-width: 1px;
        border-color: #FAFAFA;
    outline:0px;
    box-shadow: inset 0 0px 0px #FAFAFA;
}





.message h3
{
font-weight:lighter !important;
}

.message{
                             
 
     width: 370px;
     color: #fff;
     padding: 15px;
     font-weight:lighter !important;
        font-family: Verdana, Geneva, sans-serif;
     margin-bottom:30px;
    
   font-size:14px;
}

.info{
     background-color: #4ea5cd;
     border-color: #3b8eb5;
}

.error{
     background-color: #de4343;
     border-color: #c43d3d;
}
     
.warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.success{
     background-color: #61b832;
     border-color: #55a12c;
}

.message h3{
     margin: 0 0 5px 0;                                                  
}

.message p{
     margin: 0;                                                  
}

.ouroffer_header {
    background-color: #013f78;
    color: white;
    position: relative;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ouroffer_header > * {
    text-align: left;
    color: white;
    width: 300px;
}

.ouroffer_header .header_text {
    margin: 0 auto;
    padding: 10px;
}

.ouroffer_sign-up-wrapper {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 20px;
}

.ouroffer_sign-up-btn {
    display: inline-block;
    padding: 5px 15px;
    border-width: 0;
    border-radius: 3px;
    text-align: center;
    background-color: #af071a;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 120px;
}

th.jsgrid-header-sortable {
    background-image: url(../img/sortierung.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

th.jsgrid-header-sort-desc,th.jsgrid-header-sort-asc
{
    background-image:none !important;
    text-indent:4px !important;
}

.jsgrid-header-sort-desc:before,.jsgrid-header-sort-asc:before
{
    float:right !important;
}

.ouroffer_bottom h2
{
    font-weight:bold;
    font-size:18px;
    height:99px;
    width:200px;
    color:#666666;
}

.buybutton
{
    background-color:#af071a;
    border-radius:9px;
    border:0px;
    color:white;
    outline:0px;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
   cursor:pointer;
}

.buttonaround
{
    background-color:#496d91;
    height:40px;
    padding:10px;
    position:absolute;
    width:257px;;
    bottom:0px;
}


.trybutton
{
    background-color:#fab600;
    border-radius:9px;
    border:0px;
    color:#003f77;
    outline:0px;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
   cursor:pointer;
}


.jsgrid-header-sortable
{
    text-indent:0px;
}

.offer_special
{
    width:300px;
    height:100px;
    position:absolute;
    bottom:10px;
    right:10px;
}


.specialofferbox
{
    left:0px;
    right: 50px;
    position:inherit;
    margin-left:50px;
}

.suche_tab
{
    height:30px;
    width:170px;
    background-color:#496d91;
    float:left;
    border-radius:10px 10px 0px 0px;
    color:white;
    text-align:center;
    padding-top:11px;
    margin-right:1px;
    margin-bottom:1px;    
    cursor:pointer;
}

.suche_tab.in 
{
    background-color: #023d78;
    cursor:default;
}

.suchetab_controller
{
    clear:both;
    height:37px;           
    padding-top:10px;
    background:rgb(228, 235, 240);
}

.hotlineblock
{
    width:390px;
    text-align:center;
    height:100px;
    right:1px;
    padding:3px;
    color:black;
    top:35px;
    position:absolute;
}


.hotlineblock .icon
{
   float:left;
   margin-right:20px;
   cursor:pointer;
}

.hotlineblock .icons
{
    float: right;
    margin-top:10px;
}

.hotlineblock .icon label{
    font-size:12px;
    text-align:center;
    width:100%;
    display:block;
}

.hotline_inhotline {
    padding: 3px;
    font-size: 12px;
    height: 20px;
    margin-top: 15px;   
    text-align:right;
    color: #023d78;
    margin-right: 20px;
}

.exportbutton
{    
    background-color: #93b2c3;
}


.profilebutton
{
    cursor:pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width:150px;
    box-sizing:border-box;
    margin-left:-25px;
    margin-top:26px;
    border:1px solid #e6e6e6;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a
{
    background-color:white;
    text-align:center;
    margin:0px !important;
    border:0px;
    color:black;
    border-bottom:1px solid #e6e6e6;
    width:100%;
    display:block;
    margin:0px;
    border-bottom-left-radius:0px;
    padding:0px;
    padding-bottom:10px;
    padding-top:5px;
}

.dropdown-content a:hover
{
    background-color:#003F77;
    color:white;
    border-radius:0px !important;
}

.menu-arrow {
    display: block;
    height: 11px;
    margin: -8px 50px 0;
    background: transparent url('../img/menu_arrow.png') no-repeat 15px 0;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 200px;
}

.markiert td
{
    background-color:#9acd32 !important;
    color:black !important;
}

.jsgrid-alt-row:hover td
{
   background-color:#a9bdc5 !important;
}

.savesearchframe
{
    background-color:#EBF3F7;    
}

.savesearchtext
{
    font-size:small
}

.maintenance {
    background-color:#EBF3F7;
    padding: 10px;
    color: red
}


.btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 15px;

    border-width: 0;
    border-radius: 3px;

    text-align: center;
    background-color: #af071a;
    color: #FFFFFF;

    cursor: pointer;

    width: 250px;
    font-size: 1rem;

    margin: 0 auto;
}

.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 10px;
    padding: 10px;
    background: rgb(228, 235, 240);

    border-bottom: 5px solid #af071a;
}
