@font-face {
	font-family: Ubuntu;
	src: url(../fonts/ubuntu-regular.eot);
	src: url(../fonts/ubuntu-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ubuntu-regular.woff) format("woff"), url(../fonts/ubuntu-regular.ttf) format("truetype"), url(../fonts/ubuntu-regular.svg#Ubuntu) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Ubuntu;
	src: url(../fonts/ubuntu-regular-italic.eot);
	src: url(../fonts/ubuntu-regular-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/ubuntu-regular-italic.woff) format("woff"), url(../fonts/ubuntu-regular-italic.ttf) format("truetype"), url(../fonts/ubuntu-regular-italic.svg#UbuntuItalic) format("svg");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Ubuntu;
	src: url(../fonts/ubuntu-bold.eot);
	src: url(../fonts/ubuntu-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ubuntu-bold.woff) format("woff"), url(../fonts/ubuntu-bold.ttf) format("truetype"), url(../fonts/ubuntu-bold.svg#UbuntuBold) format("svg");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Ubuntu;
	src: url(../fonts/ubuntu-bold-italic.eot);
	src: url(../fonts/ubuntu-bold-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/ubuntu-bold-italic.woff) format("woff"), url(../fonts/ubuntu-bold-italic.ttf) format("truetype"), url(../fonts/ubuntu-bold-italic.svg#UbuntuBoldItalic) format("svg");
	font-weight: 700;
	font-style: italic
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

input,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}

input[type=email],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
	-webkit-appearance: none
}

body {
	font: 16px/22px Ubuntu, sans-serif;
	font: 1.6rem/2.2rem Ubuntu, sans-serif;
	background: #f5f5f5
}

.learn,
.treat {
	display: none!important
}

.mode-learn .learn,
.mode-treat .treat {
	display: block!important
}

.mode-treat .mainnav .treat {
	-webkit-animation: fade 1s;
	-moz-animation: fade 1s;
	-o-animation: fade 1s;
	animation: fade 1s
}

.mode-learn .mainnav .learn {
	-webkit-animation: fade2 1s;
	-moz-animation: fade2 1s;
	-o-animation: fade2 1s;
	animation: fade2 1s
}

.mainnav .learn.treat {
	-webkit-animation: none!important;
	-moz-animation: none!important;
	-o-animation: none!important;
	animation: none!important
}

@-webkit-keyframes fade {
	from {
		background: rgba(116, 184, 49, .5)
	}
	to {
		background: rgba(116, 184, 49, 0)
	}
}

@-moz-keyframes fade {
	from {
		background: rgba(116, 184, 49, .5)
	}
	to {
		background: rgba(116, 184, 49, 0)
	}
}

@-o-keyframes fade {
	from {
		background: rgba(116, 184, 49, .5)
	}
	to {
		background: rgba(116, 184, 49, 0)
	}
}

@keyframes fade {
	from {
		background: rgba(116, 184, 49, .5)
	}
	to {
		background: rgba(116, 184, 49, 0)
	}
}

@-webkit-keyframes fade2 {
	from {
		background: rgba(40, 114, 187, .5)
	}
	to {
		background: rgba(40, 114, 187, 0)
	}
}

@-moz-keyframes fade2 {
	from {
		background: rgba(40, 114, 187, .5)
	}
	to {
		background: rgba(40, 114, 187, 0)
	}
}

@-o-keyframes fade2 {
	from {
		background: rgba(40, 114, 187, .5)
	}
	to {
		background: rgba(40, 114, 187, 0)
	}
}

@keyframes fade2 {
	from {
		background: rgba(40, 114, 187, .5)
	}
	to {
		background: rgba(40, 114, 187, 0)
	}
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: #666
}

#colorbox {
	outline: 0;
	-webkit-box-shadow: 0 0 18px #4a5264;
	-moz-box-shadow: 0 0 18px #4a5264;
	box-shadow: 0 0 18px #4a5264
}

#cboxContent,
.cboxIframe {
	background: #b5b8bc
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	border: 5px solid #b5b8bc;
	background: #b5b8bc
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
	outline: 0
}

#cboxTitle {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #666;
	padding: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-o-border-radius-bottomright: 12px;
	border-radius-bottomright: 12px;
	background-color: rgba(255, 255, 255, .75)
}

#cboxCurrent {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #666;
	padding: 12px;
	background-color: #fff;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-o-border-radius-topright: 12px;
	border-radius-topright: 12px;
	background-color: rgba(255, 255, 255, .75);
	display: none!important;
	visibility: hidden!important
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -35px;
	background: url(../img/colorbox/controls.png) top left no-repeat;
	width: 24px;
	height: 65px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: bottom left
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -35px;
	background: url(../img/colorbox/controls.png) top right no-repeat;
	width: 24px;
	height: 65px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: bottom right
}

