/*
    Theme Name: Gutjahr v.1.1.27
    Theme URI: http://gutjahr.biz
    Description: WordPress Theme used by gutjahr.biz
    Version: 1.1.27
    Author: Richard Gutjahr
    Author URI: http://gutjahr.biz
    Tags: Gutjahr
*/

/* *********************************************************************************************************************

    Stylesheet Structure:

    1) Tag styles
    2) Fonts
    3) Form elements
    4) Utility classes
    5) Page layout
    6) Components
    7) Responsiveness

***********************************************************************************************************************/


/* 1) Tag styles *******************************************************************************************************/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: white;
  color: #444;
  /*font-family: Georgia, Palatino, 'Palatino Linotype', FreeSerif, serif;*/
  font-family: Oxygen, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  margin: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.page {
  background-color: #fff;
}

.page .big-featured-image-container .title-container .post-date {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}

h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

h1 {
  font-size: 36px;
  margin: .67em 0;
}

h2 {
  color: #7a7a7a;
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5,
h6 {
  font-size: 20px;
}

h1 small {
  font-size: 40%;
  padding-left: 2em;
  white-space: nowrap;
}

a {
  background: transparent;
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:active,
a:visited {
  outline: 0 none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a.icon {
  color: #aaa;
}

a.icon:hover {
  color: #428bca;
}

p {
  margin: 0 0 10px;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
ol {
  margin-bottom: 10px;
  margin-top: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.blog {
  clear: both;
  position: relative;
}

.blog_content ul:not(.lp_benefits__list) {
  list-style: none;
}

.blog_content ul:not(.lp_benefits__list) li:before {
  color: rgb(183, 0, 3);
  content: "• ";
  display: inline-block;
  font-size: 1.5em;
  margin-left: -.75em;
  vertical-align: top;
  width: .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Blockquotes */
blockquote {
  color: #a4a4a4;
  margin: 1em 2em;
}

blockquote:before,
blockquote:after {
  content: '';
}

/* Floating blockquotes on the left and right */
blockquote.aside-left,
blockquote.aside-right {
  color: inherit;
  font-style: italic;
  padding: 10px 20px 0;
  width: 40%;
}

blockquote.aside-right {
  border: none;
  border-left: 5px solid #eee;
  float: right;
  margin: 0 0 1em 1em;
}

blockquote.aside-left {
  border: none;
  border-right: 5px solid #eee;
  float: left;
  margin: 0 1em 1em 0;
}

blockquote.aside-left p,
blockquote.aside-right p {
  font-size: 120%;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

cite {
  font-style: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small,
.small {
  font-size: 85%;
}

audio,
canvas,
video {
  display: inline-block;
}

code,
pre {
  font-family: monospace, serif;
  font-size: 1em;
}

code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 17px;
  line-height: 1.428571429;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

address {
  font-style: normal;
  line-height: 1.428571429;
  margin-bottom: 20px;
}

small {
  font-size: 80%;
}

svg:not(:root) {
  overflow: hidden;
}


/* SVG icons */
.icon-twitter,
.icon-facebook,
.icon-googleplus,
.icon-prev,
.icon-next,
.icon-envelope {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  right: .33em;
  top: .15em;
  width: 1.5em;
}

.icon-next {
  left: .33em;
  right: 0;
}

.icon-circle {
  height: 1.9em;
  width: 1.9em;
}

.icon-circle.icon-circle-big {
  height: 3.5em;
  width: 3.5em;
}

.icon-circle .icon-inner {
  fill: #aaa;
}

.icon-circle .icon-outer {
  fill: transparent;
  stroke: #aaa;
  stroke-width: 20px;
}

.icon-circle:hover .icon-inner {
  fill: white;
}

.icon-circle:hover .icon-outer {
  fill: #428bca;
  stroke: #428bca;
}

.icon-close {
  cursor: pointer;
}

body.single-post .content_functions .icon-close {
  display: none;
}

.icon-circle.icon-circle-big.icon-twitter:hover .icon-inner {
  fill: white;
}

.icon-circle.icon-circle-big.icon-twitter:hover .icon-outer {
  fill: #4099ff;
  stroke: #4099ff;
}

.icon-circle.icon-circle-big.icon-facebook:hover .icon-inner {
  fill: white;
}

.icon-circle.icon-circle-big.icon-facebook:hover .icon-outer {
  fill: #3b5998;
  stroke: #3b5998;
}

.icon-circle.icon-circle-big.icon-googleplus:hover .icon-inner {
  fill: white;
}

.icon-circle.icon-circle-big.icon-googleplus:hover .icon-outer {
  fill: #d64a2e;
  stroke: #d64a2e;
}

/* 2) Fonts ***********************************************************************************************************/
h1, h2, h3, h4,
.btn,
pre,
blockquote p,
.navbar,
.total_page_header,
.tile,
.tile h2,
.wp-caption-text,
.blog_comments_title {
  font-family: Oxygen, Arial, sans-serif;
}

/* 3) Form elements ***************************************************************************************************/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em 0.625em 0.75em;
}

legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #525252;
  box-shadow: none;
  outline: 0 none;
}

:-moz-placeholder {
  color: #ccc;
  font-family: sans-serif;
}

::-moz-placeholder {
  color: #ccc;
  font-family: sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-family: sans-serif;
}

input[type=submit] {
  -webkit-appearance: button;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: none;
  display: inline-block;
  padding: 6px 12px 3px;
  vertical-align: middle;
  width: 100%;
}

.form-group {
  margin-bottom: 1em;
}

.form-submit {
  margin-top: 1em
}


/* 4) Utility classes *************************************************************************************************/
.text-center {
  text-align: center;
}

.float-right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* classes required by WordPress */
.sticky {
}

.gallery:before,
.gallery:after {
  content: ' ';
  display: table;
}

.gallery:after {
  clear: both;
  margin: auto;
}

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

.gallery img {
  border: 2px solid #ccc;
}

.gallery .gallery-caption {
  margin-left: 0;
}

.bypostauthor {
}

.alignright {
  float: right;
  margin: 1em 0 1.3em 1em;
  padding-left: 1em;
}

.alignleft {
  float: left;
  margin: 1em 1.3em 1em 0;
}

.aligncenter {
}


/* 5) Page layout *****************************************************************************************************/
.page_content {
  padding-top: 50px; /* magic number to make the page content start below the navbar, which is 50px high */
}

.landing-page-overlay {
  display: block;
  left: 0;
  margin-top: 50px;
  padding-top: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.landing-page-overlay h1 {
  color: white !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 5em !important;
  font-weight: 100 !important;
  margin-top: 0 !important;
}

body:not(.home) .landing-page-overlay {
  display: none;
}

.page_content {
  -webkit-transition: all .75s;
  transition: all .75s;
}

body.home:not(.landing-page-overlay-hidden) .page_content {
  -o-filter: blur(5px) brightness(.7);
  -webkit-filter: blur(5px) brightness(.7);
  filter: blur(5px) brightness(.7);
  /*filter: url("assets/img/blur.svg#gaussian_blur");*/
  opacity: .99;
  transition: all .75s;
}

body:not(.landing-page-overlay-hidden).home .landing-page-overlay {
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px;
}


/* Grid */
.col-xs-2,
.col-xs-6,
.col-xs-8,
.col-xs-12,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-2,
.col-xs-6,
.col-xs-8,
.col-xs-12 {
  float: left;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}


/* Navigation */
.navbar {
  background-color: rgba(255, 255, 255, .9);
  border: 0 none;
  border-bottom: 1px solid #ddd;
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

/* wrapper around .navbar-toggle and .navbar-logo */
.navbar-header {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 4px;
}

/* logo in navigation */
.navbar-logo {
  float: left;
  font-size: 18px;
  line-height: 23px;
  padding: 4px 15px 0;
}

.navbar-logo svg {
  height: 40px;
  position: relative;
  top: 1px;
  width: 40px;
}

.navbar-logo .g-logo-svg path {
  fill: #525252;
}

.navbar-logo .g-logo-svg circle {
  stroke: #525252;
}

.navbar-logo:hover,
  /*.navbar-logo:focus {background-color:#525252;}*/
.navbar-logo .g-logo-svg:hover path,
.navbar-logo:focus .g-logo-svg path {
  fill: white;
}

.navbar-logo .g-logo-svg:hover circle,
.navbar-logo:focus .g-logo-svg circle {
  fill: #525252;
}

/* burger button for toggling navigation on small screens */
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid #525252;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin: 8px 15px 8px;
  padding: 9px 10px;
  position: relative;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #525252;
}

/* burger icon is made out of three stacked divs with class 'icon-bar' */
.navbar-toggle .icon-bar {
  background-color: #525252;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: white;
}

.screen-reader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* section of navigation that is collapsing on small screen sizes */
.navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.collapse {
  display: none;
}

.navbar-collapse.collapse {
  height: 0;
}

/* actual navigation items */
.navbar-nav {
  list-style: none;
  margin: 7.5px -15px;
  padding-left: 0;
}

.navbar-nav ul {
  list-style: none;
  padding-left: 0;
}

.navbar-nav li {
  display: block;
  position: relative;
}

.navbar-nav a {
  color: #525252;
  display: block;
  letter-spacing: 0.4px;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
}

.navbar-nav li:hover a {
  color: white;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background-color: #525252;
  text-decoration: none;
}

/* form for search input */
.navbar-search {
  border: 0 none;
  margin: 8px -15px;
  padding: 10px 15px;
}

.navbar-search-input {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  display: inline-block;
  font-family: Oxygen, Arial, sans-serif;
  font-weight: lighter;
  height: 29px;
  letter-spacing: .4px;
  margin-top: 4px;
  padding: 3px 12px 3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  vertical-align: middle;
  width: 100%;
}

.navbar-search-input:focus {
  border: 1px solid #ddd;
}

input.navbar-search-input:-moz-placeholder {
  color: #525252;
}

input.navbar-search-input::-moz-placeholder {
  color: #525252;
}

input.navbar-search-input:-ms-input-placeholder {
  color: #525252;
}

input.navbar-search-input::-webkit-input-placeholder {
  color: #525252;
}

.navbar-search-input:focus {
  background-color: #fff;
}

input.navbar-search-input:focus:-moz-placeholder {
  color: #999;
}

input.navbar-search-input:focus::-moz-placeholder {
  color: #999;
}

input.navbar-search-input:focus:-ms-input-placeholder {
  color: #999;
}

input.navbar-search-input:focus::-webkit-input-placeholder {
  color: #999;
}

/* navbar language links */
.navbar-language-links {
  float: right;
  height: 28px;
  margin: 12px 12px 10px -12px;
}

.navbar-language-links a.flag {
  color: transparent;
  display: block;
  float: left;
  font-size: 1px;
  height: 100%;
  margin-left: 12px;

  margin-top: 2px;
  overflow: hidden;
  width: 45px;
}

/* flags */
a.flag-de svg .flag-de-gold-stripe {
  visibility: hidden;
}

/* flags are colored on hover */
a.flag-us:hover svg .flag-us-stripe {
  fill: #b22234;
}

a.flag-us:hover svg .flag-us-stars-bg {
  fill: #3c3b6e;
}

a.flag-de:hover svg .flag-de-red-stripe {
  fill: #d00;
}

a.flag-de:hover svg .flag-de-gold-stripe {
  fill: #ffce00;
  visibility: visible;
}

/* Components *********************************************************************************************************/
/* Content tiles */
.tile {
  padding: 2px;
}

.tile_image {
  background-color: #444;
  background-size: cover;
  border-radius: 3px;
  cursor: pointer;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.tile.tile_is_open .tile_image:after {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  opacity: .5;
  position: absolute;
  width: 100%;
}

.tile:first-child .tile_image {
  height: 604px;
}

.tile h2 {
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); !* FF3.6+ *!*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5))); !* Chrome,Safari4+ *!*/
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); !* Chrome10+,Safari5.1+ *!*/
  /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); !* Opera 11.10+ *!*/
  /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); !* IE10+ *!*/
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); !* W3C *!*/
  /*bottom: 0;*/
  /*color: #fff;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); !* IE6-9 *!*/
  /*font-size: 1.8em;*/
  /*margin: 0;*/
  /*padding: .4em 0.5em 0.25em 0.5em;*/
  /*position: absolute;*/
  /*text-shadow: 0 0 6px #000;*/
  /*width: 100%;*/
}

