/*
* Hide when Angular is not yet loaded and initialized
*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.blog-page .blog .navigation-title {
  margin-bottom: 50px;
}
.blog-page .blog .blog-sidebar {
  padding-right: 25px;
  padding-bottom: 100px;
  border-right: 1px solid #cccccc;
}
.blog-page .blog .blog-sidebar .nav > li a {
  padding-left: 5px;
  color: #004169;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.blog-page .blog .blog-sidebar .nav > li a:focus {
  color: white;
  outline: none;
}
.blog-page .blog .blog-sidebar .nav > li:hover a,
.blog-page .blog .blog-sidebar .nav > li.active a {
  background-color: #004169;
  color: white;
}
.blog-page .blog .blog-sidebar .blog-category-navigation {
  padding-bottom: 20px;
}
.blog-page .blog .blog-sidebar .blog-second-navigation {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-form-headline {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-mini-form .form-group {
  margin-bottom: 10px;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-mini-form .form-group label {
  margin-bottom: 2px;
  padding-left: 5px;
  color: #818181;
  font-size: 12px;
  font-weight: 300;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-mini-form .form-group input {
  height: 30px;
  border-width: 2px;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-mini-form .submit-btn-wrapper button {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-box-progress,
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-box-success,
.blog-page .blog .blog-sidebar .blog-subscribe-container .subscribe-box .subscribe-box-error {
  display: none;
}
.blog-page .blog .blog-content .back-to-parent-btn {
  position: absolute;
  top: -15px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.blog-page .blog .post-teaser {
  display: block;
  margin-bottom: 80px;
  text-decoration: none;
  outline: none;
}
.blog-page .blog .post-teaser .post-teaser-img-header {
  position: relative;
  padding: 15px;
  height: 150px;
  background-size: cover;
  text-align: center;
}
.blog-page .blog .post-teaser .post-teaser-img-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 105, 0.8);
  z-index: 1;
}
.blog-page .blog .post-teaser .post-teaser-img-header .category-icon,
.blog-page .blog .post-teaser .post-teaser-img-header .post-date,
.blog-page .blog .post-teaser .post-teaser-img-header .post-author {
  position: relative;
  z-index: 2;
}
.blog-page .blog .post-teaser .post-teaser-img-header .category-icon {
  padding: 10px 0;
  height: 70px;
}
.blog-page .blog .post-teaser .post-teaser-img-header .category-icon span[class*="icon-"] {
  color: white;
  font-size: 50px;
}
.blog-page .blog .post-teaser .post-teaser-img-header .post-date,
.blog-page .blog .post-teaser .post-teaser-img-header .post-author {
  color: white;
  line-height: 25px;
}
.blog-page .blog .post-teaser .post-teaser-title {
  overflow: hidden;
}
.blog-page .blog .post-teaser .post-teaser-excerpt {
  max-height: 70px;
  overflow: hidden;
}
.blog-page .blog .post-entries-list .post-entries-list-item {
  display: block;
  text-decoration: none;
}
.blog-page .blog .post-entries-list .post-entries-list-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.blog-page .blog .post-entries-list .post-entries-list-item .post-entry-info {
  color: #cccccc;
}
.blog-page .blog .post-entries-list .post-entries-list-item .post-entry-title {
  margin: 20px 0 10px;
  font-size: 22px;
  text-transform: none;
}
.blog-page .blog .author-info-wrapper .author-img {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border: 3px solid #004169;
}
.blog-page .blog .author-info-wrapper .author-name {
  display: block;
  margin: 0 0 2px;
  text-transform: none;
  text-decoration: none;
}
.blog-page .blog .author-info-wrapper .author-position {
  margin-bottom: 15px;
  color: #818181;
  font-weight: 300;
}
.blog-page .blog .author-info-wrapper .author-contact-info * {
  display: inline-block;
  color: #cccccc;
}
.blog-page .blog .author-info-wrapper .author-contact-info .info-divider {
  padding: 0 5px;
}
.blog-page .blog.blog-entry .blog-entry-title {
  margin-top: 0;
}
.blog-page .blog.blog-entry .blog-entry-info {
  margin-bottom: 15px;
}
.blog-page .blog.blog-entry .blog-entry-info * {
  color: #cccccc;
}
.blog-page .blog.blog-entry .blog-entry-image {
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-page .blog.blog-entry .blog-entry-content {
  margin-bottom: 20px;
}
.blog-page .blog.blog-entry .blog-entry-content .blog-brick {
  margin-bottom: 15px;
}
.blog-page .blog.blog-entry .blog-entry-content h2 {
  font-size: 23px;
}
.blog-page .blog.blog-entry .blog-entry-content p {
  margin-bottom: 0;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer {
  padding: 20px 0;
  text-align: center;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer .circle-icon {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #004169;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer .circle-icon [class*="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: white;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy {
  width: 252px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy > .circle-icon {
  position: absolute;
  top: 0;
  right: 8px;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .circle-icon {
  margin: 0 !important;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy > ul {
  position: relative;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy li.help_info {
  width: auto !important;
  height: auto !important;
  padding-bottom: 20px !important;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy li.help_info + li.help_info {
  margin-left: 13px !important;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy li.help_info .privacy_dummy {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  visibility: hidden;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy li.help_info.info_off .dummy_btn {
  background: none;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy li.help_info.info_off .dummy_btn:after {
  display: none !important;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn {
  width: auto !important;
  margin: 0 !important;
  background: #004169;
  border-radius: 15px;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn:after {
  font-family: "icomoon";
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #bbb;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn.gplusone:after {
  content: "\e906";
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn.fb_like:after {
  content: "\e600";
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn.tweet:after {
  content: "\e601";
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn.linkedin:after {
  content: "\e604";
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .dummy_btn.xing:after {
  content: "\e907";
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .switch {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.blog-page .blog.blog-entry .blog-entry-social-sharer #socialshareprivacy .settings_info {
  position: absolute;
  right: 0;
  top: 3px;
}
.blog-page .blog.blog-entry .blog-entry-author {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog-page .blog.blog-entry .blog-entry-comments {
  padding-top: 40px;
}
.blog-page .blog.blog-entry .blog-entry-comments .comment-list-items .comment-item {
  margin-bottom: 30px;
}
.blog-page .blog.blog-entry .blog-entry-comments .comment-list-items .comment-item .comment-img .dummy-img {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background-color: #cccccc;
}
.blog-page .blog.blog-entry .blog-entry-comments .comment-list-items .comment-item .item-name {
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-page .blog.blog-entry .blog-entry-comments .comment-list-items .comment-item .item-date {
  margin-bottom: 15px;
  color: #cccccc;
  font-size: 12px;
}
.blog-page .blog.blog-entry .blog-entry-comments .comment-list-items .comment-item .item-text {
  color: #818181;
}
.blog-page .blog.blog-entry .blog-entry-comments .add-comment-success {
  padding-bottom: 25px;
}
.blog-page .blog.blog-entry .blog-entry-comments .add-comment .add-comment-form textarea {
  resize: none;
}
.blog-page .blog.blog-entry .blog-entry-comments .add-comment .add-comment-form textarea.open {
  height: 80px;
}
.blog-page .blog.blog-author-overview .authors-overview-headline,
.blog-page .blog.blog-author-details .authors-overview-headline {
  margin-top: 0;
  margin-bottom: 50px;
}
.blog-page .blog.blog-author-overview .author-overview-row {
  margin-bottom: 40px;
}
.blog-page .blog.blog-author-details .authors-details-info {
  margin-bottom: 40px;
}
.blog-page .blog.blog-author-details .authors-details-description {
  margin-bottom: 40px;
  text-align: justify;
}
.blog-page .blog.blog-author-details .authors-details-description p {
  margin-bottom: 0;
}
.blog-page .blog.blog-author-details .authors-details-posts-wrapper {
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}
.blog-page .blog.blog-author-details .authors-details-posts-wrapper .post-teaser .post-teaser-img-header:before {
  background-color: rgba(0, 65, 105, 0.8);
}
.blog-page .blog.blog-approve-comment {
  padding-top: 25px;
}
