i[class^="i-"] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 66%;
}

.i-mail {
	background-image: url("../icons/email.svg");
}

.i-phone {
	background-image: url("../icons/phone.svg");
}



.wp-block-columns {
	margin-top: 2rem;
}

.wp-block-image img {
	height: auto;
}

.wp-block-buttons {
	padding-top: 1rem;
}

#more-1 {
	display: block;
	height: 1rem;
}


.wp-block-columns.zahlenblasen:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 20rem;
	margin-top: -2rem;
	background: url("../images/zahlenblasen2_bg.jpg") no-repeat center center;
	background-size: cover;
}

.wp-block-columns.zahlenblasen {
	margin: 6rem 0 3.5rem;
	justify-content: space-around;
}

.wp-block-columns.zahlenblasen > div {
	z-index: 1;
	text-align: center;
	max-width: 12rem;
	margin-bottom: 3rem;
	padding: 2rem;
	flex: 1;
	align-items: center;
	justify-content: center;
	color: #fff;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	-moz-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-columns.zahlenblasen > div:before {
	content: "";
	padding-top: 100%;
}

.wp-block-columns.zahlenblasen p {
	font-size: 1.15rem;
	line-height: 1.3;
}

.wp-block-columns.zahlenblasen p strong {
	font-size: 2.4rem;
	display: block;
	line-height: 1;
	padding: .8rem 0;
}



#header {
	height: 9rem;
	position: relative;
	overflow: hidden;
}

#home #header {
	height: 31rem;
	background: url("../images/schloss_grafenegg_morgendaemmerung.jpg") no-repeat center center;
	background-size: cover;
	max-height: 70vh;
	min-height: 20rem;
}

#home #header:after {
	content: "\00A9  Grafenegg Kultur / Alexander Haiden";
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	font-size: .6rem;
	color: #eaeaea;
	text-shadow: .05rem .05rem .3rem #000;
}

#header .logo,
.logo img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8%;
	top: 0;
	margin: auto;
	max-width: 88%;
	height: auto;
}

#header .logo {
	margin: 1rem auto 0;
	bottom: auto;
}

#header .logo img {
	top: 1rem;
	max-width: 61%;
	margin: .8rem auto;
}

#home #header .logo {
	margin: auto;
	bottom: 8%;
	top: 0;
	max-width: 88%;
}

#home #header .logo img {
	top: 0;
	max-width: 88%;
	margin: auto;
}

.logo,
#footer .contact i {
	background-color: rgba(255,255,255,.85);
	display: block;
	text-align: center;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	-moz-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
}
	
#header .logo {
	bottom: 0;
	width: 18.75rem;
	height: 18.75rem;
}

#nav,
.wp-block-columns.zahlenblasen > div {
	text-align: center;
	
	background: #8dbe50;
	background: -moz-linear-gradient(top,  #8dbe50 0%, #52a32c 100%);
	background: -webkit-linear-gradient(top,  #8dbe50 0%,#52a32c 100%);
	background: linear-gradient(to bottom,  #8dbe50 0%,#52a32c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbe50', endColorstr='#52a32c',GradientType=0 );
}

#navigation > li {
	display: inline-block;
	list-style: none;
	margin: 0 1rem;
	position: relative;
}

#navigation > li,
#navigation .sub-menu {	
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-family: 'Mulish SemiBold', sans-serif;
}

#navigation > li > a {
	text-transform: uppercase;
	font-size: 1.25rem;
	display: inline-block;
	padding: .7rem 0.7rem;
	text-shadow: .05rem .05rem .2rem rgba(100,100,100,.6);
}
#navigation > li:hover,
#navigation > li:focus,
#navigation > li:active,
#navigation > li > a:hover,
#navigation > li > a:focus,
#navigation > li > a:active,
#navigation > li.current-menu-item,
#navigation > li.current-menu-parent {
	background: #52a32c;
}

#navigation .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background: #52a32c;
	padding: 0 .7rem .2rem;
	min-width: 13rem;
	
	-webkit-box-shadow: 0 .5rem .5rem .25rem rgba(94,94,94,.10);
	-moz-box-shadow: 0 .5rem .5rem .25rem rgba(94,94,94,.10);
	box-shadow: 0 .5rem .5rem .25rem rgba(94,94,94,.10);
}

#navigation li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

#navigation .sub-menu li {
	list-style: none;
	border-top: 1px solid rgba(255,255,255,.5);
	text-align: left;
	padding-bottom: .2rem;
}

#navigation .sub-menu li:first-of-type {
	border-top: none;
	margin-top: -.3rem;
}

#navigation .sub-menu a {
	display: inline-block;
	padding: .4rem 0;
	line-height: 1.3;
}

#navigation .sub-menu a:hover,
#navigation .sub-menu a:focus,
#navigation .sub-menu a:active {
	color: #5d5d5d;
}

.content {
	max-width: 70rem;
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
}

#main {
	padding: 3rem 0;
}

#footer {
	background: url("../images/footer_bg.jpg") repeat-x 60vw top;
	background-size: auto 100%;
	min-height: 25rem;
}

