header {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 100;
        padding-top: 20px;
}
#container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.flex-container > div {
  padding: 2px;
  width: 100%;
    justify-content: center;
        text-align: center;
}
.flex-container1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
border-bottom: 2px solid;
            padding: 0 0 15px;
}
.flex-container1 > div {
  padding: 2px;
  width: 30%;
    justify-content: center;
}
.flex-container2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 2px solid;
    padding: 10px 5px 15px 5px;
}
.flex-container2 > div {
  padding: 2px;
    justify-content: center;
}
.flex-container2 > div a{
  padding: 2px;
    justify-content: center;
        color: #993399;
}
.flex-container3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
            padding: 10px 0 15px;
}
.flex-container3 > div {
  padding: 2px;
  width: 35%;
    justify-content: center;
}
.flex-container3 > div a{
    color: #993399;
    text-decoration: none;
}
.flex-container4 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.flex-container4 > div {
    padding: 2px;
    width: 50%;
    justify-content: center;
}
.flex-container4 > div a {
    color: #993399;
}
.flex-container5 {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2px;
 }
.flex-container5 > div {
    text-align: center;
    line-height: 1.3;
    font-size: 30pt;
    font-family: Monotype Corsiva;
    color: #121211 !important;
	width: 50px;
}
.flex-container5 > div a {
    color: #993399;
}
.flex-container6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}		
.flex-container6 > div {
    width: 40px;
    text-align: center;
    line-height: 1.3;
    font-size: 19pt;
    font-family: Monotype Corsiva;
    color: #121211 !important;
} 	
.flex-container6 > div a {
    font-weight: bold;
    font-family: Monotype Corsiva;
    text-align: center;
    color: #4d004d !important;   
}
.flex-container7 {
    display: flex;
    flex-wrap: nowrap;
}
.flex-container7 > div {
    padding: 2px;
}



.title {
    font-size: 40px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: 30px;
}
.subtitle {
    font-size: 30px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: -20px;
}

