/*------------------------------------------*/
/* allgemeine Styles   					    */
/*------------------------------------------*/
/*@font-face {
    font-family: 'Segoe UI';
    src: url('Fonts/SEGOEUI.TTF') format('truetype')*/ /* Safari, Android, iOS */
/*}*/

html,
body {
    /*background-color: #dedfed;*/
    font-family: Segoe UI;
    color: #494747;
    font-size: 22px;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
.showControlMobile {
    display: none !important;
}

/*.hideControlMobile {
    display: block !important;
}
*/
.fontSmall{
    font-size: 12px;
    font-weight: normal;
}
.fontSize11 {
    font-size: 17px;
    font-weight: bold;
}
.fontSize11NotBold {
    font-size: 12px;
}
.fontSize14NotBold {
    font-size: 14px;
    font-weight:normal;
}
.fontSize16NotBold {
    font-size: 16px;
    font-weight:normal;
}
.fontSize18NotBold {
    font-size: 18px;
    font-weight:normal;
}
.fontSize20NotBold {
    font-size: 20px;
    font-weight: normal;
}
.fontSize13 {
    font-size: 22px;
    font-weight: bold;
}
.fontSize14 {
    font-size: 14px;
    font-weight: bold;
}

.fontSize16 {
    font-size: 16px;
    font-weight: bold;
}
.fontSize18 {
    font-size: 18px;
    font-weight: bold;
}
.fontSize20 {
    font-size: 20px;
    font-weight: bold;
}
.fontSize22 {
    font-size: 22px;
}

.fontSize24 {
    font-size: 22px;
    font-weight: bold;
}
.fontSize24KDNPortal {
    font-size: 24px;
    font-weight: bold;
}
.fontSize30 {
    font-size: 30px;
    font-weight: bold;
}
.fontSize34 {
    font-size: 34px;
    font-weight: bold;
}
.fontSize40 {
    font-size: 40px;
    font-weight: bold;
}

.fontSize48 {
    font-size: 48px;
    font-weight: bold;
}

.fontSize48KDNPortal {
    font-size: 48px;
    font-weight: bold;
}
.fontSize43 {
    font-size: 60px;
    font-weight: bold;
}
.fontSize160 {
    font-size: 160px;
    font-weight: bold;
}
.color495057 {
    color: #495057;
}
.color28a428 {
    color: #28a428;
}

.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;
}

.lnkButtonContent {
    display: inline-block;
    height: 30px;
    padding: 5px;
    padding-left: 30px;
    padding-right:30px;
    background-color: #28a428;
    background-position: 10px center;
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    color: #FFFFFF;
}


.lnkBlueLeft {
    margin-top:15px;
    width:140px;
    padding-left:40px;
}
.lnkBlueRight {
    margin-top:15px;
    width:140px;
    padding-right:20px;
}


/*::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/
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);	
}
.imgToolTip{
    width:15px;
    height:15px;    
}
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 */
}
/*------------------------------------------*/
/* Cookie-Hinweis      					    */
/*------------------------------------------*/
.cc_banner-wrapper {
    z-index: 99999999 !important;
}
.cc_banner{
-webkit-box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
}
.cc_container .cc_btn {
background-color: #28a745 !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #5c61a3 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
/*------------------------------------------*/
/* 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: 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: #494747;
        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, .ui-accordion .tblDatasSmallKDNPortal td {
        background-color: inherit !important;
        border-radius: 0 !important;
    }

/*------------------------------------------*/
/* Kundenportal                              */
/*------------------------------------------*/
.trButtonMarginTop input[type=submit] {
    margin-top: 10px;
}
.tdCheckBoxWrapper label{
    margin-left:10px;
}
.desktopElement{
    display:block;
}
.mobileElement{
    display:none;
}
/*------------------------------------------*/
/* 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: white;
    position: fixed;
    z-index: 1000;
    margin-top: 50px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
}
.divPopup *{
    color:#4d4d4d;
}

.divPopupBig{
    background-color:#dedfed !important;
    position:fixed;
    z-index:1000;
    margin-top:50px;
    padding:10px;
    border-radius:10px;
    border:1px solid #4d4d4d;
}
.divPopupBig *{
    color:#4d4d4d;
}

.divPopupOtherPerson {
    height:85% !important;
    overflow:auto; 
    width:70% !important;
    padding:20px !important;
    left:50% !important; 
    margin-left:-570px !important;
    top:20px !important
}

/*------------------------------------------*/
/* Header					        		*/
/*------------------------------------------*/
#headerwrapper {
    max-width: 100%;
    height: 134px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    z-index: 9999999;
}
#header {
    background-color: white;
    width:calc(100% - 200px);
    padding-left:100px;
    padding-right:100px;
    margin:0 auto;    
    height:100px;
}
#headerClientPortal {
    background-color: #595959;
    width: 100%;
    padding: 0;
    height: 70px;
    margin: 0 auto;
}
#lnkStartpage {
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    width: 246px;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
}
#lnkCompanyLogo {
    width: 300px;
    height: 80px;
    display: block;
    margin-top: 10px;
    float: left;
}

#divLogosMobile{
    display:none;
}


.IntroText {
    padding: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #FFFFFF;
    background-color: #c00;
    margin-top: 0px;
}

