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;
        font-family: Monotype Corsiva;
}
.flex-container1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}
.flex-container1 > div {
  padding: 2px;
  width: 50%;
    justify-content: center;
}
.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: 40px;
}
.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: 25px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        letter-spacing:2px;
        line-height:1.4;
        margin-top:30px;
        margin-bottom:0;
}


/*--------------------------------------------------------------Navigation--------------------------------------------------------------*/
#container {
 margin: 0 auto;
}
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--------------------------------------------------------------*/

.container {
        margin:0 0px;
}
.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%;
        }
}
@media (min-width:1090px) {
        .container {
                        margin:0 auto;
                        width: 1200px;
        }
}


/*--------------------------------------------------------------3.0 Typography--------------------------------------------------------------*/
body {
        letter-spacing:1px;
}
input,select,textarea {
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-size:15px;
        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;
    margin-right:20px;
    margin-bottom; 100px;
    padding: 1px 5px 5px 50px;
}
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:#402205;
        font-weight: bold;
        text-decoration:none;
}
a:visited {
        color:#402205;
}
a:hover {
        color:#cc3300;
        text-decoration:none;
}
a:active,a:focus {
        text-decoration: none;
}
/*--------------------------------------------------------------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--------------------------------------------------------------*/
.sticky {
}
.bypostauthor {
}
.hentry {
        margin: 0 0 3.5em;
}
.single-post .hentry {
    margin: 0 0 1.5em;
}
/* Thumbnail */
.entry-thumbnail {
        padding:1em 0 0em 0;
}
.single-portfolio .entry-thumbnail {
        padding: 2em 0 1.5em 0;
}
/* 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;
}
a.more-link {
        position:relative;
        text-decoration:none;
        font-style:italic;
        text-transform:lowercase;
        margin-left:3px;
}
a.more-links:before {
        content:'...';
        text-decoration:none;
        margin-right:3px;
}
a.more-link {
        text-decoration:underline;
}
.entry-content ul li,.entry-content ol li,#comments ul li,#comments ul li {
        margin-bottom:12px;
}
.page-content,.entry-content,.entry-summary {
        margin:1em 0;
	line-height: 1.3;
}
.no-results .page-content {
        margin:1.5em 0;
        padding-bottom: 1em;
}
/* Entry Meta */
.entry-meta {
        font-size:13px;
        font-style:italic;
        font-weight:300;
        letter-spacing:1px;
        ;
}
.entry-meta a {
                color:#7f7f7f !important;
                text-decoration:none;
}
        .entry-meta a:hover {
                        text-decoration:underline;
}
.entry-meta .comments-link:before {
        content:" - ";
}
.byline,.updated {
        display:none;
}
.single .byline,.group-blog .byline {
        display: inline;
}
/* Page Links */
.page-links {
        clear:both;
        margin:0 0 1.5em;
        word-spacing: 18px;
}
/* Entry Footer */
.entry-footer {
        font-style:italic;
        padding-top:1em;
        padding-bottom:0.5em;
}
.single-portfolio .entry-footer {
        padding:0;
}
.entry-footer a {
                color:#7f7f7f !important;
                text-decoration:none;
}
.entry-footer a:hover {
                text-decoration:underline;
}
.blog .entry-footer,.search-results .entry-footer,.archive .entry-footer {
        padding-bottom:2em;
}
.page .entry-footer {
        border-bottom:0;
}
.entry-meta {
        margin-top: 5px;
}
/* Entry Navigation */
.meta-nav {
        font-size:13px;
}
.nav-links a {
        text-decoration: none;
}
/* Archives Page */
.page-header {
        margin-bottom:1.5em;
}
.page-title {
        line-height:1;
        margin-top:0;
        text-transform:capitalize;
}
.page-title:before {
        content:"#";
}
.page-header p {
        font-style:italic;
        margin-bottom: 0.5em;
}
/* 404 Page */
.error-404 .widget,.error-404 .widget-title {
        text-align:left;
        border: 0;
}
/* Go to top */
.smoothup {
        bottom:22px;
        display:none;
        position:fixed;
        right:10px;
        transition:all 0.2s ease-in-out 0s;
}
a.smoothup {
                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;
}

/*--------------------------------------------------------------13.0 Infinite scroll--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */
        display:none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
        display: block;
}


