/*
Theme Name: Dexter Frontend
Theme URI: https://dextermedia.net
Description: Dexter Media Templates Theme
Author: Dexter Media Team
Version: 2.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
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;
}
a img {
	border: none;
}


/* =General
-------------------------------------------------------------- */
.clearer,
h1, h2, h3, h4, h5, h6,
.entry-utility,
.entry-content, .entry-summary {
	clear: both;	
}

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

.aligncenter {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	display:block;
}

.alignleft {
	display:inline;
	float:left;
	margin-right:20px;
}

.alignright {
	display:inline;
	float:right;
	margin-left:20px;
}

input,
a:active,
a:focus {
	outline: none; 
}

/*
LAYOUT: General
*/

#container {
	width: 460px; 
	overflow: hidden;
}

.sidebar {
	width: 230px;
	overflow: hidden;
}

#rightsidebar {
	padding-left: 10px;
}
#leftsidebar {
	padding-right: 10px;
}

/*
LAYOUT: Two columns small/rightsidebar
DESCRIPTION: Two-column fixed layout with a sidebar on the right side
*/

.columns-2sr #container {
	float:left;
}

.columns-2sr #rightsidebar { 
	float: right;
}

.columns-2sr #footer .widget_nav_menu {
	width:460px;
}

/*
LAYOUT: Two columns small/leftsidebar
DESCRIPTION: Two-column fixed layout with a sidebar on the left side
*/

.columns-2sl #container {
	float:right;
}

.columns-2sl #leftsidebar { 
	float: left;
}

.columns-2sl #footer .widget_nav_menu {
	width:460px;
}



/*
LAYOUT: Two columns big/rightsidebar
DESCRIPTION: Two-column fixed layout with a sidebar on the right side
*/

.columns-2br #container {
	width: 710px;
	float: left; 
}

.columns-2br #rightsidebar { 
	width: 230px;
	float: right;
}

.columns-2br #footer .widget_nav_menu {
	width:470px;
}

/*
LAYOUT: Two columns big/leftsidebar
DESCRIPTION: Two-column fixed layout with a sidebar on the left side
*/

.columns-2bl #container {
	width: 710px;
	float: right; 
}

.columns-2bl #leftsidebar { 
	width: 230px;
	float: left;
}

.columns-2bl #footer .widget_nav_menu {
	width:470px;
}

/*
LAYOUT: Two columns big/extra wide rightsidebar

DESCRIPTION: Two-column fixed layout with a extra wide sidebar on the right side
*/

.columns-2ber #container {
	width: 670px;
	float: left; 
}

.columns-2ber #rightsidebar { 
	width: 270px;
	float: right;
}

.columns-2ber #footer .widget_nav_menu {
	width:470px;
}

/*
LAYOUT: Two columns big/extra wide leftsidebar
DESCRIPTION: Two-column fixed layout with a extra wide sidebar on the left side

*/

.columns-2bel #container {
	width: 670px;
	float: right; 
}

.columns-2bel #leftsidebar { 
	width: 270px;
	float: left;
}

.columns-2bel #footer .widget_nav_menu {
	width:470px;
}

/*
LAYOUT: One column big/no sidebars
DESCRIPTION: Full-width fixed layout without widgetized sidebars

*/

.columns-1b #container {
	width: 950px;
	float: left; 
}

.columns-1b #footer .widget_nav_menu {
	width:470px;
}

/*
LAYOUT: One column small/no sidebars
DESCRIPTION: Full-width fixed layout without widgetized sidebars

*/

.columns-1s #container {
	float: left; 
	width: 700px;
}

.columns-1s #footer .widget_nav_menu {
	width:460px;
}


/*
LAYOUT: Three columns
DESCRIPTION: Three-column fixed layout with menue on the right or left side
*/

.columns-3 #first2col { 
	float: right; 
	width: 705px;
	overflow: hidden;
}

.columns-3 #container {
	float: left; 
}

.columns-3 #rightsidebar {	
	float: right;
}

