@font-face {
    font-family:'Open Sans';
    src: url('./fonts/Open Sans Bold.eot');
	src: url('./fonts/Open Sans Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Open Sans Bold.woff') format('woff'),
		url('./fonts/Open Sans Bold.otf') format('opentype'),
		url('./fonts/Open Sans Bold.svg#Open Sans Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'Open Sans';
    src: url('./fonts/Open Sans Regular.eot');
	src: url('./fonts/Open Sans Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Open Sans Regular.woff') format('woff'),
		url('./fonts/Open Sans Regular.otf') format('opentype'),
		url('./fonts/Open Sans Regular.svg#Open Sans Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Open Sans';
    src: url('./fonts/Open Sans SemiBold.eot');
	src: url('./fonts/Open Sans SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Open Sans SemiBold.woff') format('woff'),
		url('./fonts/Open Sans SemiBold.otf') format('opentype'),
		url('./fonts/Open Sans SemiBold.svg#Open Sans SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}
body {
    background: #6F6F6F url("icons/bg-pattern.jpg") !important;
    background-attachment: fixed !important;
    font-family: sans-serif;
}
#container {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*
 * Top menu
 *------------------------------------------------------------------*/
#menu-main-menu {
    -moz-box-shadow:    inset 0 0 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0 0 1px rgba(255, 255, 255, 0.75);
}
.menu a {
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    font-weight: 700;
    font-size: 14px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;       
}
.menu a:hover {
    -moz-box-shadow:    inset 0 0 6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.75);
    box-shadow:         inset 0 0 6px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;      
}
.menu li li a:hover {
    text-decoration: none;
}
ul.sub-menu a {
    text-decoration: none;
    padding: 10px;
}

ul.sub-menu a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

/*
 * Homepage contents
 *------------------------------------------------------------------*/
.home #featured {
    border: 1px solid #666;
    -moz-box-shadow:    inset 0 0 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0 0 1px rgba(255, 255, 255, 0.75);        

    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 89%, rgba(238,238,238,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(89%,rgba(255,255,255,1)), color-stop(99%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 89%,rgba(238,238,238,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 89%,rgba(238,238,238,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 89%,rgba(238,238,238,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 89%,rgba(238,238,238,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */


    padding-bottom: 0;
}
.home .featured-title {
    font-size: 30px;
    margin-bottom: -12px;
}
.home .featured-subtitle {
    font-family: Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #666;
}
.home #featured p {
    font-family: Arial, Helvetica, sans-serif;    
    color: #666;
}
.home #featured .button {
    -moz-box-shadow:inset 0px 1px 0px 0px #628eb0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #628eb0;
    box-shadow:inset 0px 1px 0px 0px #628eb0;

    background: #426783; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwN2RjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #426783 5%, #314c61 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#426783), color-stop(100%,#314c61)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #426783 5%,#314c61 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #426783 5%,#314c61 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #426783 5%,#314c61 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #426783 5%,#314c61 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426783', endColorstr='#314c61',GradientType=0 ); /* IE6-8 */

    border-radius:3px;
    border:1px solid #283f50;
    display:inline-block;
    color:#ffffff;
    font-family:arial, helvetica-sans-serif;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
}
.home #featured .button:hover {
    -moz-box-shadow:inset 0px 1px 0px 0px #628eb0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #628eb0;
    box-shadow:inset 0px 1px 0px 0px #628eb0;
    
    background: #426783; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDdkYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2MWE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #426783 50%, #314c61 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#426783), color-stop(100%,#314c61)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #426783 50%,#314c61 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #426783 50%,#314c61 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #426783 50%,#314c61 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #426783 50%,#314c61 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426783', endColorstr='#314c61',GradientType=0 ); /* IE6-8 */

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
}
#featured-image {
    margin-top: 0;
}
#featured-social-buttons p {
    text-align: left;
    margin-bottom: 0;
}

/*
 * Widgets (Sidebar and Homepage)
 *------------------------------------------------------------------*/
#widgets {
    margin-top: 25px;
}
#widgets .widget-wrapper {
    clear: both;
    padding: 0 0 10px 0;
    border-radius: 0 0 5px 5px !important;
    -moz-box-shadow:    inset 0 0 1px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.35);
    box-shadow:         inset 0 0 1px rgba(255, 255, 255, 0.35);
    background: #fff;
    border: 1px solid #ccc;

    background: #f5f5f5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(bottom,  #f5f5f5 9%, #ffffff 34%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#f5f5f5), color-stop(34%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  #f5f5f5 9%,#ffffff 34%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  #f5f5f5 9%,#ffffff 34%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  #f5f5f5 9%,#ffffff 34%); /* IE10+ */
    background: linear-gradient(to top,  #f5f5f5 9%,#ffffff 34%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}
#widgets .widget-title {
    background-image: linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);

    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.37, rgb(250,250,250)),
        color-stop(0.67, rgb(242,242,242))
    );
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 1);    
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 15px;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#widgets .widget-title h3 {
margin: 0;
color: #333;
font-size: 14px;
font-weight: 700;
line-height: 23px;
}
#widgets .recent-post-item {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    margin: 0 !important;
    padding: 10px 15px 5px;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);   
}
#widgets .textwidget,
#widgets #searchform {
    padding: 15px 15px 5px;
    margin-bottom: 0 !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
      
}
#widgets #searchform {
    margin-top: 0;
}
.widget-title-home {
    background-image: linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 37%, rgb(242,242,242) 67%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.37, rgb(250,250,250)),
        color-stop(0.67, rgb(242,242,242))
    );
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 1);    
    border-bottom: 1px solid #ccc;

}
.widget-title-home h3 {
    font-size: 14px;
    padding: 5px 15px;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.home .widget-wrapper ul {
    font-family: Arial, Helvetica, sans-serif;
}
.home .widget-wrapper .recent-post-item {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    margin: 0 !important;
    padding: 10px 15px 5px;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);   
}
.home .widget-wrapper .recent-post-item .post-title {
    display: block;
    font-size: 14px;
    color: #333;
}
.home .widget-wrapper .recent-post-item .post-entry {
    color: #888;
    margin-top: 5px;
}
.home .widget-wrapper .recent-post-item img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
}
.home .widget-wrapper .recent-post-item .more-link {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
}
.home .widget-wrapper .textwidget,
.home .widget-wrapper #searchform {
    padding: 10px 15px 30px;
    margin-bottom: 0 !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
}

