/*
Theme Name: Volltext
Theme URI: https://www.akriga.com/
Author: Akriga Ltd
Author URI: https://www.akriga.com/
Description: Theme utilising Twitter bootstrap for responsive behaviours, jQuery and navwalker.

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 

*/




@charset "UTF-8";
/* CSS Document */

*,html,body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

html {
	margin-top: 5px !important;
	overflow-y: scroll;
}

#wrapper {
	//margin-top: -25px;
}

#wrapper2 {
	margin: 0px auto;
}


#content {
	padding:  10px 0;
}

.constrain {
	max-width: 610px;
	overflow: hidden;
}

.constrain_narrow {
	max-width: 550px;
}
	
	

.logo {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 15px;
}


.footer {
	text-align: left;
	font-size: 12px;
	border-top-style: solid;
	border-top-color: #ACACAF;
	font-weight: 300;
	word-spacing: 5px;
	padding-top: 15px;
	margin-top: 60px;
	margin-bottom: 70px;
}

.footer ul.nav {
	border: none;
}

.related {
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	padding-top: 20px;
	}


a {
   	color: #000000;
	text-decoration: none;
}


ul { 
	display: table; 
	width: 100%;
}
li { 
	margin-bottom: auto; 
	margin-top: auto; 
	text-align: center; 
}

/* BS override */
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-width:1px; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-color:#ccc; 
}

ul.nav li {
	font-size: 12px;
	font-weight: 500;
	dborder-right: 1px solid #000;
	background:url("/images/bullet_blue_8x8.png") no-repeat 0 -2px;
}
/*
ul.nav li a {
	border-right: 1px solid #000;
}
*/
ul.nav li a:after {
	content: '|';
	font-weight: 300;
	font-size: 10px;
	position:absolute;
    right: -2px;
	bottom: 0px;
}

ul.nav li:last-child a:after {
	content: '';
}

ul.nav li:first-child {
	background: none;
}

ul.nav li:last-child {
	border-right: none;
}

/* Top and bottom nav differences: */

ul#menu-top-menu li a {
	padding-left: 19px;
	padding-right: 18px;
}

ul#menu-bottom-menu li a {
	padding-left: 8px;
	padding-right: 8px;
}

ul#menu-top-menu li:last-child a {
	padding-right: 7px;
}
ul#menu-bottom-menu li:last-child a {
	padding-right: 0px;
}

ul#menu-top-menu li:first-child a {
	padding-left: 11px;
}
ul#menu-bottom-menu li:first-child a {
	padding-left: 0px;
}

ul#menu-top-menu li a { 
	text-transform: uppercase; 
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}


/* Small Devices, Tablets */
/* Menu collapsed state */
@media only screen and (max-width : 767px) {
	.navbar-nav > li > a {
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	ul.nav li {
		border: 0;
	}

	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-collapse ul.nav li a:after {
		content: '';
	}

	#content, 
	.content {
		padding:  10px 10px 10px 10px;
	}

	#header .social {
	}

	#header .social .icons {
		position: absolute;
		left: 5px !important;
		top: 48px !important;
	}

	#header {
		border-bottom: 1px solid #ACACAF;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.navigation {
		margin-right: 10px;
	}


	#forward_friend_container {
		margin-left: -160px !important;
		margin-top: -185px !important;
	}

	#sidebar {
		display: none;
	}

	div.social div.social_facebook,
	div.social div.social_twitter,
	div.social div.social_google,
	div.social div.social_email {
		-webkit-transform:scale(1.25, 1.25);
		-moz-transform:scale(1.25, 1.25);
		-ms-transform:scale(1.25, 1.25);
		-o-transform:scale(1.25, 1.25);
		transform:scale(1.25,1.25);
		padding: 0 5px;
	}
	
	.datum {
		padding: 5px 0;
	}

	#header .navigation {
        position: absolute;
        top: 20px;
		left: 10px;
    }

	#header .navbar-toggle {
		float: none;
	}

	#header .navbar-header {
		margin-left: 0;
	}
	
	#header .navbar-collapse {
		box-shadow: 3px 3px 3px #ccc; 
		margin-left: -10px;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
    }

	#header .navbar {
		background-color: transparent;
		margin-: 0;
		margin-right: 0;
		border: 0;
	}

	#header .navbar-default .navbar-nav {
		background-color: #fff;
		z-index: 2;
	}

	#header .navbar-nav > li > a {
		margin-right: 0;
		margin-left: 0;
	}

	#wrapper2 {
		padding: 0 10px;
	}
}

@media only screen and (max-width : 480px) {
	#header .navigation {
        top: 3px;
    }

	.logo img {
		-webkit-transform:scale(0.6, 0.6);
		-moz-transform:scale(0.6, 0.6);
		-ms-transform:scale(0.6, 0.6);
		-o-transform:scale(0.6, 0.6);
		transform:scale(0.6,0.6);
	}

	.logo {
		padding-top: 0;
		padding-bottom: 0;
	}
	#header .social .icons {
		top: 16px !important;
	}

	#header {
		border-bottom: 1px solid #ACACAF;
		padding-bottom: 0px;
		margin-bottom: 15px;
	}
}