.columns-3 #leftsidebar { 
	float: left;
}

.columns-3 #footer .widget_nav_menu {
	width:470px;
}
/*
PAGE TEMPLATE: No Sidebar
DESCRIPTION: Content-width equals the width of the pagebody.
*/

#container.fullwidth {
	width: 100%;
	float: none;
}

/* =Wrapper
-------------------------------------------------------------- */

body {
	text-align: center; /* Zentrierung im Internet Explorer */
}

#wrapper {
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	text-align:left; /* Seiteninhalt wieder links ausrichten */
}

/* =Footer
-------------------------------------------------------------- */
#footer-widget-area, #second-footer-widget-area {
		float:left;
		width:auto;
		
}
#right-footer-area, #site-generator {
	float:right;
	width:auto;
}
#second-footer-widget-area {
	padding: 11px 20px 0 0;
}

#footer .sociable {
	margin:0;
}
#footer .sociable div {
	display:none;
}
#subfooter .sociable {
	margin:0;
	padding:0 10px;
}

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

div.page-link a {
	padding:0 4px;
	background:#ccc;
}
/* =Search
-------------------------------------------------------------- */
#searchform {
	height:26px;
	clear:left;
}

#s {
	width:auto;
	height:14px;
	padding:5px 5px;
	vertical-align:middle;
	float:left;
}

#searchsubmit {
	width:auto;
	height:26px;
	vertical-align:middle;
	float:left;
}

/* =Language Selector
-------------------------------------------------------------- */
#qtranslate-chooser,
.qtrans_language_chooser {
	float: right;
	margin-right:10px;
	padding:0;
	height: 24px;
	border: none;
}
#qtranslate-chooser li,
.qtrans_language_chooser li {
	float:left;
	padding:6px 3px;
}
.qtrans_widget_end { 
	clear:both; 
}

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

img {
	margin:0;
}

.wp-caption img {
	margin:0;
}

#content .alignright, #content img.alignright {
	display:inline;
	float:right;
	margin:5px 0 10px 15px;
}

#content .alignleft, #content img.alignleft {
	display:inline;
	float:left;
	margin:5px 15px 10px 0;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery .gallery-item {
	float:left;
	margin:0 0 12px 0;
	text-align:center;
	width:33%;
}

.gallery .gallery-caption {
	margin:0;
	font-size: 12px ; /*DM: X-2 */
	font-style:italic;
}

/* =Dextermedia Logo
-------------------------------------------------------------- */
#site-generator {
	text-align:right;
	 font-size: 10px;	
}
#site-generator a {
	text-decoration: none;
}
#site-generator a {
    font-family: Times, serif;
    font-size: 10px;
    text-decoration:none;
}
#site-generator a span.copy {
    padding:0 0.4em 0 0;
	font-family: Verdana;
    font-size: 6.3pt;
}
#site-generator a span.dexterlogo {
    text-transform:uppercase;
    letter-spacing:0.4em;
}

/* =Comments
-------------------------------------------------------------- */
p.nocomments {
	display:none;
}

textarea#comment {
	margin-left: 10px;
}

/* =ngg-gallery
-------------------------------------------------------------- */
#container .ngg-galleryoverview {
	margin:0;
}
#container .ngg-gallery-thumbnail-box {
	padding-bottom:10px;
}
#container .ngg-gallery-thumbnail img {
	margin:0;
}

.ngg-imagebrowser,
.ngg-slideshow {
	margin:0 auto;
}

#container .ngg-imagebrowser-nav .next,
#container .ngg-imagebrowser-nav .back {
	border:none;
	padding: 0;
	margin-right: 0;
}

#container .ngg-imagebrowser .counter {
	font-weight:bold;
}

/* =ngg-gallery
-------------------------------------------------------------- */
object {
	width:auto;
	display: inline;
    float: left;
    margin: 4px 10px 3px 0;
}

