/*
Theme Name: _gvg
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.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;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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: 14px;
	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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 * Some WP Theme Repository requirements
 */

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}
/*
 * Allgemeine Styles
 */

@media all and (min-width: 1200px){
	.container {
		width: 1050px;
	}
}
 
a {
	color: #E6007F;
}

a:focus, a:hover {
	color: #B30063;
}

h1 {
	text-align: center;
}

h4 {
	line-height: 1.5em;
}

h4 > a,
h4 > a:focus,
h4 > a:hover {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

hr {
	border-top: 2px solid #E6007F;
}

ul {
	margin-left: 15px;
}

li {
	padding-bottom: 0.75em;
}

p {
	line-height: 1.5em;
	hyphens: auto;
}

.btn, {
    padding: 3px 10px;
}
    
.btn-info {
    color: #E6007F;
    background-color: #fff;
    border-color: #E6007F;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #E6007F;
    border-color: #E6007F;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    background-color: #E6007F;
    border-color: #E6007F;
    text-decoration: none;
}

@media all and (min-width: 1200px) {
	.spalte {
		padding-left: 40px;
		padding-right: 40px;
	}
}
 
/*
 * Header
 */
 
 
.menu-oben {
	padding-bottom:2px;
} 
 
header {
	padding-top: 2px;
}

.navbar {
	margin-bottom: 0px;
}

@media all and (min-width:768px) {
	.navbar {
		min-height: 40px;
	}
}
 
.navbar-default {
	background-color: #fff;
	border: none;
} 

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

.navbar-brand {
	color: #333 !important;
	font-size: 32px;
	font-weight: 200;
	line-height: 30px;
	padding: 0px;
}

.navbar-nav {
    float: right;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover  {
    background-color: #E6007F;
    color: #fff;
}

.nav > li {
	padding-bottom: 0px;
}

.nav > li > a {
	color: #777;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #E6007F;
    color: #FFF;
}

 /* 1. Seite */


.startseitenheader {
	position: relative;
}

.mehr {
	text-align: center;
}

.blog-list {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

/*.blog-list > li > :after{
	padding-left: 15px;
}

.blog-list > li :hover{
	padding-left: 15px;
	text-decoration: none !important;
}

.blog-list > li :hover:after{
	content: '\2192';
	padding-left: 15px;
}*/

/*
 * Seite
 */
 
 .entry-header, .page-title {
 	padding-top: 30px;
 }
 
/*
 * 3-Spalten Template
 */


.spalten-titel {
		margin-top: 40px;
		margin-bottom: 10px;
		text-align: left;		
	}

@media all and (min-width: 768px) { 
	.spalten-titel {
		margin-bottom: 15px;
	}
}

.footertext {
	font-weight: 500;
	letter-spacing: 0.025em;
	text-align: center;
}

/*
 * Footer
 */

.footer-menu > .navbar-nav {
	margin: 0px;
}

.site-footer-inner > hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-footer-inner > hr:nth-child(1) {
	margin-top: -15px;
}

.site-footer-inner > hr:nth-child(3) {
	margin-bottom: 15px;
}


.site-footer-inner > .row > .footer-menu > .navbar-nav > li {
	float: none;
}

@media all and (min-width: 441px) {
.site-footer-inner > .row > .footer-menu > .navbar-nav > li {
		float: left;
	}
}

.site-footer-inner > .row > .footer-menu > .navbar-nav > li > a {
	text-align: right;
}

.menu-left {
	float: left;
	padding-top: 50px;
}

@media all and (min-width: 441px) {
	.menu-left {
		padding-top: 0px;
	}
}

.menu-right {
	float: right;
}

@media all and (min-width: 768px) {
	div.weitere-logos:nth-child(5) > div:nth-child(5n+7),
	div.weitere-logos:nth-child(6) > div:nth-child(5n+7) {
		margin-left: 16.66666667%;
	}
}

.logo {
	text-align: center;
	padding: 5px;
}

.copyright {
	font-size: 10px;
	padding-top: 1%;
	padding-right: 5px;
	padding-left: 0px;
	text-align: right;
}


.info {
	font-size: 10px;
	font-weight: 500;
	padding-right: 0px;
	padding-left: 5px;
	text-align: left;
}

@media all and (min-width: 441px){
	.copyright {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
		.info {
		font-size: 14px;
		padding-left: 30px;
		padding-right: 15px;
		padding-top: 15px;
	}
	
	.logo {
		padding: 15px;
	}
}

@media all and (min-width: 768px){

	.logo > a >img {
		max-width: 100px;
	}
}


/*footer Blog*/


.page-id-86 > .site-footer > .container > .row > .site-footer-inner > hr:nth-child(1) {
	margin-top: -15px;
}

.page-id-86 > .site-footer > .container > .row > .site-footer-inner > hr:nth-child(3) {
	margin-bottom: 0px;
}

.page-id-86 > .site-footer > .container > .row > .site-footer-inner > hr:nth-child(5) {
	margin-bottom: 15px;
}

.footer-links {
	float: left;
	display: block;
	padding: 10px 15px;
	line-height: 18px;
}

.footer-links > a {
	padding: 11px 15px;
	line-height: 18px;
	color: #777;
}

.footer-links > a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #E6007F;
}

/*
 * Twitter Feed
 */

.tweet {
	font-size: 12px;
	hyphens: auto;
	padding-bottom: 5px;
}

.twitter_intents {
	font-size: 12px;
	display: inline;
	padding-right: 10px;
	float: left;
}

.twitter_intents > a{
	padding-right: 10px;
}

.timestamp {
	display: inline;
	font-size: 12px;
	float: right;
}

.tweet-hr {
	margin: 15px 25px;
	padding-top:1px;
}


/*
 * Newsletter Felder
 */

.newsletter > form > table > tbody > tr > th {
	font-weight: 200;
	max-width: 100px;
	padding-top: 10px;
}

.newsletter-td-submit {
	padding-bottom: 15px !important;
	padding-top: 5px !important;
	text-align: center;
}

td {
	padding: 0px;
}

.checkbox-info {
	padding-top: 10px;
}

.newsletter-firstname {
	width: 265px;
}

.newsletter-lastname {
	width: 265px;
}

.newsletter-email {
	width: 265px;
}

.newsletter-profile-3 {
	width: 265px;
}

.newsletter-profile-2 {
	width: 265px;
}

@media all and (min-width: 768px) {
	.newsletter-firstname {
		width: 220px;
	}

	.newsletter-lastname {
		width: 220px;
	}

	.newsletter-email {
		width: 220px;
	}

	.newsletter-profile-3 {
		width: 220px;
	}

	.newsletter-profile-2 {
		width: 220px;
	}
}

@media all and (min-width: 992px) {
	.newsletter-firstname {
		width: 265px;
	}

	.newsletter-lastname {
		width: 265px;
	}

	.newsletter-email {
		width: 265px;
	}

	.newsletter-profile-3 {
		width: 265px;
	}

	.newsletter-profile-2 {
		width: 265px;
	}
}

.newsletter-submit {
	margin-top: 10px;
}

input[type=submit] {
	color: #E6007F;
    padding: 3px 10px;
    background-color: #fff;
    border-color: #E6007F;
    border-radius: 0px;
	border: 1px solid ! important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

input[type=submit]:focus {
    color: #fff;
    background-color: #E6007F;
    border-color: #E6007F;
}
input[type=submit]:hover {
    color: #fff;
    background-color: #E6007F;
    border-color: #E6007F;
    text-decoration: none;
}

/*
 * Kontakt
 */

.wpcf7-form > p {
	font-weight: 200;
}


.wpcf7-text {
	width: 294px;
}

.wpcf7-textarea {
	width: 294px;
}

@media all and (min-width: 768px) {
	.wpcf7-text {
		width: 215px;
	}

	.wpcf7-textarea {
		width: 215px;
	}
}

@media all and (min-width: 992px) {

	.wpcf7-text {
		width: 294px;
	}

	.wpcf7-textarea {
		width: 294px;
	}
}

/*
 * Wer
 */

.starttext {
	margin-top: 50px;
	margin-bottom: 20px;
}

.einleitung_liste_organisationen {
	font-weight: 500;
	padding-top: 10px;
}

.organisationen > a {
	color: #333;
	font-weight: 200;
}

.wer-liste-2 {
	margin-top: -10px;
	margin-bottom: -10px;
}

@media all and (min-width: 768px) {
	.wer-liste-2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.einleitung_logos{
	font-weight: 500;
	margin-bottom: -10px;
	padding-top: 10px;
}

.wer_text_2 {
	padding-top: 10px;
}


/*
 * Blog
 */

.kategorie > p {
	padding-bottom: 15px;
}

.blog-list > li > p {
	margin-top: -5px;
	margin-bottom: 0px;
}

.sidebar {
	padding-top: 65px;
}

.pager li > a, .pager li > span {
	border: none;
	background-color: #fff;
	font-weight: 500;
}

.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
	background-color: #fff;
}

@media all and (min-width: 551px) {
	.pager li > a, .pager li > span {
		border-radius: 0px;
		color: #fff;
		background-color: #E6007F;
		font-weight: 500;
	}
	.pager li > a:hover,
	.pager li > span :hover,
	.pager li > a:focus,
	.pager li > span:focus {
	background-color: #ccc;
}
}

.comment-reply-title {
	font-size: 16px;
}

/*
 * Programm
 */

/* Farbschema 1 */

.spalte-1 {
	color: #0E6B92;
}

.spalte-2 {
	color: #FFD107;
}

.spalte-4 {
	color: #CF3D56;
}

.spalte-3 {
	color: #116C23;
}


/* Farbschema 2

.spalte-1 {
	color: #084FA9;
}

.spalte-2 {
	color: #0E6B92;
}

.spalte-3 {
	color: #08A4A9;
}

.spalte-4 {
	color: #079F79;
}
*/

/* Ende Farbschemata*/

.tagesueberschrift {
	margin-top: 50px;
	margin-bottom: 20px;
}

.programm-zeile {
	border-bottom: 1px dashed #0E6B92;
	padding: 10px 0;
}

.programm-inhalts-spalte {
	border-bottom: 1px dashed #0E6B92;
	padding-top: 10px;
	padding-bottom: 10px;
}

.programm-zeile > .spalte-4 {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 0px;
}

.programm-titel-spalte {
	font-weight: 500;
	text-transform: uppercase;
}

@media all and (min-width: 768px) {

	.programm-inhalts-spalte {
		border-bottom: none;
	}
	.programm-titel-spalte {
		padding: 15px;
	}
	
	.programm-titel {
		color: #fff;
		padding: 10px;
		padding-top: 30px;
		text-align: center;
		height: 80px;
	}
/* Farbschema 1 */

	.spalte-1 > .programm-titel {
		background-color: #0E6B92;
	}

	.spalte-2 > .programm-titel {
		background-color: #FFD107;
	}

	.spalte-4 > .programm-titel {
		background-color: #CF3D56;
	}

	.spalte-3 > .programm-titel {
		background-color: #116C23;
	}

/* Farbschema 2

	.spalte-1 > .programm-titel {
		background-color: #084FA9;
	}

	.spalte-2 > .programm-titel {
		background-color: #0E6B92;
	}

	.spalte-3 > .programm-titel {
		background-color: #08A4A9;
	}

	.spalte-4 > .programm-titel {
		background-color: #079F79;
	}
*/
}

.zeit {
	font-weight: 500;
}

.programm-inhalts-spalte > .zeit,
.programm-inhalts-spalte > .ort,
.programm-inhalts-spalte > .event-beschreibung {
	color: rgb(51, 51, 51);
}

.event-titel {
	font-weight: 500;
	text-transform: uppercase;
}

.event-beschreibung {
	font-size: 12px;
	padding-top: 10px;
}