/* (The title of an article) - mandatory */
.ueber, 
.ueber1,
.ueber a, 
.ueber1 a {		
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial,sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 6px;
	/* padding-top: 15px; */
}

.ueber {
	padding-top: 15px;
}

.ueber h1 {		
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-weight: 100;
}

	
/* (The subtitle) - optional */
.vorspann {
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 23px;
	padding-bottom: 15px;
	border-bottom: 1px solid ;
	border-color: #ACACAF;
}

.vorspann.noborder {
	border-bottom: 0;
	padding-bottom: 0;
}

.vorspann p:last-child {
	margin-bottom: 0;
}

/* (We will input the date manually) - mandatory */
.datum {
	display: inline-block;
	font-size: 12px;
	
}

/* (Social media icons for Facebook and Twitter plus an envelope-icon for sending a recommendation of the post to a friend via e-mail.) - mandatory */
.social {
}

/* (Body of the article) - mandatory */
.text {
	font-family: Georgia;
	line-height: 23px;
	font-size: 16px;
	font-weight: 300;
}

.text p {
  font-family: Georgia;
  line-height: 23px;
  padding-bottom:8px;
}
/* Stop bold/italic formatting reverting to Helvetica */
body.vt_texte .text i,
body.vt_texte .text em,
body.vt_texte .text strong,
body.vt_texte .text b, 
body.vt_texte .text a, 
body.vt_nachrichten .text i,
body.vt_nachrichten .text em,
body.vt_nachrichten .text strong,
body.vt_nachrichten .text b, 
body.vt_nachrichten .text a,
body.vt_ausgaben .text i,
body.vt_ausgaben .text em,
body.vt_ausgaben .text strong,
body.vt_ausgaben .text b, 
body.vt_ausgaben .text a,
body.vt_newsletter .text i,
body.vt_newsletter .text em,
body.vt_newsletter .text strong,
body.vt_newsletter .text b, 
body.vt_newsletter .text a

{
	font-family: Georgia;
	line-height: 23px;
}

/* (Information on the author of a piece. There could be more than one author per article) - optional */
.autor, .quelle {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

/* (To specify where the content comes from, e.g. the print edition, or an upcoming novel) - optional */
.source {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

/* (Basic information about a reviewed book . author, title, etc. In the future propably with an image of the cover. There could be more than one book per article) . optional  */
.biblio {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

/* (To document major changes to a text that has been published in a different version earlier or in the print edition. There could be more than one corrections per article) - optional */
.korrektur {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

/* (Links to related articles either on our own site or elsewhere on the web) - optional */
.related {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}





















/* social media icons */

div.social {
	display: inline-block;
}

div.social > div {
	display: inline-block;
	margin: 0;
	padding:0;

	/*
	-moz-background-size: 50% 50%;
    -o-background-size: 50% 50%;
    -webkit-background-size: 50% 50%; 
    background-size: 50% 50%;
	*/
    background-repeat: no-repeat;
}

div.social div a {
	display: block;
	width: 30px;
	height: 30px;
}

div.social div.social_facebook {
	background: url("/wp-content/uploads/2015/09/facebook.png");
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

div.social div.social_twitter {
	background: url("/wp-content/uploads/2015/09/twitter.png");
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

div.social div.social_google {
	background: url("/wp-content/uploads/2015/09/social-gr.jpg");
	background-position: -63px 0;
}

div.social div.social_email {
	background: url("/wp-content/uploads/2015/09/forward-friend.png");
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

/* social media icons in header */
div#social1 {
}

/* social media icons in content */
div#social2 {
	float: right;
}

img.page_scan {
	border-width:1px; 
	border-style: solid; 
	border-color:#ccc; 
	box-shadow: 3px 3px 3px #ccc; 
}


#abo_form .form-group div:last-child {
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
}

#abo_form .form-group div:first-child {
	padding-left: 0;
}

#abo_form {
	font-size: 14px;
}

#abo_form label {
	text-align: left;
	font-weight: 400;
	padding-top: 0;
	padding-left: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	width: 100%;
	min-height: 29px;
	line-height: 29px;
}

/* Override bootstrap */
#abo_form .form-group div {
	padding-left: 2px;
	padding-right: 2px;
}

#abo_form .form-group div {
	min-height: 29px;
	line-height: normal;
}

#abo_form .form-group div input,
#abo_form .form-group div select,
#abo_form .form-group div textarea
{
	font-size: 14px;
	margin: 3px;
}

#abo_form .form-group {
	margin: 0 0 2px 0;
}


#abo_form .form-group div input[type=text] {
	width: 80%;
}

#abo_form .form-group div textarea {
	width: 80%;
}

textarea#ff_nachricht {
	width: 100%;
}

.attention {
	color: #f00;
}