/* Centering in inner pages */
#widgets #text-3,
#widgets #text-4 {

}
/* Centering in homepage */
.home-widgets #text-5 .textwidget {
    padding-top: 0;
}

/* The Neu Getestet sidebar widget */

#advanced-recent-posts-5 .recent-post-item {
    overflow: hidden;
}

#advanced-recent-posts-5 .recent-post-item a {
    display: inline-block;
    float: right;
    width: 75%;
    clear: none;
} 
#advanced-recent-posts-5 .recent-post-item .post-entry {
    float: left;
    clear: none;
}
#advanced-recent-posts-5 .recent-post-item .post-entry a {
    float: none;
    width: auto;
}

/* Peter: Empfohlene Artikel */

#text-7 *,
#text-8 * {
	margin:0;
	padding:0;
}
#text-7,
#text-8 {
	font-size: 12px;	
	line-height: 18px;
}

#text-7 .post-title,
#text-8 .post-title {
	font-size: 12px;	
}

#text-7 img {
	float:left;
	margin-right:10px;
	margin-top:0px;
	border:1px solid #ccc;
}

#text-8 img{
	float:right;
	margin-left:10px;
	margin-top:0px;
	border:1px solid #ccc;
}

#text-7 ul li,
#text-8 ul li {
	list-style: none;
	list-style-type: none;
	margin: -5px -15px -5px -15px;
	padding: 10px 15px 5px;
	border-bottom:1px solid #ccc;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);   
}
#text-7 .empf-art-entry,
#text-8 .empf-art-entry { 
   padding:0 0 5px 0;
   overflow:hidden;
}

#text-7 .empf-art-item,
#text-8 .empf-art-item {
    overflow: hidden;
}

#text-7 .empf-art-item a {
    display: inline-block;
    float: right;
    width: 75%;
    clear: none;
}

#text-8 .empf-art-item a {
    display: inline-block;
    float: left;
    width: 75%;
    clear: none;
}


#text-7 .empf-art-entry,
#text-8 .empf-art-entry {
    float: left;
    clear: none;
}

#text-7 .empf-art-entry a,
#text-8 .empf-art-entry a {
    float: none;
    width: auto;
}

/* Peter: Ads without anything */

#text-9 *,
#text-9 .textwidget {
	margin:0;
	padding:0;
	border: none;
	background-image: none;
}
#text-7 img {
	float:left;
	margin:0;
	padding:0,0,0,0;
	border: none;
}
#widgets #text-9 {
	padding:0;
	border: none;
	background-image: none;
}

/*
 * Single page 
 *---------------------------------------------*/
