body {

}

img {
    max-width: 100%;
}

.head {
    margin-top: 50px;
}

.head a {
    text-decoration: none;
    color: #000;
}

.head a:hover {
    color: #F58029;
}

.head ul {
    list-style: none;
}

.head ul li {
    margin-bottom: 0;
}

.nav_logo {
    text-align: center;
    width: 100%;
    top: -5px;
}

.nav_logo img {
    max-width: 80%;
}

header {
    background: #fff;
}

section {

}

#solitions {
    min-height: 200px;
}

#contact {

}

#impressum {

}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.prim_nav {
    font-weight: 900;
}

.sec_nav {
    font-weight: 400;
}

.person_header {
    width: 100%;
}

.underline {
    margin-top: 5px;
    height: 1.75px;
    background-color: #000;
    margin-bottom: 25px;
}

.form-contact #form-name,
.form-contact #form-email,
.form-contact #form-msg {
    background: #F58029;
    color: #fff;
}

.form-contact #form-submit {
    float: right;
    border: none;
    padding: 0px;
}

.orange-font {
    color: #F58029
}

.organe-bg {
    background-color: #F58029;
}

.impressum-contact th, .impressum-contact td {
    padding: 0px;
    text-align: left;
    border-bottom: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    /* -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;*/
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 7px;
    top: 4px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #F58029;
    top: 5px;
}

video {
    background: white !important;
}



@media (max-width: 400px) {
    video {
        width: 100%;
    }

    .rslides li .textbody {
        padding: 0 40px !important;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {
    video {
        width: auto;
    }
	
	  .rslides li .textbody {
        padding: 0 120px !important;
    }

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
    .person_photo {
        position: absolute;
        bottom: 30px;
        right: 20px;
        opacity: 1;
        width: 30.6666666667% !important;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