.IntroTextHeadLine {
    font-weight:bold;
    text-align:center;
    width:100%
}
/*------------------------------------------*/
/* Site-Box					        	*/
/*------------------------------------------*/
.SiteBox {
    width: calc(100% - 24px);
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 10px;
    padding: 10px;
}

ColoredHEadline {


}

.SiteBox div {
    position: relative;
    display: inline-block;
    text-align: left;
    /*width:18%;*/
    vertical-align: middle;
    /*line-height: 1.2em;*/
}

.SiteBox .TextOverAll {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    position: relative;
    color: #494747;
    display: inline-block;
}

.SiteBox .Picture {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    position: relative;
    color: #494747;
    display: inline-block;
}

.SiteBox .TextBetweenPicture3Columns {
    margin-left: 10px;
    margin-right: 10px;
}

.SiteBox .TextBetweenPicture2Columns {
    margin-left: 10px;
    margin-right: 10px;
}

.SiteBox .ExclamationMark {
    width: 10%;
}

.SiteBox .LeistungenText:last-child {
    width: 17%;
}

.SiteBox a:hover {
    text-decoration: underline;
}


/*------------------------------------------*/
/* White-Box					        	*/
/*------------------------------------------*/
.WhiteBox {
    border:2px solid #adb0d1;
    width: calc(100% - 24px);
    max-width:1116px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    margin-top:10px;
    padding:10px;
}

.WhitBoxDivShadow {
    webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    border-radius: 10px;
    border:none;
}

.WhiteBox div{    
    position: relative;
    display:inline-block;
    text-align:left;
    /*width:18%;*/
    vertical-align:middle;
    line-height: 1.2em;
}
.WhiteBox .TextOverAll {    
    width: calc(100% - 20px);    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBox .Picture {    
    width: 30%;    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBox .TextBetweenPicture3Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBox .TextBetweenPicture2Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBox .ExclamationMark {
    width:10%;
}
.WhiteBox .LeistungenText:last-child{
    width: 17%;   
}

.WhiteBox a:hover {
    text-decoration: underline;
}


.WhiteBoxNotRelative {
    border:2px solid #adb0d1;
    width: calc(100% - 24px);
    max-width:1116px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    margin-top:10px;
    padding:10px;
}
.WhiteBoxNotRelative div{    
    display:inline-block;
    text-align:left;
    /*width:18%;*/
    vertical-align:middle;
    line-height: 1.2em;
}
.WhiteBoxNotRelative .TextOverAll {    
    width: calc(100% - 20px);    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBoxNotRelative .Picture {    
    width: 30%;    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBoxNotRelative .TextBetweenPicture3Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBoxNotRelative .TextBetweenPicture2Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBoxNotRelative .ExclamationMark {
    width:10%;
}
.WhiteBoxNotRelative .LeistungenText:last-child{
    width: 17%;   
}

.WhiteBoxNotRelative a:hover {
    text-decoration: underline;
}


.BlueBox a:visited {
   /*color: blue;*/
}

.divNoColoredLink a:visited{
    color: blue !important;
}

/*------------------------------------------*/
/* Navigation					        	*/
/*------------------------------------------*/
.BlueBox {
    border:0px solid #adb0d1;
    width: calc(100% - 20px);
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    margin-top:10px;
    padding:10px;
    background-color:#dedfed;
}
.BlueBox div{    
    position: relative;
    display:inline-block;
    text-align:left;
    vertical-align:middle;
    line-height: 1.2em;
}
.BlueBox .TextOverAll {    
    width: calc(100% - 20px);    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.BlueBox .Picture {    
    width: 30%;    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.BlueBox .TextBetweenPicture3Columns {
    margin-left:10px;
    margin-right:10px;
}
.BlueBox .TextBetweenPicture2Columns {
    margin-left:10px;
    margin-right:10px;
}
.BlueBox .ExclamationMark {
    width:10%;
}
.BlueBox .LeistungenText:last-child{
    width: 17%;   
}

.BlueBox a:hover {
    text-decoration: underline;
}

/*------------------------------------------*/
/* Navigation					        	*/
/*------------------------------------------*/
.divMenueDesktop{
    width:100%;
    display:inline-block;
    float:left;
}
    .divMenueDesktop a {
        width: 330px;
        margin: 0;
        padding: 10px;
        height: 30px;
        display: block;
        border: none;
        color: white !important;
        text-decoration: none;
        border-bottom: 1px solid white;
        font-weight: bold;
        line-height: 30px;
    }
    .divMenueDesktop a:hover {
        text-decoration: underline;

    }
        .divMenueDesktop a.activ {
            text-decoration: underline;
            background-image: url('Images/arrow_white.png');
            background-position: 10px center;
            background-repeat: no-repeat;
            text-align:center;
        }
        .divMenueDesktop a.subLink {
            padding-left: 40px;
            width: 300px !important;
            background-color: #8d90bf;
            border-bottom: 2px solid white;
        }

        .topnav {
            display: none;
        }
#naviTop, #naviTopKundenportal {
    width: 500px;
    right: 0;
    height: 80px;
    position: relative;
    top: 0;
    display: inline;
}
    #naviTop ul, #naviTopKundenportal ul {
        list-style-type: none;
        float: right;
        margin-top: 15px;
    }
    
    #naviTop ul li, #naviTopKundenportal ul li{
            float: left;
            height: 70px;
            padding-left: 5px;
            padding-right: 5px;
            text-align: center;
        }
#lnkEmergency, #lnkAccount, #lnkLockPass, #lnkContactPortal, #lnkOrderTestACC {
    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, #lnkContactPortal, #lnkOrderTestACC {
    color: #fff;
    background-color: #5c61a3;
    border-color: #5c61a3;
    font-weight: bold;
   
}




.lnkOrderTestACC {
    background-color: white !important;
    border: 1px solid #5c61a3 !important;
    color: #5c61a3 !important;
    text-decoration: none;
    border-radius: .25rem;
}
.lnkOrderACC {
    background-color: white !important;
    border: 1px solid #5c61a3 !important;
    color: #5c61a3 !important;
    text-decoration: none;
    border-radius: .25rem;
}


#lnkEmergency, #lnkLockPass {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: bold;
}
#naviTop ul li a:hover, #naviTopKundenportal ul li a:hover {
    text-decoration: underline;
}
#liLanguageChange {
    width: 50px;
}
#liLanguageChange .btnChangeLaguage:first-child {
    margin-top: 33px;
}
.btnChangeLaguage {
    margin-top: 5px;
}

