@charset "utf-8";
/*
Theme Name: BirdFIELD
Theme URI: http://www.sysbird.jp/birdfield/theme/
Description: BirdFIELD is a responsive web design theme. Feature fullscreen and parallax custom image, and fixed header. The homepage displays with tagged news and the grid posts. You can choose the text color, link color, header background color by theme options.
Author: Sysbird
Author URI: https://profiles.wordpress.org/sysbird/
Version: 1.07
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: birdfield

This theme, like WordPress, is licensed under the GPL.
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: 300;
  vertical-align: middle; }

tr:nth-child(even) {
    background-color: #ccc;
}

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

b {
  font-weight: 600; }


/*------------------------------
Font Awesome
-----------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("font-awesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("font-awesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@mixin font-awesome($param) {
  content: $param;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}


/* Link
--------------------------------------------- */
a {
  color: #1c4bbe;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* Structure
--------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #000; }

.container {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  position: relative; }

#header {
  width: 100%;
  z-index: 9999;
  /* IE7 and below */ }

#content {
  width: 100%; }

#footer {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 auto; }

/* Adjust footer
--------------------------------------------- */
body, html {
  height: 100%; }

.wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%; }

#content {
  padding-bottom: 16px !important; }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100px; }
.clear{
  clear: both;
}

/* Wrapper
-------------------------------------------------------------- */
.wrapper {
font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #000;
  background: white;
  overflow: hidden; }
  .wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

/* Header
-------------------------------------------------------------- */
#header {
  color: #FFF;
  background: #A0B100;

  position: relative;
  z-index: 4; }
  #header #branding #site-title {
    margin: 0 1em 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1; }
    #header #branding #site-title a {
      display: block;
      padding: 20px 0;
      color: #FFF; }
      #header #branding #site-title a:hover {
        text-decoration: none; }
  #header #branding #site-description {
    display: none;
    margin: 0;
    color: #FFF; }
  #header img {
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 0.5em; }

.no-title #header #site-title,
.no-title #header #site-description {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.no-title.no-nav-menu #header {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.fixed-header.no-title.no-nav-menu #content {
  margin-top: 0; }

/* Menu
-------------------------------------------------------------- */
#menu-wrapper {
  margin-top: -80px; }
  #menu-wrapper .menu #small-menu {
    cursor: pointer;
    display: block;
    height: 80px;
    padding: 20px 0;
    text-align: right;
    font-size: 2rem; }
    #menu-wrapper .menu #small-menu:before {
      content: "\f0c9";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 20px 0 0 0; }
  #menu-wrapper .menu ul#menu-primary-items {
    margin: 0;
    padding: 0;
    display: none;
    /* visibility will be toggled with jquery */ }
    #menu-wrapper .menu ul#menu-primary-items li {
      list-style: none; }
      #menu-wrapper .menu ul#menu-primary-items li a {
        padding: 0.8em;
        display: block;
        color: #FFF;
        text-decoration: none;
        line-height: 1.2;
        border-top: dotted 1px #FFF;
        *white-space: nowrap;
        /* IE7 and below */ }
      #menu-wrapper .menu ul#menu-primary-items li ul {
        padding-left: 0.8em; }
  #menu-wrapper .menu .current-menu-item > a,
  #menu-wrapper .menu .current-menu-ancestor > a {
    font-weight: 600; }

.no-nav-menu #menu-wrapper,
.no-title #menu-wrapper {
  margin-top: 0; }

/* Posts
--------------------------------------------- */
#content .container {
  padding-bottom: 3.2em; }
#content .content-header {
  margin: 1.6em 0; }
  #content .content-header .content-title {
    color: #D50058;
    margin: 0; }
