.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal0.woff2) format('woff2');
font-weight: 300;
font-style: normal0;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal1.woff2) format('woff2');
font-weight: 300;
font-style: normal1;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal2.woff2) format('woff2');
font-weight: 300;
font-style: normal2;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal3.woff2) format('woff2');
font-weight: 300;
font-style: normal3;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal4.woff2) format('woff2');
font-weight: 300;
font-style: normal4;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-300-normal5.woff2) format('woff2');
font-weight: 300;
font-style: normal5;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal0.woff2) format('woff2');
font-weight: 400;
font-style: normal0;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal1.woff2) format('woff2');
font-weight: 400;
font-style: normal1;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal2.woff2) format('woff2');
font-weight: 400;
font-style: normal2;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal3.woff2) format('woff2');
font-weight: 400;
font-style: normal3;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal4.woff2) format('woff2');
font-weight: 400;
font-style: normal4;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-400-normal5.woff2) format('woff2');
font-weight: 400;
font-style: normal5;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal0.woff2) format('woff2');
font-weight: 500;
font-style: normal0;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal1.woff2) format('woff2');
font-weight: 500;
font-style: normal1;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal2.woff2) format('woff2');
font-weight: 500;
font-style: normal2;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal3.woff2) format('woff2');
font-weight: 500;
font-style: normal3;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal4.woff2) format('woff2');
font-weight: 500;
font-style: normal4;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-500-normal5.woff2) format('woff2');
font-weight: 500;
font-style: normal5;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal0.woff2) format('woff2');
font-weight: 600;
font-style: normal0;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal1.woff2) format('woff2');
font-weight: 600;
font-style: normal1;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal2.woff2) format('woff2');
font-weight: 600;
font-style: normal2;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal3.woff2) format('woff2');
font-weight: 600;
font-style: normal3;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal4.woff2) format('woff2');
font-weight: 600;
font-style: normal4;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-600-normal5.woff2) format('woff2');
font-weight: 600;
font-style: normal5;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal0.woff2) format('woff2');
font-weight: 700;
font-style: normal0;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal1.woff2) format('woff2');
font-weight: 700;
font-style: normal1;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal2.woff2) format('woff2');
font-weight: 700;
font-style: normal2;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal3.woff2) format('woff2');
font-weight: 700;
font-style: normal3;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal4.woff2) format('woff2');
font-weight: 700;
font-style: normal4;
}
@font-face {
font-family: 'comfortaa';
src: url(https://lochmuehle.de/wp-content/bcf-fonts/Comfortaa/comfortaa-700-normal5.woff2) format('woff2');
font-weight: 700;
font-style: normal5;
}.weather_widget_wrap {
display: inline-block;
text-align: center;
max-width: 100%;
font-family: Helvetica, sans-serif;
border: 1px solid lightgray;
}
.weather_widget_wrap *{
box-sizing: border-box;
line-height: initial;
}
.weather_widget_wrap.tight {
display: table;
margin: 0 auto;
}
.weather_widget_wrap.maxwidth {
display: block;
width: 100%;
}
.main_wrap {
width: 100%;
padding-bottom: 20px;
display: inline-block;
}
.weather_title {
font-weight: bold;
padding: 5px 0;
font-size: 20px;
background: rgba(0, 0, 0, 0.03);
text-align: center;
}
.weather_center_wrap {
display: flex;
margin-top: 20px;
justify-content: center;
height: 63px;
padding-left: 10px;
}
.weather_temp_wrap {
margin-left: 20px;
line-height: 66px;
}
.weather_temp {
font-size: 52px;
}
.weather_temp_type {
font-size: 20px;
}
.weather_widget_wrap .main_wrap img , .weather_widget_wrap a .main_wrap img , .wettervorhersage-widget.weather_widget_wrap a .main_wrap img{
-webkit-box-shadow: none;
box-shadow: none;
}
.weather_image {
vertical-align: text-top;
max-height: 60px;
}
.weather_image_wrap {
width: 70px
}
.weather_widget_wrap img {
box-shadow: none;
margin: 0;
}
.weather_description {
font-size: 25px;
margin-top: 8px;
text-align: center;
}
.weather_sunrise {
margin-top: 20px;
font-size: 12px;
}
.weather_sunset {
margin-top: 8px;
font-size: 12px;
}
.weather_data_wrap {
font-size: 13px;
margin: 20px auto 0 auto;
text-align: center;
display: inline-block;
}         .weather_days_wrap {
margin: 10px auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.weather_day_wrap {
padding: 13px 16px;
}
.weather_day_name {
font-size: 14px;
margin-top: 6px;
font-weight: bold;
line-height: 20px;
}
.weather_day_image {
width: 50px;
margin: 0 auto;
height: 30px !important;
}
.weather_day_image_wrap {
width: 50px;
margin: 4px auto;
height: 30px;
}
.weather_day_temp {
font-size: 14px;
margin-top: 6px;
text-align: center;
}
.main_wrap.super-small .weather_title {
font-size: 13px;
padding: 8px 0;
}
.main_wrap.super-small .weather_temp {
font-size: 30px;
}
.main_wrap.super-small .weather_center_wrap {
margin-top: 0px;
height: 50px;
}
.main_wrap.super-small .weather_image_wrap {
width: 40px;
}
.main_wrap.super-small .weather_temp_wrap {
margin-left: 10px;
line-height: 50px;
}
.main_wrap.super-small .weather_description {
font-size: 16px;
}
.main_wrap.super-small .weather_day_wrap {
padding: 13px 9px;
}
.main_wrap.super-small .weather_data_wrap {
font-size: 11px;
}
.main_wrap.small .weather_title {
font-size: 18px;
padding: 8px 0;
}
.main_wrap.small .weather_description {
font-size: 18px;
}
.main_wrap.small .weather_day_wrap {
padding: 13px 10px;
}
@font-face {
font-family: "overpassLight";
src: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/overpass-light.otf) format("woff");
}
@font-face {
font-family: "overpassRegular";
src: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/overpass-regular.otf) format("woff");
}
.wettervorhersage-widget {
display: inline-block;
text-align: center;
max-width: 100%;
font-family: "overpassRegular",sans-serif;
border: 1px solid lightgray;
}
.wettervorhersage-widget img, .wettervorhersage-widget a img {
box-shadow: none;
}
.weather_widget_wrap.maxwidth {
display: block;
width: 100%;
}
.weather_widget_title {
padding: 5px 0;
font-size: 20px;
text-align: center;
}
.weather-info-value{
font-family: "overpassLight",'sans-serif';
font-size: 11px;
}
.sun-label {
color: lightgray;
font-size: 11px;
margin-top: -30px;
}
.sun-value {
font-size: 12px;
font-weight: bold;
}
.weather_temp_wrap {
margin-left: 20px;
line-height: 66px;
}
.weather_temp_type {
font-size: 20px;
}
.weather_widget_wrap .main_wrap img {
-webkit-box-shadow: none;
box-shadow: none;
}
.weather_image {
vertical-align: text-top;
max-height: 60px;
}
.weather_image_wrap {
width: 70px
}
.weather_sunset {
margin-top: 8px;
font-size: 12px;
}
.weather_data_wrap {
font-size: 14px;
margin: 20px auto 0 auto;
text-align: left;
display: inline-block;
}
.weather_widget_wrap.wettervorhersage-widget {
border: 0;
}
.wettervorhersage-widget .main_wrap {
border-radius: 20px;
padding: 20px 10px;
}
.wettervorhersage-widget .weather_center_wrap {
padding: 0;
align-items: center;
margin: 0;
flex-wrap: wrap;
height: inherit;
}
.wettervorhersage-widget .weather_description {
font-size: 17px;
margin-top: 0;
text-align: left;
max-width: 200px;
line-height: 19px;
font-family: "overpassLight",'sans-serif';
}
.wettervorhersage-widget .weather_day_name {
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
font-weight: normal;
}
.wettervorhersage-widget .weather_days_wrap {
margin: 0 auto;
justify-content: space-around;
}
.wettervorhersage-widget .regular .weather_days_wrap {
justify-content: center;
}
.wettervorhersage-widget .weather_day_temp {
margin-top: 0;
}
.wettervorhersage-widget .main_wrap.super-small .weather_temp {
font-size: 50px;
}
.wettervorhersage-widget .main_wrap.super-small .weather_temp_wrap {
margin-left: 0;
margin-top: 0;
}
.wettervorhersage-widget .main_wrap.super-small .center-center {
margin: 10px 0;
text-align: center;
}
.city-name {
font-size: 24px;
font-weight: bold;
line-height: initial;
}
.center-center {
text-align: left;
margin-left: 13px;
}
.wettervorhersage-widget .weather_temp {
font-size: 50px;
}
.weather_day_wrap {
padding: 13px 16px;
}
.weather_day_temp {
font-size: 21px;
margin-top: 6px;
text-align: center;
letter-spacing: -1px;
}
.main_wrap.super-small .weather_temp {
font-size: 30px;
}
.main_wrap.super-small .weather_image_wrap {
width: 40px;
}
.main_wrap.super-small .weather_temp_wrap {
margin-left: 10px;
line-height: 50px;
}
.main_wrap.super-small .weather_description {
font-size: 16px;
text-align: center;
}
.wettervorhersage-widget .super-small  .weather-info-label{
margin-right: 10px;
}
.wettervorhersage-widget .main_wrap.super-small .weather_day_wrap {
padding: 4px 9px;
}
.wettervorhersage-widget {
width: 100%;
}
.wettervorhersage-widget.tight .main_wrap {
width: inherit;
}
.main_wrap.super-small .weather_day_wrap {
padding: 13px 9px;
}
.wettervorhersage-widget .super-small .weather-info-wrap{
margin-top: 0;
margin-bottom: 15px;
padding: 12px 17px;
}
.wettervorhersage-widget[data-language="german"] .super-small .weather-info-wrap{
padding: 12px 0;
}
.wettervorhersage-widget .weather-info-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 20px auto 0 auto;
}
.wettervorhersage-widget .regular .weather-info-wrap {
width: 380px;
}
.wettervorhersage-widget .weather-info-point {
width: 125px;
text-align: left;
margin: 5px 0;
font-size: 13px;
}
.wettervorhersage-widget[data-language="german"] .weather-info-point {
width: 170px;
}
.wettervorhersage-widget .medium .weather-info-point {
width: 129px;
font-size: 11px;
}
.wettervorhersage-widget .super-small .weather-info-point{
width: 108px;
display: block;
font-size: 10px;
line-height: 17px;
}
.wettervorhersage-widget .super-small .sunrise, .wettervorhersage-widget .medium .sunrise{
padding-left: 20px;
background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .sunset, .wettervorhersage-widget .medium .sunset{
padding-left: 20px;
background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .humidity, .wettervorhersage-widget .medium .humidity{
padding-left: 20px;
background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .wind, .wettervorhersage-widget .medium .wind{
padding-left: 20px;
background-size: 15px 15px;
}
.wettervorhersage-widget .super-small.main_wrap{
padding: 20px 3px;
}
.sunrise{
background-image: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/wi-sunrise.svg);
background-repeat: no-repeat;
padding-left: 35px;
background-size: 27px 22px;
background-position-y: center;
}
.sunset{
background-image: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/wi-sunset.svg);
background-repeat: no-repeat;
padding-left: 35px;
background-size: 27px 22px;
background-position-y: center;
}
.humidity{
background-image: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/wi-humidity.svg);
background-repeat: no-repeat;
padding-left: 35px;
background-size: 27px 22px;
background-position-y: center;
}
.wind{
background-image: url(https://lochmuehle.de/wp-content/plugins/wettervorhersage/public/css/wi-strong-wind.svg);
background-repeat: no-repeat;
padding-left: 35px;
background-size: 27px 22px;
background-position-y: center;
}
.wettervorhersage-widget .main_wrap.super-small .weather_center_wrap {
height: inherit;
}
.wettervorhersage-widget .main_wrap.super-small .weather_image_wrap {
width: 70px;
}
.weather_image_wrap{
width: 70px;
}
.weather-info-wrap {
background-color: rgba(0, 0, 0, 0.05);
border-radius: 20px;
padding: 10px;
margin: 10px auto;
}
.main_wrap.small .weather_widget_title {
font-size: 18px;
padding: 8px 0;
}
.main_wrap.small .weather_description {
font-size: 18px;
}
.main_wrap.small .weather_day_wrap {
padding: 13px 10px;
}
.main_wrap.super-small .weather_data_wrap, .main_wrap.small .weather_data_wrap {
flex-wrap: wrap;
}@font-face {
font-family: 'a11y';
src:url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.eot);
src:url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.eot?#iefix) format('embedded-opentype'),
url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.woff2) format('woff2'),
url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.woff) format('woff'),
url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.ttf) format('truetype'),
url(//lochmuehle.de/wp-content/plugins/wp-accessibility/toolbar/fonts/css/a11y.svg#a11y) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="aticon-"]:before, [class*=" aticon-"]:before {
font-family: 'a11y' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.aticon-font:before {
content: '\e602';
}
.aticon-adjust:before {
content: '\e601';
}
.aticon-tint:before {
content: '\e600';
}@media only screen and (max-width: 800px) { .a11y-responsive {
display: none;
}
}
.focusable:focus {
outline: none !important;
}
.has-focus {
background: yellow;
} .a11y-toolbar button {
border: 0;
color: inherit;
background-color: transparent;
text-decoration: none;
padding: 0;
line-height: inherit;
margin: 0;
font: inherit;
width: 100%;
height: 100%;
text-align: left;
}
.a11y-toolbar {
position: fixed;
z-index: 99999;
top: 43vh;
left: 0;
}
.a11y-toolbar.custom-location {
position: absolute;
top: 0;
}
.a11y-toolbar ul {
list-style: none;
margin: 0;
padding: 0;
border-radius: 0 4px 0 0;
border-radius: 0 0 4px 0;
}
.a11y-toolbar ul li {
margin: 0;
padding: 0;
display: block;
}
.a11y-toolbar ul li button {
font-size: 20px !important;
padding: 10px 10px;
line-height: .8;
display: grid;
align-items: center;
background: #e2e2e2;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #d2d2d2;
position: relative;
color: #181818;
}
.a11y-toolbar ul li button.active,
.a11y-toolbar ul li button:hover {
background: #181818;
color: #fff;
}
.a11y-toolbar ul li button.active {
background: #181818;
border-bottom: 1px solid #525252;
}
.a11y-toolbar ul li:first-child button {
border-radius: 0 4px 0 0;
}
.a11y-toolbar ul li:last-child button {
border-radius: 0 0 4px;
}
.a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item .tooltip-dismissed:focus .offscreen,
.a11y-toolbar .offscreen,
.a11y_stylesheet_path {
position: absolute !important;
clip-path: inset(50%);
white-space: nowrap;
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
font-size: 16px;
margin: -1px;
transition: all 200ms;
} .a11y-toolbar.rtl.default,
.a11y-toolbar.ltr.reversed {
right: 0;
left: auto;
}
.a11y-toolbar.rtl.default ul,
.a11y-toolbar.ltr.reversed ul {
border-radius: 4px 0 0 4px;
}
.a11y-toolbar.rtl.default ul li:first-child button,
.a11y-toolbar.ltr.reversed ul li:first-child button {
border-radius: 4px 0 0 0;
}
.a11y-toolbar.rtl.default ul li:last-child button,
.a11y-toolbar.ltr.reversed ul li:last-child button {
border-radius: 0 0 0 4px;
}
.desaturated {
filter: grayscale(1) !important;
}
.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
height: auto !important;
width: auto !important;
clip-path: unset !important;
color: #333;
background: #f0f0f0ee;
padding: 7px 6px !important;
box-shadow: 0 0 1px #000;
border-radius: 3px;
font-size: clamp( 14px, .875rem, 16px );
margin: auto 3px auto auto !important;
text-transform: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.a11y-toolbar.reversed button:hover .offscreen,
.a11y-toolbar.reversed button:focus .offscreen {
right: 100%;
left: auto;
}
.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
left: 100%;
}.fontsize p,
.fontsize div:not(div:has( p, h1, h2, h3, h4, h5, h6)),
.fontsize footer:not(footer:has( p, h1, h2, h3, h4, h5, h6)),
.fontsize li:not(.a11y-toolbar-list-item),
.fontsize label,
.fontsize input,
.fontsize select,
.fontsize textarea,
.fontsize legend,
.fontsize code,
.fontsize pre,
.fontsize dd,
.fontsize dt,
.fontsize blockquote {
font-size: var(--wpa-font-size) !important;
line-height: 1.6;
}
.fontsize h1 {
font-size: var(--wpa-h1-size) !important;
}
.fontsize h2 {
font-size: var(--wpa-h2-size) !important;
}
.fontsize h3 {
font-size: var(--wpa-h3-size) !important;
}
.fontsize h6,
.fontsize h5,
.fontsize h4 {
font-size: var(--wpa-h4-size) !important;
} .fontsize li li {
font-size: var(--wpa-sub-list-size) !important;
}
.fontsize li li li {
font-size: var(--wpa-sub-sub-list-size) !important;
}