/*
 Theme Name:     Twenty Twelve Child
 Theme URI:      https://logopädie-wasserburg.de/
 Description:    Twenty Twelve Child Theme
 Author:         Dieter Glas
 Author URI:     https://dieterglas.de
 Template:       twentytwelve
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');



/* =Theme customization starts here
-------------------------------------------------------------- */
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');


/* abeezee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('https://logopädie-wasserburg.de/fonts/abeezee-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://angebot5.mywebfrog.de/fonts/abeezee-v22-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* raleway-regular - latin */
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://angebot5.mywebfrog.de/fonts/raleway-v34-latin-regular.woff2') format('woff2');
}

/* raleway-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('https://angebot5.mywebfrog.de/fonts/raleway-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('https://angebot5.mywebfrog.de/fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('https://angebot5.mywebfrog.de/fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://angebot5.mywebfrog.de/fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('https://angebot5.mywebfrog.de/fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://angebot5.mywebfrog.de/fonts/montserrat-regular.woff2") format("woff2");
}
/* ===== Accordion mit class="spoiler-title" ===== */

/* Titelzeile: Hintergrund, Innenabstand, Flex für Icon+Text */
.spoiler-title .su-spoiler-title,
.spoiler-title .su-spoiler-title > a {
    display: flex;
    align-items: center;      /* Icon + Text vertikal mittig */
    background: #eee;
    padding: 15px 15px;
    border-radius: 4px;
    font-size: 1.25em !important;   /* <<< TITEL-GRÖSSE HIER */
}

/* Nur den Titel-Text vergrößern (letztes Span = Text) */
.spoiler-title .su-spoiler-title span:last-child {
    font-size: 1.15em !important;
}

/* Icon exakt mittig ausrichten */
.spoiler-title .su-spoiler-icon,
.spoiler-title .su-spoiler-title span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5em !important;
    margin-right: 10px;
    line-height: 1 !important;      /* verhindert Hochrutschen */
    vertical-align: middle !important; /* erzwingt Zentrierung */
    transform: translateY(6px);     /* Feintuning: 1–2px nach unten */
}

/* Inhaltstext im geöffneten Spoiler */
.spoiler-title .su-spoiler-content {
    font-size: 17px !important;
    line-height: 1.5;
}
/* ===== Mobile Ansicht (Smartphones) ===== */
@media (max-width: 480px) {

    /* Titel kleiner */
    .spoiler-title .su-spoiler-title,
    .spoiler-title .su-spoiler-title > a {
        font-size: 1em !important;   /* vorher 1.25em */
        padding: 12px 12px;          /* etwas kompakter */
    }

    /* Titel-Text etwas kleiner */
    .spoiler-title .su-spoiler-title span:last-child {
        font-size: 1em !important;
    }

    /* Icon proportional kleiner */
    .spoiler-title .su-spoiler-icon,
    .spoiler-title .su-spoiler-title span:first-child {
        font-size: 0.45em !important;
        transform: translateY(1px);  /* Feintuning für Mobil */
    }

    /* Inhaltstext kleiner */
    .spoiler-title .su-spoiler-content {
        font-size: 16px !important;  /* vorher 22px */
        line-height: 1.3;
    }
}


/* Button-Stil */
.grow-btn {
  font-family: "Montserrat", sans-serif;
  background-color: #043584;
  color: #ffffff;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 6px;
  width: 100%;          /* macht die Grafik seitenbreit */
  display: block;       /* sorgt dafür, dass width:100% wirkt */
  text-align: center;   /* Text zentrieren */
  user-select: none;
  cursor: default;      /* Mauszeiger bleibt normal */
  box-sizing: border-box; /* verhindert, dass Padding die Breite sprengt */
}
/* Mobile: kleinere Schrift */
@media (max-width: 600px) {
  .grow-btn {
    font-size: 1.1rem;
  }
}
.zweispalten-container {
  display: grid;
  grid-template-columns: 3fr 1fr; /* linke Spalte 3 Teile, rechte 1 Teil */
  gap: 20px; /* Abstand zwischen den Spalten */
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;   /* oder 1.125rem */
    line-height: 1.6;
}

