@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

* { box-sizing: border-box; }
body, html { height: 100%; font-size: 100%; }
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    word-break: normal;
    -webkit-text-size-adjust: 100%;
}

#automate365 { width: 100%; min-width: 250px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p   { margin: 0; padding: 0; }
img { width: 100%; }
a   { text-decoration: none; color: #444; }

.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}

/* Fonts, styles, colors and alignment */
.fs-l1  { font-size: 1.0rem; line-height: 1.30; }
.fs-0   { font-size: 0.8rem; line-height: 1.20; }
.fs-s1  { font-size: 0.7rem; line-height: 1.10; }
.fs-s2  { font-size: 0.6rem; line-height: 1.15; }
.fs-f0  { font-size: 1.6vw; line-height: 1.17; }

.fw-L   { font-weight: 300; }
.fw-N   { font-weight: 400; }
.fw-M   { font-weight: 500; }
.fw-BS  { font-weight: 600; }
.fw-B   { font-weight: 700; }
.fw-BX  { font-weight: 800; }

.fc-mnt { color: #8ACED6; }
.fc-wht { color: #FFFFFF; }

.ts-1   { text-shadow:5px -4px 5px #FFFFFF; }

.ta-C   { text-align: center; }
.ta-L   { text-align: left; }
.ta-I   { text-align: left; margin-left: 10px; text-indent: -8px; }

.nowrap { white-space: nowrap; overflow: hidden; }

/* Utility Classes */
.hidden { display: none; }
.flx-col { display: flex; flex-flow: column nowrap; }
.flx-row { display: flex; flex-flow: row nowrap; }
.flx-vCt { align-items: center; } 

.mt-05  { margin-top: 5px; }
.mt-10  { margin-top: 10px; }
.mt-15  { margin-top: 15px; }
.mt-20  { margin-top: 20px; }

.container {
    width: 100%;
    min-width: 250px;
    text-align: center;
    margin: auto;
    padding: 0 6vw;
}
.container-grfx {
    width: 100%;
    min-width: 250px;
    text-align: center;
    margin: auto;
    padding: 0;
}
.container-75   { padding: 0 11vw; }
.container-85   { padding: 0 6vw 0 6vw; }

/* Navigation */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

nav {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    min-width: 180px;
    z-index: 1000;
    background-color: white;
    color: #000;
    box-shadow: 0 0 5px !important;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
nav a {
    display: block;
    padding: 6px 0;
    height: 30px;
    border-bottom: 1px solid #aaa;
    line-height: 1;
    color: #000;
    text-decoration: none;
    text-indent: 15px;
}
nav ul a:hover		{ background-color: #8BCED7; }
nav div a#openup	{ display: block; position: relative; }
.nav-logo-T, .nav-logo-B {
    width: 130px;
	height: 16px;
    margin-left: -5px;
    vertical-align: bottom;
}
.nav-button {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: -1px;
}
.nbar1, .nbar2, .nbar3 {
  width: 15px;
  height: 2px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.2s;
  transition-delay: 0.1s;
}
.change .nbar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}
.change .nbar2 { opacity: 0; }
.change .nbar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -3px);
  transform: rotate(45deg) translate(-4px, -3px);
}

/* Sections */
#banner { 
    margin: 30px 0 30px; 
    margin-top: 30px;   /* wichtig !!! Mobile Menu... */
}

#business-central	{ margin: 0; }
#bcA { margin-bottom: 30px; }
#bcB { margin-bottom: 15px; }
#bcCs { display: block; padding: 0 11vw; }
#bcCl { display: none; }
.bcT { margin-bottom: 30px; }

#video	{ margin: 0; }
#viA 	{ margin-bottom: 15px; }
.video-container {
    position: relative;
    padding: 0 50%;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#branchenloesung { margin: 0; }
.bg-grad {
    padding: 30px 0 30px;
    background: linear-gradient(to right, #89cbd5, #68a9c5);
    color: #fff;
}
.bl-logo {
    width: 30vw;
    height: auto;
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: -2px;
}
#blA { margin-bottom: 10px; }
#blB { margin-bottom: 10px; }
#blC { margin-bottom: 30px; }
#blE { margin-bottom: 10px; }
.BPL-table {
    font-size: 1.9vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.BPL-table > div {
    background-color: azure;
    margin: 4px;
    padding: 4px;
    width: 40vw;
    color: #000;
}

#consulting { margin-top: 15px; }
#consulting > div > div { height: auto; }
#cons-logo  {
    z-index: 10;
    position: relative;
    width: 30vw;
    margin-left: 62vw;
}
#cons-text  { z-index: 20; position: relative; margin-top: -25px; }
#csA { margin-bottom: 10px ;}
#csB { margin-bottom: 5px ;}
#csC { margin-bottom: 5px ;}
#csD { margin-bottom: 30px ;}

#prozesse   { margin-top: 0px; }
#prA { margin-bottom: 10px ;}
#prB { margin-bottom: 10px ;}

.bull   { padding: 0.3vh 0; }
.fs-b   { font-size: 0.7rem; line-height: 1.10; }
#bullets img { width: 6vw; height: 6vw; margin: 0.5vw 2vw 0.5vw 0; }

.flowchart  { margin-bottom: 30px; }

#quadro { margin: 0; }
.bg-quadro  { margin-bottom: 30px;}

#support    { margin-bottom: 30px; }
.ico-supimp { width: 10vw; margin-right: 3vw; }
#implement  { margin-bottom: 30px; padding: 30px 0; background: #e8e8e8; }

#contact { margin-bottom: 25px; }
#ctA { margin-bottom: 10px; }
#ctB { margin-bottom: 5px; }
#ctC { margin-bottom: 5px; }
#ct-pic { }

#webdemo { margin: 0; }
#wdA { margin-bottom: 10px; }
#wdB { margin-bottom: 10px; }
.form-wrapper { margin: 0 -5px; }
.col-50, .col-100 { width: 100%; margin-top: 0; padding: 5px; }
.row:after { content: ""; display: table; clear: both; }

input[type=text], select, textarea {
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    resize: vertical;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
}
textarea { height: 135px; }

/* Customize the Checkbox label */
.cxbx-wrapper {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.cxbx-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 20px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.cxbx-wrapper:hover input ~ .checkmark { background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.cxbx-wrapper input:checked ~ .checkmark { background-color: #2196F3; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after { content: ""; position: absolute; display: none; }
/* Show the checkmark when checked */
.cxbx-wrapper input:checked ~ .checkmark:after { display: block; }
/* Style the checkmark/indicator */
.cxbx-wrapper .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=submit] {
    margin-right: 25px;
    padding: 9px;
    float: right;
    width: 35%;
    max-width: 150px;
    border-radius: 10px;
    resize: vertical;
    background-color: #2196F3;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: white;
    border: none;
    cursor: pointer;
}
input[type=submit]:hover { background-color: limegreen; }

.fm-error, .fm-success {
    border-radius: 10px;
    resize: vertical;
    font-family: 'Open Sans', sans-serif;
}
.fm-error {
    margin-top: 20px 0 -15px 0;
    padding: 5px 9px;
    background-color: orangered;
    border: 1px solid #f88;
    color: white;
}
.fm-success {
    margin: 35px 0;
    padding: 15px;
    background-color: limegreen;
    border: 1px solid #8f8;
    color: white;
    font-size: 1.5em;
}

footer  { border-top: 1px solid white; margin-bottom: 55px; }
#ftr    { background: #2e2e2e; }
#ftr a  { color: white; text-decoration: none; }
#ftr a:hover { text-decoration: underline; }
.ftr-wde    { letter-spacing: 0.025rem; }
.ftr-hdg    { font-size: 1.5vw; line-height: 1; }

.ftr-L  { margin: 0; width: 100%; display: table; }
.ftr-R  { display: table-row; }
.ftr-C  { display: table-cell; vertical-align: top; }

#ftr-log    { margin: 1.5vw 5vw 0 0; width: 18.0vw; }
#ftr-sol    { margin: 1.5vw 0 0; padding-bottom: 0.6rem; font-size: 2.0vw; line-height: 1.00; }

#fl-wrapper { 
    display: flex; flex-direction: row; 
    justify-content: space-between;
}

#ftr-web { 
    display: flex; flex-direction: column;
    justify-content: space-between;
}

#ftr-scl { 
    display: flex; flex-direction: column;
    justify-content: space-between; 
}

.icons  { width: 3.0vw; margin: 0 0.5vw 0.1rem 0; }    
.copyR  { padding: 0.2vw 0; font-size: 1.5vw; color: #ccc; }

.copyR p > span:nth-child(2) { margin: 0 20px; color: #ccc; }
.copyR a { color: #ccc !important; }


@media all and (min-width: 341px) {
    footer  { margin-bottom: 30px; } 
}



@media all and (min-width: 600px) {
    /* Styling for Tablets */
     
    /* Fonts, styles, colors and alignment */
    .fs-l1  { font-size: 3.0vw; line-height: 1.2; }
    .fs-0   { font-size: 2.5vw; line-height: 1.2; }
    .fs-s1  { font-size: 1.8vw; line-height: 1.1; }
    .fs-s2  { font-size: 1.4vw; line-height: 1.1; font-weight: 300; }
    .fs-f0  { font-size: 1.2vw; line-height: 1.17; }

    .ta-I   { text-align: left; margin-left: 12px; text-indent: -10px; }

    #automate365 { xbackground: brown; }

    .container      { padding: 0 7vw; }
    .container-grfx { padding: 0; }
    .container-75   { padding: 0 13.2vw; }
    .container-85   { padding: 0 7vw 0 8vw; }

    nav {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        height: 65px;
        padding: 0 7vw;
        box-shadow: 0 0 25px !important;
    }
    nav div.hide-on-small	{ display: block; float: left; font-size: 1.00rem; }
    nav div.ul-wrapper		{ width: 100%; }
    nav ul li.show-on-small { display: none; }
    nav #nav-toggle-wrapper { display: none; }
    .nav-logo-L { width: 150px; height: auto; vertical-align: bottom; margin-top: 3px; }
    nav ul			{ display: flex; font-size: 0.9rem; float: right; }
    nav a			{ padding: 0; background: none; border-bottom: none; text-indent: 0; }  
    nav ul a		{ margin: 0 0 -4px 25px; }
    nav ul a:hover	{ background: none; text-decoration: underline; }    

    #banner { 
	   margin: 65px 0 60px; 
	   margin-top: 65px;   /* wichtig !!! Mobile Menu... */
    }    
     
    #business-central { margin: 0; }
    #bcA { margin-bottom: 60px; }
    #bcB { margin-bottom: 30px; }
    #bcCs { display: none; }
    #bcCl { width: 100%; display: block; }
    .bcT { margin-bottom: 60px; }

    #video	{ margin: 0; }
    #viA 	{ margin-bottom: 30px; }
    .video-container { margin-bottom: 80px; }

    .bg-grad	{ padding: 60px 0 60px; }
    .bl-logo	{ width: 25vw; margin-bottom: -2px; }
    #blA { margin-bottom: 15px; }
    #blB { margin-bottom: 15px; }
    #blC { margin-bottom: 60px; }
    #blE { margin-bottom: 30px; }
    .BPL-table { margin-top: 15px; width: 100%; font-size: 1.9vw; }
    .BPL-table > div { margin: 5px; padding: 8px; width: 25vw; }
    
    #consulting { margin-top: 20px; }
    #cons-logo { width: 35vw; margin-left: 55vw; }
    #cons-text { margin-top: -30px; } 
	#csA { margin-bottom: 10px ;}
	#csB { margin-bottom: 10px ;}
	#csC { margin-bottom: 5px ;}
	#csD { margin-bottom: 30px ;}
    
    #prozesse   { margin: 0; }    
	#prA { margin-bottom: 10px ;}
	#prB { margin-bottom: 15px ;}
    
    .fs-b   { font-size: 2.5vw; line-height: 1.10; }
    #bullets img { width: 6vw; height: 6vw; margin: 0.4vw 2vw 0.4vw 0; }

	.flowchart  { margin-bottom: 80px; }    

    #quadro { margin: 0; }    
	.bg-quadro  { margin-bottom: 80px;}

    #support { margin-bottom: 80px; }  

    #implement { margin-bottom: 80px; padding: 80px 0; }

    #contact { margin-bottom: 75px; }
	#ctA { margin-bottom: 15px ;}
	#ctB { margin-bottom: 20px ;}
	#ctC { margin-bottom: 10px ;}
	#ct-pic { width: 85%; }

    #webdemo { margin: 0; }   
    .form-wrapper input, .form-wrapper textarea { font-size: 2vw; line-height: 1.1; }
    .col-50     	{ float: left; width: 50%; margin-top: 6px; }
    .fm-error		{ font-size: 2vw; }
    .btn-send       { margin-top: 15px; } 
    .btn-send input { font-size: 2vw; line-height: 1.1; padding: 12px; }
     
    footer { }
    .ftr-wde    { letter-spacing: 0.05rem; }
    .ftr-hdg    { font-size: 1.6vw; line-height: 1; }
    #ftr-log    { margin: 1.4vw 0 1.0vw 0; padding-right: 2.0vw; width: 15vw; }
    #ftr-sol    { margin: 1.4vw 0 0; padding-bottom: 0.9vw; font-size: 1.8vw; }
    #fl-wrapper { max-width: 550px; }
    .icons  { width: 2.5vw; margin: 0 0.6vw 0.2vw 0; }    
    .copyR  { padding: 0.2vw 0; font-size: 1.5vw; }
    
}



@media all and (min-width: 992px) {
    /* Styling for Larger Tablets and smaler Monitors */

    .fs-l1  { font-size: 2.2vw; line-height: 1.2; }
    .fs-0   { font-size: 1.7vw; line-height: 1.2; }

    .fs-s2  { font-size: 1.2vw; line-height: 1.1; font-weight: 300; }

    .fs-f0  { font-size: 1.0vw; line-height: 1.17; }

    #automate365 { width: 100%; padding: 0 7vw; xbackground: yellow; }

    .container      { padding: 0 3vw; }
    .container-grfx { padding: 0; }
    .container-75   { padding: 0 6vw; }
    .container-85   { padding: 0 7vw 0 5vw; }

    nav             { height: 85px; padding: 0 7vw; }
    .nav-logo-L     { width: 250px; margin-top: -21px; }   
    nav ul          { font-size: 1.5rem; line-height: 1.2; }
    nav a           { margin-top: 10px; }
    nav ul a        { margin: 0 0 6px 25px; }

    #banner { 
        margin: 85px 0 80px; 
        margin-top: 85px;   /* wichtig !!! Mobile Menu... */
    }    

    .bl-logo	{ width: 20vw; margin-bottom: -2px; }
    
    .BPL-table { margin-top: 15px; font-size: 1.8vw; }

    #consulting { margin-top: 30px; }
    #cons-logo { width: 30vw; margin-left: 51vw; }

    .fs-b   { font-size: 1.7vw; line-height: 1.10; }
    #bullets img { width: 4vw; height: 4vw; margin: 0.3vw 1vw 0.3vw 0; }

    .ico-supimp { width: 8vw; margin-right: 3vw; }
    
    footer { }
    .ftr-wde    { letter-spacing: 0.1rem; }
    .ftr-hdg    { font-size: 1.5vw; line-height: 1; }
    #ftr-log    { margin: 1.8vh 0 0.5vw 0; padding-right: 2.0rem; width: 9.5rem; }
    #ftr-sol    { margin: 1.8vh 0 0; padding-bottom: 1.1rem; font-size: 1.5vw; }
    #fl-wrapper { max-width: 580px; }
    .icons  { width: 2.5vw; margin: 0 0.6vw 0.2vw 0; }    
    .copyR  { padding: 0.2vw 0; font-size: 1.3vw; }
    
}



@media all and (min-width: 1200px) {
    /* Styling for Larger Monitors */

    .fs-l1  { font-size: 2.2vw; line-height: 1.2; }
    .fs-0   { font-size: 1.7vw; line-height: 1.2; }
    
    #automate365 { width: 100%; padding: 0 10vw; xbackground: skyblue; }
	
    .container      { padding: 0 5vw; }
    .container-grfx { padding: 0; }
    .container-75   { padding: 0 9vw; }
    .container-85   { padding: 0 6vw 0 7vw; }

    nav { padding: 0 10vw; }

    .BPL-table { font-size: 1.5vw; }
    .BPL-table > div { width: 20vw; }

    #consulting { margin-top: 30px; }
    #cons-logo { margin-left: 42vw; }

    .ico-supimp { width: 7vw; margin-right: 3vw; }
    
    #webdemo { margin: 0; }
        .form-wrapper input, .form-wrapper textarea { font-size: 1.2rem; line-height: 1.1; }
        .cxbx-wrapper p { font-size: 1.2rem; line-height: 1.1; }
        .fm-error		{ font-size: 1.2rem; }
        .btn-send input { font-size: 1.2rem; line-height: 1.1; } 

    footer { margin-bottom: 0; }
    .ftr-hdg    { font-size: 1.5vw; line-height: 1; }
    #ftr-log    { margin: 1.3vh 0 0.5rem 0; padding-right: 3.0rem; width: 15vw; }
    #ftr-sol    { margin: 1.3vh 0 0; padding-bottom: 1.2vh; font-size: 1.5vw; }
    #fl-wrapper { max-width: 600px; }
    .icons  { width: 2.3vw; margin: 0 0.6vw 0.2vw 0; }    
    .copyR  { padding: 0.2vw 0; font-size: 1.1vw; }
      
}



@media all and (min-width: 1420px) {
    /* Styling for Larger Monitors */
     
    /* Fonts, styles, colors and alignment */
    .fs-l1  { font-size: 2.0vw; line-height: 1.2; }
    .fs-0   { font-size: 1.5vw; line-height: 1.2; }

    .fs-s1  { font-size: 1.7rem; line-height: 1.1; }
    .fs-s2  { font-size: 1.0rem; line-height: 1.1; font-weight: 300; }

    .fs-f0  { font-size: 0.8vw; line-height: 1.17; }
    
    .ta-I   { text-align: left; margin-left: 20px; text-indent: -13px; }

    #automate365 { width: 100%; padding: 0 20vw; xbackground: lime; }

    .container-75   { padding: 0 7vw; }
    .container-85   { padding: 0 6vw 0 6vw; }

    nav { padding: 0 20vw; }

    .bl-logo	{ width: 15vw; margin-bottom: -2px; }

    .BPL-table { font-size: 1.15vw; }
    .BPL-table > div { width: 15vw; }

    #consulting { margin-top: 40px; }
    #cons-logo { width: 20vw; margin-left: 31vw; }

    .fs-b   { font-size: 1.5vw; line-height: 1.10; }
    #bullets img { width: 3.2vw; height: 3.2vw; margin: 0.3vw 1vw 0.3vw 0; }

    #webdemo { margin: 0; }
        .form-wrapper input, .form-wrapper textarea { font-size: 1.4rem; line-height: 1.1; }
        .cxbx-wrapper p { font-size: 1.6rem; line-height: 1.1; }
        .fm-error		{ font-size: 1.6rem; }
        .btn-send input { font-size: 1.6rem; line-height: 1.1; padding: 15px; margin: 0 10px 30px 0;
            width: 35%;
            max-width: 200px;
        }

    footer { }
    #ftr > div { max-width: none; }
    .ftr-hdg    { font-size: 1.1vw; line-height: 1; }
    #ftr-log    { margin: 1.1vh 0 0.5rem 0; padding-right: 3.0rem; width: 12vw; }
    #ftr-sol    { margin: 1.1vh 0 0; padding-bottom: 1.1vh; font-size: 1.1vw; }
    #fl-wrapper { max-width: 650px; }
    .icons  { width: 1.5vw; margin: 0 0.3rem 0 0; }    
    .copyR  { padding: 0.2vh 0; font-size: 0.6vw; }
    
}



@media all and (min-width: 1900px) {
    /* Styling for Largest Monitors */

    .fs-l1  { font-size: 1.5vw; line-height: 1.2; }
    .fs-0   { font-size: 1.1vw; line-height: 1.2; }

    .fs-f0  { font-size: 0.6vw; line-height: 1.17; }

    #automate365 { width: 100%; padding: 0 25vw; xbackground: red; }

    .container-75   { padding: 0 5vw; }
    .container-85   { padding: 0 6vw 0 6vw; }

    nav { padding: 0 25vw; }
    
    .bl-logo	{ width: 12vw; margin-bottom: -2px; }

    .BPL-table { font-size: 0.9vw; }
    .BPL-table > div { width: 12vw; }

    #cons-logo { width: 15vw; margin-left: 26vw; }

    .fs-b   { font-size: 1.1vw; line-height: 1.10; }
    #bullets img { width: 2.6vw; height: 2.6vw; margin: 0.2vw 0.8vw 0.2vw 0; }

    .ico-supimp { width: 5vw; margin-right: 3vw; }
    
    footer { }
    .ftr-hdg    { font-size: 0.8vw; line-height: 1; }
    #ftr-log    { margin: 1.1vh 0 0.5vh 0; padding-right: 3.0vw; width: 10vw; }
    #ftr-sol    { margin: 1.1vh 0 0; padding-bottom: 1.1vh; font-size: 0.9vw; }
    .icons  { width: 1.3vw; margin: 0 0.3rem 0 0; }    
    .copyR  { padding: 0.2vh 0; font-size: 0.6vw; }
    
}