.headersliderbackground-contact {
	background-image: url(img/);
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
	display: table;
	align-items: center;
	background-position: top;
}
.team {
    width: 100%;
    display: table;
    background: #fff;
}
.team-container {
    padding: 50px 0;
}
.team-section {
    display: table;
    width: 960px;
    margin: 0 auto;
}

.team-member {
    display: table-cell;
    width: 30%;
    padding: 0 1.5%;
    font-size: 18px;
}
.team-member-img {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.team-member-img-cropp {
    width: 100%;
    position: absolute;
}
.team-member-name {
    background: #1b9a1b;
    color: #fff;
    padding: 15px;
}
.team-member-position {
    padding: 15px;
    background: #f5f5f5;
}
.team-member-contact {
    padding: 15px;
}
.team-header {
    text-align: center;
}

.team-header > h2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}
.team-header > p {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
}
.contact-form-area {
    background: #131c20;
    padding: 50px 0;
    color: #fff;
    background-image: url(img/kontakt.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form-section {
    width: 960px;
    display: table;
    margin: 0 auto;
}
.contact-form-container > h2 {
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}
.contact-form-container > p {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
}
.first-name, .last-name, .contact-mail, .contact-phone {
    display: table-cell;
    width: 45%;
}
.first-name, .contact-mail {
    padding-right: 5%;
}
.first-last-name, .contact-info {
    display: table;
    width: 100%;
}
.contact-info > div > span > input, .first-last-name > div > span > input {
    width: 100%;
    border: 0px;
    height: 50px;
    margin: 10px 0;
    background: rgba(17, 17, 17, 0.5);
    border-bottom: 3px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.contact-info > div > span > input:focus, .first-last-name > div > span > input:focus {
    width: 100%;
    border: 0px;
    height: 50px;
    margin: 10px 0;
    background: #fff;
    border-bottom: 3px solid #131c20;
    border-radius: 0px;
    color: #131c20 !important;
    outline: none;
}



.text-box-info > span > textarea {
    width: 100%;
    border: 0px;
    margin: 10px 0;
    background: rgba(17, 17, 17, 0.5);
    border: 3px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    outline: none;
}

.text-box-info > span > textarea:focus {
    width: 100%;
    border: 0px;
    margin: 10px 0;
    background: #fff;
    border: 3px solid #131c20;
    border-radius: 0px;
    color: #131c20;
    padding: 10px;
    outline: none;
}
.submit-contact-form > input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    width: 150px;
    background-color: #24cc23;
    margin: 0 auto 20px auto;
    padding: 10px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 4px solid #fff;
    /* float: right; */
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.map-area {
    display: block;
    height: 80vh;
}
.map-container {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 80vh;
}

@media (max-width: 960px) {
.team-container {
    padding: 15px;
}
.team-header > h2 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}
.team-section {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.team-member {
    display: table;
    width: 100%;
    padding: 0 1.5%;
    font-size: 18px;
}
.team-member-img {
    height: 300px;
    display: none;
    overflow: hidden;
    position: relative;
}
.contact-form-section {
    width: 85%;
    display: table;
    margin: 0 auto;
}
.first-name, .last-name, .contact-mail, .contact-phone {
    display: table;
    width: 100%;
}
.first-name, .contact-mail {
    padding-right: 0;
}
.first-last-name, .contact-info {
    display: table;
    width: 100%;
}
.first-last-name > div > span > input {
    width: 100%;
}
.attach-file-box >span >input {
display:table;
width:100%;
}
}
