.bg-dark {
    background-color: #000000 !important;
}







@font-face {
    font-family: "CampaignFont";
    src:         url("https://testdomain.voegeli.ch/test_towi/assets/font/mulish_normal.ttf") format("truetype"),
                 url("https://testdomain.voegeli.ch/test_towi/assets/font/mulish_normal.ttf") format('woff');
}

body {
    font-family: CampaignFont, Roboto, serif !important;
}
/* Textfarbe bei Intro */
.header-intro,
.cta-registration {
    color: #000000 !important;
}


.text-primary {
    color: #12e5e9 !important;
}

.bg-primary {
    background-color: #12e5e9 !important;
}

.btn-primary {
    background-color: #12e5e9;
    border-color: #12e5e9;
    color: #000000;
}

.btn-primary:hover {
    background-color: rgb(14, 183, 186);
    border-color: rgb(14, 183, 186);
}

.badge-primary {
    background-color: #12e5e9;
    border-color: #12e5e9;
    color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2remrgb(14, 183, 186);
    background-color: #12e5e9;
    border-color: #12e5e9;
    color: #000000;
}

.btn-primary:disabled {
    background-color: #12e5e9;
    border-color: #12e5e9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(14, 183, 186);
    border-color: rgb(14, 183, 186);
}

.navbar-toggler span {
    background-color: #12e5e9;
}

.form-control:focus {
    border-color: #12e5e9;
    box-shadow: 0 0 0 0.2rem rgba(18, 229, 233, 0.25);
}

a, a:hover {
    color: rgb(14, 183, 186);
}

input[type='checkbox'], input[type='radio'] {
    accent-color: #12e5e9;
}

/* Youtube-Video im Header */
#background {
    position:                absolute;
    top:                     0;
    left:                    0;
    /* Preserve aspect ratio */
    min-width:               100%;
    min-height:              100vh;
    background:              url(https://testdomain.voegeli.ch/test_towi/service/Resource?dto={%22resourceId%22:%22a27fd559bd68b9324fa6d242396a20d36920774a9a0b1%22,%22name%22:%22namederdatei%22,%22_serviceName%22:%22Resource%22,%22_class%22:%22po2%5C%5Cservice%5C%5Cresource%5C%5Cdto%5C%5CGet%22,%22properties%22:null}&amp;lightboxHack=.jpg&amp;disposition=attachment) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:    cover;
    -o-background-size:      cover;
    background-size:         cover;
    z-index:                 -1000;
}


