/**
 * Copyright 2022 BWI GmbH
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *     http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* By default, hide the custom IS stuff - enabled in JS */
#custom_is,
#is_url {
  display: none;
}

html {
  height: 100%;
}

body {
  background: #f9fafb;
  max-width: 680px;
  width: 100%;
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.footer {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
}

.mx_HomePage_header {
  color: #2e2f32;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.mx_HomePage_header h1 {
  margin: initial !important;
}

.mx_HomePage h3 {
  margin-top: 30px;
}

.mx_HomePage_col {
  display: flex;
  flex-direction: row;
}

.mx_HomePage_row {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mx_HomePage_logo {
  margin-right: 20px;
}

.mx_HomePage_container {
  display: block !important;
  margin: 10px 20px;
  margin-top: 45px;
  column-gap: 20px;
}

.mx_HomePage_container h1,
.mx_HomePage_container h2,
.mx_HomePage_container h3,
.mx_HomePage_container h4 {
  font-weight: 600;
  margin-bottom: initial;
}

@media screen and (max-width: 1120px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .mx_HomePage_header {
    justify-content: left;
  }
}
