/*
 * General rules
 *
 * Styles applicable to the entire project
 *
 */

/*  TABLE OF CONTENTS
   ---------------------------
   1. Typography / Colors
   2. Generic Styles
   3. Page Layout

*/



/*
 *************************
        1. TYPOGRAPHY / COLORS
 *************************
*/





@font-face {
    font-family: 'daxbold';
    src: url('../fonts/dax-bold-5872e03df1718-webfont.woff2') format('woff2'),
        url('../fonts/dax-bold-5872e03df1718-webfont.woff') format('woff'), 
        url('../fonts/dax-bold-5872e03df1718-webfont.woff2') format('woff2'),
        url('../fonts/dax-bold-5872e03df1718-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'daxextrabold';
    src: url('../fonts/dax-extrabold-5872df5c91c89-webfont.woff2') format('woff2'),
        url('../fonts/dax-extrabold-5872df5c91c89-webfont.woff') format('woff'),
        url('../fonts/dax-extrabold-5872df5c91c89-webfont.woff2') format('woff2'),
        url('../fonts/dax-extrabold-5872df5c91c89-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'daxitalic';
    src: url('../fonts/dax-italic-5872e0c289d8d-webfont.woff2') format('woff2'),
        url('../fonts/dax-italic-5872e0c289d8d-webfont.woff') format('woff'),
        url('../fonts/dax-italic-5872e0c289d8d-webfont.woff2') format('woff2'),
        url('../fonts/dax-italic-5872e0c289d8d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'daxlight';
    src: url('../fonts/dax-light-5872dfb3692b0-webfont.woff2') format('woff2'),
        url('../fonts/dax-light-5872dfb3692b0-webfont.woff') format('woff'),
        url('../fonts/dax-light-5872dfb3692b0-webfont.woff2') format('woff2'),
        url('../fonts/dax-light-5872dfb3692b0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'daxmedium';
    src: url('../fonts/dax-medium-5872e00270bc1-webfont.woff2') format('woff2'),
        url('../fonts/dax-medium-5872e00270bc1-webfont.woff') format('woff'),
        url('../fonts/dax-medium-5872e00270bc1-webfont.woff2') format('woff2'),
        url('../fonts/dax-medium-5872e00270bc1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'daxmedium_italic';
    src: url('../fonts/dax-mediumitalic-5872e0e8d95e8-webfont.woff2') format('woff2'),
        url('../fonts/dax-mediumitalic-5872e0e8d95e8-webfont.woff') format('woff'),
        url('../fonts/dax-mediumitalic-5872e0e8d95e8-webfont.woff2') format('woff2'),
        url('../fonts/dax-mediumitalic-5872e0e8d95e8-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





html {
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.05px;

    color: #101010;
}

body {
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'daxmedium';
    color: rgb(25,78,150);
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'daxmedium';
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

a {
    color: rgb(25,78,150);
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: rgb(30,30,30);
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

i,
em {
    font-style: italic;
}

small,
sub,
sup {
    font-size: 75%;
}

sub {
    line-height: 0;
    vertical-align: sub;
}

sup {
    line-height: 0;
    vertical-align: super;
}

hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.text p,
.text ul {
    margin-bottom: 12px;
}

.text ul {
    list-style: disc;
}

.text ul,
.text ol {
    list-style-position: inside;
}

.text ul ul,
.text ol ol {
    padding-left: 14px;
}

.text ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.05px;
    color: #101010;
}

.uppercase {
    text-transform: uppercase;
}

.text-black {
    color: rgb(30,30,30);
}

.text-light-grey {
    color: rgb(160,160,160);
    color: #6d6d6d;
}

.text-blue {
    color: rgb(25,78,150);
}

.text-green {
    color: rgb(30,168,39);
}

.text-orange {
    color: rgb(223,179,52);
}

a.read-all {
    color: rgb(25,78,150);
}   

.small {
    font-size: 16px;
}

.medium {
    font-size: 30px;
}

.big {
    font-size: 40px;
}

.large {
    font-size: 50px;
}

.head-crumb {
    padding: 20px 15px 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    width: 100%;
}

.subpage-kks .head-crumb {
    border-top: none;
    margin-top: 0px;
}

.subpage-kks .head-crumb-no-mc-container {
    height: 6px;
    background-image: linear-gradient(-138deg, #008BD0 0%, #CDD063 37%, #FFE232 69%, #C75D15 100%);
    width: 100%;
    margin-top: 4px;
}

h2.dynamic-headline {
    padding: 0px 15px 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    width: 100%;
}


h3.headline {
    color: rgb(30,30,30);   
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

h3.headline span{
    color: rgb(25,78,150);

}

h4.headline {

}

h5.sub-title {
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.btn-text {
    font-size: 14px;
}





.login-button.show-button {
    letter-spacing: 0.2em;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.border-top {
    border-top: 1px solid #ddd;
}

.culturebase-module-link,
.culturebase-pix-link {
    background-color: #a0a0a0;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    margin-left: 10px;
    /*    margin-top: 7px;
        margin-bottom: 7px;*/
    cursor: pointer;
    display: inline-block;
    border: 1px solid #3d683d;
    vertical-align: middle;
}

.culturebase-module-link.culturebase-module-link-green,
.culturebase-pix-link.culturebase-module-link-green {
    background-color: #62b364;
}

span.culturebase-pix-link.culturebase-module-link-green {
    position: absolute;
    right: 3px;
    top: 28px;
    z-index: 2;
}



/*
 *************************
        2. GENERIC STYLES
 *************************
*/


.btn-lg {
    padding: 20px 30px;
    background: rgb(25,78,150);
    color: white;
    border: solid 2px rgb(25,78,150);
    transition: all 0.3s;
    margin-top: 40px;
}

.btn-lg:hover, .btn-lg:focus {
    background: white;
    color: rgb(25,78,150);
    border: solid 2px rgb(25,78,150);
}

/*
 *************************
        2. GENERIC STYLES
 *************************
*/



body.fullscreen-active {
    overflow: hidden;
}

.container {
    max-width: 1138px;
    margin: 0 auto;
}

.fullwidth {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px;
}

.main-content{
    min-height: 50vh;
    margin-top: 40px;
    font-size: 16px;
/*    text-align: center;*/
}

.main-content p{
/*    font-size: 18px;*/
    margin-bottom: 40px;
}

.col {
    padding-left: 19px;
    padding-right: 19px;
}


.page-home main.site-main:before {
    padding-top: 20px;
    background: url(../media/images/welle-content.svg);
    background: url(../../media/images/welle-content.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    content: '';
    width: 100%;
    height: 650px;
    top: 0px;
    z-index: -1;
}

/*
 *************************
        2. MENU STYLES
 *************************
*/

/*
 *************************
        3. PAGE LAYOUT
 *************************
*/
main.site-main {
    padding-top: 74px;
    /*    min-height: 360px;*/
    min-height: 653px;
    position: relative;
    margin-top: 35px;
}
.headline a {
    /*    color: #fff;*/
    padding-left: 10px;
    font-size: 14px;
}

.home-content-articles .headline a {
    color: #fff;
}



/*
 *************************
        4. Barrierefreiheit
 *************************
*/
.invisible-access{
    position: relative;
    clip: initial;
    clip-path: initial;
}
.invisible-access:not(:focus) {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    white-space: nowrap;
}
picture {
  position:relative;
}

picture[data-title]::after {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 2.8em;
    background-color: #FfFFFF;
    color: #484848;
    border: 2px solid #c0c0c0;
    height: auto;
    /* line-height: 2.5em; */
    padding: 0 1.25em;
    content: attr(data-title);
    white-space: normal;
    font-size: 14px;
    display: none;
    padding: 10px;
}
picture[data-title]:focus:after,
picture[data-title]:hover:after {
  display:inline-block;
  width: fit-content;
}

@media screen and (min-width: 568px) {


    /*    .page-home main.site-main:before {
            padding-top: 20px;
            background: url(../media/images/welle-content.svg);
            background: url(../../media/images/welle-content.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            position: absolute;
            content: '';
            width: 100%;
            height: 650px;
            top: 0px;
            z-index: -1;
        }*/

}


@media screen and (min-width: 768px) {

    /*
     *************************
            1. TYPOGRAPHY / COLORS (min-width: 460)
     *************************
    */

    h1, h2, h3, h4, h5, h6 {
        -ms-word-break: normal;
        word-break: normal;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
    }

    main.site-main {
        padding-top: 70px;
        margin-top: 110px;        
        /*        min-height: 500px;*/
        min-height: 622px;
        position: relative;
    }



    section.inner-section {
        max-width: 740px;
    }


    /* Background Wave */
    .page-home main.site-main:before {
        height: 950px;
    }

}

@media screen and (min-width: 992px) {
    /*    .page-home main.site-main:before {
            padding-top: 20px;
            background: url(../media/images/welle-content.svg);
            background: url(../../media/images/welle-content.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            position: absolute;
            content: '';
            width: 100%;
            height: 950px;
            top: 0px;
            z-index: -1;
        }*/

    section.inner-section {
        max-width: 1020px;
    }


}

@media screen and (min-width: 1400px) {

    /*
     *************************
            2. GENERIC STYLES (min-width: 1024)
     *************************
    */
    /* Sections */
    section.inner-section {
        max-width: 1110px;
    }

    main.site-main {
        padding-top: 120px;    
        margin-top: 50px;
        min-height: 700px;
        padding-bottom: 100px;
    }

    .page-home main.site-main:before {
        /*        height: 1194px;*/
        top: 100px;
    }

    .page-home main.site-main.auktion-main:before {
        top: 0;
    }
}