#content .hentry {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  *zoom: 1; }
  #content .hentry .entry-eyecatch {
    margin: 0; }
    #content .hentry .entry-eyecatch img {
      width: 100%; 
	margin-top:20px;
	border-radius: none !important;}
  #content .hentry .entry-header {
    margin: 1.6em 0;
    line-height: 1.4;
    position: relative; }
    #content .hentry .entry-header .entry-title {
      color: #D50058;
      font-size: 2.4rem;
      font-weight: 300;
      margin: 0 0 0.2em 0;
      line-height: 1.2;
      padding: 0;
      border: none; }
      #content .hentry .entry-header .entry-title a {
        color: #000; }
    #content .hentry .entry-header .postdate,
    #content .hentry .entry-header .author {
      color: #999;
      font-size: 0.9rem; }
      #content .hentry .entry-header .postdate:before,
      #content .hentry .entry-header .author:before {
        content: "\f133";
        display: inline-block;
  font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #content .hentry .entry-header .postdate a,
      #content .hentry .entry-header .author a {
        color: #999; }
    #content .hentry .entry-header .author:before {
      content: "\f007";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #content .hentry .entry-header .comment:before {
      content: "\f075";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #content .hentry .entry-header .parent-post-link a {
      color: #999; }
      #content .hentry .entry-header .parent-post-link a:before {
        content: "\f03e";
        display: inline-block;
  font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  #content .hentry .entry-meta {
    font-size: 0.9rem;
    padding: 1.6em 0;
    color: #999; }
    #content .hentry .entry-meta .category,
    #content .hentry .entry-meta .tag {
      margin-bottom: 0.4em;
      overflow: hidden;
      *zoom: 1; }
      #content .hentry .entry-meta .category span,
      #content .hentry .entry-meta .tag span {
        width: 7em;
        padding: 2px 0;
        display: block;
        float: left; }
        #content .hentry .entry-meta .category span:before,
        #content .hentry .entry-meta .tag span:before {
          content: "\f07b";
          display: inline-block;
  font-family: 'FontAwesome';
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          padding-right: 0.2em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: bold; }
      #content .hentry .entry-meta .category a,
      #content .hentry .entry-meta .tag a {
        background: #FFF;
        border: solid 1px #e6e6e6;
        padding: 2px 5px;
        color: #999;
        border-radius: 4px;
        margin-bottom: 4px;
        display: inline-block; }
        #content .hentry .entry-meta .category a:hover,
        #content .hentry .entry-meta .tag a:hover {
          background: whitesmoke;
          text-decoration: none; }
    #content .hentry .entry-meta .tag span:before {
      content: "\f02c";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #content .hentry .page-links {
    clear: both;
    margin: 1.6em 0;
    color: #1c4bbe; }
    #content .hentry .page-links span {
      background: #1c4bbe;
      color: #FFF;
      padding: 0.2em 0.4em;
      text-decoration: none;
      border-radius: 2px;
      font-weight: 300;
      text-align: center;
      border: solid 1px #1c4bbe;
      display: inline-block;
      line-height: 1; }
    #content .hentry .page-links a span {
      color: #999;
      border: solid 1px #e6e6e6;
      background: #FFF;
      border-radius: 2px; }
      #content .hentry .page-links a span:hover {
        background: whitesmoke; }
  #content .hentry .more-link {
    color: #1c4bbe;
    padding-left: 0.8em;
    border-radius: 2px; }
    #content .hentry .more-link:before {
      content: "\f061";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #content .hentry.tag-news .entry-header .postdate:before {
    content: "\f06c";
    display: inline-block;
  font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 0.7em 0;
  line-height: 1.2;
  font-weight: normal;
  color: #D50058; }
  #content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
    color: #D50058; }
#content h1 {
  font-size: 2.4rem; }
#content h2 {
  font-size: 1.4rem;
  font-weight: 300;
 }
#content h3 {
  font-size: 1.2rem; }
#content h4 {
  font-size: 1.6rem; }
#content h5 {
  font-size: 1.4rem; }
#content h6 {
  font-size: 1.2rem; }
#content h2 {
  border-bottom: dashed 1px #e6e6e6;
  padding-bottom: 0.4em; }
#content h3 {
  border-left: solid 7px #e6e6e6;
  padding-left: 10px; }
#content p {
  line-height: 1.5;
  margin: 0 0 1.6em; 
	color:#000;}
#content blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 10px solid #e6e6e6; }
  #content blockquote small {
    display: block;
    line-height: 20px;
    color: #999; }
  #content blockquote small:before {
    content: '\2014 \00A0'; }
  #content blockquote cite:before {
    content: "-"; }
  #content blockquote cite {
    color: #999;
    display: block; }
#content table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.6em; }
  #content table th,
  #content table td {
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.5;
    padding: 0.8em;
    text-align: left;
    vertical-align: top; }
  #content table th {
    border-bottom: 2px solid #e6e6e6;
    font-weight: 600; }
#content pre {
  border: dashed 1px #CCC;
  padding: 0.8em;
  background: #EEE;
  margin-bottom: 1.6em;
  line-height: 1.4; }
#content code {
  background: #EEE; }
#content code, #content kbd, #content pre, #content samp {
  font-family: monospace,serif; }
#content hr {
  background-color: #e6e6e6;
  border: 0 none;
  height: 1px;
  margin-bottom: 1.6m; }
