@charset "UTF-8";
/*
Theme Name: OOZ
Theme URI: https://www.medienkontor-oldenburg.de
Author: Christian Kruse
Author URI: https://www.medienkontor-oldenburg.de
Description: OOZ WordPress Theme
Version: 1.0.9
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
Text Domain: MedienKontor Oldenburg
Template: ooz
*/

/* Schriftgröße Artikel */

body.single .vw-page-content .entry-content {
  font-size: 18px; /* Change font size here */
}

/* Text Transform capitalize auf none gesetzt */

.vw-page-title-box .vw-page-title {
  margin: 6px 0;
  text-transform: none;
  word-break: break-word;
  padding-right: 25%; }
  
/* Bildunterschrift */
  
.wp-caption {
  background: #fff;
  text-align: left;
  max-width: 100%; }

.wp-caption.alignnone {
  margin: 0 0 0 0; }

.wp-caption.alignleft {
  margin: 0 0 0 0; }

.wp-caption.alignright {
  margin: 0 0 0 0; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 0.6em;
  font-style: normal;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 0 0 0; }
  
/* Schriftgrößen Überschriften */
  
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }
  
/* Infobox margin und padding auf 0 gesetzt */  

  .vw-infobox {
  margin: 0 0;
  padding: 0 0;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center; }

/* Infobox Border von 1px zu 0px, padding von 1.414em 0; zu 11px; geändert */  

.vw-infobox-inner {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  padding: 1.414em 0; }

.vw-infobox-title {
  margin: 0; }
  .vw-infobox-title + .vw-infobox-content {
    margin-top: 15px; }

/* Infobox opacity von 0.6 zu 1 geändert */  

.vw-infobox-content {
  font-size: 1.15em;
  opacity: 1;
  padding: 0 0.8em; }