@charset "UTF-8";

/*	################################################################

	Author: Florian Kueker
	URL: http://themes.kueker.net/way

	Project Name: Way Theme
	Version: 1.0.0
	URL: http://themes.kueker.net/way

################################################################# */


/*

  ## Table of Contents

  * 01 - General
  * 02 - Owl Theme
  * 03 - Socialbar
  * 04 - Imageblock
  * 05 - Imageoverlay
  * 06 - Article-meta
  * 07 - Pagination
  * 08 - Gmaps
  * 09 - Carousel Styles
  * 10 - Team
  * 11 - Branches
  * 12 - Footer

*/


/** 01 - General **/

a {
  color: #4a4a4a;
}

a:hover {
  color: #00d1b2;
}

strong {
  color: #00d1b2;
}

.hero {
  border-bottom: 1px solid #F5F5F5;
}

/* CUSTOM KRAMS */

.well {
  /*background-color: #F9F9F9;*/
  background-image:url(../images/Zahnfleischwelle2.png);
  background-repeat:repeat-x;
  background-position:top center;
  background-size:contain;
}

.well ~ .well {
  background:none!important;	
}

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

.owl-carousel .owl-item img{
	width:40%!important;
	display:inline!important;
	margin:10px;
}

.container .columns .owl-carousel .owl-item img{
	width:95%!important;
}

.hero nav.level {
	display:inline-block!important;
}

.hero nav.level .level-item {
	display:inline!important;
	-webkit-box-pack:unset!important;
}

.hero nav.level h1 {
	display:inline!important;
	white-space:normal!important;
}

.breadcrumb {
	white-space:normal!important
}

.is-hidden-desktop .navbar-item img {
    max-height:unset!important;
	margin-top:-20px;
}

.is-hidden-desktop {
	background-color:#e2001a!important;
}
#langswitch ul li {display:inline;text-transform:uppercase;}
#langswitch ul li:first-child:after {content:' | ';font-weight:normal!important;}
#langswitch ul li.active{font-weight:bold;}
/* END CUSTOM */

.primary {
  background-color: #2C3E50;
}

.secondary {
  background-color: #F18356;
}

.hero-body-small {
  padding: 0.5rem 1.5rem;
}

.headline {
  padding: 1rem 1.5rem;
}

.headline-icon i {
  font-size: 35px;
  margin-top: 8px;
}

.media-left {
  margin-left: 0.25rem;
}

.banner h2 {
  color: #fff;
  margin: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .socialbar .level-left .level-item:not(:last-child), .socialbar .level-right .level-item:not(:last-child) {
    margin-right: 0;
  }
}

.media {
  padding: 1rem;
  border-radius: 4px;
}

.navbar {
  border-bottom: 1px solid #F5F5F5;
}

.breadcrumb li:last-child a {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .level-left+.level-right {
    margin-top: 0;
  }
}

.features .content figure, article figure {
  margin-bottom: 1rem;
}


/** 02 - Owl Theme **/

.owl-theme .owl-nav [class*=owl-] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .level.is-mobile .level-item:not(.is-narrow) {
  margin: 0;
}

.owl-theme .owl-nav .owl-next {
  margin-right: 0;
}


/** 03 - Socialbar **/

.sectionsocialbar {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #F5F5F5;
}

.socialbar .level-item {
  border-right: 1px solid #F5F5F5;
}

.socialbar .level-item:last-of-type {
  border: none;
}

.content ul.socialbar {
  list-style: none;
  margin-left: -5px;
  margin-top: 0;
}

.headline nav.level{
	margin-top: -10px;
    padding-bottom: 30px;
}}


/** 04 - Imageblock **/

.imageblock, .numbers, .text-full, .text-half, .recent-projects {
  border-top: 1px solid #F5F5F5;
}

.imageblock ul {
  list-style: none;
}

.imageblock li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #00d1b2;
  display: inline-block;
  margin-left: -2rem;
  width: 2rem;
}


/** 05 - Imageoverlay **/

.imgoverlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
}

.imgoverlay *, .imgoverlay:before, .imgoverlay:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imgoverlay img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.imgoverlay:before, .imgoverlay:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.imgoverlay:before {
  width: 0;
  height: 1px;
}

.imgoverlay:after {
  height: 0;
  width: 1px;
}

.imgoverlay figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.imgoverlay h3, .imgoverlay h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.imgoverlay h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.imgoverlay a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.imgoverlay:hover img, .imgoverlay.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.imgoverlay:hover:before, .imgoverlay.hover:before, .imgoverlay:hover:after, .imgoverlay.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.imgoverlay:hover:before, .imgoverlay.hover:before {
  width: 40px;
}

.imgoverlay:hover:after, .imgoverlay.hover:after {
  height: 40px;
}

.imgoverlay:hover h3, .imgoverlay.hover h3, .imgoverlay:hover h4, .imgoverlay.hover h4 {
  opacity: 1;
}

