/*------------------------------------------*/
/* allgemeine Styles   					    */
/*------------------------------------------*/
html,
body {
    /*background-color: #dedfed;*/
    font-family: Calibri;
    color: #494747;
    font-size: 100%;
    height:100%;
}
* {
    margin: 0;
    padding: 0;
}
.fontSize18NotBold {
    font-size: 18px;
    font-weight:normal;
}
.fontSize20NotBold {
    font-size: 20px;
    font-weight: normal;
}

.fontSize18 {
    font-size: 18px;
    font-weight: bold;
}
.fontSize20 {
    font-size: 20px;
    font-weight: bold;
}
.fontSize24 {
    font-size: 24px;
    font-weight: bold;
}

.fontSize48 {
    font-size: 48px;
    font-weight: bold;
}

.color495057 {
    color: #495057;
}
.colorwhite {
    color: white;
}
hr{
    margin:30px 0 30px 0;
    border:1px solid #cccccc;
}
.clear{
    clear:both;
}
.lnkBlue {
    display: inline-block;
    width: 180px;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    background-color: #5c61a3;
    background-image: url('Images/arrow_white.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    color: #FFFFFF;
}

abbr
{    
	cursor: help;
    float:right;
}

.tooltip
{
	position:absolute;
	background-color:#eeeefe;
	border: 1px solid #aaaaca;
	font-size: smaller;
	padding:4px;
	width: 160px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);	
}
li{
    list-style-type:none;
}
.divContent {
    padding: 15px !important;
    width: calc(100% - 30px) !important;
    margin:0 !important;
    max-width: initial !important;
    text-align: left;
}
.divContent * {
    text-align: unset !important;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5c61a3; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    background-image: url(Images/arrow_white_up.png);
    background-repeat:no-repeat;
    border:1px solid black;
    height: 40px;
    width:40px;
    background-position: center;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
/*------------------------------------------*/
/* Akkordeon      					        */
/*------------------------------------------*/
.ui-icon.iconOpen {
    background:url(Images/arrow_white_up.png) no-repeat;
    width:24px;
    height:13px;
    margin-right:10px;
}
.ui-icon.iconClosed {
    background:url(Images/arrow_white_down.png) no-repeat;
    width:24px;
    height:13px;
    margin-right:10px;
}
.ui-accordion {
    width: 100%; /*calc(100% - 20px);*/
    margin: 10px;
    border: 1px solid #8d90bf;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .ui-accordion .ui-accordion-header, .ui-accordion-header {
        margin: 0;
    }

    .ui-accordion h3 {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        background-color: #6eabde;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: 0;
    }

    .ui-accordion .ui-accordion-content {
        width: calc(100% - 2px);
        padding: 0;
    }

    .ui-accordion table.showTableDetailsSmall {
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    .ui-accordion .tblDatasSmall tr:first-child td, .ui-accordion .tdDataFirstTr {
        background-color: inherit !important;
        border-radius: 0 !important;
    }
/*------------------------------------------*/
/* NOTFALLZUGANG                            */
/*------------------------------------------*/
.emergencyAreaWrapper *, .emergencyAreaWrapper .tblDatasSmall td {
    font-size: 20px;
}
.emergencyAreaWrapper .tblDatasSmall tr:first-child td, .emergencyAreaWrapper .tdDataFirstTr {
    color:black;
}
/*------------------------------------------*/
/* POPUP					        		*/
/*------------------------------------------*/
.divTransparenz {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../../Images/TransparentBackGround.png);
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
}
.divPopup{
    background-color:#dedfed !important;
    position:fixed;
    z-index:1000;
    margin-top:50px;
    padding:10px;
    border-radius:10px;
    border:1px solid #4d4d4d;
}
.divPopup *{
    color:#4d4d4d;
}

#contentwrapper{
    height:calc(100% - 134px);
}
/*------------------------------------------*/
/* Header					        		*/
/*------------------------------------------*/
#header {
    background-color: white;
    width:calc(100% - 200px);
    padding-left:100px;
    padding-right:100px;
    margin:0 auto;    
    height:100px;
}
#headerClientPortal {
    background-color: #24471f;
    width: calc(100% - 200px);
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
    height: 100px;
}
#lnkStartpage {
    width: 371px;
    height: 60px;
    display: block;
    margin-top: 10px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.divNoColoredLink a:visited{
    color: blue !important;
}

