/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * 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.
 */
header {

}

/* When the width of the viewport is 800px or less, apply this style */
@media screen and (max-width: 800px) {
  header {

  }
}

/* When the width of the viewport is 1500px or less, apply this style */
@media screen and (max-width: 1500px) {
  header {

  }
}

header {
  line-height: 40px;
  height: 200px;
  border-bottom: 2px solid #EEEEEEEE;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  color: #1b2e56;
}
