html {
    scroll-behavior: smooth;
}

body, h5 {
    font-family: proxima-nova, sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Crimson Text', serif;
}

.uk-offcanvas-bar {
    background-color: white;
}

#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: lightgray;
}

#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary a {
    color: black;
}

#offcanvas-menu .uk-offcanvas-bar .uk-close {
    color: black;
}

.uk-pointer {
    cursor: pointer;
}

/* Buttons */
button.uk-button {
}

.uk-button {
    padding: 12px 16px !important;
    line-height: inherit;
    min-width: 64px;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.uk-button-primary, .uk-button-primary:active, .uk-button-primary:focus {
    background-color: #11436D;
}

.uk-button-secondary {
    background-color: #F7B01A;
    color: #FFFFFF;
}

.uk-button-primary:hover, .uk-button-secondary:hover {
    color: #11436D;
    background-color: #F1F1F1;
    outline: 2px solid #11436D;
    outline-offset: -2px;
}

.uk-button-primary:hover .o-boxes-plus {
    color: #11436D;
}

.uk-button-primary:hover .o-boxes-icon {
    color: #11436D;
}

.uk-button-default {
    background-color: #B2B2B2;
    outline: 2px solid #B2B2B2;
    outline-offset: -2px;
    color: #ffffff;
    font-weight: bold;
}

.uk-button-default:hover {
    outline: 2px solid #F1F1F1;
    outline-offset: -2px;
    color: #B2B2B2;
    font-weight: bold;
}

/* Navigation */
.uk-navbar-nav > li > a {
    color: #11436D;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.o-menu-item-toggle {
    color: #11436D;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.uk-navbar-nav .uk-button {
    text-transform: none;
    font-weight: bold;
}

.uk-navbar-container.o-administration-menu:not(.uk-navbar-transparent) {
    background: #FFFFFF;
}

.uk-navbar-nav > li.uk-active > a > span {
    border-bottom: 2px solid #F7B01A;
    padding-bottom: 3px;
}

/* Submenu */
.uk-subnav > * > .o-administration-submenu-item:first-child {
    color: #FFFFFF;
    display: initial
}

.uk-subnav > * > .o-administration-submenu-item:hover {
    border-bottom: 2px solid #F7B01A;
    padding-bottom: 3px;
    transition: 0.4s ease all;
}

.uk-subnav > .uk-disabled > a.o-administration-submenu-item {
    color: #B2B2B2;
    text-decoration: line-through;
}

.uk-subnav > .uk-active > a.o-administration-submenu-item {
    border-bottom: 2px solid #F7B01A;
    padding-bottom: 3px;
}

.uk-table-striped tr.o-table-header:nth-of-type(odd), .uk-table-striped > tr:nth-of-type(odd) {
    background-color: #11436D;
}

.uk-table-striped tr th {
    color: white;
}

.uk-pagination > * > * {
    color: #F7B01A;
}

.uk-pagination > * > :hover {
    color: #11436D;
}

/*
Reünisten menu
*/
.uk-navbar-nav > * > .o-reunisten-menu-item:first-child {
    display: initial
}

.uk-navbar-nav > .uk-active > a.o-reunisten-menu-item > span {
    border-bottom: 2px solid #8F1515;
    padding-bottom: 3px;
}

.uk-navbar-nav > li.uk-active > a > span {
    border-bottom: 2px solid #F7B01A;
    padding-bottom: 3px;
}

.o-profile-submenu-item:hover {
    background-color: #11436D;
    color: white !important;
    text-decoration: none !important;
}

.uk-active > .o-profile-submenu-item {
    background-color: #11436D !important;
    color: white !important;
    text-decoration: none !important;
    border-style: none;
}

.uk-disabled > .o-profile-submenu-item {
    text-decoration: line-through;
}

.uk-accordion-title:before {
    background-image: url('line-awesome/svg/chevron-down-solid.svg');
}

.uk-open > .uk-accordion-title::before {
    background-image: url('line-awesome/svg/chevron-up-solid.svg');
}

.uk-alert-primary {
    background: #F7B01A;
    color: white;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #11436D;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #11436D;
}

/*
Custom CSS classes
*/
.o-profile-submenu {
    background-color: #F1F1F1;
    margin-left: 0px;
}

.o-profile-submenu-item {
    color: #11436D !important;
    text-transform: none !important;
    font-size: 16px !important;
    padding: 15px !important;
}

.o-financials-submenu-item {
    background-color: #B2B2B2;
    color: white !important;
}

.o-menu-logo {
    background-size: contain;
    height: 80px
}

.o-border-left {
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}

.o-administration-submenu {
    background-color: #11436D;
}

.o-background-white {
    background-color: white;
}

.o-dashboard-boxes {
    background-color: #F1F1F1;
    color: #11436D;
}

.o-box-underline {
    color: #11436D;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #11436D;
}

.o-box-underline-btn {
    color: #11436D;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #11436D;
}

.o-box-underline-white {
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

.o-title-member {
    padding-bottom: 10px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #8F1515;
}

.o-title {
    padding-bottom: 10px;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #F7B01A;
    color: #11436D;
}

.o-new-password-title {
    width: 431px;
}

@media only screen and (min-width: 479px) and (max-width: 959px) {
    .o-reset-password-title {
        width: 445px;
    }

    .o-dashboard-title {
        width: 388px;
    }

    .o-new-financials-title {
        width: 312px;
    }

    .o-import-title {
        width: 393px;
    }

    .o-financials-stats-title {
        width: 346px;
    }

    .o-home-com-title {
        width: 363px;
    }

    .o-fonds-title {
        width: 311px;
    }
}

@media only screen and (max-width: 959px) {
    .o-home-title {
        width: 130px;
    }

    .o-profile-title {
        width: 102px;
    }

    .o-member-title {
        width: 155px;
    }

    .o-group-title {
        width: 136px;
    }

    .o-new-member-title {
        width: 244px;
    }

    .o-new-group-title {
        width: 226px;
    }

    .o-financials-title {
        width: 158px;
    }

    .o-news-title {
        width: 119px;
    }

    .o-new-news-title {
        width: 298px;
    }

    .o-new-calendar-title {
        width: 323px;
    }

    .o-search-title {
        width: 277px;
    }
}

@media only screen and (min-width: 960px) {
    .o-home-title {
        width: 153px;
    }

    .o-reset-password-title {
        width: 524px;
    }

    .o-dashboard-title {
        width: 456px;
    }

    .o-profile-title {
        width: 117px;
    }

    .o-member-title {
        width: 195px;
    }

    .o-group-title {
        width: 166px;
    }

    .o-new-group-title {
        width: 267px;
    }

    .o-new-member-title {
        width: 290px;
    }

    .o-financials-title {
        width: 184px;
    }

    .o-new-financials-title {
        width: 400px;
    }

    .o-import-title {
        width: 464px;
    }

    .o-financials-stats-title {
        width: 405px;
    }

    .o-news-title {
        width: 138px;
    }

    .o-new-news-title {
        width: 350px;
    }

    .o-new-calendar-title {
        width: 375px;
    }

    .o-home-com-title {
        width: 431px;
    }

    .o-fonds-title {
        width: 365px;
    }

    .o-search-title {
        width: 326px;
    }
}

.o-boxes-plus {
    color: #F7B01A;
    font-size: 30px;
    font-weight: bold;
    margin-top: -4px;
}

.o-boxes-icon {
    color: #F7B01A;
    font-size: 30px;
    font-weight: bold;
}

.o-info_box-plus {
    color: white;
    font-weight: bold;
    height: 0vh;
    margin-top: -10px !important;
}

.o-search-icon {
    color: white;
    font-weight: bold;
    height: 0vh;
    margin-top: -5px !important;
}

.uk-button:hover .o-search-icon {
    color: #11436D;
}

.uk-button:hover .o-info_box-plus {
    color: #11436D;
}

.o-box-btn {
    width: 100%;
}

@media only screen and (max-width: 639px) {
    .o-responsive-btn {
        width: 100%;
    }

    .o-dashboard-info_boxes {
        background-color: #11436D;
        color: white;
        font-size: 30px;
    }
}

@media only screen and (min-width: 640px) {
    .o-responsive-btn {
        width: 100%;
    }

    .o-dashboard-info_boxes {
        background-color: #11436D;
        color: white;
        font-size: 30px;
        min-height: 200px;
    }
}

.o-info_box-btn {
    background-color: #F7B01A;
    width: 50px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

.o-info_box-btn:hover {
    width: 200px;
}

.o-info_box-btn:hover > .uk-grid > .o-plus_btn {
    text-align: right;
}

.o-info_box-btn:hover > .uk-grid > .o-text_btn {
    display: inline;
    text-align: left;
}

.o-text_btn {
    display: none;
}

.o-plus_btn {
    text-align: center;
}

.o-label {
    color: #11436D;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.o-label-no-blue {
    text-transform: uppercase;
    font-size: 23px;
}

.o-login-label {
    color: #39709E;
    font-size: 15px;
    font-weight: bold;
}

.o-input-field {
    border-color: #39709E;
    border-radius: 2px;
}

.o-input-disabled {
    background-color: #f8f8f8;
    color: #999;
}

.o-text-minerva-blue {
    color: #11436D;
}

.o-text-minerva-light_blue {
    color: #39709E;
}

.o-text-minerva-red {
    color: #8F1515;
}

.o-text-minerva-yellow {
    color: #F7B01A;
}

.o-text-minerva-white {
    color: white !important;
}

.o-text-minerva-gray {
    color: #B2B2B2;
}

.o-underline-minerva-blue {
    border: 2px solid #11436D;
}

.o-form-input {
    border: 1px solid #11436D;
}

.o-form-label {
    font-weight: bold;
    font-size: large;
}

.o-checkbox {
    border-color: #39709E;
}

.o-full-width {
    width: 100% !important;
}

.o-2x-icon-size {
    font-size: 2em;
}

.o-icon-size {
    font-size: 20px;
}

.o-nav-border:after {
    content: "";
    display: block;
    height: 4px;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(178, 178, 178, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: white !important;
    background-image: none !important;
    padding: 15px !important;
}

.o-login-title {
    color: #11436D;
    font-weight: bold;
}

.o-close-btn {
    color: #999 !important;
}

.o-gray-background {
    background-color: #F1F1F1;
}

.o-import-input, .o-import-input::placeholder {
    font-size: 18px;
    color: #39709E;
}

.o-link-btn {
    color: #11436D;
    font-weight: bold;
}

.o-link-btn:hover {
    text-underline: #39709E !important;
    border-bottom: 2px solid #F7B01A;
    padding-bottom: 3px;
    transition: 0.4s ease all;
    text-decoration: none;
}

.o-divider {
    border-top-color: #e5e5e5 !important;
}

.o-background-minerva-blue {
    background-color: #11436D;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
}

.o-footer {
}

.o-overlay-red {
    background: rgba(181, 54, 54, 0.8);
}

.fc-button-primary {
    color: #fff !important;
    background-color: #11436D !important;
    outline: 2px solid #11436D;
    outline-offset: -2px;
}

.fc-button-primary:hover {
    color: #11436D !important;
    background-color: #F1F1F1 !important;
    outline: 2px solid #11436D;
    outline-offset: -2px;
}

.o-no-hover:hover {
    text-decoration: none;
}

@media only screen and (max-width: 440px) {
    .o-history-block {
        width: 2000px;
        height: 691px;
        object-fit: cover;
    }

    .o-margin-small-top {
        margin-top: 10px !important;
    }

    .o-images-home img {
        width: 100%;
        height: 43vw;
        object-fit: cover;
    }
}

@media only screen and (max-width: 959px) {
    .o-images-home img {
        width: 100%;
        height: 43vw;
        object-fit: cover;
    }
}

@media only screen and (min-width: 960px) {
    .o-images-home img {
        width: 22vw;
        height: 14vw;
        object-fit: cover;
    }
}

@media only screen and (min-width: 441px) {
    .o-history-block {
        width: 2000px;
        height: 450px;
        object-fit: cover;
    }
}

.a_fonds, .a_fonds:hover, .a_fonds:active, .a_fonds:visited, .a_fonds:focus {
    color: #11436D;
}

.o-image-square {
    object-fit: cover;
    width: 300px;
    height: 300px
}

@media only screen and (max-width: 959px) {
    .o-responsive-padding {
        margin-left: 30px;
    }
}

.o-fonds-title {
    font-weight: 400;
    padding-left: 0;
}

.o-menu-item-hover:hover {
    border-bottom: 2px solid #8F1515;
    padding-bottom: 3px;
    transition: 0.4s ease all;
}

.o-header-image {
    width: 2000px;
    height: 450px;
    object-fit: cover;
}

@media only screen and (max-width: 960px) {
    .o-header-image {
        height: 583px;
    }

    .o-header-login-card {
        padding-left: 30px !important;
    }
}

@media only screen and (max-width: 600px) {
    .o-header-image {
        height: 457px;
    }
}

.o-header-image-small {
    width: 2000px;
    height: 250px;
    object-fit: cover;
}

.o-width {
    width: 90%;
}

.o-hover-effect:hover {
    color: #11436D !important;
    background-color: #F1F1F1 !important;
    outline: 2px solid #11436D !important;
    outline-offset: -2px !important;
}

.o-red-underline {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #8F1515;
}

.o-yellow-underline {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F7B01A;
}

@media only screen and (min-width: 600px) {
    .o-red-underline {
        padding-bottom: 10px;
    }

    .o-yellow-underline {
        padding-bottom: 10px;
    }

    .o-header-title {
        font-size: 100px !important;
    }
}

.o-start-card-title {
    font-size: 33px;
}

.o-color-inherit {
    color: inherit
}

ul.chosen-choices {
    border-radius: 2px !important;
    min-height: 40px;
}

.o-danger-icon {
    margin-top: -26px;
    position: absolute;
}

.o-blue-card {
    background: #11436D;
    color: white;
}

.o-yellow-card {
    background: #F7B01A;
    color: white;
}

.o-blue-card:hover .o-text-minerva-white {
    color: #11436D;
}

.uk-navbar-nav > * > .o-reunisten-menu-item:first-child {
    padding-right: 0px;
}

.o-hover-link:hover {
    color: #39709E;
    text-decoration: none;
}

.o-hover-link.o-text-minerva-white:hover {
    color: #F7B01A;
    text-decoration: none;
}

.o-link {
    color: #39709E;
    text-decoration: none;
    font-weight: 700
}

.o-link:hover {
    color: #10426c;
    text-decoration: underline;
}

.o-number {
    font-size: 45px;
}

.o-text-section {
    background: #fff !important;
}

.bg-white {
    background: #fff;
}

.o-text-section h1, .o-text-section .display h1 {
    font-family: 'Crimson Text', serif;
    color: #11436D;
    display: inline-block;
    font-size: 3em;
    text-transform: none;
    font-weight: 300;
}

.o-text-section .uk-overlay h2 {
    font-family: 'Crimson Text', serif;
    color: #fff;
    display: block;
    font-size: 3em;
}

.o-text-section .uk-overlay h1 {
    font-family: 'Crimson Text', serif;
    color: #ffffff;
    display: inline-block;
    font-size: 3em;
    text-transform: none;
    font-weight: 300;
}

.o-text-section .uk-overlay h1::after {
    content: none;
}

.o-text-section h2 {
    font-family: 'Crimson Text', serif;
    color: #11436D;
    display: block;
    font-size: 2.3em;
}

.o-text-section h3 {
    font-family: 'Crimson Text', serif;
    color: #11436D;
    display: block;
    font-size: 2em;
}

.o-text-section h1::after {
    display: block;
    width: 100%;
    content: '';
    height: 2px;
    background: #8F1515;
    top: 6px;
    position: relative;
}

.o-h2-home::after {
    display: block;
    width: 100%;
    content: '';
    height: 2px;
    background: #8F1515;
    top: 6px;
    position: relative;
}

.o-text-section p, .o-text-section .display p {
    font-family: proxima-nova, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}

.o-text-section p.uk-text-italic {
    font-style: italic;
}

.o-text-section .uk-overlay p {
    color: #ffffff;
    font-size: 1.4em;
}

.o-text-section ul li {
    font-family: proxima-nova, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}

.blockquote {
    position: relative;
}

.blockquote::after {
    content: '';
    position: absolute;
    left: -36px;
    width: 2px;
    display: block;
    background: #8f1515;
    height: 100%;
    top: 0px;
}

/*TEMP DISABLE BUILDER FUNCTIONS*/
.cell-add, .cell-more, .add-more.classic, .add-button, .add-spacer, .elm-settings, .row-more, .rte-textsettings, .cmd-section-height, .cmd-section-scroll, label[for="chkScrollIcon"], #tabBoxContentText {
    display: none !important;
}

.o-text-section a, .o-text-section a:hover, .o-text-section a:active, .o-text-section a:visited, .o-text-section a:focus {
    color: #8F1515;
}

.o-text-section a.uk-button {
    color: #ffffff;
}

.o-text-section a.uk-button:hover {
    color: #11436D;
}

.o-label-height {
    padding-top: 7px;
}

.o-event-card h3 {
    font-family: 'Proxima Nova', sans-serif;
    color: #11436D;
    display: block;
    font-size: 1.5em;
    font-weight: 600;
}

.o-slider-width {
    width: 125%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    overflow: hidden;
}

.o-images-home img {
    width: 100%;
}

.o-event-card .uk-card-title {
    color: #11436D;
    font-size: 1.5em;
    font-weight: 800;
}

.o-footer {
    background: #11436d;
}

.o-footer p, .o-footer ul li a, .o-footer a, .o-footer a i, .o-footer h3 {
    color: #fff;
}

.o-footer a:hover i, .o-footer a:hover {
    color: #F7B01A;
}

.o-footer .o-logo-position {
    transform: translate(-22px, -36px);
}

.o-footer .o-ideal {
    height: 44px;
}

.o-counter-label {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

.o-counter-number {
    font-family: 'crimson text';
    font-weight: 300;
}

.uk-table th {
    font-weight: 600;
    color: #11436D;
}

.o-table-click a {
    display: block;
}

.o-text-green {
    color: green;
}

.o-text-red {
    color: #8F1515;
}

.o-error-input {
    border-color: red;
}

.o-gallery-watermark--list-item {
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    margin: 1rem;

    opacity: 0.8;
}

.o-gallery-watermark--item {
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    margin: 1rem;

    opacity: 0.8;
}

@media screen and (max-width: 960px) {
    .o-gallery-watermark--item {
        transform: translateX(-50%);
    }
}

.o-news-card h3 {
    font-family: 'Proxima Nova', sans-serif;
    color: #11436D;
    display: block;
    font-size: 1.5em;
    font-weight: 600;
}

.o-news-card .uk-card-title {
    color: #11436D;
    font-size: 1.5em;
    font-weight: 800;
}

.o-news-card-abstract {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 110px;
}

iframe {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .o-amount {
        color: white;
        font-size: 90px;
    }
}

@media screen and (max-width: 959px) {
    .o-amount {
        color: white;
        font-size: 59px;
    }
}

.chosen-container-single .chosen-single {
    height: 40px !important;
    vertical-align: middle;
    background: #fff !important;
    color: #666 !important;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    border-color: #39709E !important;
    border-radius: 2px;
}

.chosen-drop {
    border-color: #39709E !important;
    border-radius: 2px;
}

.chosen-single > span {
    margin-top: 6px;
}

@media only screen and (max-width: 480px) {
    .o-h2 {
        font-size: 2em !important;
    }

    .o-p {
        font-size: 1.2em !important;
    }
}

@media only screen and (min-width: 1076px) {
    .o-header-grid {
        min-width: 1076px;
    }
}

.o-donation-header h1 {
    font-size: 50px;
    font-weight: 700;
}

.o-donation-header p {
    font-weight: 300;
    font-size: 22px;
}

.o-donation-header li {
    font-size: 18px;
    font-weight: 700;
}

.o-donation-header .o-icon-check {
    color: #F7B01A;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 22px;
}

.o-donation-form {
    background-color: #8F1515;
}

.o-donation-activities .o-donation-activities-item-title {
    color: #921C1C;
    font-size: 20px;
    font-weight: 700;
}

.o-donation-activities p {
    font-size: 15px;
    color: #11436D;
}

.o-donation-radio-btn {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.o-donation-radio-label, .o-donation-input-btn {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    width: 230px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background-color: #8F1515;
    border: 3px solid #F7B01A;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.o-donation-radio-label span {
    position: relative;
    display: block;
}

.o-donation-radio-label:hover {
    background-color: #F7B01A;
}

.o-donation-radio-btn:checked ~ .o-donation-radio-label {
    background-color: #F7B01A;
}

.o-donation-input-btn {
    text-align: left;
    padding-left: 30px;
}

.o-donation-input-btn:focus-visible {
    border: 3px solid #F7B01A;
    outline: 0px;
}

#amount_other_input {
    width: 340px;
}

#amount_other_input::-webkit-outer-spin-button, #amount_other_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#amount_other_input[type=number] {
    -moz-appearance: textfield;
}

.o-euro-icon {
    position: absolute;
    padding: 17px;
    z-index: 1;
    color: white;
}

.o-donation-own-amount-btn {
    display: none;
}

.o-donation-own-amount-label {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
}

.o-donation-own-amount-label:hover {
    cursor: pointer;
}

.o-donation-payment-radio-label {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    width: 230px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #8F1515;
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: white;
}

.o-donation-payment-radio-label:hover {
    background-color: #fff;
    color: black
}

.o-donation-radio-btn:checked ~ .o-donation-payment-radio-label {
    background-color: #fff;
    color: black
}

.o-ideal-icon {
    width: 20px;
    margin-right: 2px;
}

.o-large-title-text {
    font-size: 25px;
}

.o-payment-complete-card {
    background-color: #F1F1F1;
    line-height: 2.5em;
}

@media only screen and (max-width: 640px) {
    #amount_other_input {
        width: 230px;
    }
}

.o-group-type{
    padding: 1px 10px;
    background-color: #F1F1F1;
}

.o-privacy-popup-header{
    font-size: 40px;
}