/*------------------------------------------*/
/* Navigation					        	*/
/*------------------------------------------*/
.topnav {
    display: none;
}
#lnkAccount {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    text-decoration: none;
    width: 200px;
}
#lnkAccount {
    color: #fff;
    background-color: #5c61a3;
    border-color: #5c61a3;
    font-weight: bold;
   
}
/*------------------------------------------*/
/* Content-Wrapper					        */
/*------------------------------------------*/
#contentwrapper {    
    margin: 0 auto;
    background-color: #FFFFFF;
}
/*------------------------------------------*/
/* FOOTER       					        */
/*------------------------------------------*/
#footer{
    min-height:70px;
    margin-top:20px;
    padding-top:5px;
    width:100%;
    background-color:#5c61a3;
    clear:left;
}
#footer * {
    color: white;   
}
/* Pass Vorderseite & Rückseite*/
#Home {
    width: 50%;
    margin-top: 20px;
    display:inline-block;
    height:300px;
}
/* EXAMPLE */

/*------------------------------------------*/
/* FAQ      					            */
/*------------------------------------------*/
.MessageBox{
    border:1px solid #212E50;
    width: 99%;
    width:calc(100% - 10px);
    height:160px;
    padding:5px;
}
.TextBox{
    border:1px solid #212E50;
    width: 90%;
    width:calc(100% - 20px);
    display:inline-block;
    height:24px;
    line-height:20px;
    padding:5px;
}
.MessageBox:focus, .TextBox:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #212E50;
}
#ulContact{
    list-style-type:none;
    width:100%;
    display:inline-block;
    height:auto;
}
#ulContact li{
    float:left;
    width:50%;
    margin-top:20px;
}
.right{
    float:right;
}
.left{
    float:left;
}
/*------------------------------------------*/
/* LOGIN          					        */
/*------------------------------------------*/
.txtLogin{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #d9d9d9; 
    outline:0; 
    height:15px; 
    width: 200px; 
    padding:5px;
}
.txtLogin:focus{
    background-color:#B1C8DA;
}

/*------------------------------------------*/
/* ACCOUNT ALLGEMEIN    			        */
/*------------------------------------------*/
#ulNavi{
    width:100%;
    border-bottom:5px solid #212E50;
    height:40px;
    padding:0;
    margin:0;
}
#ulNavi li{
        float:left;
        list-style-type: none;
        width:22%;
        margin-right:4%;
        height:40px;
        padding:0;
}
#ulNavi li:last-of-type{
    margin-right:0;
}
#ulNavi input{
    padding:10px;
    height:40px;
    width:100%;   
    border:none; 
    color:#212E50;
    font-weight: bold;
    font-size: 18px;
    background-color:#D3D3D3;
    cursor:pointer;
    -webkit-appearance: none;
border-radius: 0;
}
.btnActive{
    color:white !important;
    background-color:#212E50 !important;
}
.txtAccount{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #d9d9d9; 
    outline:0; 
    height:17px; 
    padding:5px;
}

