<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Modifications Stylesheet tillschneider.org
* @version         1.0
* @lastmodified    01.02.2023
*/

article p a {
   color: #7380c2;
}

article.htt-single a {
   color: #1a73e8;
   transition: .25s all;
   -o-transition: .25s all;
   -webkit-transition: .25s all;
}

article a:hover {
   color: white;
}

#htt-head {
    /* color: #222020; */
    /* color: #224a20; */
    color: #ddd;
    font-weight: 900;
    font-size: 4rem;
    /* -webkit-text-stroke: 1px white; */
    text-shadow: 2px 2px 4px #000;
}

#htt-missionhead {
    width: 70%;
}

#htt-frontmenu {
    color: black;
}

#htt-mission {
    color: white;
    border-color: #ffffff !important;
    background-color: rgba(0,0,0,0.03);
}

h2.major {
    letter-spacing: unset;
}

h2.htt-post-title {
    letter-spacing: unset;
}

h3.htt-post-title {
    letter-spacing: unset;
}

.htt-afd-logo:before {
    pointer-events: none;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.htt-afd-logo img {
    /* width: 20%; */
    width: 40%;
    margin: auto;
    display: block;
    /* padding-bottom: 2rem; */
    padding-top: 2rem;
}

.htt-post-date {
    font-weight: bold;
}

.htt-post-title {
    font-weight: normal;
}

.htt-btn-back {
    text-align: center;
}

.htt-movie {
    text-align: center;
}


/* style the tab */

.tabpolitik,
.tabpresse {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}


/* button-style that are used to open the tab content */

.tabpolitik button,
.tabpresse button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


/* change background color of buttons on hover */

.tabpolitik button:hover,
.tabpresse button:hover {
    background-color: #cccccc4d;
}


/* create an active/current tablink class */

.tabpolitik button.active,
.tabpresse button.active {
    background-color: #ccc;
    color: black !important;
}


/* style the tab content */

.tabcontentpolitik,
.tabcontentpresse {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontentpolitik h2.major,
.tabcontentpresse h2.major {
    text-align: center;
    width: 70%;
}


/* fading effect takes 1 second */

.tabcontentpolitik,
.tabcontentpresse {
    animation: fadeEffect 2s;
}


/* go from zero to full opacity for tab-content */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
</pre></body></html>