#content sup, #content sub {
  font-size: 80%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
#content sub {
  top: 0.5ex; }
#content sup {
  bottom: 1ex; }
#content em {
  font-style: italic; }
#content strong {
  font-weight: 600; }
#content abbr, #content acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }
#content ul,
#content ol {
  margin: 0 0 1.6em 1em;
  padding: 0 0 0 1em;
  line-height: 1.4; }
  #content ul li,
  #content ol li {
    padding: 0.2em 0; }
  #content ul ul,
  #content ul ol,
  #content ol ul,
  #content ol ol {
    margin-bottom: 0; }
#content ul {
  list-style: disc; }
  #content ul ul {
    list-style: circle; }
    #content ul ul ul {
      list-style: square; }
#content ol {
  list-style: decimal; }
  #content ol ol {
    list-style: upper-alpha; }
    #content ol ol ol {
      list-style: lower-roman; }
      #content ol ol ol ol {
        list-style: lower-alpha; }
#content dl {
  margin: 0 0 1em 0;
  line-height: 1.6; }
  #content dl dt {
    font-weight: 600; }
  #content dl dd {
    margin: 0 1.5em 1.6em;
    padding: 0; }
#content del {
  color: #C00; }
#content ins {
  background: #ffc;
  text-decoration: none; }

/* Images
-------------------------------------------------------------- */
#content .hentry img,
.widget img {
  max-width: 100%;
  height: auto; 
  margin-right:20px;
}

img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.alignleft {
  float: left;
  margin-right: 0.75em; }

.alignright {
  float: right;
  margin-left: 0.75em; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 0.75em; }

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

#content .hentry .wp-caption,
#content .hentry .gallery-caption {
  font-size: 0.9em;
  line-height: 1.4;
  color: #999;
  max-width: 100%;
  text-align: center; }
#content .hentry .wp-caption {
  padding: 5px;
  background: #fff;
  max-width: 100%; }
  #content .hentry .wp-caption p {
    font-style: italic;
    text-align: left;
    margin: 5px 0 0.9em 0;
    line-height: 1.5; }
#content .hentry .gallery-caption {
  margin: 5px 0 0 0; }
#content .hentry .gallery {
  margin: 0 auto;
  clear: both; }
  #content .hentry .gallery .gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center;
    width: 33%; }
    #content .hentry .gallery .gallery-item a {
      display: block; }
    #content .hentry .gallery .gallery-item img {
      vertical-align: middle; }
  #content .hentry .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  #content .hentry .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  #content .hentry .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  #content .hentry .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  #content .hentry .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  #content .hentry .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  #content .hentry .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  #content .hentry .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/*  Make sure videos and embeds fit their containers
-------------------------------------------------------------- */
embed,
iframe,
object,
video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

/* Comments
-------------------------------------------------------------- */
#content #comments {
  margin: 1.6em 0;
  display: block; }
  #content #comments #reply-title {
    font-size: 110%;
    font-weight: 600;
    margin: 1em 0; }
  #content #comments .navigation {
    position: relative;
    height: 1em;
    padding-bottom: 10px;
    margin-bottom: 1em; }
    #content #comments .navigation .nav-previous a {
      position: absolute;
      top: 0;
      right: 0;
      padding-left: 1em; }
    #content #comments .navigation .nav-next a {
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 1em; }
  #content #comments ol.commentlist {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    #content #comments ol.commentlist li.pingback,
    #content #comments ol.commentlist li.comment {
      clear: both;
      margin-bottom: 1em;
      padding: 0;
      position: relative;
      list-style: none;
      overflow: hidden;
      *zoom: 1; }
    #content #comments ol.commentlist ul {
      margin-left: 40px; }
  #content #comments li {
    border-bottom: dashed 1px #e6e6e6; }
    #content #comments li li {
      border: none; }
    #content #comments li .comment_meta {
      line-height: 1;
      margin-bottom: 0.8em; }
      #content #comments li .comment_meta .author {
        display: block;
        margin-bottom: 0.4em;
        font-weight: 600; }
      #content #comments li .comment_meta .time {
        font-size: 90%;
        color: #999; }
      #content #comments li .comment_meta img {
        border: none;
        margin: 0 10px 0 0;
        float: left; }
    #content #comments li .comment_text {
      clear: both;
      margin: 0 0 0.8em 50px; }
      #content #comments li .comment_text p {
        line-height: 1.4; }
    #content #comments li em {
      font-size: 90%;
      padding: 5px 0 5px 50px;
      color: #FC6767;
      display: block; }
    #content #comments li a.comment-reply-link:before {
      content: "\f112";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 0.2em; }
    #content #comments li.bypostauthor .comment_meta .author {
      color: #D50058; }
    #content #comments li .postdate {
      color: #999; }
      #content #comments li .postdate:before {
        content: "\f017";
        display: inline-block;
  font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  #content #comments .nopassword {
    color: #999; }