.entry-title {
        font-size: 26pt;
        font-family: Monotype Corsiva;
        font-style: normal;
        text-align: center;
        letter-spacing:2px;
        line-height:1.4;
        margin-top:30px;
        margin-bottom:0;
}
.entry-title1 {
    font-size: 20px;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.entry-title2 {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.plz, .plz a {
    color: #941C94;
    font-size: 20px;
        line-height: 1.2;
    text-decoration: none;
    text-align: center;
            font-family: Arial, sans-serif;
        padding: 0 0 10px 0;
}

/*--------------------------------------------------------------Navigation--------------------------------------------------------------*/
nav {
         margin: 40px 0 0 0;
         display: block;
        font-size: 16px;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 1px;

        padding:10px 0;
        border-top:2px solid;
        border-bottom:2px solid;
}
nav ul {
        display:table;
        margin: 0 auto;
        list-style:none;
        padding:3px 0;
        font-size: 16px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
nav ul li {
    display: inline;
    float: left;
    margin: 0 25px 0 25px;
    position: relative;
}
nav a {
        color: #222222 !important;
        text-decoration:none;
        display: block;
        padding: 5px;
        text-decoration: none;
            font-size: large;
}

nav ul ul {
        margin:0;
        width: auto;
        text-align:left;
             display: none;
        text-transform:none;
        opacity:1;
        float:left;
        padding:1px 10px 0 0;
        position:absolute;
        z-index: 99999;
        transition:all 6s;
        font-weight:700;
        background: url(../grafik/back.jpg);

}
nav ul ul li {
        margin: 0;
    width: max-content;
    text-align: left;

    display: list-item;
    position: relative;
        float: none;
}
.nav ul li:hover>ul {
        display: block;
        border: 5px solid #444;

}
/* Small menu */
.menu-toggle {
        display: none;
}
/*--------------------------------------------------------------2.0 Responsive Grid--------------------------------------------------------------*/

.column {
        margin-bottom:1em;
}
@media (min-width:1024px) {
        .column {
                        float:left;
                        margin-bottom:0;
                        padding:0 15px;
        }
        .column.full {
                width:100%;
                float:none !Important;
        }
        .column.five-sixths {
                width:83.4%;
        }
        .column.four-fifths {
                width:80%;
        }
        .column.three-fourths {
                width:75%;
        }
        .column.two-thirds {
                width:66.7%;
        }
        .column.half {
                width:50%;
        }
        .column.third {
                width:33.3%;
        }
        .column.fourth {
                width:25%;
        }
        .column.fifth {
                width:20%;
        }
        .column.sixth {
                width:16.6%;
        }
        .column.flow-opposite {
                float:right;
        }
        .column.centered {
                        margin-left:15%;
                        width:70%;
        }
}


/*--------------------------------------------------------------3.0 Typography--------------------------------------------------------------*/
body {
        letter-spacing:1px;
}
body,input,select,textarea {
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-size:18px;
        line-height:1.3;
             background: url(../grafik/back.jpg);
        word-wrap:break-word;
        -webkit-hyphens:auto;
         -moz-hyphens:auto;
         -ms-hyphens:auto;
                        hyphens:auto;
}
#aside {
    width: 200px;
    float: right;
   margin-top: 40px;
    padding: 1px 5px 5px 50px;
}
#aside1 {
    width: 200px;
    float: left;
}
h3 {
        font-size:24px;
}
h4 {
        font-size:18px;
}
h5 {
        font-size:14px;
}
h6 {
        font-size:12px;
}
p {
        margin-bottom:1px;
        font-size: 14px;

}
p:last-child {
        margin-bottom:0;
}
b,strong {
        font-weight:bold;
}
dfn,cite,em,i {
        font-style:italic;
}

/*--------------------------------------------------------------6.0 Header--------------------------------------------------------------*/
html {
        border:8px solid #ff0080;
}
.site-header {
        padding-top:2em;
        padding-bottom:1em;
}
.header-image {
        margin-top:1em;
        text-align:center;
        margin-bottom: 2em;
}
/*--------------------------------------------------------------6.1 Links--------------------------------------------------------------*/
a {
            color: #993399;
        text-decoration:none;
}
a:visited {
        color:#941C94;;
}
a:hover {
        color:#e6005c;
        text-decoration:none;
}
a:active,a:focus {
        text-decoration: none;
        color: #993399;
}
/*--------------------------------------------------------------6.2 Logo and Title--------------------------------------------------------------*/
.site-branding {
        text-align:center;
}
.site-title {
        font-family:'Quattrocento Sans',sans-serif;
        font-size:60px;
        font-weight:300;
        letter-spacing:2px;
        line-height:1;
        margin-top:1px;
        margin-bottom:20px;
        text-transform:uppercase;
}
.site-title a {
                text-decoration:none;
}
.site-description {
        font-size:14px;
        font-style:italic;
        font-weight:300;
        margin-top:-15px;
        margin-bottom:12px;
        padding-top: 0;
}


/*--------------------------------------------------------------8.0 Alignments--------------------------------------------------------------*/
.alignleft {
        display:inline;
        float:left;
        margin:0.5em 1.5em 1em 0;
}
.alignright {
        display:inline;
        float:right;
        margin:0.5em 0 1em 1.5em;
}
.aligncenter {
        clear:both;
        display:block;
        margin: 0 auto;
}
/*--------------------------------------------------------------9.0 Clearings--------------------------------------------------------------*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
        content:'';
        display:table;
}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
        clear:both;
}
.clear {
        *zoom: 1;
}
/*--------------------------------------------------------------11.0 Site Content--------------------------------------------------------------*/
#primary,#secondary {
        padding-top: 0.5em;
}
/*--------------------------------------------------------------11.1 Posts and pages--------------------------------------------------------------*/

/* Entry Title */

.entry-title a {
                text-decoration:none;
        color:#222;
}
.entry-title a:hover {
                color: #ccc !important;
}
/* Entry Content */
.entry-content p:last-child {
        margin-bottom:0;
}
.entry-content ul li,.entry-content ol li,#comments ul li,#comments ul li {
        margin-bottom:5px;
}
.entry-content {
        line-height: 1.3;

}
/* Entry Navigation */
.meta-nav {
        font-size:13px;
}
.nav-links a {
        text-decoration: none;
}