/*------------------------------------------*/
/* Footercontact					        */
/*------------------------------------------*/
#divFooterContact{
    width: 100%;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
    height:280px;
}
#divKennstduEinen{
    width: 100%;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
}
#ContactPicture {
    width:160px;
    height: 190px;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
#ContactPicture img {
    max-height:220px;
    -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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#ContactInfo {
    width: calc(50% - 110px);
    height: 190px;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    display: inline-block;
}
#ContactMap {
    width: calc(50% - 110px);
    height: 190px;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
#ContactMap iframe{
    width:100%;
    height:100%;
    border:none;
    -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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*------------------------------------------*/
/* FOOTER       					        */
/*------------------------------------------*/
#footer {
    min-height: 70px;
    margin-top: 20px;
    padding-top: 5px;
    width: 100%;
    background-color: #595959;
    clear: left;
}

#footernav{
    text-align:center;
    margin-top:20px;
}
#footernav a{
    margin-left:10px;
    margin-right:10px;
}
#footernav a:hover{
    text-decoration:underline;
}
#footernav *{
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.mynavfooter {
    margin-left:20px;
}
.mynavfooter ul{
    width:100%;
    margin:0px;
    padding:0px;
}
.mynavfooter li{
    width:150px;
    list-style-type:none;
    line-height:25px; 
     
}
.mynavfooter li a{
    font-size: 1em;
    color: #FFFFFF;
    text-decoration:none;
}
/*------------------------------------------*/
/* Startseite      					        */
/*------------------------------------------*/

.contenthr {
    width: calc(100% - 2px);
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
/* Leistungen */


/*DocSafe*/
#divDocSafe {
    border:2px solid #adb0d1;
    width: calc(100% - 24px);
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    margin-top:10px;
    padding:10px;
}
#divDocSafe div{    
    position: relative;
    display:inline-block;
    text-align:center;
    width:18%;
    vertical-align:middle;
    line-height: 0.8em;
}
#divDocSafe .LeistungenText {    
    width: 33%;    
    position: relative;
    color: #494747;
    display:inline-block;
}
#divDocSafe .LeistungenText:last-child{
    width: 17%;   
}

#divDocSafe a:hover {
    text-decoration: underline;
}



/* Pass Vorderseite & Rückseite*/



#Home #divCardFront {
    width: 50%;
    margin-top: 20px;
    display:inline-block;
    height:300px;
}
#divCardBack {
    width: calc(50% - 5px);
    border-left: 1px solid #000000;   
    display:inline-block;
    margin-top: 20px;
    height:300px;
}
#divCardBack #CardBackText {
    height: 100%;
}
.imageCardWithShadow {
    webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
    max-width:100%;
    max-height:250px;
}


.image3Picture {
    webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
    max-width:100%;
    max-height:200px;
}
/* Register */


/* EXAMPLE */

#divExample {
    width: 100%;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;    
    margin-top:20px;
    
}
#divExample div:first-child{
    text-align:center;
}
#divExample div:last-child{
    text-align:left;
}
#divExample div{
    width:48%;
    margin:0;
    padding:0;
   display:inline-block;
   vertical-align:middle;
}

.mobilecontenthr {
    display: none;
}

