/* %%%%%%%%%%
Theme Name:     WP Build
Theme URI:      http://the-mess-age.com
Description:    Child theme for the Twenty Fourteen theme for www.the-mess-age.com 
Author:         Daniel Sprenger, @codeagenda
Author URI:     http://codeagenda.com
Template:       twentyfourteen                             
Version:        1.0
%%%%%%%%%% */



/*Display None: --------
____________________________________*/

/*.site-footer,*/

.hentry > h1,
.avatar,
.site-description {
	display: none;
}

/* #GENERAL LAYOUT
____________________________________*/
* {
	box-sizing: border-box;
}
html, body {
height: 100%;
	min-height: 100%;
	overflow-x:hidden;
}
body {
	font-family:'Quist', 'sans-serif';
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	height: 100%;
	/*background: #eee;*/
}

.site-content { 	
	margin-top: 0px;
}
img {
	width: 100%;
	height: auto;
}
section img {
	margin-top: -40px;
}
.category-blog img {
	max-width: 100%;
	height: auto;
	width: auto;
}

svg {
	height: auto ;
	width: 100% ;
}
article {
	padding-bottom:10px;

}

.category-work article {

}

section {
	padding-top: 30px;
	padding-bottom: 30px;
}
::-moz-selection,
::selection { 
  	color:#fff;
  	background-color: black;
  /*	text-shadow: 10px 10px red;*/
  	
}
/*User select None, prevents secondary text to be copied */
a, li {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
/* %%%%%%%%% #TYPOGRAFIE %%%%%%%%%% */
a {
	font-style: inherit;
	color: gray;
	text-decoration: none;
}
p,
.post_content p,
.entry-content p {
	font-family: "quist";
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	color:#333;
	line-height: 1.5432em;
	-moz-font-feature-settings: "liga", "dlig";
/*	-moz-hyphens: auto;*/
}

.entry-content .lead {
	font-family: 'Quist', 'sans-serif';
	font-style: normal;
	
	font-weight: 500;
	font-size: 28px;
	line-height: 1.4em;
	padding-top:16px ;
	padding-bottom:20px ;
	margin-bottom: 10px;
}
.home .lead {
font-family: BroncoBlack;
font-size: 36px;
text-transform: uppercase;
	padding: 9px;
	margin: 5px 0 4px;
}
/*.category-text .page-header .meta {
	font-family: 'ff-meta-serif-web-pro';
	text-align: center;
	font-style: italic;
}
.comment-content {
	margin-top: 20px;
	font-family:'ff-meta-serif-web-pro';
	font-weight: 400;
	font-style: normal;
	color: #333;
	}*/
h1 {
	font: normal 700 58px "Quist";
	color:#222;
	text-rendering:optimizeLegibility;
	margin-bottom: 1px;
	padding-bottom: 0px;
	padding-top: 6px;
}
h2 {
	font: normal 700 32px "Quist-Headline";
	color:#fb4848;
	text-rendering:optimizeLegibility;
	margin-bottom: 1px;
	padding-bottom: 0px;
	padding-top: 6px;
}

h3 {
	font: normal 400 24px "Quist";
	color:#fb4848;
	text-rendering:optimizeLegibility;
	margin-bottom: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px
}
h4 {
	font: normal 400 20px "Quist";
	color:#fb4848;
	text-rendering:optimizeLegibility;
	margin-bottom: 1px;
	padding-bottom: 0px;
	padding-top: 6px;
}
.page-header h1,
.site-content > h1,
.entry-header h1 {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4em;
	text-transform: lowercase;
	color:#fb4848;
	word-wrap: break-word;
	margin-top: 22px;
	padding-bottom: 0px;
	margin-left: -3px;
	margin-bottom: 5px;
}
figcaption {
	position: fixed;
	width:100%;
	bottom: 20px;
	font-family: 'Quist';
	font-size:14px;
	line-height: 1.4em;
	text-transform: lowercase;
} 
.metabox {}
.taxonomy-description, 
.entry-meta,
.byline {}		
.code, .after, pre {
	width: 100px;
	top: 0px;
	font-size: 15%;
	font-family: monospace;
	font-weight: 400;
	border-style: none;
}
.small, small, sup {
	font-family: "ff-meta-serif-web-pro";
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	color: #fb4848;
}

/* %%%%%%%%% #NAVIGATION STYLES %%%%%%%%%% */
/* %%%%%%%%% #LINKS %%%%%%%%%% */

a:hover,
a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color:rgba(255, 0, 0, .75);
	text-decoration: none;	
}
a.frontpage {
	color: #fb4848 ;
}
a.frontpage:hover {
	color: #333 ;
}
/*.comment-metadata a {
	font-family: quist;
	font-weight: 500;
	font-size: 14px;
}*/
/* %%%%%%%%% #HEADER %%%%%%%%%% */

