.w-1-5 { width: 20%; }
.w-2-5 { width: 40%; }
.w-3-5 { width: 60%; }
.w-4-5 { width: 80%; }
.w-1-4 { width: 25%; }
.w-1-3 { width: 33.3333%; }
.w-1-2 { width: 50%; }
.w-2-3 { width: 66.6666%; }
.w-3-4 { width: 75%; }
.w-30 { width: 30%; }
.w-55 { width: 55%; }
.w-70 { width: 70%; }
.w-100 { width: 100%; }
.w-auto { width: auto;}
.no-pad { padding: 0 !important; }
.no-mar { margin: 0 !important; }
.no-mar-top { margin-top: 0 !important; }

.py_1 { padding-top: 1rem; padding-bottom: 1rem; }
.py_15 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py_2 { padding-top: 2rem; padding-bottom: 2rem; }
.no-border { border: 0px none !important; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.block { display:block; }
.inline { display:inline; }
.inline-block { display:inline-block; }
.strong { font-weight: bold !IMPORTANT; }
.font-w-normal { font-weight: normal !IMPORTANT; }
.text-left { text-align: left; }
.text-center { text-align: center !important; }
.text-right { text-align: right; } 
.text-klein { font-size: 75%; }
.text-normal { font-size: 100.1%; }
.text-120 { font-size: 120%; }
.text-mittel { font-size: 140%;}
.text-gross { font-size: 200%;}
.nobr { white-space:nowrap; }
.ul-no-style { list-style: outside none none; }
.relative {position:relative;}

.table-fake { display: table; }
.table-fake .tab-row { display: table-row;}
.table-fake .tab-cell { display: table-cell;}

.flex { display:flex; }
.flex_center_y { align-items:center; }
.flex_space_between { justify-content:space-between; }
.flex_align_end { justify-content:flex-end; }

.flex-1 { flex:1; }

