/* Spaces for Aces ============================================================== */
.spacing-default {
  padding: 20px;
}

.spacing-default-left {
  padding-left: 20px;
}

.spacing-default-right {
  padding-right: 20px;
}

.spacing-default-top {
  padding-top: 20px;
}

.spacing-default-bottom {
  padding-bottom: 20px;
}

.spacing-small {
  padding: 10px;
}

.spacing-small-top {
  padding-top: 10px;
}

.spacing-small-right {
  padding-right: 10px;
}

.spacing-small-bottom {
  padding-bottom: 10px;
}

.spacing-small-left {
  padding-left: 10px;
}

.spacing-double {
  padding: 30px;
}

.spacing-double-top {
  padding-top: 40px;
}

.spacing-double-right {
  padding-right: 40px;
}

.spacing-double-bottom {
  padding-bottom: 40px;
}

.spacing-double-left {
  padding-left: 40px;
}

.spacing-one-top {
  padding-top: 1px;
}

.spacing-two-top {
  padding-top: 2px;
}

.spacing-three-top {
  padding-top: 3px;
}

.spacing-seven-left {
  padding-left: 7px;
}

.spacing-half {
  padding: 5px;
}

.spacing-half-top {
  padding-top: 5px;
}

.spacing-half-right {
  padding-right: 5px;
}

.spacing-half-bottom {
  padding-bottom: 5px;
}

.spacing-half-left {
  padding-left: 5px;
}

.spacing-2p-top {
  padding-top: 2px;
}

.no-spacing {
  padding: 0;
}

/* Margin ============================================================== */
.margin-default {
  margin: 20px;
}

.margin-default-left {
  margin-left: 20px;
}

.margin-default-right {
  margin-right: 20px;
}

.margin-default-top {
  margin-top: 20px;
}

.margin-default-bottom {
  margin-bottom: 20px !important;
}

.margin-double-top {
  margin-top: 40px;
}

.margin-double-right {
  margin-right: 40px;
}

.margin-double-bottom {
  margin-bottom: 40px;
}

.margin-double-left {
  margin-left: 40px;
}

.margin-middle {
  margin: 15px;
}

.margin-middle-left {
  margin-left: 15px;
}

.margin-middle-right {
  margin-right: 15px;
}

.margin-middle-top {
  margin-top: 15px;
}

.margin-middle-bottom {
  margin-bottom: 15px !important;
}

.margin-small-top {
  margin-top: 10px;
}

.margin-small-right {
  margin-right: 10px;
}

.margin-small-bottom {
  margin-bottom: 10px !important;
}

.margin-small-left {
  margin-left: 10px !important;
}

.margin-half-top {
  margin-top: 5px;
}

.margin-half-bottom {
  margin-bottom: 5px !important;
}

.margin-half-right {
  margin-right: 5px;
}

.margin-half-left {
  margin-left: 5px !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-one-top {
  margin-top: 1px;
}

.margin-3px-top {
  margin-top: 3px;
}

.margin-4px-top {
  margin-top: 4px;
}

.margin-100-left {
  margin-left: 100px; 
}

.margin-2px-bottom {
  margin-bottom: 2px;
}

.margin-3px-right {
  margin-right: 3px;
}

.margin-3px-bottom {
  margin-bottom: 3px;
}

/* feste Breiten ================================================================== */
.width-50 {
 width: 50px !important;
 overflow: hidden !important;
}

.width-90 {
 width: 90px !important;
 overflow: hidden !important;
}

.width-100 {
 width: 100px !important;
 overflow: hidden !important;
}

.width-150 {
 width: 150px !important;
 overflow: hidden !important;
}

.width-200 {
 width: 200px !important;
 overflow: hidden !important;
}

.width-250 {
 width: 200px !important;
 overflow: hidden !important;
}

.width-300 {
 width: 300px !important;
 overflow: hidden !important;
}

.width-339 {
 width: 339px !important;
 overflow: hidden !important;
}

.width-400 {
 width: 400px !important;
 overflow: hidden !important;
}

.width-500 {
 width: 500px !important;
 overflow: hidden !important;
}

.width-600 {
 width: 600px !important;
 overflow: hidden !important;
}

.width-630 {
 width: 630px !important;
 overflow: hidden !important;
}

.width-640 {
 width: 640px !important;
 overflow: hidden !important;
}

.width-680 {
 width: 680px !important;
 overflow: hidden !important;
}

.width-940 {
 width: 940px !important;
 overflow: hidden !important;
}

.width-10P {
  width: 10% !important;
}

.width-25P {
  width: 25% !important;
}

.width-50P {
  width: 50% !important;
}

.width-90P {
  width: 90% !important;
}

.width-100P {
  width: 100% !important;
}