.tnp-subscription, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left;
}
body, header, .has-base-background-color {
	background-color: #fff !important;
}
footer {
	background-color: #005a9a !important;
}
footer a, footer p,footer div {
	color:#fff !important;
	font-size: 16px !important;
}
.footermen {
	display: flex;
    gap: 20px;
}
a {
	text-decoration: none !important;
}
footer > .has-global-padding {
	padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
main {
	padding-bottom: 5rem;
	background-image: url(https://liberatus.de/events/wp-content/uploads/2024/08/liberatus_events_hg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-site-blocks {
    padding-bottom: 120px !important;
}
footer {
    width: 100%;
    bottom: 0px;
    position: fixed;
}
h1::before, .form-wrap p::before {
	content: '// ';
	font-weight: bolder;
	color: #005a9a !important;
}
p.hinweis {
	font-style: italic;
	font-size: 14px;
}
h1, p{
	color: #1d1d1b !important;
	
}
.tnp-subscription input[type=checkbox] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
}
.tnp-subscription .tnp-field-checkbox label, .tnp-privacy-field label {
    padding-left: 2rem !important;
    position: relative;
    line-height: 24px !important;
}
.tnp-subscription hr {
	margin-top: 2rem;
	margin-bottom: 2.2rem;
}
.form-wrap:not(.second) .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.form-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:40px;
	padding-top: 1rem; 
	padding-bottom: 1rem;
}
.form-wrap p {
	font-weight: bold;
}

.tnp-subscription input:not([type="submit"]) {
    background-color: #fff !important;
    border: 2px solid #005a9a !important;
}
input[type="text"], input[type="email"] {
	color:#005a9a !important;
	font-size: 16px;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.tnp-subscription input.tnp-submit {
	    background: #50b8c9 !important;
    background: -moz-linear-gradient(45deg, #50b8c9 8%, #207cca 36%, #4c3bc2 100%);
    background: -webkit-linear-gradient(45deg, #50b8c9 8%, #207cca 36%, #4c3bc2 100%);
    background: linear-gradient(45deg, #50b8c9 8%, #207cca 36%, #4c3bc2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b8c9',endColorstr='#4c3bc2',GradientType=1);
    background-size: 200% auto;
    border-color: #fff;
    background-position: 10%;
    transition: background .5s ease-in-out;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    line-height: 24px;
    cursor: pointer;
    padding: 13px 29px !important;
    text-transform: uppercase;
}
.tnp-privacy-field a:where(:not(.wp-element-button)) {
	color: #005a9a !important;
}
input[type=checkbox] {
         position: relative;
	       cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 20px;
         height: 20px;
         top: 0;
         left: 0;
         background-color:#e9e9e9;
}
input[type=checkbox]:checked:before {
         content: "";
         display: block;
         position: absolute;
         width: 20px;
         height: 20px;
         top: 0;
         left: 0;
         background-color:#005a9a;
}
.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio], .tnp-profile input[type=checkbox] {
    margin-right: 15px !important;
    margin-left: 0px !important;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid white;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}

h1 {
	font-size: 36px !important;
	line-height: 42px;
	margin-bottom: 35px !important;
}
@media (max-width:767px) {
	.form-two, .form-wrap.third .wrapper {
		display: block !important;
	}
	h1 {
	    font-size: 30px !important;
	    line-height: 38px !important;
    }
    footer .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	    display: block;
    }
    main {
        background-size: 220%;
	    background-repeat: no-repeat;
	    background-position: right center;
    }
    .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	    display: none !important;
    }
}
@media (max-width:567px) {
	.form-wrap:not(.second) .wrapper {
		display: block;
	}
	footer a, footer p, footer div {
		font-size: 14px !important;
	}
	h1 {
	    font-size: 28px !important;
	    line-height: 35px !important;
    }
    main {
        background-position: right 61%;
    }
}