/**
* layout.css
* 
* Copyright 2022, Alex Stroh
* Comvation AG
* https://www.comvation.com
* 
* Released on: March 11, 2022
*/

/* ==========================================================================
   Colors Overview
   ========================================================================== */
:root {
  --body-color: #000;
  --body-bg: #fff;
  --navi-color: #000;
  --navi-bg: #ededed;
  --navi-headline: #182a52;
  --navi-links: #6c6c6c;
  --footer-color: #fff;
  --footer-bg: #182a52;
  --color-1: #fff;
  --color-2: #182a52;
  --color-3: #608cba;
  --color-4: #335375;
  --color-5: #819895;
  --color-6: #e7ad64;
  --color-7: #d25643;
  --color-8: #f2f2f2;
  --color-9: #fff;
  --color-10: #dc3545;
  --color-11: #ededed;
  --color-12: #dedede;
  --footer: 200px;
  --header: 200px;
  --logo-content: 200px;
  --logo-navigation: 200px;
  --logo-kadetten: 180px;
  --logo-tkv-white: 120px;
  --logo-tkv-black: 120px;
}

/* ==========================================================================
   Custom Definitions
   ========================================================================== */
html,
body {
  font-family: 'Roboto-Light', arial, sans-serif;
  background-color: transparent !important;
  background: none !important;
  font-size: 18px !important;
  line-height: normal;
  width: 100%;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0;
  opacity: 1 !important;
  pointer-events: all;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.tkv legend {
  color: var(--color-3);
}

body.tkv .checkbox.form-checkbox-style a {
  color: var(--color-3);
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.tkv .checkbox.form-checkbox-style a:hover {
  color: var(--color-1);
  text-decoration: underline;
  text-underline-offset: 5px;
}

#cookie-note,
#cookie-note.c7n-loaded {
  display: none !important;
  opacity: 0 !important;
}


#c7n-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: block;
}

body.tkv p {
  color: var(--color-3);
}

fieldset {
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4 {
  color: var(--color-1);
}

.clx-contact-form-field {
  padding-bottom: 15px;
}

.clx-contact-form-field.clx-buttons {
  padding-bottom: 0;
}

#c7n-content.tkv .c7n-content-tpl {
  padding-top: 0;
  padding-bottom: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(151, 196, 82);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(151, 196, 82);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(151, 196, 82);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(151, 196, 82);
}

/* ==========================================================================
   Forms
   ========================================================================== */
select.error,
input.error,
textarea#contactFormFieldId_91.error {
  border-color: #eca1a9 !important;
    background-color: #eca1a9 !important;
    -webkit-appearance: none;
}

body.tkv select.error, body.tkv input.error, body.tkv textarea.error {
    border-color: #eca1a9 !important;
    background-color: #eca1a9 !important;
    -webkit-appearance: none;
}

.clx-checkbox .error {
  -webkit-appearance: none;
  border: 1px solid var(--color-10);
  color: var(--color-10)!important;
  border: none;
}

.clx-form-error-msg-form {
    display: inline-block;
    top: 0;
    position: relative;
    border: 1px solid var(--color-10) !important;
    background-color: rgba(220, 53, 69, 0.5) !important;
    padding: 0.5rem 1rem 0.5rem 1rem;
    transition: border-color 0.2s ease;
    caret-color: var(--body-color);
    background-color: var(--color-8);
    color: var(--color-10);
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Roboto-Light', arial, sans-serif;
    font-weight: 300;
    margin-top: 2rem;
}

.clx-checkbox {
  margin-bottom: 1rem;
}

h6.clx-contact-form-label-checkbox {
  line-height: 1.75rem;
}

input[type=checkbox] {
  position: relative;
  width: auto;
  height: auto;
  top: 5px;
  font-size: 1rem !important;
  -webkit-appearance: checkbox !important;
}

ul#myTab {
  margin-bottom: 2rem;
}

.form-style-73,
.form-style-91 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.clx-contact-form-label-checkbox:hover,
.clx-contact-form-label-radio:hover {
  cursor: pointer;
  color: var(--body-color);
}

h6#contactFormFieldId_93 {
  text-transform: none;
  color: var(--body-color);
}

.clx-is-required {
  color: var(--color-10);
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}

.floating-input {
  padding: 1.5rem 1rem 0.5rem 1rem;
  transition: border-color 0.2s ease;
  caret-color: var(--body-color);
  background-color: var(--color-8);
  border: 1px solid var(--color-11);
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 0;
  -webkit-appearance: none;
  width: 100%;
  font-family: 'Roboto-Light', arial, sans-serif;
  font-weight: 300;
  border-radius: 0;
}

