@charset "UTF-8";
#no-js-content {
  display: none;
  text-align: center; }
  #no-js-content img {
    margin: 2rem 1.2rem; }
  #no-js-content .footer {
    width: 100%;
    color: #9e9e9e; }

html.no-js #preloader, html.no-js .wrapper {
  display: none; }

html.no-js #no-js-content {
  display: block; }

html.js #no-js-content {
  display: none; }

html {
  font-size: 16px; }

.page-wrapper {
  padding: 3rem 0 3rem 0;
  min-height: 500px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
  color: #000; }

.theme-color, i, a {
  color: #386d97; }

a.read-more {
  background-color: rgba(56, 109, 151, 0.95);
  color: #fff !important;
  display: inline-block;
  flex-grow: 1;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  font-weight: 600; }
  a.read-more::after {
    border-bottom: 17px solid transparent;
    border-left: 17px solid rgba(56, 109, 151, 0.95);
    border-top: 17px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0; }
  a.read-more:hover, a.read-more:focus {
    background-color: rgba(56, 109, 151, 0.65);
    text-decoration: none; }
    a.read-more:hover::after, a.read-more:focus::after {
      border-left: 17px solid rgba(56, 109, 151, 0.65); }

.btn {
  border-radius: 2rem !important;
  text-transform: uppercase;
  font-weight: 500; }

.btn-ppc {
  border-color: #ccc;
  background-color: #386d97;
  color: #fff; }
  .btn-ppc i {
    color: #fff; }
  .btn-ppc:hover, .btn-ppc:focus {
    background-color: rgba(56, 109, 151, 0.8);
    color: #fff; }

.btn-secondary {
  color: #386d97; }
  .btn-secondary:hover {
    color: #fff;
    background: #386d97; }

blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border-left: 0.25rem solid #386d97; }
  blockquote p {
    font-size: 1.1rem;
    margin: 0; }

.blockquote {
  border-color: #386d97; }

.boxed {
  background: #fff;
  /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);*/
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.4);
  padding: 3rem 1rem;
  border: 1px solid #ccc; }
  .boxed > h1 {
    margin-bottom: 2.5rem;
    font-size: 2.3rem; }
  .boxed.top {
    margin-top: 0; }

/*==========================================================*/
/* FORMS
/*==========================================================*/
.form-group input {
  font-size: 1rem;
  height: 50px; }

.input-group-addon {
  background-color: #fff; }

.form-group input, .form-group textarea {
  padding: 0.625rem 1rem; }

.form-control, .input-group-addon {
  border-radius: 0 !important;
  border: 1px solid rgba(56, 109, 151, 0.15); }

.has-danger .form-control {
  border-color: #d9534f !important; }

.form-control:focus {
  border-color: #386d97; }

/*==========================================================*/
/* Preloader
/*==========================================================*/
#preloader, .ajax_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }

#preloader {
  background-color: #fff; }

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #386d97;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 1100; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ajax_loader {
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.ajax_loader > i {
  color: #386d97;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  z-index: 1100; }

/*==========================================================*/
/* Entry-Header
/*==========================================================*/
.page_header {
  padding: 12.5rem 0 9rem;
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #386d97;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  margin-top: -50px; }

.page_header .overlay-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba($theme-color-primary-rgb, 0.25);
	background: rgba($theme-color-primary-rgb, 0) linear-gradient(to right, rgba($theme-color-primary-rgb, 0.8) 0%, rgba($theme-color-primary-rgb, 0.8) 1%, transparent 100%) repeat scroll 0 0;
	*/ }

.page_header h2 {
  color: #fff;
  font-size: 2.5rem;
  /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);*/
  margin: 0;
  font-weight: 700;
  text-transform: uppercase; }

.page_header small {
  display: block;
  margin: 0.625rem 0 0 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: #fff; }

/*==========================================================*/
/* TO-TOP-BUTTON
/*==========================================================*/
#to-top-button, #to-down-button {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  opacity: .7;
  background-color: #b7cf10;
  background-color: rgba(56, 109, 151, 0.55);
  filter: alpha(opacity=60);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  display: none;
  border: 2px solid rgba(255, 255, 255, 0.8); }

#to-top-button:hover, #to-down-button:hover {
  background-color: #ffa200;
  background-color: rgba(56, 109, 151, 0.95);
  filter: alpha(opacity=95); }

#to-top-button i {
  line-height: 36px;
  display: block;
  color: white; }

#to-top-button:hover i {
  color: #fff; }

#to-top-button:hover i {
  color: #fff; }

#to-down-button i {
  color: white;
  font-size: 50px; }

#to-down-button {
  bottom: 10px;
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 100; }

/*==========================================================*/
/* TO-DOWN-BUTTON
/*==========================================================*/
/*#to-down-button {
    position: fixed;
    bottom: 10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    z-index: 100;
    cursor: pointer;
    width: 80px;
    height: 40px;
}
*/
.pa-chevron-down {
  position: relative;
  text-align: center;
  height: 5px;
  width: 80px;
  display: block;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.pa-chevron-down:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  -webkit-transform: skew(0deg, 140deg);
  -moz-transform: skew(0deg, 140deg);
  -ms-transform: skew(0deg, 140deg);
  -o-transform: skew(0deg, 140deg);
  transform: skew(0deg, 140deg); }

.pa-chevron-down:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  -webkit-transform: skew(0deg, -140deg);
  -moz-transform: skew(0deg, -140deg);
  -ms-transform: skew(0deg, -140deg);
  -o-transform: skew(0deg, -140deg);
  transform: skew(0deg, -140deg); }

/*==========================================================*/
/* CHEVRON
/*==========================================================*/
.pa-chevron {
  position: relative;
  text-align: center;
  height: 8px;
  width: 50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.pa-chevron-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: #386d97;
  -webkit-transform: skew(0deg, 40deg);
  -moz-transform: skew(0deg, 40deg);
  -ms-transform: skew(0deg, 40deg);
  -o-transform: skew(0deg, 40deg);
  transform: skew(0deg, 40deg); }

.pa-chevron-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 51%;
  background: #386d97;
  -webkit-transform: skew(0deg, -40deg);
  -moz-transform: skew(0deg, -40deg);
  -ms-transform: skew(0deg, -40deg);
  -o-transform: skew(0deg, -40deg);
  transform: skew(0deg, -40deg); }

.pa-chevron-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: #386d97;
  -webkit-transform: skew(0deg, -40deg);
  -moz-transform: skew(0deg, -40deg);
  -ms-transform: skew(0deg, -40deg);
  -o-transform: skew(0deg, -40deg);
  transform: skew(0deg, -40deg); }

.pa-chevron-right:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 51%;
  background: #386d97;
  -webkit-transform: skew(0deg, 40deg);
  -moz-transform: skew(0deg, 40deg);
  -ms-transform: skew(0deg, 40deg);
  -o-transform: skew(0deg, 40deg);
  transform: skew(0deg, 40deg); }

/*--------------------------------------------------------------------------------------------------------- */
/* Social Icons*/
/*--------------------------------------------------------------------------------------------------------- */
.social-icons {
  display: block;
  font-size: 1rem; }
  .social-icons a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    margin-left: 0.25em;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff; }
    .social-icons a:first-child {
      margin: 0; }
    .social-icons a.icon1-class:hover {
      background-color: #3b5998; }
    .social-icons a.icon2-class:hover {
      background-color: #cc181e; }
    .social-icons a.icon3-class:hover {
      background-color: #4975b6; }
    .social-icons a.icon4-class:hover {
      background-color: #016e51; }

/* OWL GENERAL ****************/
html.touchevents .owl-carousel .owl-nav {
  display: none; }

.owl-single-carousel .owl-nav {
  width: 100%;
  background: none;
  color: #817863;
  opacity: 0.5;
  transition: 0.5s all;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 9999; }

.owl-single-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  text-shadow: 0 0 3px white; }

.owl-single-carousel:hover .disabled {
  visibility: none;
  opacity: 0.5;
  text-shadow: none; }

.owl-single-carousel .owl-prev {
  float: left;
  left: 15px;
  position: absolute; }

.owl-single-carousel .owl-next {
  float: right;
  right: 15px;
  position: absolute; }

.owl-dots .owl-dot {
  display: inline-block;
  -moz-user-select: none;
  cursor: pointer; }
  .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 30px; }

.owl-dots, .owl-nav {
  text-align: center; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #386d97 none repeat scroll 0 0; }

/*==========================================================*/
/* Page Headlines
/*==========================================================*/
.page-header {
  border: medium none;
  margin: 0 0 1.75rem;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat; }

.page-header .subheader {
  display: block;
  margin: 0.62rem 0 0.9rem;
  font-style: italic;
  font-size: 1.5em; }

.page-header h1 {
  position: relative;
  padding-bottom: 0.62rem;
  font-size: 2rem; }

.page-header h1::before {
  background-color: #dddddd;
  margin-left: -75px;
  width: 150px; }

.page-header h1::before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute; }

.page-header h1::after {
  background-color: #386d97;
  margin-left: -25px;
  width: 50px; }

.page-header h1::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute; }

/*==========================================================*/
/* Cards
/*==========================================================*/
.card {
  margin-bottom: 1rem; }

.card:last-child {
  margin-bottom: 0; }

.card .card-header a.collapsed .fa-caret-up {
  display: none; }

.card .card-header a.collapsed .fa-caret-down {
  display: block; }

.card .card-header a .fa-caret-down {
  display: none; }

.card .card-header a .fa-caret-up {
  display: block; }

.card .card-header {
  background-color: #386d97;
  border-bottom: 3px solid rgba(128, 128, 128, 0.25);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.card .card-header a, .card .card-header a i {
  color: #fff; }

.card .card-header.in {
  background-color: #f5f5f5; }

.card .card-header.in a, .card .card-header.in a i {
  color: #386d97; }

/*==========================================================*/
/* Image
/*==========================================================*/
img.shadowed {
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.4); }

.image-navigation a.fullscreen {
  right: 10px;
  position: absolute;
  top: 5px; }

.square-icon {
  font-size: 18px !important;
  height: 30px;
  padding: 5px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #000;
  background-color: tansparent;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.square-icon:hover, .square-icon:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  color: #000;
  border-color: #386d97; }

.image-description {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0.625rem;
  background-color: rgba(56, 109, 151, 0.8);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  min-width: 40%; }

/*==========================================================*/
/* Footer
/*==========================================================*/
#wrapper-footer {
  background-color: #6b95b6;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  position: relative;
  width: 100%;
  color: #fff;
  bottom: 0;
  font-size: 0.9rem;
  padding-bottom: 0; }
  #wrapper-footer hr {
    border-color: rgba(0, 0, 0, 0.1); }
  #wrapper-footer .footer-col {
    padding: 0 1.5625rem; }
    #wrapper-footer .footer-col:first-child {
      padding-left: 0; }
    #wrapper-footer .footer-col:last-child {
      padding-right: 0; }
  #wrapper-footer a {
    color: #fff; }
  #wrapper-footer h4 {
    color: #fff;
    text-align: left;
    margin-bottom: 1rem; }
  #wrapper-footer i {
    margin-right: 10px;
    text-align: center;
    width: 18px; }
  #wrapper-footer .footer-top {
    display: block; }
    #wrapper-footer .footer-top .row [class*='col-']:not(:last-child):after {
      background: rgba(0, 0, 0, 0.1);
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      min-height: 70px; }
  #wrapper-footer .news ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0; }
    #wrapper-footer .news ul > li:last-child {
      border-bottom: none; }
  #wrapper-footer .news .post-thumb {
    float: left;
    margin-right: 10px; }
    #wrapper-footer .news .post-thumb > img {
      height: 50px;
      width: 50px; }
  #wrapper-footer .link-list li {
    line-height: 40px; }
    #wrapper-footer .link-list li i {
      margin-right: 5px; }
  #wrapper-footer .copyright {
    text-align: center; }
  #wrapper-footer .social-icons {
    font-size: 1.2rem; }
  #wrapper-footer .members .members-item {
    width: 10rem; }