.tile:hover h2 {
  /*text-shadow: 0 0 8px #aaa;*/
}

/* Post content */
.tile_content {
  height: 100%;
  position: absolute;
  top: 300px;
  width: 100%;
}

.tile_content_font {
  background: #000;
  opacity: .85;
}

.tile_content_text {
  color: #fff;
  line-height: 1.85em;
  margin: 2em 0 0 1em;
  width: 95%;
}

.content_container {
  background-color: #fff;
  margin: 0 -2px 0 -2px;
  overflow: hidden;
}

body.single-post .content_container,
body.page .content_container {
  margin-top: -2px;
}

.content_container div,
.content_functions {
  background-color: #fff;
}

.content_container div {
  vertical-align: top;
}

.content_functions {
  margin: 1.2em 0 1.6em 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}

.content_container.inline-article {
  clear: both;
}

.content {
  float: none !important;
  margin: 20px auto;
  max-width: 920px;
  padding: 0 !important;
  position: relative;
}

.content .content-wrapper {
  background-color: white;
  border: 1em solid white;
  position: relative;
}

.content .content-wrapper.ambilight-effect-bg {
  -webkit-filter: blur(60px) saturate(3);
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0) scaleX(1.1);
  /*-moz-transform: translate3d(0,0,0) scaleX(1.1);
  -moz-filter: blur(60px) saturate(3);*/
  /*transform: translate3d(0,0,0) scaleX(1.1);
  filter: blur(60px) saturate(3);*/
}