#cboxLoadingOverlay {
	background: #fff
}

#cboxLoadingGraphic {
	background: url(../img/colorbox/loading.gif) center center no-repeat
}

#cboxClose {
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	background: url(../img/colorbox/controls.png) top center no-repeat;
	width: 56px;
	height: 56px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: bottom center
}

.bx-wrapper {
	position: relative;
	margin: 1em 0 3em;
	padding: 0
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bx-wrapper ul,
.bx-wrapper ul li {
	margin: 0;
	padding: 0;
	background: 0 0
}

.bx-wrapper .bx-viewport {
	background: #fff
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/bxslider/bx_controls.png) 0 -32px no-repeat
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/bxslider/bx_controls.png) -43px -32px no-repeat
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, .75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

#swipeme {
	position: relative;
	overflow: hidden;
	width: 100%
}

.main-content {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 0;
	background: #fff;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-o-transition: margin .4s ease-out;
	transition: margin .4s ease-out
}

.panel {
	float: left;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-o-transition: margin .4s ease-out;
	transition: margin .4s ease-out;
	min-height: 100%;
	position: relative
}

.pull {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	width: 42px;
	height: 66px;
	position: absolute;
	top: 0;
	z-index: 4
}

.off-canvas-right .pull {
	left: -42px
}

.off-canvas-left .pull {
	right: -42px;
	background: url(../img/icon-list.png) center/25px 25px no-repeat, 0 0/100% #2872bb;
	-webkit-background-size: 25px 25px, 100%;
	-moz-background-size: 25px 25px, 100%;
	-o-background-size: 25px 25px, 100%;
	-webkit-box-shadow: 3px 0 3px -3px #000;
	-moz-box-shadow: 3px 0 3px -3px #000;
	box-shadow: 3px 0 3px -3px #000;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0
}

.off-canvas-right .pull {
	right: -42px;
	background: url(../img/icon-settings.png) center/25px 25px no-repeat, 0 0/100% #2872bb;
	-webkit-background-size: 25px 25px, 100%;
	-moz-background-size: 25px 25px, 100%;
	-o-background-size: 25px 25px, 100%;
	-webkit-box-shadow: -3px 0 3px -3px #000;
	-moz-box-shadow: -3px 0 3px -3px #000;
	box-shadow: -3px 0 3px -3px #000;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px
}

@media (min-width: 0) and (max-width:519px) {
	.off-canvas-left {
		width:85%;
		margin-left: -85%
	}
	.off-canvas-right {
		margin-right: -200%;
		width: 85%
	}
	.access-left .off-canvas-left {
		margin-left: 0
	}
	.access-left .main-content {
		margin-right: -100%
	}
	.access-left .off-canvas-right {
		margin-left: 100%
	}
	.access-right .off-canvas-left {
		margin-left: -100%
	}
	.access-right .main-content {
		margin-left: -85%
	}
	.access-right .off-canvas-right {
		margin-left: 0
	}
}

@media (min-width:520px) and (max-width:1040px) {
	.off-canvas-left {
		width: 30%;
		margin-left: -30%
	}
	.off-canvas-right {
		margin-right: -200%;
		width: 30%
	}
	.access-left .off-canvas-left {
		margin-left: 0
	}
	.access-left .main-content {
		margin-right: -100%
	}
	.access-left .off-canvas-right {
		margin-left: 100%
	}
	.access-right .off-canvas-left {
		margin-left: -100%
	}
	.access-right .main-content {
		margin-left: -30%
	}
	.access-right .off-canvas-right {
		margin-left: 0
	}
}

