@font-face {
font-family: 'Saira-Semicondensed-Regular';
src: url(//plagiatsgutachten.com/blog/wp-content/themes/twentytwelve-plag/sairasemicondensed-regular.woff2) format('woff2'), url(//plagiatsgutachten.com/blog/wp-content/themes/twentytwelve-plag/sairasemicondensed-regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}
html {
font-size: 62.5%;
}
.site-header {
padding: 8rem 0 3.2rem 0;
}
.home-button {
display: flex;
justify-content: flex-start;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.home-button p {
font-family: 'Saira-Semicondensed-Regular', sans-serif;
font-size: 1.92rem;
line-height: 6.4rem;
text-align: center;
letter-spacing: 0.025rem;
width: 100%;
}
.home-button a {
display: block;
padding: 0 2.4rem;
background-color: #064380;
color: #ffffff;
transition: color 0.25s ease;
}
.home-button a:hover {
color: #ebb000;
}
.home-button .home-arrow {
position: relative;
top: 1px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
transition: color 0.25s ease;
transform: rotate(135deg);
}
.home-button a:hover .home-arrow {
border: solid #ebb000;
border-width: 0 2px 2px 0;
}
@media screen and (min-width: 600px) {
.site-header {
padding: 7.2rem 0 2.4rem 0;
}
}
@media screen and (min-width: 640px) {
.home-button {
left: auto;
}
.home-button p {
width: auto;
font-size: 2.4rem;
line-height: 6rem;
}
.home-button a {
border-radius: 0 0 3px 3px;
}
.home-button .home-arrow {
padding: 8px;
}
}
@media screen and (min-width: 1024px) {
.site-header,
.blog .site-header,
.single-post .site-header,
.archive .site-header {
height: 20rem;
}
.site-header {
padding: 2.4rem 0 0 0;
}
.site-header hgroup {
top: 9rem;
}
}.jal-show {
display: block;
}
.jal-hide {
display: none;
}
.jal-fade-in {
opacity: 1;
visibility: visible;
height: auto;
animation: fadeIn 0.5s linear;
}
.jal-fade-out {
opacity: 0;
visibility: hidden;
height: 0;
animation: fadeOut 0.5s linear;
}
.jal-slide-up {
height: 0;
}
.jal-slide-up,
.jal-slide-down {
overflow: hidden;
transition: height 0.5s ease-in-out;
}
.jal-fade-in,
.jal-fade-out {
animation-iteration-count: 1;
}
.jaw_widget.preload .jal-fade-out {
animation-duration: 0s;
}
body .wp-block-js-archive-list-archive-widget ul.jaw_widget,
body .wp-block-js-archive-list-archive-widget ul.jaw_widget ul,
body ul.jaw_widget,
ul.jaw_widget ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.wp-block-js-archive-list-archive-widget ul.jaw_widget li,
.jaw_widget ul li {
padding-left: 1rem;
list-style: none;
}
@keyframes fadeIn {
0% {
opacity: 0;
height: auto;
visibility: visible;
}
100% {
opacity: 1;
visibility: visible;
height: auto;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
height: auto;
visibility: visible;
}
85% {
opacity: 0;
}
99% {
height: auto;
visibility: visible;
}
100% {
visibility: hidden;
height: 0;
}
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(0);
}
100% {
opacity: 1;
transform: translateY(100%);
}
}
@keyframes slideUp {
0% {
height: auto;
transform: scaleY(1);
}
99% {
height: auto;
transform: scaleY(0);
}
100% {
height: 0;
}
}