/* 
dev theme for talking-text.de

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


available css-components 
	
	drupal-settings
	- nodes 					// @import "nodes.css";
	- block						// @import "block.css";
	- views						// @import "views.css";
		- frontpage
		- taxonomy
		- tags
		- profiles
	- reset						// @import "reset.css";
	
	libaries
	- javascript libaries		// @import "lib.css";
	
	site setup
	- site setup				// @import "site-setup.css";
	- nav 						// @import "nav.css";
*/

/* reset drupal fw css */
@import "reset.css";

/* insert google web fonts */
@import url(http://fonts.googleapis.com/css?family=Oxygen:700,400,300);

/* drupal */
@import "nodes.css";
@import "block.css";
@import "views.css";

/* external js libaries css */
@import "lib.css";

/* site elements, wrappers, containers, bars & navs */
@import "site-setup.css";
@import "nav.css";
@import "cfg.css";

@import "view-port-1170.css";
@import "view-port-1024.css";
@import "view-port-992.css";
@import "view-port-480.css";
@import "animate.css";

/*four*/


#dynamic-left-inside,
#dynamic-right-inside
	{
	background-color:rgba(0,  0, 0, 1);
    height: auto;
     overflow: hidden;/* */
     width: 25%;
	 margin-top:140px;
	 position:relative;
	 color:#fff;
	}

#dynamic-left-inside #block-block-7 .content,
#dynamic-right-inside #block-block-13 .content,
#dynamic-right-outside #block-block-14 .content
	{
	padding:5%;
	}	
	
	
#dynamic-left-inside
	{
	margin-left:25%;z-index: 1;
	}

#dynamic-right-inside
	{
	margin-left:50%;
	background-color: rgba(0, 0, 0, 1);z-index: 2;
	}
	
#dynamic-right-outside
	{
	margin-left:75%;
	color:#fff;z-index: 1;
	}

.column
	{
	margin-bottom:50px;
	}
	
#dynamic-left-outside
	{
	background-color:rgba(0,  0, 0, 1);
	 width: 25%;
	 margin-top:140px;
	 position:relative;
	 z-index: 1;
	 height:auto;
	 overflow:hidden;
	}		

#dynamic-right-outside
	{
	background-color:rgba(0,  0, 0, 1);
	 width: 25%;
	 margin-top:140px;
	 position:relative;
	 z-index: 2;
	}	

.element-invisible,
.container-inline .element-invisible
	{
	display:none;
	}

/* global setup */

html,
body { height: 100%; }
body {
display: table;
margin:0;
padding:0;
width: 100%;
font-family: 'Oxygen', sans-serif;
}
	
h1 
	{ margin-bottom:10px;}

h2 
	{ margin-bottom:5px; }
	
h3, h4, h5, h6 {
	font-weight:normal;	
	}

h1 {
    font-size: 24px;
    line-height: 30px;
	font-weight:200;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
h3 {
    font-size: 17px;
    line-height: 19px;
}
h4 {
    font-size: 16px;
    line-height: 18px;
}
h5, h6 {
    font-size: 16px;
    line-height:18px;
}
p {
	font-size:12px;
	margin-bottom:16px;
	line-height:21px;
}

/* drupal standard classes*/ 
#page-title
	{
	font-family: 'Oxygen',sans-serif;
	font-weight:300;
	font-size:36px;
	text-transform:uppercase;
	}


body .form-actions 
	{
	padding:0;
	}


/* gloabal bootstrap */


b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}

.field-label {
    font-weight: bold;
}