@media (min-width:1041px) {
	.off-canvas-left .pull {
		right: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.off-canvas-right .pull {
		left: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.off-canvas-right nav.mainnav>span.navtitle {
		padding-left: 42px
	}
	.off-canvas-left nav.mainnav>span.navtitle {
		padding-right: 42px
	}
	.main-content {
		width: 60%
	}
	.off-canvas-left {
		margin-left: 0;
		width: 20%
	}
	.off-canvas-right {
		margin-right: 0;
		width: 20%
	}
	.access-left .off-canvas-left {
		margin-left: 0
	}
	.access-left .main-content {
		margin-right: 0
	}
	.access-left .off-canvas-right,
	.access-right .main-content,
	.access-right .off-canvas-left,
	.access-right .off-canvas-right {
		margin-left: 0
	}
}

body:after {
	content: "PHONE";
	position: fixed;
	right: 0;
	top: 0;
	background: #000;
	color: #fff;
	padding: 5px;
	opacity: .5;
	font-size: 10px;
	z-index: 99999;
	display: none
}

.fourth,
.half,
.third,
.twothird {
	width: 100%
}

.twocols {
	clear: both
}

.twocols .one,
.twocols .two,
.twocols.onethirdtwothird .one,
.twocols.onethirdtwothird .two,
.twocols.twothirdonethird .one,
.twocols.twothirdonethird .two {
	width: 100%
}

.threecols {
	clear: both
}

.threecols .one,
.threecols .three,
.threecols .two {
	width: 100%
}

.fourcols {
	clear: both
}

.fourcols .four,
.fourcols .one,
.fourcols .three,
.fourcols .two {
	width: 100%
}

.fourcols.clearfix:after,
.fourcols.clearfix:before,
.threecols.clearfix:after,
.threecols.clearfix:before,
.twocols.clearfix:after,
.twocols.clearfix:before {
	display: none!important
}

.pic {
	width: 100%;
	height: auto;
	display: block
}

.pic.folie {
	border: 1px solid #333;
	padding: 20px 0
}

.infobox {
	margin: 1em auto
}

.infobox.fourth,
.infobox.half,
.infobox.third,
.infobox.twothird {
	margin-top: 0
}

.infobox img.pic {
	margin-top: 1em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
	display: block
}

html {
	overflow-y: scroll;
	font-size: 62.5%
}

.clearfix:after,
.clearfix:before {
	content: '
 ';display:table}.clearfix:after{clear:both}.paragraph,h1,h2,h3,ol,p,ul{margin:1em
 0
}

a {
	color: #39F
}

a:visited {
	color: purple
}

a:hover {
	color: #30F
}

a:active {
	color: #8b0000
}

a img {
	border: none;
	display: block
}

img {
	border: none
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	margin: 1em 0 .8em
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 34px;
	line-height: 3.4rem;
	margin: .8em 0 .6em
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	margin: .6em 0 .5em
}

h1,
h2,
h3 {
	font-family: Ubuntu, sans-serif;
	clear: both
}

ul {
	padding: 0 0 0 12px
}

ul li {
	margin: .2em 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: url(../img/list-dot.png) 0 .4em/8px 8px no-repeat;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px
}

ul li ul {
	padding: 0 0 0 12px;
	margin: .2em 0 .5em
}

ul li ul li {
	background: url(../img/list-dot2.png) 0 .4em/8px 8px no-repeat;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px
}

ul li ul li ul {
	padding: 0 0 0 12px;
	margin: .2em 0 0
}

ul li ul li ul li {
	background: url(../img/list-dot3.png) 0 .4em/8px 8px no-repeat;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px
}

ol {
	padding: 0 0 0 12px;
	counter-reset: item
}

ol li {
	display: block;
	margin: .1em 0;
	padding: 0 0 0 20px
}

ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	padding-right: 10px;
	margin-left: -20px
}

ol li ol {
	padding: 0 0 0 32px;
	margin: .2em 0 .5em
}

ol li ol li:before {
	content: counters(item, ".") ""
}

ol li ol li ol {
	padding: 0 0 0 12px;
	margin: .2em 0 0
}

hr {
	display: none
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help
}

::-moz-selection {
	background: #ece8e5;
	text-shadow: none
}

::selection {
	background: #ece8e5;
	text-shadow: none
}

article,
footer,
header,
nav {
	width: 100%
}

header {
	margin: 0 auto;
	padding: 10px 54px;
	text-align: center;
	color: #fff;
	background: #052057;
	min-height: 66px
}

header span.pagetitle {
	width: 70%;
	display: block;
	margin: 0 auto;
	min-height: 44px;
	padding: 12px;
	font-size: 20px;
	font-size: 2rem;
	font-family: Ubuntu, sans-serif
}

header a.back,
header a.next {
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-size: 0;
	width: 44px;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none
}

header a.back {
	float: left;
	background: url(../img/icon-previous.png) center/25px 25px no-repeat #052057;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px
}

header a.next {
	float: right;
	background: url(../img/icon-next.png) center/25px 25px no-repeat #052057;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px
}

section.apptitle {
	margin: 0 auto;
	text-align: center;
	background: #1458b0;
	color: #fff;
	border-bottom: solid #d5d5d5 1px;
	display: none
}

section.apptitle img.logo {
	width: 100%;
	height: auto;
	max-width: 958px;
	display: block;
	margin: 0 auto
}

section.modus {
	background: #2872bb;
	color: #fff;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	opacity: .8;
	width: 50%;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	text-transform: uppercase;
	font-size: 12px
}

.loginscreen section.apptitle {
	display: block
}

section.modus .behandeln,
section.modus .lernen {
	display: none
}

.mode-learn section.modus .lernen,
.mode-treat section.modus .behandeln {
	display: inline
}

section.modus {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.mode-learn section.modus {
	background: #4694E0
}

.mode-treat section.modus {
	background: #76b73c
}

article {
	padding: 12px 24px
}

footer {
	margin: 0 auto;
	padding: 10px 24px;
	text-align: center;
	color: #fff
}

footer a.back,
footer a.home,
footer a.next {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-size: 0;
	width: 44px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

footer a.back {
	float: left;
	background: url(../img/icon-previous.png) center/25px 25px no-repeat #052057;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px
}

footer a.next {
	float: right;
	background: url(../img/icon-next.png) center/25px 25px no-repeat #052057;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px
}

footer a.home {
	background: url(../img/icon-home.png) center/25px 25px no-repeat #052057;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	margin: 0 auto;
	width: 70px
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3
}

article {
	margin-bottom: 66px!important;
	background: #fff
}

footer {
	background: #052057;
	border-top: solid #fff 1px
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

nav ul li {
	margin: 0;
	padding: 0;
	background-image: none
}

nav.mainnav span.navtitle {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 22px 15px;
	font-size: 20px;
	font-size: 2rem;
	font-family: Ubuntu, sans-serif;
	background: #2872bb
}

.navtitle.icon.learnmode {
	background-image: url(../img/icon-learnmode.png);
	background-color: #2872bb;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	background-size: 25px 25px;
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 42px
}

.off-canvas-left nav.mainnav>ul>li>a:first-child {
	background-color: #052057;
	background-color: rgba(5, 32, 87, .75);
	color: #fff
}

.off-canvas-left nav.mainnav>ul>li>a:first-child.closed {
	background-image: url(../img/icon-arrow-closed.png);
	background-color: rgba(5, 32, 87, .75);
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding-right: 40px
}

.off-canvas-left nav.mainnav>ul>li>a:first-child.open {
	background-image: url(../img/icon-arrow-open.png);
	background-color: rgba(5, 32, 87, .75);
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding-right: 40px
}

nav>ul {
	overflow: scroll;
	height: -webkit-calc(100vh - 130px);
	height: -moz-calc(100vh - 130px);
	height: calc(100vh - 130px);
	overflow-x: hidden
}

.start nav>ul {
	height: auto;
	overflow: hidden
}

nav.mainnav ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #333;
	border-bottom: 1px solid #d5d5d5
}

nav.mainnav>ul>li:first-child>a {
	border-top: 1px solid #d5d5d5
}

nav.mainnav ul li.current>a {
	position: relative
}

nav.mainnav ul li.current>a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	left: 0;
	top: 15px
}

nav.mainnav ul li ul li.current a {
	font-weight: 700;
	background: #fff
}

nav.mainnav ul li ul li.current a:after {
	border-left: 5px solid #1458b0
}

nav.mainnav ul li ul {
	margin: 0;
	padding: 0
}

nav.mainnav>ul>li.current>a {
	background: #052057
}

.off-canvas-left nav.mainnav ul li ul a {
	margin: 0
}

nav ul li ul li {
	background: 0 0
}

.off-canvas-left nav.mainnav ul li ul li:hover a {
	background: #d5d5d5
}

.infobox {
	color: #444;
	padding: 6px 24px;
	background: #F1F1F1
}

.tab {
	width: 4.5em;
	float: left;
	clear: left;
	display: block
}

.clear {
	clear: both
}

.minitext {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	line-height: 1.5rem
}

ol.listspace>li,
ul.listspace>li {
	padding-bottom: .5em
}

ol.listspace li ol,
ul.listspace li ul {
	margin: .3em 0
}

table {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-collapse: collapse
}

table td,
table th {
	border: 1px solid #e9e9e9;
	padding: 2px 4px;
	vertical-align: top
}

table th {
	font-weight: 700;
	text-align: left;
	background: #f4f4f4
}

caption {
	display: none
}

pre {
	margin: 1em 0;
	padding: 12px;
	border: 1px solid #C5C5C5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F1F1F1;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: auto;
	word-wrap: break-word;
	white-space: pre-wrap
}

.video-container {
	margin: 1em 0
}

.video-container.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container.vimeo {
	position: relative;
	padding-bottom: 56.352%;
	height: 0;
	overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.pic {
	margin: 1em 0;
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.videoplayer {
	position: relative;
	margin: auto
}

.videoplayer img.pic {
	-webkit-box-shadow: 0 0 3px grey;
	-moz-box-shadow: 0 0 3px grey;
	box-shadow: 0 0 3px grey;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	padding: 0;
	border: none
}

.playbutton {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 128px;
	height: 90px;
	margin-left: -64px;
	margin-top: -48px;
	background: url(../img/playbutton.png) 0 0/cover;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: .8
}

.playbutton:hover {
	opacity: 1;
	cursor: pointer
}

div.imagegallery a .pic {
	margin: .5em 0;
	padding: 4px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

div.imagegallery a:hover .pic {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	border: 1px solid #000
}

form.account {
	width: 100%;
	margin: 0 auto;
	padding: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #052057;
	color: #fff;
	text-align: left
}

form.account input {
	background: #fff;
	padding: 15px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	width: 100%;
	margin: 1em 0
}

form.account input[type=submit] {
	margin: 2em 0 0;
	background: #2872bb;
	color: #fff;
	font-size: 16px
}

form.account input[type=submit]:hover {
	cursor: pointer;
	background: #2F82D5
}

form.account+a,
form.account+a:visited {
	margin: 1em auto 0;
	text-align: center;
	color: #fff
}

form.account+a:hover {
	color: #fff
}

body.loginscreen {
	background: #052057;
	color: #fff;
	text-align: center
}

body.loginscreen .main-content {
	width: 100%;
	background: 0 0
}

body.loginscreen article {
	background: 0 0;
	margin-bottom: 0!important
}

.aysberg {
	font-family: Georgia, "Times New
 Roman",Times,serif;color:#900;border-left:2px dotted
 #900;
	padding-left: .5em
}

.accordion {
	margin: 1em 0
}

.accordion h2 {
	margin: 0;
	background: url(../img/accordion/arrow-right.png) right no-repeat;
	font-weight: 400;
	display: block;
	color: #fff;
	padding: 10px 18px;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative
}

.accordion .title {
	cursor: pointer;
	padding: 0 18px 0 0;
	margin-bottom: 5px;
	background: #ccc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.accordion .content {
	display: none;
	background: #fff;
	margin-bottom: 5px;
	padding: .5em 24px
}

.accordion .content h1,
.accordion .content h2,
.accordion .content h3,
.accordion p {
	margin: 0;
	padding: .5em 0
}

.accordion .accordion .open {
	background: #969696
}

.accordion .accordion .open h2 {
	background: url(../img/accordion/arrow-down.png) right no-repeat
}

.switch-light span span,
.switch-toggle a {
	display: none
}

@media only screen {
	.switch-light {
		display: block;
		height: 30px;
		position: relative;
		overflow: visible;
		padding: 0;
		margin-left: 100px
	}
	.switch-light * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.switch-light a {
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	.switch-light label,
	.switch-light>span {
		line-height: 30px;
		vertical-align: middle
	}
	.switch-light input:focus+label,
	.switch-light input:focus~a {
		outline: #888 dotted 1px
	}
	.switch-light label {
		position: relative;
		z-index: 3;
		display: block;
		width: 100%
	}
	.switch-light input {
		position: absolute;
		opacity: 0;
		z-index: 5
	}
	.switch-light input:checked~a {
		right: 0
	}
	.switch-light>span {
		position: absolute;
		left: -100px;
		width: 100%;
		margin: 0;
		padding-right: 100px;
		text-align: left
	}
	.switch-light>span span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		width: 50%;
		margin-left: 100px;
		text-align: center
	}
	.switch-light>span span:last-child {
		left: 50%
	}
	.switch-light a {
		position: absolute;
		right: 50%;
		top: 0;
		z-index: 4;
		display: block;
		width: 50%;
		height: 100%;
		padding: 0
	}
	.switch-toggle {
		display: block;
		height: 30px;
		height: 43px;
		position: relative;
		padding: 0!important
	}
	.switch-toggle * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.switch-toggle a {
		display: block;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	.switch-toggle label,
	.switch-toggle>span {
		line-height: 30px;
		vertical-align: middle
	}
	.switch-toggle input:focus+label,
	.switch-toggle input:focus~a {
		outline: #888 dotted 1px
	}
	.switch-toggle input {
		position: absolute;
		opacity: 0;
		display: none
	}
	.switch-toggle input+label {
		position: relative;
		z-index: 2;
		float: left;
		width: 50%;
		height: 100%;
		margin: 0;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 43px
	}
	.switch-toggle a {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1;
		width: 50%;
		height: 100%
	}
	.switch-toggle input:last-of-type:checked~a {
		left: 50%;
		background: #76b73c!important
	}
	.switch-toggle.switch-3 a,
	.switch-toggle.switch-3 label {
		width: 33.3333333333%
	}
	.switch-toggle.switch-3 input:checked:nth-of-type(2)~a {
		left: 33.3333333333%
	}
	.switch-toggle.switch-3 input:checked:last-of-type~a {
		left: 66.6666666667%
	}
	.switch-toggle.switch-4 a,
	.switch-toggle.switch-4 label {
		width: 25%
	}
	.switch-toggle.switch-4 input:checked:nth-of-type(2)~a {
		left: 25%
	}
	.switch-toggle.switch-4 input:checked:nth-of-type(3)~a {
		left: 50%
	}
	.switch-toggle.switch-4 input:checked:last-of-type~a {
		left: 75%
	}
	.switch-toggle.switch-5 a,
	.switch-toggle.switch-5 label {
		width: 20%
	}
	.switch-toggle.switch-5 input:checked:nth-of-type(2)~a {
		left: 20%
	}
	.switch-toggle.switch-5 input:checked:nth-of-type(3)~a {
		left: 40%
	}
	.switch-toggle.switch-5 input:checked:nth-of-type(4)~a {
		left: 60%
	}
	.switch-toggle.switch-5 input:checked:last-of-type~a {
		left: 80%
	}
	.switch-candy {
		background-color: #2d3035;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		text-shadow: 1px 1px 1px #191b1e;
		-webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .2);
		-moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .2);
		box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .2)
	}
	.switch-candy label {
		color: #fff;
		-webkit-transition: color .2s ease-out;
		-moz-transition: color .2s ease-out;
		-o-transition: color .2s ease-out;
		transition: color .2s ease-out
	}
	.switch-candy input:checked+label {
		color: #333;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
	}
	.switch-candy a {
		border: 1px solid #333;
		background-color: #70c66b;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(transparent));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), transparent);
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .2), transparent);
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2), transparent);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .45);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .45);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .45)
	}
	.switch-candy>span {
		color: #333;
		text-shadow: none
	}
	.switch-candy span {
		color: #fff
	}
	.switch-candy.switch-candy-blue a {
		background-color: #38a3d4
	}
	.switch-candy.switch-candy-yellow a {
		background-color: #f5e560
	}
	.switch-.switch-android a {
		background-color: #4694E0;
		color: #fff;
		-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		-moz-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		border: none!important
	}
	.switch-android {
		background: rgba(0, 0, 0, .2)
	}
	.switch-android label {
		color: #fff
	}
	.switch-android>span span {
		opacity: 0;
		-webkit-transition: all .1s;
		-moz-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s
	}
	.switch-android>span span:first-of-type {
		opacity: 1
	}
	.switch-android a {
		background-color: #2872bb;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px
	}
	.switch-android.switch-light input:checked~a {
		background-color: #0E88B1
	}
	.switch-android.switch-light input:checked~span span:first-of-type {
		opacity: 0
	}
	.switch-android.switch-light input:checked~span span:last-of-type {
		opacity: 1
	}
	.switch-android.switch-toggle,
	.switch-android>span span {
		font-size: 85%;
		text-transform: uppercase
	}
	.switch-ios.switch-light {
		color: #868686
	}
	.switch-ios.switch-light a {
		left: 0;
		width: 30px;
		background-color: #fff;
		border: 1px solid #d3d3d3;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .025), 0 1px 4px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .1);
		-moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .025), 0 1px 4px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .1);
		box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .025), 0 1px 4px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .1)
	}
	.switch-ios.switch-light>span span {
		width: 100%;
		left: 0;
		opacity: 0
	}
	.switch-ios.switch-light>span span:first-of-type {
		opacity: 1;
		padding-left: 30px
	}
	.switch-ios.switch-light>span span:last-of-type {
		padding-right: 30px
	}
	.switch-ios.switch-light>span:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 100px;
		top: 0;
		background-color: #fafafa;
		border: 1px solid #d3d3d3;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		-moz-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
	}
	.switch-ios.switch-light input:checked~a {
		left: 100%;
		margin-left: -30px
	}
	.switch-ios.switch-light input:checked~span:before {
		border-color: #53d76a;
		-webkit-box-shadow: inset 0 0 0 30px #53d76a;
		-moz-box-shadow: inset 0 0 0 30px #53d76a;
		box-shadow: inset 0 0 0 30px #53d76a
	}
	.switch-ios.switch-light input:checked~span span:first-of-type {
		opacity: 0
	}
	.switch-ios.switch-light input:checked~span span:last-of-type {
		opacity: 1;
		color: #fff
	}
	.switch-ios.switch-toggle {
		background-color: #fafafa;
		border: 1px solid #d3d3d3;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		-moz-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
	}
	.switch-ios.switch-toggle a {
		background-color: #53d76a;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	.switch-ios.switch-toggle label {
		color: #868686
	}
	.switch-ios input:checked+label {
		color: #3a3a3a
	}
}

