@charset "UTF-8";
/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       style.scss
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,500,900);
/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       mixins.scss
 */
/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       vars.scss
 */
/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       basic
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  background-color: #fff;
  color: #777;
  -webkit-font-smoothing: antialiased !important; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #8e92cf; }
  a:hover {
    color: #aeaeae; }

button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  button:focus {
    outline: 0 !important; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important; }

button:focus {
  outline: 0 !important; }

.color_text {
  color: #8e92cf; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 300; }

h1 {
  font-size: 30px;
  font-weight: 400; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

blockquote {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  blockquote h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #8e92cf; }

.full-wid {
  width: 100%; }

/**spaces**/
.space10 {
  height: 10px; }

.space20 {
  height: 20px; }

.space30 {
  height: 30px; }

.space40 {
  height: 40px; }

.space50 {
  height: 50px; }

.space60 {
  height: 60px; }

.space70 {
  height: 70px; }

.space80 {
  height: 80px; }

.space90 {
  height: 90px; }

.space100 {
  height: 100px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 0px; }

/**margins**/
.margin-btm-10 {
  margin-bottom: 10px; }

.margin-btm-20 {
  margin-bottom: 20px; }

.margin-btm-30 {
  margin-bottom: 30px; }

.margin-btm-40 {
  margin-bottom: 40px; }

.margin-btm-50 {
  margin-bottom: 50px; }

.no-padd {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.border-width {
  width: 60px;
  height: 3px;
  background: #8e92cf;
  margin: 30px 0; }

.gray-bg {
  background-color: #f5f5f5; }

.color_text {
  color: #8e92cf; }

.center-align {
  margin: 0 auto;
  display: block; }

.text_color {
  color: #8e92cf; }

.dropcap:first-letter {
  display: inline-block;
  content: "";
  padding: 5px 10px;
  background: #8e92cf;
  margin-right: 5px;
  margin-bottom: 5px; }

.dropcap1:first-letter {
  display: inline-block;
  content: "";
  color: #8e92cf;
  font-weight: 700;
  font-size: 20px;
  margin-right: 5px;
  margin-bottom: 5px; }

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-weight: bold;
  color: #8e92cf;
  text-decoration: none;
  font-size: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1; }

/**preloader**/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loader.gif") no-repeat center center; }

@media (min-width: 768px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row; } }
@media (min-width: 1200px) {
  body.boxed {
    background-color: #e9e9e9; }

  .wrapper-boxed {
    width: 1170px;
    margin: 0px auto;
    background: #fff;
    border-top: 3px solid #8e92cf; } }
/**pagination**/
.pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 22px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #8e92cf;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 0px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8e92cf;
  border: 0px; }

/** Left Notice **/
.left-notice {
  padding: 15px 2px 0px 2px; }

/** Confirm Newsletter **/
.mod_subscribe p.confirm, .mod_subscribe p.error {
  background: #8e92cf;
  padding: 10px;
  color: white; }

.newsarchiv li a {
  background: #8e92cf;
  color: white; }
  .newsarchiv li a:hover {
    text-decoration: none; }

form p.error {
  color: red;
  font-weight: 700; }

.ce_text .image_container.float_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 10px; }

.ce_text h2  {
  margin-bottom: 25px;
  margin-top: 25px; }

.ce_text h3 {
  margin-bottom: 0px;
  margin-top: 15px; }

.ce_text blockquote {
  margin-top: 35px;
  margin-bottom: 10px; }

.mod_47_ModLoginNotice {
  margin-bottom: 15px; }

.notice_sales {
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative; }
  .notice_sales .slogan {
    position: absolute;
    top: 129px;
    left: 170px;
    color: white;
    font-size: 25px;
    font-weight: 700; }
  .notice_sales a {
    position: absolute;
    top: 158px;
    left: 171px; }

.coupon {
  display: none; }

.mod_registration .confirm.message {
  padding: 5px;
  background-color: green;
  color: white; }
.mod_registration .error.message {
  background-color: red;
  color: white;
  padding: 5px; }

@media (max-width: 767px) {
  .cartaccount-links > .text-right {
    text-align: left; } }
@media (max-width: 480px) {
  body.subsite-navi .mod_customnav.sidebar-widget, body.subsite-navi .left-notice {
    display: none; }

  .notice_sales {
    display: none; }
    .notice_sales span.slogan {
      display: none; }

  .service-box > .service-desc > .text-right {
    text-align: left !important; } }
/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       buttons
 */
.buttons a {
  margin: 5px; }

.btn {
  border: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif; }
  .btn i {
    margin-left: 5px; }

.btn-lg {
  padding: 12px 25px; }

.btn-xl {
  padding: 16px 25px; }

.btn-link {
  color: #8e92cf; }
  .btn-link:hover {
    color: #999; }

.btn-default {
  background-color: #eee;
  color: #333; }
  .btn-default:hover {
    background-color: #8e92cf;
    color: #fff; }

.btn-skin {
  background-color: #8e92cf;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  color: #fff; }
  .btn-skin:hover {
    background-color: #333;
    color: #fff; }

.btn-dark {
  background-color: #333;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  color: #fff; }
  .btn-dark:hover {
    background-color: #8e92cf;
    color: #222; }

.btn-white {
  background-color: #fff;
  color: #333; }
  .btn-white:hover {
    background-color: #f3f3f3;
    color: #333; }

.btn-border-dark {
  border: 2px solid #333;
  background-color: transparent;
  color: #333; }
  .btn-border-dark:hover {
    color: #fff;
    background-color: #333; }

.btn-border-skin {
  border: 2px solid #8e92cf;
  background-color: transparent;
  color: #8e92cf; }
  .btn-border-skin:hover {
    color: #fff;
    background-color: #8e92cf; }

.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
  .btn-border-white:hover {
    color: #333;
    background-color: #fff; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       topbar
 */
.top-bar {
  padding-top: 10px;
  padding-bottom: 10px; }
  .top-bar span {
    display: inline-block;
    margin-right: 10px; }
    .top-bar span i {
      font-size: 20px;
      color: #8e92cf;
      text-align: center;
      display: inline-block;
      margin-right: 5px;
      margin-top: 1px; }
  .top-bar .list-inline {
    margin-top: 4px; }
    .top-bar .list-inline i {
      color: #8e92cf;
      font-size: 16px;
      margin-right: 6px; }
      .top-bar .list-inline i:hover {
        color: #8e92cf; }
  .top-bar .contacts > spanPresseinformationen {
    display: none; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       navbar.scss
 */
/*
    Navbar css
*/
.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px; }

.navbar-default .navbar-nav > li > a {
  color: #333; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #8e92cf;
    background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #8e92cf;
  background-color: transparent;
  border-bottom-color: #8e92cf; }

.navbar-brand {
  padding: 0px 0px 0px 15px; }

.navbar-brand > img {
  display: block;
  margin-top: 3px; }

.navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px; }

.navbar-inverse {
  margin: 0;
  border: 0px;
  background-color: #222; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover {
      color: #8e92cf; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #8e92cf;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #8e92cf;
  background-color: transparent; }

.navbar.sticky {
  z-index: 9999 !important;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2); }

.navbar-collapse > ul {
  margin-top: 8px; }

/**search form**/
.search-toggle {
  position: relative; }

.search-form {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  padding: 5px;
  background-color: #e1e1e1;
  display: none; }
  .search-form .form-control {
    border: 0px; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }

  .navbar-brand > img {
    display: block;
    margin-top: 7px; }

  .navbar-transparent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    padding: 15px 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .navbar-transparent.shrink {
      padding: 0px;
      background-color: #222; } }
@media (max-width: 768px) {
  .navbar-collapse > ul {
    margin-top: 33px; } }
/*for one page header fixed on all devices*/
body.landing-page .navbar-transparent {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  padding: 15px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  body.landing-page .navbar-transparent.shrink {
    padding: 0px;
    background-color: #222; }

/* Styles for Affilliate Logo */
.navbar-brand > img.originlogo {
  display: inline !important;
  width: 140px;
  margin-right: 10px; }

.navbar-brand > img.affilliatelogo {
  width: 80px;
  display: inline !important;
  margin-top: 20px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #b6b7b8; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       slider
 */
.slider-main {
  margin-top: 20px; }

.title2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 800; }

.sub-title2 {
  color: #fff;
  font-size: 14px; }

.sub-title3 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: none; }

.headline-black .sub-title3, .headline-black .title2, .headline-black .copyright-notice {
  color: black; }

.headline-white .sub-title3, .headline-white .title2, .headline-white, .copyright-notice {
  color: white; }

.copyright-black .copyright-notice {
  color: black; }

.copyright-white .copyright-notice {
  color: white; }

.copyright-notice {
  font-size: 14px;
  font-weight: 700; }

.btn1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #8e92cf;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn1 i {
  margin-left: 5px; }

.btn1:hover {
  color: #333;
  background-color: #ddd; }

.btn2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn2 i {
  margin-left: 5px; }

.btn2:hover {
  color: #333;
  background-color: #8e92cf; }

/**carousel service slider**/
.service-slider .owl-controls {
  position: absolute;
  width: auto;
  top: 0;
  margin-top: -50px;
  right: 0px; }
  .service-slider .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    font-size: 35px;
    color: #8e92cf; }

/**carousel project slider**/
.project-slider {
  position: relative; }
  .project-slider .owl-controls {
    position: absolute;
    width: auto;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    width: 100%; }
    .project-slider .owl-controls .owl-buttons div {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      background: #333;
      font-size: 35px;
      color: #8e92cf; }
    .project-slider .owl-controls .owl-prev {
      position: absolute;
      left: 0; }
    .project-slider .owl-controls .owl-next {
      position: absolute;
      right: 0; }

/**tesimonials**/
.testimonials {
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  padding: 60px 0;
  background-color: #222; }
  .testimonials .center-title h1 {
    color: #fff; }

.testi-slider {
  padding: 0px 30px; }
  .testi-slider i {
    color: #8e92cf;
    font-size: 50px;
    display: block; }
  .testi-slider p {
    color: #fff;
    font-style: italic;
    margin: 20px 0;
    font-size: 20px;
    line-height: 35px; }
  .testi-slider h5 {
    color: #8e92cf; }
  .testi-slider .owl-controls .owl-page span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #8e92cf; }
  .testi-slider .owl-controls .owl-page.active span {
    background-color: #8e92cf; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       boxes
 */
/*
card boxes
*/
.service-box .service-thumb {
  position: relative;
  overflow: hidden; }
.service-box .service-desc {
  padding: 15px;
  background: #fff; }
  .service-box .service-desc .border-width {
    margin: 5px 0; }
  .service-box .service-desc p {
    margin-top: 10px; }

.icon-box .border-width {
  margin: 0px;
  margin-bottom: 10px; }
.icon-box i {
  color: #8e92cf;
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #8e92cf;
  display: block;
  text-align: center; }
  .icon-box i:before {
    margin-left: 0px;
    font-size: 40px; }
.icon-box .content {
  overflow: hidden;
  text-align: left; }

.prject-box {
  position: relative;
  overflow: hidden;
  display: block; }
  .prject-box img {
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    opacity: 1; }
  .prject-box .project-overlay {
    position: absolute;
    width: 96%;
    height: 96%;
    left: 2%;
    top: 2%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .prject-box .project-overlay h4 {
      color: #fff;
      position: absolute;
      bottom: -100%;
      left: 20px;
      font-weight: 600;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .prject-box .project-overlay h4 i {
        margin-left: 8px; }
  .prject-box:hover .project-overlay {
    opacity: 1; }
    .prject-box:hover .project-overlay h4 {
      bottom: 20px; }
  .prject-box:hover img {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7; }

.support-info .col-sm-4 {
  text-align: center; }
.support-info i {
  color: #8e92cf;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
  width: 100%; }

.project-info li {
  line-height: 40px;
  vertical-align: middle;
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #ddd;
  margin-top: 3px; }
  .project-info li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #8e92cf;
    font-size: 25px;
    line-height: 40px;
    margin-right: 20px; }

.side-nav li {
  margin: 0;
  padding: 0; }
  .side-nav li a, .side-nav li span {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .side-nav li.active a, .side-nav li a:hover {
    background-color: #8e92cf;
    color: #fff; }
  .side-nav li.active a {
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
  .side-nav li span.active {
    font-weight: bold; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       cta
 */
/*
Call to actions
*/
.cta {
  padding: 40px 0;
  background: #f5f5f5; }
  .cta .btn {
    margin-top: 10px; }
  .cta p {
    margin-bottom: 0px; }

.newsletter {
  background-color: #b6b7b8;
  padding: 40px 0; }
  .newsletter .b-newsletter {
    margin-top: 10px;
    position: relative; }
    .newsletter .b-newsletter .form-control {
      height: 45px;
      border-color: transparent;
      background-color: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .newsletter .b-newsletter .form-control.success {
        border-color: #2b542c; }
      .newsletter .b-newsletter .form-control.error {
        border-color: #FC3116; }
    .newsletter .b-newsletter button {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 45px;
      background: transparent;
      border: 0px;
      color: #8e92cf;
      font-size: 30px; }
    .newsletter .b-newsletter input#email.form-control {
      width: 300px; }

.c_info_bar {
  padding-top: 30px;
  background: #8e92cf; }
  .c_info_bar h4 {
    margin-bottom: 0px; }
    .c_info_bar h4 i {
      margin-right: 15px; }

.b-newsletter input#email.form-control {
  width: 300px; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       news
 */
.post .post-meta h4 {
  font-size: 24px; }
  .post .post-meta h4 a {
    color: #222; }
    .post .post-meta h4 a:hover {
      color: #8e92cf; }
.post .post-meta ul li a {
  font-size: 12px;
  color: #777; }
  .post .post-meta ul li a:hover {
    color: #8e92cf; }

.blog-row hr {
  margin: 30px 0; }

.comments li:nth-child(even) {
  padding: 15px;
  background-color: #f5f5f5;
  margin: 20px 0; }
.comments .thumb {
  float: left;
  margin-right: 20px; }
  .comments .thumb i {
    font-size: 40px; }
.comments .content {
  overflow: hidden; }
.comments h5 {
  text-transform: capitalize;
  font-weight: 700; }
.comments p {
  margin-bottom: 0px; }

/** News List **/
.layout_newslist {
  margin-bottom: 40px; }
  .layout_newslist p.info {
    font-size: 12px;
    line-height: 14px; }
  .layout_newslist h2 {
    margin-top: 15px; }

/** News Reader **/
.layout_newsreader .image_container {
  margin-bottom: 20px; }
.layout_newsreader p.info {
  font-size: 12px;
  line-height: 14px; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       titles
 */
.center-title {
  text-align: center;
  position: relative; }
  .center-title h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase; }
  .center-title .border-width {
    margin-top: 20px; }

.left-title {
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 30px; }
  .left-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #8e92cf; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       sidebar
 */
/*
   Sidebar widget
*/
.sidebar-widget {
  margin-bottom: 30px; }
  .sidebar-widget .side-search form {
    position: relative; }
    .sidebar-widget .side-search form button {
      background: transparent;
      border: 0px;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 45px;
      line-height: 45px;
      text-align: center; }

.card-list {
  border: 1px solid #e1e1e1; }
  .card-list li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1; }
    .card-list li a span {
      color: #777; }
      .card-list li a span em {
        display: inline-block;
        margin-left: 10px;
        font-size: 13px; }
    .card-list li a h4 {
      margin: 0px;
      font-weight: 500;
      font-size: 18px;
      line-height: 27px; }
    .card-list li a:hover {
      background-color: #f5f5f5; }
  .card-list li:last-child a {
    border-bottom: 0px; }

.category-list {
  margin: 0; }
  .category-list li {
    padding: 3px 0;
    border-bottom: 1px dashed #eee; }
    .category-list li a {
      color: #999; }
      .category-list li a:before {
        font-family: 'FontAwesome';
        content: "\f10b";
        margin-right: 10px; }
      .category-list li a:hover {
        color: #8e92cf; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       breadcrumb
 */
.page-title {
  margin-top: 60px;
  padding: 40px 0; }
  .page-title h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px; }
  .page-title.pattern {
    background-color: #8e92cf; }
    .page-title.pattern h1 {
      color: #fff; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       footer
 */
.footer {
  background-color: #666;
  padding: 30px 0px;
  color: white; }
  .footer h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .footer h3:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 3px;
      background: #8e92cf; }
  .footer .btn.btn-link {
    padding-left: 0px; }
  .footer .mod_customnav .invisible {
    display: none; }

/**
 * Studienkreis Tourismus | Files & Templates for Contao Open Source CMS
 *
 * Copyright (C) 2017 47GradNord - Agentur für Internetlösungen
 *
 * @license    commercial
 * @author     Holger Neuner
 */
.product-list .service-desc .headline {
  height: 60px; }
.product-list span.currency {
  margin-right: 3px; }

.product_list.direct_variant > .product {
  border-bottom: #b6b7b8 1px solid;
  padding-top: 10px;
  padding-bottom: 10px; }
.product_list.direct_variant .btn.btn-link {
  padding-left: 0px !important; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       addon_products
 */
.product .product-parameter-infos .list-unstyled span {
  font-weight: 700; }
.product .articleTeaser {
  margin-bottom: 25px; }
.product .description {
  margin-top: 25px; }
.product .sku {
  margin-top: 15px;
  border-top: 1px solid #b6b7b8; }
.product .product-thumbnails .image_container {
  float: left;
  margin-right: 12px;
  border: 1px solid lightgray;
  margin-bottom: 12px; }
.product .product-thumbnails .image_container:nth-child(3) {
  margin-right: 0px; }
.product .offer {
  margin-top: 6px; }
  .product .offer .price {
    font-size: 18px;
    font-weight: 700; }
.product span.currency {
  margin-right: 3px; }
.product .row.editorial-content > .col-sm-12 {
  margin-top: 30px; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       addon_cart
 */
table.table tr.product ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       addon_checkout
 */
.mod_iso_checkout .form-group span.invisible {
  position: absolute; }
.mod_iso_checkout h2 {
  color: #8e92cf;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px; }
.mod_iso_checkout .steps {
  margin-bottom: 30px; }
  .mod_iso_checkout .steps ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .mod_iso_checkout .steps li {
    background-color: #8e92cf;
    color: white;
    display: inline-block; }
    .mod_iso_checkout .steps li span, .mod_iso_checkout .steps li a {
      line-height: 45px;
      padding-left: 20px;
      padding-right: 20px; }
  .mod_iso_checkout .steps li.active, .mod_iso_checkout .steps li.passed {
    background-color: #b6b7b8;
    color: black; }
  .mod_iso_checkout .steps li.passed {
    background-color: #8e92cf;
    color: black; }
    .mod_iso_checkout .steps li.passed a {
      color: black; }
  .mod_iso_checkout .steps .invisible {
    position: absolute; }
.mod_iso_checkout .review h3 {
  font-size: 16px;
  border-bottom: 1px solid #666; }
.mod_iso_checkout .review .info_container {
  margin-bottom: 10px; }
.mod_iso_checkout .review .orderconditionsafterproducts input[type=checkbox] {
  display: inline-block; }
.mod_iso_checkout .review.orderconditionsafterproducts input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px; }
.mod_iso_checkout .review.orderconditionsafterproducts .explanation {
  padding-top: 10px; }

.form-group .invisible {
  position: absolute; }

.mod_personalData .widget.widget-password label {
  display: block; }

/**
 * SCSS Styles
 *
 * Copyright (C) 2016 47GradNord - Agentur für Internetlösungen
 * @author     Holger Neuner <neuner@47gradnord.de>
 * @project    sympathiemagazine.de
 * @license    LGPL
 * @file       myshop.scss
 */
.mod_47_ModManageDownload .item {
  margin-bottom: 15px; }
.mod_47_ModManageDownload .itemcontainer {
  padding: 3px;
  margin-bottom: 20px; }
  .mod_47_ModManageDownload .itemcontainer h4 {
    font-weight: normal;
    border-bottom: 1px solid #b6b7b8; }
  .mod_47_ModManageDownload .itemcontainer span.code, .mod_47_ModManageDownload .itemcontainer span.voucher {
    width: 200px;
    margin-right: 5px;
    display: inline-block; }
