@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: 48px;
  padding-bottom: 192px;
}

.app-section {
  padding: 0px;
  background-color: white;
}

.app-card-container {
  display:grid;
}

.align-end{
  align-self: end;
}

.left-card {
  padding-left: 20px;
  padding-right: 20px;
}

.right-card {
  padding-left: 20px;
  padding-right: 20px;
}

.app-card {
  display:grid;
  grid-template-columns: 136px 1fr;
  grid-template-rows: auto auto;
  align-content: stretch;
  justify-content: stretch;
  height: 100%;
  padding: 20px 0;
}

.app-card-description {
  margin: 0 1.75em 0 0px;
}

.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-title-platform {
    font-size: 19px;
    font-weight: normal;
}

.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;

    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
}

.app-card-tooltip-button::before {
    content: "";
    position: absolute;
    inset: -2px;
}

.app-card-tooltip-button:hover::before,
.app-card-tooltip-button:focus-within::before {
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -2px;
}

.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;
}

.mcp-server-app-card{
  grid-template-rows: auto 1fr;
}

.outlook-app-card{
  grid-template-rows: auto auto auto 1fr;
}



.app-card-icon {
  height: 50px;
  padding-left: 15px;
  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: 24px;
  height: 24px;
}

.cloud-app-card-button-image {
  height: 24px;
}

.app-card-button>img {
  margin-left: 10px;
}

.app-url {
  min-height: 45px;
}

.phone-app-card-placeholder {
  display:none;
}

.app-url {
  display: flex;
  border: 1px solid rgb(180, 200, 210);
  align-items: stretch;
  margin: 1em 0;
  margin-bottom: 0;
}

.app-connector-title-container {
  display: flex;
  border: 0px solid rgb(180, 200, 210);
  align-items: stretch;
  margin: 1em 0;
  padding-bottom: 8px;
}

.app-url:focus-within {
  border-color: rgba(120, 150, 170);
}

.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
{
}

.copy-url-button .tooltip-container tooltip-check-icon{
  width: 24px;
  margin-bottom: 5px;
}

.copy-url-button .tooltip-container::after{
  left: 50%;
}

.medium {
  font-weight: 500;
}

.phone-app-qrcode{
  width: 68px;
}

.qrcode-container-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.qrcode-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.phone-app-qrcode-description{
  font-size: 13px;
  margin: 0;
}


#footer {
  width: 100%;
  position: relative;
  background-color: rgb(208, 219,226);
}

.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;
}


/* 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 solid #ccc;
}

.row-separator {
  border-bottom: 1px solid #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) {
  #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-description{
    margin: 0 0 0 0;
  }
  .app-card-icon{
    height: 50px;
  }
  .app-card-os-title{
    font-size: 16px;
  }
  .left-card, .right-card{
    padding-left: 20px;
  }
  .card-separator, .row-separator{
    border: none;
  }
  .app-card-container {
    border-bottom: 1px solid #ccc;
  }

  .app-flex-end {
    align-self: flex-start;
  }

  .qrcode-container-container{
  grid-template-columns: 144px 1fr;
}
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .app-section {
    padding: 0px;
  }
  .right-card {
    padding-left: 20px;
  }
  .phone-app-card-placeholder {
    display:block;
  }
  
  .column-layout {
    flex-direction: row;
  }
  .card-separator {
    border-left: 1px solid #ccc;
    border-top: none;
  }
  
  .app-flex-end {
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
  .app-card-description {
    margin: 0 0;
  }

  .app-url {
    margin-right: 10px;
  }
}