﻿@font-face {
    font-family: "DrPublik";
    src: url("/webfonts/DRPublik-Regular.woff2") format('woff');
    font-style: normal;
}

@font-face {
    font-family: "DrPublik";
    src: url("/webfonts/DRPublik-SemiBold.woff2") format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "DrPublik";
    src: url("/webfonts/DRPublik-Bold.woff2") format('woff');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "DrPublikRounded";
    src: url("/webfonts/DRPublik-Rounded-Bold.woff2") format('woff');
    font-style: normal;
    font-weight: bold;
}


a {
    text-decoration-line: none;
}

a.reset, a.reset:hover, a.reset:visited, a.reset:active {
    color: inherit !important;
    text-decoration-line: none !important;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    outline: none;
    border: 0;
}

div.main {
    display: flex;
    z-index: 50;
    margin-bottom: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    flex: auto;
}

nav.header {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    font-weight: 500;
    background-color: #b4f0ff;
    color: #e6003c;
}

@media (min-width: 768px) {
    nav.header {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        flex-direction: row;
    }
}

nav.header > ul.items {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 1rem;
    width: 100%;
}

ul.items > li > a {
    color: #e6003c !important;
}

@media (min-width: 768px) {
    nav.header > ul.items {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        margin-top: 0;
    }

    nav.header > ul.items > li {
        margin-right: 1rem;
    }
}

.burger {
    margin-left: auto;
    border: 2px solid #4d4d4d;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .burger {
        display: none;
    }
}

nav.header > div.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    nav.header > div.inner {
        justify-content: flex-start;
        width: auto;
    }
}

div.main-section {
    position: relative;
    padding: 2rem;
    flex: 1 1 0%;
    width: 100%;
    max-width: 64rem;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    div.main-section {
        padding: 4rem;
    }
}

div.main-section > div.inner {
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    div.main-section > div.inner {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

.emphasized-heading {
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    background-color: #b4f0ff;
    color: #e6003c;
    font-style: normal;
    display: inline-block;
}

.sub-heading {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.emphasized-button {
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.5rem;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background-color: #b4f0ff;
    color: #e6003c;
    box-shadow: 8px 8px #7b2a47;
    margin-top: 1rem;
}

.emphasized-button-small {
    padding: 1rem !important;
    width: auto !important;
    font-size: 1rem !important;
    margin-right: 1rem !important;
    line-height: 1rem !important;
}

a.emphasized-button, a.emphasized-button:hover, a.emphasized-button-small, a.emphasized-button-small:hover {
    text-decoration: none;
    color: #e6003c !important;
}

.emphasized-button:hover, .emphasized-button-small:hover {
    background-color: #88e7ff !important;
}

@media (min-width: 768px) {
    .emphasized-button {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        width: 50%;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.button-container {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .button-container {
        flex-direction: row;
    }
}

.trumle {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -12rem;
    height: 16rem;
}

@media (min-width: 1024px) {
    .trumle {
        display: block;
    }
}

.container[role=main] {
    padding-bottom: 2em;
}

html, body {
    min-height: 100vh;
    min-width: 100%;
    margin: 0;
    background: #fff;
    font-family: DrPublik, sans-serif !important;
}

.container {
    min-height: 100%;
    /*padding-top:10em;*/
}

a:hover {
    color: #ed6f47;
}

.btn {
    border: 0;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: #ed6f47;
    border: 0;
}

.fa-2x {
    font-size: 1.5em !important;
}

h1 {
    background-color: #00cdbe;
    padding: 10px 4px 3px 1px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    display: inline;
}

h2 {
    font-weight: 700;
}

h3, h4, h5 {
    font-weight: 600;
}

ol.casting-overview {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    ol.casting-overview li.overview-list {
        border-bottom: 1px dotted #999;
    }


.progress {
    height: 5px;
}

.progress-bar {
    transition-duration: 1s;
    width: 0
}


.wilke-logo {
    width: 75px;
    height: 16px;
}

.bg-ultra {
    background-color: #00cdbe;
}

.text-ultra {
    color: #00cdbe;
}

.ultra-widget__link {
    display: block;
    background-color: black;
    padding: 40px;
    color: white;
    font-family: DrPublik;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    margin: 10px;
}

ul.checkmark {
    padding-left: 1em;
    text-indent: 0.5em;
    list-style: none;
    list-style-position: outside;
}


    ul.checkmark li:before {
        content: '✔';
        margin-left: -1em;
        margin-right: 1em;
    }


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

/* Custom checkbox
-------------------------------------------------- */

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -25px;
    }

label.css-label {
    background-image: url(../images/css-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.cookienotification {
    color: #fff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 5px 20px 5px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}

.cookienotificationtext a {
    color: white;
    text-decoration: underline;
}

.cookienotificationbutton {
    margin: 0 10px;
    line-height: 20px;
    background: rgba(69,174,82,1);
    border: 0;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

    .cookienotificationbutton:hover {
        background: rgba(69,174,82,0.9);
    }

/*----------------------- Modals -----------------------*/

.modal-full {
    min-width: 20%;
    margin-left: 80px;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }


/*----------------------- Navbar -----------------------*/

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}


/*----------------------- Back to top -----------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    background: #e9ebec;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: rgba(0,0,0,0.2);
    }

    #back-to-top.show {
        opacity: 1;
    }



/*----------------------- Forms -----------------------*/

label {
    font-weight: 600;
}

.input-validation-error {
    color: red;
}

.required {
    text-transform: uppercase;
    color: #e66446;
}

/*----------------------- Upload -----------------------*/

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3) !important;
    padding: 20px 20px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

    .footer .logo {
        width: 75px;
        height: 16px;
    }



/* Multi Form wizard
-------------------------------------------------- */


/* Mark input boxes that gets an error on validation: */
input.invalid, textarea.invalid {
    background-color: #ffdddd;
}

.tab-container {
    overflow: hidden;
    position: relative;
}

/* Hide all steps by default: */
.tab {
    /*display: none;*/
    position: absolute;
    left: -1000px;
    opacity: 0;
    margin-bottom: 2em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tab-visible {
    position: relative;
    left: 0;
    opacity: 1;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 5px;
    width: 25px;
    margin: 0 2px;
    background-color: lightgrey;
    border: none;
    display: inline-block;
    opacity: 0.5;
}

.step-org {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: lightgrey;
    border: none;
    border-radius: 50%;
    display: inline-block;
}

/* Mark the active step: */
.step.active {
    background-color: #b4f0ff !important;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #b4f0ff !important;
    opacity: 1;
}



.btn-shadow {
    box-shadow: 12px 12px #2a4437;
}

.btn {
    border-radius: 0px;
}

.btn-shadow:hover {
    box-shadow: 8px 8px #2a4437;
    background-color: #ed6f47;
    border: 0;
    }