* {font-size:17px;margin: 0;padding: 0;box-sizing: border-box;font-family: 'Arial', sans-serif;}
body{line-height: 1.6;color: #333;}
        
a {text-decoration: none;color: inherit;}
a:active, a:hover { color: #0033cc; text-decoration:underline; }

h1{font-weight: bold;font-size: 25px; line-height: 35px;color:#10b981;letter-spacing:1px;margin-top:5px;margin-bottom:5px;}
h2{font-weight: bold;font-size: 25px; line-height: 30px;margin-top:5px;margin-bottom:5px;}
h3{font-weight: bold;font-size: 23px; line-height: 30px;color:#666666;margin-top:5px;margin-bottom:5px;}
.navbar {background-color: #ffffff;border-bottom:1px solid #e7e7e7;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;width: 100%;z-index: 1000;display: flex;justify-content: space-between;align-items: center;padding: 5px 5%;transition: all 0.3s ease;}
        
.logo {font-size: 24px;font-weight: bold;color: #10b981;}
.website{font-weight: bold;font-size: 25px; line-height: 35px;color:#10b981;letter-spacing:1px;margin-top:5px;margin-bottom:5px;}
        
.language-switcher {position: relative;cursor: pointer;height:44px;line-height:44px;color: #10b981;}
.language-switcher select {padding: 5px 10px;color:#10b981;border: 1px solid #ddd;border-radius: 4px;background-color: #fff;cursor: pointer;}



.language-switcher ul{ width:260px;margin:0;padding:0;position:absolute;right:0;left:auto;top:100%;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.language-switcher ul{display: none;}
.language-switcher:hover ul{display:block;position:absolute; z-index:1001;}
.language-switcher ul li{float:left;width:130px;height:38px;line-height:38px; list-style:none;overflow:hidden;margin:0px;letter-spacing:1px;margin-right:-1px;margin-bottom:-1px;border-bottom:1px solid #e0e0e0}
.language-switcher ul li a:link,.language-switcher ul li a:visited{ border-radius: 2px; font-size:13px;display:block; text-align:center; border:1px solid #e0e0e0;text-decoration:none;color:#000000;background:#f0f0f0; }
.language-switcher ul li a:hover,.language-switcher ul li a:active{background-color: #10b981;color:#ffffff;}


.note{color:#000000;background-color:#F0FFFF;border:1px solid #e7e7e7;margin-top:5px;text-align:left;line-height:28px;word-wrap:break-word;word-break:break-all;padding:10px;}
.note span{color:#10b981;} 

.formtxt{width:220px}

button{width: 100%;padding: 12px;background-color: #10b981;color: white;border: none;border-radius: 8px;font-size: 16px;cursor: pointer;margin-bottom:5px;}
button:hover {background-color: #3366ff;}
.download{text-align:center;margin-top:10px;}
.download a:link,.download a:visited {padding: 12px;background-color: #3366ff;color: white;border: none;border-radius: 8px;font-size: 16px;cursor: pointer;margin-bottom:5px;}
.download a:hover{background-color: #10b981;color:#ffffff;text-decoration: none} 

#opendiv {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 100000;border:1px solid #e0e0e0;}
#divcontent {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 50%;background-color: #e0e0e0;padding: 10px;border-radius: 5px;z-index: 1001;text-align: left;box-sizing: border-box;}
#divcontent a:link,#divcontent a:visited {padding: 10px;background-color: #333333;color: white;border: none;border-radius: 8px;font-size: 15px;cursor: pointer;margin-bottom:5px;line-height:25px;}
#divcontent a:hover{background-color: #10b981;color:#ffffff;text-decoration: none} 

#divinto {background-color: #ffffff;margin-bottom:5px;padding: 5px;font-size:16px;color:#333333;max-height:500px;overflow-y:auto;}

.main-content {margin-top: 55px;padding: 20px 5%;min-height: calc(100vh - 160px);}

.content-section {width:50%;float: left;padding:10px; margin-bottom: 20px;}
.content-section p i {font-weight: bold;color: #3366ff;font-style: normal;}
.content-section em {font-weight: bold;color: #ff0033;font-style: normal;}

.content-section h1 {font-size:20px;margin-bottom: 10px;color: #333;}
.content-section h2 {font-size:20px;margin-bottom: 10px;color: #3366ff;}
        
.content-section p {margin-bottom: 15px;line-height: 1.8;}


.content{color:#000000;background-color:#ffffff;border:1px solid #e7e7e7;margin-bottom:10px;margin-top:20px;text-align:left;line-height:28px;padding:15px;overflow:hidden;position:relative; border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);word-wrap:break-word;word-break:break-all;}
.content b{color:#000000;letter-spacing:2px;font-size:20px;} 
.content h3{clear: both;color:#3366ff;} 

        .container {margin: 0 auto; }
        .faq-section { padding: 30px 20px; background: var(--dark-bg); }
        .faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 24px; }
        .faq-item { background:#eeeeee; border-radius: 12px; padding: 28px; border: 1px solid rgba(99, 102, 241, 0.1); }
        .faq-question { color:#3366ff; font-size: 1.0625rem; margin-bottom: 12px; line-height: 1.4; font-weight: 700; }
        .faq-answer { color: #94a3b8; line-height: 1.7; font-size: 0.9375rem; }

.footer {font-size:13px;background-color: #333;color: #fff;padding: 20px 5%;text-align: center;}
.footer a:link,.footer a:visited {COLOR: #ffffff; }
.footer p {margin: 5px 0;padding:5px;}


.links{text-align:center;font-size:12px;padding:5px;margin-top: 10px;line-height:28px;}
.links a:link,.links a:visited {color:#999999;font-size:12px;margin-left: 10px;}

.links:after {content: "";display: table;clear: both;}
        
@media screen and (max-width: 768px) {

	.website{display:none} 

	.content-section {width:100%;float: none;margin-bottom: 10px;}
	
	
	 .faq-grid {
    grid-template-columns: 1fr; /*  */
    gap: 16px; /* ä */
    padding: 15px 10px; /* » */
  }

  /*  */
  .faq-item {
    padding: 16px 14px; /* ò */
    border-radius: 8px; /*  */
    border: 1px solid rgba(99, 102, 241, 0.2); /* Î*/
  }

  /*  */
  .faq-question {
    font-size: 1rem; /*  */
    line-height: 1.5; /*  */
  }
  
  .faq-answer {
    font-size: 0.9375rem; /*  */
    color: #64748b; /*  */
    line-height: 1.6; /*  */
  }
}


table{border-collapse: collapse;}
th, td{padding: 8px;}

fieldset{border: 1px solid #CCC;background-color: #f1f1f1;}

.after-box {clear: left;}


/**
 * Handsontable 0.8.2
 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
 *
 * Copyright 2012, Marcin Warpechowski
 * Licensed under the MIT license.
 * http://handsontable.com/
 *
 * Date: Mon Jan 07 2013 00:30:16 GMT+0100 (Central European Standard Time)
 */

.handsontable {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-size: 13px;
}

.handsontable * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable table {
  border-collapse: separate;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /*user-select: none; /*no browser supports unprefixed version*/
  border-spacing: 0;
  margin: 0;
  border-width: 0;
}

.handsontable col {
  width:110px;
}

.handsontable th,
.handsontable td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 25px;
  line-height: 21px;
  padding: 0 4px 0 4px; /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  font-size: 12px;
  vertical-align: top;
}

.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.handsontable th:first-child,
.handsontable td:first-child,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}

.handsontable thead tr:last-child th {
  border-bottom-width: 0;
}

.handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable th .small {
  font-size: 12px;
}

.handsontable thead th {
  padding: 2px 4px;
}

.handsontable th.active {
  background-color: #CCC;
}

/* border line */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

.handsontable td.area {
  background-color: #EEF4FF;
}

/* fill handle */
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

/* textarea border color */
textarea.handsontableInput {
  border: 2px solid #5292F7;
  outline-width: 0;
  margin: 0;
  padding: 1px 4px 0 2px;
  font-family: Arial, Helvetica, sans-serif; /*repeat from .handsontable (inherit doesn't work with IE<8) */
  line-height: 1.3em;
  font-size: 13px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  resize: none;
}

.handsontableInputHolder.htHidden textarea.handsontableInput {
  border-color: #5292F7;
  background: #5292F7;
  color: #5292F7;
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
AutocompleteRenderer down arrow
*/
.handsontable .htAutocomplete {
  position: relative;
  padding-right: 20px;
}

.handsontable .htAutocompleteArrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

/* typeahead rules. Needed only if you are using the autocomplete feature */
.typeahead {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-size: 13px;
  z-index: 10;
  top: 100%;
  left: 0;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.typeahead li {
  line-height: 18px;
  display: list-item;
}

.typeahead a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

.typeahead li > a:hover, .typeahead .active > a, .typeahead .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #08C;
}

.typeahead a {
  color: #08C;
  text-decoration: none;
}

/*context menu rules*/
ul.context-menu-list {
  color: black;
}

ul.context-menu-list li {
  margin-bottom: 0; /*Foundation framework fix*/
}

/**
 * dragdealer
 */

.handsontable .dragdealer {
  position: relative;
  width: 9px;
  height: 9px;
  background: #F8F8F8;
  border: 1px solid #DDD;
}

.handsontable .dragdealer .handle {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #C5C5C5;
}

.handsontable .dragdealer .disabled {
  background: #898989;
}
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: 1.5.25
 *
 * Authors: Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://medialize.github.com/jQuery-contextMenu/
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *   GPL v3 http://opensource.org/licenses/GPL-3.0
 *
 */

.context-menu-list {
    margin:0; 
    padding:0;
    
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    
    border: 1px solid #DDD;
    background: #EEE;
    
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
         -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.context-menu-item {
    padding: 2px 2px 2px 24px;
    background-color: #EEE;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #39F;
}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }


/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}