/*--------------------------------------------------------------12.0 Footer--------------------------------------------------------------*/
footer {
        padding: 10px;
    margin-top: auto;
}
.footer-copyright {
    padding: 10px 0 0 0;
    margin-top: auto;
    text-align: center;
        font-size: 10px;
}
/*--------------------------------------------------------------14.0 Media--------------------------------------------------------------*/
.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley {
        border:none;
        margin-bottom:0;
        margin-top:0;
        padding: 0;
}
/*--------------------------------------------------------------15.3 Buttons--------------------------------------------------------------*/
.button {
        color:#fff;
        cursor:pointer;
        display:inline-block;
        margin:0 0 1em;
        padding:10px 15px;
        text-align:center;
}
a.button {
                text-decoration:none;
}
        a:hover.button {
                        color:#000000;
                        opacity: 0.6;
}
/* Colors */
.grey {
        background-color:#ccc;
}
.yellow {
        background-color:#FBCB43;
}
.green {
        background-color:#34B67A;
}
.red {
        background-color:#E57368;
}
.blue {
        background-color:#77A7FB;
}
.purple {
        background-color:#955BA5;
}
.black {
        background-color: #202020;
}
/* Size */
.extra-small {
        font-size:12px;
        padding:5px 10px;
}
.small {
        font-size:14px;
        padding:10px 15px;
}
.medium {
        font-size:16px;
        padding:15px 20px;
}
.large {
        font-size:18px;
        padding:20px 25px;
}
.extra-large {
        font-size:20px;
        padding: 25px 30px;
}
/* Type */
.square {
        border-radius:0;
}
.round {
        border-radius:3px;
}
.pill {
        border-radius: 30px;
}
/* Display */
.inline {
        display:inline;
}
.block {
        display: block;
}
/*--------------------------------------------------------------15.4 Alerts--------------------------------------------------------------*/
.alert {
        color:#fff;
        font-size:18px;
        margin:0 0 1em;
        padding:3% 5%;
        text-align:center;
        width: 100%;
}
/* Text Align */
.left {
        text-align:left;
}
.right {
        text-align: right;
}
/*--------------------------------------------------------------15.7 Dividers--------------------------------------------------------------*/
.divider {
        background:none;
        display:block;
        margin:20px auto;
        height:0;
        width: 100%;
}
/* Colors */
.divider.grey {
        border-color:#ccc;
}
.divider.yellow {
        border-color:#FBCB43;
}
.divider.green {
        border-color:#34B67A;
}
.divider.red {
        border-color:#E57368;
}
.divider.blue {
        border-color:#77A7FB;
}
.divider.purple {
        border-color:#955BA5;
}
.divider.black {
        border-color: #202020;
}
/* Type */
.solid {
        border-top:1px solid #ccc;
}
.dashed {
        border-top:1px dashed #ccc;
}
.dotted {
        border-top:1px dotted #ccc;
}
.filled {
        border-top:5px solid #ccc;
}
.double-solid {
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        height:5px;
}
.double-dashed {
        border-top:1px dashed #ccc;
        border-bottom:1px dashed #ccc;
        height:5px;
}
.double-dotted {
        border-top:1px dotted #ccc;
        border-bottom:1px dotted #ccc;
        height: 5px;
}

/*--------------------------------------------------------------16.0 Media Queries--------------------------------------------------------------*/
@media screen and (max-width:768px) {
.container1 {
    text-align: center;
    width: 70%;
}
        .container2 {
 flex-direction: column;
}
	.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fffcff;
    align-items: center;
}
.flex-container > div {
    width: 100%;
    justify-content: center;
    background: #fffcff;
    text-align: center;
    font-family: Monotype Corsiva;
            padding: 5px;
}
.flex-container1 {
     display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
}
.flex-container1 > div {
        padding: 2px;
    width: 100%;
    justify-content: center;
          flex-direction: column;
        text-align: center;
}
        .flex-container3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px;
		flex-direction: column;
 }
        .flex-container3 > div {
        width: 100%;
      background: #fffcff;
    text-align: center;
      padding: 5px;
 }
        .flex-container4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
        .flex-container4 > div {
    padding: 2px;
    width: 100%;
    justify-content: center;
    background: #fffcff;
    text-align: center;
    font-size: 15px;
}
	.flex-container5 {
    font-size: 26px;
	font-family: Monotype Corsiva;
    text-align: center;
}
	.flex-container5 > div {
    font-size: 26px;
	font-family: Monotype Corsiva;
    text-align: center;
}
.flex-container5 > div a {
    font-size: 26px;
	font-weight: bold;
    font-family: Monotype Corsiva;
    text-align: center;
    color: #4d004d !important;
}
 .flex-container6 > div {
    font-size: 18px;
	font-family: Monotype Corsiva;
    text-align: center;
}
.flex-container6 > div a {
    font-size: 18px;
	font-weight: bold;
    font-family: Monotype Corsiva;
    text-align: center;
    color: #4d004d !important;
}
.title {
    font-size: 25px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: 5px;
}
.subtitle {
    font-size: 25px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: -20px;
}
.entry-title {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-top: 6px;
    margin-bottom: 10px;
}
        .entry-title1 {
    text-align: center;
        font-size: 18px;
        margin: 0;
}
	.entry-title2 {
    font-size: 16px;
   text-align: center;
    margin: 0px;
}
.entry-content {
    text-align: left;
    line-height: 1.1;
}
	ul {
    display: block;
    list-style-type: disc;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}
        .plz a {
    color: #941C94;
    font-size: 12pt;
    text-decoration: none;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 0 0 10px 0;
}}