/*==========================================================*/
/* Sidebar */
/*==========================================================*/
#sidebar {
  position: relative;
  background-color: #f5f5f5; }
  #sidebar h5 {
    font-size: 1.15rem; }
  #sidebar .list-group-item.active {
    background-color: #386d97;
    border-color: #386d97; }
  #sidebar .list-group-item:first-child, #sidebar .list-group-item:last-child {
    border-radius: 0; }
  #sidebar .list-group-item::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 8px; }
  #sidebar .list-group-item.active::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #sidebar .list-group-item.active::after {
    border-left-color: #386d97;
    border-width: 1rem;
    margin-top: -1rem; }

/*==========================================================*/
/* Pages
/*==========================================================*/
.slider-wrapper {
  position: relative;
  /*top: -100px;*/ }
  .slider-wrapper::before {
    border-right: 50px solid transparent;
    right: 50%; }
  .slider-wrapper::after, .slider-wrapper::before {
    border-bottom: 50px solid #fff;
    bottom: 0;
    content: "";
    position: absolute;
    transform: rotate(0deg);
    width: 50%;
    z-index: 100; }
  .slider-wrapper::after {
    border-left: 50px solid transparent;
    left: 50%; }

.owl-banner-carousel .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/ }

.owl-banner-carousel .item {
  min-height: 350px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.owl-banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50px;
  transform: translateY(-50%);
  font-size: 50px;
  background: none;
  color: #fff;
  opacity: 0;
  transition: 0.5s all; }