/* Partner
-------------------------------------------------------------- */

#uwpqsf_id {
	border:0;
}

.uform_title {
	text-align: left;
}

.uwpqsf_submit {
	text-align: left;
}

input#uwpqsf_id_key{
	margin:0;
	width:50%;

}

.uwpqsf_class {
	width: 300px !important;
	float: left !important;
	clear:none !important;
}


/* Forms
-------------------------------------------------------------- */
#content #comments #commentform {
  border: solid 1px #e6e6e6;
  padding: 10px 15px 0 15px;
  margin: 15px 0;
  max-width: 650px;
  background: #FFF;
  border-radius: 4px; }
  #content #comments #commentform label {
    padding: 0 0 0.8em 0;
    display: block; }
  #content #comments #commentform em {
    font-size: 85%;
    display: block;
    padding: 5px 0; }
  #content #comments #commentform label input {
    width: 100%;
    max-width: 300px;
    padding: 5px;
    background: #FFF;
    border: solid 1px #e6e6e6; }
  #content #comments #commentform textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    background: #FFF;
    border: solid 1px #e6e6e6; }
  #content #comments #commentform input#submit {
    padding: 5px 10px; }
  #content #comments #commentform .form-allowed-tags {
    font-size: 90%; }
  #content #comments #commentform .form-allowed-tags code {
    display: block; }

form input,
form select,
form textarea {
  max-width: 100%; }


.contactform2 .wdform_page{
	font-family: 'Source Sans Pro', sans-serif !important;
}

.contactform2 .wdform-page-and-images {
	padding:0 !important;
}

.contactform2 .button-submit{
	margin:0px !important;
	padding:5px !important;
	background: #D50058 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	line-height: 15px !important;
}

.button-kaufen {
    background: #d50058 !important;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 15px !important;
    color: #fff;
    line-height: 15px !important;
    margin:0px !important;
    padding: 15px !important;
    border: 0 !important;
}

.contactform2 .wdform_column{
	border-spacing:0 !important;
}

.contactform10 .wdform-page-and-images {
	margin:0 !important;
	padding:0 !important;
}

.contactform10 .wdform_page{
	font-family: 'Source Sans Pro', sans-serif !important;

}

.contactform10 .button-submit{
	margin:0 !important;
	padding:5px !important;
	background: #D50058 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	line-height: 15px !important;
}

.contactform10 .wdform_map{
	border: 0 !important;
}

.contactform10 .wdform_column{
	border-spacing:0 !important;
}


/* Termine
--------------------------------------------- */

.modulewidget-upcoming_events-2-title {
	border:0 !important;
	border-radius:0 !important;
	background: none !important;
}

#event_textwidget-upcoming_events-2-title {
	color:#fff !important;
}

#event_datewidget-upcoming_events-2-title {
	color:#fff !important;
}

#titlewidget-upcoming_events-2-title:link, #see_morewidget-upcoming_events-2-title {
	color:#fff !important;
}

.textwidget a img{
	margin-right:5px;
}


/* Footer
--------------------------------------------- */
#footer {
  background: #2B2E7E;
  color: #FFF; }
  #footer a {
    color: #FFF; }
  #footer .site-title {
    padding: 0.8em 0;

    line-height: 1.4; }
    #footer .site-title .generator:after {
      content: "\f19a";
      display: inline-block;
  font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      padding-right: 0.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 0.2em; }
    #footer .site-title strong {
      font-size: 1.2em;
      font-weight: 600; }
  #footer #back-top {
    position: fixed;
    bottom: -80px;
    left: 36%;
    z-index: 3; }
    #footer #back-top a {
      background: none repeat scroll 0 0 #EEEEEE;
      border-radius: 100px;
      display: block;
      height: 120px;
      opacity: 0.7;
      text-align: center;
      text-decoration: none;
      width: 100px; }
      #footer #back-top a span {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left; }
      #footer #back-top a:hover {
        text-decoration: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
      #footer #back-top a:before {
        content: "\f062";
        display: inline-block;
  font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 50px;
        display: block;
        text-align: center;
        padding: 0;
        color: #999; }

