<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#mybyte_media_cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 12px;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
    width: 200px;
    z-index: 999999;
	right: 0;
	display: none;
}

#mybyte_media_cookiesettings {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 10px;
    line-height: 125%;
    margin: 10px;
    padding: 10px;
    position: fixed;
    z-index: 999999;
	right: 0;
	display: none;
	cursor: pointer;
}

#mybyte_media_cookiehinweis_close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
	margin: 0;
    text-align: center;
}

#mybyte_media_cookiehinweis_save {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 0;
	margin-top: 10px;
    text-align: center;
}

#mybyte_media_cookiehinweis_mehrinfos {
	text-decoration: underline;
}

/* Globale Anpassungen */

ol,ul{
  margin: 0 0 1.5em 1.3em;
}

.post-image-aligned-center .featured-image, .post-image-aligned-center .post-image{
  background-color: #fff;
}

.container .site-content .content-area{
  margin-bottom: 1.5em;
}

.site-wrapper {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
} 


/* Sidebar Anpassung */

.inside-right-sidebar .inner-padding{
  border: 1px solid #773f20;
  padding:0;
}

.inside-right-sidebar .inner-padding .textwidget{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.inside-right-sidebar .inner-padding .widget-title{
  background-color: #773f20;
  color: #fff;
  padding: 5px 20px;
  margin-right: -1px;
  margin-top: -1px;
  margin-left: -1px;
}


/* Startseite */

.vc_btn3{
  background-color: #773f20 !important;
  color: #fff !important;
}


/* Archive Anpassungen */

.archive footer.entry-meta{
  border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
      clear: both;
}

.archive .entry-summary{
  position:relative;
}

.archive .entry-summary .read-more-container{
  position:absolute;
  right:0;
}

.archive .entry-summary .read-more-container .read-more.button{
  padding: 5px 10px;
}

@media (max-width: 768px){
  .entry-meta {
    font-size: 85%;
  }
}


/* Buttons */

form button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background){
  border-radius: 5px;
}


/* WPForms */

select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
  border-color: #ccc;
  color: #666;
  background-color: #fcfcfc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus{
  border-color: #773f20;
  color: #000;
  background-color: #fff;
}

.wpforms-container .wpforms-field.wpforms-field-textarea{
  clear:both;
}

.wpforms-container .wpforms-field-sublabel,
.wpforms-field-gdpr-checkbox{
  font-size: 0.8em;
}

.wpforms-captcha-math input[type=text]{
  width: 80px;
}

.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"],
.wpforms-field-checkbox .choice-1 input[type="checkbox"],
.wpforms-field-checkbox .depth-1 input[type="checkbox"] {
    opacity: 0;
}

.wpforms-field-gdpr-checkbox .choice-1 label,
.wpforms-field-checkbox .choice-1 label,
.wpforms-field-checkbox .depth-1 label {
    position: relative;
    display: inline-block !important;
	padding-left: 0 !important;
	left: 25px !important;
	margin-left:-25px !important;
	width: calc(100% - 25px);
}


.wpforms-field-gdpr-checkbox .choice-1 label::before,
.wpforms-field-gdpr-checkbox .choice-1 label::after,
.wpforms-field-checkbox .choice-1 label::before,
.wpforms-field-checkbox .choice-1 label::after,
.wpforms-field-checkbox .depth-1 label::before,
.wpforms-field-checkbox .depth-1 label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

/* Outer box of the fake checkbox */
.wpforms-field-gdpr-checkbox .choice-1 label::before,
.wpforms-field-checkbox .choice-1 label::before,
.wpforms-field-checkbox .depth-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    left: -26px;
    top: 4px;
}

/*Checkmark of the fake checkbox*/
.wpforms-field-gdpr-checkbox .choice-1 label::after,
.wpforms-field-checkbox .choice-1 label::after,
.wpforms-field-checkbox .depth-1 label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: -22px;
    top: 8px;
}

/*Hide the checkmark by default*/
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"] + label::after,
.wpforms-field-checkbox .choice-1 input[type="checkbox"] + label::after,
.wpforms-field-checkbox .depth-1 input[type="checkbox"] + label::after {
    content: none;
}
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:checked + label::before,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:checked + label::before,
.wpforms-field-checkbox .depth-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-checkbox .depth-1 input[type="checkbox"]:checked + label::before {
  border: 1px solid #773f20;
  background-color: #fff;
}

/*Unhide on the checked state*/
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:checked + label::after,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:checked + label::after,
.wpforms-field-checkbox .depth-1 input[type="checkbox"]:checked + label::after {
  content: "";
}

.wpforms-container .wpforms-checkbox-3-columns ul li,
.wpforms-container .wpforms-multiplechoice-3-columns ul li,
.wpforms-container .wpforms-list-3-columns ul li{
  width: calc(33.3333% - 26px) !important;
}

.wpforms-container input[type=range]{
  margin: 1em 0;
}

@media(min-width:601px){
  .wpforms-container .wpforms-checkbox-2-columns ul li,
  .wpforms-container .wpforms-multiplechoice-2-columns ul li,
  .wpforms-container .wpforms-list-2-columns ul li {
    width: 48%;
    padding-right: 0;
  }
  .wpforms-container .wpforms-checkbox-2-columns ul &gt; li:nth-child(even),
  .wpforms-container .wpforms-multiplechoice-2-columns ul &gt; li:nth-child(even),
  .wpforms-container .wpforms-list-2-columns ul &gt; li:nth-child(even){
    margin-left: 4%;
  }
}

@media only screen and (max-width: 600px){
  .wpforms-container .wpforms-field:not(.wpforms-field-phone) {
    overflow-x: initial;
  }
}</pre></body></html>