/*
========================
Header area start
========================
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/*
 * Global
 */
html,body {
	webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
}
@media screen and (max-width: 991px) {
	html,body {
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) {
	html,body {
		font-size: 16px;
	}
}
a {
	color: #2b3943;
	font-weight: bold;
	transition: opacity 0.2s ease-in-out;
}
a:hover {
	color: #2b3943;
	text-decoration: none;
	opacity: 0.75;
}
#main a {
	font-size: 1.125rem;
}
h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #2b3943;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
}
h3 {
	margin-top: 1.125rem;
	margin-bottom: 0.85em;
	font-size: 2rem;
	font-weight: 700;
	color: #2b3943;
}
@media screen and (max-width: 991px) {
	.section-anchor {
		display: block;
		padding-top: 9rem;
		margin-top: -9rem;
	}
}
@media screen and (min-width: 992px) {
	.section-anchor {
		display: block;
		padding-top: 12rem;
		margin-top: -12rem;
	}
}

/**
 * Font awesome
 */
 .fa, .fas, .far, .fal, .fad, .fab {
	font-family: 'FontAwesome';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-external-link:before {
	content: "\f08e";
}

/*
 * Bootstrap
 */
.container {
	max-width: 112rem;
}
@media screen and (max-width: 991px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.container {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container-fluid {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.large-gutters {
	  margin-left: -1.5rem;
	  margin-right: -1.5rem;
	}
	.large-gutters>* {
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.container-fluid {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}
	.container {
		padding-left: 9rem;
		padding-right: 9rem;
	}
	.medium-gutters {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	  }
	.medium-gutters>* {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.large-gutters {
	  margin-left: -4.5rem;
	  margin-right: -4.5rem;
	}
	.large-gutters>* {
	  padding-left: 4.5rem;
	  padding-right: 4.5rem;
	}
}
.btn {
	border-radius: 0;
	font-weight: bold;
}
.btn-primary {
	background-color: #2b3943;
	border-color: #2b3943;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #2b3943!important;;
	border-color: #2b3943!important;;
	opacity: .9!important;
	box-shadow: none!important;
}
.btn-outline-primary {
	border-color: #2b3943!important;
	color: #2b3943!important;
	box-shadow: none!important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
	background-color: transparent!important;
	border-color: #2b3943!important;
	opacity: .9;
	color: rgb(43, 57, 67)!important;
	box-shadow: none!important;
}


/*
 * Site Header
 */
.site-header {
	position: relative;
	z-index: 33;
	background-color: #ffffff;
}
@media screen and (max-width: 991px) {
	.site-header {
		height: 6rem;
	}
}
@media screen and (min-width: 992px) {
	.site-header {
		height: 7.5rem;
	}
}
.site-header .brand {
	text-align: center;
}
.site-header .brand {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	align-self: center;
}
@media screen and (max-width: 991px) {
	.site-header .brand img {
		height: 6rem;
		padding: 0.75rem 0;
	}
}
@media screen and (min-width: 992px) {
	.site-header .brand img {
		height: 7.5rem;
		padding: 0.75rem 0;
	}
}
.site-header .container-fluid {
	height: 100%;
}
.site-header .navbar {
	height: 100%;
	padding: 0;
}
@media screen and (max-width: 991px) {
	.site-header .navbar {
		position: inherit;
	}
}
.site-header .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 991px) {
	.site-header .navbar-collapse {
		position: absolute;
		top: 6rem;
		left: 0;
		width: 100%;
		padding: 5%;
		background-color: #fff;
	}
	.site-header .navbar-collapse .navbar-nav li a {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 992px) {
	.site-header .navbar-nav {
		position: absolute;
		left: 0rem;
		bottom: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
}
.site-header .navbar-nav li > a {
	padding-right: 2rem;
	font-size: 1.125rem;
	margin: 0.375rem 0;
	font-weight: 700;
	color: #2b3943;
	display: inline-block;
}
.site-header ul li > a:hover {
	opacity: 0.75;
}

.site-header .navbar .meta-menu {
	padding: 0;
	list-style: none;

}
@media screen and (max-width: 991px) {
	.site-header .navbar .meta-menu {
		margin-top: 3rem;
	}
}
@media screen and (min-width: 992px) {
	.site-header .navbar .meta-menu {
		position: absolute;
		right: 0rem;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
}
.site-header .navbar .meta-menu li a {
	font-size: 1.125rem;
	margin: 0.375rem 0;
	color: #2b3943;
	display: inline-block;
	font-weight: 300;
}
@media screen and (min-width: 992px) {
	.site-header .navbar .meta-menu li a {
		padding-left: 2rem;
	}
}
.site-header .navbar-toggler {
	border: 0px solid transparent;
	padding: 0;
}
/*
 * Sticky Header
 */
.is-sticky {
	z-index: 999;
}
.is-sticky .site-header {
	position: fixed;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0 0.9375rem 0.625rem -0.9375rem rgba(0, 0, 0, 0.1);
}


/*
 * Hero
 */
.hero {
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.hero {
		margin-bottom: 4.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero {
		margin-bottom: 9rem;
		min-height: 40rem;
		height: calc(100vh - 13.5rem);
	}
}
.hero .image-container {
	background-image: url(../images/forstwirt-banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
@media screen and (max-width: 1199px) {
	.hero .image-container {
		height: 50vh;
	}
}
@media screen and (min-width: 1200px) {
	.hero .image-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0rem;
	}
}
.hero .section-inner {
	height: 100%;
}
.hero .container {
	height: 100%;
	position: relative;
}
.hero .tile {
	background: #2B3943;
}
@media screen and (max-width: 1199px) {
	.hero .tile {
		margin-top: -7.5rem;
		padding: 3rem;
	}
}
@media screen and (min-width: 1200px) {
	.hero .tile {
		position: absolute;
		left: 9rem;
		bottom: -3rem;
		padding: 3rem;
		min-height: 32rem;
		max-width: 32rem;
	}
}
.hero .tile h1 {
	color: #FFF;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.hero .tile h1 {
		font-size: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.hero .tile h1 {
		margin-bottom: 3rem;
		font-size: 2.75rem;
	}
}
.hero .tile ul  {
	margin: 0;
	padding: 0 0 0 1.25rem;
	font-size: 1.125rem;
	color: rgba(255,255,255,0.75);
	margin-top: 1.875rem;
}

/*
 * Content
 */
@media screen and (max-width: 991px) {
	.section-title {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.section-title {
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 991px) {
	.grid-item {
		margin-bottom: 3rem;
	}
}
@media screen and (min-width: 992px) {
	.grid-item {
		margin-bottom: 6rem;
	}
}
.grid-item ul {
	margin-bottom: 0;
	padding-left: 1.25rem;
	font-size: 1.125rem;
	font-weight: 300;
}
.grid-item p {
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 300;
}

.dien-item img {
	width: 100%;
}

.dien-item p,
.dien-item ul li {
	font-size: 1.25rem;
	color: #2b3943;
}

/* contact-form-area start */
.contact-form-wrapper {
	position: relative;
	margin-top: 9rem;
	padding-bottom: 4.5rem;
}
.contact-form-wrapper .image-container {
	position: absolute;
	top: 4.5rem;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url(../images/forstwirt-banner-2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.contact-form-wrapper .container {
	margin-top: -4.5rem;
	position: relative;
	height: 100%;
}
.contact-form {
/*	min-height: 47rem;*/
	background: #2B3943;
}
@media screen and (max-width: 1199px) {
	.contact-form {
		right: 5%;
		left: 5%;
		padding: 3rem;
	}
}
@media screen and (min-width: 1200px) {
	.contact-form {
		right: 6rem;
		padding: 3rem;
		max-width: 36rem;
		margin-left: auto;
	/*	min-height: 47rem;*/
		background: #2B3943;
	}
}

.contact-form h3 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.contact-form input,
.contact-form textarea {
	border: none;
	border-radius: initial;
	margin-bottom: 1.25rem;
	padding: 1.25rem 1.25rem;
	min-height: 2.5rem;
	color: #FFF;
	font-size: 1.125rem;
	background: #49555E;
}
.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	background: #49555E;
	box-shadow: none;
	border: none;
	color: #FFF;
}
.contact-form::-webkit-input-placeholder,
.contact-form::-ms-input-placeholder,
.contact-form::placeholder {
	color: #999;
}
.contact-form label {
	display: block;
	position: relative;
	padding-left: 2.5rem;
	padding-top: -0.3125rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 1.5625rem;
}
.contact-form label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0.3125rem;
	left: 0.4375rem;
	height: 1.25rem;
	width: 1.25rem;
	background-color: #49555E;
}
.contact-form .notice {
	color: rgba(255,255,255,0.5);
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.contact-form .callback-check-input,
.contact-form .contact-check-input {
	margin-bottom: -1rem;
	padding: 0;
	min-height: inherit;
}
.contact-form .form-check-label {
	display: inline;
}
.contact-form .form-check-label {
	padding-left: 1.5rem;
	color: rgba(255,255,255,0.5);
}
.contact-form .form-check-label a {
	color: rgba(255,255,255,1);
}
.contact-form select {
	background-color: #49555E!important;
	border: none;
	border-radius: initial;
	margin-bottom: 1.25rem;
	height: 2.5rem;
	color: #FFF;
	font-size: 1.125rem;
	padding: 0 0.75rem;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrow.png);
	background-size: 10px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
/* The select element is set to required
 * as long as the selected options value
 * is empty the element is not valid.
 */
.contact-form select:invalid {
 	color: #62757D;
}
/* Styling for browsers which do support
 * styling select option elements directly
 */
.contact-form select[disabled] {
	color: #62757D;
}
.contact-form select option {
	color: #ffffff;
}
.contact-form #datepicker {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/date.png);
	background-size: 16px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
.form-control:valid {
  color: #ffffff;
}
.form-control:invalid {
  color: #62757D;
}

input:placeholder-shown {
  color: black;
}
.contact-form select:focus {
	box-shadow: none!important;
	border: none;
}
.contact-form label input:checked ~ .checkmark:after {
	display: block;
}
.contact-form label .checkmark:after {
	left: 0.4375rem;
	top: 0.0625rem;
	width: 0.5rem;
	height: 0.875rem;
	border: solid #FFF;
	border-width: 0rem 0.125rem 0.125rem 0rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-form input[type="submit"] {
	height: 3.125rem;
	margin: 0;
	padding: 0 2rem;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	background: #171E24;
	color: #FFF;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.contact-form input[type="submit"]:hover {
	opacity: .7;
}

/* footer-area start */
.site-footer {
	padding: 1rem 0 1.5rem 0;
	background: #2B3943;
}
.site-footer .footer-logo img {
	width: 6.25rem;
	float: left;
	margin-right: 1.5rem;
}
.site-footer .footer-content {
	margin-bottom: 1.5rem;
}
.site-footer .footer-content p {
	font-size: 1rem;
	margin: 0;
	color: #fff;
}
.site-footer .footer-content a {
	color: #FFF;
	font-size: 1.0625rem;
}
.footer-socket {
	margin-top: 4.5rem;
}
.footer-socket ul {
	margin: 0rem;
	padding: 0;
}
.footer-socket ul li {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	padding-right: 1.5rem;
	color: rgba(255,255,255,0.75);
}
.footer-socket ul li a {
	color: rgba(255,255,255,0.75);
}
.footer-socket ul li a:hover {
	color: rgba(255,255,255,1);
}





/*=== page-2 start ===*/
#main {
	height: 100%;
	min-height: 75vh;
}
#main .main-part {
	padding: 3.75rem 0 3.75rem;
}

#main .page-header h1 {
	font-size: 3.75rem;
	font-weight: 700;
	color: #2b3943;
}

#main .imp-inner-1 ul li,
#main .imp-inner-2 ul li {
	font-size: 1.125rem;
	color: #000;
	padding: 0.125rem 0;
}

#main .imp-inner-2 ul li a {
	color: #000;
}

#main .imp-inner-2 ul li a:hover {
	color: #515151;
}

#main .imp-inner-1,
#main .imp-inner-2 {
	margin-top: 1.875rem;
}

#main .bdr-rang {
	position: relative;
	margin: 2.5rem 0;
}

#main .bdr-rang span {
	width: 5rem;
	height: 0.3125rem;
	display: block;
	background: #2B3943;
}

#main .bdr-rang span::after {
	content: "";
	position: absolute;
	display: block;
	background: #E2E2E2;
	width: calc(100% - 10%);
	height: 0.3125rem;
	top: 0;
	left: 10%;
}

#main .inner-part p {
	font-size: 1.125rem;
	color: #000;
	margin-bottom: 1em;
}
#main .inner-part ol {
	padding-left: 1.25rem;
}
#main .inner-part ol li {
	margin-bottom: 1em;
	padding-left: 1.25rem;
	font-size: 1.125rem;
	color: #000;
}