/*------------------------------------------*/
/* 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;
}
.ckbText input[type=checkbox] {
    visibility: hidden;
    display:none;
}
.ckbText  input[type="checkbox"] + label::before {
    content: url('Images/ckb_unchecked.png');
    height:20px;
    width:20px;
    margin-right:10px;
    position:relative;
    cursor:pointer;   
}
.ckbText input[type="checkbox"]:checked + label::before {
    content: url('Images/ckb_checked.png'); 
}
.ckbText label{
    font-style:italic;
    display:flex;
    font-size:14px;
}
#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;
}
/*------------------------------------------*/
/* SERVICE      					        */
/*------------------------------------------*/
.h3Service{
    padding-left: 30px;
    font-weight: bold;    
    background-position: left top;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 28px;
}
.h3ClientArea{
    background-image: url('Images/head_small.png');
}
.h3Storage{
    background-image: url('Images/padlock.png');
}
#divServiceBlue{
    width:calc(100% - 110px); 
    background-color:#B1C8DA;
    background-image: url('Images/phone.png');
    background-position: 700px center;
    background-repeat: no-repeat;
    padding:55px;
    padding-top:30px;
}
#divServiceBlue .lnktest{
    margin-right:50px;
}
/*------------------------------------------*/
/* 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;
}
.divPasswordForgetWrapper{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(Images/TransparentBackGround.png);
    z-index:100;
}
#divPasswordForget{
       position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
}
.lnkSmall{
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #212E50;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}
.divPasswordForgetWrapper .lnktest{
    margin:5px 50px;
}
/*------------------------------------------*/
/* ACCOUNT ALLGEMEIN    			        */
/*------------------------------------------*/
#divAccountContent{
    padding:20px;
}
#divAccountContent h3{
    text-decoration:underline;
}
#divAccountContent table tr{
    vertical-align:top;
}
#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);
}
.txtShort{
    width:50px;
}
.txtMedium{
    width:75px;
}
.lnkLightBlue{
    display: block;
    width: 250px;
    height: 30px;
    padding: 5px;
    padding-left: 5px;
    padding-left: 30px;
    background-color: #B1C8DA;
    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: 1.1em;
    color: #212E50;
}
.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);
}
/*------------------------------------------*/
/* NEW DEPOSIT     					        */
/*------------------------------------------*/
.divNewArticleLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
#divNewArticleRight{
    width:49%;
    float:right;
    margin-left:1%;
}

#divArtPicSlider{
    width:100%;    
}
.ibtnChangePicture{
    display:inline-block;
    width:21%;
    margin-right:3%;
    margin-bottom:5px;
    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);
}
.ibtnChangePicture:nth-child(4n){
    margin-right:0;
}
.ibtnDeleteImage{
    float: right;
    margin-bottom: -25px;
    margin-right: -10px;
    position: relative;
    height: 40px;
}
#tblFiles{
    width:100%;
}
#tblFiles td:first-child{
    width:80%;
}
#tblFiles .ibtnDeleteFile{
    width:25px;
    height:25px;
    float:right;
}
#tblFiles .lnkFile{
    color:#212E50;
    text-decoration:none;
}
#divNewDeposit hr{
    margin:0 !important;
    color:#212E50;
}
.txtDesiredPrice{
    text-align:right;
}
.txtDesiredPrice:invalid{    
    border:2px solid red;
}
.txtDesiredPrice:placeholder-shown {
    border: 1px solid red; /* Red border only if the input is empty */
}

.divCategory{
    text-align:center;
}

.divCategoryList{

    width:200px;
    margin:0 auto;
}
.divCategoryList .btnSelectCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: left;
cursor:pointer;
}
.divCategoryList .isWithChilds{
    background-image: url('Images/pfeil.png');
    background-position: 185px center;
    background-repeat: no-repeat;
    background-size:10px;
}

.divCategoryList .isActiveCategory
{
    border:1px solid black;
    -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);
}

.divCategory .btnChooseCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: center;
cursor:pointer;
}

.catdiv{
    display:inline-block; 

}
.activeCategory{
    font-weight:bold;
}




/*------------------------------------------*/
/* ACCOUNT      					        */
/*------------------------------------------*/
#divAccountLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
#divAccountRight{
    width:49%;
    float:right;
    margin-left:1%;
}
.divPasswordWrapper{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(Images/TransparentBackGround.png);
    z-index:100;
}
#divPassword{
       position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
}
#divAccoutDelete{
    position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
}
#divAccoutDelete .lnktest{
    margin-top:10px;
}
#tblAccountContent td{
    padding:10px;
}
#tblAccountContent td td{
    padding:0px;
}
.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;
}
.HoverNodeStyle
{

}
.SelectedNodeStyle
{

}
.divExtraData select, .divExtraData input[type=text]{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #d9d9d9; 
    outline:0; 
    height:17px; 
    padding:5px;
    width:calc(100% - 10px);
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}
/*------------------------------------------*/
/* DEPOSITLIST     					        */
/*------------------------------------------*/
.spanHeaderDark
{
    padding:5px;
    width:calc(100% - 10px);
    background-color:#212E50;
    color:white;
    display:inline-block;
}
.spanHeaderLight{
    padding:5px;
    width:calc(100% - 10px);
    background-color:#B1C8DA;
    color:#212E50;
    display:inline-block;
}
.blink_me{
    color:red;
text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.divArticleWrapper{
    margin-top:10px;
}
.divArticleImage{
    width:180px;
    min-height:50px;
    float:left;
}
.divArtName, .divArtDetails{
    width:calc(50% - 90px);
    float:left;
}
.divArtDetails{
    text-align:right;
}
.divButtons{
    width:100%;
    text-align:right;
}
.artDetails, .divArtDetails{
    /*margin:10px;*/
}
.btnEditDeposit{
    margin-left:10px;
}
.spanTitel{
    font-size:20px;
}
.spanIdent{
    color:#B3CADC;
}
.divPopup{
    position:fixed;
    z-index:1000;
    width:500px;
    height:250px;
    background-color:white;
    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);
}

