/*
Theme Name: One page Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: one-page-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 One page Theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography / fonts
3.0 Elements
4.0 Forms
5.0 Navigation
  5.1 Links
  5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
  10.1 Posts and pages
  10.2 Asides
  10.3 Comments
11.0 Infinite scroll
12.0 Media
  12.1 Captions
  12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;

  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {

	background-color: rgb(255,255,255); /* Fallback for when there is no custom background color defined. */
	color: rgb(0,0,0);

  font-family: Garamond, "Times New Roman", Georgia, Serif;
  hyphens: auto;
  text-rendering: optimizeSpeed;
  font-feature-settings: "liga" 0;
 

}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
nav_blog,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0px;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

p {
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.title-max
 {
    width:100%;
}



.modal-content
{
  background-color: #ffff00 !important;
  color: #000000 !important;
}

.modal-body
{
    background-color: #ffff00 !important;
}

.modal-header
         {
             
             border-bottom: none;
            
         }
         .modal-header .close{color: 000000#;}
         .modal-header h3{margin:0;line-height:30px}

.modal-footer
{
    border: none;
}


.ninja-forms-all-fields-wrap
{
    background-color: #ffff00 !important;
}

.ninja-forms-field {
    background-color: #ffff00 !important;
    border: 1px solid #000000 !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'batonblack';
    src: url('webfontkit/baton_black-webfont.eot');
    src: url('webfontkit/baton_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/baton_black-webfont.woff2') format('woff2'),
         url('webfontkit/baton_black-webfont.woff') format('woff'),
         url('webfontkit/baton_black-webfont.ttf') format('truetype'),
         url('webfontkit/baton_black-webfont.svg#batonblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'batonregular';
    src: url('webfontkit/baton_regular-webfont.eot');
    src: url('webfontkit/baton_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/baton_regular-webfont.woff2') format('woff2'),
         url('webfontkit/baton_regular-webfont.woff') format('woff'),
         url('webfontkit/-webfont.ttf') format('truetype'),
         url('webfontkit/baton_regular-webfont.svg#batonregular_') format('svg');
    font-weight: normal;
    font-style: normal;
}


@charset "UTF-8";

@font-face {
  font-family: "social-font-1";
  src:url("webfontkit/social-font-1.eot");
  src:url("webfontkit/social-font-1.eot?#iefix") format("embedded-opentype"),
    url("webfontkit/social-font-1.woff") format("woff"),
    url("webfontkit/social-font-1.ttf") format("truetype"),
    url("webfontkit/social-font-1.svg#social-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}


@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('webfontkit/MonoSocialIconsFont-1.10.eot');
    src: url('webfontkit/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('webfontkit/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('webfontkit/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-decoration: none;
    font-size: 28px;
}




/* body */

body {
  font-size: 20px;
  hyphens: auto;
  line-height: 23px;
  margin-top: 16px;
  margin-bottom: 0px;
}

/* Headings */

h1, h2, h3, h4, h5 {
  font-family: 'batonblack';
text-transform: uppercase;
color: rgb(122,166,42);
}

.fat {
  font-family: 'batonblack';
  font-size: 16px;
  display: inline !important;
}

h1

{
font-size: 48px !important;
}

h1, h2 {
text-align: left;
}

h3 {
text-align: left;
font-size: 20px;
}

h4 {
text-align: left;
font-size: 20px;
margin-top: 15px;
margin-bottom: 0px;
}

h6 {
color: rgb(122,166,42);
  font-family: Garamond, "Times New Roman", Georgia, Serif;
  hyphens: auto;
  text-rendering: optimizeSpeed;
  font-feature-settings: "liga" 0;
  font-size: 20px;
  hyphens: auto;
  line-height: 23px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.program-headline {
font-family: 'batonblack';
display: inline !important;
font-size: 24px !important;
line-height: 30px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  border: 1px solid #000000 !important;

}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.image_margin {
  margin-bottom: 30px;
}

.image_program {
  margin-top: 10px;
  margin-bottom: 10px;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

.space {
margin-top: 20px;
}

a {
text-decoration: none;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/* navbar */




.navbar-custom {
  background-color: rgb(255,255,255);
  border-color: rgb(255,255,255);
}

.navbar-custom .navbar-brand {
  color: rgb(122,166,42);
  font-family: batonblack;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  text-decoration: none;
  margin-right: 40px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
}
.navbar-custom .navbar-text {
  color: rgb(255,220,0);
  font-size: 16px;

}


.navbar-text {
  color: rgb(205,19,22);
  padding-top: -10px;
  padding-bottom: 0px;
  line-height: 2px;
  

}

.navbar {
  padding-left: 00px;
}

.navbar-nav {
  float: left !important;
  margin: 0px;
}

.datumtext {
  
  color: rgb(0,148,204);
  padding-top: 14px;

  padding-left: 172px;
font-size: 16px;
font-family: batonblack;
text-transform: uppercase;

}

.datumtext_zwei
{
  display:none;
}


.blogtext {
  font-size: 20px;
  color: rgb(0,0,0);
  padding-top: 55px;
font-size: 16px;
font-family: batonblack;

  padding-left: 158px;
text-transform: uppercase;

}

.navbar-custom .navbar-nav > li > a {
  color: rgb(205,19,22);
  text-decoration: none;
 text-transform: uppercase;
font-size: 16px;
font-family: batonblack;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
  text-decoration: none;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
}

.navbar-custom .navbar-text > .active > a,
.navbar-custom .navbar-text > .active > a:hover,
.navbar-custom .navbar-text > .active > a:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
}
.navbar-custom .navbar-toggle {
 /* border-color: #ffff00; */

}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  color: rgb(0,148,204);
  background-color: rgb(255,255,255);
}
.navbar-custom .navbar-toggle  {
  background-color: rgb(255,255,255);
 color: rgb(0,148,204);
}

.icon-bar {
background-color: rgb(205,19,22) !important;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  /* border-color: #ffff00; */
 background-color: rgb(255,255,255);



 
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
/*border-top-color: #ffff00;
  border-bottom-color: #ffff00;*/


 
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
 
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  /*border-top-color: #ffff00;
  border-bottom-color: #ffff00;*/
 
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  /*border-top-color: #ffff00;
  border-bottom-color: #ffff00;*/
  
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(205,19,22);
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgb(0,148,204);
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgb(0,148,204);
    background-color: rgb(255,255,255);
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgb(0,148,204);
    background-color: rgb(255,255,255);
  }
}
.navbar-custom .navbar-link {
  color: rgb(205,19,22);
}
.navbar-custom .navbar-link:hover {
  color: rgb(0,148,204);
}

.navbar-fixed-top {
    min-height: 100px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 0px;
}

.nav_blog {
    list-style: outside none none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
        margin-left: -20px !important;
}

.nav_blog > li > a {
    position: relative;
    display: block;
padding-right: 15px;
padding-left: 15px;
}

#menu_blog {
  margin-left: -20px !important;
}

ul#menu-blog.nav_blog.navbar-nav {
  margin: 0 0 0 0 !important;
}



@media (max-width: 767px) {
    .navbar-nav {
      padding-top: 24px;

      }
    .navbar-nav > li > a {
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px !important;
    margin-left: 0px !important;

  }
    .datumtext {
  color: rgb(0,148,204);
  padding-top: 41px;
  padding-bottom: 1px;
 
   line-height: 10px;
   display: none;

}

.datumtext_zwei
{
  
  color: rgb(0,0,0);
  padding-top: 16px;
  padding-left: 0px;
  margin-top: 20px;
  display:block;
}

.symbol {
    display :none;
    font-size: 28px;
  }

.brand-position {
    margin-left: 15px;
  }
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a:link {
  color: rgb(205,19,22);
  text-decoration: none;
}

a:visited {
  color: rgb(205,19,22);
}

a:active,
a:hover,
a:focus {
  color: rgb(0,148,204);
   background-color: rgb(255,255,255);
  text-decoration: none;
  outline: 0;
  }


a img {
  border: 0;
}


a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 30px;
    text-decoration: none !important;
}

a.symbol {
text-decoration: none !important;
font-size: 30px;
}
          
.symbol a {
text-decoration: none !important;
font-size: 30px !important;
}

a.symbol:active,
a.symbol:hover,
a.symbol:focus {
  text-decoration: none !important;
}

.socialicons {font-family: 'social-font-1';
  color: rgb(205,19,22);
   background-color: rgb(255,255,255);  
text-decoration: none !important;
font-size: 27px !important;
}

.socialicons a{font-family: 'social-font-1';
  color: rgb(205,19,22);
  background-color: rgb(255,255,255);
  text-decoration: none !important;
font-size: 27px !important;
}

a.socialicons {
text-decoration: none !important;
font-size: 27px !important;
}

a.socialicons:active,
a.socialicons:hover,
a.socialicons:focus {
  color: rgb(205,19,22);
  background-color: rgb(255,255,255);
  outline: 0;
  border: 0;
  text-decoration: none !important;
}

.brand-position {
  margin-top: 17px;
  text-decoration: none !important;
  margin-right: 15px;
}

.brand-zwo {
  color: rgb(122,166,42);
  font-family: batonblack;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  background: none;
text-decoration: none !important;
  }

.brand-zwo a {
  color: rgb(0,0,0);
  font-size: 20px;
  line-height: 20px;
   font-family: batonblack;
  background: none;
  text-decoration: none !important;
  border: 0;
}

.brand-zwo a:focus, .brand-zwo a:hover, .brand-zwo a:active {
  text-decoration: none !important;
  border: 0;
  background: none;
  color: rgb(0,148,204);
}

a.brand-zwo {
  color: rgb(122,166,42);
  font-family: batonblack;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  background: none;
margin-right:0;
text-decoration: none !important;
}

a.brand-zwo:focus,
a.brand-zwo:hover,
a.brand-zwo:active {
  color: rgb(0,148,204);
  text-decoration: none !important;
  background: none;
}



a.brand-zwo:focus,
a.brand-zwo:hover,
a.brand-zwo:active {
  color: rgb(0,148,204);
  text-decoration: none !important;
  background: none;
}






/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/





.btn-primary, .btn-default { 

  color: rgb(205,19,22);
  border-color: rgb(205,19,22);
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}


.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

a.btn-primary, a.btn, a.btn-default
{ 
  color: rgb(255,255,255) !important;
  background-color: rgb(205,19,22) !important;
  border-color: rgb(205,19,22) !important;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-custom {
  background-color: rgb(0,148,204);
  border-color: rgb(0,148,204);
  color: rgb(255,255,255) !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-custom {
  background-color: rgb(0,148,204)!important;
  border-color: rgb(0,148,204)!important;
  color: rgb(255,255,255) !important;
  text-decoration: none;
}

a.btn-default:hover,
a.btn-default:focus,
a.btn-default:active,
a.btn-default.active,
a.open a.dropdown-toggle.btn-custom {
  background-color: rgb(0,148,204)!important;
  border-color: rgb(0,148,204)!important;
  color: rgb(255,255,255) !important;
}



a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn.active,
a.open a.dropdown-toggle.btn-custom {
  background-color: rgb(0,148,204);
  border-color: rgb(0,148,204);
  color: rgb(255,255,255) !important;
  }

a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.open a.dropdown-toggle.btn-primary {

  background-color: rgb(0,148,204));
  border-color: rgb(0,148,204);
  color: rgb(255,255,255);
  outline: 1px;
 }



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
13 Custom CSS for demo site
--------------------------------------------------------------*/
#page {
  width: 100%;
  margin: 100px auto
}
#primary {
  float: left;
  width: 100%;
}
#secondary {
  float: right; 
}


IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }


.headerimage {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

article {
  padding-top: 50px;
  outline: 0
}

#titelbild {
  padding-top: 0px;
  outline: 0;
  background-color: rgb(230,49,40);
}

#top-blogspace {
  margin-top: 100px;
}

#bottom-blogspace {
  margin-bottom: 100px;
}

#titelslider {
  padding-top: 83px;
  outline: 0
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*--------------------------------------------------------------
14 fading
--------------------------------------------------------------*/

￼.div1 {
￼opacity:0;
￼filter:alpha(opacity=0);
￼}

￼.div2 {
￼opacity:0;
￼filter:alpha(opacity=0);
}
￼

/*--------------------------------------------------------------
15 comments
--------------------------------------------------------------*/

#respond {
background: #ececec;
padding:0 5px 0 5px;
}
 
/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;

  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

#respond input[type=text]:focus, textarea:focus {

  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}