.tempel_container_background{
	width: 100%;
	padding: 10px;
	padding-top: 50px;
    padding-bottom: 50px;
	background-position-x: center !important;
}

.tempel_container_maxwidth{
	max-width:1300px;
	width:100%;
	margin:auto;
}

.tempel_container_background_centerdiv{
	/*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
	display:flex;
	height: 100%;
	justify-content: center;
    align-items: center;
	flex-direction: column;
}


.tempel_container_bilderrahmen img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.tempel_container_bilderrahmen figure{
	margin: 0;
}

.tempel_container_btn{
	display: flex;
    justify-content: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 38px;
}
.tempel_container_btn a{
	text-decoration: none;
	padding: 0.375rem 0.75rem;
}
.tempel_container_btn a:hover{
	text-decoration: none;
	
}
.tempel_container_btn button{
	transform:scale(1.0);
	padding: 0 !important;
	transition: 500ms;
}
.tempel_container_btn button:hover{
	transform:scale(1.1);	
}

.tempel_container_twocol{
	max-width:49.5% !important;
	/*padding-left: 30px !important;
	padding-right: 30px !important;*/
}
.tempel_container_threecol{
	max-width:33% !important;
}
.tempel_container_fivecol{
	max-width:19.8% !important;
}
.frame{
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width:768px) {
	.tempel_container_twocol{
		max-width:100% !important;
		min-width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.tempel_container_threecol{
		max-width:100% !important;
		min-width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.tempel_container_fivecol{
		max-width:100% !important;
		min-width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.frame.frame-default.frame-type-text.frame-layout-0{
		text-align:center;
	}
}

.container{
	max-width: none !important;
	padding: 0 !important;
}

.card {
	transition: 500ms;
}

.card:hover {
    background: var(--main-default-backgroundcolor);
    color: var(--main-default-textcolor) !important;
	transition: 500ms;
}

.card:focus {
	background: var(--main-default-backgroundcolor);
    color: var(--main-default-textcolor) !important;
	transition: 500ms;
}