@charset "utf-8";
/* CSS Document */
html{
	font-size:100%;
}
body{
	margin:0;
	font-family: "Roboto",Arial,sans-serif;
	background-color: #966432;
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../../fonts/roboto-v30-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* schoolbell-regular - latin */
@font-face {
  font-family: 'Schoolbell';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/schoolbell-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/schoolbell-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/schoolbell-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/schoolbell-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/schoolbell-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/schoolbell-v18-latin-regular.svg#Schoolbell') format('svg'); /* Legacy iOS */
}
/* 	###
	header */

#toepferei{
	width:100%;
	height:100vh;
	min-height:100vh;
	display:inline-block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../toepferei/ines.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../toepferei/ines.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../toepferei/ines.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../../toepferei/ines.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../toepferei/ines.jpg");
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../toepferei/ines.jpg");
}
.vCenter{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
}
h1{
	color:#FFF;
	font-family: 'Schoolbell',serif;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-align: center;
	width:100%;
	clear: both;
}
h1 span.claim{
	font-family: "Roboto",Arial,sans-serif;
	font-size:1.5rem;
}

#toepferei h1 img{
	width:12.5rem;
}
h2{
	color:#FFF;
	font-family: 'Schoolbell',serif;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	width:100%;
	text-align: center;
}
h2 span{
	font-size:1rem;
	position: relative;
	top:-20px;
}
p{
	font-size:1.2rem;
	line-height: 1.4;
}
p.legal{
	font-size:0.7rem;
	line-height: 1.2;
}
.cta{
	white-space: nowrap;
	display: inline-block;
	font-size:1.5rem;
	padding:10px 20px;
	margin:5px 10px;
	text-decoration: none;
	border-radius:4px;
	background-color:#966432;
	color:#FFF;
    box-shadow: 0px 0.1em 0px 0px rgba(0,0,0,0.25);
}
.cta:hover{
    background-color: #af8250;
    box-shadow: inset 0px 0.1em 0px 0px rgba(0,0,0,.25);
}
#header{
	position:fixed;
	width: 100%;
	top:-50px;
	z-index:1000;
}
#header p{
	position: relative;
	top:-40px;
    transform: skewY(0deg);
	margin:10px 10px 0;
	padding:0;
	font-size: 20px;
	color:#FFF;
}
#header p a{
	color:#FFF;
	text-decoration: underline;
}
#header p a:hover{
	color:#af8250;
	text-decoration: none;
}
#header .hintergrund{
	top:-50px;
	left:0;
	width:100%;
	height:100px;
	display:block;
	background-color:#000;
    transform: skewY(-3deg);
}
.splitter{
	width:100%;
	height:100vh;
	display: block;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}
section{
	width:100%;
	min-height:100px;
	display: inline-flex;
	align-items: center;
	position: relative;
	overflow-x:hidden;
	margin:-100px 0;
}
section .hintergrund{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:calc(100% - 100px);
	display:block;
	background-color:rgba(18,143,204,1);
    transform: skewY(-3deg);
}
section .inhalt{
	width:100%;
	min-height: 100%;
	display:inline-block;
	padding:200px 10px;
	color:#FFF;
	text-align: center;
    transform: skewY(0deg);
	overflow: hidden;
}
section .inhalt a{
	text-decoration: none;
	color:#FFF;
	display: inline-block;
	/*margin:0 10px;*/
}
section .inhalt a:hover{
	font-style: oblique;
}

#footer{
	width:100%;
	min-height:50px;
	display: block;
	/*text-align: right;*/
	text-align: center;
	box-sizing: border-box;
	padding:5rem 1rem 1rem;
}
#footer p{
	color:rgba(0,0,0,0.6);
	line-height: 1.2;
	margin:0;
	padding:0;
}
#footer p strong{
	display: block;
	margin-top:0.5rem;
}
/*#footer ul{
	margin: 100px 0 20px;
	padding: 0 20px;
	list-style-type: none;
}

#footer ul li{
	display: inline-block;
	margin:5px 10px;
}
#footer ul li a{
	display: block;
	text-decoration: none;
	color:#FFF;
	border:2px solid rgba(18,143,204,0);
	padding:4px 10px;
	border-radius: 4px;
}
#footer ul li a:hover{
	border:2px solid rgba(18,143,204,1);
}*/
:root{
	--cube-width:3rem;
	--cube-transZ:1.5rem;
	--brand-blue-100:rgba(18,143,204,1);
}
div.cube-control{}
div.cube-container{
	perspective: 900px;
	cursor: default;
	pointer-events: none;
	filter: drop-shadow(4px 2px 10px rgba(0,0,0,0.25));
}
div.cube{
	width:var(--cube-width);
	height:var(--cube-width);
	transform-style: preserve-3d;
	transition: all 0.5s ease-out;
}
.auto div.cube{
	transition: all 5s ease-in-out;
}
.cube-face{
	position: absolute;
	width:var(--cube-width);
	height:var(--cube-width);
	font-size:1.75rem;
	background: linear-gradient(45deg, rgba(14,114,163,1),var(--brand-blue-100) 45% 55%, rgba(14,114,163,1));
	color:#FFF;
	display:flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
}
.cube-face div.logo{
	width:75%;
	height:75%;
	display:flex;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/admin/img/wolkentaenzer.svg');
}

.cube-face.front{
	transform:translateZ(var(--cube-transZ));
}
.cube-face.back{
	transform:rotateY(180deg) translateZ(var(--cube-transZ));
	}
.cube-face.left{
	transform:rotateY(-90deg) translateZ(var(--cube-transZ));
	}
.cube-face.right{
	transform:rotateY(90deg) translateZ(var(--cube-transZ));		
	}
.cube-face.top{
	transform:rotateX(90deg) translateZ(var(--cube-transZ));				
	}
.cube-face.bottom{
	transform:rotateX(-90deg) translateZ(var(--cube-transZ));
	}

div#badge3d{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:6rem;
	height:7rem;
	position: fixed;
	bottom:2rem;
	right:0;
	padding:1.0rem 0.125rem 0.125rem 0.125rem;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	background-color:rgba(255,255,255,1);
	box-shadow: 0 0 1rem rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
#badge3d p{
	text-align: center;font-family: 'Schoolbell', serif;
	line-height: 1.3rem;
	margin-bottom: 0;
}
#badge3d div.cube-control{}
@media only screen and (max-width : 767px) {
	h1{
		font-size: 4rem;
	}
	h1 span.claim{
		font-size:1.5rem;
	}
	#header p{
		font-size:1.2rem;
	}

	#toepferei h1 img{
		width:150px;
	}
	#footer{
		text-align: center;
	}
	.splitter{
		height:60vh;
		background-attachment:scroll;
	}
}
@media only screen and (max-width : 480px) {
	h1{
		font-size: 3rem;
	}
	h1 span.claim{
		font-size:1rem;
	}
	#header p{
		font-size:1rem;
	}
	h2{
		font-size: 2rem;
	}
	p{
		font-size: 1rem;
	}
	#toepferei h1 img{
		width:125px;
	}
	.cta{
		font-size:16px;
		padding:7px 14px;
	}
	.splitter{
		height:60vh;
	}
}
@media only screen and (max-height : 500px) {
	h1{
		font-size: 2.5rem;
	}
	#toepferei h1 img{
		width:10rem;
	}
	h1 span.claim{
		font-size:1rem;
	}
}