/*--------------------------------------------------------------15.0 Shortcodes--------------------------------------------------------------*/
/*--------------------------------------------------------------15.1 Responsive Slider--------------------------------------------------------------*/
/* Browser Resets*********************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
        outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
        margin:0;
        padding:0;
        list-style: none;
}

/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
        display: block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
        margin:0 0 30px;
        background:#fff;
        position:relative;
        zoom:1;
}
.flex-viewport {
        max-height:2000px;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -o-transition:all 1s ease;
        transition:all 1s ease;
}
.loading .flex-viewport {
        max-height:300px;
}
.flexslider .slides {
        zoom:1;
}
.carousel li {
        margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
        *height:0;
}
.flex-direction-nav a {
        text-decoration:none;
        display:block;
        width:40px;
        height:40px;
        margin:-20px 0 0;
        position:absolute;
        top:50%;
        z-index:10;
        overflow:hidden;
        opacity:0;
        cursor:pointer;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease;
}
.flex-direction-nav .flex-prev {
        left:-50px;
}
.flex-direction-nav .flex-next {
        right:-50px;
        text-align:right;
}
.flexslider:hover .flex-prev {
        opacity:1;
        left:0;
        color:#64625a;
}
.flexslider:hover .flex-next {
        opacity:1;
        right:0;
        color:#64625a;
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
        opacity:1;
}
.flex-direction-nav .flex-disabled {
        opacity:0!important;
        filter:alpha(opacity=0);
        cursor:default;
}
.flex-direction-nav a:before {
        font-family:"Genericons";
        font-size:40px;
        line-height:1;
        display:inline-block;
        content:'\f503';
}
.flex-direction-nav a.flex-next:before {
        content: '\f501';
}
/* Pause/Play */
.flex-pauseplay a {
        display:block;
        width:20px;
        height:20px;
        position:absolute;
        bottom:5px;
        left:10px;
        opacity:0.8;
        z-index:10;
        overflow:hidden;
        cursor:pointer;
        color:#000;
}
.flex-pauseplay a:before {
        font-family:"flexslider-icon";
        font-size:20px;
        display:inline-block;
        content:'\f004';
}
.flex-pauseplay a:hover {
        opacity:1;
}
.flex-pauseplay a.flex-play:before {
        content: '\f003';
}
/* Control Nav */
.flex-control-nav {
        display:none;
        width:100%;
        position:absolute;
        bottom:-40px;
        text-align:center;
}
.flex-control-nav li {
        margin:0 6px;
        display:inline-block;
        zoom:1;
        *display:inline;
}
.flex-control-paging li a {
        width:11px;
        height:11px;
        display:block;
        background:#666;
        background:rgba(0,0,0,0.5);
        cursor:pointer;
        text-indent:-9999px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -o-border-radius:20px;
        border-radius:20px;
        -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
        -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
        -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
        box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
        background:#333;
        background:rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
        background:#000;
        background:rgba(0,0,0,0.9);
        cursor:default;
}
.flex-control-thumbs {
        margin:5px 0 0;
        position:static;
        overflow:hidden;
}
.flex-control-thumbs li {
        width:25%;
        float:left;
        margin:0;
}
.flex-control-thumbs img {
        width:100%;
        display:block;
        opacity:.7;
        cursor:pointer;
}
.flex-control-thumbs img:hover {
        opacity:1;
}
.flex-control-thumbs .flex-active {
        opacity:1;
        cursor:default;
}
@media screen and (max-width:860px) {
        .flex-direction-nav .flex-prev {
                opacity:1;
                left:10px;
        }
        .flex-direction-nav .flex-next {
                opacity:1;
                right:10px;
        }
}
.slide-title {
        display: none;
}
/*--------------------------------------------------------------15.2 Dropcap--------------------------------------------------------------*/
.dropcap {
        float:left;
        font-size:52px;
        font-weight:bold;
        line-height:0.8;
        padding: 0 6px 0 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.6 Highlights--------------------------------------------------------------*/
.highlight {
        color: #fff;
}
/*--------------------------------------------------------------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) {
.entry-meta {
        font-size:12px !important;
}
.container1 {
    text-align: center;
    width: 70%;
}
.flex-container1 {
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
.flex-container1 > div {
        padding: 2px;
    width: 100%;
    justify-content: center;
    background: #fffcff;
    text-align: center;
    font-size: 15px;
}
.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;
}
.title {
    font-size: 30px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: 5px;
}
.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: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 0;
}
.entry-content {
    text-align: left;
    line-height: 1.1;}
}

@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;
}
	.entry-content {
    text-align: left;
    line-height: 1.2;
}
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 {
    position: static;
    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: block;
        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 {
   color:#ccc;
   text-decoration:none;
   display: block;
}
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) {

        .site-content {
                        overflow:hidden;
                min-height:280px;
                        text-align: justify;
                        line-height: 1.3;
        }
        .row-shortcode {
                        margin:0 -15px;
                        padding-bottom:2em;
        }
        .page-template-layoutspage-left-sidebar-php .column {
                        float:right !important;
        }
        .page-template-layoutspage-no-sidebar-php .column {
                        float:none !important;
        }
        .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%;
}
#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;
}
.entry-meta,
.cat-links,
.tags-links,
.comments-link,
.edit-link {
        font-size: 13px;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 0px;
        text-align: left;
        text-transform: none;
}

.widget-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: left;
        text-transform: uppercase;
}

h3, h4, h5, h6 {
        color: #222222;
}
.entry-title, .entry-title a {
        color: #222222;
}
.widget-title {
        color: #222222;
}
.site-title a, .site-description {
        color: #222222;
}
#comments label, #review_form label {
        min-width: 60px;
    display: inline-block;
}
.done {
        background: #9CCA17;
    color: #fff;
    padding: 10px;
        margin-top:15px;
        text-align:center;
        display: none;
}
.error input, input.error, .error textarea, textarea.error {
    background-color: #ffffff;
    border: 1px solid orangered !Important;
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}

dt {
    font-size: 40px;
}
#logo {
margin: 20px 15px 0 15px;
}
.text-center {
    text-align: center!important!;
}
