﻿@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url("/font/oswald-v53-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("/font/oswald-v53-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/font/oswald-v53-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("/font/oswald-v53-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("/font/oswald-v53-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("/font/oswald-v53-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("/font/lato-v24-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("/font/lato-v24-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/font/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("/font/lato-v24-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/font/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("/font/lato-v24-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/font/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("/font/lato-v24-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/font/lato-v24-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("/font/lato-v24-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Lato", "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 17px;
  color: #000000;
}

main {
  color: inherit;
}

/* allgemeine Tags */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1,
h2 {
  font-size: 2.47058824rem;
}

h3 {
  font-size: 1.88235294rem;
}

h4,
h5,
h6 {
  font-size: 1.29411764rem;
}

@media (width < 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1,
  h2 {
    font-size: 1.41176471rem;
  }
  h3 {
    font-size: 1.29411764rem;
  }
  h4,
  h5,
  h6 {
    font-size: 1rem;
  }
}
p {
  margin-bottom: 15px;
}

p:has(input) {
  padding-left: 3px;
  padding-right: 3px;
}

a,
a:link,
a:active,
a:visited {
  color: #005878;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

main a:hover {
  text-decoration: none;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
  font-size: 14px;
  color: #CCC !important;
  font-weight: 300 !important;
  font-family: "Open Sans", sans-serif, Arial;
}

input,
button,
select {
  cursor: pointer;
}

input[type=text],
input[type=password] {
  cursor: text;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  height: 2.79831933rem;
  margin: 0px 0px 1.14285714rem;
  padding: 0.57142857rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1.14285714rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

input[type=submit],
button {
  display: inline-block;
  justify-content: center;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  height: 36px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 14px;
  margin: 10px 0 0 0;
  border-radius: 0.23529412rem !important;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  background-color: #BE4751;
  border-style: none;
}
input[type=submit]:disabled,
button:disabled {
  background-color: #888888;
}

input[type=submit]:hover,
button:hover {
  background-color: #ca6870;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
input[type=submit]:hover:disabled,
button:hover:disabled {
  background-color: #888888;
}

select {
  width: 100%;
  padding: 0px 2px;
  font-size: 13px;
  color: #666666;
  border-collapse: collapse;
  border: 1px solid #808080;
}

textarea {
  width: 100%;
  padding: 0px 2px;
  font-size: 13px;
  color: #666666;
  border-collapse: collapse;
  border: 1px solid #808080;
  cursor: text;
}

.select2 {
  width: 100% !important;
}

button.day,
button.time {
  margin: 0 10px 10px 0;
}

button.selected {
  background-color: #0079a8;
  color: #fff;
}

#disclaimer {
  width: 25px;
  height: 25px;
}

#disclaimer + label {
  padding-top: 5px;
}

.AppointmentList + .AppointmentList {
  border-top: 1px solid #aaa;
  box-sizing: content-box;
  padding-top: 10px;
}
.AppointmentList .ConfirmDelete {
  display: none;
}
.AppointmentList .ConfirmDelete .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 30px 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.AppointmentList .ConfirmDelete .boxQuestion {
  grid-area: 1/1/2/3;
}
.AppointmentList .ConfirmDelete .boxCancel {
  grid-area: 2/1/3/2;
}
.AppointmentList .ConfirmDelete .boxConfirm {
  grid-area: 2/2/3/3;
}

.DisclaimerWrapper {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 50px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.DisclaimerWrapper .checkbox {
  grid-area: 1/1/2/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DisclaimerWrapper .label {
  grid-area: 1/2/2/3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