.content * {
  max-width: 100%;
}

.content img {
  height: auto;
  /*margin-left: 0 !important;*/
}

.content p {
  margin-bottom: 1em;
}

.blog h1 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.title-container {
  padding-bottom: 2em;
}

.title-container h1,
.title-container h2,
.title-container .post-date {
  color: white;
  font-family: 'Doppio One', sans-serif;
  -webkit-font-variant-ligatures: no-common-ligatures; /* Some ligatures are missing in Doppio One */
  font-variant-ligatures: no-common-ligatures;
  font-weight: normal;
  line-height: 1.4em;
  padding: 0 1em;
  text-shadow: 0 0 6px #000;
}

.title-container h1 {
  font-size: 3em;
  margin-bottom: .5em;
  margin-top: .5em;
}

.title-container h2 {
  font-size: 2em;
  margin-bottom: .5em;
  margin-top: .5em;
}

.title-container .post-date {
  font-size: 1.2em;
  line-height: 2.5em;
}

.content_container.inline-article {
  padding-top: 2px;
}

.content_container.inline-article .big-featured-image-container,
.page .big-featured-image-container {
  margin-top: 0;
}

/* Article navigation (prev/next links) */
.blog .article-nav {
  clear: both;
  margin: 0 -7px;
  max-width: initial;
}