.floating {
  margin-bottom: 1rem;
  transition: background-color 0.2s ease;
  height: 48px;
}

.floating-input:hover,
.floating-input:focus-within,
textarea#contactFormFieldId_91:hover,
textarea#contactFormFieldId_100:hover {
  background-color: var(--color-1);
  border: 1px solid var(--color-11);
  cursor: pointer;
}

.clx-form-error-msg,
#contactFormCaptchaError {
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 0.8rem !important;
  padding: 15px;
  color: var(--color-10) !important;
  text-transform: uppercase;
  position: absolute;
  top: -45px;
  left: 0;
}

.clx-contact-form-field.clx-captcha label {
  font-size: 1rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 0.7rem !important;
  padding: 0 8px;
  color: var(--color-3)!important;
  text-transform: uppercase;
  font-style: normal;
}

.clx-contact-form-field.clx-buttons {
  text-align: left;
}

label.form-label-style,
label.form-label-style-choice {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 0 1rem;
  text-transform: uppercase;
}

label.form-label-style {
  font-size: 0.7rem;
}

label.form-label-style-choice {
  font-size: 1rem;
}

textarea#contactFormFieldId_91,
textarea#contactFormFieldId_100 {
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
  line-height: 1.1;
  height: 115px;
}

.clx-contact-form-label-checkbox:hover,
.clx-contact-form-label-radio:hover {
  cursor: initial;
}

.floating-input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating-label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
  font-family: 'Roboto-Regular', arial, sans-serif;
  letter-spacing: normal;
}

.floating-label::before {
  color: var(--color-2);
  content: attr(data-content);
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 1rem;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  vertical-align: middle;
}

.floating-label::after {
  content: "";
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  transform: scale3d(0, 1, 1);
  width: 100%;
}

.floating-input:focus+.floating-label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating-input:placeholder-shown+.floating-label::before {
  transform: translate3d(0, -1.8em, 0) scale3d(1, 1, 1);
  font-size: 1rem;
}

.floating-input:value-shown+.floating-label::before {
  transform: translate3d(0, -1.8em, 0) scale3d(1, 1, 1);
  font-size: 1rem;
}

.floating-label::before,
.floating-input:focus+.floating-label::before {
  transform: translate3d(0, -2.8rem, 0) scale3d(0.6, 0.6, 1);
}

.floating-input:focus+.floating-label::before {
  color: var(--body_color);
  font-weight: 500;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal vertical-align: middle;
}

input.c7n-btn.primary {
  width: 100%;
  max-width: 150px;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 10px auto 0 auto;
  display: block;
  color: var(--color-2);
  background-color: var(--link_color_hover);
  border: transparent;
  padding: 7.5px 30px;
}

input.c7n-btn.primary:hover {
  background-color: var(--link_color_hover);
  color: var(--color-2);
  opacity: 0.7;
}

input {
  height: 48px;
}

input:focus {
  color: var(--body-color);
  outline: 0;
  -webkit-appearance: none;
}

textarea:focus {
  color: var(--body-color);
  outline: 0;
  -webkit-appearance: none;
}

input[type="radio"] {
  position: relative;
  height: unset;
  width: unset;
  font-size: initial;
  margin-left: 15px;
  -webkit-appearance: radio;
}

fieldset {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgb(223, 223, 223);
  -webkit-text-fill-color: rgba(var(--marine-blue), 1);
  -webkit-box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset;
  transition: background-color 5000s ease-in-out 0s;
}

#content.kadetten-kontakt legend {
  display: none;
}

form {
  margin-top: 2rem;
}

form.form.clx-contact-form_14 {
    margin: 0;
}

/*form.form.clx-contact-form_14 legend {
    display: none;
}
*/
form.form.clx-contact-form_14 legend {
    content: 'ALEX';
}

.clx-buttons {
  padding-bottom: 0;
}

.floating-label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating-label::before,
.floating-input:focus+.floating-label::before {
  transform: translate3d(0, -2.4rem, 0) scale3d(0.6, 0.6, 1);
}

.floating-label::before {
  color: var(--link-color-hover);
  content: attr(data-content);
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 1rem;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  vertical-align: middle;
}

.floating-label::after {
  content: "";
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  transform: scale3d(0, 1, 1);
  width: 100%;
}

.c7n-textarea {
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 250px;
}

.c7n-image-file {
  padding: 0.5rem 1rem;
}