hr { 
  background-color: #e6e6e6;
  border: 0 none;
  height: 1px;
  margin-bottom: 1.6m; }

/* Widget
--------------------------------------------- */
#widget-area {
  background: #227C8E;
  padding: 0;
  overflow: hidden;
  *zoom: 1; }
  #widget-area .widget {
    color: #FFF;
    margin: 20px 0;
    width: 100%; }
    #widget-area .widget a {
      text-decoration: none; }
      #widget-area .widget a:hover {
        text-decoration: underline; }
    #widget-area .widget .widget_image img {
      height: auto;
      max-width: 100%; }
    #widget-area .widget h3 {
      font-size: 1.4rem;
      font-weight: normal;
      margin: 0 0 0.4em 0;
      padding: 0 0 0.4em 0;
      border-bottom: solid 2px #e6e6e6;
      font-size: 1.4rem; }
    #widget-area .widget ul {
      list-style: none;
      padding: 0;
      margin-left: 0;
      overflow: hidden; }
      #widget-area .widget ul li {
        margin-top: -1px;
        border-top: dotted 1px #FFF;
        padding: 0.3em 0 0.3em 0.6em;
        text-indent: -0.3em; }
        #widget-area .widget ul li:before {
          content: "\f0da";
          display: inline-block;
  font-family: 'FontAwesome';
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          padding-right: 0.2em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        #widget-area .widget ul li ul {
          padding: 0.5em 0 0 0.5em; }
    #widget-area .widget table {
      width: 100%;
      margin-bottom: 0;
      padding-bottom: 0; }
    #widget-area .widget .textwidget {
      line-height: 1.4; }
      #widget-area .widget .textwidget a {
        text-decoration: underline; }
    #widget-area .widget #wp-calendar {
      /* Calendar Widget */
      border-collapse: collapse;
      border-spacing: 0; }
      #widget-area .widget #wp-calendar caption {
        font-size: 1.2em;
        font-weight: 600; }
      #widget-area .widget #wp-calendar tbody th,
      #widget-area .widget #wp-calendar tbody td {
        text-align: center;
        border-top: 1px solid #e6e6e6;
        padding: 8px; }
        #widget-area .widget #wp-calendar tbody th a,
        #widget-area .widget #wp-calendar tbody td a {
          font-weight: 600;
          display: block;
          padding: 2px 0;
          margin: 0 auto;
          background: #FFF;
          color: #227C8E;
          border-radius: 2px; }
      #widget-area .widget #wp-calendar thead th {
        padding: 8px;
        text-align: center; }
      #widget-area .widget #wp-calendar tfoot {
        border-top: 1px solid #e6e6e6; }
        #widget-area .widget #wp-calendar tfoot a {
          font-size: 1.2em; }
        #widget-area .widget #wp-calendar tfoot #next {
          text-align: right; }
        #widget-area .widget #wp-calendar tfoot td {
          padding: 8px 0; }


/* Suchfunktion Anbieter
--------------------------------------------- */

#cCategories{
	float:left;
	width:100%;
}

#cTags, #cSearch{
	float:right;
	width: 100%
}

#cSearch input{
	width:80%;
	background-color: #227c8e;
	color:#fff;
	border: none;
	padding: 8px;
	font-size: 14px;
}

#cSearch button{
	background-color: #227c8e;
	color:#fff;
	border: none;
	border-radius:0;
	padding: 7px;
	font-size: 14px;
}

#cTags {
	margin-top:20px;
	margin-bottom:30px;
}

.suchfehler{
	clear:both;
	font-size: 16px;
	margin-top: 820px !important;
}


.archive #content ul.list, .search #content ul.list {
	clear: both;
}


ul.list li img{
	float: left !important;

}

ul.list li a entry-content{
	float: right !important;
}

ul.list li .category {
	float: right;
}

ul.list li .category a{
	color: #999;
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

ul.list li .category a:hover{
	text-decoration: underline !important;
}

ul.list li .entry-content p{
	margin: 10px 10px 0 0 !important;	
	font-size: 18px;
}

.nav-back{
	float:left;
	padding:4px;
}


/* Searcform
--------------------------------------------- */
#searchform {
  width: 100%;
  height: 30px;
  position: relative; }
  #searchform label {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px; }
  #searchform #s {
    width: 80%;
    padding: 5px 10px 5px 5px;
    height: 30px;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    border: none; }
  #searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 1px;
    border: 0 none;
    cursor: pointer;
    width: 20%;
    height: 30px;
    border-radius: 0 4px 4px 0;
    margin: 0;
    background: #CCC;
    color: #FFF;
    -webkit-appearance: button;
    content: "\f005";
    display: inline-block;
  font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em; }