.spalte {
  padding: 20px;
  border-radius: 6px;
}
@media (max-width: 800px) {
  .zweispalten-container {
    grid-template-columns: 1fr; /* eine Spalte */
  }
}
.zweispalten-50 {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50% / 50% */
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 17px;   /* oder 1.125rem */
    line-height: 1.6;
}

.spalte {
  padding: 10px;
  background: #f5f5f5; /* nur zur Sichtbarkeit */
  border-radius: 6px;
}
@media (max-width: 800px) {
  .zweispalten-50 {
    grid-template-columns: 1fr;
  }
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
}
/* Fließtext größer machen */
body,
.entry-content,
.entry-content p {
    font-size: 17px;   /* oder 1.125rem */
    line-height: 1.6;
}
@media (max-width: 600px) {
    body,
    .entry-content,
    .entry-content p {
        font-size: 15px; /* oder 1rem */
    }
}
.page .entry-title { display: none; }
.page .widget-title { display: none; }

.site-content article {
        border-bottom: 0;
        margin-bottom: 0;
}

hr {
        display:none;
}


body {
        line-height: 1;
}
ol,
ul {
        list-style: none;
}
blockquote,
q {
        quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
caption,
th,
td {
        font-weight: normal;
        text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
        clear: both;
}
html {
        overflow-y: scroll;
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
a:focus {
        outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
        display: block;
}

del {
        color: #333;
}
ins {
        background: #fff9c0;
        text-decoration: none;
}

img {
        border: 0;
        -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
        clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
        display: table;
        content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        font-weight: bold;
        text-transform: uppercase;
        color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
        border: 1px solid #ccc;
        border-radius: 3px;
        font-family: inherit;
        padding: 6px;
        padding: 0.428571429rem;
}
button,
input {
        line-height: normal;
}
textarea {
        font-size: 100%;
        overflow: auto;
        vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
        border: 0;
        border-radius: 0;
        padding: 0;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img,
.header img{
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
        height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
        max-width: 100%;
        height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.header
{        max-width: 100%;
        height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Images */
.alignleft {
        float: left;
}
.alignright {
        float: right;
}
.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.widget img.noborder {
      border: 0;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.entry-content img.noborder {
      border: 0;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
        /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
        border-radius: 3px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}


.wp-caption {
        max-width: 100%; /* Keep wide captions from overflowing their container. */
        padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
        font-style: italic;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        color: #757575;
}

.entry-content dl.gallery-item {
        margin: 0;
}
.gallery-item a,
.gallery-caption {
        width: 90%;
}
.gallery-item a {
        display: block;
}
.gallery-caption a {
        display: inline;
}
.gallery-columns-1 .gallery-item a {
        max-width: 100%;
        width: auto;
}
.gallery .gallery-icon img {
        height: auto;
        max-width: 90%;
        padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
        padding: 3%;
}

/* Navigation */
.site-content nav {
        clear: both;
        line-height: 2;
        overflow: hidden;
}
#nav-above {
        padding: 24px 0;
        padding: 1.714285714rem 0;
}
#nav-above {
        display: none;
}
.paged #nav-above {
        display: block;
}
.nav-previous,
.previous-image {
        float: left;
        width: 50%;
}
.nav-next,
.next-image {
        float: right;
        text-align: right;
        width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
        margin: 48px 0;
        margin: 3.428571429rem 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
        font-size: 87.5%;
}
body {
        font-size: 14px;
        font-size: 1rem;
        font-family: Helvetica, Arial, sans-serif;
        text-rendering: optimizeLegibility;
        color: #444;
}

a {
        outline: none;
        color: ##033687;
}
a:hover {
        color: #155fd7;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
        background: #fff;
        border: 2px solid #333;
        border-radius: 3px;
        clip: auto !important;
        color: #000;
        display: block;
        font-size: 12px;
        padding: 12px;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
        padding: 0 10px;
        padding: 0 1.214285714rem;
        background-color: #fff;
}

.site-content {
        margin: 24px 0 0;
        margin: 1.714285714rem 0 0;
}

.widget-area {
        margin: 24px 0 0;
        margin: 1.714285714rem 0 0;
}

/* Header */

.site-header {
        padding:0;
}
.site-header h1,
.site-header h2 {
        text-align: left;
}
.site-header h1 a,
.site-header h2 a {
        color: #515151;
        display: inline-block;
        text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
        color: #21759b;
}
.site-header h1 {
        font-size: 24px;
        font-size: 1.714285714rem;
        line-height: 1.285714286;
        margin-bottom: 7px;
        margin-bottom: 0.5rem;
}
.site-header h2 {
        font-weight: normal;
        font-size: 23px;
        font-size: 1.428571429rem;
        line-height: 1.846153846;
        color: #757575;
}
.header-image {
        margin-top: 24px;
        margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
margin-top: 0;
        text-align: center;
}
.main-navigation li {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.42857143;
}
.main-navigation a {
        color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
        color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
        display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
        display: inline-block;
}

/* Banner */
section[role="banner"] {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
}



#contentcontainer {
 padding: 0;
}

/* Sidebar */
/* Widget *****************************************************************************************/

#widgetbox {
margin: 0px 10px 0 10px;
line-height: 1.5em;
padding: 20px 10px 20px 20px;
text-align: left;
color: #3e3a3a;
 font-size: 1em;
 border: solid 1px !important;
 border-color: #624f9a!important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 2px 2px 1px #ededed;
  background-image:linear-gradient(135deg, #fff 40%, #dedede 90%);
  }

#widgetbox  p,
#widgetbox li,
#widgetbox textwidget {
font-size: 1em !important;
        line-height: 1.8;
                  list-style: disc;
                  list-style-position: inside;
        margin-left: 0 !important;
}

#widgetbox ul, #widgetbox ul li {
    margin: 0;
    padding: 0;
}

