@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('/static/fonts/myriad-pro-cufonfonts-webfont/MYRIADPRO-REGULAR.woff') format('woff');
}

body
{
  font-family:'Myriad Pro Regular';
  background-color: #F6F0F9;
}


.farbe1
{
  /* Dunkles Violett */
  background-color: #633085;
}

.farbe2
{
  /* Helles Violett */
  background-color: #dac3e7;
}

.farbe3
{
  /* Grün */
  background-color: #bfdb34;
}

h1
{
  /*color: #bfdb34;*/
  color: #71A415;
  /*text-shadow: 0px 0.2px 0.7px rgb(0, 0, 0);*/
}

main > .container {
  padding: 60px 15px 0;
}

main
{
  color: #633085;
  font-size: 22px;
}

.footer {
  background-color: #dac3e7;
  background-color: rgb(218,195,231);
  font-size: 19px;
  color: #633085;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.too_big_to_be_true {
  font-size: 80px;
  color: #bfdb34;
}


/* change the background color */
.navbar-custom {
    background-color: #dac3e7;
    background-color: rgb(218,195,231);
    font-size: 22px;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #633085;
    color: rgb(99,38,133);
}

/* change the link color - now always dark */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(99,38,133);
    text-decoration: none; /* removes default underline */
    transition: text-decoration 0.3s; /* smooth transition for underline */
}

/* change the style of active or hovered links */
.navbar-custom .nav-item.active .nav-link {
    color: rgb(99,38,133);
    text-decoration: underline;
}

/* add underline on hover */
.navbar-custom .nav-item:hover .nav-link {
    color: rgb(99,38,133);
    text-decoration: underline;
}

/* Optional: Spezielle Unterstreichung */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    text-decoration: underline;
    text-underline-offset: 5px; /* Abstand der Unterstreichung zum Text */
    text-decoration-thickness: 2px; /* Dicke der Unterstreichung */
}


/*.navbar-custom .nav-item:hover .nav-link {
    background-color: rgba(99,48,133,0.1);
    text-decoration: none;
    transition: all 0.5s ease;
    border-radius: 5px;
}
*/
.navbar-custom .nav-item:hover .nav-link {
    color: #8446b3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    /*transform: scale(1.05);*/
    transition: all 0.3s ease;
    text-decoration: none;
}



.aw_small_txt
{
  font-size: 13px;
}

.awd_area h1
{
  margin: 0px 0px 20px 0px;
  line-height: 0.7;
  color: #633085 !important;
}

.awd_area h2
{
  margin: 0px 0px 20px 0px;
  line-height: 0.7;
}


#debug
{
  background-color: white;
  border: 1px black dashed;
  z-index: 99999;
  padding: 10px;
  margin: 100px 0px 10px 0px;
}


.navi
{
  margin-bottom: 13px;
}

.social_icons
{
  font-size: 32px;
  margin-right: 5px;
}


/*a {
    color: #0066CC;
    text-decoration: none; 
}


a:hover {
    color: #1A75D1; 
    text-decoration: underline; 
}


a:visited {
    color: #0052A3; 
}
*/