/* Home
--------------------------------------------- */
#wall,
.blog #wall {
  width: 100%;
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1; }
 #wall .headerimage,
  .blog #wall .headerimage {
    width: 100%;
    overflow: hidden; }
#wall .headerimage img,
    .blog #wall .headerimage img {
      width: 100%;
      vertical-align: middle; }
#wall .widget,
  .blog #wall .widget {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }
#wall .widget h3,
    .blog #wall .widget h3 {
      padding: 0.2em 0;
      margin: 0;
      border: none;
      line-height: 1; }
 #wall .widget .textwidget,
#wall .widget .textwidget p,
    .blog #wall .widget .textwidget,
    .blog #wall .widget .textwidget p {
      line-height: 1.2; }
#content,
.blog #content {
  background: none; }
#content h2,
  .blog #content h2 {
    border: none;
    margin: 0;
    padding: 0 0 1em 0; }
#content h2 a,
    .blog #content h2 a {
      display: block; }
#content #news,
  .blog #content #news {
    background: white;
    z-index: 2;
    position: relative;
    padding-top: 2em; }
 #content #news .container,
    .blog #content #news .container {
      padding-bottom: 0; }
#content #news ul.article,
    .blog #content #news ul.article {
      list-style: none;
      margin: 0;
      padding: 0; }
#content #news ul.article li,
      .blog #content #news ul.article li {
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        border-top: dotted 1px #e6e6e6; }
#content #news ul.article li a,
        .blog #content #news ul.article li a {
          padding: 0.5em 0;
          display: block; }
#content #news ul.article li .entry-header,
        .blog #content #news ul.article li .entry-header {
          margin: 0;
          overflow: hidden;
          *zoom: 1; }
#content #news ul.article li .entry-header .entry-title,
          .blog #content #news ul.article li .entry-header .entry-title {
            font-size: 1.2rem;
            color: #1c4bbe;
            padding-top: 0.8em;
            margin: 0; }
#content #news ul.article li .entry-header .postdate,
          .blog #content #news ul.article li .entry-header .postdate {
            display: block; }
#content #blog,
  .blog #content #blog {
    background: white;
    position: relative;
    padding-top: 2em;
    z-index: 2; }
#content #blog ul.article,
    .blog #content #blog ul.article {
      list-style: none;
      margin: 0 0 1.6em 0;
      padding: 0; }
#content #blog ul.article .hentry,
      .blog #content #blog ul.article .hentry {
        border: solid 1px #e6e6e6;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 0;
        background: #FFF; }
#content #blog ul.article .hentry .entry-eyecatch img,
        .blog #content #blog ul.article .hentry .entry-eyecatch img {
          width: 100%;
          vertical-align: text-bottom; }
#content #blog ul.article .hentry .entry-header,
        .blog #content #blog ul.article .hentry .entry-header {
          padding: 20px;
          margin: 0;
          position: relative; }
#content #blog ul.article .hentry .entry-header .entry-title,
          .blog #content #blog ul.article .hentry .entry-header .entry-title {
            font-size: 1.6rem;
            color: #000; }
#content #blog ul.article .hentry a,
        .blog #content #blog ul.article .hentry a {
          display: block;
          height: 100%; }
#content #blog ul.article .hentry a:hover,
          .blog #content #blog ul.article .hentry a:hover {
            text-decoration: none;
            background: whitesmoke; }
#content #blog ul.article .hentry.sticky,
        .blog #content #blog ul.article .hentry.sticky {
          position: relative; }
#content #blog ul.article .hentry.sticky i,
          .blog #content #blog ul.article .hentry.sticky i {
            display: inline;
            font-size: 12px;
            color: #fff; }
#content #blog ul.article .hentry.sticky i span,
            .blog #content #blog ul.article .hentry.sticky i span {
              position: absolute;
              display: inline-block;
              text-align: center;
              text-transform: uppercase;
              top: 0;
              right: -44px;
              background: #D50058;
              width: 100px;
              height: 20px;
              padding: 3px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              -ms-transform: rotate(45deg); }
              #content #blog ul.article .hentry.sticky i span:before,
              .blog #content #blog ul.article .hentry.sticky i span:before {
                content: "\f005";
                display: inline-block;
  font-family: 'FontAwesome';
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                padding-right: 0.2em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #FFF; }