.contact-form-area input[type="radio"] {
	display: inline-block;
	width: inherit;
}

.contact-form-area input[type="radio"] {
	display: inline-block;
	width: inherit;
}

ul#tab-links {
	padding: 0;
	margin: 0;
}
.tab-links:after {
	display: block;
	clear: both;
	content: '';
}
.tab-links li {
	list-style: none;
	position: relative;
	margin-bottom: 1rem;
	margin-left: -40px;
}
.tab-links li:before {
	position: absolute;
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border: 2px solid #fff;
	background-color: #fff;
	left: 0;
	top: 6px;
	border-radius: 50%;
	opacity: 0.25;
}
.tab-links li a {
	display:block;
	font-size: 1.125rem;
	font-weight:700;
	color: #fff;
	padding-left: 25px;
	text-align: left;
	transition: all linear 0.15s;
	opacity: 0.5;
}
.tab-links li.active a {
	opacity: 1;
}
.tab-links li.active::before {
	background-color: #0E488E;
	opacity: 1;
}
.tab {
	display: none;
}
.tab.active {
	display: block;
}



.scrolltotop {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1.25rem 1.25rem 0 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	padding-top: 0.5rem;
	font-size: 1.375rem;
	color: #ffffff;
	position: fixed;
	right: 0.3125rem;
	bottom: 0.3125rem;
	display: none;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
	background: #000;
	color: #fff;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .5);
}

/* button */

a button {
	margin-top: 25px;
	border: 1px solid #fa7d31;
	background-color: #fa7d31;
	color: #fff;
	padding: 15px 25px;
	font-size: 1.125rem;
	margin-right: 25px;
}

a.flyer button {
	margin-top: 25px;
	background-color: #2b3943;
	border:1px solid #fa7d31;
	color: #fa7d31;
	padding: 15px 25px;
	font-size: 1.125rem;
}

a button:hover {
	background-color: #d85607;
	color: #fff;
	border: 1px solid #d85607;
}



.tile button {width: 100%;}
.tile p {
	font-size: 20px;
	color: #fff;
}

#submit-button {
	height: 3.125rem;
	margin: 0;
	padding: 0 2rem;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	background: #171E24;
	color: #FFF;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	border: 0px;
	letter-spacing: 1px;
}

.info {
	display: block;
	margin-top: 25px;
	color: #fff;
}

.info a{
	text-decoration: underline;
	color: #fff;
}


.contact-form .kontakt-logo {width: 250px; margin-bottom: 25px;}
.contact-form,
.contact-form a {
	color: #fff;
	font-size: 1.125rem;
		font-weight: 300;
}
