@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/Open-Sans-Regular.woff") format('woff'), url("../fonts/Open-Sans-Regular.ttf") format('truetype'), url("../fonts/Open-Sans-Regular.svg#OpenSans") format('svg');
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body, input {
  line-height: 1.42857143;
  color: #51606a;
  font-family: 'Segoe UI', 'Lucida Grande', 'Open Sans Regular', Arial;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;

  padding-left: 1em;
}

a {
  text-decoration: none;
  color: #51606a;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:active, a:hover {
  outline: 0
}

#flex-container {
  display: flex;
  flex-direction: column;
  background-color: rgba(249, 249, 250, 1);
  min-height: 100vh;
  overflow-y: auto;
}

#header {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding-left: 20px;
  padding-right: 10px;
  padding: 20px;
}

#main-logo {
  width: 200px;
}

.logo-flex-container {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}

#kundenportal-login {
  color: #8cbe00;
  font-size: 14px;
  text-align: right;
}

.arrow-icon {
  height: 1.5em;
  width: 1em;
  vertical-align: text-top;
}

#company-name {
  font-family: 'Segoe UI', 'Lucida Grande', 'Open Sans Regular';
  font-weight: 500;
  font-size: 24px;
  margin-left: 50px;
}

#content {
  flex: 1;
  padding-top: 3em;
}

#app-section {
  padding: 0 20px 20px;
  background-color: white;
}

.app-card-container {
  display:grid;
}

.align-end{
  align-self: end;
}

.left-card {
  padding-left: 1em;
}

.right-card {
  padding-left: 1em;
}

.app-card {
  display:grid;
  grid-template-columns: 82px auto;
  grid-template-rows: auto auto;
  align-content: stretch;
  justify-content: stretch;
  height: 100%;
  padding: 1.75em 0;
}

.app-card-description {
  margin: 0 1.75em 0 2.75em;
}

.app-card-title {
  font-family: 'Segoe UI', 'Lucida Grande', 'Open Sans Regular';
  font-weight: 500;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.app-card-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  flex: 1;
  margin: 0px;
  margin-bottom: 1em;
}

.app-card-os-title{
  margin: 0;
  align-self: center;
  font-size: 19px;
  font-weight: 500;
}

.app-card-tooltip{
  display: flex;
  cursor: default;
}

#app-card-tooltip-button{
  align-self: center;
  margin: 0 0 15px 5px;
}

.outlook-app-card{
  grid-template-rows: auto auto auto 1fr;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-container {
  display:none;
  background-color: #51606a;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  transform: translate(-20%);
  min-width: 250px;
  font-family: 'Segoe UI', 'Lucida Grande', 'Open Sans Regular', Arial;
}

.tooltip .tooltip-container span{
  display: block;
  text-align: left;
}

.tooltip .tooltip-container .tooltip-text{
  font-weight: normal;
}

.tooltip .tooltip-container .tooltip-text .tooltip-link{
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.tooltip .tooltip-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #51606a transparent transparent transparent;
}

.tooltip-hover:hover .tooltip-container,.tooltip-focus:focus .tooltip-container {
  display: block;
}

.app-card-icon {
  height: 60px;
  flex: none;
}

.app-card-button {
  color: #fff;
  background-color: #8cbe00;
  border-radius: 3px !important;
  width: 207px;
  height: 45px;
  font-weight: 500;
  font-size: 16px;
}

.web-app-card-button-image {
  width: 1em;
  height: 1em;
}

.cloud-app-card-button-image {
  height: 26px;
}

.app-card-button>img {
  margin-left: 10px;
}

#outlook-app-url {
  min-height: 45px;
}

#phone-app-card-placeholder {
  display:none;
}

#outlook-app-url {
  display: flex;
  border: 1px solid rgb(180, 200, 210);
  align-items: stretch;
  margin: 1em 0;
}

#outlook-app-url:focus-within {
  border-color: rgba(120, 150, 170);
}

#outlook-app-url-field {
  flex: 1;
  font-size: 16px;
  font-weight: 300;
}

#copy-url-button {
  width: 3.5em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zMzQiIGhlaWdodD0iMjMuMzM1IiB2aWV3Qm94PSIwIDAgMjMuMzM0IDIzLjMzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS40MTQgMTUuNTU2KSByb3RhdGUoLTQ1KSI+PHBhdGggZD0iTTUsMEg4YTQuNSw0LjUsMCwwLDEsNC41LDQuNWgwQTQuNSw0LjUsMCwwLDEsOCw5SDVMMCw1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM4Y2IzMDAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik03LjUsOWgtM0E0LjUsNC41LDAsMCwxLDAsNC41SDBBNC41LDQuNSwwLDAsMSw0LjUsMGgzbDUsNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOGNiMzAwIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+);
  background-position: 55% 55%;
  background-repeat: no-repeat;
}

#copy-url-button:hover {
  cursor: pointer;
  background-color: rgba(140, 190, 0, 0.15);
}
#copy-url-button:active {
  background-color: rgba(140, 190, 0, 0.3);
}

