/*
Theme Name: Weblabels v5.0 - Child Theme
Theme URI: https://www.weblabels.de
Author: Patrick Hinz | Weblabels
Author URI: https://www.weblabels.de
Description: Die v5.0.1 des hauseigenen Themes von Weblabels
Template:     weblabels
Version:      5.0.1
*/


/*##################################
        Generelle Styles
##################################*/

body{overflow-x: hidden;}

.eael-grid-post-holder{ border: none; }
.eael-grid-post-holder{ border: none; }
.eael-entry-wrapper{ padding: 15px 0px 15px 0px !important; }
.eael-contact-form input[type=submit]{ float: left !important; }

/*##################################################
            Contact Form 7 Master Styling
##################################################*/
.wpcf7-form a{ color:#27617e; }
.wpcf7-form a:hover{ color:#6EC1E4; text-decoration: none; }

/*##################################
     CF7 Image Capture Border
##################################*/
.captcha-image label > input:checked + svg{
        border: 2px solid  rgb(61, 247, 44) !important;
}

.link--datenschutz , .captcha-image label{
     font-family: Sans-serif;
     font-size: 12px;
     font-weight: 500;
}

.captcha-image .cf7ic_instructions span { color: #A0C751!important; }

/*##################################
     Footer Styles
##################################*/

.footer--links a{ text-decoration: none;}
.footer--links a:hover{ color: #000; }


/*##################################
        Passwort Styles
##################################*/
.post-password-form{
	padding: 50px 20px;
	text-align: center;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height:60vh;
}

.post-password-form input[type=password]{
	border: solid 1px #4e4e4e;
	border-radius: 5px;
}

.post-password-form input[type=submit]{
	background-color: #a0c751;
	border:0px;
	padding: 5px 30px;	
	border-radius: 5px;
	transition: ease-in-out 0.5s;
}

.post-password-form input[type=submit]:hover{
	background-color: #A0C75152;
	transition: ease-in-out 0.5s;
}