#footer .content {
	padding-top: 9.5rem;
	text-shadow: 0 0 .5rem #000;
}

#footer .logo {
	position: relative;
	width: 14rem;
	height: 14rem;
	float: left;
	margin-right: 2rem;
}

#footer .imprint {
	float: left;
	color: #fff;
}

#footer address {
	font-size: 1.15rem;
	margin-bottom: 1.2rem;
}

#footer h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	max-width: 20rem;
	margin: 2rem 0 .5rem;
}

#footer .imprint li {
	font-size: .8rem;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}

#footer .imprint li:not(:last-of-type):after {
	content: "|";
	padding: 0 .4rem 0 .6rem;
	color: #fff;
}

#footer .imprint li a {
	color: #fff;
}

#menu-footer {
	margin-bottom: 0;
}

#footer .contact {
	float: right;
	margin-top: 7.5rem;
}

#footer .contact p {
	display: inline-block;
	color: #fff;
	font-size: 1.15rem;
}

#footer .contact p + p {
	margin-left: 3rem;
}

#footer .contact i {
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	background-color: #fff;
	vertical-align: middle;
	margin:-.1rem .3rem 0 0;
}

#footer .contact a {
	text-decoration: none;
	color: #fff;
}


#welcome {
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
}

#welcome .iconnav {
	width: 56%;
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 2% 2.5rem;
	margin-right: 5%;
}

#welcome .iconnav li {
	list-style: none;
	width: 33%;
	text-align: center;
	margin: 2.5rem 0 0 0;
}

#welcome .iconnav a {
	font-family: 'Mulish SemiBold';
	text-decoration: none;
	color: #484848;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}
#welcome .iconnav a:hover {
	color: #52a32c;
}

#welcome .iconnav a:before {
	content: "";
	background: #fff no-repeat center center;
	background-size: 61%;
	display: block;
	margin: 0 auto .5rem;
	height: 4.75rem;
	width: 4.75rem;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#welcome .iconnav a:hover:before {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

#welcome .iconnav .icon-jagen a:before {
	background-image: url("../icons/jagen.svg");
}
#welcome .iconnav .icon-fischen a:before {
	background-image: url("../icons/fischen.svg");
}
#welcome .iconnav .icon-wald a:before {
	background-image: url("../icons/wald.svg");
}
#welcome .iconnav .icon-wohnen a:before {
	background-image: url("../icons/wohnen.svg");
}
#welcome .iconnav .icon-vielfalt a:before {
	background-image: url("../icons/vielfalt.svg");
}

#welcome .text {
	width: 35%;
	text-align: center;
}

#aktuelles {
	background: url("../images/aktuelles_bg.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 5rem;
}

#aktuelles .content {
	max-width: 63rem;
	padding: 5rem 5% 0;
	display: flex;
}

#aktuelles h2 {
	color:#fff;
	font-size: 3rem;
	text-shadow: .05rem .05rem .3rem #000;
}

#aktuelles h2:after {
	background: url("../icons/aktuelles.svg") no-repeat right top;
	background-size: 100% auto;
	width: 8rem;
	height: 8rem;
	margin: 1.5rem 0;
}

#aktuelles article {
	background: rgba(255,255,255,.86);
	padding: 2rem;
	margin: 0 0 3rem 4rem;
	
	-webkit-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	-moz-box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
	box-shadow: 0 0 .75rem .25rem rgba(94,94,94,.10);
}

#aktuelles article .more-link {
	text-decoration: none;
	text-transform: uppercase;
	color: #8dbe50;
	display: inline-block;
	margin-top: .8rem;
	font-size: 1.1rem;
}
#aktuelles article .more-link:hover {
	color:#52a32c;
}

.grecaptcha-badge {
	display: none !important;
}

.wpcf7-not-valid-tip {
	display: block;
	margin: -.4rem 0 1rem;
}


.contactform .row,
.form .row {
	display: flex;
	min-height: 2.4rem;
}

.contactform .row > .label,
.contactform .row > p:first-of-type,
.form .row > .label {
	padding-top: .7rem;
	width:35%;
	line-height: 1.4;
}

.contactform .row .value,
.form .row > .value  {
	width: 65%;
}



#user-auth-container {
	max-width: 25rem;
	margin: 0 auto;
}

.message {
	color: #5d5d5d;
	background-color: #e5e5e5;
	border: 1px solid #5d5d5d;
	margin: 1rem auto;
	padding: .8rem 1rem;
	display: table;
	font-size: .95rem;
}

.message.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.message.success {
	color: #52a32c;
	background-color: #f0f4eb;
	border-color: #8dbe50;
}

#user-cols {
	display: flex;
	gap: 7%;
}

#user-content {
	flex: 1 1 auto;
}

#user-menu {
	flex: 0 0 auto;
	width: 11.5rem;
}

#user-menu a {
	border: 1px solid #8dbe50;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: .7rem .6rem;
	margin: 0 .5rem 0.5rem 0;
}
#user-menu a:hover,
#user-menu a:focus,
#user-menu a.act {
	background: #8dbe50;
	color: #fff;
}