/* =mappress
-------------------------------------------------------------- */
#container .mapp-container {
	 margin: 0 0 1em 0;
}

a.lang_sel_sel {
	height:24px;
}

/* =Tabelle
-------------------------------------------------------------- */

#content table {
	font-size: 8pt;
	margin:0 0 1em 0;
	width: 100%;
	text-align: left;
}
#content table thead tr th, 
#content table tfoot tr th,
#content table tfoot td {
	font-size: 8pt;
	padding: 4px 18px 4px 4px;
	font-weight:bold;
}
#content table thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#content table tbody td {
	padding: 4px;
	vertical-align: top;
}
#content table, #content td {
	border-collapse: collapse;
}

/* =Aenderungen 07.03.2011
-------------------------------------------------------------- */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.entry-utility {
	display: none;
}

.entry-summary {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
/* =Aenderungen 09.03.2011
-------------------------------------------------------------- */
.widget_Twidget span {
	display:block;
}
#pagebody #LoginWithAjax_Password input, #pagebody #LoginWithAjax_Username input {
    width: 100px;
}
#pagebody #LoginWithAjax {
	margin-bottom: 0;
}
#pagebody .alo_easymail_widget #opt_name, #pagebody .alo_easymail_widget #opt_email {
	 width: 100px;

}
.alo_easymail_widget td {
	padding-bottom: 7px;
	padding-right: 10px;
}

input, a:active, a:focus {
    outline: medium none;
}


/* =WP-Adminbar
-------------------------------------------------------------- */
body #wpadminbar {
	background-image:none;
	background-color:#000;
	border-bottom:1px solid #fff;
}
body #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a {
    background: #000;
    border-left: none;
}
body #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar:hover > a {
    background:#E8E8E8;
    color:#000;
    border-left: none;
}
body #wpadminbar .quicklinks > ul > li > a {
	border-left: 1px solid #fff;
    border-right: none;
}
body #wpadminbar .quicklinks > ul > li:hover > a {
	border-left: 1px solid #fff;
    background:#E8E8E8;
    color:#000;
}
body #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
	color:#fff;
	text-shadow: none;
}
body #wpadminbar .quicklinks .menupop a > span {
	background: url("images/icon-arrow-ws.png") no-repeat right 50% transparent;
	padding-right: 1.8em;
}
body #wpadminbar .quicklinks .menupop:hover a > span {
  	background: url("images/icon-arrow-sw.png") no-repeat scroll right 50% transparent;
}
body #wpadminbar .quicklinks a span#ab-awaiting-mod, #wpadminbar .quicklinks a span#ab-updates {
    -moz-border-radius: 0;
    background: #fff;
    color: #000;
}
body #wpadminbar .quicklinks .menupop ul, #wpadminbar .shortlink-input {
	-moz-box-shadow:0;
	background:#333;
	border-right:none;
}
body #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .shortlink-input {
	color:#000;
}
body #wpadminbar #adminbarsearch .adminbar-input {
	-moz-box-shadow:none;
	background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-shadow:none;
}
body #wpadminbar #adminbarsearch .adminbar-button { 
	-moz-border-radius: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-shadow:none;
}
body #wpadminbar .quicklinks .menupop li a img.blavatar {
	display:none;
}

/* required by Theme Check Plugin, but not used in the theme */
.sticky, .bypostauthor {}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* former content of the custom css */

/* =General
-------------------------------------------------------------- */
a {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}

/* =Wrapper
-------------------------------------------------------------- */
#wrapper {
	zoom: 1;
	position: relative;
	clear: both;
}


/* =Header
-------------------------------------------------------------- */
header p {
	margin-bottom:0;
}

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

html{
	min-height: 100%;
}

.area_wrapper, header, footer, #content, aside, #pagebody, html, body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.area_wrapper{
	width:100%;
	margin:0;
	padding:0;
	border:0;
	position:relative;	
}

#pagebody{
	background: transparent;
	position:relative;
}


#pagebody, header, footer, #subfooter {
	margin-left: auto;
	margin-right: auto;
}