.fullWidth{
    width:calc(100% - 10px);
}
.imgId, .imgMain, video{
    width:100%;
            border: 1px solid #d9d9d9 !important;
        -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
/*------------------------------------------*/
/* ACCOUNT      					        */
/*------------------------------------------*/
.tvCategories td {
	margin-top: 5px;
    margin-bottom:5px;
	vertical-align: middle;
}
.NodeStyle
{
	display: block;
	text-decoration: none;
	color: #494747;
	border: solid 1px Transparent;
	padding: 2px 2px 2px 2px;
    margin-top:-4px;
}
.SelectedNodeStyle
{

}
.divPopup{
    position:fixed;
    z-index:1000;
    width:500px;
    height:250px;
    background-color:#ffffff;
    top:50px;
    left:20%;
    padding:10px;
    margin-left:-260px;
    border: 1px solid #212E50;
        -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.divPopupWrapper {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../../Images/TransparentBackGround.png);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.lblNewInfo{
    display:block; 
    background-color:red; 
    width:13px; 
    height:13px; 
    padding:5px; 
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    position:relative;
    position: relative;
    float: right;
    z-index: 10000;
    margin-top: -50px;
    margin-left:-10px;
    font-size:12px;
    margin-right: 2px;
    color:white;
}


.ListTable tr{
    vertical-align:top;
    background-color:white;
    font-size:16px !important;
    font-family: Calibri;
}
.ListTable th{
    background-color:#5c61a3 !important;
    color:white !important;    
    text-align:left !important;
    font-size:16px !important;
    font-family: Calibri;
}
.ListTable td{
    font-size:16px !important;
    font-family: Calibri;
    vertical-align:middle;
    text-align:left !important;
    padding: 5px !important;
}
.ListTable a{
    background-color:inherit !important;
}
.ListTable tr:hover{
    background-color: lightblue !important;
    color:#4d4d4d !important;
}
.ListTable {border:1px solid #000}
.ListTable td,.ListTable th {border:none; font-size:10px;}


/*------------------------------------------*/
/* CHECKOUTOFFER         					*/
/*------------------------------------------*/

#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{display:none;}

ul#slideshow{list-style:none;padding:2px;margin:auto;margin-top:5%;width:150px;height:150px;overflow:hidden;}
p{text-align:center;}
#Dataprotection p{text-align:left;}
#fssList{display:none;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}
.slideArticlePic{
    max-width:150px;
    max-height:150px;
    margin:0 auto;
}
.inactive img{
    display:none;
    transition: all 2s linear;
}
/*#slideshow li{
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
    display: table-cell;
}*/
#slideshow li{
    height:150px;
    width:150px;
}
#slideshow li *{
    vertical-align:middle;
}
#slideshow li{
    /*display: table-cell !important;*/
    text-align: center;
    vertical-align: middle;
    line-height:150px;
  
}

.uploaderbrowsebutton,.uploadercancelbutton, .divUpload button, .btnUploadClass  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 10px 0;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border-color : #2989d8;
  /*background: #212E50;
  background: -moz-linear-gradient(top, #212E50 0%, #1e5799 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#212E50), color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: -o-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: -ms-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: linear-gradient(top, #212E50 0%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#212E50', endColorstr='#1e5799',GradientType=0 );*/
  background-color: #212E50;
}
.uploaderattachments, .uploadergrid{
    min-width:100% !important;
    width:100% !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.baseDataLink {
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Calibri;
    font-size:14px;
    width:100%;
    height:30px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
    color: #fff;
    background-color: #5c61a3;
}
#divMenue .baseDataLink {
    font-size:16px;
}

    table.showTableDetails {
        width: 100%;
        border: 1px solid #f2f2f2;
        border-radius: 10px;
    }
div.showTableDetails {
    width:calc(100% - 20px);
    border:1px solid;
    padding:10px;
    border-radius:10px;
    background-color:#f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.tblDatas{
    margin-bottom:20px;
    border-spacing: 0px;
    border-collapse: separate;
}
.tblDatas td{
    padding: 5px;
    text-align:left;
    font-size: 20px;
}
.tblDatas tr:first-child td, .tdDataFirstTr{
    font-weight:bold; 
    font-size:14px;
    text-align:left; 
    background-color:#5c61a3;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
}
.tblDatas tr:first-child td a, .tdDataFirstTr a{
    color:white;
    float:right;
    text-decoration:none;
    font-style:italic;
    font-weight:normal;
    font-size: 20px;
}

