.topmenu {
    color: #ffffff;
    font-size: 16pt;
    font-weight: normal;
    font-family: "Arial Narrow";
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.topmenu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffcc33;
    transition: width 0.3s ease-out, left 0.3s ease-out;
    text-decoration-skip-ink: none;
}

.topmenu:hover::after {
    width: 100%;
    left: 0;
}

.topmenu:hover {
    color: #ffcc33;
}






.topmenu2 {
    color: #e0e0e0;
    font-size: 14pt;
    font-weight: normal;
    font-family: "Arial Narrow";
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.topmenu2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffcc33;
    transition: width 0.3s ease-out, left 0.3s ease-out;
    text-decoration-skip-ink: none;
}

.topmenu2:hover::after {
    width: 100%;
    left: 0;
}

.topmenu2:hover {
    color: #ffcc33;
}



.link {
    color: #585858;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Arial Narrow";
    text-decoration: none;
    position: relative;
}

.link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease-out, left 0.3s ease-out;
    text-decoration-skip-ink: none;
}

.link:hover::after {
    width: 100%;
    left: 0;
}

.link:hover {
    color: #000000;
}



.link2 {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Arial Narrow";
    text-decoration: underline;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
}

.link2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease-out, left 0.3s ease-out;
    text-decoration-skip-ink: none;
}

.link2:hover::after {
    width: 100%;
    left: 0;
}

.link2:hover {
    color: #606060;
}



.title {
    color: #ffffff;
    font-size: 16pt;
    font-weight: normal;
    font-family: "Arial Narrow";
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}



.text {
    color: #ffffff;
    font-size: 12pt;
    font-weight: normal;
    font-family: "Arial Narrow";
    text-decoration: none;
}


.name {
    color: #ffffff;
    font-size: 16pt;
    font-weight: normal;
    font-family: "Arial Narrow";
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease-out, left 0.3s ease-out;
    text-decoration-skip-ink: none;
}

.name:hover::after {
    width: 100%;
    left: 0;
}



#dropdownBtn:hover img {
    filter: brightness(120%);
    transform: scale(1.3);
}



#menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.3);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}






.menu-container-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #f0f0f0;
}


.menu-items-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.images-container-home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.menu-items2 {
    display: flex;
    justify-content: center;
    align-items: center;
}







@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fade-out {
    animation: fadeOut 1s ease-out;
}

.fade-in {
    animation: fadeIn 1s ease-in;
    display: block !important;
}



.dropbtn {
    margin-top: auto;
    margin-bottom: auto;
    color: #e0e0e0;
    background: none;
    border: none;
    font-size: 14pt;
    cursor: pointer;
    position: relative;
    font-family: "Arial Narrow";
    font-weight: normal;
}






.dropdown {
    margin-left: 15px;
    margin-right: 15px;
    align-self: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #404040;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

    border-radius: 10px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #505050;
}

.dropdown:hover .dropdown-content {
    display: block;
}






.dropbtn_menu {

    margin-left: 20px;

    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    color: #e0e0e0;
    background: none;
    border: none;
    font-size: 14pt;

    cursor: pointer;

    position: relative;
    font-family: "Arial Narrow";
    font-weight: normal;
}

.dropdown_menu {
    position: relative;
}

.dropdown_menu-content {
    display: none;
    position: absolute;
    background-color: #404040;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

    border-radius: 10px;
}

.dropdown_menu-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown_menu-content a:hover {
    background-color: #505050;
}

.dropdown_menu:hover .dropdown_menu-content {
    display: block;
}




.dropdown_menu img {
    transition: transform 0.3s ease, border 0.3s ease;
    border: 0;
}

.dropdown_menu img:hover {
    transform: scale(1.1);
}










.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f0f0f0;
    height: 180px;
}


#WpeBadgeIframe {
    border: 0;
    height: 100%;
    width: 700px;
    overflow: hidden;
}



.container {
    display: flex;
    flex-wrap: wrap;
    font-family: Tahoma, sans-serif;
    text-decoration:none;
    font-weight:normal;
    justify-content: center;
}

.column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.column.center {
    flex: 0 0 90%;
    display: flex;
    justify-content: center;
}

.form-container {
    background: #ffffff;
    border-radius: 10pt;
    padding: 20px;
    width: 100%;
    max-width: 600px;
}


.column img {
    max-width: 100%;
    height: auto;
}


.text_header  {
    color:#000000;
    font-size:20pt;
    font-weight:bold;
    font-family:"Arial Narrow";
    text-decoration:none;
}


.link_header  {
    color:#505050;
    font-size:18pt;
    font-weight:bold;
    font-family:"Arial Narrow";
    text-decoration:none;
    transition: color 0.3s ease;
}




.inputline {
    background: #f0f0f0;
    color: #000000;
    font-size: 12pt;
    font-family:Tahoma;
    border: 0px;
    width: 100%;
    max-width: 380pt;
    height: 30pt;
    padding: 10pt;
}



.linkbutton {
    background: #ffcc00;
    color: #000000;
    font-size: 16pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 220pt;
    height: 40pt;
    border-radius: 6pt;
    border: 1px solid #ffe324;
    transition: transform 0.3s ease-in-out;
}
.linkbutton:hover {
    background: #ffc400;
    color: #000000;
    font-size: 16pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 220pt;
    height: 40pt;
    border-radius: 6pt;
    border: 1px solid #ffcc00;
    transform: scale(1.2);
}


.button {
    background: #ffffff;
    color: #000000;
    font-size: 12pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 120pt;
    height: 30pt;
    border-radius: 6pt;
    border: 1px solid #000000;
    transition: transform 0.3s ease-in-out;
}
.button:hover {
    background: #f0f0f0;
    color: #000000;
    font-size: 12pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 120pt;
    height: 30pt;
    border-radius: 6pt;
    border: 1px solid #000000;
    transform: scale(1.2);
}

.button_accept {
    background: #000000;
    color: #ffffff;
    font-size: 12pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 120pt;
    height: 30pt;
    border-radius: 6pt;
    border: 1px solid #707070;
    transition: transform 0.3s ease-in-out;
}
.button_accept:hover {
    background: #303030;
    color: #ffffff;
    font-size: 12pt;
    font-family:"Arial Narrow";
    font-weight:bold;
    width: 120pt;
    height: 30pt;
    border-radius: 6pt;
    border: 1px solid #000000;
    transform: scale(1.2);
}



.animate-element {
    opacity: 0;
    transform: translateX(-100px);
    animation: fadeInR 1s ease-in-out forwards;
}

@keyframes fadeInR {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



.animate-element2 {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




.animate-element_y {
    opacity: 0;
    transform: translateY(100px);
    animation: fadeIn_y 0.5s ease-in-out forwards;
}

@keyframes fadeIn_y {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

h1{
    margin-top: 1.3em;
    margin-bottom: 0.3em;
}

h2 {
    margin-top: 1.3em;
    margin-bottom: 0.3em;
}

h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

p {
    margin-top: 0.3em;
    overflow-wrap: break-word;
    word-break: break-word;
}