.blog .article-nav .article-nav__item {
  min-height: 1em;
  padding-left: 7px;
  padding-right: 7px;
}

.blog .article-nav button {
  max-width: 100%;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.blog .article-nav button.right {
  text-align: right;
}

/* LaterPay timepasses */
.blog .lp_time-pass-widget {
  clear: both;
  margin: 2em -5px 0 -5px !important;
  max-width: initial !important;
  text-align: center;
}

.blog .lp_time-pass-widget:after {
  clear: left;
  content: '';
  display: block;
}

.blog .lp_time-pass-widget .lp_time-pass {
  display: inline-block !important;
  line-height: 1.2em;
  margin: 0 auto 13px auto !important;
  min-width: 230px !important;
  text-align: left;
  width: 32.5% !important;
}

.blog .lp_time-pass-widget .lp_time-pass > * {
  position: relative !important;
}

.blog .lp_time-pass-widget .lp_time-pass-2 > * {
  margin: auto !important;
}

.blog .lp_time-pass-widget .lp_time-pass-3 > * {
  float: right !important;
}

.blog .lp_time-pass-widget--small .lp_time-pass__title {
  font-family: Arial, sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.blog .lp_time-pass-widget--small .lp_time-pass__conditions th,
.blog .lp_time-pass-widget--small .lp_time-pass__conditions td {
  line-height: 1.3em !important;
  padding-bottom: .5em !important;
}

.blog .lp_time-pass-widget--small .lp_purchase-button::before {
  left: -1px !important;
  top: 10px !important;
}

.content {
  font-size: 1.3em;
  line-height: 1.8em;
}

.wp-caption {
  margin: 0;
}

.wp-caption-text {
  font-size: 80%;
  line-height: 130%;
  margin-bottom: 1em;
  margin-top: 0.4em;
}


/* Comments */
.comment-reply-title,
.blog_comments_title {
  font-size: 1.6em;
  margin: 2em 0 1em;
}

.comment_list,
.comment_list ul {
  list-style-type: none;
}

.comment_list {
  padding-left: 0;
}

.comment_list li {
  margin-bottom: 2em;
}

#respond {
  margin-top: 10em;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-author {
  margin-bottom: 10px;
}

.comment-author img {
  float: left;
  margin-right: 6px;
}

.comment-author .comment_meta {
  float: left;
  font-style: italic;
  line-height: 1.2em;
}

#infobox,
#menu-item-13596 {
  display: none;
}

.comment_meta cite {
  font-style: italic;
}

.content_container div {
  background: none;
}

.thread-odd {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 10px;
}


/* SVG loading indicator */
.infinite-loader {
  clear: both;
  padding-top: 0.5em;
}

.loader-animated {
  -webkit-animation: hideshow 3.5s ease-in-out infinite;
  animation: hideshow 3.5s ease-in-out infinite;
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.loader-animated .g-loader-svg {
  fill: #fff;
}

@-webkit-keyframes hideshow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideshow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Social media links */
.social_media_sharing_row {
  margin: 3em 0 0 0;
  padding: 0;
}

.social_media_sharing {
  padding: 0;
}

.social_media_gray {
  text-align: center;
}

.social_media_gray button {
  background-color: #fff;
  border: 0 none;
  color: #aaa;
}

.social_media_gray_border {
  margin: 3em 0 2em;
  padding: 0;
  text-align: center;
}

.social_media_gray_border button {
  background-color: #fff;
  border: 1px solid #aaa;
  color: #aaa;
  margin-bottom: 8px;
  margin-right: 8px;
  min-width: 110px;
  width: 22%;
}

.social_media_gray_border button:hover,
.social_media_gray button:hover {
  border: 0 none;
  color: #fff;
}

.twitter_button:hover {
  background-color: #4099ff;
}

.facebook_button:hover {
  background-color: #3b5998;
}

.googleplus_button:hover {
  background-color: #d64a2e;
}

.flattr_button:hover {
  background-color: #5fa933;
}


/* LaterPay */
#laterpay img {
  height: 18px;
  margin: 0 20px 0 0;
  opacity: .7;
}

#laterpay:hover img {
  opacity: 1;
}