/* Archive
-------------------------------------------------------------------- */
.archive #content ul.list,
.search #content ul.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .archive #content ul.list li,
  .search #content ul.list li {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-top: dotted 1px #e6e6e6;
    overflow: hidden;
    *zoom: 1; }
    .archive #content ul.list li a,
    .search #content ul.list li a {
      padding: 0.5em 0;
      display: block;
      overflow: hidden;
      *zoom: 1; }
      .archive #content ul.list li a:hover,
      .search #content ul.list li a:hover {
        text-decoration: none; }
        .archive #content ul.list li a:hover .entry-header .entry-title,
        .archive #content ul.list li a:hover .more-link,
        .search #content ul.list li a:hover .entry-header .entry-title,
        .search #content ul.list li a:hover .more-link {
          text-decoration: underline; }
      .archive #content ul.list li a .entry-content,
      .search #content ul.list li a .entry-content {
        color: #000;
        font-size: 0.96em; }
    .archive #content ul.list li .entry-header,
    .search #content ul.list li .entry-header {
      margin: 0;
      overflow: hidden;
      *zoom: 1; }
      .archive #content ul.list li .entry-header .entry-title,
      .search #content ul.list li .entry-header .entry-title {
        font-size: 1.6rem;
        color: #1c4bbe; }

/* Single
-------------------------------------------------------------------- */
.single #content #nav-below .nav-next,
.single #content #nav-below .nav-previous {
  display: block;
  width: 100%;
  padding: 5px 0; }
.single #content #nav-below .nav-previous {
  text-align: right; }
  .single #content #nav-below .nav-previous a:after {
    content: "\f061";
    display: inline-block;
  font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0.2em; }
.single #content #nav-below .nav-next a:before {
  content: "\f060";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Attachment
-------------------------------------------------------------------- */
.attachment #content .hentry .entry-attachment {
  text-align: center;
  margin-bottom: 1.6em; }
  .attachment #content .hentry .entry-attachment .wp-caption {
    background: none; }

/* Pagenation
-------------------------------------------------------------------- */
#content .tablenav {
  float: left;
  margin-left:5px;
  color: #1c4bbe;
  overflow: hidden;
  *zoom: 1; }
  #content .tablenav a.page-numbers,
  #content .tablenav .current {
    display: inline-block;
    background: #FFF;
    color: #999;
    border: solid 1px #999;
    text-decoration: none;
    text-align: center;
    padding: 0.2em 0.4em;
    border-radius: 2px;
    margin-right: 0.1em; }
    #content .tablenav a.page-numbers.prev, #content .tablenav a.page-numbers.next,
    #content .tablenav .current.prev,
    #content .tablenav .current.next {
      background: none;
      color: #1c4bbe;
      border: none; }
  #content .tablenav a.page-numbers:hover {
    background: whitesmoke; }
    #content .tablenav a.page-numbers:hover.prev, #content .tablenav a.page-numbers:hover.next {
      background: none;
      text-decoration: underline; }
  #content .tablenav .current {
    color: #FFF;
    background: #1c4bbe;
    border: solid 1px #1c4bbe; }

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (min-width: 660px) {

#cTags, #cSearch{
	width:80%;
}

#cCategories {
	width:20%;
}

