body.is-rotate { 
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.menubutton, .rotatebutton {
	position: fixed;
	z-index:16777271;
}

.menubutton.top {
	top: 40px;
	left: 40px;
}

.menubutton.bottom {
	bottom: 40px;
	right: 40px;
}

.rotatebutton {
	bottom: 40px;
	right: 128px;
}

.rotatebutton a button {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
	background-color: #00d9e8;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	background-image: url(../images/EineSeite.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
	background-position: center center;
}

.rotatebutton a.multisideplay button {
	background-image: url(../images/ZweiSeiten.png);
}

/* Colors */

.orange {
	background-color: #ff7101;
}

.gray {
	background-color: #ccc;
}

.pink {
	background-color: #e60094;
}

.yellow {
	background-color: #ffe301;
}

.green {
	background-color: #8CD000;
}

.blue {
	background-color: #00D2E2;
}

.white {
	background-color: #fff;
}

.purple {
	background-color: #C390D4;
}

.brown {
	background-color: #D4A190;
}

.col50 {
	width: 50%;
}

.col25 {
	width: 25%;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #00B7D1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 1s;
}

.slideout-menu {
	position: fixed;
	top: -250px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.slideout-menu2 {
	position: fixed;
	bottom: -250px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
}
.slideout-menu h3, .slideout-menu2 h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #fff;
}
.slideout-menu ul, .slideout-menu2 ul {
	list-style: none;
	display: table;
	width: 75%;
    margin: 0 auto;
	font-weight: 300;
}

.slideout-menu ul:first-child, .slideout-menu2 ul:first-child {
	margin-top: 60px;
}
.slideout-menu ul li, .slideout-menu2 ul li {
	display: table-cell;
    list-style-type: none;
}
.slideout-menu ul li a, .slideout-menu2 ul li a {
	display: block;
	color: #000;
	font-weight: bold;
    text-align: center;
    margin: 5px;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
}
.slideout-menu ul li a:hover, .slideout-menu2 ul li a:hover {
	color: #fff;
}
.slideout-menu ul li a.white:hover, .slideout-menu2 ul li a.white:hover {
	color: #000;
}
/*
.slideout-menu ul li a i, .slideout-menu2 ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}
*/