.brand {
    float: left;
	background: none;
	margin-top: 0px;
	margin-left: -2px;
	width: 40px;
	height: 105px;	
	line-height: 0.62em;
}
.navbar-default .navbar-brand {
  color: black;
  color: rgba(0, 0, 0, .75);
  font-family: BroncoBlack, 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.154em;
  margin-right: 0;
  overflow: visible;
  padding: 45px 5px 15px 0;
  text-transform: uppercase;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand.active {
	color: #fb4848;
}
/* #Main Navigation/Menu*/
ul.navbar-nav {
	text-transform: uppercase;
	list-style: none;
	float: right;
	margin-top: 5px;
	
	padding: 0;
	display: inline-block;

}
.menu-item-22 a:hover {
	color: black!important;
}
.navbar-nav li{
	display: block;
	float: left;
}

.nav > li > a {
  

  display: block;
  padding: 5px 6px 5px 6px;
  position: relative;
  }

.nav > li:last-child > a {
	
	border-right: 0 solid #fff;
}

.navbar-nav > li > a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: red;
   
}

.navbar-default .navbar-nav > .open > a,
.navbar-default,
.dropdown-toggle, 
.dropdown-toggle:hover, 
.dropdown-toggle:active {
	background: transparent;
	background: rgba(255, 255, 255, 0);
}
.dropdown-menu > li > a {
	color: #333;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:active, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-toggle:active {
	color:#fb4848;
	background: transparent;
}

.site-header {
	
	width: 75%;
	 z-index: 2000;
}

.navbar-default {
    height: 40px;
    background: transparent;
    z-index: 2000;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border-radius: 0;
    border:0px solid black;
    margin-top: 0;
}
.dropdown-menu {
    border: 1px solid black;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.navbar-header::after {
	display: inline;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default,
.dropdown-toggle, 
.dropdown-toggle:hover, 
.dropdown-toggle:active {
	background: transparent;
	background: rgba(255, 255, 255, 0);
}
.navbar-default, 
.navbar-nav > 
.open > a,
.navbar-default .navbar-nav > .active > a,
.btn-default {
	background: transparent;
}
.menu-icons {
	font-family: "ff-meta-serif-web-pro";
	font-weight: 500;
}
.icon {
display: none;
	max-width: 32px;
	fill: #333;
}
/* #Language */
ul#qtranslate-chooser {
	list-style: none;
	position: fixed;
	top: 0px;
	right: 0px;
	margin: 5px;
	padding: 0;	
	z-index: 2000000000;
}
ul#qtranslate-chooser li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;	
}
ul#qtranslate-chooser li:first-child {
	border-right: 1px dotted #777;
}
ul#qtranslate-chooser li a {
	color:#333;
	font-size: 15px;
	padding: 6px 5px 5px;
}
ul#qtranslate-chooser li.active a {
	background: #333;
	color: #eee;
	border-radius: 50%;
	border-left-color: rgba(255, 100, 125, .1);
	
	}
.pager {
	list-style: none;
	padding-left: 0;
}
.pager li > a, .pager li > span {
  background-color: transparent;
  color: #333;
  border: none;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}