#copy-url-button .tooltip-container{
  bottom: 120%;
  transform: translate(-50%);
  min-width: 0;
}

#copy-url-button .tooltip-container #tooltip-check-icon{
  width: 24px;
  margin-bottom: 5px;
}

#copy-url-button .tooltip-container::after{
  left: 50%;
}

#help-section {
  margin-top: 3em;
}

.help-section-card-headline {
  font-family: 'Segoe UI', 'Lucida Grande', 'Open Sans Regular';
  font-weight: 500;
  font-size: 23px;
  background-color: rgba(81, 96, 106, 1);
  color: white;
  height: 50px;
  line-height: 50px;
  margin: 0px;
  padding-left: 20px;
}

#support-card {
  background-color: white;
  flex: 8 8;
}

.support-card-item-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 26.5px;
}

.support-card-content-container {
  padding: 0 20px;
}

.support-section {
  padding: 20px 0;
}

.contact-info-inline-image {
  vertical-align: top;
  height: 30px;
}

.phone-number-contact-section {
  font-weight: 300;
  font-size: 19px;
  line-height: 32px;
  margin-left: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.mail-contact-section {
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.availablity-text {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 11px;
}

.medium {
  font-weight: 500;
}

#help-card-container {
  margin-top: 40px;
  flex: 4 4;
}

#help-card {
  background-color: white;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#help-card-content {
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
  padding: 4px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#help-card-content>div {
  border-top: 1px dotted #ccc;
  padding: 5px 0;
  min-height: 50px;
}

#help-card-content>div:first-child {
  border-top: none;
}

.link-row {
  display: flex;
  align-items: center;
  flex: 1;
}

.link-icon {
  width: 44px;
  height: 39px;
  margin-right: 20px;
}

#android-link {
  margin-right: 15px;
}

#android-link-image {
  margin: -10px;
  height: 65px;
}

.phone-app-description-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.store-button-container {
  display: flex;
  row-gap: 8px;
  flex-direction: column;
}

#phone-app-qrcode{
  width: 75px;
}

#phone-app-qrcode-description{
  font-size: 10px;
}

#ios-link-image {
  height: 45px;
}

#footer {
  width: 100%;
  position: relative;
  min-height: 150px;
}

#remotehelp-card {
  background-color: white;
  padding-left: 15px;
  padding-right: 12px;
  padding-bottom: 15px;
  width: 200px;
  min-width: 190px;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.remotehelp-card-title {
  font-weight: 500;
  font-size: 15.83px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.remotehelp-options-separator {
  margin: 0 10px;
}

.footer-color-bar {
  background-color: #d0dbe2;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.footer-color-bar-detail-left {
  flex: 19.3;
  background-color: #8cbe00;
}

.footer-color-bar-detail-center {
  flex: 35;
  background-color: #7896aa;
}

.footer-color-bar-detail-right {
  flex: 45.7;
  background-color: #7896aa;
  opacity: 0.7;
}

.footer-color-bar-detail-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  display: flex;
  flex-direction: row;
}

.footer-content {
  position: relative;
  bottom: -48px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/* Layout/Display classes */

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-wrap {
  white-space: nowrap;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.card-separator {
  border-top: 1px dotted #ccc;
}

.row-separator {
  border-bottom: 1px dotted #ccc;
}

.column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.help-section-layout{
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
  grid-gap: 22px;
}

.equal-flex {
  flex: 1 1;
}


@media (max-width: 550px) {
  #footer {
    min-height: 95px;
  }
  #remotehelp-card {
    display: none;
  }
  .store-button-container {
    flex-direction: column;
    height: unset;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  #header {
    padding-left: unset;
    padding-right: unset;
  }
}

@media (max-width:992px){
  .column-layout, .help-section-layout{
    grid-template-columns: 1fr;
  }
  .app-card{
    grid-template-columns: 70px auto;
  }
  .app-card-description{
    margin: 0 0 0 1.5em;
  }
  .app-card-icon{
    height: 50px;
  }
  .app-card-os-title{
    font-size: 16px;
  }
  .left-card, .right-card{
    padding-left: 0;
  }
  .card-separator, .row-separator{
    border: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  #app-section {
    padding: 15px;
  }
  .right-card {
    padding-left: 2.75em;
  }
  #phone-app-card-placeholder {
    display:block;
  }
  #help-card-container {
    margin-top: unset;
  }
  .support-card-content-container {
    padding: 20px 0;
  }
  .support-section {
    padding: 0 20px;
  }
  .column-layout {
    flex-direction: row;
  }
  .card-separator {
    border-left: 1px dotted #ccc;
    border-top: none;
  }
  .support-box-content-container {
    padding: 20px 0;
  }
  #support-card {
    flex: 6.8 6.8;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
  #support-card {
    flex: 8 8;
  }
  .app-card-description {
    margin: 0 2.75em;
  }
  #outlook-app-url {
    margin-right: 10px;
  }
}