#widgetbox a:link, #widgetbox a:visited {
font-size: 1em;
    display: block;
    font-weight: normal;
}

#widgetbox a:hover, #widgetbox a:active, #widgetbox a.online {
    background-color: none;
}
#widgetbox h2
{
        font-size: 16px;
        font-size: 1.1rem;
        letter-spacing: 0.025rem;
        line-height: 1.6;
        color: #3e3a3a;
}
.widget-area .widget {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        margin-top: 25px;
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        word-wrap: break-word;
}
.widget-area .widget h3 {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.546153846;
}

.widget-area .widget li.quick
{
        font-size: 18px;
        font-size: 1.1rem;
        line-height: 1.846153846;
        list-style-image: url(https://angebot5.mywebfrog.de/wp-content/uploads/2026/05/bullet.png);
        list-style-position: outside;
        margin: 0 0 0 20px;
        text-transform: uppercase;
}

.widget-area .widget ul.quick
{
        margin-bottom: 10px;
}

.widget-area .widget p {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
        list-style: disc outside;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
        margin-left: 36px;
        margin-left: 2.571428571rem;
}
.widget-area .widget a {
        color: #757575;
}
.widget-area .widget a:hover {
        color: #21759b;
}
.widget-area .widget a:visited {
        color: #155fd7;
}
.widget-area #s {
        width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
        border-top: 1px solid #ededed;
        clear: both;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        max-width: 960px;
        max-width: 68.571428571rem;
        margin-top: 24px;
        margin-top: 1.714285714rem;
        margin-left: auto;
        margin-right: auto;
        padding: 24px 0;
        text-align: center;
}
footer[role="contentinfo"] a {
        color: #686868;
}
footer[role="contentinfo"] a:hover {
        color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */


.entry-meta {
        clear: both;
}
.entry-header {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
        font-size: 20px;
        font-size: 1.428571429rem;
        line-height: 1.2;
        font-weight: normal;
}
.entry-header .entry-title a {
        text-decoration: none;
}
.entry-header .entry-format {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-weight: normal;
}
.entry-header .comments-link {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
}
.comments-link a,
.entry-meta a {
        color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
        color: #21759b;
}

article.sticky .featured-post {
        border-top: 4px double #ededed;
        border-bottom: 4px double #ededed;
        color: #757575;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 3.692307692;
        margin-bottom: 10px;
        margin-bottom: 0.8rem;
        text-align: center;
                  display: none;
}

.entry-content,
.entry-summary,
.mu_register {
        line-height: 1.514285714;
        font-size: 1.1rem;
}

.entry-content h1,
.comment-content h1,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {

        margin: 24px 0;
        margin: 1.714285714rem 0;
        line-height: 1.914285714;
}


.entry-content h2,
.comment-content h2,
.mu_register h2 {
 font-family: 'ABeeZee', sans-serif  !important;
        margin: 10px 0 12px 0;
        margin: 0.614285714rem 0 0.614285714rem 0;
        font-size: 1.5rem;
        line-height: 1.6;
        color: #033687;
}
.entry-content h3,
.comment-content h3
 {
 font-family: 'Raleway', sans-serif  !important;
        margin: 15px 0 10px 0;
        line-height: 1.014285714;
}

.entry-content h1,
.comment-content h1 {
font-family: "Raleway", sans-serif!important;
font-weight: 400;
 font-size: 1.5em;
  margin-top: 0.77em;
  margin-right: 0px;
  margin-bottom: 0.1em;
  margin-left: 0px;
  text-align: left;
  color: #003893;
  line-height: 2.2rem;
}


.entry-content h3,
.comment-content h3 {
  color: #043584;
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.646153846;
}
.entry-content h4,
.comment-content h4 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.846153846;
        margin-bottom: 5px;
        color: #FF8300;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
        color: #155fd7;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
        margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
        list-style-image: url(https://angebot5.mywebfrog.de/wp-content/uploads/2026/05/bullet.png);
        list-style-position: outside;
}
.entry-content ol,
.comment-content ol {
        list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
        margin: 0 0 0 16px;
        margin: 0 0 0 1rem;
}
.entry-content blockquote,
.comment-content blockquote {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        padding: 24px;
        padding: 1.714285714rem;
        font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
        margin-bottom: 0;
}
.entry-content code,
.comment-content code {
        font-family: Consolas, Monaco, Lucida Console, monospace;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
}
.entry-content pre,
.comment-content pre {
        border: 1px solid #ededed;
        color: #666;
        font-family: Consolas, Monaco, Lucida Console, monospace;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.714285714;
        margin: 24px 0;
        margin: 1.714285714rem 0;
        overflow: auto;
        padding: 24px;
        padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
        display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
}
.entry-content address,
.comment-content address {
        display: block;
        line-height: 1.714285714;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
        margin: 12px 24px 12px 0;
        margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
        margin: 12px 0 12px 24px;
        margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
        clear: both;
        margin-top: 12px;
        margin-top: 0.857142857rem;
        margin-bottom: 12px;
        margin-bottom: 0.857142857rem;
}


.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
        margin: 0 24px;
        margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
        font-weight: bold;
        line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
        line-height: 1.714285714;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
        border-bottom: 1px solid #ededed;
        color: #757575;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        width: 100%;
}
.entry-content table caption,
.comment-content table caption {
        font-size: 16px;
        font-size: 1.142857143rem;
        margin: 24px 0;
        margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
        border-top: 1px solid #ededed;
        padding: 6px 10px 6px 0;
}