table.showTableDetailsSmall {
    width: calc(100% - 20px);
    margin:10px;
    border: 1px solid #8d90bf;
    border-radius: 10px;
}
div.showTableDetailsSmall {
    width:calc(100% - 20px);
    border:1px solid;
    padding:10px;
    border-radius:10px;
    background-color:#f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.tblDatasSmall{
    margin-bottom:20px;
    border-spacing: 0px;
    border-collapse: separate;
}
.tblDatasSmall td{
    padding: 5px;
    text-align:left;
    font-size: 16px;
    vertical-align:top;
}
.tblDatasSmall tr:first-child td, .tdDataFirstTr{
    font-weight:bold; 
    font-size:20px;
    text-align:left; 
    background-color:#8d90bf;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
}
.tblDatasSmall tr:first-child td a, .tdDataFirstTr a{
    color:white;
    float:right;
    text-decoration:none;
    font-style:italic;
    font-weight:normal;
    font-size: 16px;
}

.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 1.3em;
    color: #000000;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
}
.droplistSmall {
    font-family: calibri;
    font-size: 1em;
    color: #000000;
    border-radius: 5px;
    margin: 3px;
    margin-bottom: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
    margin-bottom: 10px;
}

.calenderpic{
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 28px !important;
    width: 28px;
    margin-top: -10px !important;
}
.buttonAction {
    border: 0;
    background-color: #5c61a3;
    background-image: url('Images/arrow_white.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family:Calibri;
    /*margin-top: 10px;*/
}

.buttonActionDisabled {
    border: 0;
    background-color: red;
    display: inline-block;
    cursor: not-allowed;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: Calibri;

}

.SpanH3Accordion {
    font-size: 22px !important;
}

.buttonActionSmall {
    border: 0;
    background-color: #5c61a3;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    /*margin-top: 10px;*/
}

.divBlueHEader {
    font-weight:bold; 
    font-size:14px;
    text-align:left; 
    background-color:#5c61a3;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
    height:20px;
    max-width:1120px;
    padding:10px;
    /*margin:0px !important;*/
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.divRedHeader {
    font-weight:bold; 
    font-size:14px;
    text-align:left; 
    background-color:#dc3545;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
    height:20px;
    max-width:1120px;
    padding:10px;
    /*margin:0px !important;*/
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.divFirstColumn{
    text-align:left !important;
    width:calc(50% - 40px) !important;
    float:left !important;
    padding-left:20px !important;
}
.divSecondColumn {
    text-align:left !important;
    width:calc(50% - 60px) !important;
    float:left !important;
    padding-left:40px !important;
}
.isreguiredField {
    border-left: 6px solid #a94442;
}

.buttonLink
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:black !important;
    font-size:14px;
    font-weight:bold;
}

.picWithBorder {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    max-width:150px;
    max-height:200px;
    margin-top:10px;
}

.tooltip {
    background-image: url(/Images/Icons/questionmark.png);
    background-size: cover;
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.tooltip span {
    background: #adb0d1;
    color: #222;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: -70px;
    right: -70px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
}

    .tooltip span:before {
        content: '';

        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid LightSeaGreen;
        position: absolute;
        bottom: -5px;
        left: 70px;
    }

.tooltip:hover span {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.farbtastic {
    position: relative;
}

    .farbtastic * {
        position: absolute;
        cursor: crosshair;
    }

    .farbtastic, .farbtastic .wheel {
        width: 195px;
        height: 195px;
    }

        .farbtastic .color, .farbtastic .overlay {
            top: 47px;
            left: 47px;
            width: 101px;
            height: 101px;
        }

        .farbtastic .wheel {
            background: url(../../Images/farbtastic/wheel.png) no-repeat;
            width: 195px;
            height: 195px;
        }

        .farbtastic .overlay {
            background: url(../../Images/farbtastic/mask.png) no-repeat;
        }

        .farbtastic .marker {
            width: 17px;
            height: 17px;
            margin: -8px 0 0 -8px;
            overflow: hidden;
            background: url(../../Images/farbtastic/marker.png) no-repeat;
        }

.divColorExample {
    width: 16px;
    height: 16px;
    border: 1px solid rgb(0, 0, 0);
    margin: 3px;
    margin-top: -3px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#divMainClient {
    text-align: Left;
    padding: 0px;
    width: calc(100% - 24px);
    margin: 20px;
    vertical-align: top !important;
    max-width: unset !important;
    border-radius: 10px;
    display: block;
    float:left;
}
    .divNewEntry {
        background-color:#c6ffb3;
        width:calc(100% - 50px);
        padding-left:20px;
        padding-right:20px;
        margin-left:5px;
        margin-right:5px;
        border-radius:10px;
        text-align:center !important;
        vertical-align:central;

    }

.divRight {
    margin: 0;
    padding: 10px;
    display: block;
    width: calc(100% - 390px);
    margin-left: 370px;
}

.classUlBullet {
    list-style-type:disc;
    margin-left:20px;
}

    .classUlBullet li {
        list-style-type:disc !important;
    }


.ArticleListDiv {
    text-align: center;
    /*max-width:800px;*/
}

.ArticleCarousel {
}

.categoriesDiv,
.articlesDiv {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding-bottom: 20px;
}

.articlesDiv {
    width: 300px;
    height: auto;
    border: 1px #E1E1E1 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
}

    .articlesDiv img {
        width: 80%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float: none !important;
    }

    .articlesDiv .articlesDivName {
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal;
        height: auto;
        word-wrap: break-word !important;
    }

.ArticleListDiv .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.ArticleListDiv .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .ArticleListDiv .slick-list:focus {
        outline: none;
    }

.ArticleListDiv .slick-loading .slick-list {
    background: white url("./ajax-loader.gif") center center no-repeat;
}

.ArticleListDiv .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.ArticleListDiv .slick-slider .slick-list,
.ArticleListDiv .slick-track,
.ArticleListDiv .slick-slide,
.ArticleListDiv .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ArticleListDiv .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .ArticleListDiv .slick-track:before,
    .ArticleListDiv .slick-track:after {
        content: "";
        display: table;
    }

    .ArticleListDiv .slick-track:after {
        clear: both;
    }

.ArticleListDiv .slick-loading .slick-track {
    visibility: hidden;
}

.ArticleListDiv .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    max-width: 200px;
}

    .ArticleListDiv .slick-slide.slick-loading img {
        display: none;
    }

    .ArticleListDiv .slick-slide.dragging img {
        pointer-events: none;
    }

.ArticleListDiv .slick-initialized .slick-slide {
    display: block;
}

.ArticleListDiv .slick-loading .slick-slide {
    visibility: hidden;
}

.ArticleListDiv .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.ArticleListDiv .slick-slide img {
    display: inline-block;
}
.slick-slider .slick-prev, .slick-slider .slick-next{
    display:none !important;
}
.slick-slider .articlesDivPic{
    max-height:150px;
}
.slick-slider .articlesDivPic .catPic {
    max-height: 150px;

}
.slick-slider .articlesDiv, .slick-slider {
    border:none;
}


/*DropDown-Button*/
.dropbtn {
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white !important;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #4d4d4d;
    background-color: lightseagreen;
}


@media only screen and (max-width: 1140px) {}




/*------------------------------------------*/
/* neue Arnold-Styles  					    */
/*------------------------------------------*/
#headerClientPortal {
    background-color: #24471f;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin: 0 auto;
    height: 60px;
}
.lblTitel {
    display: block;
    text-align: center;
    font-size: 18px;
}
/*------------------------------------------*/
/* Content-Wrapper					        */
/*------------------------------------------*/
#contentwrapper {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: calc(100% - 70px);
    overflow: auto;
    background-color: #CBD3DB;
}
.WhiteBox {
    border: 0px solid #adb0d1;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 10px;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px
}
.txtbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
    width: calc(100% - 10px);
}
.txtbox:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
   }
.btnGreen {
    color: white;
    background-color: #24471f;
    cursor: pointer;
}
.divHeadline {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    background-color: #1c4f7a;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin: -20px 0 20px -20px;
}
