textarea:focus, input:focus, select:focus{
	outline: none;
}
textarea {
	height: 199px;
}
input, textarea {
	width: 100%;
	border: 0;
	padding: 20px;
}
input[type="checkbox"] {
	width: 14px;
	vertical-align: middle;
	position: relative;
	bottom: 3px;
}
label {
	width: 100%;
}
form .row:not(:last-child) label {
	margin-bottom: 1.8rem;
}
span.field-name {
	display: inline-block;
	margin-bottom: 17px;
}
.contact .form-col i {
	padding-right: 9px;
}
.contact p.mandatory {
	margin-bottom: 0;
}
/* Template A */
.contact-1 p.mandatory {
	margin-left: 1em;
}
.template-a input,
.template-a textarea {
	background-color: #f3f5f5;
}
/* Template B */
.contact-2 label {
	margin-bottom: 28px;
}
.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}
.template-b input, 
.template-b textarea {
	border: 2px solid #ccc;
}


/* add to normal css */
.template-b .team-swiper .swiper-slide {
	background: rgba(64,71,76,.9);
}
.template-b .team-overlay {
	border-radius: 50%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 11;
	-webkit-transition: opacity .4s ease,border-radius .4s ease;
	transition: opacity .4s ease,border-radius .4s ease;
}
.template-b .team-swiper .swiper-slide:hover .team-overlay {
	border-radius: 0;
	opacity: 1;
}
@media (min-width: 992px) {
	.template-b .team-overlay {
	background: rgba(64,71,76,.9);
	}
}
@media (max-width: 991px) {
	.template-b .team-overlay {
		position: relative;
		opacity: 1;
		border-radius: 0;
		height: auto;
		padding: 2rem;
	}
}
.template-b .team-swiper .swiper-slide .team-overlay h3,
.template-b .team-swiper .swiper-slide .team-overlay h4,
.template-b .team-swiper .swiper-slide .team-overlay p {
	color: #fff;
}
.grid-gallery-overlay {
	top: 0;
	color: #fff;
	background-color: rgba(64,71,76,.8);
	opacity: 0;
	z-index: 2;
}
a.swipebox:hover .grid-gallery-overlay {
	opacity: 1;
}
/* Grid Gallery */
.grid-gallery-overlay i {
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}
/* Kontakt */
@media (min-width: 1450px){
	.custom-col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.custom-col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.custom-offset-xxl-0 {
		margin-left: 0;
	}
	.custom-mt-xxl-0 {
		margin-top: 0rem!important;
	}
}
@media (min-width: 1700px){
	.custom-col-xxxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.custom-col-xxxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.custom-offset-xxxl-0 {
		margin-left: 0;
	}
	.custom-mt-xxxl-0 {
		margin-top: 0rem!important;
	}
	.custom-order-xxxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.custom-order-xxxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

/* Footer */
.footer-social li {
	margin: 0 0.9rem;
}
.footer-nav a {
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.template-b .footer-content .footer-nav li:not(:last-child)::after {
		content: '\A';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #fff;
		display: inline-block;
		margin: 0 1.5rem;
		vertical-align: middle;
	}
}
@media (min-width: 992px) {
	footer .footer-nav a {
		padding: 43px 2vw;
	}
}
@media (min-width: 1200px) {
	.template-b .footer-content .footer-nav li:not(:last-child)::after {
		content: '\A';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #fff;
		display: inline-block;
		margin: 0 1.5rem;
		vertical-align: middle;
	}
}