.imgoverlay:hover h3, .imgoverlay.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imgoverlay:hover h4, .imgoverlay.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/** 06 - Article **/

.article-meta {
  color: #999;
  vertical-align: middle;
}

.article-meta-content ul {
  margin: 0;
}

.content ul.fix {
  margin-bottom: 0;
}

.fix {
  padding-bottom: 0;
}

.article-meta li {
  list-style: none;
  display: inline-block;
}

.article-meta a {
  color: #999;
}

.article-meta img {
  margin-top: -5px;
  width: 24px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.article-meta li+li::before {
  color: #999;
  content: "/";
  margin: 0em 0.75em 0em 0em;
}

.article-meta li:first-child {
  padding-left: 0;
}

.article-meta li {
  margin: 0em 0.75em 0em 0em;
}

a.category:after, a.tagcloud:after {
  content: ' , '
}

a.category:last-of-type:after, a.tagcloud:last-of-type:after {
  content: ''
}

.article {
  border: none;
  padding: 3rem 1.5rem 0rem 1.5rem;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.article-link {
  padding: 2rem 1rem;
  background-color: #F5F5F5;
  border-radius: 4px;
}

.article-link:hover {
  background-color: #00d1b2;
}

.article-link:hover h2, .article-link:hover h6 {
  color: #fff;
}

.panel-block-category:hover {
  border-left-color: #00d1b2;
  color: #363636;
}

.panel-block-category:hover .panel-icon {
  color: #00d1b2;
}

.article-meta-item:hover i {
  color: #00d1b2;
}


/** 07 - Pagination **/

.pagination-n {
  margin-bottom: 1.5rem;
}

.pagination-n-item {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #efeeed;
  color: #261e66;
  border-bottom: 0;
}

.pagination-n-item:hover, .pagination-n-item:focus, a.pagination-n-item:hover, a.pagination-n-item:focus {
  background: #00d1b2;
  color: #fff;
}

.pagination-n-item.left {
  float: left;
}

.pagination-n-item.right {
  float: right;
}

.pagination-n-item svg {
  position: relative;
  top: 50%;
  display: block;
  margin: -6px auto 0;
  width: 24px;
  height: 12px;
}

.pagination-n-item path {
  fill: currentColor;
}

.pagination-n-item.is-inactive, .pagination-n-item.is-inactive:hover {
  color: #e4e3e6;
  border: 2px solid currentColor;
  background: transparent;
}

@media all and (min-width: 75em) {
  .pagination-n-item {
    position: fixed;
    top: 50%;
    margin-top: -.875rem;
  }
  .pagination-n-item.left {
    float: none;
    left: 2.25rem;
  }
  .pagination-n-item.right {
    float: none;
    right: 2.25rem;
  }
}

@media all and (pointer: coarse) {
  .pagination-n-item {
    width: 3.25rem;
    height: 3.25rem;
  }
}


/** 08 - Gmaps **/

.gmap3 {
  display: block;
  width: 100%;
  height: 400px;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important
}

a[href^="https://maps.google.com/maps"] {
  display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

@media (max-width: 769px) {
  .gmap3 {
    height: 300px;
  }
}


/** 09 - Carousel Styles **/

.carousel-indicators .active {
  background-color: #2980b9;
}

.carousel-inner img {
  width: 100%;
}

.carousel-control {
  width: 0;
}

.carousel-control.left, .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.carousel-control.right span {
  padding: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  left: 0;
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span, .carousel-control.right span {
  background-color: rgba(0, 0, 0, .3);
}

.carousel-control.left span:hover, .carousel-control.right span:hover {
  background-color: rgba(0, 0, 0, .6)!important;
}

@media (min-width: 769px) {
  .carousel .item {
    height: 550px;
  }
  .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 550px;
  }
}

.caption {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  top: 25%;
}

.caption-item {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}


/** 10 - Team **/

.team {
  margin-top: 1rem;
}

.team img, .imageblock img {
  border-radius: 4px;
}

.team span {
  padding: 0 5px 0 0;
}

.team span:last-of-type {
  padding: 0;
}

.team .content figure:not(:last-child), .showcase figure:not(:last-child), {
  margin-bottom: 1rem;
}


/** 11 - Branches **/

.branches {
  padding: 2rem 0;
  border-bottom: 1px solid #F5F5F5;
}

.branches:first-of-type {
  padding: 0 0 2em 0;
}

.branches:last-of-type {
  border: none;
}

.level.is-mobile .level-item:first-of-type {
  padding: 0 10px 0 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 12 - Footer **/

footer {
  color: #7a7a7a;
}

footer .content h3:not(:first-child) {
  margin-top: 0;
}

footer hr {
  margin: 1.5rem 0 0.5rem 0;
}

footer .socialbar li {
  list-style: none;
  display: inline-block;
}

footer .socialbar a {
  color: #7a7a7a;
}

footer a {
  color: #7a7a7a;
}

@media (max-width: 769px) {
  footer .level-item {
    margin-top: 1em;
  }
}
