.pendulum-container{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.pendulum-container .sceneContainer{
	margin-right:40px;
	background-color: white;
}
.pendulum-container .menu{
	width: 480px;
}



@media screen and (max-width: 1024px){
	.pendulum-container {
		flex-direction: column;
		/*height: calc(100vh - 130px);*/
		/*margin-top: -60px;*/
	}
	.page-id-3008 #wrapper{
		padding-top: 50px;

	}
	.pendulum-container .sceneContainer{
		flex: 1 1 auto;
		margin:auto;
	}

	.pendulum-container .menu{

		border-top: 2px solid black;
		z-index: 1;
		height: calc(100% - 20px);
		margin-top: 20px;
		/*overflow-y: scroll;*/
		overflow: hidden;
		justify-content: space-between;

		width: calc(100% + 30px);
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.buttons{

		margin-top: 10px !important;
	}



}

@media screen and (max-width: 480px){
	#colorpicker{
		display: block !important;
	}


}
#colorpicker > div{width:45%;
display: flex;
	align-items: center;
}


@media screen and (max-width: 450px){
#colorpicer{
	display: block !important;
}
	#hintergrundfarbe{
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 400px){
	.page-id-3008 #wrapper{
		padding-top: 30px;

	}
	.page-id-3008 .fsrs{
		display: block;

	}
}

.menu::-webkit-scrollbar {
	-webkit-appearance: none;
}

.menu::-webkit-scrollbar:vertical {
	width: 10px;
}

.menu::-webkit-scrollbar:horizontal {
	height: 10px;
}

.menu::-webkit-scrollbar-thumb {
	background-color: black;
	border-radius: 0px;
	border: 2px solid #ffffff;
}

.menu::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #ffffff;
}

.colorPickButton:hover {
	transform: scale(1) !important;
}

img {
    max-width: 100%;
    max-height: 100%
}
#poster1{
	width: calc(50% - 15px);
}

#poster1 + .menu{
	width: calc(50% - 15px);
}


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

	.pendulum-container{
		margin-top: 40px;
	}

	#poster1{
		width: 100%;
	}

	#poster1 + .menu{
		width: 100%;
	}

}


.posterContainer{
	min-width: 500px;
	width: 70%;
	align-content: left;
}

.posterBox{
	position: relative;
	margin: 1.5% auto;
	font-family: Spectral SC, serif;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.poster-element{
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.poster-element,
.posterBox{
	/*height: var(--posterHeight);
	width: calc(var(--posterHeight)/1.40056)*/
	min-height: 550px;
	min-width: 550px;

}
@media screen and (max-width: 1200px){
	.poster-element,
	.posterBox{
		min-height: 400px;
		min-width: 400px;
	}
}

@media screen and (max-width: 470px){
	.poster-element,
	.posterBox{
		min-height: 300px;
		min-width: 300px;
	}
}

@media screen and (max-width: 340px){
	.poster-element,
	.posterBox{
		min-height: 280px;
		min-width: 280px;
	}
}

@media screen and (max-width: 1024px) {
	.page-id-3964 #wrapper {
		padding-top: 10px !important;
	}
}


/*
.sceneContainer{
	--posterHeight: 85vh;
	z-index: 1

}
@media screen and (max-width: 1400px){
	.sceneContainer{
		--posterHeight: 75vh;
	}
}
@media screen and (max-width: 1265px){
	.sceneContainer{
		--posterHeight: 65vh;
	}
}

@media screen and (max-width: 1024px){
	.sceneContainer{
		--posterHeight: 45vh;
	}
}
@media screen and (max-width: 600px){
	.sceneContainer{
		--posterHeight: 35vh;
	}
}*/




canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#menu .menu-container{
	padding: 20px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	flex-grow: 1;
	height: 100%;
	width:70%
}

.menu-container{
	max-width: unset;
	min-width: 200px
}

.dedication-container{
	color: black;
	font-size: 12px; 
	text-align: center;
	text-transform: uppercase;
	font-family: 'Spectral SC', serif;
    word-wrap: break-word;
    white-space: pre-line;
}

#colorPick{
	background: white !important;
}
.button, #downloadB, #downloadBL{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:white;
    background-color: black;
    padding: 5px 10px;
    border: 2px solid black !important;

}
.button:hover, #downloadB:hover, #downloadBL:hover{
    border: 2px solid black !important;
    background: white;
    color: black;
}
#downloadBL{
    margin-top: 15px;
}
#dedication{
	border: 2px solid black !important;
	width: 100%;
	height: 120px;
	max-width: 400px;
	margin-bottom: 30px;
	padding: 5px;
	box-sizing: border-box;
}
.picker {
    border-radius: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: none;
	background: none;
} 

.picker:hover {

}
.signaturbox{
	margin-bottom:30px;
}
.buttons{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.buttons > button, .buttons > div{
	margin-right: 15px;
}
#weiter{
	margin-top: 30px;
}

.timer{
	margin-top: 10px;
}

.container-signatur {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
}
.container-signatur input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

.container input:checked ~ .checkmark {
	background-color: black;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container-signatur  input:checked ~ .checkmark:after {
	display: block;
}

.container-signatur  .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}