#kontakt {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}
#kontakt #dynamiccontent {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#kon_wrap {
    float: left;
    width: 100%;
}
p.first_single.kon_text {
    float: left;
    width: 100%;
}
.kon_box.container.first {
    float: left;
    width: 100%;
}
.kon_box label {
    font-size: 16px;
    font-weight: 500;
}

#kon_wrap input,
#kon_wrap select,
#kon_wrap textarea{
    margin-bottom: 30px;
}

#kon_wrap textarea {
	resize: vertical;
}

#kon_wrap .red{
    color: #ff9239;
}

#k_option6{
    margin-right: 10px;
}

#dynamiccontent .banner {
	display: block;
	margin-bottom: 60px;
	clear: both;
}

#dynamiccontent .banner__container {
	display: block;
	width: 100%;
	position: relative;
	float: none;
}

#dynamiccontent .banner__figure {
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}

#dynamiccontent .banner__figure img {
	display: block;
	float: none;
	width: 100%;
}

#dynamiccontent .banner__link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 1060px) {
	.kon_container_full input#k_option6 {
	    margin-bottom: 5px !important;
	}
}



@media only screen and (max-width: 767px) {
	.kon_box input[type="submit"] {
	    margin-top: 0;
	}
}