html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, description, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, description, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}


/* GENERAL */

body, html {
    height: 100%;
}

body {
	font-family: 'Raleway';
	}
	
h2 {
	display:block;
	width:100%;
	margin-top:3rem;
	font-size:4rem;
	font-weight:300;
	text-transform:uppercase;
	color:#333;
	text-align:center;
	}
	
h3 {
	display:block;
	width:100%;
	margin-top:3rem;
	font-size:2rem;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
	text-align:left;
	}
	
h4 {
	display: block;
    margin-top: 4rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-align: left;
	}

hr {
	width:100%;
	max-width:1140px;
	outline:none;
	border:none;
	height:1px;
	background:#333;
	margin-top:2rem;
	margin-bottom:2rem;
	}
	
.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

blockquote {
  display: block;
  max-width:1100px;
  line-height:3rem;
  margin:auto;
  font-style:italic;
  font-size:2rem;
  font-weight:300;
  color:#333;
  padding: 10px;
  }
  
blockquote p.author {
	font-style:normal;
	color:#666;
	}
	
section {
	max-width: 1140px;
    margin: auto;
    margin-bottom: 4rem;
	}
	
#details {
	text-align:center;
	}	
	
#details img {
	width:100%;
	max-width:1140px; 
	margin:auto;
	}
	
p.untertitel {
	color: #fff;
    margin: 10px auto;
    max-width: 500px;
    font-size: 0.5em;
    background: rgba(0,0,0,0.60);
    padding: 1rem;
	}	
p.detailtext {
	display: block;
  	max-width:1100px;
  	line-height:3rem;
  	margin:auto;
	margin-bottom:2rem;
  	font-size:2rem;
  	font-weight:300;
  	color:#333;
	}
	
p.agb {
	display: block;
  	max-width:1140px;
  	line-height:3rem;
	text-align:left;
  	margin:auto;
	margin-bottom:2rem;
  	font-size:2rem;
  	font-weight:300;
  	color:#333;
	}
	
ol{
	margin: 0 auto;
	display: block;
  	max-width:1140px;
	line-height: 1.5em;
	
	
	}
	
strong{
	font-weight: 600;
	
	}

span.notransform {
	text-transform:none;
	}
	
#ausgabe {
	margin-top:20px;
	font-weight:700;
	font-size:2rem;
	display:inline-block;
	}

/* BACK TO TOP */

.back-to-top {
	background:#333;
	position: fixed;
	bottom:40px;
	right:20px;
	padding:1rem;
	padding-bottom:0.25rem;
	color:#fff;
	font-size:2rem;
	text-decoration:none;
}

/* HEADER */

header {
	height:40px;
	width:100%;
	position:fixed;
	top:0;
	background:#333;
	color:#fff;
	font-size:0.8rem;
	font-weight:700;
	z-index:9999;
	}
	
nav#main, nav.technav {
	width:auto;
	display:inline-block;
	float:right;
	}
	
nav#main ul li, nav.technav ul li {
	float:left;
	margin-right:2rem;
	line-height:40px;
	}
	
nav#main ul li a {
	color:#fff;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration:none;
	}

	
nav#main ul li a:hover {
  border-bottom: 2px solid #fff;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  
	}
	
nav.technav a{
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	}
	
/* FULL SCREEN BG*/

.bg { 
	position:relative;

    /* The image used */
    background-image: url("../img/galerie.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CAPTION */

.bg #headline {
	position:absolute;
	width:100%;
	top:30%;
	font-size:4rem;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	}

.bg #headline h1 {	
	background:rgba(0,0,0,0.90);
	display:inline-block;
	font-weight:400;
	line-height:normal;
	padding-left:1rem;
	padding-right:1rem;
	}
	
	
.bg #headline a {
	display:inline-block;
	font-size:1rem;
	text-decoration:none;
	background:rgba(255,255,255,0.95);
	color:#333;
	font-weight:700;
	text-transform:uppercase;
	padding:1rem;
	padding-bottom:0.5rem;
	padding-top:0.5rem;
	width:auto;
	margin:auto;
	margin-top:3rem;
	line-height:30px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
	border:2px solid #333;
	transition: all 250ms linear;

	}
	
.bg #headline a:hover {
  border: 2px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  transform: translateY(2px);
  transition: all 250ms linear;
  font-weight: 900;

}
	
div.artbg {
	position:relative;
	}
	
a.bestellen {
	color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	}

/* GALERIE */

.twocolumns {
	width:100%;
	max-width:1100px;
	height:auto;
	padding:2rem;
	padding-top:0;
	background:#f9f9f9;
	margin:auto;
	border:1px solid #efefef;
	display:table;
	border-top:none;
	}
	
.onecolumn {
	/* width:100%; */
	max-width:1100px;
	height:auto;
	padding:2rem;
	padding-top:0;
	padding-bottom:2rem;
	background:#f9f9f9;
	margin:auto;
	border:1px solid #efefef;
	display:table;
	}

.onecolumn > .artwork {
	width:100%;
	height:400px;
	}
.twocolumns > .artwork {
	width:49%;
	height:400px;
	margin-bottom:1.5rem;
	}
	