.page-links {
        clear: both;
        line-height: 1.714285714;
}
footer.entry-meta {
        display: none;
}

.single-author .entry-meta .by-author {
        display: none;
}
.mu_register h2 {
        color: #757575;
        font-weight: normal;
}




/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
        margin-left: 12px;
        margin-left: 0.857142857rem;
}
.widget_rss li {
        margin: 12px 0;
        margin: 0.857142857rem 0;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
        display: block;
        margin: 0 auto 24px;
        margin: 0 auto 1.714285714rem;
}
/* Tweak for logo in header
-----------------------------------------------*/
/* Tweak for logo in header
-----------------------------------------------*/
hgroup img {
        display: none;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
        width: device-width;
}
@viewport {
        width: device-width;
}

/*CSS Menu Style*/
  @media screen and (min-width:600px) {

#widgetbox {
font-size: 1.15rem;
margin: 30px 30px 0 10px;
line-height: 1.5em;
padding: 20px 10px 20px 10px;
text-align: left;
color: #5e4120;
 border: solid 1px color: #556c96!important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 3px 3px 2px #ededed;
  background-image:linear-gradient(135deg, #fff 40%, #dedede 90%);
}
#widgetbox h2
{
        font-size: 1.2rem;
        letter-spacing: 0.025rem;
        line-height: 1.6;
        color: #3e3a3a;
}

#widgetbox  p,
#widgetbox li,
#widgetbox textwidget {
        font-size: 1.2rem;
        line-height: 1.546153846;
}

