:root {
  --schweinchenrosa-hell: #f7d4db;
  --schweinchenrosa-dunkel: #d18395;
  --gelb-hell: #f9eebc;
  --gelb-dunkel: #d8ae15;
  --blau: #0500c9;
  --dunkelblau: #0d174d;
  --schweinchenrosa-sehrdunkel: #863547;
  --weiss: #fff;
}

.btn,
.btn:link,
.btn:visited {
  color: var(--weiss);
  background-color: var(--blau);
  border-color: var(--blau);
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.btn:hover {
  color: var(--weiss);
  background-color: var(--dunkelblau);
  border-color: var(--dunkelblau);
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  color: var(--schweinchenrosa-sehrdunkel);
  background-color: var(--schweinchenrosa-hell);
  border-color: var(--schweinchenrosa-hell);
}

.btn-primary:hover {
  color: var(--weiss);
  background-color: var(--blau);
  border-color: var(--blau);
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
  color: var(--gelb-dunkel);
  background-color: var(--gelb-hell);
  border-color: var(--gelb-hell);
}

.btn-secondary:hover {
  color: var(--weiss);
  background-color: var(--blau);
  border-color: var(--blau);
}




.btn-umfrage,
.btn-umfrage:link,
.btn-umfrage:visited {
  width: 192px;
  height: 192px;
  line-height: 192px;
  display: inline-block;
  border-radius: 50%;
  background: var(--gelb-dunkel);
  color: var(--weiss);
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform .15s ease, box-shadow .15s ease;
  /*line-height:1.2; 
  height:192px; 
  width: 192px; 
  white-space:normal; 
  display:inline-block; 
  padding:0.4rem 0.75rem; 
  text-align:center;*/
}

.btn-umfrage:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: var(--schweinchenrosa-dunkel);
}



#hybridstoerer {
  top: 10px;
  right: 10px;
  width: 150px;
  height: auto;
  z-index: 1000;
}

body {
  background-color: var(--schweinchenrosa-hell);
  color: var(--blau);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.3;
}

a,
a:visited,
a:hover,
a:focus,
a:active,
a:link {
  font-weight: bold;
  color: var(--schweinchenrosa-sehrdunkel);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

h3 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-weight: bold;
}

.rounded-box {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1.5rem;
}

.rounded-box-inner {
  padding: 1.2rem;
}

.blue-box {
  background-color: var(--blau);
  color: var(--weiss);
}

.blue-box .rounded-box-inner.title h3 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 0;
}

.blue-box .rounded-box-inner.step {
  padding-top: 0;
  padding-bottom: 0;
}

.blue-box a,
.blue-box a:visited,
.blue-box a:hover,
.blue-box a:focus,
.blue-box a:active,
.blue-box a:link {
  font-weight: bold;
  color: var(--schweinchenrosa-dunkel);
  text-decoration: none;
}

.yellow-box {
  background-color: var(--gelb-dunkel);
  color: var(--weiss);
}

.light-yellow-box {
  background-color: var(--gelb-hell);
  color: var(--blau);
}

.rose-box {
  background-color: var(--schweinchenrosa-dunkel);
  color: var(--weiss);
}

#header {
  background-image: url('../img/frauenkonferenz-main-940.png');
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 969px;
  padding-top: 208px;

}

#start {
  margin-top: 1em;
}

#start-html {
  margin-top: 1em;
}

#motivationbox {
  margin-top: 160px;
}

.anmeldegebuehr {
  background-color: var(--gelb-dunkel);
  /* variable --dunkellila was not defined; use existing dark color */
  color: var(--schweinchenrosa-sehrdunkel);
}

.anmeldegebuehr h4.fee-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.anmeldegebuehr p.fee-amount {
  font-size: 3rem;
  font-weight: bold;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form input[type="date"],
form input[type="search"],
form input[type="url"],
form input[type="time"],
form input[type="month"],
form input[type="week"],
form input[type="datetime-local"],
form input[type="color"],
form input[type="file"],
form select,
form textarea {
  font-size: 0.9rem;
}

#impressum,
#datenschutz {
  font-weight: normal;
}

#impressum .email span {
  unicode-bidi: bidi-override;
  direction: ltr;
}

.spendentrenner, .spendentrenner2 {
  border-top: 1px solid #fff;
}

img#programmgif {
  width: 66%;
}

/* ==========================================================================
   1. Large devices (lg) - up to 1199.98px
   ========================================================================== */
@media (max-width: 1199.98px) {
  .anmeldegebuehr h4.fee-title {
    font-size: 1.2rem;
  }

  img#programmgif {
  width: 100%;
}

}


/* ==========================================================================
   2. Medium devices (md) - up to 991.98px
   ========================================================================== */
@media (max-width: 991.98px) {
  #header {
    background-image: url('../img/frauenkonferenz-main-940.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 560px auto;
    min-height: auto;
    padding-top: 90px;
  }

  #motivationbox {
    margin-top: 100px;
  }


.btn-umfrage,
.btn-umfrage:link,
.btn-umfrage:visited {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 1.5em;
}

img#programmgif {
  width: 100%;
}

}

/* ==========================================================================
   3. Small devices (sm) - up to 767.98px
   ========================================================================== */
@media (max-width: 767.98px) {
  .anmeldegebuehr h4.fee-title {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  #header {
    padding-top: 140px;
  }


.btn-umfrage,
.btn-umfrage:link,
.btn-umfrage:visited {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 1.2em;
}


.spendentrenner2, .spendentrenner
{
  border-top: 0px;
}

img#programmgif {
  width: 100%;
}

}

/* ==========================================================================
   4. Extra Small devices (xs) - up to 575.98px
   ========================================================================== */
@media (max-width: 575.98px) {
  #header {
    background-image: url('../img/frauenkonferenz-main-940.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 150px;
  }

  .anmeldegebuehr h4.fee-title {
    font-size: 1.2rem;
  }

  #motivationbox {
    margin-top: 150px;
  }

.btn-umfrage,
.btn-umfrage:link,
.btn-umfrage:visited {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 1.2em;
}

img#programmgif {
  width: 100%;
}

}

/* ==========================================================================
   4. Extra Small devices (xxs) - up to 416px
   ========================================================================== */
@media (max-width: 416px) {
  #header {
    background-image: url('../img/frauenkonferenz-main-940.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: auto;
    padding-top: 250px;
  }

  .anmeldegebuehr h4.fee-title {
    font-size: 1.2rem;
  }

  #motivationbox {
    margin-top: 50px;
  }

.btn-umfrage,
.btn-umfrage:link,
.btn-umfrage:visited {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 1.2em;
}

img#programmgif {
  width: 100%;
}

}

.phone::before {
  content: "(+49 173 6140060)";
}

/* Köder für Bots */
.bot-trap {
  display: none;
}