.left {
	float:left;
	margin-right:1%;
	}
	
.right {
	float:right;
	margin-left:1%;
	}
	
.artbg {
	width:100%;
	height:400px;
	}
	
.bildeins, .bildzwei, .bilddrei, .bildvier, .bildfuenf {
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
	}
	
.bildeins {
	background-image:url(../img/birthday-header.jpg);
	}
	
.bildzwei {
	background-image:url(../img/motiv-warp-wand.jpg);
	}
	
.bilddrei {
	background-image:url(../img/motiv-blau-weiss-wand.jpg);
	} 
	
.bildvier {
	background-image:url(../img/motiv-interstellar-wand.jpg);
	}
	
.bildfuenf {
	background-image:url(../img/motiv-erubis-wand.jpg);
	}
	
/* BESTELLFORMULAR */

form {
	/*  width:100%; */
	max-width:1100px;
	height:auto;
	padding:2rem;
	background:#f9f9f9;
	margin:auto;
	border:1px solid #efefef;
	display:block;
	}
	
label {
	font-size:1rem;
	margin-right:2rem;
	width:175px;
	display:inline-block;
	margin-bottom:20px;
	}
	
input[type=text] {
	font-size:1rem;
	padding:10px;
	border:1px solid #efefef;
	margin: 0 0 0 9px;
	}

input[type='checkbox']{ height: 0; width: 0; visibility: hidden; }

input[type='checkbox'] + label{
  position: relative;
  display: block;
  margin: .6em 0;
  width: 100%;
  align-items: center;
  color: #000;
  transition: color 250ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'] + label > span{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 1em;
  width: 1.1em;
  height: 1.1em;
  border: 2px solid #9E9E9E;
  background: #ffffffc4;
  border: 2px solid #000000;
  cursor: pointer;  
  transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label{
  color: #666;
}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
  background: rgba(255,255,255,.1);
}

input[type='checkbox']:checked + label > span{
  border: 2px solid #000;
  background-color: rgba(255,255,255,0.5);
  animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox']:checked + label > span:before{
  content: "";
  position: absolute;
	top: .5em;
    left: .33em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{    
    transform: scale(.85);
  }
  100%{
    transform: scale(1);    
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .2em;
    height: .5em;    
    border-color: #212121;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}

input[type=text]::placeholder {
	color:#999;
	}
	
input[type=submit] {
	font-size:1rem;
	padding:10px;
	display:block;
	margin-top:2rem;
	border:none;
	background:#f00;
	color:#fff;
	font-weight:700;
	transition: all 250ms linear;

	}
	
input[type=submit]:hover {
	font-size:1rem;
	padding:10px;
	display:block;
	margin-top:2rem;
	background:#f00;
	transform: translateY(2px);
	color:#fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    transition: all 250ms linear;
	font-weight:700;
	}
	
ul.motivauswahl {
	margin-bottom:0rem;
	margin-top: -17px;
    height: 15rem;
	}
	
ul.zubehoer label{
	width:450px;
	}
	
ul.zubehoer select {margin-right:20px;}
	
ul.motivauswahl label {
	display:block;
	position:relative;
	width:185px;
	margin-right: 16px;
	height:185px;
	cursor:pointer;
	}
	
ul.motivauswahl label[for=bild1] {background-image:url(../img/motiv-birthday-klein.jpg);}
ul.motivauswahl label[for=bild2] {background-image:url(../img/motiv-warp-klein.jpg);}
ul.motivauswahl label[for=bild3] {background-image:url(../img/motiv-blau-weiss-klein.jpg);}
ul.motivauswahl label[for=bild4] {background-image:url(../img/motiv-interstellar-klein.jpg);}
ul.motivauswahl label[for=bild5] {background-image:url(../img/motiv-erubis-klein.jpg);}
	
ul.motivauswahl li {
	float:left;
	}

	
a.textlink {
	font-weight:700; 
	color:#333;
	}
	
/* FOOTER */
	
footer {
	height:40px;
	width:100%;
	background:#efefef;
	color:#333;
	font-size:0.8rem;
	font-weight:700;
	z-index:9999;
	}
	
/* Hover-Effekt */

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
} 

figure.effect-birthday figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
} 

figure.effect-sadie h2 {
	position: absolute;
	top: 85%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-birthday h2 {
	position: absolute;
    top: 10%;
    left: 44%;
    padding: 8px 0px 9px 14px;
    background-color: rgba(0,0,0,0.5);
    font-size: 2em;
    font-weight: 500;
    text-align: left;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-birthday figcaption::before,
figure.effect-birthday p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p{
	top:20
	bottom: 0;
	left: 0;
	padding-top: 25px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}

figure.effect-birthday p{
    top: 20%;
    text-align: left;
    position: absolute;
    left: 73%;
	font-weight:500;
    font-size: 0.8em;
    line-height: 25px;
    padding-top: 25px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-birthday p span{
	font-weight: 700;
	color: #fff;
	}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-80px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-80px,0);
}

figure.effect-birthday:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-30%,0) translate3d(0,-30px,0);
	transform: translate3d(0,-30%,0) translate3d(0,-30px,0);
}


figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-birthday:hover figcaption::before ,
figure.effect-birthday:hover p{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid{
	position: relative;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	list-style: none;
	text-align: center;
}

.grid2 {
	position: relative;
	margin: 0 auto ;
	padding: 1em 0 2em; 
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure{
	position: relative;
	float: left;
	overflow: hidden;
    margin: 0 1% 22px 5px;
	max-height: 400px;
	width: 48%;
	text-align: center;
	cursor: pointer;
}

.grid2 figure{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 9px 0 10px 5px;
	max-height: 400px;
	width: 98%;
	text-align: center;
	cursor: pointer;
}

.grid figure img, .grid2 figure img{
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption, .grid2 figure figcaption {
	color: #fff;
	text-transform: none;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	height: 300px;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-size: 2em;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	margin-top: 48%;
	line-height: 20px;
	font-size: 68.5%;
}

a.download {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	}
	
.button {
	display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    background: rgba(255,255,255,0.95);
    color: #333;
    font-weight: 700;
    padding: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: auto;
    margin-top: 0.5rem;
    /* line-height: 30px; */
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    text-transform: none;
    border: 2px solid #333;}
	
.button2 {
	display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    background: #333;
    color: #fff;
    font-weight: 700;
    padding: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: auto;
    margin-top: 0.5rem;
    margin-left: 6px;
    /* line-height: 30px; */
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    text-transform: none;
    border: 2px solid #fff; 
	}
	
.beschreibung { 
    display: block;
    font-size: 1rem;
    padding: 15px;
    line-height: 22px;
	height:150px;
}

.link {
	color: #333;
	text-decoration: underline;
	}
	
.link:hover {
	color: #f00;
	}	
	
.button:hover, .button2:hover  {
  border: 2px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  transition: all 250ms linear;
  font-weight: 900;
	transform: translateY(2px);
}
	
.load {
	color: #fff;
    background: rgba(0,0,0,0.8);
    border: 1px solid #fff;
    padding: 5px 11px 6px 11px;
	text-decoration: none;
    line-height: 57px;
	    margin-left: 9px;
	-webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
	}
	
.load:hover {
	color: #000;
    background: rgba(255,255,255,0.8);
    padding: 5px 11px 6px 11px;
    margin-top: 5px;
	-webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
	}

.mobile {
	display:none;
}	

.nomobile {
	display:block;
}	

.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #333;
	font-size: 0.9em;
    line-height: 1.3em;
	background-color: #fff;
	color: #333;
}

	.qtip-default .qtip-titlebar{
		background-color: #fff;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #fff;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,

.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}



/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #333;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

@media only screen and (max-width: 768px) {	

.grid p {
	font-size: 1.2rem;
}

.bg {
    height: 130%; 
	}
	
h3 {
    padding: 1rem;
    margin-top: 1rem;
	}
	
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-10%,0) translate3d(0,-20px,0);
	transform: translate3d(0,-10%,0) translate3d(0,-20px,0);
}
	
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 1% 22px 5px;
    max-height: 400px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
	
header {
    height: 70px; }
	
.menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    width: 34px;
    height: 31px;
    text-indent: -9999px;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
}

.bg #headline h1 {
    margin-top: 10%;
	    font-size: 6rem;
 }
	
hr {

    margin-top: 1rem; }

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

ul.motivauswahl {
    margin-top: 0; 
	height: auto !important;
	overflow: hidden !important;
}

section {
    margin-bottom: 1rem;
	 padding: 8px;
}

.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}

.mobile {
	display:block;
}	

.nomobile {
	display:none;
}	

.nav {
	display:none !important;
}	
	
.bg #headline {
    top: 10%;
}

nav#main ul li, nav.technav ul li {
    float: left;
	margin-right: 1rem;
	}
	
h2 {
    font-size: 2rem;
}

h3 {
    padding: 0rem;
	margin-top: 2em;
}

h4 {
    margin-top: 6rem; }

blockquote {
    width: 80%;
    font-size: 1.5rem;

}

p.untertitel {
    font-size: 0.4em;
}

.onecolumn {
    padding: 1rem;
}
input[type=text] {
    font-size: 1.2rem;
    width: 90%;
	margin-top: 10px;
	}
	
label {
    font-size: 1.1rem;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 6px;	

}

.bg #headline a {
    margin-top: 0rem;

}

ul.zubehoer label {
    width: auto;
	
}

input[type='checkbox'] + label {
    display: block;
}

input[type='checkbox'] + label > span {
    display: block;
	float: left;
}

span.agb{
	 float: left;
	}

form {
	 padding: 0;
	 width: 90%;
	 margin: 0 auto;
	}


ul.motivauswahl li {
    float: none;
    width: 185px;
}

input[type='checkbox'].guy + label {
	display:block;
	}
	
.mobilenav {
	margin-left: 10px;
	}
	
form {
    display: block;
	    padding: 10px;
}

.grid figure {
    margin: 0 1% 22px 0;
}


}


/*
* {border:1px solid #f0f !important;} *\