header {
    border-top: 10px solid #FFFFFF;
	height: 80px;
}

header .Logo {
    margin: -4% auto;
}

header.Minimized .Logo {
    margin: -2% 0px;
}

header .Container {
    text-align: right;
}

header #NavigationToggle {
	display: inline-block;
    padding: 0px;
    margin: 10px 0px;
    background: none;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    letter-spacing: 2px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
}

header.Minimized #NavigationToggle {
	margin: 0px;
}

header #NavigationToggle .PullRight {
	display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0px;
    margin: 0px 7px 0px 0px;
	background: transparent url(images/layout/bg_navigation_mobile.png) repeat-x center left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

header #Navigation {
	position: absolute;
	float: none;
	top: 100%;
	right: -100%;
	left: initial;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background: none;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

header #Navigation.toggle-hidden {
	opacity: 0;
}

header #Navigation.toggle-visible {
	width: auto;
    right: 0px;
	opacity: 1;
}

header #Navigation ul {
	display: block;
	width: auto;
	min-width: initial;
	margin: 0px;
}

header #Navigation li {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
}

header #Navigation li a, 
header #Navigation li a.Active {
	padding: 10px 60px 10px 20px;
	color: #000000;
}

header .Facebook,
header .Instagram,
header .Bewusst,
header .Youtube,
header .Mail {
	display: none;
}

footer {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    min-height: initial;
}

footer:before {
	display: none;
    top: -150px;
    width: 150px;
    height: 150px;
    opacity: 0.3;
    background-size: contain;
}

footer #PageTop.Visible {
    top: -45px;
}

footer .Container {
	padding: 0px;
}

footer .Newsletter {
    display: block;
    position: relative;
    padding: 15px 15px 0px 15px;
    white-space: nowrap;	
    top: 0px;
    left: 0px;
    bottom: initial;
    right: initial;
    width: auto;
    text-align: center;
}

footer .Newsletter #Email, 
footer .Newsletter #Email:hover {
    width: 30%;
    margin: 0px 10px 0px 0px;
}

footer .Newsletter #Email,
footer .Newsletter #Email:hover,
footer .Newsletter #Registration,
footer .Newsletter #Registration:hover,
a.Button,
a.Button:hover {
    display: inline-block;
    float: none;
}

footer #NavigationFooter {
    float: none;
    height: auto;
    margin: 15px 15px 30px 15px;
    text-align: center;
}

footer #NavigationFooter ul {
    float: none;
    height: auto;
}

footer #NavigationFooter li {
    display: inline-block;
    float: none;
}

footer .Facebook,
footer .Instagram,
footer .Bewusst,
footer .Youtube,
footer .Mail {
    float: none;
    /*position: absolute;
    top: 30px;
    right: 0px;*/
    margin: 10px 0px;
    height: 29px;
}

/*
footer .Facebook {
    right: 70px;
}

footer .Instagram {
    right: 35px;
}
*/

.glider__title, .glider__subtitle {
    left: 10%;
    bottom: 60%;
    max-width: 80%;
}

.glider__title {
    left: -80%;
}

.glide__slide.active .glider__title {
    left: 10%;
	bottom: 35%;
}

.glide__slide.active .glider__subtitle {
	top: 65%;
}

@media only screen and (orientation: landscape) {
    .glide,
	.Minimized .glide {
		margin-top: 0px !important;
	}
}

.glider__title h1, .glider__subtitle h2, .glider__subtitle span {
    font-size: 26px;
    line-height: 34px;
}

.glider__subtitle h2 {
    font-size: 20px;
    line-height: 26px;
}

.glider__subtitle span {
    font-size: 18px;
    line-height: 24px;
	display: none;
}

.glide__background {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.glide--horizontal .glide__arrows {
	top: auto;
    bottom: 70px;
    margin: 0px;
}

.glide__arrow.prev {
    margin-left: 1%;
}
.glide__arrow.next {
    left: auto;
    right: 0px;
    margin-right: 1%;
}

.glide__arrow.prev, 
.glide__arrow.next {
    background-size: contain;
    width: 20px;
    height: 40px;
}

.Container {
    padding: 0px 15px;
}

article {
    max-width: 100%;
    padding: 10% 15px;
    margin: 0px auto;
    overflow-x: hidden;
}

article.boxes {
    text-align: center;
    margin: 0px auto 0px auto;
}

article.boxes .box {
    width: 60%;
    margin: 0% 2% 10% 2%;
}

article.TextRight .Detailimage, article.TextLeft .Detailimage {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 5% 0px;
}

article.TextRight .Introtext, article.TextLeft .Introtext {
    width: auto;
    max-width: 100%;
    margin: 0px;
    float: none;
}

article.TextLeft .Detailimage img, article.TextRight .Detailimage img {
	margin: 0px;
    max-width: 100%;
    max-height: initial;
}

section.background {
    min-height: 200px;
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
}

.Titel {
    font-size: 32px;
    line-height: 40px;
}

.Untertitel {
    font-size: 24px;
    line-height: 30px;
}

.Mehr, .Zurueck {
    padding: 10px 20px;
}

.Mehr {
    margin: 10px 0px 0px 0px;
}
	
.Feld {
	max-width: 150px;
}

.Feldtext {
	max-width: 250px;
}

.Button {
    padding: 10px 20px;
}

main #Agecheck {
    padding: 20px 20px 120px 20px;
}

main #Agecheck .Container {
    text-align: center;
    height: 90%;
    width: 90%;
	padding: 0px;
}

main #Agecheck img {
    max-width: 60%;
    max-height: 60%;
}

main #Agecheck h4 {
	font-size: 32px;
	line-height: 38px;
	margin: 20px 0px;
}

main #Agecheck input,
main #Agecheck input:hover {
	margin: 0px 5px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 4px 8px;
}

article.Product {
    padding: 15% 15px;
}

.Product .Detailimage {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 30px 0px;
}

.Product .Detailimage img {
    max-height: 300px;
}

.Product .Introtext {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0px;
}

.Product .Info {
	font-size: 20px;
    line-height: 26px;
	padding: 5px 10px;
}

.Product .Info span {
	font-size: 20px;
    line-height: 26px;
}

.Product .Infoimage img {
    width: 200px;
}

section.background h2 {
    font-size: 200%;
    line-height: 110%;
}