header{
	background: transparent;
}

#top {
	position: relative;
}

/* =Widgets Header
-------------------------------------------------------------- */
.widget_search_languages {
	height: 25px;
	padding-bottom: 10px;
}

#searchform { /* Suche */
	float: right;
}

.add-branding-logo {
	background: #333;
	padding-bottom: 10px;
}

.add-branding-text { /* Slogan */
	padding-bottom: 10px;
}	

/* =Content
-------------------------------------------------------------- */
#content {
	position:relative;
	margin-bottom: 0;
}

#content ul, #content ol{
	margin-left: 25px;
	margin-bottom: 8px;	
}

#content ul{
	list-style: square;
}

#content ol{
	list-style: decimal;
}

/* =Table
-------------------------------------------------------------- */
#content table, #content td {
	border-collapse: collapse;
}

/* =Widgets
-------------------------------------------------------------- */
.sidebar aside.widget {
	clear:both;
	margin-bottom: 10px;
}

.sidebar aside.widget div,
.sidebar aside.widget ul {
	padding:10px 10px 20px 10px;
	/*border-bottom: 1px solid ${sidebar_navi_border_color};*/
	border-bottom: none;
}

.sidebar a {
	text-decoration: none;
}

.sidebar .ngg_images #ngg-webslice {
	padding:0;
	border:none;
}
.sidebar .ngg-widget img {
	border:none;
}
.sidebar .widget_rss li {
	padding-bottom: 10px;
}
.sidebar .widget_rss span.rss-date {
	display:block;
}
.sidebar .alo_easymail_widget div {
	padding: 10px;
	border:none;
}
.sidebar .alo_easymail_widget form {
	padding:0 10px 20px 10px;
}
.sidebar .widget_Twidget div {
	padding:0;
	border:none;
}
.sidebar .widget_Twidget ul {
	padding:10px 10px 0 10px;
}
.sidebar .widget_Twidget li {
	padding-bottom:10px;
}

/* =News
-------------------------------------------------------------- */
#comments {
	font-size: 12px;
	line-height: 20px;
}
.comment-form-comment {
	font-weight: bold;
}
.entry-title, .page-title { /* Headline nur f�r Content-Mitte */
	font-weight: bold;
}
.entry-meta {
	font-size: 12px;
	margin: 10px 0 5px 0;
	height: 20px;
}
.meta-prep-author {
	display: none;
}
.entry-date {
	font-weight: bold;
}
.meta-sep {
}
.vcard {
}
.entry-utility { /* Kommentare */
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	padding: 10px 0 10px 0;
	margin: 10px 0 50px 0;
	font-size: 12px;
}

.entry-utility-prep-cat-links {
	display: none;
}
.navigation {
	font-size: 11px;
	padding-bottom: 30px;
}
.nav-previous {
	float: left;
	width: 200px;
}
.nav-next {
	float: right;
	width: 200px;
	text-align: right;
}

.ngg-gallery-thumbnail img {
	background: transparent;
	border:none;
	margin:4px 0px 4px 5px;
	padding:3px;
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	padding: 2px;
	background: transparent;
	opacity:0.9;
}

.ngg-imagebrowser-nav{
	width: 100%;
	margin-left:0px;	
	padding:0;
}

.ngg-imagebrowser-nav .back,  .ngg-imagebrowser-nav .next{
	border:none;
	padding:3px 0px;
	margin-right:0px;
}

.ngg-imagebrowser-nav .next{
	position:relative;
	left:3px;
}

.ngg-imagebrowser-nav .back a,  .ngg-imagebrowser-nav .next a{
	color: black;
	font-size: 16px;
	position:relative;
	top:-4px;
	padding-left:0;
}

.ngg-imagebrowser-nav .counter{
	margin-left:0;
	padding-left:0;
}

div#shWrap div#shTitle div#shCount{padding-top:3px;}

.slideshowlink {
	padding-bottom: 10px;
}

