body {
    margin: auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
/*-webkit-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);
	box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/

.navbar_bg {
    width: auto;
    margin: auto;
}
.navbar-default {
    background: #fff;
    border-radius: 0px;
}
.nav_menu {
    text-transform: uppercase;
    padding-top: 18px;
}
.nav_menu li {
    text-transform: uppercase;
}
.nav_menu li a {
    color: #343a3a;
    font-weight: 600;
    padding: 5px 0px;
    margin: 0px 15px 0px 15px;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
}
.nav_menu li a:hover {
    border-bottom: #ad302e solid 2px;
}
.nav_actv {
    border-bottom: #ad302e solid 2px!important;
}
.top_header {
    width: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0px 130px 0px;
}
.top_header h1 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 46px;
    line-height: 46px;
    padding: 0px 0px 30px 0px;
    font-weight: 300;
    color: #fff;
}
.top_header h1 span {
    font-weight: 600;
}
.top_header h4 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}
.top_header a {
    margin-top: 68px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    border: #fff solid 2px;
    padding: 13px 14px 14px 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top_header a:hover {
    background: #a61b22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.red_prt {
    width: auto;
    
    text-align: center;
    color: #fff;
    padding: 70px 0px 60px 0px;
}
.red_prt h2 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}
.red_prt p {
    font-size: 18px;
    line-height: 22px;
}
.das_sind {
    width: auto;
    padding: 75px 0px 75px 0px;
}
.das_sind span {
    padding: 35px 0px 45px 0px;
    width: 100%;
    line-height: 0px;
    text-align: center;
    display: inline-block;
}
.das_sind h3 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #343233;
    text-align: center
}
.das_sind p {
    width: 50%;
    margin: auto;
    font-size: 15px;
    color: #343233;
    line-height: 24px;
    text-align: center
}
/*.das_sind {
    font-size: 4rem;
}

.das_sind span::before {
	float: left;
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
	left: 50%;
	right: 50%;
    margin: 0 auto; 
}

*/

.service_part {
    width: auto;
    padding: 10px 0px 30px 0px;
}
.service_part img {
    float: left;
}
.hover15 figure {
    position: relative;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .85s;
    animation: circle .85s;
}
@-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 120%;
 height: 120%;
 opacity: 0;
}
}
@keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 120%;
 height: 120%;
 opacity: 0;
}
}
.service_part h5 {
    margin: 0px;
    padding: 0px 0px 20px 95px;
    font-size: 19px;
    color: #343233;
    text-align: left;
}
.service_part p {
    width: auto;
    padding: 0px 0px 0px 95px;
    font-size: 14px;
    margin: 0px;
    color: #343233;
    line-height: 24px;
    text-align: left;
}
.melden_sie {
    width: auto;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px 60px 0px;
}
.melden_sie h4 {
    margin: 0px;
    padding: 0px 0px 25px 0px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center
}
.melden_sie p {
    width: 70%;
    margin: auto;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: center
}
#subscribeform {
    width: 445px;
    margin: auto;
    padding-top: 80px;
}
#subscribeform .form-group {
    margin-bottom: 25px;
}
.input_fld {
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkbox label {
    color: #fff;
    font-size: 12px;
}
.sec_lastprt {
    width: auto;
    padding: 90px 0px 90px 0px;
}
.sec_lastprt p {
    width: auto;
    color: #343233;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 0px 20px 0px;
}

.form-group a{
	margin-top: 38px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #fff;
	border-radius: 0px;
    line-height: 18px;
    font-size: 18px;
    border: #fff solid 2px;
    padding: 13px 14px 14px 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-group  a:hover {
    background: #a61b22;
	color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*****footer css start******/

footer {
    background: #cecece;
    border-top: #ad302c solid 2px;
    padding: 20px 0px 20px 0px;
    font-size: 17px;
    margin-top: 30px;
}
footer p {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: #676767;
}
footer p a {
    color: #676767;
}
footer p a:hover {
    color: #343233;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .ft_link {
    text-align: right;
    padding: 10px 0px 10px 0px;
}
footer .ft_link a {
    color: #676767;
    font-size: 17px;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .ft_link a:hover {
    color: #343233;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*********responsive start************/

@media (min-width:220px) and (max-width:767px) {
.nav_menu {
    text-transform: uppercase;
    padding-top: 0px;
}
.nav_menu li a {
    color: #343a3a;
    font-weight: 600;
    padding: 5px 0px;
    margin: 10px 0px 10px 0px;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
}
.top_header {
    width: auto;
    text-align: center;
    padding: 60px 0px 80px 0px;
}
.top_header h1 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 34px;
    line-height: 40px;
    padding: 0px 0px 30px 0px;
    font-weight: 300;
    color: #fff;
}
.top_header h1 span {
    font-weight: 600;
    font-size: 30px;
}
.top_header h4 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}
.red_prt {
    width: auto;
    background: #ad302c;
    text-align: center;
    color: #fff;
    padding: 50px 0px 50px 0px;
}
.red_prt h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
}
.red_prt p {
    font-size: 16px;
    line-height: 22px;
}
.das_sind {
    width: auto;
    padding: 45px 0px 45px 0px;
}
.das_sind h3 {
    margin: 0px;
    padding: 0px 0px 18px 0px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #343233;
    text-align: center;
}
.das_sind p {
    width: auto;
    margin: auto;
    font-size: 15px;
    color: #343233;
    line-height: 24px;
    text-align: center;
}
.das_sind span {
    padding: 30px 0px 30px 0px;
    width: 100%;
    line-height: 0px;
    text-align: center;
    display: inline-block;
}
.service_part p {
    width: auto;
    padding: 0px 0px 0px 95px;
    font-size: 14px;
    margin: 0px;
    color: #343233;
    line-height: 24px;
    text-align: left;
}
.service_part h5 {
    margin: 0px;
    padding: 0px 0px 10px 95px;
    font-size: 19px;
    color: #343233;
    text-align: left;
}
.melden_sie {
    padding: 40px 0px 40px 0px;
}
.melden_sie h4 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.melden_sie p {
    width: auto;
    margin: auto;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
#subscribeform {
    width: auto;
    margin: auto;
    padding-top: 30px;
}
.sec_lastprt {
    width: auto;
    padding: 40px 0px 40px 0px;
    text-align: center;
}
.sec_lastprt p {
    width: auto;
    color: #343233;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 0px 20px 0px;
}
.sec_lastprt img {
    display: inline-block;
}
footer p {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    color: #676767;
    text-align: center;
}
footer .ft_link {
    text-align: center;
    padding: 5px 0px 5px 0px;
}
footer {
    background: #cecece;
    border-top: #ad302c solid 2px;
    padding: 20px 0px 20px 0px;
    font-size: 17px;
    margin-top: 0px;
}
}

@media (min-width:767px) and (max-width:1024px) {
.sec_lastprt {
    width: auto;
    padding: 90px 0px 10px 0px;
}
.das_sind p {
    width: 70%;
    margin: auto;
    font-size: 15px;
    color: #343233;
    line-height: 24px;
    text-align: center;
}
.service_part p {
    width: auto;
    padding: 0px 0px 0px 95px;
    font-size: 14px;
    margin: 0px;
    color: #343233;
    line-height: 24px;
    text-align: left;
}
	

}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}