@media (max-width:768px) {

.showHide  { display: block;
    text-align: left;}
.showHide1  { display: none;
}
body {
    font-size: 18px;
            text-align: left;
    font-family: Arial, Helvetica, sans-serif;
        background: #fffcff;
}
button, input, select, textarea {
    color: #000000;
}
.nav {
    display: block;
    float: none;
        margin: 10px;
}
.nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 3px 0;
    display: none;
}
nav ul, nav:active ul {
    border: 5px solid #444;
    padding: 2px;
    right: 20px;
}
.nav ul li {
    float: none;
    margin: 0;
    position: relative;
    padding: 0;
    text-align: center;
    display: block;
}
.nav ul li>ul {
    margin-left: 0;
    line-height: 0.6;
    padding: 0 7px 0 7px;
}
.nav:hover ul li {
    display: block;
    line-height: 0.9em;
    margin: 0;
}
.nav ul li:hover>ul {
    display: flow-root;
        border: 5px solid #444;
        width: auto;
}

.nav-menu ul li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    text-align: left;
}
nav ul ul {
    margin: 0;
    width: auto;
    text-align: left;
    display: none;
    text-transform: none;
    opacity: 1;
    float: left;
    padding: 1px 10px 0 0;
    position: absolute;
    z-index: 99999;
    transition: all 6s;
    font-weight: 700;
}
.nav ul ul li {
    border-bottom: 0;
    padding: 0;
}
.nav li:last-child {
    border-bottom: 0;
}

.main-navigation a {
    display: none;
}
.menu {
    display: grid;
    margin: 0 auto;
}
a:hover, a:active {
     text-decoration:none;
        font-weight: bold;
}
button.menu-toggle {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    outline-style: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
}
.menu-toggle, .nav.toggled .nav-menu {
    display: grid;
}
        .entry-content {
    text-align: left;
    line-height: 1.1;}
   }
@media (min-width:768px) {
        .showHide { display:none;}
        .showHide1  { display: inline;}

        .site-header {
       padding-top: 0.5em;
       padding-bottom: 1em;
}
        .site-title a {
        font-size: 22px !important;
        font-style: normal;
        font-family: Monotype Corsiva;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        text-transform: none;
}
        .site-description {
    font-size: 21px !important;
          font-style: italic;
        font-family: Monotype Corsiva;
        font-weight: 400;
        letter-spacing: 0px;
       text-align: justify;
        text-transform: none;
}
        #primary {
    padding-top: 0.1em;
    line-height: 1;
}
 }
@media screen and (min-width:1024px) {
.container {
    max-width: 1200px;
         }
        .site-content {
                        overflow:hidden;
                min-height:280px;
                line-height: 1.3;
        }
        .row-shortcode {
                        margin:0 -15px;
                        padding-bottom:2em;
        }
       .page .column,.archive .column,.search .column {
                        float:left;
        }
}
@media screen and (max-width: 1023px)
button.menu-toggle {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    outline-style: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
}
.nav.toggled .nav-menu {
    display: grid;
}
}
/* CUSTOM STYLE */

body {
        font-size: 18px;
        text-align: justify;
        font-family: Arial, Helvetica, sans-serif;
}
.container1 {
text-align: center;
        width: 70%;
}
.container2 {
display: flex;
        width: 100%;
        font-size: 15px;
    line-height: 1.5em;
}
.container2 > div a {
    color: #990099 !important;
            font-weight: 500;
        }
.cattery {
        font-weight: 700;
    color: #660066;
    line-height: 1.2em;
}
.img {
    max-width: 100%;
    height: auto;
}
.column {
          flex: auto;
          height: auto;
padding: 0 20px 0 10px;
        }
#googlemitte {
width: 80%;
}
#googleklein {
float:right;
margin: 1px 50px 5px 0px;
}
h3,
h4,
h5,
h6 {
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: left;
        text-transform: none;
}
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.site-title {
        font-size: 40px;
        font-style: normal;
        font-family: Monotype Corsiva;
        font-weight: 300;
        letter-spacing: 2px;
        text-align: center;
        text-transform: none;
}
.site-description {
        font-size: 30px;
        font-style: italic;
        font-family: Monotype Corsiva;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        text-transform: none;
}

h3, h4, h5, h6 {
        color: #222222;
}
.entry-title, .entry-title a {
        color: #222222;
}


dt {
    font-size: 40px;
}
#logo {
margin: 20px 15px 0 15px;
}
.text-center {
    text-align: center!important!;
}
hr {
    width: 100%;
     border: 0 none;
    margin-top: 10px;
         }