/**
Theme Name: Binder-Gruppe
Author: unimess GmbH
Author URI: https://www.unimess.de
Description: Theme für die Binder-Gruppe
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: binder-gruppe
Template: astra
*/
.login-username {
    display: flex;
    flex-direction: column;
}

.login-password {
    display: flex;
    flex-direction: column;
}

/* News */
.kacheln a {
	padding-top: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.kacheln .object-fit {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}

.logo-white img {
    position: inherit;
    margin-bottom: 4rem;
    object-fit: contain;
    width: auto;
    height: auto;
}

.kacheln .text {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    top: 0;
   
    background: rgba(0, 0, 0, 0.4);
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
.kacheln .text h4 {
	color: #fff;
}
.kacheln .text .weiterlink {
	margin-top: 1rem;
	margin-bottom: 0;
}
.kacheln .text:hover {
    background: rgba(0, 0, 0, 0.6);
}
.kacheln a:hover .object-fit {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* #1024px */
@media(max-width:1024px) {
	.kacheln .text h4 {
		font-size: 1rem;
	}
	.logo-white img {
    	margin-bottom: 2rem;
    	height: 30px;
	}
}