#secondary {
	display: none;
}
/*! Animation BRONCO HOME.css
____________________________________*/
.marquee {
	position: absolute;
	width: 740px;
	left: 170px;
	height: 900px;
	overflow: hidden;
	top: 5px;
}
.marquee span {
	
	/*color: white;*/
	font-family: 'BroncoBlack', Arial;
	font-weight: bold;
	font-size: 64px;
	font-style: normal;
	line-height: 1.03em;
	text-transform: uppercase;
	float: left;
	width: 400%;
}
.scroller1 {
	position: relative;
	-webkit-animation: scroll 100s infinite linear; /* Safari 4+ */
	-moz-animation:    scroll 100s infinite linear; /* Fx 5+ */
	-o-animation:      scroll 100s infinite linear; /* Opera 12+ */
	animation:         scroll 100s infinite linear; /* IE 10+ */
}
.scroller2 {
	position: relative;
	-webkit-animation: scroll 80s infinite linear; /* Safari 4+ */
	-moz-animation:    scroll 80s infinite linear; /* Fx 5+ */
	-o-animation:      scroll 80s infinite linear; /* Opera 12+ */
	animation:         scroll 80s infinite linear; /* IE 10+ */
}
.scroller3 {
	position: relative;
	-webkit-animation: scroll 60s infinite linear; /* Safari 4+ */
	-moz-animation:    scroll 60s infinite linear; /* Fx 5+ */
	-o-animation:      scroll 60s infinite linear; /* Opera 12+ */
	animation:         scroll 60s infinite linear; /* IE 10+ */
}
.scroller1:hover,
.scroller2:hover,
.scroller3:hover {
  -webkit-animation-play-state: paused; /* Safari 4+ */
  -moz-animation-play-state: paused; /* Fx 5+ */
  -o-animation-play-state: paused; /* Opera 12+ */
  animation-play-state: paused; /* IE 10+ */
}
@keyframes scroll {
0% { transform: translate(100%, 0px);/*left: 100%;*/ }
100% { transform: translate(-100%, 0px);/*left: -400%;*/ }
}
@-webkit-keyframes scroll {  
0% { transform: translate(100%, 0px);/*left: 100%;*/ }
100% { transform: translate(-100%, 0px);/*left: -400%;*/ }
}
@-moz-keyframes scroll {
0% { transform: translate(100%, 0px);/*left: 100%;*/ }
100% { transform: translate(-100%, 0px);/*left: -400%;*/ }
}
@-o-keyframes scroll {
0% { left: 100%; }
100% { left: -400%; }
}
.lightgray{
	color: rgba(255, 255, 255, .75);
}
.midgray {
	color: rgba(255, 255, 255, .55);
}
.darkgray {
	color: rgba(255, 255, 255, .35);
}
.darkergray {
	color: rgba(255, 255, 255, .2);
}
/*  #Workindex
____________________________________*/
.blend-a {
	padding-left: 10px;
}
.blend-m {
	padding-left: -22px;
}
.blend-t {
	padding-left: 6px;
}
.message-wrap {
	width: 101%;
	margin-left: -2px;
	
	padding-right: 0;
	overflow: hidden;
	-moz-transform:rotate(-0.3deg);
	-webkit-transform:rotate(-0.3deg);
	-o-transform:rotate(-0.3deg);
	-ms-transform:rotate(-0.3deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.03);
}
.message {
	font-family: 'BroncoBlack', 'Arial Black', sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	line-height: 0.83em;
	letter-spacing: 0.05em;
	color: #333;
	overflow: hidden;
	margin-left: 40px;
	text-align: left;
	z-index: 100;
}
.message-red {
	font-family: 'BroncoBlack', Arial;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	line-height: 0.93em;
	color:#333;
	z-index: 100;
	margin-top: 35px;
}
.nobreak {
 white-space: nowrap;
}
.signatur {
	font-family: BroncoBlack, Arial;
	overflow: hidden;
  	color:#fb4848;
  	letter-spacing: 0.05em;
  	float: right;
    padding: 15% 0 20%;
  	margin-right: -0.2%;
  	text-transform: uppercase;
}
/* #WORKINDEX post display*/

.letter-spacing {
	letter-spacing: 0.25em;
}