.suchfehler{
	margin-top: 350px !important;
}


  #footer { height: auto; }
  #wall,
  .blog #wall {
    min-height: 420px; }
    #wall .headerimage,
    .blog #wall .headerimage {
      position: absolute;
      top: 0;
      z-index: -1; }
    #wall .widget,
    .blog #wall .widget {
      position: relative;
      background-color: rgba(255, 255, 255, 0.6);
      width: 380px;
      height: 380px;
      border-radius: 380px;
      padding: 50px;
      text-align: center;
      margin: 20px auto 0; }
      #wall .widget h3,
      .blog #wall .widget h3 {
        line-height: 1.2; }
      #wall .widget .textwidget,
      #wall .widget .textwidget p,
      .blog #wall .widget .textwidget,
      .blog #wall .widget .textwidget p {
        line-height: 1.4; }

  .fixed-header #header {
    position: fixed;
    top: 0; }
  .fixed-header #content {
    margin-top: 80px; }

  #footer #back-top {
    left: 46%; }

  .archive #content ul.list li .attachment-thumbnail,
  .search #content ul.list li .attachment-thumbnail {
    margin: 10px 30px 0 0 ;
    float: left; }

  .single #content #nav-below {
    overflow: hidden;
    *zoom: 1; }
    .single #content #nav-below .nav-next,
    .single #content #nav-below .nav-previous {
      width: 40%; }
    .single #content #nav-below .nav-next {
      float: left; }
    .single #content #nav-below .nav-previous {
      float: right; }
    /* CUSTOMER SINGLE PAGE */
    article.customers .customer-content {
	width: 70%;
	float: left;}
    article.customers .customer-sidebar {
	width: 30%;
	float: right;
	margin-top:15px;
	padding-left: 5%;
	}

}
/* --- PCs --- */
@media screen and (min-width: 1120px) {
  .container {
    width: 1120px; }

  #header #branding {
    padding-top: 20px;
    float: left; }
    #header #branding #site-title a {
      display: inline; }
    #header #branding #site-description {
      display: block;
      padding: 5px 0; }

  #menu-wrapper {
    margin-top: 0;
    *zoom: 1; }
    #menu-wrapper:after {
      clear: both;
      content: "";
      display: block; }
    #menu-wrapper .menu #small-menu {
      display: none;
      /* hide small menu initially */ }
    #menu-wrapper .menu ul#menu-primary-items {
      /* ensure .menu is visible on desktop version */
      display: block !important;
      text-align: right; }
      #menu-wrapper .menu ul#menu-primary-items li {
        display: inline-block;
        position: relative; }
        #menu-wrapper .menu ul#menu-primary-items li:hover > ul {
          display: block;
          /* show dropdown on hover */ }
        #menu-wrapper .menu ul#menu-primary-items li a {
          border-top: none;
          padding: 0.8em; }
          #menu-wrapper .menu ul#menu-primary-items li a:hover {
            background: #FFF;
            color: #D50058; }
        #menu-wrapper .menu ul#menu-primary-items li.menu-item-has-children > a:after {
          content: "\f0d7";
          display: inline-block;
  font-family: 'FontAwesome';
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          padding-right: 0.2em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-left: 5px; }
        #menu-wrapper .menu ul#menu-primary-items li ul {
          margin: 0;
          padding: 0;
          display: none;
          /* hide dropdown */
          width: 200px;
          position: absolute;
          top: 80px;
          left: 0;
          text-align: left;
          z-index: 9999; }
          #menu-wrapper .menu ul#menu-primary-items li ul li {
            display: block;
            margin: 0;
            padding: 0; }
            #menu-wrapper .menu ul#menu-primary-items li ul li.menu-item-has-children > a:after {
              content: "\f0da";
              display: inline-block;
  font-family: 'FontAwesome';
              font-style: normal;
              font-weight: normal;
              line-height: 1;
              padding-right: 0.2em;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              padding-left: 5px; }
            #menu-wrapper .menu ul#menu-primary-items li ul li a {
              padding: 0.8em;
              background-color: #D50058;
              border-right: dotted 1px #FFF;
              border-left: dotted 1px #FFF;
              border-bottom: dotted 1px #FFF;
              height: auto;
              white-space: normal; }
              #menu-wrapper .menu ul#menu-primary-items li ul li a:hover {
                text-decoration: none;
                border-color: #D50058; }
            #menu-wrapper .menu ul#menu-primary-items li ul li:first-child a {
              border-top: dotted 1px #FFF; }
            #menu-wrapper .menu ul#menu-primary-items li ul li ul {
              top: 0;
              left: 100%; }
      #menu-wrapper .menu ul#menu-primary-items > li > a {
        padding: 30px 0.8em;
        height: 80px; }

  .thin-navigation #menu-wrapper .menu ul#menu-primary-items > li > a {
    padding: 0.8em;
    height: auto; }
  .thin-navigation #menu-wrapper .menu ul#menu-primary-items > li > ul {
    top: 2.8em; }

  #wall,
  .blog #wall {
    min-height: 700px; }
    #wall .widget,
    .blog #wall .widget {
      width: 400px;
      height: 400px;
      border-radius: 400px;
      margin-top: 100px; }
  #content #news ul.article li .entry-header .postdate,
  .blog #content #news ul.article li .entry-header .postdate {
    width: 10em;
    float: left; }
  #content #news ul.article li .entry-header .entry-title,
  .blog #content #news ul.article li .entry-header .entry-title {
    padding: 0 0 0 8em; }
  #content #blog ul.article,
  .blog #content #blog ul.article {
    overflow: hidden;
    *zoom: 1; }
    #content #blog ul.article .hentry,
    .blog #content #blog ul.article .hentry {
      width: 300px;
      float: left;
      margin: 0 5px 10px 5px; }

  #widget-area .widget {
    width: 290px;
    margin: 20px 10px;
    float: left; } }