.owl-banner-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%; }

.owl-banner-carousel .owl-prev {
  float: left;
  left: 15px;
  position: absolute; }

.owl-banner-carousel .owl-next {
  float: right;
  right: 15px;
  position: absolute; }

.owl-banner-carousel .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  .owl-banner-carousel .content .content-container {
    margin-bottom: 50px; }
  .owl-banner-carousel .content h2.logo {
    position: relative;
    display: inline-block; }
    .owl-banner-carousel .content h2.logo > small {
      display: block;
      border-top: 2px solid #fff; }
  .owl-banner-carousel .content h2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase; }
  .owl-banner-carousel .content p {
    color: #386d97;
    /*text-shadow:1px 1px 1px rgba(255,255,255,0.3);*/
    font-size: 2rem;
    margin-top: 1rem; }

.owl-banner-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  text-shadow: 0 0 3px white; }

#startpage {
  /*&.page-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}*/ }
  #startpage .service i {
    margin-right: 0.25rem; }
  #startpage .link-container {
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);*/
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
    /*border: 1px solid rgba(0,0,0, .1);*/
    background: #fff;
    height: 100%; }
    #startpage .link-container .bg-image {
      height: 15rem;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      #startpage .link-container .bg-image .bg-image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition: background-color 0.3s; }
      #startpage .link-container .bg-image .bg-image-overlay-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all 0.3s; }
        #startpage .link-container .bg-image .bg-image-overlay-content h4, #startpage .link-container .bg-image .bg-image-overlay-content i {
          color: #fff;
          margin: 0; }
      #startpage .link-container .bg-image:hover .bg-image-overlay, #startpage .link-container .bg-image:focus .bg-image-overlay {
        background-color: rgba(56, 109, 151, 0.6); }
      #startpage .link-container .bg-image:hover .bg-image-overlay-content, #startpage .link-container .bg-image:focus .bg-image-overlay-content {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
    #startpage .link-container .link-container-content {
      padding: 1.25rem; }
      #startpage .link-container .link-container-content .title {
        margin-bottom: 0.75rem; }
      #startpage .link-container .link-container-content p {
        margin-top: 0;
        margin-bottom: 1rem; }