.post_content {
	height: 150px;
	overflow: hidden;
	padding: 0px;
	padding-right: 30px;
}
.post_content .message-wrap {
	margin-top: -90px;
	margin-left: 20px;
	width: 100%;
	height: 100%;
}
.post_content .xl,
.message {
	line-height: 1.28em;
}
.post_content .message {
	color: rgba(0, 0, 0, .75);
	font-size: 170px;
	margin-top: -65px;
	margin-left: -42px;
	transition: all 0.55s ease;
	line-height: 1em;
	letter-spacing: -30px;
}
.post_content .message:focus,
.post_content .message:hover {
	letter-spacing: 0px;
}
/*.post_content .message.xl:focus,
.post_content .message.xl:hover {
	color:#333;
	background: #eee;
	padding-top: 130px;
	margin-left: 18px;
	margin-right: auto;
	padding-bottom: 350px;
	font-size: 40px;
	line-height: 1.232em;
}*/
.page-header figcaption {
	position: relative;
	bottom: 0px;
	width: 100%;
	font-family: 'quist';
	font-size:14px;
	line-height: 1.4em;
	padding-top:8px;
}
/*3D OPTIONs*/
.w1 {perspective: 1200px;}
.w2 {perspective: 1000px;}
.paper {
	overflow: hidden;
	background-color: #ddd;
	padding-bottom: 5%;
	transform-style: preserve-3d;
	transform: rotateX(10deg) rotateY(10deg);
}
.postertype {
	text-transform: uppercase;
	font-family: 'BroncoBlack', Arial;
	font-size: 9vw;
	color:rgba(0, 0, 0, 0.7);
	margin-left: -3%;
}
.previewpaper {
  height: 100%;
  width:50%;
  margin:0px 0px 0px 0px;
  overflow: hidden;
}
.previewpaper:hover {background-color: #ddd; }
.previewtype {
	text-transform: uppercase;
	font-family: 'BroncoBlack', Arial;
	font-size: 4vw;
	overflow: hidden;
	white-space:nowrap;
	color:rgba(0, 0, 0, 0.7);
	margin-left: -12%;
	margin-right: -12%;
}
.previewtype2 {
	text-transform: uppercase;
	font-family: BroncoBlack, Arial;
	font-size: 6vw;
	overflow: hidden;
	white-space:nowrap;
	color:rgba(0, 0, 0, 0.7);
	margin-left: -5%;
}
.wrapper {width:100%;background-color: black;}
.oben {
	height: 100px;
	width: 1000px;
	overflow:hidden;
	line-height: 220px;
	background-color: black;
	padding-left:10px;
	padding-bottom: 25px; /*this creates the font overlap*/
	margin-bottom: -25px; /*this creates the font overlap*/
}
.unten {
	height:60px;
	width: 1010px;
	line-height: 0px;
	overflow:hidden;
 	padding-top: 10px;
}
/* #COMMENTS*/
.comment-list {
	padding-left: 21px;
}

textarea {
	outline: none;
	border-style: none;
	border-top: 0px;
	border-image: none;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 10px solid #fb4848;
	border-radius: 0px;
	background-color: #fff;
	outline: none;
	display: block;
	padding: 0 0 0 0.4em;
	line-height: 2em;
}
.comment-notes{
	font-size: 16px;
}
.comment-form-comment{
	padding-top: 32px;
}
.comment-meta,
.comment-metadata {
	font-family:'Quist', 'sans-serif';
	font-weight: 400;
	font-style: normal;
}
#url,
#email,
#author {
	position: absolute;
	left: 120px;
	height: 36px;
	border-top:  0px dotted #000;
	border-right: 0px;
	border-bottom: 1px dotted #000;
	border-left: 0px dotted #000;
}
p.logged-in-as,
.logged-in-as a {
	font-family:"ff-meta-serif-web-pro";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;	
}
.logged-in-as a:first-child,
.fn {
	font-family:'Quist', 'sans-serif';
	font-weight: 700;
	font-style: normal;
	}