.divPopupBig{
    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;
}
.ListTable th {
    background-color: #595959 !important;
    color: white !important;
    text-align: left !important;
    font-size: 16px !important;
}
.ListTable td{
    font-size:16px !important;
    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         					*/
/*------------------------------------------*/
#divArticleDetails, #divOfferDetails{
    width:50%;
    float:left;
}
#divOfferDetails{
    text-align:right;
}
/*------------------------------------------*/
/* CHECKOUTDATA         					*/
/*------------------------------------------*/
.divAccountLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
.divAccountRight{
    width:49%;
    float:right;
    margin-left:1%;
}


#slideshowWrapper{position:relative;width:170px;margin:auto;}
#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;}
#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;
  
}






.rblPaymenttypes td {   
    padding-bottom: 10px;
}
.rblPaymenttypes td label{
    margin-left:20px;
    font-size:16px;
}
.ckbLabelStyle label{
    vertical-align:middle;
}

.tblFAQ {border:1px solid #000;     
         -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:0 auto;

}

.tblFAQ th
{
    font-weight:bold;
    text-align:center !important;
}
.tblFAQ th, .tblFAQ td{
    padding:5px;
}
.tblFAQ tr:nth-child(even){
  background-color: #B1C8DA;
}





.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-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.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-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;
}
.baseDataLinkNew {
    font-size: 14px;
    width: calc(100% - 6px);
    height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #5c61a3;
    background-color: #fff;
    /*border: 1px solid #28a428;*/
    line-height: 40px;
    margin: 2px;
}

.baseDataLinkSubMenueNew {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border: none;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    font-size: 18px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #5c61a3;
    background-color: #fff;
    white-space: nowrap;
}
    .baseDataLinkSubMenueNew:hover {
        font-weight:bold;
    }

    .dropbtnMenue {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: white !important;
        /*padding: 16px;*/
        font-size: 14px;
        border: none;
        border-radius: 10px;
        width: 100%;
        height: 20px;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0px;
        display: inline-block;
        cursor: pointer;
    }

.dropdownMenue {
    position: relative;
    display: inline-block;
    width:100%;
}

.dropdownMenue-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left:2px;
    margin-top: 22px;
    background-color: white;
    border: 1px solid #28a428;
    border-radius: 5px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: calc(100% - 4px);

}

    .dropdownMenue-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdownMenue:hover .dropdownMenue-content, .dropdownMenue:active .dropdownMenue-content {
    display: block;
}

.ahrefBox {
    width: calc(33% - 24px);
    height: 350px;
    padding: 0px;
    text-align: center;
    background-color: white;
    border: 2px solid #28a428;
    margin: 10px;
    float:left;
}

.ahrefBoxIMG {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
    width: 300px
}

.ahrefBoxSpan {
    width: 100%;
    background-color: #28a428;
    color: white;
    text-align: center;
    display: inline;
    top: 320px;
    float: right;
    position: relative;
}

#divMenue .baseDataLinkNew {
    font-size: 1.2em;
}


#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;
}


.tblDatasSmallKDNPortal {
    margin-bottom: 20px;
    border-spacing: 0px;
    border-collapse: separate;
}

.trKdnPortalDesktop {
    display:table-row !important;
}
.trKdnPortalMobil {
    display:none !important;
}

.tblDatasSmallKDNPortal td {
    padding: 5px;
    text-align: left;
    font-size: 20px;
    /*vertical-align: top;*/
}