#aboutpage.page-wrapper {
  padding-top: 0;
  padding-bottom: 0; }

#aboutpage #vita {
  background-color: #A2C0D5; }

#aboutpage h3 {
  text-transform: none; }

#aboutpage .auszeichnungen-inline-container .item {
  width: 10rem; }
  #aboutpage .auszeichnungen-inline-container .item img {
    max-width: 100%;
    height: auto; }

#blog .alignleft {
  float: left;
  margin-right: 10px; }

#blog .alignright {
  float: right;
  margin-left: 10px; }

#blog .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#blog iframe {
  border: 0 none;
  width: 100%; }

#blog .post-content {
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 3rem; }

#blog .post-content-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem; }
  #blog .post-content-header h3 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #blog .post-content-header .post-date {
    float: right;
    font-size: 0.875rem;
    color: #777;
    line-height: 24px; }

#blog .post-content-body {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem; }

#blog .post-content-footer {
  border-top: 1px solid #6b95b6;
  text-align: right; }
  #blog .post-content-footer .blog-share a {
    margin-left: 10px;
    font-size: 1.125rem;
    text-decoration: none; }
  #blog .post-content-footer .blog-share a.fa-facebook:hover {
    color: #3c599b; }
  #blog .post-content-footer .blog-share a.fa-twitter:hover {
    color: #4975b6; }
  #blog .post-content-footer .blog-share a.fa-envelope:hover {
    color: #cc181e; }

#blog .blog-entries img {
  display: block;
  height: auto;
  max-width: 100%; }

#blog .blog-sidebar {
  padding: 1rem;
  background-color: #f5f5f5;
  margin-bottom: 2rem; }
  #blog .blog-sidebar ul {
    margin-left: 0;
    padding-left: 15px; }
  #blog .blog-sidebar .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600; }
  #blog .blog-sidebar .date {
    color: #777; }

