/* Layout */


.quatsch {
    width: 100% !important;
    text-align: center;
    border-top: 3px black dashed;
    padding: 10px 0;
    border-bottom: 3px black dashed;
    font-size: 28px;
    text-transform: uppercase;
}

/* Barrierefreiheit */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0d6efd;
  color: white;
  padding: 8px 12px;
  z-index: 100;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* Handys vor, noch ein Tor */
@media (max-width: 768px) {
	.region.gr-content{
	padding:0;
	}
	.gr-content {
	margin-top:0!important;
	}
	aside#sidebar-left,
	aside#sidebar-right,
	footer {
    width: 90vw;
    margin:5vw;
	}
	main {
	order:0;
	}
	aside#sidebar-left {
	order:1;
	}
	aside#sidebar-right {
    order:2;
	}
	main#main {
	margin: 0;
  }
}

/* quickfix */
.woocommerce table.shop_table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