/* =Image Slider Widget
-------------------------------------------------------------- */

div.jj-nexgen-jquery_slider{
	clear:both;
}

header #slider, header .nivo-controlNav, header .nivo-slice, header aside.widget{
	margin-left: auto;
	margin-right: auto;	
}

/* Sociable-Addon: puts space between headline and social icons */
.sociable-tagline{
	display: block;
	margin-bottom: 10px;
}

/* =Formulare
-------------------------------------------------------------- */
.with_frm_style form input, .with_frm_style form input:focus,
.with_frm_style form select, .with_frm_style form select:focus,
.with_frm_style form textarea, .with_frm_style form textarea:focus {
	background: white!important;
	border: 1px solid black!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}

.with_frm_style form input[type=submit] {
	background: #EEE!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	background: #e5e5e5!important;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5))!important;
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%)!important;
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%)!important;
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%)!important;
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%)!important;
	-pie-background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%)!important;
}

.with_frm_style form input[type=submit]:active {
	background: #EEE!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
background: #ffffff;
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
-pie-background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
}

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

.wpcol-one-quarter,
.wpcol-one-half,
.wpcol-three-quarter,
.wpcol-one-third,
.wpcol-two-third,
.wpcol-one-fifth,
.wpcol-two-fifth,
.wpcol-three-fifth,
.wpcol-four-fifth
 {
	float: left;
	margin-right:4%;
	position: relative;
	overflow: hidden;
}
td.wpcol-one-quarter,
td.wpcol-one-half,
td.wpcol-three-quarter,
td.wpcol-one-third,
td.wpcol-two-third,
td.wpcol-one-fifth,
td.wpcol-two-fifth,
td.wpcol-three-fifth,
td.wpcol-four-fifth {
	padding-right: 4% !important;
	float:none !important;
}
.wpcol-one-quarter {
	width: 22%;
}
.wpcol-one-half {
	width: 48%;
}
.wpcol-three-quarter {
	width: 74%;
}
.wpcol-one-third {
	width: 30.666%;
}
.wpcol-two-third {
	width: 65.334%;
}
.wpcol-one-fifth {
	width: 16.8%;
}
.wpcol-two-fifth{
	width: 37.6%;
}
.wpcol-three-fifth {
	width: 58.4%;
}
.wpcol-four-fifth {
	width: 79.2%;
}
.wpcol-last {
	clear: right;
	margin-right: 0;
}
.wpcol-both,
.wpcol-left,
.wpcol-right {
	margin: 0;
	padding: 0;
	background: none;
}
.wpcol-divider {
	clear: both !important;
	display: block !important;
	margin-bottom: 5px !important;
	padding-top: 5px !important;
	width: 100% !important;
	background: none !important;
}
.wpcol-both {
	clear: both !important;
}
.wpcol-left {
	clear: left !important;
}
.wpcol-right {
	clear: right !important;
}

/* =Additional rules
-------------------------------------------------------------- */
#second-footer-widget-area{padding-top:0;}

.dexter_header_image_widget img{margin-bottom:-2px;}

/* if padding is not set to zero, the image in the nextgen gallery slideshow widget will suddenly
   move 10px to the top and left after it has finished loading	
*/
.sidebar aside.widget div div.ngg-widget-slideshow
{
	padding:0;
}












.entry-content img {
	padding: 0 10px;
}

.entry-content .align-right {
	float: right;
	padding: 0 0 10px 10px;
}
.entry-content .align-left {
	float: left;
	padding: 0 10px 10px 0;
}
.entry-content .align-center {
	text-align: center;	
}

.entry-content .spaltenfunktion .align-left,
.entry-content .spaltenfunktion .align-right,
.entry-content .spaltenfunktion .align-center {
	padding: 0;
}

#content table.noalternate tr,
#content table.noalternate tr:nth-child(even) {
	background:transparent;
}
figure {
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption {
	/* text-align: center; */
	display: block; /* For IE8 */
}