/* Forward to a friend popup classes */
#forward_friend > div {
	position:relative;
}	

div.show_hide a {
	display: block;
	width: 24px;
	height:24px;
}

.social {
	position: relative;
	top: -35px;
	margin-bottom: -35px;
}

.social {
	wqdwidth: 100%;
	display: block;
	height: 30px;
}

.social .icons {
	float: right;
}

.social .icons>div {
	display: inline-block;
}

#header .social {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
}


#forward_friend_overlay {
	opacity: 0.5;
	height: 6000px;
	width: 6000px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: #000;
}
#forward_friend_container {
    position: absolute;
    z-index: 1001;
  	position: fixed; /* or absolute */
  	top: 50%;
  	left: 50%;
	margin-left: -275px;
	margin-top: -130px;
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #003FA6;
}

#popup {
	z-index:100;
	background-color: rgba(1.0, 1.0, 1.0, 0.4);
}

#popup label {
	width: 100%;
}
#popup .form-group>div {
	vertical-align: middle;
}
#popup .form-horizontal .control-label {
	padding-top: 0;
}

div.social div a.ajax-mail-send {
	background: rgba(0, 0, 0, 0) url("/wp-content/themes/volltext/images/abschicken-button.png") no-repeat scroll 0 0;
	width: 161px;
	height: 62px;
}

/* use with bootstrap .container and .container-fluid when we want a full-width column */
.nopadding {
	padding: 0;
}

#abo_form {
	z-index: -1;
}

.form-group {
	z-index: -1;
}

#abo_form .cb label {
	border: none;
	display: inline;
}

#abo_form .cb input {
	margin-left: 5px !important;
}

#abo_form .cb {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px !important;
}

/* submit biuttons for abo form and forward to friend */
.btn-group-lg > .btn, .btn-lg {
	border-radius: 15px;
	padding: 11px 11px;
	font-size: 19px;
	letter-spacing: -0.9px;
	-webkit-transform:scale(1.05, 1.0);
	-moz-transform:scale(1.05, 1.0);
	-ms-transform:scale(1.05, 1.0);
	-o-transform:scale(1.05, 1.0);
	transform:scale(1.05,1.0);
}

.btn-info {
    background-color: #003fa6;
    border-color: #003fa6;
	margin-right: 10px;
}

.btn-info:hover {
    background-color: #205fc6;
    border-color: #205fc6;
}

#abo_form submit {
	display: block;
	width: 100%;
	height: 100%;
}

.navbar {
	margin-bottom: 3px;
	min-height: 0px;
	/* position: static; */
}

.navbar-nav a:hover {
	background-color: #ddeeff !important;
}

#header {
	position: relative;
	/* margin-top: 20px; */
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ACACAF;
	/* padding: 0 10px; */
	z-index: 10;	/* make sure dropdown overlays content */
}

.prev_next a {
	display: inline-block;
	padding: 5px;
	text-align: center;
/*
	border-radius: 5px;
	color: #fff;
    background-color: #003fa6;
    border-color: #003fa6;
*/
	margin-right: 10px;
}

.prev_next a:hover {
/*
    background-color: #205fc6;
    border-color: #205fc6;
*/
}

#sidebar {
	float: right;
}

#content:after {
  content:"";
  display:table;
  clear:both;
}

#content a, #content a strong, #content a b, #content a i {
color: #0042A3;
	text-decoration: none;
}

#content a:hover {
	color: #4082e3;
}

.ueber a, .ueber1 a {
	color: #000000 !important;
}
.ueber a:hover, .ueber1 a:hover {
	color: #888 !important;
}

.datum {
	margin: 15px 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 32px;
	color: #747473;
	border-bottom: 1px solid #ACACAF;
	border-top: 1px solid #ACACAF;
	display: block;
}

.datum .social {
	top: 1px;
}

.ausgaben {
	padding-top: 20px;
}

.ausgabe {
	border-bottom: 1px solid #ACACAF;
	padding: 20px 0 30px 0;
}

.ausgabe_thumbnail img {
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    box-shadow: 3px 3px 3px #CCC;
}

.ausgabe .entry-content {
	padding-left: 12px;
}

h1 {
	font-size: 25px;
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial,sans-serif;
	font-weight: 100;
	margin-top: 13px;
}

h2 {
	font-size: 22px;
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial,sans-serif;
}

.ausgabe .entry-content h2 {
}

/* links at bottom of home page */
.mehr {
	margin: auto;
	margin-top: 20px;
}

.mehr a {
	color: #000 !important;
}

.mehr a:hover {
	color: #888 !important;
}

.mehr a:first-child {
	text-align:right;
}

.mehr a:last-child {
	text-align:left;
}

.mehr span.pipe {
	text-align: center !important;
}


@media only screen and (max-width : 767px) {
	.mehr span.pipe {
		display: none;
	}
	.mehr a {
		display: block;
		text-align: center !important;
	}
}


#searchform {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}

/* all bs columns within forms */
.form_col,
.static_col {
	position: relative;
}

