@import url("https://www.hth.dk/gui/styleguide/project/old/brands/onehth/build/main.min.css?bust=636911007620000000");

@font-face {
    font-family: "clan";
    src: url("https://www.hth.dk/gui/styleguide/project/old/brands/hth/fonts/ClanforHTHW01-News.woff") format("woff");
}

@font-face {
    font-family: "clanbold";
    src: url("https://www.hth.dk/gui/styleguide/project/old/brands/hth/fonts/ClanforHTHW01-Bold.woff") format("woff");
}

@font-face {
    font-family: "clanbook";
    src: url("https://www.hth.dk/gui/styleguide/project/old/brands/hth/fonts/ClanforHTHW01-Book.woff") format("woff");
}

h1 {
    font-family: clanbbold;
}

h2 {
    font-family: clanbook;
}

p {
    font-family: clan;
}

@media screen and (min-width: 600px) {
    .editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
        max-width: 1200px !important;
    }
    
    img._imgloaded {
        height: auto !important;
        width: 100% !important;
    }
}

.fieldSection,
.LiveField,
.LiveFieldSection {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
}

.Choices__choice.btn-default {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000000;
    font-weight: 800;
    box-shadow: 0px;
    display: inline-block;

}

.Choices__choice.btn-primary {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000000;
    font-weight: 800;
    box-shadow: 0px;
    display: inline-block;

}

.editor.editor--live .submit {
    margin-top: 45px;
}

.submit .btn-raised.btn-primary {
    background-color: #ffffff !important;
    color: #000 !important;
}

.submit .btn-raised {
    width: 50%;
}

.submit {
    text-align: center;
}

.BtnV2.BtnV2--raised {
    border: 1px solid #000000;
    border-width: 1px !important;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 2px;
}

.btn-raised {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.YesNo label {
    margin: 2.50% 2.50% 2.50% 0;
    width: 20%;
}

.BtnV2,
.introjs-button {
    border-radius: 0px;
}

.YesNo .btn-raised.btn-default {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000000;
    font-weight: 800;
    box-shadow: 0px;
}

.editor .btn-raised.btn-primary {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000000;
    font-weight: 800;
    box-shadow: 0px;
}