.url {
	color: #fb4848;
	font-weight: 900;
}
.comment-reply-title {
	display: none;
}
.page-header h1 a {
	padding-bottom: 0px;
	font-size: 20px;
}
.entry-header,
.page-header {
	margin-top: 0px;
	border-bottom: 0px dotted #fb4848;
	margin: 40px 2px 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h1.single-title {
	font-family: 'Quist';
	font-weight: 400;
	font-size: 19px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1em;
	display: inline;
	position: fixed;
	bottom: 32px;
	right: 50px;
	overflow: visible;
	padding-bottom: 8px;
	margin-left: -4px;
	z-index: 5000;
} 
.metabox{
height: 26px;
margin-top: 0px;
text-align: right;
display: inline;
font-size: 24px;
background:rgba(255, 100, 125, .1);
text-align: left;
}
.page-header > .meta {
font-weight: normal;
display: inline-block;
margin-top: 10px;
text-align: left;
}
.meta a {
font-weight: bold;	
}
/* pseudoPARALlAX %%%%%%%%%% Background IMAGES %%%%%%%%%  
*/
#concrete1 {
    background: url(img/backgroundtexturbeton4.jpg) 50% 0 fixed;
    height: auto; 
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
/* Buttons */
.btn {
	border: none;
    border-radius: 0px;
}
.btn:hover {
	background-color:none;
}
.btn:active {
	background-color:none;
}
.btn-default {
	border-radius:none!important;
	font-size:140%;
	font-weight: normal;
	text-align:center;
}
.btn, .btn-default, button {
	min-height: 26px;
}
.btn-default > .btn-default {
	margin: 2px;
}
/* %%%%%%%%%% Z-INDEX %%%%%%%%%% */
.navbar-brand, ul#mqtranslate-chooser {
	z-index: 2999;
}
/* %%%%%%%%% COLORS %%%%%%%%%% */
body,  
h3, 
.navbar-default .navbar-nav > li > a, 
.table,
.entry-title a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-nav > li > a:hover, 
.dropdown-toggle, 
.dropdown-toggle:hover,
.btn-default.free,
select,
input,
.input-text {
	color:#333;
} 
/* BORDERS */
input {
	border: 1px solid #b9b8b7;
	border-radius: 0px;
}
.navbar-default .navbar-toggle {
	border: none;
	padding: 16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	transition: all 0.3s ease;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: none;
}
/* SIZES */
.navbar-nav > li > a, 
.dropdown-menu > li > a,
th {
	font-family: "Quist", sans-serif;
	font-size:15px;
	color: #fb4848;
}
/* %%%%%%%%% Special Formats %%%%%%%%%% */
.dropcap {
	float: left;
	font-family: "quist";
	font-size: 114px;
	font-weight: 600;
	line-height: 91px;
	text-shadow: 10px -10px 10 #aaa;
	height: 86px;
	width: 53px;
	border: 1px 1px 0 0 solid green;
	margin-left: 3px;
	margin-right: 9px;
	margin-top: 6px;
	padding: 0;
	text-transform: uppercase;
	background-color: #444444;
	color: #fff;
}
/* %%%%%%%%% FOOTER %%%%%%%%% */
.site-footer {

	width: 100%;
	height: auto;

	margin-bottom: 0;
	padding-bottom: 0;
}
ul.footer-menu {

	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
}
ul.footer-menu li {
margin-right: 0px;

}
ul.footer-menu li a{
	font-size: 14px;
	color: #333;
}
ul.footer-menu li a:hover{
	
}

select {
	-webkit-border-radius:none;
    -moz-border-radius:none;
    border-radius:none;
}
th { border-top: none; }
input { padding:4px 0px 7px 3px;}