.tblDatasSmallKDNPortal tr:first-child td, .tdDataFirstTr {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    background-color: #8d90bf;
    color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tblDatasSmallKDNPortal tr:first-child td a, .tdDataFirstTr a {
    color: black;
    float: right;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
}


.droplist
{
    padding: 0px;
    font-size: 1.3em;
    color: #000000;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
}
.droplistSmallPrint
{
    padding: 0px;
    font-size: 1.3em;
    color: #000000;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
}
.droplistSmall {
    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;
}
.calenderpicsmall{
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 20px !important;
    width: 20px;
    margin-top: -10px !important;
}
.calendarBig .ajax__calendar_container{
    z-index:999;
    zoom:150%;
    left:-205px !important;
}
.calendarBig .ajax__calendar_container div{
    z-index:999;
    text-align: center;
    display:block;
}

.calendarBigPopup .ajax__calendar_container{
    z-index:999;
    zoom:150%;
    left:130px !important;
    top: unset !important;
    /*left:-205px !important;*/
}
.calendarBigPopup .ajax__calendar_container div{
    z-index:999;
    text-align: center;
    /*display:block;*/
}
.buttonAction {
    border: 0;
    background-color: #595959;
    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: Segoe UI;
    /*margin-top: 10px;*/
}

a.buttonAction {
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.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;

}
.buttonActionKDNPortal {
    border: 0;
    background-color: #595959;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    -webkit-appearance: none;
    font-family: Segoe UI;
    /*margin-top: 10px;*/
}

.buttonNew_Green {
    border: 0;
    display: inline-block !important;
    cursor: pointer;
    float: right;
    bottom: -55px;
    position: relative;
    z-index: 50;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 22px;
    text-decoration: none;
    background-color: #c6ffb3;
    color: black !important;
    font-weight: bold !important;
    padding: 5px !important;
    height: auto;
    width: 450px !important;
    text-align: center;
}

.SpanH3Accordion {
    font-size: 22px !important;
}



.buttonActionNoArrowPrint {
    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: 280px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    visibility: visible;
    /*margin-top: 10px;*/
}
.buttonActionNoArrowPrintMobil {
    visibility:hidden;
    display:none;
}

.buttonActionSmall {
    border: 0;
    background-color: #595959;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    /*margin-top: 10px;*/
}

.buttonMenueDropDown {
    border: 0;
    background-color: #5c61a3;
    display: inline-block;
    cursor: pointer;
    color: white !important;
    width: 160px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.ButtonMenue {
    background-position: 10px center;
    display: block;
    height: 46px;
    background-color: transparent;
    width: 100%;
    color: #5c61a3;
    font-size: 18px;
    font-weight: bold;
    background-size: 35px !important;
    text-align: left;
    padding-left: 40px;
    border: 0px;
    /*border-style: solid;
*/ border-color: #5c61a3;
    margin-top: 10px;
    box-shadow: 1px -1px 0 2px #5c61a3, -1px -1px 0 2px #5c61a3, -1px 1px 0 2px #5c61a3, 1px 1px 0 2px #5c61a3, 0 0 0 2px #E94E3D
    /*transition: Background-color 2s;*/
    /* transition: width 2s, height 2s, transform 2s;*/
}

.ButtonPresent {
    visibility: visible;
    display: inline-block;
    background: url('/../Images/Geschenk.png') no-repeat;
    width: auto;
    padding: 0;

    margin: 0 ;
    line-height: 50px;
    padding-left: 50px;
    background-position: 10px;
    padding-right: 10px;
    color: #5C61A3;
    box-shadow: unset;
    background-color: white;
}

.ButtonPresentMobil {
    visibility: hidden;
    display: none;

    background: url('/../Images/Geschenk.png') no-repeat;
    width: auto;
    padding: 0 !important;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 !important;
    line-height: 50px !important;
    padding-left: 50px !important;
    background-position: 10px;
    padding-right: 10px !important;
    color: #5C61A3 !important;
    margin-top: 10px !important;
    box-shadow: unset !important;
}


/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */
.animated-button {
    /*background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);*/
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

    .animated-button::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #8592ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button:hover::before {
        opacity: 0.2;
    }

    .animated-button span {
        position: absolute;
    }

        .animated-button span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#d92626));
            background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #d92626);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #d92626);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #d92626);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #d92626);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


.buttonActionSmallKDNPortal {
    border: 0;
    background-color: #595959;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 150px;
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    -webkit-appearance: none; /*margin-top: 10px;*/
}
.divBlueHEader {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    background-color: #595959;
    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;
}

.divBlueHeaderKDNPortal {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    background-color: #595959;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 20px;
    max-width: unset;
    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;
}
.divRedHeaderKDNPortal {
    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;
}
.btnActionBlue {
    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: 1.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;
    text-decoration:none;
    width:250px;
    color: #fff;
    background-color: #5c61a3;
    border-color: #5c61a3;
    font-weight: bold;
}
.btnActionRed {
    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: 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;
    text-decoration:none;
    width:200px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight:bold;
}

.buttonTouchSmall
{
	width:24px;
	height:24px;
}
.buttonEdit
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Edit.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonSecure
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/secure.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonSecureActive
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/secure_active.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonTransfer
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Transfer.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonSearch
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}

.buttonSearchKDNPortal {
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/search.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    /*background-size: 20px !important;*/
    width: 25px;
    vertical-align: middle;
}
.buttonSearchBig 
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonAdd {
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/Add.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}

.buttonOk {
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/OK_Green.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}

.buttonNew_Blue
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Add_Blue.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    width: 40px;
    height: 40px;
}


.buttonDelete
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Trash.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonDelete_Blue
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Trash_Blue.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    width: 40px;
    height: 40px;
}

.buttonTransfer_Blue
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Transfer_Blue.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    width: 40px;
    height: 40px;
}
.buttonRelease_Blue
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/People_Blue.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    width: 40px;
    height: 40px;
}



.buttonLink
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:black !important;
    font-size:14px;
    font-weight:bold;
}

.buttonLink32
{
    height:32px !important;
    background-size: 26px !important;
    width:auto !important;
    padding-left:25px;
    color:black !important;
    font-size:14px;
    font-weight:bold;
}
.buttonLink35 {
    height: 35px !important;
    background-size: cover !important;
    width: 35px !important;
    padding-left: 25px;
    color: black !important;
    font-size: 14px;
    font-weight: bold;
    margin: 5px !important;
}
.buttonLinkDisabled
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:lightslategrey !important;
    font-size:14px;
    font-weight:bold;
}
.buttonSearchBig 
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/search.png);;
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonSearch
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/search.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}
#divContact {
    width: 100%;
}

.PictureOKGreen
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Ok_Green.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
    /*height: 32px !important;
    background-size: 26px !important;
    width: 32px !important;*/
}
.PicturePrintNHP
{
	background-color:transparent;
	border:0;
	background-image:url(../../Images/Icons/Card.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
    height: 25px !important;
    background-size: cover !important;
    width: 40px !important;
}

.PictureSmallEdit {
    width: 25px;
    height: 25px;
    z-index: 1;
    border: 0;
    background-image: url(/Images/Icons/Edit.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
}
.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% - 310px);
    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;

    }