.switch-toggle a {
	border: none!important
}

@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width:1280px) {
	.switch-light, .switch-toggle {
		-webkit-animation:webkitSiblingBugfix infinite 1s
	}
}

@-webkit-keyframes webkitSiblingBugfix {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

#swipeme {
	padding-bottom: 64px
}

#footer {
	height: 64px
}

.jconfirm_fail,
.jconfirm_success {
	background: #2872bb;
	text-decoration: none;
	color: #fff!important;
	padding: 5px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 10px
}

.jconfirm_fail:hover,
.jconfirm_success:hover {
	background: #052057
}

.jconfirm_message {
	padding: 10px
}

h4.jconfirm_title {
	background: #052057;
	color: #fff;
	padding: 10px
}

a.jconfirm_close {
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding: 10px;
	float: right;
	font-size: 20px;
	font-size: 2rem
}

.jconfirm_buttons {
	padding: 0 10px
}

.jconfirm_inner {
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5), 0 0 0 10000px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5), 0 0 0 10000px rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px rgba(0, 0, 0, .5), 0 0 0 10000px rgba(0, 0, 0, .5);
	height: auto!important;
	z-index: 5
}

p.hint {
	background: #bbe2f8;
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
	margin: 30px 24px 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #002F6C
}

p.hint a {
	color: #2872BB
}

