@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

:root {
    --thingtag-orange: rgb(204,75,29);
    --thingtag-grey: rgb(229,229,229);
}

.infotext-form .tox .tox-sidebar-wrap {
    margin: auto;
    width: 400px;
}

.infotext-view .cards {
    display:flex;
}

.infotext-view .card, .infotext-view .description {
    border: 1px solid #666;
    margin: .5em .5em 2.5em .5em;
    padding: .5em;
    width: 400px;
}



.infotext-view img {
    max-width: 100%;
}

.infotext-view .caption {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    font-style: italic;
    margin: -.75em 0 1.5em 0;
}

.infotext-view .caption a {
    color: #666;
}

.infotext-view .pretitle {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    font-weight: 700;
    padding-top: .5em;
    text-transform: uppercase;
}

.infotext-view .title {
    font-family: 'Open Sans', sans-serif;
    color: var(--thingtag-orange);
    font-size: 1.9em;
    font-weight: 800;

}

.infotext-view p {
    font-family: 'Open Sans', sans-serif;
}

.infotext-view .literature {
    font-size: .8em;
}
/*
.infotext-view details.explore-image p {
    background-color: #3A3A3A;
    color: white;
    padding: .25em;
}

.infotext-view details.topic p {
    background-color: #ff0080;
    color: white;
    padding: .25em;
}
*/
.infotext-view a {
    color: var(--thingtag-orange);
}

.infotext-view .btn {
    color: white;
}

.infotext-view .literatur-title {
    font-size: 1em;
    font-weight: 700;
}

.infotext-view h3 {
    color: var(--thingtag-orange);
    font-size: 1.75em;
    font-weight: 700;
    margin: 1.25em 0 .5em 0;
}

.infotext-view .literature {
    font-size: 0.8em;
}

.infotext-view details p {
    background-color: #3a3a3a;
}
.infotext-view details.explore-image p {
    background-color: var(--thingtag-orange);
    color: white;
}

.infotext-view details {
    margin: 2em 0;
}

.infotext-view summary::-webkit-details-marker {
    display: none;
}

.infotext-view summary {
    background-color: var(--thingtag-orange);
    border-radius: 9px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    list-style: none;
    outline: 0;
    padding: .5rem .5em;
    position: relative;
    width: 100%;
}

.infotext-view details.explore-image summary {
    background-color: var(--thingtag-grey);
    color: var(--thingtag-orange);
}

.infotext-view summary:after {
    content: "+";
    color: #fff;
    font-size: 2em;
    font-weight: 200;
    line-height: 0;
    margin-top: 0.3em;
    position: absolute;
    right: .5rem;
    transform-origin: center;
    transition: 200ms linear;
}

.infotext-view details.explore-image summary:after {
    color:  var(--thingtag-orange);
}


.infotext-view details p {
    background-color: var(--thingtag-grey);
    border-radius: 0 0 9px 9px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 1em 0.75em 2em 0.75em;
    text-align: left;
}

.infotext-view details p img {
    margin: 5px 0 0 0;
    width: 100%;
}

.infotext-view details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
}

@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.infotext-view details[open] summary {
    border-radius: 9px 9px 0 0;
    margin-bottom: 3px;
}

.infotext-view details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2em;
}

.infotext-view .literature {
    color: #999;
    font-size: .9em;
    font-style: italic;
}

.infotext-view .literature ul {
    padding: 0;
    margin: 1em;
}


.infotext-view .literature .literature {
    font-size: 1em;
}