#blog .gallery-columns-2 .gallery-item {
  max-width: 50%; }

#blog .gallery-columns-3 .gallery-item {
  max-width: 33.3%; }

#blog .gallery-columns-4 .gallery-item {
  max-width: 25%; }

#blog .gallery-columns-5 .gallery-item {
  max-width: 20%; }

#blog .gallery-columns-6 .gallery-item {
  max-width: 16.6%; }

#blog .gallery-item {
  display: inline-block;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

#blog .gallery-item img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  margin: 0 auto; }

#blog .gallery-item img:hover {
  border-color: #6b95b6; }

#blog .gallery-item .gallery-caption {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
  margin: 0; }

#kosten .table {
  max-width: 600px; }
  #kosten .table .price {
    text-align: right;
    font-weight: 600; }

#contact p i {
  width: 1.5rem; }

#contact .contact-map {
  height: 350px;
  width: 100%; }

#contact .street-view {
  height: 350px;
  width: 100%; }

#imprint li i {
  width: 25px; }

/*==========================================================*/
/* Responsive Stuff
/*==========================================================*/
@media (max-width: 1199px) {
  .owl-banner-carousel .content h2 {
    font-size: 3rem; }
  .owl-banner-carousel .content p {
    font-size: 2.5rem; } }

@media (max-width: 991px) {
  html {
    font-size: 14px; }
  .page_header {
    margin-top: -60px; }
  #wrapper-footer .footer-top .row [class*='col-']:not(:last-child):after {
    display: none; }
  #wrapper-footer .footer-col {
    padding: 0 15px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #wrapper-footer .footer-col:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  html {
    font-size: 13px; }
  .page-wrapper {
    padding-bottom: 9rem; }
  .owl-carousel .owl-nav {
    display: none; }
  .owl-banner-carousel .content p {
    font-size: 2rem; }
  .owl-banner-carousel .content h2 {
    font-size: 2.5rem; }
  #contact .contact-form-col {
    border-top: 1px solid #ccc;
    padding: 10px 0; } }

@media (max-width: 575px) {
  .boxed {
    padding: 1rem 0;
    box-shadow: none;
    background-color: #ffffff;
    border: none; }
  .page_header {
    background-position: center left; }
  #aboutpage #portrait .portrait {
    text-align: center;
    margin-bottom: 2rem; }
  #blog .post-content {
    box-shadow: none;
    border: none;
    padding: 0; } }

@media (max-width: 450px) {
  html {
    font-size: 12px; } }

/*==========================================================*/
/* Mainnav
/*==========================================================*/
.top-alert {
  background-color: #6b95b6;
  display: block;
  max-height: 100%; }
  .top-alert .alert {
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0;
    font-size: 0.9rem; }
    .top-alert .alert a {
      color: #fff; }

#top-bar {
  color: #80776d;
  min-height: 30px;
  background-color: #FBFBFB;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
  font-size: 1rem;
  display: none; }
  #top-bar .announcement {
    float: left; }
    #top-bar .announcement .appointment {
      display: inline-block;
      background-color: #386d97;
      padding: 0 0.625rem;
      transition: background-color 0.3s;
      /*border-right: 1px solid #e9e9e9;
			border-left: 1px solid #e9e9e9;*/ }
      #top-bar .announcement .appointment a, #top-bar .announcement .appointment i {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s; }
      #top-bar .announcement .appointment:hover {
        background-color: transparent; }
        #top-bar .announcement .appointment:hover a, #top-bar .announcement .appointment:hover i {
          color: #386d97; }
  #top-bar .top-contact {
    float: right; }
    #top-bar .top-contact .social i {
      color: #d6d6d6; }
    #top-bar .top-contact .social a {
      margin-right: 1rem; }
      #top-bar .top-contact .social a.facebook:hover i {
        color: #3c599b; }
      #top-bar .top-contact .social a.instagram:hover i {
        color: #cc181e; }
    #top-bar .top-contact .call-us, #top-bar .top-contact .mail-us, #top-bar .top-contact .social {
      display: inline-block;
      cursor: pointer; }
    #top-bar .top-contact .mail-us, #top-bar .top-contact .call-us {
      margin-right: 1rem; }
      #top-bar .top-contact .mail-us i, #top-bar .top-contact .call-us i {
        vertical-align: middle; }