@media screen and (min-width:520px) {
	body:after {
		content: "TABLET"
	}
	.fourth,
	.half,
	.third {
		width: 48.78%
	}
	.twothird {
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
	.left {
		float: left;
		margin-right: 2.44%
	}
	.right {
		float: right;
		margin-left: 2.44%
	}
	.twocols {
		margin: 1em -1.19%;
		clear: both
	}
	.twocols .one,
	.twocols .two {
		width: 47.619%;
		float: left;
		margin: 0 1.19%
	}
	.twocols.onethirdtwothird .one {
		width: 30.95%
	}
	.twocols.onethirdtwothird .two,
	.twocols.twothirdonethird .one {
		width: 64.285%
	}
	.twocols.twothirdonethird .two {
		width: 30.95%
	}
	.threecols {
		margin: 1em -1.19%;
		clear: both
	}
	.threecols .one,
	.threecols .three,
	.threecols .two {
		width: 30.952%;
		float: left;
		margin: 0 1.19%
	}
	.fourcols {
		margin: 1em -1.19%;
		clear: both
	}
	.fourcols .four,
	.fourcols .one,
	.fourcols .three,
	.fourcols .two {
		width: 47.619%;
		float: left;
		margin: 0 1.19%
	}
	.fourcols .three {
		clear: both
	}
	.fourcols.clearfix:after,
	.fourcols.clearfix:before,
	.threecols.clearfix:after,
	.threecols.clearfix:before,
	.twocols.clearfix:after,
	.twocols.clearfix:before {
		display: table!important
	}
	.four>:first-child,
	.one>:first-child,
	.three>:first-child,
	.two>:first-child {
		margin-top: 0
	}
	.four>:last-child,
	.one>:last-child,
	.three>:last-child,
	.two>:last-child {
		margin-bottom: 0
	}
	.pic {
		margin-top: 1em;
		margin-bottom: 1em
	}
	.pic.fourth,
	.pic.half,
	.pic.third,
	.pic.twothird {
		margin-top: 0
	}
	.pic.folie {
		width: auto;
		height: -webkit-calc(100vh - 222px);
		height: -moz-calc(100vh - 222px);
		height: calc(100vh - 222px);
		display: block;
		margin: 0 auto;
		padding: 20px
	}
	.infobox {
		margin-top: 1em;
		margin-bottom: 1em
	}
	.infobox.fourth,
	.infobox.half,
	.infobox.third,
	.infobox.twothird {
		margin-top: 0
	}
	.playbutton {
		width: 256px;
		height: 180px;
		margin-left: -128px;
		margin-top: -90px
	}
	div.imagegallery .colorbox {
		position: relative;
		display: block
	}
	div.imagegallery .colorbox:after {
		content: "+";
		position: absolute;
		right: -5px;
		bottom: -5px;
		background: #7d8185;
		width: 30px;
		height: 30px;
		display: block;
		text-align: center;
		color: #fff;
		line-height: 200%;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		opacity: 1
	}
	div.imagegallery .colorbox .pic {
		border: 1px solid #fff
	}
	div.imagegallery .colorbox:hover .pic {
		border: 1px solid #3e8acc
	}
	div.imagegallery {
		margin: 0 -1.19%
	}
	div.imagegallery .left {
		margin: 1.19%
	}
	div.imagegallery .fourth {
		width: 22.619%
	}
	div.imagegallery .half {
		width: 47.619%
	}
	div.imagegallery a .pic {
		margin: 0
	}
}

@media screen and (min-width:1040px) {
	body:after {
		content: "SCREEN"
	}
	.fourth,
	.half,
	.third {
		width: 48.78%
	}
	.twothird {
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
	.left {
		float: left;
		margin-right: 2.44%
	}
	.right {
		float: right;
		margin-left: 2.44%
	}
	.twocols {
		margin: 1em -1.19%;
		clear: both
	}
	.twocols .one,
	.twocols .two {
		width: 47.619%;
		float: left;
		margin: 0 1.19%
	}
	.twocols.onethirdtwothird .one {
		width: 30.95%
	}
	.twocols.onethirdtwothird .two,
	.twocols.twothirdonethird .one {
		width: 64.285%
	}
	.twocols.twothirdonethird .two {
		width: 30.95%
	}
	.threecols {
		margin: 1em -1.19%;
		clear: both
	}
	.threecols .one,
	.threecols .three,
	.threecols .two {
		width: 30.952%;
		float: left;
		margin: 0 1.19%
	}
	.fourcols {
		margin: 1em -1.19%;
		clear: both
	}
	.fourcols .four,
	.fourcols .one,
	.fourcols .three,
	.fourcols .two {
		width: 47.619%;
		float: left;
		margin: 0 1.19%
	}
	.fourcols .three {
		clear: both
	}
	.pic.folie {
		max-width: 100%;
		height: auto
	}
	.infobox img.pic {
		width: 456px
	}
	.infobox.fourth img.pic,
	.infobox.half img.pic,
	.infobox.third img.pic,
	.infobox.twothird img.pic {
		width: 100%
	}
	header {
		padding: 10px 44px
	}
	section.modus {
		display: none
	}
	article {
		padding: 12px 44px;
		max-width: 1024px;
		margin: 0 auto
	}
	footer {
		padding: 12px 44px
	}
	div.imagegallery {
		margin: 0 -1.19%
	}
	div.imagegallery .left {
		margin: 1.19%
	}
	div.imagegallery .fourth {
		width: 22.619%
	}
	div.imagegallery .half {
		width: 47.619%
	}
	div.imagegallery a .pic {
		margin: 0
	}
}

a.label {
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 3px 0 0 3px;
    background-color: #73b632;
    position: absolute;
    top: 3.4%;
    right: -1px;
}

@media (min-width:520px) {
a.label {
    font-size: 1.0rem;
    padding: 2px 4px;
    top: 5%;
    right: -1px;
}
}

@media (min-width:1440px) {
a.label {
    font-size: 1.2rem;
    padding: 2px 6px;
    top: 4.2%;
    right: -1px;
}
}