/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2015 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: 'HaufeMerriwether';
    src: url('../fonts/haufemerriweather-webfonts/haufemerriweather.eot'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather.ttf'),
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather.woff'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather.woff2'); 
}
@font-face {
    font-family: 'HaufeMerriwetherLight';
    src: url('../fonts/haufemerriweather-webfonts/haufemerriweatherlight.eot'),  
	 url('../fonts/haufemerriweather-webfonts/haufemerriweatherlight.ttf'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweatherlight.woff'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweatherlight.woff2'); 
}
@font-face {
    font-family: 'HaufeMerriwetherBold';
    src: url('../fonts/haufemerriweather-webfonts/haufemerriweather-bold.eot'),  
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather-bold.ttf'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather-bold.woff'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweather-bold.woff2'); 
}
@font-face {
    font-family: 'HaufeMerriwetherSans';
    src: url('../fonts/haufemerriweather-webfonts/haufemerriweathersans.eot'),  
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersans.ttf'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersans.woff'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersans.woff2');
}	
@font-face {
    font-family: 'HaufeMerriwetherSansLt';
    src: url('../fonts/haufemerriweather-webfonts/haufemerriweathersanslt.eot'),  
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersanslt.ttf'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersanslt.woff'), 
	 url('../fonts/haufemerriweather-webfonts/haufemerriweathersanslt.woff2'); 
}
body {
  font-family: "HaufeMerriweatherLight",Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  line-height: 1.65;
  color: #404040;
}
p {
  line-height: 1.65;
  margin: 30px 0;
}
p, li {
  font-weight: 300;
}
p a,
li a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HaufeMerriwetherSans';
  font-weight: 800;
}
a {
  /* color: #404040; */
  color: #33332E;
}
a:hover,
a:focus {
    color: #005DA5;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'HaufeMerriwetherSans';
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: #fff;
  border: none;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {   
     background-color: transparent;
     border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);     
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
   /* color: rgba(255, 255, 255, 0.8); */
   color: #6D86A6;
  }  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: transparent;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
  /* color: #0085a1; */
   color: #005DA5;	  
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background: no-repeat center center;
  background-color: #808080;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
.intro-header .post-heading {
  padding: 100px 0 50px;
  color: white;
  text-shadow: 1px 1px 10px rgba(48, 48, 48, .2);
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 40px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'HaufeMerriwetherSansLt';
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 500px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 650px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1000px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 65px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'HaufeMerriwetherSans';
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'HaufeMerriwether';
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color:#005DA5;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
 /* color: #808080; */
  color: #999994;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.center {
  text-align: center;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'HaufeMerriwetherSans';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  /* background-color: #0085a1; 
  border: 1px solid #0085a1; */
  background-color: #005DA5;
  border: 1px solid #005DA5;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'HaufeMerriwetherSans';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background-color: white;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .pager li > a,
  .pager li > span {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #005DA5;
  border: 1px solid #005DA5;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #0085a1;
}
#footerImg {
    width: 250px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}
.footer-links {
  font-family: 'HaufeMerriwetherSansLt';
  font-weight: 300;
  text-align: center;
  margin: 30px;
}	
.table-hover > tbody > tr:hover {
  background-color: #F7F7F4;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #E9E9E5;
    border-radius: 4px;
}
#imgFocus {
  cursor: pointer;
}
.nav-logo {
  width: 220px;
  height: 60px;
  margin-top: 22px;
  margin-left: 10px;
  float: left;
}
@media only screen and (max-width: 650px) {
  .nav-logo {
     margin: 0px 15px;
   }
}
@media only screen and (max-width: 768px) {
  .nav-logo {
     margin: 16px 15px;
   }
}
.logo-negative { 
  background-image: url("../images/HG_Logo_Standard_quer_einzeilig_neg_RGB.svg");
  background-size: 220px;
  background-repeat: no-repeat;
}
.logo-positive {
  background-image: url("../images/HG_Logo_Standard_quer_einzeilig_pos_RGB.svg");
  background-size: 220px;
  background-repeat: no-repeat;
} 
/*Google Search Bar */
#searchBar {
       font-size: 80%;
       padding: 0.43em 0 0.57em;

       #search {
         float: right;

         #searchString {
           width: 283px;
           border: none;
           box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
           padding: 0.3em 0.6em;
           background-color: #f6f5ea;
           margin-right: 0;
         }

         #searchButton {
           paddign: 0.3em 0.6em;
           background-color: #0B5485;
           border: 1px solid #f6f5ea;
           margin-left: 0;
           color: $white;
           -webkit-appearance: none;
           border-radius: 0;
         }

         #archives {
           line-height: 2;
           float: left;
           color: $black;
           text-wrap: avoid;
         }
       }
     }
/* Tag List */
ul.tag-box li {
    display: inline-block;
    list-style: none;
    list-style-image: none;
    margin-bottom: 7px;
}
ul.tag-box li a {
    background: #e6e6e6;
    padding: 4px 8px;
    border-radius: 3px;
    color: #F76B48;
}
ul.tag-box li span.size {
    font-weight: 300;
}

.search-box {
  font-family: 'HaufeMerriwetherSans';
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  width:60%;
  padding: 15px 5px;
  border: 1px solid #ddd;
}

.search-button {
  font-family: 'HaufeMerriwetherSans';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
}

input:hover[type="submit"] {
  color: white;
  background-color: #005DA5;
  border: 1px solid #005DA5;
}

@media only screen and (min-width: 768px) {
   .search-box {
	width:80%;   
    }
}

.search-result-counter {
  font-family: 'HaufeMerriwetherSans';
  font-size: 14px;
  font-weight: 300;
}

/* Scroll Back to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #33332E;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #005DA5;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.infinite-spinner {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #333;
  margin: 60px auto;
  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

.button-group{
  margin-bottom: 30px;
}

a.button {
  font-family: 'HaufeMerriwetherSans';
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  line-height: 4;
}

a.button.focus,
a.button.hover {
  color: white;
  background-color: #005DA5;
  border: 1px solid #005DA5;
}

a.button.active {
  color: white;
  background-color: #005DA5;
  border: 1px solid #005DA5;
}

.tags {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.tags li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.tags li:last-child {
  margin-right: 0;
}

.tag {
  background: #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  color: #888;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}

.tag:visited {
  color: #888;
}

.tag:hover {
  background: #ccc;
  color: #777;
}
