/*******************************   general   *******************************/

@font-face
  { font-family: 'Muli';
    src: url('../font/Muli.ttf') format('truetype');
  }

.orange
  { color: #FF6C00;
  }

html, body, div
  { font-family: muli;
    font-size:13px;
    scroll-behavior: smooth;
  }

h1
  { font-size:30px;
  }

h2
  { font-size:18px;
    color : #1F90CC;
  }

h4
  { position: relative;
    left:10px;
    margin-bottom: 10px;
    margin-top: 25px;
  }

a:link    { color: #FF6C00; text-decoration: none; font-weight:300;}
a:visited { color: #FF6C00; text-decoration: none; font-weight:300;}
a:hover   { color: #FF6C00; text-decoration: none; font-weight:600;}
a:active  { color: #FF6C00; text-decoration: none; font-weight:300;}

.hide
  { display: none;
  }
  
#switchLanguageDIV {
  position:relative;
}

#switchLanguage {
  position:absolute;
  top:5px;
  left:418px;
  cursor: pointer;
}

/*******************************   admin   *******************************/

div.main
  { max-width: 1280px;
    min-width: 512px;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    background-color: #E8F5FD;
  }

div.list1
  { position: absolute;
    top:  10px;
    left: 10px;
  }

div.list2
  { position: absolute;
    top:  10px;
    left: 250px;
  }

div.list3
  { position: absolute;
    top:  271px;
    left: 250px;
  }

div.list4
  { position: absolute;
    top:  348px;
    left: 250px;
  }

div.list5
  { position: absolute;
    top:  475px;
    left: 250px;
  }

div.list6
  { position: absolute;
    top:  10px;
    left: 993px;
  }

div.save
  { position: absolute;
    top:  371px;
    left: 893px;
  }

div.connList
  { position: absolute;
    top:  10px;
    left: 1233px;
  }
  
.btn
  { background-color: #1F90CC;
    position: absolute;
    top:  885px;
    height : 37px;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
  }

.btn:hover
  { background-color: #C40D1E;
  }  

#buttonNew
  { left: 10px;
    width:105px;      
  }

#buttonDel
  { left: 124px;
    width:105px;    
  }



/*******************************   slider   *******************************/

#slider
  { height: 4px;
    margin-top: 15px;
    margin-bottom: 45px;
    width:458px;
    z-index:7;
  }

#slider .noUi-connect
  { background: #FF6C00;
  }

#slider .noUi-handle
  { height: 18px;
    width: 18px;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    background: #FF6C00;
    cursor: pointer;
  }

#slider .noUi-tooltip
  { display: none;
  }

#slider .noUi-active .noUi-tooltip
  { display: block;
  }



/*******************************   radio buttons   *******************************/

.radiobutton
  { background:#FFFFFF;
/*  border:1px solid #C40D1E;  */
    border-radius:100px;
    user-select: none;         /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none;    /* mozilla browsers */
    -khtml-user-select: none;  /* webkit (konqueror) browsers */
    -ms-user-select: none;     /* IE10+ */ 
    font-size: 13px;
  }

.radiobutton > input:checked + label
  { position: relative;
    background: rgba(255, 108, 0);
    border-radius: 25px;
    transition: all 0.4s ease;
    color:#FFFFFF;
  }

.radiobutton
  { display:inline-flex;
  }

.radiobutton > input[type='radio']
  { display:none;
  }

.radiobutton > input + label
  { display:inline-block;
    width: 96px;
    height: 16px;
    margin-bottom: 0px;
    padding:3px 10px 7px;
    text-align: center;
    cursor:pointer;
  }
  

/*******************************   generate button   *******************************/
/* a huge thanks Joshua Comeau!                                                    */

.pushable
  { position: relative;
    top : -180px;
    left : 284px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    width:112px;
  }

.front
  { display: block;
    position: relative;
    padding: 34px 0px 33px 0px;
    border-radius: 50px;
    font-size: 1.1rem;
    color: white;
    background: #FF6C00;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
  }

.pushable:hover
  { filter: brightness(110%);
  }

.pushable:hover .front
  { transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
  }

.pushable:active .front
  { transform: translateY(-2px);
    transition: transform 34ms;
  }

.pushable:hover .shadow
  { transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
  }

.pushable:active .shadow
  { transform: translateY(1px);
    transition: transform 34ms;
  }

.pushable:focus:not(:focus-visible)
  { outline: none;
  }

/*******************************   pie chart   *******************************/

.pie-legend
  { list-style: none;
    margin: 0;
    padding:0;
  }

.pie-legend span
  { display: inline-block;
    width: 114px;
    height: 114px;
    border-radius: 100%;
    margin-right: 150px;
    margin-bottom: 112px;
  }

.pie-legend li
  { margin-bottom: 10px;
    display: block;
    margin-left: 30px;
    width: 114px;
  }

#kreisdiagramm
  { margin-left:-11px;
    margin-top:50px;  
  }  
  
.chart,
#kreisdiagramm,
#pie_legend
  { display: inline-flex;
    padding: 0;
    height:260px;   
    align:left;
    margin-top:-1px;    
    margin-right:-100px;
  }

.pieCanvas1
  { border: 1px solid #D3D3D3;
    margin-right:10px;
  }

.pieCanvas2
  { border: 2px solid #C40D1E;
  }

/*******************************   list of selected DiDels   *******************************/

#akkListSelected1
  { width: 320px;  
    border-radius: 0.8rem;
    list-style-type: none;
    cursor: pointer;
    background-color: #FFFFFF;
  }
  
#akkListSelected2
  { width: 295px;  
    border-radius: 0.8rem;
    list-style-type: none;
    cursor: pointer;
    background-color: #FFFFFF;
  }

/*
#akkListSelected li:nth-of-type(even)
  { background-color: #eee;
  }

#akkListSelected li:hover
  { /*background-color: #81C7EC;*/
    background-color: #FFFFFF;
    -webkit-transition: background-color 350ms linear;
    -ms-transition: background-color 350ms linear;
    transition: background-color 350ms linear;
    /*list-style-image: url('../images/trashopen.png');*/
  }
*/

#akkListSelected1
  { background-color: #FFFFFF;
  }

#akkListSelected2
  { background-color: #FFFFFF;
  }

.showTrash
  { /*list-style-image: url('../images/trash.png');    */
    /*background: url('../images/greyCross.png') no-repeat right top; */
  }