#laterpay-invoice-indicator {
  float: right;
  margin: 12px 0 0;
}


/* Lightbox */
/* Preload images */
/*body:after {
  content: url(assets/img/close.png) url(assets/img/loading.gif) url(assets/img/prev.png) url(assets/img/next.png);
  display: none;
}*/
.lightboxOverlay {
  background-color: black;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.lightbox {
  font-weight: normal;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

.lightbox .lb-image {
  border-radius: 3px;
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  background-color: white;
  border-radius: 4px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
  *zoom: 1;
}

.lb-outerContainer:after {
  clear: both;
  content: '';
  display: table;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  height: 25%;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 43%;
  width: 100%;
}

.lb-cancel {
  background: url(assets/img/loading.gif) no-repeat;
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.lb-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  outline: none;
}

.lb-prev,
.lb-next {
  cursor: pointer;
  display: block;
  height: 100%;
}

.lb-nav a.lb-prev {
  background: url(assets/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  float: left;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 34%;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  background: url(assets/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  float: right;
  opacity: 0;
  right: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 64%;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  *zoom: 1;
}

.lb-dataContainer:after {
  clear: both;
  content: '';
  display: table;
}

.lb-data {
  color: #ccc;
  padding: 0 4px;
}

.lb-data .lb-details {
  float: left;
  line-height: 1.1em;
  text-align: left;
  width: 85%;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  clear: left;
  color: #999;
  display: block;
  font-size: 12px;
  padding-bottom: 1em;
}

.lb-data .lb-close {
  background: url(assets/img/close.png) top right no-repeat;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  float: right;
  height: 30px;
  opacity: .7;
  outline: none;
  text-align: right;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 30px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Stuff */
.total_page_header {
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: -9px;
  padding: .5em 0 1em 1em;
}

.bildurheber {
  float: right;
  font-size: 12px;
  margin: -2em 0.25em 0 0;
}


/* Responsiveness *****************************************************************************************************/

/* iPad portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tile .tile_image {
    height: 300px;
  }

  .tile:first-child .tile_image {
    height: 500px;
  }

  .tile:nth-child(2) .tile_image {
    height: 350px;
  }
}


@media (max-width: 1000px) {
  #navbar-wrapper {
    width: 100%;
  }

  .navbar-logo {
    margin-left: -10px;
    margin-right: -11px;
  }

  .navbar-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav, .navbar-nav ul {
    margin-bottom: 0;
  }

  #laterpay-invoice-indicator {
    margin-right: 10px;
  }

  .navbar-search {
    padding: 0 10px 0 0;
  }

  .navbar-search-input {
    width: 9em
  }
}


/* iPhone */
@media (max-width: 767px) {
  .navbar {
    height: auto;
    min-height: 50px;
  }

  .navbar .navbar-logo {
    margin: 0;
  }

  .navbar-search {
    padding-left: 10px;
    width: 100%;
  }

  .navbar-search-input {
    margin-bottom: 10px;
    width: 100%;
  }

  #laterpay-invoice-indicator {
    float: none;
    height: 35px;
    margin: -86px 10px 56px;
  }

  blockquote.aside-right,
  blockquote.aside-left {
    border: none;
    width: 100%;
  }

  blockquote {
    margin: 1em;
  }

  .hide-xs {
    display: none;
  }

  /* FIXME: this is a hack to stop social media buttons to be hidden when there's still plenty of space */
  .btn-sm.hide-xs {
    display: inline-block;
  }

  .tile_image {
    height: 150px;
  }

  body.home .landing-page-overlay {
    padding-top: 80px;
  }

  body.home .landing-page-overlay h1 {
    font-size: 3.5em !important;
  }
}


@media (max-width: 767px) {
  .navbar-search {
    margin: 0;
  }

  .navbar-search .form-group {
    margin-bottom: 5px;
  }

  .navbar-nav a {
    padding-left: 20px;
    padding-right: 30px;
    text-align: right;
  }

  .navbar-search-input {
    text-align: right;
  }

  .tile_image,
  .tile:first-child .tile_image,
  .tile:first-child + .tile .tile_image {
    height: 150px;
  }

  .title-container {
    font-size: .8em;
  }

  /*    .blog_content {font-size:1em;}*/
}


@media (max-width: 567px) {
  /* TODO: this is to stop social media buttons to be hidden; there should be a more elegant solution though */
  .content_functions .col-xs-2 {
    padding: 0;
    width: 8%;
  }

  .social_media_gray {
    padding: 0;
    width: 84%;
  }

  .social_media_gray .btn-sm {
    font-size: 10px;
    line-height: 2;
    padding: 5px;
  }

  .icon-circle.icon-print,
  .icon-circle.icon-close {
    margin-top: -.3em;
    max-width: 2.2em;
  }

  .big-featured-image-container {
    margin-top: 50px;
  }

  .title-container {
    font-size: .6em;
  }

  .title-container h1 {
    line-height: 1.2em;
    margin-bottom: .3em;
    margin-top: .3em;
  }

  .title-container .post-date {
    font-size: 1.5em;
  }

  .title-container--page h1,
  .title-container--page h2 {
    padding-right: 5% !important;
  }

  .title-container--page h1 {
    font-size: 2.5em;
  }

  .blog .lp_time-pass-widget .lp_time-pass > * {
    float: none !important;
    margin: auto !important;
  }

  .blog .article-nav button {
    font-size: .8em;
    padding: 4px;
  }
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-header,
  .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }

  .navbar .navbar-logo {
    margin-left: -15px;
  }

  .navbar-nav li {
    float: left;
  }

  .navbar-nav a {
    border-radius: 1em;
    margin-top: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .navbar-search {
    border: 0;
    box-shadow: none;
    float: right;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }

  .navbar-search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-toggle {
    display: none;
  }
}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .title-container {
    font-size: 1.2em;
    padding-bottom: 4em;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

/* About page *****************************************************************************************************/
.content .workshops-box {
  background-color: rgb(179, 179, 179);
  border-radius: 1em;
  padding: 1em;
}

.content .workshops-box,
.content .workshops-box span {
  color: white !important;
  font-family: Oxygen, Arial, sans-serif;
}

@media (min-width: 768px) {
  .content .download-imgs .col-sm-4 {
    padding: 0;
  }

  .content .download-imgs .col-sm-4:nth-child(2) figure {
    float: none;
    margin: auto;
  }

  .content .download-imgs .col-sm-4:nth-child(3) figure {
    float: right;
  }
}

a.icon-button {
  border: 2px solid #444;
  border-radius: 1em;
  color: black;
  display: inline-block;
  font-size: 1.5em;
  height: 2em;
  text-align: center;
  width: 2em;
}

a.icon-button i.fa {
  font-size: 1.2em;
  line-height: 1.5em;
}

a.icon-button:hover {
  background-color: #444;
}

a.icon-button:hover i.fa {
  color: white;
}

.about-page-contact-buttons {
  margin: 2em 0 2em 0;
}

.about-page-contact-buttons .about-page-contact-buttons__title {
  margin-top: .4em;
  padding: 0 !important;
  text-align: center;
}

.about-page-contact-buttons .about-page-contact-buttons__buttons a {
  display: block;
}

.big-featured-image-container .title-container--page > div > div {
  padding-top: 5%;
  vertical-align: top;
}

.title-container--page h1,
.title-container--page h2 {
  padding-left: 10%;
  text-align: left;
}

/* Wonder Plugin *******************************************************************************************/
.wonderplugincarousel,
.wonderplugincarousel * {
  max-width: initial;
}

.wonderplugincarousel li:before {
  display: none !important;
}