#top-logo {
  text-align: center;
  padding: 1rem 0; }
  #top-logo img {
    height: 100px; }

#mainnav {
  min-height: 50px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 101; }
  #mainnav .navbar-brand {
    padding: 5px 0;
    display: none; }
    #mainnav .navbar-brand > img {
      height: 90px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 9999; }
  #mainnav .navbar-collapse {
    max-height: 338px; }
  #mainnav .dropdown-menu .dropdown-item {
    font-family: Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0.5rem 0; }
    #mainnav .dropdown-menu .dropdown-item.active {
      background-color: #386d97; }
    #mainnav .dropdown-menu .dropdown-item:focus {
      background-color: #6b95b6; }
  #mainnav .navbar-nav > li > a {
    color: #000;
    padding: 0 0.625rem;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    /*letter-spacing: 1.1px;*/
    font-family: Lato, Arial, "Helvetica Neue", Helvetica, sans-serif; }
    #mainnav .navbar-nav > li > a:hover {
      background-color: transparent;
      color: #386d97 !important;
      border-top: 2px solid #386d97; }
  #mainnav .navbar-nav > li.active > a {
    background-color: transparent;
    color: #386d97 !important;
    border-bottom: 2px solid #386d97; }
    #mainnav .navbar-nav > li.active > a:hover {
      border-top: none;
      background-color: transparent;
      color: #386d97 !important;
      border-bottom: 2px solid #386d97; }
    #mainnav .navbar-nav > li.active > a:focus {
      background-color: transparent;
      color: #386d97 !important;
      border-bottom: 2px solid #386d97; }
  #mainnav.scrolled {
    -moz-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.38);
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backface-visibility: hidden;
    top: 0; }
    #mainnav.scrolled .navbar-brand > img {
      height: 50px; }
    #mainnav.scrolled .navbar-nav > li > a {
      height: 60px;
      line-height: 60px;
      transition: height 0.3s; }

@media (max-width: 1199px) {
  #top-bar {
    font-size: 0.9rem; }
  #mainnav .navbar-nav > li > a {
    font-size: 0.9rem; }
  #mainnav .label-nav .label-addon {
    display: none; } }

@media (max-width: 991px) {
  .top-alert {
    display: none; }
  #top-bar {
    display: block; }
    #top-bar .top-contact .social {
      display: none; }
  #top-logo {
    display: none; }
  #mainnav .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block; }
    #mainnav .navbar-brand > img {
      height: 50px; }
  #mainnav .navbar-nav .dropdown-menu {
    border: none; }
  #mainnav .navbar-nav > li > a:hover {
    border-top: none; }
  #mainnav .navbar-nav > li .dropdown-toggle::after {
    display: inline-block; }
  #mainnav .navbar-nav > li .social-icons {
    font-size: 1.5rem;
    border-top: 1px solid #ccc; }
    #mainnav .navbar-nav > li .social-icons a {
      border: 1px solid #ccc;
      color: #ccc; }
  #mainnav .navbar-nav > li.active > a, #mainnav .navbar-nav > li.active > a:hover, #mainnav .navbar-nav > li.active > a:focus {
    border-bottom: none;
    background-color: #f5f5f5; }
  #mainnav .navbar-toggler {
    border: none;
    background-color: transparent;
    height: 60px;
    padding-right: 0;
    font-size: 30px;
    cursor: pointer; }
    #mainnav .navbar-toggler .icon-open {
      display: none; }
    #mainnav .navbar-toggler:focus, #mainnav .navbar-toggler:hover {
      color: #386d97;
      outline: none; }
  #mainnav.open-toggler {
    background-color: #fff; }
    #mainnav.open-toggler .navbar-toggler .icon-open {
      display: block; }
    #mainnav.open-toggler .navbar-toggler .icon-close {
      display: none; }
    #mainnav.open-toggler .navbar-toggler .label-text {
      display: none; }
  #mainnav .collapse.show {
    overflow-y: auto;
    overflow-x: auto; }
  #mainnav .collapsing, #mainnav .collapse.show {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    -moz-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.38);
    border-top: 1px solid rgba(0, 0, 0, 0.38);
    padding: 0 1rem; } }

@media (max-width: 600px) {
  #top-bar .top-contact .mail-us {
    display: none; }
  #mainnav .navbar-toggler .label-text {
    display: none; } }

#swipebox-image-count {
  color: #fff;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  width: 100px;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px; }