#divLeft {
    background-color: #5c61a3;
    margin: 0;
    width: 350px;
    /*height: 100%;*/
    display: block;
    float: left;
    position: relative;
}


.divRight {
    margin: 0;
    padding: 10px;
    display: block;
    width: calc(100% - 80px);
    margin-left: 80px;
}

.lnkHideMenu {
    border: 0;
    background-color: #5c61a3;
    background-image: url('Images/arrow_white_back.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-left: 30px;
    height: 20px;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}

.lnkShowMenu {
    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;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-left: 30px;
    height: 20px;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}
.divMenueDesktop{
    display:table;
    height:100%;
}
#divToggleMenu {
    float: right;
    width: 40px;
    background-color: #5c61a3;
    height: 100%;
    display: table;
    background-repeat: repeat-y;
    background-position-x: 10px;
    cursor: pointer;
}
.divHideMenu {
    background-image: url('Images/btn_hide_menu.png');
}
.divShowMenu {
    background-image: url('Images/btn_show_menu.png');
}
.divMenueDesktop a{
    width:330px !important;
}


#divUser {
    width: 100%;
    text-align: right;
}

.ddlUserDropDown {
    width:30%
}
.btnGerman{
    background-image: url('Images/deutsch.png');
    height:40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    margin-top: -10px;
    margin-left: 10px;
    background-size: cover;
    width: 60px !important;
    vertical-align:middle;
}
.btnEnglish{
    background-image: url('Images/englisch.png');
    height:40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    margin-top: -10px;
    margin-left: 10px;
    background-size: cover;
    width: 60px !important;
    vertical-align:middle;
}

.divScrollWithContainer {
    width:auto; 
    text-align:right;
    position:fixed;
    background-color:white;
    z-index:9999;
    border:2px solid #adb0d1;
    right:1px;
    padding:10px;
}

/*WEBINARFLY*/
.SlidePanelRight {
            top: 50%;
            right: -220px;
            height:220px;
            padding:10px;
            margin-top:-115px;
            width: 260px;
            border-style: solid;
            border-width: 1px;
            border-color: #c00;
            border-right:0px;
            position: fixed;
            z-index: 3000;
            background-color: white;
            text-align: center;
        }
        .TextRotateRight 
        {
	        color:#495057;
	        writing-mode:tb-rl;
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
	        white-space:nowrap;
	        display:block;
	        bottom:0;
	        width:20px;
	        height:20px;
	        font-size:16px;
	        font-weight:bold;
	        margin-left: 10px;
            margin-top:140px;	        
        }
        #divRegistration
        {
	        margin-left:50px;
        }
        #slidearrowRight
        {
	        cursor:pointer;
	        margin-top:5px;
	        margin-left:0px;
        }

.classUlBullet {
    list-style-type:disc;
    margin-left:20px;
}

    .classUlBullet li {
        list-style-type:disc !important;
    }
    .PartnerPhoto {
    max-width:160px;
    max-height:320px;
}

.divPopupVideo {

    background-color:#dedfed !important;
    position:fixed;
    z-index:1000;
    margin-top:50px;
    padding:10px;
    border-radius:10px;
    border:1px solid #4d4d4d;
    height:auto; 
    width:830px;
    padding:5px; 
    left:20%
}

.divVideoPopup {
    width:100%;
    min-width:825px;
    text-align:center;
    display: inline-block;
}
/********************************/
/* SLIDER NEUE ARTIKEL          */
/********************************/
.divShowPartnerSite .title, .divShowPartnerSite .title {
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.ArticleListDiv {
    text-align: center;
    /*max-width:800px;*/
}

.ArticleCarousel {
}

#noHit {
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

.categoriesDiv,
.articlesDiv, .articlesDivSlide {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding-bottom: 20px;
}

.articlesDiv, .articlesDivSlide {
    width: 300px;
    height: auto;
    border: 1px #E1E1E1 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
}

    .articlesDiv img, .articlesDivSlide img {
        width: 80%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float: none !important;
    }

    .articlesDiv .articlesDivName, .articlesDivSlide .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 .articlesDivSlide{
    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;
}




/* Dokumentengeneratorbuttons */

#DocumentGeneratorButtonWrapper *, #DocumentGeneratorButtonWrapperLastWill * {
    margin: 0;
    padding: 0;
}

#DocumentGeneratorButtonWrapper, #DocumentGeneratorButtonWrapperLastWill, #DocumentGeneratorButtonWrapper .center, #DocumentGeneratorButtonWrapperLastWill .center {
    text-align: center;
}

    #DocumentGeneratorButtonWrapper .square25Percent, #DocumentGeneratorButtonWrapperLastWill .square25Percent {
        width: calc(25% - 40px);
        margin: 10px;
        height: 0;
        padding-bottom: calc(25% - 40px);
        background-color: white;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.3);
        -webkit-transition: .4s cubic-bezier(0,0,.2,1);
        transition: all .4s cubic-bezier(0,0,.2,1);
        cursor: pointer;
        background-color: #c6ffb3;
    }

        #DocumentGeneratorButtonWrapper .square25Percent *, #DocumentGeneratorButtonWrapperLastWill .square25Percent * {
            font-size: 20px;
            text-decoration: none;
            color: black;
            text-transform: uppercase;
        }

        #DocumentGeneratorButtonWrapper .square25Percent:hover, #DocumentGeneratorButtonWrapperLastWill .square25Percent:hover {
            -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);
        }

    #DocumentGeneratorButtonWrapper .imgIcon, #DocumentGeneratorButtonWrapperLastWill .imgIcon {
        display: block;
        margin: 20px auto;
        width: calc(100% - 40px);
    }