.checkbox.form-checkbox-style a {
  color: var(--body-color);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.checkbox.form-checkbox-style a:hover {
  color: var(--navi-links);
  text-decoration: underline;
  text-underline-offset: 5px;
}

main.tkv .checkbox.form-checkbox-style a {
  color: var(--body-color);
  text-decoration: underline;
  text-underline-offset: 5px;
}

main.tkv .checkbox.form-checkbox-style a:hover {
  color: var(--navi-links);
  text-decoration: underline;
  text-underline-offset: 5px;
}

#contactFormFieldId_103,
#contactFormFieldId_118,
#contactFormFieldId_127,
#contactFormFieldId_136,
#contactFormFieldId_142,
#contactFormFieldId_143,
#contactFormFieldId_173,
#contactFormFieldId_187,
#contactFormFieldId_189,
#contactFormFieldId_190,
#contactFormFieldId_201,
#contactFormFieldId_202,
#contactFormFieldId_204{
  height: 48px;
  border-radius: 0;
  padding: 1rem 1rem 0.5rem 1rem;
  transition: border-color 0.2s ease;
  caret-color: var(--body-color);
  color: var(--body-color);
  border: 1px solid var(--color-11);
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  background: url(/images/content/layout/icons/arrow_black.svg) no-repeat 97% center;
  background-color: var(--color-8);
  background-size: 10px;
  margin-bottom: 1rem;
  width: 100%;
  font-family: 'Roboto-Regular', arial, sans-serif;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

textarea.floating-input::placeholder {
  color: var(--body-color);
  content: attr(data-content);
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: left top;
  position: relative;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  vertical-align: middle;
  font-family: 'Roboto-Regular', arial, sans-serif;
  font-weight: 500;
  padding: 0;
}

textarea.floating-input {
  padding: 0.5rem 1rem;
  height: 120px;
}

textarea::placeholder {
    color: var(--body-color);
}

h6#contactFormFieldId_145:hover,
h6#contactFormFieldId_183:hover,
h6#contactFormFieldId_184:hover,
h6#contactFormFieldId_185:hover,
h6#contactFormFieldId_186:hover {
  color: var(--color-2);
}

h6#contactFormFieldId_155:hover,
h6#contactFormFieldId_161:hover,
h6#contactFormFieldId_169:hover {
  color: var(--color-3);
}

#contactFormFieldId_103,
#contactFormFieldId_118,
#contactFormFieldId_136 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 576px) {
  iframe.anmeldung {
    height: 2150px;
  }

  iframe.austritt {
    height: 1180px;
  }

  iframe.lageranmeldung {
    height: 1280px;
  }

  iframe.sportfachwechsel {
    height: 1210px;
  }

  iframe.sponsoren {
    height: 890px;
  }

  .form-style-111,
  .form-style-123,
  .form-style-130,
  .form-style-140 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .form-style-112,
  .form-style-124,
  .form-style-131,
  .form-style-141 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media only screen and (min-width: 576px) and (orientation: portrait) {}

@media only screen and (min-width: 576px) and (orientation: landscape) {}

