/*
Theme Name: CDU Segeberg 2022 
Theme URI: 
Author: UBG
Author URI: 
Description: The CDU 2022 responsive theme for WordPress. Based on Twentyten, uses Bootstrap 3.2.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('bootstrap/css/bootstrap.min.css'); 

@font-face {
    font-family: 'CDUKievit';
    src: url('fonts/CDUKievitWeb-Medium.eot');
    src: local('CDUKievit'),  url('fonts/CDUKievitWeb-Medium.woff') format('woff');
}

@font-face {
    font-family: 'CDUKievit Bold';
    src: url('fonts/CDUKievitWeb-BoldItalic.eot');
    src: local('CDUKievit Bold'),  url('fonts/CDUKievitWeb-BoldItalic.woff') format('woff');
}

html {
	font-size: 100%;
}

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { vertical-align: top; }
a img {
	border: none;
}

.clear { clear: both; }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: 'CDUKievit', Arial,Helvetica,Verdana,sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 100%;
}
#wrapper {
	background: #003f6f;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100% /*951px*/;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
	padding: 0 0 10px;
	color: #000;
	font-size: 12px;
	line-height: 130%;
}
input,
textarea {
  font-size: 1em;
	color: #000;
}
hr {
	background-color: #000;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 12px;
}

h1 {
	color: #005a87;
	font-weight: normal;
	font-family: 'CDUKievit Bold', Arial,Helvetica,Verdana,sans-serif;
	font-size: 1.6em;
	white-space: normal;
	line-height: 120%;
}

h2 {
	font-size: 1.2em; 
	font-weight: normal;
	font-family: 'CDUKievit Bold', Arial,Helvetica,Verdana,sans-serif;
	color: #005a87;
	line-height: 130%;
}

h3, h4, h5, h6 {
	font-size: 1.0em; 
	font-weight: normal;
	font-family: 'CDUKievit Bold', Arial,Helvetica,Verdana,sans-serif; 
	color: #333333;
	line-height: 130%;
	letter-spacing: 0.3px;
}
h4 { color: #005a87; }

/* Text elements */
p {
	margin: 0 0 12px; line-height: 1.3em; 
}

p strong, td strong {
	font-weight: normal;
	font-family: 'CDUKievit Bold', Arial,Helvetica,Verdana,sans-serif;
}

ul {
	list-style: square;
	margin: 0 0 12px 20px;
}
ol {
	list-style: decimal;
	margin: 0 0 12px 20px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
a, a:link, a:visited, a:hover {
    color: #bb2548;
    text-decoration: none;
}
a:hover, a:focus { text-decoration: underline; } 
a:focus { outline: 0; }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
  line-height: 1px;
}

img, object, embed {
    max-width: 100%; 
}
img { height: auto; border: 0; }


/******* Fluid videos ************/
.embed-container, .video-container, .media-youtube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe, .video-container iframe, .media-youtube-video iframe,
.embed-container object, .video-container object,
.embed-container embed, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {  
   width:100%; 
   max-width:661px; 
   height:auto; 
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .embed-container, .video-container, .media-youtube-video {
        text-align: center; 
    }

    .embed-container iframe, .video-container iframe, .media-youtube-video iframe {
        max-width: 560px;
        margin: 0 auto;
        display: block;
    }
} 



/* =Header
-------------------------------------------------------------- */

#header {
	min-height: 120px;
  padding: 0;
  position: relative;
  width: auto;
  margin-bottom: 10px;
  background-color: #003f6f;
}
#site-title {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	width: 100%;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#branding {
  padding-left: 15px;
}

/* This is the custom header image */
#branding img {
	float: none;
	vertical-align: top;
	margin: 0;
}

/* =Hauptbereich
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 20px;
}

#middlebox, #middlebox-right {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding-top: 12px;
  background: #fff;
  border-radius: 10px;
}


#middlebox-inner {
	width: 100%;
	text-align: left;
	background-color: transparent;
  position: relative;
}

#mainbox, #mainbox-full {
	width: 100%;
	background-color: transparent;
	padding: 0;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}

#primary {
	float: none;
	overflow: hidden;
	width: auto;
	margin: 0 15px;
	padding: 20px 12px 10px 12px;
	clear: right;
  
  background-color: #dedede;
  border-radius: 10px;
  box-shadow: 0 0 8px #888888;
  position: relative;
  top: -20px;
}

#footer {
	clear: both;
	width: auto;
	padding: 0px 30px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-left: 10%;
  width: 45%;
}
#footer-widget-area .widget-area:first-child { margin-left: 0; }
  
/* 1 widget area */
#footer-widget-area .widget-area-1 { width: 100%; margin-left: 0; }

#footer-widget-area .widget-area-odd {
  clear: both;  
  margin-left: 0;
}


/* =Content
-------------------------------------------------------------- */


#content {
  margin: 0px 15px;
	margin-bottom: 36px;
	background: #fff;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 93%;
	line-height: 1.5em;
}
#content code {
	font-size: 85%;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
#content table {
	border: 0;
	margin: 0.75em 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
	vertical-align: top;
	background: #f0f0f0;
}