/* %%%%%%%%% # @FONTS %%%%%%%% */
@font-face {
      font-family: 'Quist-Headline';
      src: url('fonts/Quist-Headline.eot'),
        url('fonts/Quist-Headline.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quist-Headline.woff') format('woff'),
        url('fonts/Quist-Headline.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
}
@font-face {
      font-family: 'Quist';
      src: url('fonts/Quist-Regular.eot'),
        url('fonts/Quist-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quist-Regular.woff') format('woff'),
        url('fonts/Quist-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
}
@font-face {
      font-family: 'Quist';
      src: url('fonts/Quist-Medium.eot'),
        url('fonts/Quist-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quist-Medium.woff') format('woff'),
        url('fonts/Quist-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
}
@font-face {
      font-family: 'Quist';
      src: url('fonts/Quist-Bold.eot'),
        url('fonts/Quist-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quist-Bold.woff') format('woff'),
        url('fonts/Quist-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
}
@font-face {
      font-family: 'BroncoBlack';
      src: url('fonts/bronco_black_distorted.eot'),
        url('fonts/bronco_black_distorted.eot?#iefix') format('embedded-opentype'),
        url('fonts/bronco_black_distorted.woff') format('woff'),
        url('fonts/bronco_black_distorted.ttf') format('truetype'),
        url('fonts/bronco_black_distorted.svg#webfontZam02nTh') format('svg');
      font-weight: bolder;
      font-style: normal;
}
/* %%%%%%%%%% MEDIA QUERIES %%%%%%%%%% */
@media only screen 
and (max-width : 320px) {
.navbar-brand {
	padding-left: 30px;
}
p,
.post_content p,
.entry-content p {
	font-size: 16px;
	
}
.dropcap {
	margin-top: 23px;
	margin-left: -2px;
}

.entry-content .lead {
	font-size: 18px;
	}
.message {
	margin-left: -6%;
}
.message, .signatur {
	font-size: 200%;
	}
.xl,
.message-red {
	font-size: 520%;
	margin-left: -9%;
}
.page-header h1 a {
	font-size: 14px;
}
.post_content {
	height: 155px;
}
}
@media (min-width :321px)
and (max-width : 360px) {
p,
.post_content p,
.entry-content p {
	font-size: 16px;
	
}
.dropcap {
	margin-top: 23px;
	margin-left: -2px;
}
#top .lead,
.entry-content .lead {
	font-size: 18px;
	}
.message {
	margin-left: -4%;
}
.message, .signatur {
	font-size: 220%;
}
.xl,
.message-red {
	font-size: 520%;
	margin-left: -8%;
}
}
@media (min-width: 361px)
and (max-width: 480px) {
p,
.post_content p,
.entry-content p {
	font-size: 16px;
	
}
.dropcap {
	margin-top: 0px;
	margin-left: -7px;
}
#top .lead,
.entry-content .lead {
	font-size: 18px;
	}

.message {
	margin-left: -4%;
}
.message, .signatur {
	font-size: 300%;
}
.xl,
.message-red {
	font-size: 590%;
	margin-left: -8%;
}
}
@media (min-width: 481px)
and (max-width: 640px) {
.message {
	margin-left: -4%;
}
.message, .signatur {
	font-size: 310%;
}
.xl,
.message-red {
	font-size: 800%;
	margin-left: -6%;
}
}
@media (min-width: 641px)
and (max-width: 767px) {
.message {
	margin-left: -4%;
}
.message, .signatur {
	font-size: 380%;
}
.xl,
.message-red {
	font-size: 1030%;
	margin-left: -6%;
}
}
@media (min-width: 768px) {}
@media (min-width: 768px)
and (max-width: 979px){
.message {
	margin-left: -3%;
}
.message, .signatur {
	font-size: 500%;
}
.xl,
.message-red {
	font-size: 1280%;
	margin-left: -6%;
}
}
@media (max-width: 768px) {
	
.site-content {
	margin-top: 0px;
}
.navbar-default .container, .brand.container {
	padding-left: 15px;
	padding-right: 15px;	
}
}
@media (min-width: 980px) and (max-width: 991px) {
.message {
	margin-left: -3%;
}
.message, .signatur {
	font-size: 580%;
}
.xl,
.message-red {
	font-size: 1400%;
	margin-left: -6%;
}
.navbar-brand {
	display: block;
	font-weight: 900;
	font-style: normal;
}
.navbar-nav > li:last-child {
	float: left !important;
	}
}
@media (min-width: 980px) {}
@media (min-width: 992px) and (max-width: 1024px){
.message {
	margin-left: -3%;
}
.message, .signatur {
	font-size: 680%;
}
.xl,
.message-red {
	font-size: 1450%;
	margin-left: -6%;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {

.message, .signatur {
	font-size: 730%;
}
.xl,
.message-red {
	font-size: 1480%;
	margin-left: -5%;
}
}
@media (min-width: 1200px) {
.archive-header {
	position: fixed;
	top: 94px;
	width: 200px;
	text-align: right;
	background: #fff;
	padding-right: 15px;
}
.archive-title{
	border-bottom: 1px dotted #aaa;
	padding-left: 0px;
	margin-left: 0px;
}
.author-description,
.taxonomy-description p{
	text-align: right;
	padding-right: 5px;
	color:#fb4848;
	font-weight: 400;
}
#top {
  	margin-top: 0px;
  	padding-top: 0px;
}
.message {
	margin-left: -2%;
}
.message, .signatur {
	font-size: 820%;
}
.xl,
.message-red {
	font-size: 1500%;
	margin-left: -4%;
} 
}
@media (min-width: 1400px){
.message, .signatur {
	font-size: 980%;
}
.xl,
.message-red {
	font-size: 1980%;
	margin-left: -4%;
}
}
@media (min-width: 1600px) {
.message, .signatur {
	font-size: 980%;
}
.xl,
.message-red {
	font-size: 1980%;
	margin-left: -4%;
}
.marquee {
	position: absolute;
	width: 840px;
	left: 0px;
	height: 900px;
	overflow: hidden;
	top: 5px;
}
}
@media (min-width: 1800px) {
.message, .signatur {
	font-size: 1100%;
}
.xl,
.message-red {
	font-size: 2700%;
	margin-left: -4%;
}
}
@media (min-width: 2200px) {
.message, .signatur {
	font-size: 1500%;
}
.xl,
.message-red {
	font-size: 3000%;
	margin-left: -4%;
}
}