*  {   
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
body, p {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #565656;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.nopadding {
	padding: 0px;
}
a {
    color: #ff9600;
    text-decoration: none;
}
a.cc_more_info, .cc_container a:visited {
    color: #ff9600!important;
}
a:hover{
    color: #ce6d00;
	text-decoration: none;
}
a.cc_more_info:hover{
    color: #ce6d00!important;
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
.h1, h1, .jumbotron .h1, .jumbotron h1 {
    font-size: 36px;
}
h1.art-postheader {
    margin-top: 0px;
}
.h2, h2 {
    font-size: 30px;
	line-height: 1.4em;
}
.h3, h3 {
    font-size: 21px;
}
.h4, h4 {
    font-size: 18px;
}
.glyphicon {
    margin-right: 5px;
}
.orange {
	color: #ff9b0b;
}
.bold {
	font-weight: bold;
}
.t-padding {
	padding-top:30px;
}
.t-padding:first-child h2 {
	margin-top:0px;
}
.jumbotron p {
    font-size: 14px;
}
.jumbotron .container {
    padding-right: 30px;
    padding-left: 30px;
}
.jumbotron.grey {
	margin-top: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.jumbotron.pale  {
	margin-top: 30px;
	padding-top: 15px;
    padding-bottom: 30px;
}
.jumbotron.grey + .jumbotron.white, .jumbotron.pale + .jumbotron.white {
	margin-top: 0px;
}
.jumbotron.white + .jumbotron.grey, .jumbotron.white + .jumbotron.pale    {
	margin-top: 0px;
}
.jumbotron.grey {
	background-color: #f3f3f3;
}
.jumbotron.white {
	background-color: white;
}
.jumbotron.pale {
	background-color: #fff9f0;
}
body .cc_container .cc_btn, .cc_container .cc_btn:visited {
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    min-width: 200px;
    box-shadow: none;
    text-transform: uppercase;
    margin: 5px;
    background: #ff9600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: white;
}
body .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    color: white;
    background-color: #ffa526;
    background-image: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
body .cc_container .cc_message {
	font-size: 14px;
}
.button a {
	color: white;
}
.button, input[type="submit"].art-button {
	border: none;
    border-radius: 0;
    text-shadow: none;
    font-weight: bold;
    font-size: 14px;
    line-height:32px;
    height: 50px;
	min-width: 300px;
    width: 300px;
	box-shadow: none;
	text-transform: uppercase;
	margin: 5px;
	background: #ff9600;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.res-btn {
    min-width: initial;
    width: 100%;
}
.flex-wrapper {
    height: auto;
    display: flex;
    flex-direction: row;
}
.flex {
    align-self: center;
}
.big-typo {
	font-size: 18px;
}
.button i {
    margin-right: 10px;
}
.big-btn {
    height: auto;
}
.download-btn {
	background: #297fca;
	padding: 0px;
	text-shadow: 1px 1px 2px #1b6fb9;
	margin-top: 40px;
}
.download-btn.button:hover {
	background-color: #156cb9;
}
.download-btn.button:hover  .btn-typo-icon {
    background-color: #0a5ea7;
}
.download-btn i.fa.fa-arrow-circle-o-down, .licence-btn i.fa.fa-shopping-cart, .goto-download-btn i.fa.fa-arrow-circle-o-right {
    font-size: 40px;
	margin: 0 auto;
}
.btn-typo-icon {
    background-color: #1b72bd;
}
.btn-line-2 {
    font-size: 15px;
	font-weight: normal;
}
.btn-typo-box {
    padding: 15px 10px;
    line-height: 1.3em;
}
.licence-btn {
    background: #ff9600;
    padding: 0px;
    text-shadow: 1px 1px 2px #de8709;
	margin-top: 40px;
    margin-bottom: 40px;
}
/*.licence-btn.button:hover {
	background-color: #156cb9;
}
.licence-btn.button:hover  .btn-typo-icon {
    background-color: #0a5ea7;
}
.licence-btn .btn-typo-icon {
    background-color: #1b72bd;
}*/
.goto-download-btn .btn-typo-box {
    padding: 15px 0px;
}
.goto-download-btn {
    background: #ff9600;
    padding: 0px;
    text-shadow: 1px 1px 2px #de8709;
}
.goto-download-btn.button:hover, .licence-btn.button:hover {
	background-color: #ffa526;
}
.goto-download-btn.button:hover  .btn-typo-icon, .licence-btn.button:hover  .btn-typo-icon  {
    background-color: #ffb82e;
}
.goto-download-btn .btn-typo-icon, .licence-btn .btn-typo-icon {
    background-color: #ffad0c;
}

.productbox-btn {
	min-width:1px;
	width: auto;
}
span.art-button-wrapper   input[type="submit"].art-button {
	margin: 0px;
	width: 100%;
}
.button:hover a, .button:focus a, .button:active  a{
    color: white;
}
.button:hover, input[type="submit"].art-button:hover {
    background-color: #ffa526;
	background-image: none;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.icon {
    background: none;
    display: block;
    height: auto;
    margin-right: 0px;
}
.jumbotron.content {
	padding-top: 100px;
}
li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.5em;
    margin-bottom: 12px;
}
.jumbotron.last {
    margin-bottom: -60px;
}
.jumbotron.clearfix.pale.last {
    margin-top: 0px;
}
select[multiple], select[size] {
    height: auto;
    height: 44px;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
	margin-top: 20px;
    margin-bottom: 20px;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------- Header ---------------*/
.header {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.08);
    padding: 0;
	padding-top: 24px;
}
.divlogo {
    z-index: 1;
}
nav.navbar {
    margin-bottom: -2px;
    margin-top: 5px;
}
.navbar a {
    font-size: 16px;
    text-transform: uppercase;
	color: #777;
}
.navbar .active, .navbar .active:hover {
    color: #fe9601;
	margin-bottom: 0px;
}
.navbar .active a, .navbar .active a:hover  {
    border-bottom: 1px solid #fe9601;
}
.navbar-nav>li.open>ul>li>a {
    border-bottom: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #fe9601;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #fe9601;
    background-color: transparent;
    border-bottom: 2px solid #fe9601;
}
.navbar-right {
	margin-bottom: 0px;
}
.navbar li {
    list-style: none;
	margin-left: 0px;
}
li.dropdown.open {
    margin-bottom: 0px;
}
.caret {
    margin-left: 5px;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0px;
    margin-top: 1px;
    border-bottom: none;
    border-radius: 0px;
}
.dropdown-menu li {
    margin-bottom: 0px;
    margin-top: 0px;
	border-bottom: 1px solid #e4e4e4;
}
.dropdown-menu li:last-child {
    border-bottom:1px solid #e4e4e4;
}
.dropdown-menu li a {
    padding: 10px 20px;
}
.dropdown-menu>li>a{
    color: #777;
}
.dropdown-menu>li>a:hover {
    color: #777;
	background-color: #f5f5f5;
}
li.open  ul.dropdown-menu:hover {
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: none;
}
.header-contact {
    background-color: #f7f7f7;
    padding: 0px;
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 20px;
    border-bottom: none;
    margin-top: -10px;
}
.header-contact a {
	color: #9e9e9e;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.header-contact a:hover {
	-webkit-transition: all 150ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.contact-link:hover a , .contact-link:hover a span {
	color: #565656;
}
.contact-control .header-contact {
	margin-top: -10px;
}
.contact-link {
    margin-left: 10px;
}
.contact-link svg {
	height: 17px;
	fill: #9e9e9e;
}
.contact-link a:hover svg {
	fill: #565656;
}
/*--------------- Burger-Navi ---------------*/
.navbar-toggle {
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    margin-top: -2px;
    margin-bottom: 10px;
    margin-right: 30px;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    background: #c1c1c1;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -46px;
    margin-left: -46px;
}
ul.nav.navbar-nav.navbar-right {
    border-top: 1px solid rgba(0,0,0,0.08);
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
header {
    background: #ffffff;
    position: fixed;
    top: 40px;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 100000;
}
.nav-up {
    top: -132px;
}

/*--------------- Footer ---------------*/
.standorte {
	background: url(images/footer_top_bg.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0px 50px;
    color: white;
	line-height: 2;
}
.standorte h2{
	font-weight: bold;
}
.standorte a {
    color: white;
}
.standorte a:hover {
    color: #c35c00;
}
.footer-links {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 2em;
}
footer a, footer a:visited {
    color: #b5b5b5;
}
footer a:hover {
    color: #505050;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-download-link {
    margin-left: 3px;
}
/*--------------- Content:Startseite ---------------*/
.jumbotron {
    background-color: transparent;
	padding: 0px;
	margin:0px;
}
.intro {
	margin-top: -60px;
	background: url(images/omeco-bg.jpg) #fd9526 no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intro .container {
	padding-top:40px;
	padding-bottom: 40px;
}
.intro-text-start {
	font-size: 25px;
	line-height: 1.2em;
	color: white;
	font-family: 'Bitter', serif;
    text-shadow: 0px 0px 10px rgba(183, 96, 2, 0.5);
}
.intro-text-end {
	font-size: 25px;
	line-height: 1.6em;
	color: white;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: 'Bitter', serif;
    text-shadow: 0px 0px 10px rgba(183, 96, 2, 0.5);
}
.intro-text-end a {
        color: #fff;
        text-decoration: underline;
}
.intro-text-small {
    font-size: 12px;
    line-height: 1.4em;
    color: white;
    text-shadow: 0px 0px 10px rgb(183, 96, 2);
    margin-top: 5px;
}
.intro-btn {
    text-align: center;
}
.intro .button {
	min-width: 40%;
    margin: 5px 1%;
	background-color: transparent;
	color: white!important;
    border: 2px solid white;
	display: inline-block;
    padding-top: 7px;
}
.intro .button a{
	padding: 5%;
}
.intro .button:hover {
    background-color: rgba(255,255,255,0.2);
}
.img-company, .img-references, .img-shopsoftware, .img-warehouse {
    padding: 0px;
    margin: 0px;
}

.img-warehouse:hover .color-overlay, .img-company:hover .color-overlay, .img-references:hover .color-overlay, .img-shopsoftware:hover .color-overlay {
    opacity: 0.4;
}
.col-img-headline {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
	position: relative;
    overflow: hidden;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.color-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    opacity: 0.6;
}
.col-img-headline{
	padding: 30px 5px;
    padding: 10vw 5vw;
}
.col-img-headline h2 {
	margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 30px;
}
.img-shopsoftware {
    background: url(images/ecommerce.jpg) no-repeat center center;
}
.img-company {
    background: url(images/gebaeude.jpg) no-repeat center center;
}
.img-warehouse {
    background: url(images/warehouse.jpg) no-repeat center center;
}
.img-references {
    background: url(images/laptop.jpg) no-repeat center center;
}
.img-shopsoftware, .img-company, .img-references, .img-warehouse  {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #585858;
}
.column-text{
    font-size: 18px;
    line-height: 1.8em;
}
.container.references.t-padding {
    padding-right: 0px;
    padding-left: 0px;
}
.reference-logo-wrapper {
    display: table-cell;
	vertical-align: middle;
	float:left;
}
.reference-logo{
    opacity: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
    height: auto;
}
.reference-logo-wrapper a:hover  {
	opacity: 0.5;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hero{
	margin-top: -60px; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #ff9600;
	min-height: 180px;
    position: relative;
    padding-top: 40px;
}
.jumbotron h1.hero-text {
    color: white;
    font-family: 'Bitter', serif;
    font-size: 22px;
	text-align: center;
}
.hero-img {
    text-align: center;
}
.hero-img img{
    max-height: 60px;
    width: auto;
}
.hero-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1170px;
	width: 100%;
	padding: 0 10px;
}
.hero-wrapper + h1.hero-text {
    margin-bottom: 100px;
}
.hero.withBTN .hero-wrapper {
    bottom: 90px;
}
.hero.withBTN {
    min-height: 300px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.heroBTN {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    margin-top: 175px;
}
.container.t-padding.heroBTN {
    padding-right: 0px;
    padding-left: 0px;
}
.hero.withBTN h1.hero-text {
    text-shadow: 0px 0px 10px rgba(10, 10, 10, 0.5);
}
.hero.withBTN .goto-download-btn {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.noicon.hero {
    background-position: center;
	min-height: 250px;
}
.noicon.hero h1.hero-text {
    text-shadow: 0px 0px 10px rgba(10, 10, 10, 0.5);
}
/*--------------- Content: Team-Member ---------------*/
.team-member-wrapper {
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}
.team-member-img img {
    width: 100%;
}
.team-member-name {
    color: white;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    bottom: 35px;
    left: 15px;
    font-size: 18px;
	    text-shadow: 0px 1px 4px rgb(85, 85, 85);
}
.team-member-title {
    color: white;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
	text-shadow: 0px 1px 4px rgb(85, 85, 85);
}
.team-member-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgb(85, 85, 85) 100%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgb(85, 85, 85) 100%);
    opacity: 1;
}
/*--------------- Content: Team-Member-New ---------------*/

.team-member-wrapper:hover .team-member-img {
	opacity: 0;
}
.team-member-img {
	margin-top: -80%;
}

/*--------------- Content: Jobs ---------------*/
.itt-wrapper {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #efe3d3;
}
.col-lg-3:first-child .itt-wrapper {
	border-top: 0px;
	padding-top: 0px;
}
.icon-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.icon-text-headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
/*--------------- Content: Referenzen ---------------*/
.referenzen-container.white .container,
.referenzen-container.pale .container{
    padding-right: 5px;
    padding-left: 5px;
}
.reference-screenshot{
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 20px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 20px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 20px -5px rgba(0,0,0,0.3);
    border: 1px solid #dcdcdc;
	width: 100%;
    height: auto;
}
.jumbotron.white .reference-screenshot{
    border: 1px solid #eaeaea;
}
.reference-screenshot-wrapper {
    z-index: 2;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
*.reference-screenshot-wrapper{   
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0ms ease;
}
.reference-info-wrapper {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
	background: #ff9600;
}
.reference-name {
    color: white;
    font-size: 20px;
    font-weight: bold;
	border-bottom: 5px solid rgb(255, 255, 255);
    padding-bottom: 15px;
    margin-bottom: 10px;
	text-shadow: 1px 1px 2px rgba(183, 96, 2, 0.5);
}
.reference-content, .reference-software  {
    font-size: 14px;
    color: white;
	font-weight: bold;
    line-height: 1.5em;
	-webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
	text-shadow: 1px 1px 2px rgba(183, 96, 2, 0.5);
}
.reference-software {
    color: #905400;
	text-shadow: none;
}
p.reference-name  {
    font-size: 20px;
	font-weight: bold;
}
.reference-name, .reference-content p, .reference-software p  {
    position: relative;
    left: -200px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.reference-info {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
	bottom: 20px;
    position: absolute;
    margin-left: 10px;
	min-width: 40%;
}
.reference-screenshot-wrapper:hover .reference-info-wrapper {
    opacity: 0.95;
	-webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.reference-screenshot-wrapper:hover .reference-name, .reference-screenshot-wrapper:hover .reference-software p, .reference-screenshot-wrapper:hover .reference-info-wrapper {
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}
.reference-info-wrapper {
    left: -200px;
}
.reference-screenshot-wrapper:hover .reference-info {
    min-width: 60%;
	max-width: 80%;
}
.grey  h2.headline, .pale  h2.headline  {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin: 0 0 40px;
	color: #c1c1c1;
}
.pale  h2.headline  {
	color: #ff9600;
	margin-top: 40px;
}
.reference-headlines h2.headline  {
	margin-bottom: 0px;
}
h3.subheadline {
    text-align: center;
    margin-top: 15px;
	margin-bottom: 40px;
}

.icon-text-headline h3 {
    font-size: 72px;
} 

.pale h3.subheadline {
    color: #a59680;
}
/*--------------- Content: Allgemein ---------------*/
.wrapper {
	margin-top: 40px;
	margin-bottom:40px;
}
.headline-img {
	float: right;
}
.headline-underline {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
h2.headline-underline{
    font-size: 20px;
    text-align: center;
}
h3.headline-underline {
    font-size: 20px;
}
.box {
    padding: 0px 20px 10px 20px;
    border-radius: 0px;
    background-color: transparent;
}
.jumbotron .box-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.box-wrapper .flex-wrapper {
    margin-bottom: 40px;
}
.column-img img {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
.text-and-img .right, .img-and-text .right {
	padding-left: 15px;
    padding-right: 0px;
	padding-top: 10px
}
.text-and-img .left, .img-and-text .left  {
    padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.right img, .left img {
	display: block;
    margin: 0 auto;
}
.left, .right {
    float: left;
    display: table-cell;
	vertical-align: middle;
}
.bar-text {
    border-left: 5px solid #ff9600;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.bar-testimonial {
    border-left: 5px solid #ff9600;
    padding: 10px 0px 10px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.testimonial-wrapper {
    width: 100%;
}
.bar-testimonial .right {
	display: none;
}
.testimonial {
    font-family: 'Bitter', serif;
    font-size: 18px;
    line-height: 1.25em;
}
.customer {
    margin-top: 15px;
    font-size: 14px;
}
.customer-link {
    line-height: 13px;
}
.bar-testimonial img {
    padding-right: 0px;
}
img.intro-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
	width: 100%;
    height: auto;
	background-color: #f1f1f1;
}
.icon-headline {
    color: #ff9600;
    text-align: center;
}
.icon-and-text-wrapper .icon-and-text-box, .icon-and-text-wrapper  .icon {
	padding: 0;
}
.icon-and-text-wrapper .col-lg-6, .icon-and-text-wrapper:first-of-type .col-lg-6 + .col-lg-6 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
}
.icon-and-text-wrapper:last-of-type .col-lg-6 + .col-lg-6{
    border-bottom: 0px;
    padding-bottom: 20px;
}
.icon-and-text-wrapper:first-of-type .col-lg-6{
   margin-top: 0px;
}
.icon-and-text-wrapper a:hover img {
    opacity: 0.5;
}
.icon-and-text-wrapper img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}
.icon-and-text-wrapper a:hover h2.icon-headline {
    color: #ce6d00;
}
h2.headline-underline > div.icon-and-text-wrapper .col-lg-6 .col-lg-3 img {
    margin-top: 20px;
}
.fieldselect, .fieldselectreq, .fieldinput, .fieldinputreq {
    width: 100%;
}
.fieldtextareareq {
    height: 200px;
    width: 100%;
}
form .divfield, .divfield .divfieldval, form .divfieldreq, .divfieldreq .divfieldval, form .divfieldbutton1, .divfieldreqdesc, .divfieldreqval, .divfielddesc  {
    padding: 0;
}
.divfield .divfielddesc, .divfieldreq .divfielddesc, .divfieldbutton1 .md-offset-1 {
	padding-right:20px;
	padding-left:0;
	min-width: 14%;
}
.input-btn input {
    width: 100%;
	margin-top: 10px;
}
.divforminvalid {
    padding-left: 0;
}
form {
	margin-top: 30px;
}
input, select, textarea, select, button, input[type="text"], input[type="password"] {
    color: inherit;
    border-radius: 0px;
	margin-bottom: 8px;
    height: 44px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.divfieldinvalid {
    color: #F33;
    font-weight: 700;
    line-height: 44px;
    margin-top: -50px;
	text-align: right;
}
.offset-xs-6 {
    margin-left: 50%;
}
.references-bar-box {
    margin-bottom: 60px;
}
.references-bar-box .references-bar {
    margin-top: 0px;
    padding: 10px 10px 0px;
}
.references-bar {
    padding: 40px 5px;
    margin-bottom: -60px;
}
.references-border {
    border-bottom: 1px solid #e6e6e6;
}
.references-headline {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
}
.references-bar-box .reference-logo-wrapper {
    margin-top: 20px;
}
.img-and-text .testimonial {
    font-size: 18px;
}
.img-and-text  .bar-testimonial {
    margin-top: 30px;
    margin-bottom: 30px;
}
.box-l, .box-m, .box-r  {
	text-align: center;
	margin: 0 -15px;
	padding: 30px;
}
.box-m {
    border-top: 1px solid #efe3d3;
    border-bottom: 1px solid #efe3d3;
}
span.combodate, .rueckrufemail{
display: inline;
}
span.combodate select{
display: inline-block;
}

div#myModal {
    top: 40px;
}
/*--------------- Content: Callback ---------------*/

/*--------------- Error 404 ---------------*/
.content404 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.content404 .divtext1 {
    text-align: center;
}
.button404 {
    min-height: 70px;
}
.button404 .button {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/*--------------------------------------------- (min-width: 480px) ---------------------------------------------*/
@media (min-width: 480px){
	body .cc_container .cc_message {
	font-size: 14px;
	}
	.intro .container {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.intro-text-end {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
	}
	.bar-testimonial .right {
    width: 20%;
	}
	.testimonial {
	padding-right: 40px;
	}
	.bar-testimonial {
    padding-left: 40px;
	}
	.big-typo {
	font-size: 24px;
	}
	.btn-line-2 {
    font-size: 19px;
	font-weight: normal;
	}
	.reference-logo {
    width: 60%;
    margin-left: 20%;
	}
	.noicon  h1.hero-text {
    margin-bottom: 40px;
	}
}
/*--------------------------------------------- (max-width: 768px) ---------------------------------------------*/
@media (max-width: 768px){
	.divlogo.col-sm-3.col-xs-3 {
		width: auto;
	}
	.divlogo img.imagelogo {
		height: 44px;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 30px;
	}
	.footer-links .text-right {
		text-align:left;
	}
	div#bs-example-navbar-collapse-1 {
		margin-right: -15px;
		margin-left: -15px;
	}
}
/*--------------------------------------------- (min-width: 768px) ---------------------------------------------*/
@media (min-width: 768px){
	.t-padding {
	padding-top:60px;
	}
	.jumbotron.grey{
	margin-top: 80px;
	padding-top: 80px;
    padding-bottom: 80px;
	}
	.jumbotron.pale  {
	margin-top: 80px;
	padding-top: 40px;
    padding-bottom: 80px;
	}
	.jumbotron.content {
    padding-top: 170px;
	}
	ul.nav.navbar-nav.navbar-right{
		border-top: 0px;
	}
	.navbar-nav>li>a {
		padding-top: 16px;
		padding-bottom: 10px;
		border-bottom: none;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		padding-bottom: 38px;
		border-bottom: 0px;
	}
	.dropdown-menu li {
		border-bottom: none;
	}
	.navbar  {
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-nav>li {
		margin-bottom: 29px;
	}
	.navbar-nav>li.open>ul>li:first-child>a {
    margin-top: 10px;
	}
	.navbar-nav>li.open>ul>li:last-child>a {
    margin-bottom: 10px;
	}
	.navbar .active a, .navbar .active a:hover {
    border: 0px;
	}
	.intro-text-start, .intro-text-end{
	font-size: 50px;
	}
	.intro-text-small {
    font-size: 14px;
	}
	.col-img-headline {
    font-size: 20px;
	font-size: 1.4vw;
	}
	.col-img-headline h2 {
	font-size: 36px;
	font-size: 2.4vw;
	}
	.intro .container {
    padding-top: 100px;
    padding-bottom: 100px;
	}
	.jumbotron h1.hero-text{
    font-size: 50px;
	}
	.team-member-wrapper {
		margin-right: 2%;
	}
	.team-member-wrapper.col-lg-4 {
		width: 48%;
	}
	.itt-wrapper {
	padding-top: 40px;
	margin-top: 40px;
	}
	.col-lg-3:nth-of-type(n+2) .itt-wrapper {
	border-top: 0px;
	}
	.col-lg-3:nth-of-type(-n+2) .itt-wrapper {
	padding-top: 0px;
	}
	.col-lg-3:nth-of-type(n+3) .itt-wrapper {
	border-top: 1px solid #efe3d3;
	}
	.wrapper {
	margin-top: 80px;
	margin-bottom:80px;
	}
	.testimonial {
    font-size: 20px;
	}
	.bar-testimonial {
    margin-top: 80px;
    margin-bottom: 80px;
	}
	.testimonial-wrapper {
    width: 80%;
	}
	.testimonial-wrapper.left, .bar-testimonial .right {
    float: none;
    display: table-cell;
    vertical-align: middle;
	}
	.icon-headline {
    text-align: left;
	}
	.icon-and-text-wrapper .col-lg-6 .col-lg-3 img:first-child {
    margin-top: 40px;
	}
	.icon-and-text-wrapper .col-lg-6, .icon-and-text-wrapper:first-of-type .col-lg-6 + .col-lg-6 {
    margin-top: 20px;
	}
	.divfieldinvalid {
    margin-top: 0px;
	text-align: left;
	}
	.offset-xs-6 {
    margin-left: 0;
	}
	.references-bar {
    padding: 40px 5px;
	}
	.references-border {
    margin-bottom: 35px;
	}
	.references-bar-box .references-bar {
    margin-top: 0px;
    padding-left: 30px;
	padding-right: 30px;
	}
	.reference-screenshot-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 257px;
    max-height: 257px;
	}
	.jumbotron h1.hero-text {
    text-align: center; 
    margin-top: 40px; 
    margin-bottom: 40px;
	}
	.hero{
	min-height: 440px;
    position: relative;
    padding-top: 80px;
	}
	.hero-img {
    margin-top: -15px;
    padding-left: 0px;
    padding-right: 0;
	}
	.hero-img {
    margin-top: -15px;
    padding-left: 0px;
    padding-right: 0;
	}
	.hero-img img{
    max-height: none;
	}
	.hero.withBTN {
    min-height: 440px;
	}
	.container.t-padding.heroBTN {
    margin-top: 135px;
	}
	.hero.withBTN h1.hero-text {
    font-size: 34px;
    margin-bottom: 100px;
	}
	.divfield .divfielddesc, .divfieldreq .divfielddesc, .divfieldbutton1 .md-offset-1{
    line-height: 44px;
	}
	.divfieldreqdesc, #div-datetime24 .divfielddesc  {
    line-height: 44px;
	padding-right: 20px;
    padding-left: 0;
    min-width: 14%;
	}
	#div-datetime24 .divfielddesc {
    padding-right: 0px;
	}
	.divfieldreqval {
	padding:0px;
	}
	.box-l {
	padding: 60px 30px 60px 30px;
	}
	.box-m {
	padding: 60px 30px;
	}
	.box-r {
	padding: 60px 30px 0px 30px;
	}
	.contact-control .header-contact {
	margin-top: -30px;
	}	
	.header-contact {
	margin-top: 0px;
	padding: 2px;
	border-bottom: 1px solid #f1f1f1;
	}
	.divfieldbutton1.col-sm-offset-1 {
    margin-left: 14%;
	}
	.combodate select {
    padding: 0em 0.94em;
	}
	.reference-logo {
    width: auto;
    margin-left: 0%;
	}
	.responsive-video {
	margin-top: 40px;
    margin-bottom: 40px;
	}
	.noicon.hero {
	min-height: 550px;
	}
.content404 {
    margin-top: 110px;
    margin-bottom: 60px;
}
.content404 .divtext1 {
    font-size: 24px;
}
.button404 {
    min-height: 90px;
}
}
/*------------------------------------- (min-width: 768px) and (max-width: 991px) ---------------------------------*/
@media (min-width: 768px) and (max-width: 991px){
	.nav>li>a {
    padding: 10px 0px 10px 10px;
	}
	.active a.active {
    padding-top: 10px;
	}
	.footer-links .col-sm-12 {
		margin-top: -28px;
	}
	.col-img-headline {
    font-size: 20px;
	}
	.col-img-headline h2 {
	font-size: 36px;
	}
	.icon-headline h2{
    margin-top: 0px;
	}
	.hero-img img{
    max-height: none;
	}
	.offset-xs-6 {
		margin-left: 66.6%;
	}
	.divfieldinvalid {
    margin-top: -50px;
    text-align: right;
	}
}
/*--------------------------------------------- (max-width: 991px) ---------------------------------------------*/
@media (max-width: 991px){
	.standorte .ma-top h2 {
		margin-top: 30px;
	}
	.box-wrapper.flex-wrapper , .box-wrapper .flex-wrapper {
		display: block;
	}
}
/*--------------------------------------------- (min-width: 992px) ---------------------------------------------*/
@media (min-width: 992px){
	body .cc_container .cc_message {
	font-size: 16px;
	line-height: 1.5em;
	}
		.intro .button {
    min-width: 200px;
	}
	.intro-text-end {
    margin-top: 60px;
    margin-bottom: 40px;
	}
	.intro .container {
    padding-top: 120px;
    padding-bottom: 120px;
	}
	.col-lg-3:nth-of-type(-n+4) .itt-wrapper {
	border-top: 0px;
    padding-top: 0px;
	}
	.col-lg-3:nth-of-type(n+5) .itt-wrapper {
	border-top: 1px solid #efe3d3;
	}
	.testimonial {
    font-size: 22px;
	}
	.text-and-img .right {
	padding-top: 0px
	}
	.text-and-img .left {
	padding-bottom: 0px
	}
	.left, .right {
    float: none;
    display: table-cell;
    vertical-align: middle;
	}
	.icon-and-text-wrapper {
    margin-top: 10px;
	margin-bottom: 10px;
	}
	.icon-and-text-wrapper .col-lg-6 {
    border-bottom:none;
	}
	.icon-and-text-wrapper img {
    margin-top: 60px;
	}
	.icon-and-text-wrapper .col-lg-6, .icon-and-text-wrapper:first-of-type .col-lg-6 + .col-lg-6 {
    border-bottom: none;
    padding-bottom: 0px;
	}
	.icon-and-text-wrapper:first-of-type .col-lg-6 + .col-lg-6 {
    border-bottom: none;
    margin-top: 0px;
	}
	.reference-screenshot-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
        min-height: 225px;
    max-height: 225px;
	}
	.box-m {
    border-left: 1px solid #efe3d3;
    border-right: 1px solid #efe3d3;
	border-top: 0px;
    border-bottom: 0px;
	}
	.box-l {
		padding: 0px 30px 0px 30px;
	}
	.box-m {
		padding: 0px 30px;
	}
	.box-r {
		padding: 0px 30px 0px 30px;
	}
	.werte-box {
		padding: 40px 0px 0px 0px;
	}
	.divfieldbutton1.col-md-offset-1 {
    margin-left: 14%;
	}
	.combodate select {
    padding: 0em 0.77em;
	}
	.hero {
    padding-top: 120px;
	}
	h2.headline-underline {
	font-size: 30px;
	text-align: left;
	}
	h3.headline-underline {
	font-size: 24px;
	text-align: center;
	}
	.hero.withBTN {
    min-height: 520px;
	}
	.hero.withBTN h1.hero-text {
    font-size: 50px;
    margin-bottom: 100px;
	}
	.container.t-padding.heroBTN {
    margin-top: 185px;
	}
	.box-wrapper .flex-wrapper {
    margin-bottom: 70px;
	}
	.noicon.hero {
    min-height: 750px;
	}
	.noicon  h1.hero-text {
    margin-bottom: 110px;
	}
}
/*--------------------------------------------- (min-width: 1200px) ---------------------------------------------*/
@media (min-width: 1200px){	
	.team-member-wrapper.col-lg-4 {
    width: 31.33333333%;
	}
	.reference-screenshot-wrapper {
    min-height: 276px;
    max-height: 276px;
	}
	.combodate select {
    padding: 0em 0.7em;
	}
	.hero.withBTN {
    min-height: 670px;
	background-position: center;
	}
	.container.t-padding.heroBTN {
    margin-top: 250px;
	}
	.hero.withBTN h1.hero-text {
    margin-bottom: 180px;
	}
}
@media (min-width: 2100px){	
	.hero.withBTN {
    background-position: center;
	}
	.container.t-padding.heroBTN {
    margin-top: 350px;
	}
	.hero.withBTN h1.hero-text {
    margin-bottom: 80px;
	}
}
@media (max-width: 480px){	
.h1, h1, .jumbotron .h1, .jumbotron h1, .h2, h2,
.grey  h2.headline, .pale  h2.headline {
    font-size: 23px;
    font-size: 7.4vw;
}
}


/*--------------------------------------------- IW-Banner ---------------------------------------------*/
/*
.intro {
	margin-top: 0px;
}
.hero{
	margin-top: 0px;
}
.jumbotron.iwbanner.clearfix {
    margin-top: -30px;
	border-bottom: 1px solid #f29000;
}
.banner-info {
    color: black;
    padding: 30px 15px 20px 50px;
}
.banner-info strong{
    color: #019cdc;
}
.banner-logo {
    background: url(images/IW_Logo.png) no-repeat center center;
	height: 100px;
	background-size: contain;
	background-position-y: 23px;
}
.ecommerce-bannerbild{
    background: url(images/iw-bannerbild.png) no-repeat center;
    height: 100px;
    background-position-y: -100px;
    background-size: 90%;
}
@media (max-width: 1200px){	
	.banner-logo {
		background-position-y: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.banner-logo {
		background-position-y: 30px;
	}
	.ecommerce-bannerbild {
		background: url(images/iw-bannerbild.png) no-repeat left;
		height: 100px;
		background-position-y: -28px;
		background-size: 130%;
	}
	.jumbotron.iwbanner.clearfix {
		margin-top: -60px;
	}
}
@media (max-width: 768px){	
	.banner-logo {
		background-position-y: 29px;
	}
	.banner-info {
		padding: 30px 12px 21px 30px;
	}
	.ecommerce-bannerbild {
		background-position-y: 16px;
		background-size: 130%;
	}
	.jumbotron.iwbanner.clearfix {
		margin-top: -60px;
	}
}*/
.job-link-wrapper {
    border: 1px solid #cacaca;
    margin: 50px 0;
    padding: 30px;
}
.job-link {
    text-align: center;
}
.job-link-intro {
    font-weight: 300;
}
.job-link-info {
    margin-top: 20px;
	line-height: 1.5em;
}
.job-link-button {
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    padding: 6px 20px;
    line-height: 1.7em;
    background: #ff9600;
    /* border: 2px solid #636363; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    margin-top: 30px;
    margin-bottom: 10px;
    min-width: 50%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    height: 50px;
}
.job-link-button:hover {
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	background: #ffa526;
    color: white;
}
.job-link-button a {
    font-weight: 400;
}
.job-link-info span:first-child {
    margin-right: 2px;
}
@media (max-width: 680px){
.job-link-button {
    min-width: 100%;
}
.job-link-info span {
    display: block;
}
.job-link-wrapper {
    margin: 20px 0;
    padding: 5px 20px;
}
.job-link-info {
    margin-top: 0;
}
.job-link-button {
    margin-top: 10px;
}
}