#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 3em 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 2.25em 0;
}
.page-title {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
#content h1.page-title { margin-top: 0.83em; }

.page-title span {
	color: #bb2548;
	font-size: 1.3em;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited,
.page-title a:active,
.page-title a:hover {
	text-decoration: none;
}
#content .entry-title {
	color: #bb2548;
	font-size: 1.5em;
	font-family: 'CDUKievit Bold', Arial;
	font-weight: normal;
	line-height: 120%;
	margin: 0.67em 0 0.45em;
  padding: 0;
  text-align: left;
}
.entry-title a:link, .entry-title a:visited,
.entry-title a:active, .entry-title a:hover {
	color: #bb2548;
	text-decoration: none;
}

.entry-meta, .entry-utility {
	clear: both;
	color: #999;
	font-size: 0.9em;
	line-height: 15px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0.75em 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1.5em;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 1.5em;
}
.entry-content input {
	margin: 0 0 1.5em 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 1.5em;
}
.entry-content label {
	color: #888;
	font-size: 0.75em;
}
.entry-content select {
	margin: 0 0 1.5em 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 62.5%;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 1.5em;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.post a.more-link {
  clear: both;
  display: inline-block;
  background: none repeat scroll 0 0 #bb2548;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0 6px;
  text-decoration: none;
  text-transform: lowercase;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 1.4em 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #000;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #bb2548;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 1em;
	line-height: 130%;
	margin: 1.15em 0;
	overflow: hidden;
	padding: 0.5em 0.625em;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 58px;
	margin: 0 -70px 0 0;
	padding: 0.3em;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 70px;
}
#entry-author-info h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 0.625em;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #ccc;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 1.25em;
	margin-top: -0.25em;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 0.25em;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 1.5em;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 0.6em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 0.6em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.75em;
}
.wp-caption {
	background: #fff;
	border: 1px solid #999999; 
	line-height: 1.2em;
	margin-top: 0.3em;
  margin-bottom: 0.625em; 
	display: inline-block;
  max-width: 100% !important;
}
.wp-caption img { margin: 0; }
.alignleft img { float: left; }

.wp-caption p.wp-caption-text {
	clear: both;
  color: #000;
  padding: 3px;
  text-align: left;
  font-size: 0.9em;
  margin: 0;
}
#content .wp-caption p.wp-caption-text { margin: 0; }
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 1.15em;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #ccc;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 75%;
	margin: 0 0 0.75em;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Topnavi
-------------------------------------------------------------- */
#topnavi {
    border: 0 none;
    height: 1.5em;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

#topnavi ul {
    float: right;
    list-style: none outside none;
    margin: 0 13px 0 0;
    padding: 0;
}

#topnavi ul li {
    background-image: none;
    float: left;
    line-height: 12px;
    margin: 0;
    padding: 2px 0 2px 5px;
}

#topnavi ul li span, #topnavi ul li a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

#topnavi ul li.menu-item-type-custom a {
    font-size: 0.8em;
}



/* =Mainmenu
-------------------------------------------------------------- */
#toolbar-box {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}

.navbar-toggle {
    background-color: #2d679e;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    float: left;
    margin: 5px 0 5px 15px;
    padding: 7px 10px;
    
}

.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-collapse {
    border-top: 1px solid #c6c4ad;
    border-bottom: 1px solid #c6c4ad;
}

#horiz-menu {
  font-size: 1.2em;
}

#horiz-menu ul {
	margin: 0;
	padding: 0;
  list-style: none;
  text-align: left;
}

#horiz-menu ul.sub-menu {
  margin-left: 15px;
} 

#horiz-menu a {
    padding: 5px 0px;
    color: #ffffff;
    font-family: 'CDUKievit Bold', Arial,Helvetica,Verdana,sans-serif;
}
#horiz-menu a:hover, #horiz-menu a:focus, #horiz-menu a:active { text-decoration: underline; }

#horiz-menu ul.sub-menu a {
  font-family: 'CDUKievit', Arial,Helvetica,Verdana,sans-serif;
  display: block;
  padding: 2px 0px;
} 

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

#horiz-menu li.current-menu-item a,
#horiz-menu li.current_page_parent a { text-decoration: underline; }

#horiz-menu li.current_page_parent ul.sub-menu a { text-decoration: none; }
#horiz-menu li.current_page_parent ul.sub-menu li.current-menu-item a,
#horiz-menu li.current_page_parent ul.sub-menu a:hover { text-decoration: underline; }


/* =Fontbox + Search
-------------------------------------------------------------- */
div#header-right {
    bottom: 1px;
    position: absolute;
    right: 15px;
    width: 185px;
}

ul#fontbox {
    float: right;
    list-style: none;
    margin: 0 0 8px;
    width: 185px;
}

ul#fontbox li {
    background: #fff;
    float: left;
    font-family: arial;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0 2px;
    text-align: center;
}
ul#fontbox li#first { margin-right: 5px; }
ul#fontbox li#last { margin-left: 5px; }

ul#fontbox li a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

div#header-right form#searchform div {
    float: right;
    height: 25px;
    padding: 0 0 15px;
    width: 185px;
}