@media only screen and (min-width: 768px) {
  iframe.anmeldung {
    height: 1550px;
  }

  iframe.austritt {
    height: 870px;
  }

  iframe.lageranmeldung {
    height: 1100px;
  }

  iframe.sportfachwechsel {
    height: 830px;
  }

  iframe.sponsoren {
    height: 800px;
  }

  .form-style-90,
  .form-style-91,
  .form-style-92,
  .form-style-93,
  .form-style-97,
  .form-style-99,
  .form-style-101,
  .form-style-102,
  .form-style-105,
  .form-style-106,
  .form-style-107,
  .form-style-104,
  .form-style-108,
  .form-style-109,
  .form-style-110,
  .form-style-113,
  .form-style-114,
  .form-style-115,
  .form-style-120,
  .form-style-121,
  .form-style-122,
  .form-style-126,
    .form-style-127,
  .form-style-128,
  .form-style-129,
  .form-style-132,
  .form-style-133,
  .form-style-135,
  .form-style-139,
  .form-style-142,
  .form-style-156,
  .form-style-157,
  .form-style-158,
  .form-style-159,
  .form-style-143,
  .form-style-176,
  .form-style-177,
  .form-style-178,
  .form-style-179,
  .form-style-187,
  .form-style-190,
  .form-style-201,
.form-style-202,
 .form-style-203,
 .form-style-204
 
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .form-style-111,
  .form-style-123,
  .form-style-130,
  .form-style-140 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .form-style-103,
  .form-style-104,
  .form-style-112,
  .form-style-118,
  .form-style-119,
  .form-style-124,
  .form-style-131,
  .form-style-136,
  .form-style-137,
  .form-style-141,
  .form-style-170,
  .form-style-171,
  .form-style-172,
  .form-style-174,
  .form-style-199,
  .form-style-200 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {}

@media only screen and (min-width: 768px) and (orientation: landscape) {}

@media only screen and (min-width: 992px) {
  iframe.anmeldung {
    height: 1320px;
  }

  iframe.austritt {
    height: 800px;
  }

  iframe.lageranmeldung {
    height: 1000px;
  }

  iframe.sportfachwechsel {
    height: 800px;
  }

  iframe.sponsoren {
    height: 840px;
  }

  .clx-checkbox.checkbox_145 {
    margin-bottom: 2rem;
  }

  .form-style-97 {
    flex: 0 0 auto;
    width: 100%;
  }

  #contactFormFieldId_103,
  #contactFormFieldId_118,
  #contactFormFieldId_127,
  #contactFormFieldId_136,
  #contactFormFieldId_142,
  #contactFormFieldId_143,
  #contactFormFieldId_173 {
    width: 100%;
  }

  #contactFormFieldId_103:hover,
  #contactFormFieldId_118:hover,
  #contactFormFieldId_127:hover,
  #contactFormFieldId_136:hover,
  #contactFormFieldId_142:hover,
  #contactFormFieldId_143:hover,
  #contactFormFieldId_173:hover {
    background-color: var(--color-1);
    border: 1px solid var(--color-11);
    cursor: pointer;
  }

  .form-style-90,
  .form-style-91,
  .form-style-92,
  .form-style-93,
  .form-style-97,
  .form-style-98,
  .form-style-99,
  .form-style-101,
  .form-style-102,
  .form-style-108,
  .form-style-109,
  .form-style-110,
  .form-style-117,
  .form-style-122,
  .form-style-126,
    .form-style-127,
  .form-style-128,
  .form-style-129,
  .form-style-132,
  .form-style-133,
  .form-style-135,
  .form-style-139,
  .form-style-142,
  .form-style-143,
  .form-style-149,
  .form-style-150,
  .form-style-151,
  .form-style-152,
  .form-style-162,
  .form-style-163,
  .form-style-164,
  .form-style-165,
  .form-style-166,
  .form-style-167,
  .form-style-173,
  .form-style-179,
  .form-style-180,
  .form-style-187,
  .form-style-190,
   .form-style-201,
    .form-style-202,
     .form-style-203,
      .form-style-204{
    flex: 0 0 auto;
    width: 50%;
  }

  .form-style-103,
  .form-style-104,
  .form-style-105,
  .form-style-106,
  .form-style-107,
  .form-style-112,
  .form-style-113,
  .form-style-114,
  .form-style-115,
  .form-style-118,
  .form-style-119,
  .form-style-124,
  .form-style-131,
  .form-style-136,
  .form-style-137,
  .form-style-141,
  .form-style-170,
  .form-style-171,
  .form-style-172,
  .form-style-174,
  .form-style-176,
  .form-style-177,
  .form-style-178,
  .form-style-200 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .form-style-111,
  .form-style-123,
  .form-style-130,
  .form-style-140 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media only screen and (min-width: 992px) and (orientation: portrait) {}

@media only screen and (min-width: 992px) and (orientation: landscape) {}

@media only screen and (min-width: 1200px) {
  iframe.anmeldung {
    height: 1260px;
  }

  iframe.austritt {
    height: 810px;
  }

  iframe.lageranmeldung {
    height: 910px;
  }

  iframe.sportfachwechsel {
    height: 800px;
  }

  iframe.sponsoren {
    height: 640px;
  }
}

@media only screen and (min-width: 1400px) {
  iframe.anmeldung {
    height: 1200px;
  }

  iframe.austritt {
    height: 770px;
  }

  iframe.lageranmeldung {
    height: 880px;
  }

  iframe.sportfachwechsel {
    height: 770px;
  }

  iframe.austritt {
    height: 610px;
  }
}

@media only screen and (min-width: 1600px) {
  iframe.anmeldung {
    height: 1170px;
  }

  iframe.austritt {
    height: 610px;
  }

  iframe.lageranmeldung {
    height: 980px;
  }

  iframe.sportfachwechsel {
    height: 770px;
  }

  iframe.sponsoren {
    height: 680px;
  }
}

@media only screen and (min-width: 1920px) {}