@import 'custom_variables.css';

/* * * * * * * */
/* Custom CSS  */
/* * * * * * * */

:root {
    font-size: 57.5%;
}

p, li {
    font-size: 1.75rem !important;
    line-height: 3.5rem !important;
    margin: 2px;
    margin-bottom: 0rem !important;
    padding: 1rem 0rem 1rem 0rem;
}

li {
    margin: 0px;
    padding: .5rem 0rem .5rem 0rem;
}

h1 {
    font-size: 2.75rem !important;
    font-weight: 600;
    margin: 4rem 0rem 1.5rem 0rem  !important;
}

h2 {
    font-size: 2.5rem !important;
    font-weight: 600;
    margin: 4rem 0rem 1.5rem 0rem  !important;
}

h3 {
    font-size: 2.25rem !important;
    font-weight: 600;
    margin: 4rem 0rem 1.5rem 0rem  !important;
}

h4, h5, h6 {
    font-size: 2rem !important;
    font-weight: 700;
    margin: 4rem 0rem 1.5rem 0rem  !important;
}

blockquote {
    background-color: #ffffff !important;
    border: solid 4px #999999;
    border-radius: 1.5rem;
    padding: 0rem;
    overflow: hidden;
    margin: 2rem 0rem 2rem 0rem !important;
}

blockquote h2 {
    margin-top: -.875rem !important;
    margin-bottom: 1rem !important;
    padding: 0rem 0rem 0rem 1rem;
}

blockquote h2 a {
    background-color: #999999;
    border-radius: 0rem 0rem 1.5rem 0rem;
    color: #eeeeee !important;
    font-size: 1.75rem;
    margin: 0rem 0rem 0rem -1rem !important;
    padding: .5rem 1.5rem .5rem 1rem;
}

blockquote h3 {
    margin: 1.5rem 0rem 0rem 1rem !important;
}
blockquote h3 a {
    margin-top: 2rem !important;
    font-size: 2.25rem;
    padding-left: 0rem;
}

blockquote h4, blockquote h5, blockquote h6 {
    margin: 1.5rem 0rem 1.5rem 1rem !important;
}
blockquote h4 a, blockquote h5 a, blockquote h6 a {
    margin: 0rem;
    font-size: 1.75rem;
    padding-left: 0rem;
}

blockquote p {
    margin: 0rem;
    padding: 1rem 1rem 1rem 1rem
}

h2, h3, h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: .6em;
}

.imgcontent {
    border: solid 4px #000000;
    border-radius: 1.5rem;
    margin: 0rem !important;
    padding: 0rem !important;
    overflow: hidden;
}

.imgcontent > p {
    border: none;
    margin: 0px !important;
    padding: 0px !important;
}

.imgcontent img {
    margin: 0rem !important;
    padding: 0rem !important;
    width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: -11px !important;
}


div.div100 {
    height: 0;
    padding-bottom: 100%;
}
div.div75 {
    height: 0;
    padding-bottom: 75%;
}
div.div50 {
    height: 0;
    padding-bottom: 50%;
}
div.div40 {
    height: 0;
    padding-bottom: 40%;
}
div.div25 {
    height: 0;
    padding-bottom: 25%;
}

.imgbox, .jxgbox {
    border: solid 4px #000000 !important;
    border-bottom: solid 0px #000000 !important;
    border-radius: 1.5rem;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #fafafa;
    overflow: hidden;
}

.pure {
    border-radius: 1.5rem !important;
    border: solid 4px #000000 !important;
}

.imgbox {
    padding-bottom: 0px !important;
    margin-bottom: -4.5px !important;
}
.imgbox img {
    width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.zitat {
    font-size: 4rem;
    font-family: 'Calligraffitti', cursive;
    color: #003388 !important;
    line-height: 6rem;
    text-align: center;
    padding-top: 5rem;
}
.w2d {
    font-size: 1.25rem;
    padding: .5rem .75rem .5rem 1rem;
    border: solid 4px #000000;
    border-top: solid 1px #000000;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #eeeeee;
    margin: 0px !important;
    /*box-shadow: .2rem .2rem .5rem 0rem #999999;/* */
    z-index: 10000000;
}

/* * * * * * * * * * */
/* Label             */
/* * * * * * * * * * */


.jxgbox::before,
.labelAbbildung::before,
.labelAnimation::before {
    position: absolute;
    content: 'Interaktion';
    background-color: #000000;
    border-radius: 0rem 0rem 1.5rem 0rem;
    color: #eeeeee !important;
    font-size: 1.75rem;
    font-weight: 600;
    padding: 0rem 1.5rem .5rem 1rem;
    overflow: hidden;
}

.labelAbbildung::before { content: 'Abbildung'; }
.labelAnimation::before { content: 'Animation'; }
/* * * * * * * * * * */
/* blockquote-Farben */
/* * * * * * * * * * */

.theorem + blockquote {
    background-color: #ffeeee !important;
    border-color: #ff6666;
}
.theorem + blockquote h2 a {
    background-color: #ff6666;
    color: #ffeeee;
}

.proposition + blockquote {
    background-color: #ffeebb !important;
    border-color: #ff9944;
}
.proposition + blockquote h2 a {
    background-color: #ff9944;
    color: #ffeebb;
}

.remark + blockquote {
    background-color: #ffffee !important;
    border-color: #cccc66;
}
.remark + blockquote h2 a {
    background-color: #cccc66;
    color: #ffffee;
}

.axiom + blockquote {
    background-color: #ddeeff !important;
    border-color: #2277cc;
}
.axiom + blockquote h2 a {
    background-color: #2277cc;
    color: #ddeeff;
}

.definition + blockquote {
    background-color: #eeffdd !important;
    border-color: #55bb77;
}
.definition + blockquote h2 a {
    background-color: #55bb77;
    color: #eeffdd;
}

.radio-example {
    margin: 0.5rem 0 0.5rem 0;
}

.radio-example input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    min-width: 7rem;
}

.radio-example label {
    display: inline-block;
    background-color: #dddddd;
    padding: 0.05rem;
    border: 0px solid #000000;
    border-radius: 1rem;
    min-width: 7rem;
    align-content: center;
}

.radio-example label:hover {
    background-color: #eeeeee;
}

.radio-example input[type="radio"]:checked + label {
    background-color: #999999;
}