div#header-right form#searchform input#s {
    background: fff;
    border: medium none;
    float: left;
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 1px 0 1px 5px;
    width: 157px;
}

div#header-right form#searchform input#searchsubmit {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1em;
    height: 20px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 20px;
  border: 0;
	background: transparent url("images/searchButton.png") no-repeat;
	text-indent: -3000px;
    
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 1em;
	line-height: 130%;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited, 
.navigation a:active,
.navigation a:hover {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 40%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}

.nav-previous .meta-nav, .nav-next .meta-nav,
#author-link .meta-nav {
  display: inline-block;
  height: 6px;
  width: 8px;
  background: url("images/pfeil-prev.png") left 2px no-repeat;
  padding: 2px 0;
  text-indent: -3000px;
  
}

.nav-next .meta-nav,
#author-link .meta-nav {
  background: url("images/pfeil-menu.png") right 2px no-repeat;
}

#nav-below {
	margin: -18px 0 0 0;
}

/* =WP Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  text-align: center;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
  border: 1px solid #ccc;
  margin: 2px;
  padding: 3px 5px;
  text-decoration: none;
}

.wp-pagenavi span.current { font-weight: bold; }

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 1em 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 1em 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #ccc;
	line-height: 1.15em;
	margin: 0 0 1.15em 0;
	padding: 0 0 0 3.5em;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 1.15em;
}
#comments .comment-body p:last-child {
	margin-bottom: 0.35em;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 1.5em;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {}
.comment-meta {
	font-size: 0.9em;
	margin: 0 0 0.75em 0;
}
.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: none;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	font-size: 75%;
	padding: 0 0 1.5em 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.15em;
	padding-bottom: 1.15em;
}
.commentlist li.comment+li.pingback {
	margin-top: -0.35em;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 75%;
	line-height: 1.15em;
	margin: 0;
}
#comments .pingback .url {
	font-size: 80%;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #000;
}
#respond {
	border-top: 1px solid #ccc;
	margin: 1.5em 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 3em 0 0;
}
h3#reply-title {
	margin: 1.15em 0;
}
#comments-list #respond {
	margin: 0 0 1.15em 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 75%;
	font-weight: normal;
	line-height: 1.15em;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label { color: #666; }
#respond input {
	margin: 0 0 0.6em;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags { 
  color: #666; 
  font-size: 0.9em; 
  line-height: 1.2em;
  padding: 3px 0;
}
#respond .form-allowed-tags code { color: #666; }
#respond .form-submit {
	margin: 0.75em 0;
}
#respond .form-submit input {
	font-size: 1.1em;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin: 0;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 1.15em 0;
}
.widget-title {
	color: #000;
  font-family: 'CDUKievit Bold', Arial;
	font-weight: normal;
	font-size: 100%;
  line-height: 100%;
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .widget-title a { 
  text-decoration: none;
  color: #000; 
}
.widget-area .entry-meta {
	font-size: 70%;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 87.5%;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 70%;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area {
  font-size: 0.9em;
}

#main .widget-area ul {
	margin: 0;
  padding: 0;
}

#main .widget-area ul li {
	border-bottom: 1px solid #ababab;
	margin: 0 0 5px;
  padding: 0 0 6px;
  text-align: left;
  width: auto;
}

#main .widget-area ul ul li {
  background: url('images/pfeil-menu.png') left 5px no-repeat;
  margin: 3px 0;
  padding: 2px 0 2px 9px;
  border: 0;
}

/* =Breadcrum
-------------------------------------------------------------- */
div.breadcrumbs {
  background-color: transparent;
  color: #666666;
  font-size: 0.9em;
  height: 20px;
  line-height: 12px;
  margin: 0;
  padding: 0 0.95em;
  width: auto;
}

div.breadcrumbs a {
  color: #666666;
  text-decoration: none;
}

div.breadcrumbs span.arrow {
  background: url('images/arrow.png') left 1px no-repeat;
  display: inline-block;
  margin: 0px 6px 0 3px ;
  width: 6px;
  height: 12px;
}

/* =Footer
-------------------------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 0.625em;
}

#footer-widget-area {
    background-color: transparent;
    color: #fff;
    font-size: 0.9em;
    height: auto;
    line-height: 14px;
    margin: 0;
    padding: 0.625em 0px;
    width: auto;
}

#footer-widget-area a, #footer-widget-area a:hover {
    background: transparent url("images/link-bottombox.png") left 2px no-repeat;
    color: #000;
    display: block;
    line-height: 17px;
    text-decoration: none;
	  padding: 2px 0 2px 22px;
}
#footer-widget-area a:hover { text-decoration: underline; }

#footerbox {
    background-color: transparent;
    border: 0 none;
    height: 20px;
    margin: auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

#footerbox span {
    color: #999999;
    display: block;
    font-size: 0.8em;
    margin: 0;
    padding: 4px 0 0 4px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #ccc;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* =Sonstiges (Termine-Tabelle manuell s. Musterseiten)
-------------------------------------------------------------- */
table.termine td, table.termine th {
    margin: 0;
    padding: 5px 8px 5px 0;
    text-align: left;
    vertical-align: top;
}

/* Responsive Videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}