.divBlueBarWithArnoldLogo {
    width: calc(100% - 120px);
    height: 60px;
    background-color: #10507D;
    padding-left: 120px !important;
}

    .divBlueBarWithArnoldLogo.small {
        width: 300px;
        margin: 0 auto;
        position: relative;
        border-radius: 3px;
    }

    .divBlueBarWithArnoldLogo .imgLogoArnold {
        left: 20px;
        top: -10px;
        position: absolute;
        display: inline-block;
        z-index: 1000;
        width: 80px;
        height: auto;
    }

    .divBlueBarWithArnoldLogo a, .divBlueBarWithArnoldLogo {
        font-weight: bold;
        font-size: 18px;
        color: white;
        line-height: 60px !important;
        text-decoration: none;
    }





@media only screen and (max-width: 1140px) {
    #DocumentGeneratorButtonWrapper .square25Percent, #DocumentGeneratorButtonWrapperLastWill .square25Percent {
        width: calc(50% - 30px);
        margin: 10px;
        height: 0;
        padding-bottom: calc(50% - 30px);
        display: inline-block;
        border-radius: 3px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.3);
        -webkit-transition: .4s cubic-bezier(0,0,.2,1);
        transition: all .4s cubic-bezier(0,0,.2,1);
        cursor: pointer;
    }

    #DocumentGeneratorButtonWrapper .imgIcon, #DocumentGeneratorButtonWrapperLastWill .imgIcon {
        display: block;
        margin: 10px auto;
        width: calc(100% - 20px);
    }

    #DocumentGeneratorButtonWrapper .square25Percent *, #DocumentGeneratorButtonWrapperLastWill .square25Percent * {
        font-size: 18px;
        line-height: 14px;
        font-weight: bold;
    }
}


/*
########################################################
                KUNDENPORTAL
########################################################
*/


/*------------------------------------------*/
/* Loginseite       				        */
/*------------------------------------------*/
#divLoginWhite  {
    width: calc(50% - 20px);
    padding: 10px;
    margin-top: 20px;
}

#divLogin {
    background-color: white;
    text-align: justify;
    padding: 10px;
    margin-top: 0px;
    width: calc(100% - 20px);
}

#divLoginWhite .droplistSmall {
    width: calc(100% - 40px);
    max-width: 500px;
}
#divLoginWhite .droplistSmall {
    width: calc(100% - 40px);
    max-width: 300px;
}



/*------------------------------------------*/
/* Kundenportal allgemein			        */
/*------------------------------------------*/
#contentwrapper {
    margin: 0 auto;
    background-color: #FFFFFF;
    height: calc(100% - 134px);
    /*min-height: 898px !important;*/
}
#contentwrapper, html, body {
    background-color: #e6e6e6;
}
.divRightKundenPortal {
    width: calc(100% - 90px);
    margin-left: 70px;
    padding: 10px;
}
#lnkStartpageNew {
    display: none;
}

#divLogoAndHelpText {
    width: 260px;
    float: left;
    margin-top: 20px;
}
#divHelpText {
    font-size: 14px;
}
.WhiteBoxKDNPortal {
    background-color: white;
}

.fontSize24KDNPortal {
    font-size: 22px;
}

.buttonActionKDNPortal {
    font-size: 20px;
}

.fontSize20NotBold {
    font-size: 16px;
}

.droplist {
    font-size: 16px;
}

.SpanH3Accordion {
    font-size: 18px !important;
}

.buttonNew_Green {
    font-size: 18px;
}

.buttonActionSmallKDNPortal {
    font-size: 16px !important;
}

.showTableDetailsSmall .buttonActionSmallKDNPortal {
    height: 30px;
}

.tblDatasSmallKDNPortal tr:first-child td, .tdDataFirstTr, .tblDatasSmallKDNPortal td {
    font-size: 16px;
}

.buttonLink25 {
    height: 25px !important;
    background-size: cover !important;
    width: 25px !important;
    padding-left: 25px;
    color: black !important;
    font-weight: bold;
    margin: 5px !important;
}

.redHintText {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

/*------------------------------------------*/
/* Persönliche Daten    			        */
/*------------------------------------------*/
#divPersonalDataWrapper #divPersonalDataLeft {
    width: 220px;
    vertical-align: top;
    margin-left: 10px;
    text-align:center;
}

#divPersonalDataWrapper #divPersonalDataRight {
    width: calc(100% - 240px);
}

#divPopUpEmergencyArea {
    height: 800px;
    width: calc(100% - 100px);
    padding: 5px;
    left: unset;
    top: 10px;
    margin: 0 auto;
    position: relative;
}

.buttonFATouch {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 18px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 17px;
    margin: 10px;
}
