html {
    font-family: 'Inter var' !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-display: block;    
}

a:target {
    background-color: #d1d1a8;
}

.pusher {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ui.pointing.menu.sitemenu {
    background: rgba(0,0,0,0.3);
    background: radial-gradient(circle, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.9);
}

.login {
    background: rgba(255,255,255,0.2) !important;
}

.date {
    display: block;
    margin-bottom: 0.5rem;
}

@supports (font-variation-settings: normal) {
    html { font-family: 'Inter var' !important; }
}

#free-title-field {
    display: none;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.main.header {
    font-weight: 600 !important;
}

.hidden.menu {
    display: none;
}

.ui.vertical.stripe {
    padding: 3em 0em !important;
}

.ui.menu .item:before {
    width: 0px !important;
}

.person {
    font-size: 16px;
}


/*
.effect-block {
    color: #2e5f8c !important;
}

.effect-block h4 {
    color: #2e5f8c !important;
}

.effect-block img {
    filter: invert(29%) sepia(94%) saturate(386%) hue-rotate(167deg) brightness(93%) contrast(87%);
}
*/

.errorhead {
    background-image: url("/images/error.png") !important;
    background-repeat: no-repeat !important;
    /*background-position: center center !important;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    min-height: 33vw;
    width: 100%;
}

.posthead {
    background-repeat: no-repeat !important;
    /*background-position: center center !important;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    width: auto;
}

@media (min-width: 768px) {
    .posthead {
        min-height: 27vw;
    }
}
@media (max-width: 767px) {
    .posthead {
        min-height: 54vw;
    }
}

.ui.secondary.pointing.menu .item {
    text-shadow: 1px 1px #000;
}

.contacthead {
    background-image: url("/images/kontakt-web.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    min-height: 50vh;
    width: auto;
}

@media only screen and (max-width: 991px) { 
    .contacthead {
        min-height: 40vh;
    }
}

.servicehead {
    background-image: url("/images/dienstleistungen-web.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    min-height: 50vh;
    width: auto;
}

.profile {
    padding: 4rem;
}

@media only screen and (max-width: 991px) { 
    .servicehead {
        min-height: 40vh;
    }
}

.masthead {
    background-image: url("/images/kiel.jpg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.privacyhead {
    background-image: url("/images/datenschutz-web.jpg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    min-height: 50vh;
    width: auto;
}

.companyhead {
    background-image: url("/images/unternehmen-web.png") !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    min-height: 50vh;
    width: auto;
}

@media only screen and (max-width: 991px) { 
    .privacyhead {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        min-height: 40vh;
        width: auto;
    }
}

.imprinthead {
    background-image: url("/images/impressum-web.png") !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    min-height: 50vh;
    width: auto;
}

.licensehead {
    background-image: url("/images/lizenz-web.png") !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    min-height: 50vh;
    width: auto;
}

.technologyhead {
    background-image: url("/images/technologien-web.jpg") !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    min-height: 50vh;
    width: auto;
}

.codeimg {
    background-image: url("/images/code-web.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: #0A1B2B !important;
    background-attachment: fixed !important;

    height: 500px;
}

.lock {
    width: 200px;
    height: 200px;
}

.intro {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}


.masthead.segment {
    min-height: 750px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 5em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

h4.ui.header {
    font-size: 1.5em;
}

.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
    margin-top: 2em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}


@media only screen and (max-width: 991px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 480px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }

    .ui.vertical.stripe {
        padding: 2.5em 0em;
    }

    .ui.vertical.stripe p {
        font-size: 1.09em;
    }
}

@media (max-width: 1280px) {
    .ui.search {
        display: none;
    }
}