body.single #wrapper {
    border: 1px solid #666;
    -moz-box-shadow:    inset 0 0 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0 0 1px rgba(255, 255, 255, 0.75);        
    background-image: linear-gradient(bottom, rgb(238,238,238) 1%, rgb(255,255,255) 11%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(255,255,255) 11%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(255,255,255) 11%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(255,255,255) 11%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(255,255,255) 11%);
}
.breadcrumb-list {
    padding-top: 25px;
}
h1.post-title {
    margin-top: 10px;
    margin-bottom: 0;
}
#post-tester {
    margin: 10px 0;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    color: #999;
    font-size: 12px;
    font-style: italic;
}

/* Steckbriefm Zutaten and location info boxes */
.info-box {
    border: 1px solid #ccbcb2;
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #e5e5e5;
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 1);    
    overflow: hidden;
}
.info-box table {
    margin: 1px;
    font-size: 13px;
}
.info-box-header {
    position: relative;
}
.info-box-header h2 {
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px;
  
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 0.25);    
    
    border:1px solid #464646;
    border-radius:3px;
    background-color:#38281C;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#644732), to(#38281C));
    background-image:-webkit-linear-gradient(top, #644732, #38281C);
    background-image:-moz-linear-gradient(top, #644732, #38281C);
    background-image:-ms-linear-gradient(top, #644732, #38281C);
    background-image:-o-linear-gradient(top, #644732, #38281C);
    background-image:linear-gradient(top, #644732, #38281C);
    clear:both;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#644732, endColorstr=#38281C);
    margin:0 auto;    
}
.cs-steckbrief, .cs-brandsteckbrief {
    /*
    background: #F5EFEB;
    border: 1px solid #9E7150;   
    */
    border: 1px solid #DDC4B5;  
    padding: 0 0 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
background: #fcfcfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmRkZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcfcfc 0%, #ece0d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ece0d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#ece0d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ece0d8',GradientType=0 ); /* IE6-8 */
   
}
.cs-brandsteckbrief table {
    border: 1px solid #ddd;
    width: 95%;
    margin: 10px auto 0;
}
#cs-steckbrief-title, .cs-brandsteckbrief-title {
    background: #e3d3c7; /* Old browsers */
    -moz-box-shadow:    inset 0 0 0 1px rgba(236, 224, 216, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(236, 224, 216, 1);
    box-shadow:         inset 0 0 0 1px rgba(236, 224, 216, 1);    
    border-bottom: 1px solid #DDC4B5;
    font-size: 12px;
    font-weight: bold;
    color: #5A402D;
    padding: 5px 15px;
}
.cs-steckbrief table {
    float: left;
    width: 75%;
    margin-top: 10px;
}

.cs-steckbrief table th {
    width: 20%;
}
#cs-steckbrief-score {
    width: 90px;
    float: right;
    padding: 10px;
    text-align: center;
}
#cs-steckbrief-score a {
     text-transform: uppercase;
}
#cs-steckbrief-header strong {
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    color: #666;
}
.cs-steckbrief-data td,
.cs-steckbrief-data th {
    padding: 2px 4px !important;
}
.cs-steckbrief-data th {
    text-align: right;
    color: #9b8372;
}
.cs-zutaten {
    /*
    background: #F5EFEB;
    border: 1px solid #9E7150;   
    */
    border: 1px solid #DDC4B5;  
    padding: 0 0 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
background: #fcfcfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmRkZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcfcfc 0%, #ece0d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ece0d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#ece0d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ece0d8',GradientType=0 ); /* IE6-8 */
}
.cs-zutaten h2 {
    background: transparent;
    border: none;
    border-top: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 0;
    color: #666;
    font-size: 12px;
}
.cs-zutaten p {
    font-size: 12px;
    padding: 0 10px;
    margin: 5px 0 10px;
}
.cs-zutaten table {
    margin-bottom: 10px;
    border-width: 0 !important;
}
.cs-zutaten table td {
    text-align: center;
    font-size: 12px;
    padding: 10px 0 0 !important;
}
#cs-zutaten-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.25;
    margin-bottom: 0;
}
.cs-locationbox {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.cs-locationbox table {
    background: #eee;
    margin: 10px 0 0;
}
.cs-locationbox table th,
.cs-locationbox table td {
    padding: 5px 10px !important;
    font-size: 12px;
}

#author-meta {
    padding-top: 5px;
    border-radius: 3px !important;
    -moz-box-shadow:    inset 0 0 1px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.35);
    box-shadow:         inset 0 0 1px rgba(255, 255, 255, 0.35);
    background: #fff;
    border: 1px solid #ccc;
    background-image: linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 9%, rgb(255,255,255) 34%);
}
#author-meta img {
    margin-left: -10px;
    padding-right: 20px;
}
#author-meta .about-author {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #999;
}
#author-meta p {
    color: #666;
}