#widgetbox ul, #widgetbox ul li {
    margin: 0;
    padding: 0;
}

#widgetbox a:link, #widgetbox a:visited {
font-size: 1rem;
    display: block;
   font-weight: bold !important;
         text-decoration: none;
         color: #155fd7;
}

#widgetbox a:hover, #widgetbox a:active, #widgetbox a.online {
    background-color: none;
         color: #556c96;
}


.widget-area .widget li.quick
{
        font-size: 14px;
        font-size: 0.9rem;
        line-height: 1.846153846;
        list-style-image: url(https://angebot5.mywebfrog.de/wp-content/uploads/2026/05/bullet.png);
        list-style-position: outside;
        margin: 0 0 0 10px;
        text-transform: uppercase;
}
#startbox a {
font-size: 0.9em;
    color: #333;
         font-weight: normal;
         text-decoration: none;
         }


  hgroup img {
        display: block;
        float: left;
        margin:0
}
#logo-right {
        float: left;
}
  .slicknav_menu {
  display:none;
  }
  .nav-menu ul{
  display:block;
  }

  .site {
                margin: 0 auto;
                max-width: 1190px !important;
                max-width: 84.5rem !important;
                overflow: hidden;
        }

                .site-content {
          margin-top: 2rem;
                float: left;
                width: 65.104166667%;
        }



        body.template-front-page .site-content,
        body.attachment .site-content,
        body.full-width .site-content {
                width: 100%;
        }
        .widget-area {
                float: right;
                width: 26.041666667%;
        }

        /* Navigation Menu */
.main-navigation {
        margin-top: 0;
        padding-left: 20px;
        text-align: center;
        background-color: #033687;
}

        .main-navigation ul.nav-menu,
        .main-navigation div.nav-menu > ul {
                border: 0;
                display: inline-block !important;
                text-align: left;
                width: 100%;
        }
        .main-navigation ul {
                margin: 0;
                text-indent: 0;
        }
        .main-navigation li a,
        .main-navigation li {
                display: inline-block;
                text-decoration: none;
                font-size: 1rem;
        }
        .main-navigation li a {
        background-color: #033687;
                border-bottom: 0;
                color: #fff;
                line-height: 3.692307692;
                text-transform: uppercase;
                white-space: nowrap;
                padding: 0 10px 0 10px;

                  /*TRANSISTIONS*/
    -webkit-transition: background 0.5s ease;
       -moz-transition: background 0.5s ease;
         -o-transition: background 0.5s ease;
        -ms-transition: background 0.5s ease;
            transition: background 0.5s ease;
        }
        .main-navigation li a:hover,
        .main-navigation li a:focus {
                color: #fff;
                background-color: #155fd7;
        }
        .main-navigation li {
                margin: 0;
                position: relative;
        }
        .main-navigation li ul {
                margin: 0;
                padding: 0;
                position: absolute;
                top: 100%;
                z-index: 1;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
        }
        .main-navigation li ul ul {
                top: 0;
                left: 100%;
        }
        .main-navigation ul li:hover > ul,
        .main-navigation ul li:focus > ul,
        .main-navigation .focus > ul {
                border-left: 0;
                clip: inherit;
                overflow: inherit;
                height: inherit;
                width: inherit;
        }
        .main-navigation li ul li a {
                background: #6d7478;
                border-bottom: 1px solid #fff;
                display: block;
                font-size: 11px;
                font-size: 0.95rem;
                letter-spacing: 0.05em;
                line-height: 2.181818182;
                padding: 8px 10px;
                padding: 0.571428571rem 0.714285714rem;
                width: 140px;
                width: 10.85714286rem;
                white-space: normal;
        }
        .main-navigation li ul li a:hover,
        .main-navigation li ul li a:focus {
                background: #e3e3e3;
                color: #444;
        }
        .main-navigation .current-menu-item > a,
        .main-navigation .current-menu-ancestor > a,
        .main-navigation .current_page_item > a,
        .main-navigation .current_page_ancestor > a {
                color: #fff;
                font-weight: bold;
                background-color: #155fd7;
        }
        .menu-toggle {
                display: none;
        }
        .entry-header .entry-title {
                font-size: 22px;
                font-size: 1.571428571rem;
        }
        #respond form input[type="text"] {
                width: 46.333333333%;
        }
        #respond form textarea.blog-textarea {
                width: 79.666666667%;
        }
        .template-front-page .site-content,
        .template-front-page article {
                overflow: hidden;
        }
        .template-front-page.has-post-thumbnail article {
                float: left;
                width: 47.916666667%;
        }
        .entry-page-image {
                float: right;
                margin-bottom: 0;
                width: 47.916666667%;
        }
        .template-front-page .widget-area .widget,
        .template-front-page.two-sidebars .widget-area .front-widgets {
                float: left;
                width: 51.875%;
                margin-bottom: 24px;
                margin-bottom: 1.714285714rem;
        }
        .template-front-page .widget-area .widget:nth-child(odd) {
                clear: right;
        }
        .template-front-page .widget-area .widget:nth-child(even),
        .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
                float: right;
                width: 39.0625%;
                margin: 0 0 24px;
                margin: 0 0 1.714285714rem;
        }
        .template-front-page.two-sidebars .widget,
        .template-front-page.two-sidebars .widget:nth-child(even) {
                float: none;
                width: auto;
        }
        .commentlist .children {
                margin-left: 48px;
                margin-left: 3.428571429rem;
        }

}

