html,
body {
  align-items: center;
  background: #ffffff; /*White as BackgroundColor*/
  color: #36454f; /*Charcoal as FontColor*/
  display: block;
  font-family: "Raleway";
  height: 100%;
  justify-content: center;
  margin: 0px;
  min-height: 100%;
}

.pageWrapper {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.contentWrapper {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  border-left: 1px solid #ccc; /*Check with Wiki Theme*/
  flex: 1 0 auto;
  background: #f8f8ff; /*GhostWhite as BackgroundColor*/
  border-right: 1px solid #ccc; /*Check with Wiki Theme*/
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  min-width: 400px;
  max-width: 400px;
  padding: 20px;
  background-image: url(/img/p_tr.svg), url(/img/p_bl.svg);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
}

.headerWrapper {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0px 20px 0px;
}

.avatar {
  border-radius: 100%;
  border: 4px solid #36454f; /*Charcoal as BorderColor*/
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  height: 200px;
  margin: 0px 0px 20px 0px;
  object-fit: cover;
  width: 200px;
}

.caa_logo span:after,
.caa_logo span:before {
  content: "";
  background: #36454f;
  position: absolute;
  top: 17%;
  width: 10%;
  height: 3px;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

.caa_logo span:after {
  transform: translate(25%, 0);
}

.caa_logo span:before {
  transform: translate(-125%, 0);
}

.caa_logo {
  padding-top: 0px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.caa_logo img {
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  height: 15px;
}

a {
  -webkit-text-decoration: none;
  color: #36454f; /*Charcoal as IconColor*/
  cursor: pointer;
  text-decoration: none;
}

a:active {
  position: relative;
  top: 1px;
}

a:hover {
  color: #92a7b5; /*Cadet Gray as BGColor*/
}

a:v️isited {
  color: #36454f; /*Charcoal as IconColor*/
}

h1 {
  display: block;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0px;
  text-align: center;
}

h2 {
  display: block;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
  text-align: center;
}

.messageBoxWrapper {
  display: block;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  -webkit-letter-spacing: 0px;
  background: #f8f8ff; /*GhostWhite as BackgroundColor*/
  border-radius: 10px;
  border: 1px solid #36454f; /*Charcoal as BorderColor*/
  box-sizing: border-box;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin: 0px 0px 20px 0px;
  padding: 10px;
  text-align: left;
}

.iconLinksWrapper,
.challengeButtonWrapper {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.iconLinksWrapper {
  margin: 0px 0px 20px 0px;
}

.challengeButtonWrapper {
  margin: 0px 0px 5px 0px;
}

.iconLinksWrapper a {
  color: #36454f; /*Charcoal as IconColor*/
  width: 40px;
}

.iconLinksWrapper a:active {
  position: relative;
  top: 1px;
}

.iconLinksWrapper a:hover {
  color: #92a7b5; /*Cadet Gray as BGColor*/
}

.iconLinksWrapper a:v️isited {
  color: #36454f; /*Charcoal as IconColor*/
}

.iconLinksWrapper svg {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  display: inline-block;
  fill: currentcolor;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  flex-shrink: 0;
  height: 32px;
  padding: 0px 5px;
  width: 32px;
}

.tooltip {
  display: block;
  position: relative;
}

.tooltip .tooltipText {
  background-color: #92a7b5; /*Cadet Gray as BGColor*/
  border-radius: 10px;
  color: #f8f8ff; /*GhostWhite as FontColor*/
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  font-size: 12px;
  font-weight: 300;
  padding: 5px 0;
  text-align: center;
  visibility: hidden;
  width: 250px;
  bottom: 125%;
  left: 50%;
  margin-left: -125px; /* Use half of the width (250/2 = 125), to center the Tooltip */
  opacity: 0;
  position: absolute;
  transition: opacity 1s;
  z-index: 99;
}

.tooltip .tooltipText::after {
  border-color: #92a7b5 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: " ";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

.tooltip:hover .tooltipText {
  opacity: 1;
  visibility: visible;
}

.messageWrapper {
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  -webkit-letter-spacing: 0px;
  background: #f8f8ff; /*GhostWhite as BackgroundColor*/
  border: 1px solid #36454f;
  border-radius: 0px 0px 20px 20px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
  padding: 20px 10px 10px 10px;
  text-align: justify;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 0.3);
}

.messageWrapper .signature {
  margin: -40px 0px 0px 0px;
  text-align: center;
}

.buttonWrapper a,
.challengeButtonWrapper a,
.contactForm #submit,
.contactForm #requestInformation {
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-text-decoration: none;
  align-items: center;
  background-color: #36454f; /*Charcoal as ButtonColor*/
  background: -moz-linear-gradient(top, #36454f, #14232d);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#36454f),
    to(#14232d)
  );
  border: none;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 0.2);
  box-sizing: border-box;
  color: #f8f8ff; /*GhostWhite as FontColor*/
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#14232D');
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  padding: 8px;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 0.2);
}

.buttonWrapper a,
.contactForm #submit,
.contactForm #requestInformation {
  min-width: 200px;
  max-width: 200px;
  margin: 5px 10px;
}

.challengeButtonWrapper a {
  min-width: 175px;
  max-width: 175px;
  margin: 0px 5px 7px 0px;
}

.buttonWrapper a:active,
.challengeButtonWrapper a:active,
.contactForm #submit:active,
.contactForm #requestInformation:active {
  background: -moz-linear-gradient(top, #92a7b5, #708593);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#92a7b5),
    to(#708593)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92A7B5', endColorstr='#708593');
  color: #f8f8ff; /*GhostWhite as FontColor*/
  position: relative;
  top: 1px;
}

.buttonWrapper a:hover,
.challengeButtonWrapper a:hover,
.contactForm #submit:hover,
.contactForm #requestInformation:hover {
  background-color: #92a7b5; /*Cadet Gray as  ButtonColor*/
  background: -moz-linear-gradient(top, #92a7b5, #708593);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#92a7b5),
    to(#708593)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92A7B5', endColorstr='#708593');
}

nav.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding: 0px 5px 5px 5px;
  background: #fff0; /*Transparent*/
  align-items: flex-end;
}

nav.menu:before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: #36454f; /*Charcoal as ButtonColor*/
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px 10px 0px 0px;
  z-index: -1;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

nav.menu input {
  display: none;
}

nav.menu label {
  text-decoration: none;
  font-family: Raleway;
  text-transform: uppercase;
  font-size: 10px;
  min-width: 65px;
  height: 50px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  display: inline-grid;
  align-items: end;
  color: #f8f8ff; /*GhostWhite as FontColor*/
  position: relative;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  cursor: pointer;
}

nav.menu input:checked + label {
  color: #f8f8ff;
  height: 75px;
}

nav.menu .selector {
  background-color: #f8f8ff;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  border: 8px solid #36454f; /*Charcoal as BackgroundColor*/
  border-radius: 100%;
}

nav.menu .selector:after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 44px;
  height: 10px;
  background: #36454f; /*Charcoal as BackgroundColor*/
  left: calc(50% - 22px);
  border-radius: 0px 0px 10px 10px;
}

nav.menu input:checked ~ .selector:after {
  box-shadow: 0 -40px 25px 5px #f8f8ff;
}

/*Selector horizontal Positions*/
#m-item1:checked ~ .selector {
  left: 9px;
}