/*
 * Blog page
 *---------------------------------------------*/
#content-blog {
    /* margin-top: 20px; */
}
#content .type-post h1.post-title {
    margin-top: 20px;
}
.type-post {
    background-image: linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);    
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    /* Prevent gradient stretch on too high layout condition */
    -webkit-background-size: 100% 1000px;
    -moz-background-size: 100% 1000px;
    background-repeat: no-repeat;
    background-position: left bottom;        
}
.type-post .post-meta,
.type-lu_schokolade .post-meta {
    margin: 10px 0 20px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    color: #999;
    font-size: 12px;
    font-style: italic;
}
body.page-template-blog-excerpt-php .type-post .post-data {
    display: none;
    border: 1px solid #ccbcb2;
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #e5e5e5;
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 1);
    color: #666;    
}

#slidebox {
    border: 3px solid #FFB54F;
    background: #f5f5f5;
    border-radius: 2px;
    padding-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 82%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(82%,#f9f9f9), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 82%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 82%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 82%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 82%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

    text-shadow: 1px 1px 0 #fff;
    z-index: 1;
}
#slidebox h6 {
    font-size: 18px;
    display: block;
    margin-top: 40px;
}

/*
 * Search result
 *---------------------------------------------*/
.post-thumbnail {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
} 
.post-thumbnail img {
    margin: 0;
}
 
/*
 * Subscription page
 *---------------------------------------------*/
#post-355 form td {
    padding: 10px 0 !important;
} 
#post-355 form input[type='submit'] {
    padding: 10px 20px;
}

/*
 * Search Result
 *---------------------------------------------*/
#content-search .type-lu_schokolade {
    background-image: linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);    
    border-bottom: 1px solid #eee; 
    margin-bottom: 15px;       
}
#content-search .type-lu_schokolade .post-meta {
    margin: 10px 0 20px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    color: #999;
    font-size: 12px;
    font-style: italic;
}

/*
 * Author, category and tag page
 *---------------------------------------------*/
body.author .type-lu_schokolade, body.author .type-post,
body.category .type-lu_schokolade, body.category .type-post,
body.tag .type-lu_schokolade, body.tag .type-post {
    background-image: linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);    
    border-bottom: 1px solid #eee; 
    margin-bottom: 15px;       
}
body.author #content-archive .post-entry,
/* body.category #content-archive .post-entry, */
body.tag #content-archive .post-entry {
    margin-top: -10px;
}
body.author #content-archive .read-more,
body.category #content-archive .read-more,
body.search .read-more,
body.tag #content-archive .read-more {
    display: inline;
}
body.category #content-archive .descbox,
body.tag #content-archive .descbox {
    background: #F5EFEB;
    border: 1px solid #9E7150; 
    padding: 0 10px;
    font-weight: 400;
    border: 1px solid #ccbcb2;
    border-radius: 4px;
    border-radius: 3px;
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 1);    
    overflow: hidden;  
}
#content-archive h1 {
    margin-top: 10px;
}

/*
 * All Chocolates "/schokolade/"
 *---------------------------------------------*/
.brand-container {
    background-image: linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 9%, rgb(255,255,255) 34%);  
    border-bottom: 1px solid #eee;    
}
/*
 * Gallery styling
 *---------------------------------------------*/
.gallery-icon a {
    display: block;
    height: 150px;
    width: 150px;
    position: relative;
    background: transparent;
    padding: 5px;
    border-radius: 3px;
}
/* Dead centering!
 * http://stackoverflow.com/a/13356401
 */
.gallery-icon a img {
    background-color: red;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* =SHARING ICONS
-------------------------------------------------------------- */
.noborder img {
	border: none !important;
}
.fb-share-single {
	min-width: 200px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
	height: 50px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #34529a;
	position: relative;
	display: block;
}
.gallery-icon a img {
max-height: 150px;
width: auto;
}

.home #widgets .textwidget {
font-size: 13px;
}
.home #widgets .textwidget {
line-height: 18px;
}
.home #widgets #text-5 .textwidget,
.home #widgets #text-2 .textwidget {
padding-top: 25px;
}

.home #widgets .recent-post-item .post-title {
margin-top: -3px;
display: block;
margin-bottom: 5px;
}