/* Minimum width of 760 pixels. */
@media screen and (min-width: 760px) {

/* Tweak for logo in header
-----------------------------------------------*/
#widgetcontainer a {
color: #333;
font-size: 1em;
text-decoration: none;
line-height: 1.6em;
}

.widget-area .widget li.quick
{
        font-size: 18px;
        font-size: 1.1rem;
        line-height: 1.846153846;
        list-style-image: url(https://angebot5.mywebfrog.de/wp-content/uploads/2026/05/bullet.png);
        list-style-position: outside;
        margin: 0 0 0 20px;
        text-transform: uppercase;
}


.site-content article
{
border-bottom: none;
  margin-bottom: 5.14286rem;
  padding-left: 1.71429rem;
  padding-right: 1.71429rem;
  padding-bottom: 1.71429rem;
  word-wrap: break-word;
}

 #page {
   margin-top: 48px;
         margin-bottom: 48px;
        margin-top: 3.428571429rem;


         -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px;
}

        body {
                background-color: #e6e6e6;
        }

        body .site {
                padding: 0;
                margin-top: 0;
                margin-bottom: 48px;
                margin-bottom: 3.428571429rem;
                box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
        }
        body.custom-background-empty {
                background-color: #fff;
        }
        body.custom-background-empty .site,
        body.custom-background-white .site {
                padding: 0;
                margin-top: 0;
                margin-bottom: 0;
                box-shadow: none;
        }

                /* Navigation Menu */
.main-navigation {
margin-top: 0;
        padding-left: 30px;
        text-align: center;
}
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

.entry-content h1,
.comment-content h1 {
font-family: "Raleway", sans-serif!important;
font-weight: 400;
 font-size: 1.9em;
  margin-top: 0.77em;
  margin-right: 0px;
  margin-bottom: 0.1em;
  margin-left: 0px;
  text-align: left;
  color: #003893;
  line-height: 2.6rem;
}

.main-navigation li a,
        .main-navigation li {
                display: inline-block;
                text-decoration: none;
                font-size: 1.20rem;
        }
        .main-navigation li a {
        background-color: #033687;
                border-bottom: 0;
                color: #fff;
                line-height: 3.692307692;
                text-transform: uppercase;
                white-space: nowrap;
                padding: 0 12px 0 12px;
                letter-spacing: 0.05em;

                  /*TRANSISTIONS*/
    -webkit-transition: background 0.9s ease;
       -moz-transition: background 0.9s ease;
         -o-transition: background 0.9 ease;
        -ms-transition: background 0.9s ease;
            transition: background 0.9s ease;
        }
        .main-navigation li a:hover,
        .main-navigation li a:focus {
                color: #fff;
                background-color: #155FD7;
        }
        .main-navigation li {
                margin: 0;
                position: relative;
                }

                }