#m-item2:checked ~ .selector {
  left: 89px;
}

#m-item3:checked ~ .selector {
  left: 171px;
}

#m-item4:checked ~ .selector {
  left: 252px;
}

#m-item5:checked ~ .selector {
  left: 333px;
}

/*** ICONS ***/
nav.menu label svg {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  fill: #f8f8ff; /*GhostWhite as IconColor*/
  position: relative;
  left: calc(50% - 15px);
}

nav.menu label:before,
nav.menu label:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
}

nav.menu input:checked + label {
  color: #f8f8ff; /*GhostWhite as FontColor*/
  --icon: var(--sel);
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

nav.menu input:checked + label svg {
  fill: #92a7b5; /*Cadet Gray as IconColor*/
  margin-top: 6px;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

@media only screen and (orientation: portrait) {
  label {
    color: transparent !important;
    text-shadow: none !important;
  }
}

/* Contact CSS */
.contactForm .formItem {
  width: 100%;
  display: flex;
}

.contactForm .formItem input {
  width: calc(100% - 45px);
  height: 23px;
  padding-left: 5px;
  margin: 0px 0px 10px -1px;
  border-radius: 0 5px 5px 0;
  border: solid 1px #36454f;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  background: #fff;
  font-family: "Raleway";
}

.contactForm .formItem input:focus,
.contactForm .formItem textarea:focus {
  background-color: #92a7b5;
  color: #f8f8ff;
  outline: none;
}

.contactForm .formItem svg {
  height: 15px;
  width: 15px;
  padding: 6px 10px;
  border-radius: 5px 0 0 5px;
  border: solid 0px #36454f;
  background: #36454f; /*Charcoal as BackgroundColor*/
  fill: #f8f8ff; /*GhostWhite as IconColor*/
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

.contactForm .formItem .bigIcon {
  padding: 6px 10px 191px 10px;
  border-radius: 5px 0 0 5px;
  border: solid 0px #36454f;
  background: #36454f; /*Charcoal as BackgroundColor*/
  color: #f8f8ff; /*GhostWhite as IconColor*/
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
}

.contactForm .formItem textarea {
  width: calc(100% - 43px);
  border-radius: 0 5px 5px 0;
  padding-left: 5px;
  margin: 0px 0px 10px -1px;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.6));
  font-family: "Raleway";
  background: #fff;
  border: solid 1px #36454f;
  height: 206px;
}

.break {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.break svg[data-mode="stroke"] {
  width: 10px;
  height: 10px;
  stroke: #36454f;
  fill: #36454f;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.block-break svg {
  top: 2px;
  position: relative;
  text-align: center;
}

.break span:after,
.break span:before {
  content: "";
  background: #36454f;
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  box-sizing: border-box;
}

.break span:after {
  transform: translate(10%, 0);
}

.break span:before {
  transform: translate(-110%, 0);
}

.messageWrapper .flexWrapper {
  overflow: hidden;
  display: flex;
}

.messageWrapper .flexWrapper .imprint {
  float: left;
  width: 55%;
}

.messageWrapper .flexWrapper .vcard-qrcode {
  float: right;
  width: 45%;
  text-align: right;
}

.messageWrapper .flexWrapper .vcard-qrcode img {
  width: 170px;
  height: 170px;
  position: relative;
}

ul {
  list-style-type: "● ";
  padding-bottom: 7px;
  padding-left: 7px;
  margin-left: 5px;
}
